<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	This font software is the property of Commercial Type.

	You may not modify the font software, use it on another website, or install it on a computer.

	License information is available at http://commercialtype.com/eula
	For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

	Copyright (C) 2013 Schwartzco Inc.
	1601-QAMBWH
*/
.ChubbPublicoTextWeb-Roman {
  font-family: "Chubb Publico Text Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.ChubbPublicoTextWeb-Semibold {
  font-family: "Chubb Publico Text Web";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

.ChubbPublicoTextWeb-Bold {
  font-family: "Chubb Publico Text Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.ChubbPublicoTextWeb-BoldItalic {
  font-family: "Chubb Publico Text Web";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

.ChubbPublicoTextWeb-SemiboldItalic {
  font-family: "Chubb Publico Text Web";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

.ChubbPublicoTextWeb-Italic {
  font-family: "Chubb Publico Text Web";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Chubb Publico Text Web";
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Roman.eot");
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Roman.eot?#iefix") format("embedded-opentype"), url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Chubb Publico Text Web";
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Semibold.eot");
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Chubb Publico Text Web";
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Bold.eot");
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Chubb Publico Text Web";
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-BoldItalic.eot");
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Chubb Publico Text Web";
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-SemiboldItalic.eot");
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "Chubb Publico Text Web";
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Italic.eot");
  src: url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/dist/fonts/chubb_publico/ChubbPublicoTextWeb-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

html {
  font-family: "Chubb Publico Text Web", Georgia, 'Times New Roman', Times, serif !important;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal; }

body {
  background: url("../../images/defaultBG-opt.jpg");
  background-color: #e4e4e4;
  background-attachment: fixed;
  background-size: cover;
  color: black;
  font-size: 1rem;
  position: relative;
  overflow-x: hidden; }
  body.modal-open {
    overflow: hidden !important; }

h4 {
  color: #afafaf; }

a {
  color: #01C1D6;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #0ce6fe; }
  a.pointer:hover {
    cursor: pointer; }
  a.fancy {
    padding-bottom: 1px;
    text-decoration: none;
    color: #000;
    box-shadow: inset 0 -4px 0 #01C1D6;
    transition: background-color .25s ease-out;
    font-style: italic; }
    a.fancy:hover {
      background-color: rgba(1, 193, 214, 0.7);
      padding-top: 2px; }
    a.fancy.white {
      color: white; }

.ml-auto {
  margin-left: auto; }

.fa {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

::-webkit-scrollbar {
  width: 1em; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

.loader {
  margin: -1rem 0 0 -8rem;
  height: 6rem;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 16rem;
  text-align: center;
  color: #4B4E53; }

.signal {
  border: 0.5rem solid #4B4E53;
  border-radius: 4rem;
  height: 3rem;
  width: 3rem;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite; }
  .signal.large {
    position: fixed;
    height: 6rem;
    width: 6rem;
    margin: -3rem 0 0 -3rem; }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.social-networks a {
  font-size: 2rem; }
  .social-networks a:hover {
    opacity: .8 !important; }

.social-networks #linkedin {
  color: #0077B5; }

.social-networks #twitter {
  color: #1DA1F2; }

.social-networks #email {
  color: #01C1D6; }

.social-networks #facebook {
  color: #3C5A99; }

.flexrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 -15px; }
  .flexrow.verticalCenter {
    justify-content: center;
    align-items: center; }
  .flexrow .flexitem {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 15px;
    flex: 1; }

#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  opacity: .5;
  right: calc(50% - 2rem);
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 100%;
  cursor: pointer;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  #toTop:hover {
    opacity: 1; }
  #toTop i.fa {
    font-size: 2rem;
    margin-top: 5px; }

.verticalCenter {
  align-items: center; }

.btn {
  border-radius: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1rem;
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  min-width: 130px;
  position: relative; }
  .btn:focus {
    outline: 1px auto #01C1D6; }

.btn-chubb-transparent {
  background: transparent;
  border: 1px solid black;
  color: black; }
  .btn-chubb-transparent.border-grey {
    border-color: #cdcdcd;
    color: #afafaf; }
    .btn-chubb-transparent.border-grey:hover, .btn-chubb-transparent.border-grey:focus {
      background-color: #e2e2e2;
      color: #4B4E53; }
  .btn-chubb-transparent:hover, .btn-chubb-transparent:focus {
    background-color: #01C1D6;
    color: white; }

.btn-with-icon {
  text-align: left; }
  .btn-with-icon .fa {
    margin-left: 3rem; }

.btn-chubb {
  background-color: #01C1D6;
  color: white; }
  .btn-chubb:hover, .btn-chubb:focus {
    text-shadow: none;
    color: white;
    background-color: #01b3c7; }
  .btn-chubb.btn-lg {
    font-size: 2rem;
    line-height: 2rem;
    padding: 1rem 2rem; }
  .btn-chubb:disabled, .btn-chubb:disabled:hover {
    background-color: #afafaf; }

.btn-grey {
  background-color: #afafaf;
  color: white; }
  .btn-grey:hover, .btn-grey:focus {
    color: white;
    background-color: #969696; }

ol {
  padding-left: 2rem; }
  ol li {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 5px;
    margin-bottom: 5px; }

ul {
  margin: 0; }
  ul li {
    list-style: none; }

.margin-bottom {
  margin-bottom: 30px; }

.break {
  flex-basis: 100%;
  height: 0; }

.objectPlaceholder {
  position: relative;
  z-index: 0;
  width: 100%;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .objectPlaceholder article.qv-object header.qv-object-header h1 {
    margin: 0;
    color: #afafaf !important; }
  .objectPlaceholder.animateOut {
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0; }
  .objectPlaceholder.full-height {
    height: 600px; }

.padding {
  padding: 1rem; }

sup {
  font-size: 33%;
  top: -1.25em; }

.intro {
  margin-bottom: 2rem; }

.page-title {
  font-size: 1.5rem;
  line-height: 2rem; }

.page-sub {
  font-size: 1rem; }

.thoughtLeadership {
  background-color: #6E27C5;
  color: white;
  padding: 1rem; }
  .thoughtLeadership ul {
    list-style: none;
    margin-left: 1rem; }

.input-group-wrap {
  position: relative;
  max-width: 400px; }
  .input-group-wrap .input-group-addons {
    color: #afafaf;
    position: absolute;
    right: 10px;
    top: 6px;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .input-group-wrap .input-group-addons:hover {
      color: #4B4E53; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.radio-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .radio-btns label {
    position: relative;
    padding-left: 1.25rem;
    margin-right: 1rem;
    font-weight: normal;
    margin-top: 5px; }
    .radio-btns label:hover {
      cursor: pointer; }
      .radio-btns label:hover .checkmark {
        border-color: #4B4E53; }
    .radio-btns label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .radio-btns label .checkmark {
      position: absolute;
      top: 5px;
      left: 0;
      height: 1rem;
      width: 1rem;
      background-color: white;
      border: 1px solid #bbb;
      border-radius: 100%;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .radio-btns label :hover input ~ .checkmark {
      border-color: #01C1D6; }
    .radio-btns label input:checked ~ .checkmark {
      background-color: #01C1D6;
      border-color: #01C1D6; }

.modal {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10500 !important; }

.modal-dialog {
  width: 85%;
  margin: 3rem auto;
  color: black; }
  .modal-dialog.modal-sm {
    max-width: 400px;
    min-height: 200px; }
  .modal-dialog.modal-md {
    max-width: 600px; }
  .modal-dialog.modal-lg {
    width: 90%;
    margin: 2rem auto; }
  .modal-dialog .modal-content {
    border-radius: 0; }
    .modal-dialog .modal-content .panel-chubb {
      margin-bottom: 0; }
    .modal-dialog .modal-content .video {
      padding: 1px; }
  .modal-dialog .panel-chubb .panel-body .objectPlaceholder {
    height: 450px; }
  .modal-dialog .modal-header {
    background-color: #f4f4f4;
    border: 0; }
    .modal-dialog .modal-header .modal-title {
      line-height: 1.5rem;
      font-size: 1.25rem;
      color: #afafaf;
      font-style: italic; }
      .modal-dialog .modal-header .modal-title select {
        width: 90%;
        font-size: inherit; }
  .modal-dialog .modal-footer .img-wrap {
    max-width: 150px; }
  .modal-dialog .btn-chubb {
    margin: 0 auto;
    display: block; }

.modal-body.video {
  height: 500px; }

.filterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
  color: black;
  position: fixed;
  left: 50px;
  right: 0;
  top: 60px;
  height: 61px;
  z-index: 999;
  border-radius: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3); }
  .filterRow filter-dropdown {
    flex: 1 0 auto;
    padding: 0 15px;
    max-width: 320px; }
    .filterRow filter-dropdown:nth-child(1) {
      margin-right: auto; }
  .filterRow.static {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    box-shadow: none;
    margin-bottom: 2rem;
    justify-content: space-between; }
    .filterRow.static filter-dropdown:nth-child(1) {
      margin-right: 0; }

.popover {
  border: 0;
  width: 300px;
  border-radius: 0;
  background-color: white;
  padding: 1rem; }
  .popover .close {
    position: absolute;
    left: .5rem;
    top: .5rem; }

.nav-tabs {
  margin-bottom: -1px; }
  .nav-tabs &gt; li &gt; a {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    border-radius: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1rem; }
    .nav-tabs &gt; li &gt; a:hover {
      background-color: rgba(241, 241, 241, 0.75); }
  .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    border-color: #01C1D6;
    color: white;
    border-bottom-color: transparent;
    background-color: #01C1D6; }

.sense-var .clearField, .sense-var .clearInput, .custom-dropdown .clearField, .custom-dropdown .clearInput {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 2rem;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  color: #afafaf;
  background-color: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .sense-var .clearField .fa, .sense-var .clearInput .fa, .custom-dropdown .clearField .fa, .custom-dropdown .clearInput .fa {
    font-size: 13px;
    line-height: 34px; }
  .sense-var .clearField:hover, .sense-var .clearInput:hover, .custom-dropdown .clearField:hover, .custom-dropdown .clearInput:hover {
    color: #01C1D6; }

.sense-var {
  position: relative;
  text-align: left; }
  .sense-var label {
    position: absolute;
    pointer-events: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1rem;
    font-size: 13px;
    font-weight: normal;
    color: #afafaf; }
  .sense-var .format {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    top: 0px;
    background: white;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    color: black;
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin: 0; }
    .sense-var .format.active {
      padding-left: 2rem; }
  .sense-var input.active {
    padding-left: 2rem; }
  .sense-var input:focus + label.format {
    display: none; }
  .sense-var input:active + label.format {
    display: none; }
  .sense-var.required:after {
    content: "*";
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    font-size: 2rem; }
  .sense-var .clearInput {
    left: 15px; }

.required-fields {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  font-size: 13px;
  color: #afafaf; }
  .required-fields:after {
    content: "*";
    color: red;
    position: absolute;
    top: -8px;
    left: -1rem;
    font-size: 2rem; }

.custom-dropdown {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  min-width: 170px;
  max-width: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .custom-dropdown .btn-toggle {
    background-color: white;
    width: 100%;
    border-radius: 0;
    text-align: left;
    border: 1px solid #afafaf;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 7px 10px;
    font-size: 1rem;
    line-height: 1.25rem; }
    .custom-dropdown .btn-toggle span.field-label {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .custom-dropdown .btn-toggle i.fa-angle-down {
      color: #afafaf;
      transform: rotate(0);
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
    .custom-dropdown .btn-toggle:hover {
      background-color: #efefef; }
  .custom-dropdown .clearField {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0rem;
    width: 2rem;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #afafaf;
    background-color: transparent;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .custom-dropdown .clearField .fa {
      font-size: 13px;
      line-height: 34px; }
    .custom-dropdown .clearField:hover {
      color: #01C1D6; }
  .custom-dropdown.activeSelections .btn-toggle {
    border-bottom: 1px solid #01C1D6;
    padding-left: 2rem; }
  .custom-dropdown.required:after {
    content: " *";
    color: red;
    position: absolute;
    top: 0;
    right: -1rem;
    line-height: 0;
    font-size: 2rem; }
  .custom-dropdown.open .btn-toggle i.fa-angle-down {
    transform: rotate(180deg); }
  .custom-dropdown.open .dropdown-menu {
    opacity: 1;
    max-height: 400px;
    border: 1px solid #afafaf; }
  .custom-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 0;
    border: 0;
    z-index: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .custom-dropdown .dropdown-menu ul {
      overflow-y: auto;
      max-height: 400px; }
    .custom-dropdown .dropdown-menu .search-wrap {
      height: 38px;
      border-bottom: 1px solid #c5c5c5;
      background-color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .custom-dropdown .dropdown-menu .search-wrap .fa {
        color: #afafaf; }
    .custom-dropdown .dropdown-menu .search-field {
      padding: 5px;
      border: 0;
      width: 100%; }
    .custom-dropdown .dropdown-menu li {
      color: #4B4E53;
      font-size: 14px;
      border-bottom: 1px solid rgba(75, 78, 83, 0.1);
      cursor: pointer; }
      .custom-dropdown .dropdown-menu li span {
        display: block;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
        .custom-dropdown .dropdown-menu li span:hover {
          background-color: rgba(75, 78, 83, 0.1); }
      .custom-dropdown .dropdown-menu li.O span {
        background-color: white; }
        .custom-dropdown .dropdown-menu li.O span:hover {
          background-color: #eaeaea; }
      .custom-dropdown .dropdown-menu li.S span {
        background-color: #01C1D6;
        color: white; }
      .custom-dropdown .dropdown-menu li.X span {
        background-color: #ddd;
        color: #333333; }
        .custom-dropdown .dropdown-menu li.X span:hover {
          background-color: #bbb; }

.popover-content {
  padding: 0; }

.kpi-table .kpi-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 5px;
  padding-bottom: 5px; }
  .kpi-table .kpi-item .kpi-label {
    flex: 1;
    color: #4B4E53;
    font-style: italic; }

.about-chubb-container {
  padding: 2rem 1rem;
  margin-top: 3rem;
  background-color: #AFAFAF;
  color: white; }
  .about-chubb-container h3 {
    margin-top: 0; }

.about-our-data-container {
  padding: 2rem 1rem;
  margin-top: 0rem;
  background-color: #01C1D6;
  color: white; }
  .about-our-data-container h3 {
    margin-top: 0; }

.splash-container .splashHeader {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .splash-container .splashHeader .brand-logo {
    max-width: 160px; }

.splash-container .splash-title {
  margin: 0; }

.splash-container .fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }
  .splash-container .fullscreen-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../../images/splash/brighten.svg");
    background-size: cover; }

.splash-container .fullscreen-bg__video {
  opacity: .45;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%); }

.splash-container .btn-chubb {
  margin-top: 2rem;
  font-size: 1.5rem; }

.splash-container .splash-logo {
  max-width: 300px; }

.splash-container .about-our-data-container {
  margin-top: 0;
  background-color: #150F96; }

.splash-container .whats-new {
  padding: 2rem 0;
  background-color: #01C1D6;
  color: white; }
  .splash-container .whats-new h3 {
    margin-top: 0; }
  .splash-container .whats-new a {
    color: #150F96; }
    .splash-container .whats-new a:hover {
      color: #2b22e9; }

.splash-container .splashpage-footer {
  /*    position: fixed; 
        bottom: 0;
        width: 100%;*/ }

.splash-container .browsers-note {
  margin: 2rem 0;
  font-style: italic; }

.qlikKpi {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background: #afafaf;
  margin-bottom: 2rem;
  height: 150px; }
  .qlikKpi.short {
    height: 100px; }
  .qlikKpi.clickable .qv-object-kpi, .qlikKpi.clickable .qv-object-kpi .kpi-data, .qlikKpi.clickable .object-error.soft-error {
    cursor: pointer; }
  .qlikKpi .qv-object .qv-inner-object {
    background-color: transparent !important; }
  .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-measure-title {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    white-space: normal;
    font-size: 18px !important;
    color: white; }
  .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-value {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    color: white !important; }
  .qlikKpi .qv-footer-wrapper {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: transparent !important;
    align-self: baseline;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: white !important;
    white-space: normal;
    font-size: 16px !important; }

.industry-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scale(0);
  background: white;
  transition: all .3s;
  z-index: -1; }
  .industry-wrap.active {
    transform: scale(1); }
    .industry-wrap.active .industry-img {
      opacity: .15; }
  .industry-wrap .industry-img {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    transition: all .75s; }

#terms-body {
  max-height: 600px;
  overflow-y: auto;
  font-size: 14px; }

#bar-chart-race .qv-object-D3BarchartRace text {
  font-family: "Chubb Publico Text Web", Georgia, 'Times New Roman', Times, serif !important; }
  #bar-chart-race .qv-object-D3BarchartRace text.label {
    font-weight: 400 !important; }

#activity-pies .panel-chubb {
  border: 1px solid rgba(75, 78, 83, 0.1); }

#activity-pies .panel-chubb .panel-body .objectPlaceholder {
  height: 350px; }

#insightLinks {
  background-color: #150F96;
  opacity: .5;
  color: white;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 60px;
  width: 250px;
  z-index: 2;
  transform: translateX(100%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  #insightLinks ul {
    list-style: none;
    margin-bottom: 0; }
    #insightLinks ul a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      #insightLinks ul a i {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-right: 10px; }
      #insightLinks ul a:hover {
        color: #01C1D6; }
    #insightLinks ul li:nth-last-of-type a {
      border-bottom: 0;
      margin-bottom: 0; }
  #insightLinks.showBox {
    transform: translateX(0);
    opacity: 1; }
    #insightLinks.showBox #toggleBox {
      left: 0;
      opacity: 1; }
      #insightLinks.showBox #toggleBox i {
        transform: rotate(0); }
  #insightLinks #toggleBox {
    opacity: .5;
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background-color: #150F96;
    color: white;
    border: none;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s; }
    #insightLinks #toggleBox i {
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s;
      transform: rotate(180deg); }
    #insightLinks #toggleBox:hover {
      opacity: 1; }
  #insightLinks h4 {
    margin: 2rem 0 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #ffffff82;
    padding-bottom: .5rem; }

#tandc {
  margin-top: 70px; }

.page-content-wrapper#library .panel-chubb {
  margin-bottom: 2rem; }

.page-content-wrapper#library .flexrow {
  flex-wrap: wrap; }
  .page-content-wrapper#library .flexrow i {
    color: #afafaf; }
  .page-content-wrapper#library .flexrow .flexitem {
    max-width: 400px;
    flex: 1 1 33.333%; }
    .page-content-wrapper#library .flexrow .flexitem.flexitem-lg {
      max-width: 600px; }
    .page-content-wrapper#library .flexrow .flexitem .panel-group {
      border-left: 1px solid #cdcdcd;
      padding-left: 1rem; }
      .page-content-wrapper#library .flexrow .flexitem .panel-group h3 {
        margin-top: 0; }
      .page-content-wrapper#library .flexrow .flexitem .panel-group h5 {
        font-style: italic;
        color: #afafaf;
        font-size: 16px;
        line-height: 18px; }
      .page-content-wrapper#library .flexrow .flexitem .panel-group .panel {
        font-size: 14px; }
        .page-content-wrapper#library .flexrow .flexitem .panel-group .panel .panel-heading {
          margin: 0;
          padding: 0; }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel .panel-heading h4.panel-title {
            color: #afafaf;
            font-size: 14px;
            line-height: 1rem; }
        .page-content-wrapper#library .flexrow .flexitem .panel-group .panel .description {
          margin-bottom: 1rem; }
        .page-content-wrapper#library .flexrow .flexitem .panel-group .panel ul {
          margin-left: 1rem; }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel ul li {
            padding-bottom: .5rem; }
        .page-content-wrapper#library .flexrow .flexitem .panel-group .panel span a {
          color: #4B4E53;
          display: block;
          position: relative;
          padding: 10px 0; }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel span a:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f103";
            position: absolute;
            right: 1rem;
            top: 10px;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel span a:hover {
            color: #4B4E53;
            background-color: #eaeaea82; }
        .page-content-wrapper#library .flexrow .flexitem .panel-group .panel.panel-open {
          background-color: #ececec;
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel.panel-open a {
            color: black;
            padding: 10px; }
            .page-content-wrapper#library .flexrow .flexitem .panel-group .panel.panel-open a:after {
              transform: rotate(180deg); }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel.panel-open .panel-heading {
            background-color: #ececec; }
          .page-content-wrapper#library .flexrow .flexitem .panel-group .panel.panel-open .panel-body {
            border-radius: 0;
            padding: 10px; }
      .page-content-wrapper#library .flexrow .flexitem .panel-group &gt; a {
        display: inline-block;
        padding: 10px;
        margin-top: 1rem; }

.page-content-wrapper#library .linkItems .flexrow a {
  display: block;
  color: #4B4E53;
  background-color: transparent;
  padding: 10px;
  position: relative;
  padding-left: 2rem;
  border-bottom: 1px solid #f4f4f4; }
  .page-content-wrapper#library .linkItems .flexrow a i {
    position: absolute;
    left: 0;
    font-size: 1.5rem; }
  .page-content-wrapper#library .linkItems .flexrow a:hover {
    color: #01C1D6; }

.section-header h3 span {
  font-size: 1rem;
  color: #afafaf;
  margin-left: 1rem;
  cursor: pointer; }
  .section-header h3 span:hover {
    color: black; }

.assessments {
  background-color: white;
  padding: 1rem; }
  .assessments .assessmentStatus {
    font-size: 14px;
    font-style: italic;
    color: #afafaf; }
  .assessments .panel-group .panel {
    border-radius: 0;
    margin: 0 !important;
    border: 0;
    border-left: 2px solid #afafaf;
    -moz-transition: 0.3s border-left;
    -o-transition: 0.3s border-left;
    -webkit-transition: 0.3s border-left;
    transition: 0.3s border-left;
    /*         .link {
            color: black;
        } */ }
    .assessments .panel-group .panel.panel-open {
      border-left: 2px solid #01C1D6; }
      .assessments .panel-group .panel.panel-open &gt; .panel-heading h4 a .fa-angle-up {
        transform: rotate(180deg); }
    .assessments .panel-group .panel.isComplete &gt; .panel-heading {
      border: 0;
      border-radius: 0; }
      .assessments .panel-group .panel.isComplete &gt; .panel-heading h4 a .fa-check-square-o {
        color: #01C1D6; }
    .assessments .panel-group .panel.isDisabled .panel-heading h4 a {
      cursor: not-allowed;
      background-color: rgba(75, 78, 83, 0.1); }
      .assessments .panel-group .panel.isDisabled .panel-heading h4 a:hover .isDisabledText {
        opacity: 1; }
    .assessments .panel-group .panel a.fancy {
      padding-bottom: 1px;
      text-decoration: none;
      color: #000;
      box-shadow: inset 0 -4px 0 #01c1d6;
      transition: background-color .25s ease-out;
      font-style: italic; }
    .assessments .panel-group .panel .link {
      height: 25px;
      display: inline-block;
      margin: 2px 2px 2px 0;
      padding: 3px 3px 3px 0; }
      .assessments .panel-group .panel .link a {
        color: black;
        /*                 text-decoration: underline;
                &amp;:hover {
                    color: white;
                } */ }
      .assessments .panel-group .panel .link.c-border-right {
        padding-right: 1rem; }
    .assessments .panel-group .panel .panel-heading {
      position: relative;
      padding: 0;
      background-color: #f4f4f4;
      border-bottom: 1px solid white; }
      .assessments .panel-group .panel .panel-heading span.required {
        color: red;
        font-size: 2rem;
        line-height: 0; }
      .assessments .panel-group .panel .panel-heading h4 {
        padding: 0; }
        .assessments .panel-group .panel .panel-heading h4 a {
          font-size: 1.25rem;
          color: black;
          display: block;
          padding: 10px; }
          .assessments .panel-group .panel .panel-heading h4 a .fa-angle-up {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            transform: rotate(0); }
          .assessments .panel-group .panel .panel-heading h4 a .fa {
            font-size: 1.25rem; }
          .assessments .panel-group .panel .panel-heading h4 a .text-muted {
            color: #afafaf; }
          .assessments .panel-group .panel .panel-heading h4 a .isDisabledText {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 14px;
            opacity: 0; }
          .assessments .panel-group .panel .panel-heading h4 a:hover {
            background-color: rgba(75, 78, 83, 0.1); }
    .assessments .panel-group .panel .panel-collapse {
      border: 1px solid rgba(75, 78, 83, 0.1); }
  .assessments #tetraLogo {
    max-width: 150px;
    display: inline-block; }
  .assessments #initialStep {
    margin: 1rem 0 2rem;
    text-align: center;
    border-top: 1px solid #f4f4f4;
    padding: 1rem 0; }
    .assessments #initialStep filter-dropdown {
      max-width: 320px; }
    .assessments #initialStep h4 {
      margin-bottom: 1.5rem; }
  .assessments .assess-description {
    font-style: italic; }
  .assessments .questions {
    padding: 1rem 1rem 0 1rem;
    margin: 0;
    border: 0;
    list-style: none;
    counter-reset: custom-counter; }
    .assessments .questions li {
      border-bottom: 1px solid #dbdbdb;
      counter-increment: my-awesome-counter;
      position: relative;
      padding-left: 2rem;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .assessments .questions li:before {
        content: counter(my-awesome-counter) ". ";
        color: #afafaf;
        font-weight: bold;
        position: absolute;
        left: 0; }
      .assessments .questions li .question-wrap {
        margin-right: 1rem; }
      .assessments .questions li .question {
        min-width: 260px; }
        .assessments .questions li .question .fa {
          color: #afafaf;
          margin-left: .5rem;
          cursor: pointer; }
          .assessments .questions li .question .fa:hover {
            color: #4B4E53; }
      .assessments .questions li .answer {
        cursor: pointer;
        background: white;
        padding-left: 1rem;
        border-left: 1px solid #a2a2a24d;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: unset;
        align-items: center;
        margin: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .assessments .questions li .answer:hover, .assessments .questions li .answer:hover .__arrow::after {
          background: #f7f7f7; }
        .assessments .questions li .answer.bad .fa {
          color: #d70000; }
        .assessments .questions li .answer .fa {
          color: #01C1D6;
          font-size: 2rem;
          margin-right: 1rem; }
        .assessments .questions li .answer span {
          color: #01C1D6;
          font-weight: bold; }
        .assessments .questions li .answer .__arrow {
          width: 50px;
          height: 25px;
          position: absolute;
          top: 0px;
          left: 0;
          transform: translateX(-74%) rotate(90deg);
          overflow: hidden; }
          .assessments .questions li .answer .__arrow::after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: white;
            transform: translateX(-30%) translateY(-60%) rotate(45deg);
            top: 0;
            left: 60%;
            box-shadow: 1px 1px 6px #a2a2a24d; }
  .assessments#old-assessments .questions li {
    display: block !important; }
    .assessments#old-assessments .questions li .radio-btns {
      padding: 1rem 0 !important; }

#tetra-modal .modal-header {
  background-color: #01C1D6;
  color: white; }
  #tetra-modal .modal-header.recommend-danger {
    background-color: #d70000; }
  #tetra-modal .modal-header .modal-title {
    color: white; }

.objectPlaceholder {
  height: 250px; }

#costs-break .panel-chubb .panel-body .objectPlaceholder {
  height: 350px; }

#risk-calcs {
  background-color: white;
  padding: 1rem; }
  #risk-calcs h4 {
    display: inline-block; }
  #risk-calcs #initialStep {
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between; }
    #risk-calcs #initialStep .flexitem {
      max-width: 320px; }
    #risk-calcs #initialStep .btn-chubb-transparent {
      height: 36px;
      padding: 10px;
      margin-right: 15px; }
  #risk-calcs hr {
    width: auto;
    border-color: #dddddd; }
  #risk-calcs .btn-inline-block {
    display: inline-block;
    text-align: left;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #333;
    text-decoration: underline; }
    #risk-calcs .btn-inline-block:hover {
      color: #01C1D6; }
    #risk-calcs .btn-inline-block:disabled {
      color: #666666;
      opacity: .25; }
  #risk-calcs .flexrow.verticalCenter {
    padding: 1rem 0; }
  #risk-calcs .results {
    margin-top: 1rem; }
  #risk-calcs .calcs-wrap {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #risk-calcs .calcs-wrap.reveal {
      max-height: 10000px;
      opacity: 1; }
    #risk-calcs .calcs-wrap #breachCalc {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin-left: 0;
      transform: translateX(0); }
      #risk-calcs .calcs-wrap #breachCalc.centerMe {
        transform: translateX(50%); }
    #risk-calcs .calcs-wrap #recordsCalc {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden;
      max-width: 0;
      max-height: 0;
      opacity: 0;
      padding: 0; }
      #risk-calcs .calcs-wrap #recordsCalc.reveal {
        padding: 0 15px;
        max-width: 10000px;
        max-height: 10000px;
        opacity: 1; }
  #risk-calcs .empty-calc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    height: 150px;
    text-align: center; }
    #risk-calcs .empty-calc p {
      font-style: italic;
      color: #afafaf;
      padding: 15px; }
  #risk-calcs #recordsCalc {
    border-right: 1px solid #dddddd; }
  #risk-calcs #costCalcStep2 {
    max-width: 450px;
    margin: 1rem 0; }
  #risk-calcs #calculate-1 {
    display: block;
    margin: 1rem auto; }

.breach-footer {
  margin: 1rem 0;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .breach-footer div {
    max-width: 160px; }

.disclaimerText {
  font-size: 14px;
  line-height: 18px; }

.the-calcs {
  background-color: white;
  padding: 1rem; }
  .the-calcs .calc-header h3 span {
    font-size: 1rem;
    color: #afafaf;
    margin-left: 1rem; }
  .the-calcs .inputs-wrap {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc; }
    .the-calcs .inputs-wrap h5 {
      margin: 2rem 0;
      font-size: 1.5rem; }
    .the-calcs .inputs-wrap .flexrow {
      align-items: flex-start;
      margin-top: 2rem; }
    .the-calcs .inputs-wrap .flexitem {
      max-width: 320px; }
  .the-calcs .btn-block {
    display: block;
    text-align: center;
    font-style: italic;
    margin: 1rem auto;
    background-color: transparent;
    border-bottom: 1px solid #333;
    padding: 7px;
    color: #333; }
    .the-calcs .btn-block:hover {
      color: #01C1D6;
      border-bottom: 1px solid #01C1D6; }
    .the-calcs .btn-block:disabled {
      border-bottom-color: #999999;
      color: #666666;
      opacity: .25; }
  .the-calcs .panel-chubb .panel-footer {
    justify-content: inherit; }
  .the-calcs .clearAll {
    padding: 5px 10px;
    height: 36px;
    border: 0; }
    .the-calcs .clearAll i {
      margin-right: 8px; }
  .the-calcs #initialStep {
    margin-top: 1rem;
    margin-bottom: 1rem; }

#recordsForm table {
  border-bottom: 1px solid #666; }

#recordsForm .section-header {
  color: #01C1D6; }

#peerPurchasing .panel-chubb .panel-body .objectPlaceholder {
  height: 350px; }

.note {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 14px;
  font-style: italic;
  line-height: 18px; }

#generate-pdf-modal {
  margin: 0 1rem; }
  #generate-pdf-modal .flexrow {
    flex-wrap: wrap; }
    #generate-pdf-modal .flexrow .flexitem {
      margin: 1rem 0;
      flex: auto; }
    #generate-pdf-modal .flexrow .flexitem {
      width: 50%;
      max-width: 50%; }
      #generate-pdf-modal .flexrow .flexitem.fortitle {
        flex: 1;
        width: auto;
        font-style: italic;
        text-align: left; }
      #generate-pdf-modal .flexrow .flexitem.thetitle {
        max-width: 100%;
        width: auto;
        flex: 2; }

.rzslider .rz-pointer.rz-active:after {
  background-color: white; }

#affectedUsers {
  text-align: right; }
  #affectedUsers i {
    color: #4B4E53; }

#fixedKPIs {
  position: fixed;
  right: 0; }
  #fixedKPIs .row {
    max-width: 400px;
    padding-left: 15px; }

.row.flexHeight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .row.flexHeight .panel-chubb {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.chubb-footer {
  background-color: black;
  color: white;
  padding: 2rem 1rem 4rem; }
  .chubb-footer .footer-list ul {
    font-size: .8rem; }
    .chubb-footer .footer-list ul .link {
      height: 25px;
      display: inline-block;
      margin: 2px 2px 2px 0;
      padding: 3px 3px 3px 0; }
      .chubb-footer .footer-list ul .link a {
        color: #afafaf;
        text-decoration: underline; }
        .chubb-footer .footer-list ul .link a:hover {
          color: white; }
      .chubb-footer .footer-list ul .link.c-border-right {
        padding-right: 1rem; }

#social-media-links {
  margin-bottom: 2rem; }
  #social-media-links .by-qlik {
    max-width: 200px; }
  #social-media-links .social-item {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 0 1rem 0 0;
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    #social-media-links .social-item:hover {
      opacity: .75; }

.request-container {
  width: 100%;
  color: white;
  background-color: #150F96;
  padding: 2rem 1rem; }
  .request-container h3 {
    margin-bottom: 1.5rem;
    margin-top: 0; }
  .request-container #newsletter-signup {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 34px;
    border-radius: 0;
    background-clip: padding-box;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    padding: 2rem 1rem;
    line-height: 1.25rem; }
  .request-container label {
    display: none; }
  .request-container .form-control {
    margin-bottom: 1rem; }
  .request-container select.form-control {
    cursor: pointer; }
  .request-container input[type='checkbox'] {
    opacity: 0;
    z-index: -1; }
  .request-container input[type='checkbox'] + label {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #fff;
    cursor: pointer; }
  .request-container input[type='checkbox']#checkbox-f + label {
    border: 1px solid #fff;
    background: transparent;
    -moz-transition: "background" 0.3s;
    -o-transition: "background" 0.3s;
    -webkit-transition: "background" 0.3s;
    transition: "background" 0.3s;
    background-size: 30px 30px; }
  .request-container input[type='checkbox']#checkbox-f:checked + label {
    background: transparent url("../../assets/images/tick-icon-white.png") no-repeat;
    background-size: cover; }
  .request-container .ccpa {
    margin: 1rem 0 0; }

.form-control {
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  height: 36px; }
  .form-control.alert {
    border-color: 1px solid red;
    background-color: rgba(255, 0, 0, 0.25); }

.exposures h1 {
  margin-top: 0; }

.margin-2-0 {
  margin: 2rem 0; }

.img-responsive {
  width: 100%; }

.mt-15 {
  margin-top: 15px; }

.ot-sdk-show-settings {
  cursor: pointer; }

.navbar {
  background-color: black;
  color: white;
  border: 0;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 0 15px;
  border-radius: 0;
  min-height: auto; }
  .navbar .brand-logo {
    width: 110px;
    margin-right: 1.5rem; }
  .navbar .flexrow.verticalCenter {
    height: 60px; }
  .navbar sup {
    font-size: 50%;
    top: -.75em; }
  .navbar .btn-chubb {
    padding: 10px;
    min-width: auto; }
    .navbar .btn-chubb:hover, .navbar .btn-chubb:focus {
      text-shadow: none;
      color: white;
      background-color: #0ce6fe; }
  .navbar .flexitem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
    .navbar .flexitem.navbar-nav {
      justify-content: flex-end;
      align-items: center;
      padding: 0 15px; }
      .navbar .flexitem.navbar-nav a {
        color: white;
        position: relative;
        display: block;
        padding: 10px 15px;
        line-height: 1rem; }
        .navbar .flexitem.navbar-nav a:hover, .navbar .flexitem.navbar-nav a:focus {
          background-color: black;
          color: #01C1D6; }
        .navbar .flexitem.navbar-nav a .media-body {
          width: auto; }
        .navbar .flexitem.navbar-nav a .fa {
          font-size: 1rem; }
      .navbar .flexitem.navbar-nav #gotochubb {
        margin-left: 1rem; }
      .navbar .flexitem.navbar-nav #customizeReport, .navbar .flexitem.navbar-nav #gotochubb {
        max-height: 40px; }
        .navbar .flexitem.navbar-nav #customizeReport a, .navbar .flexitem.navbar-nav #gotochubb a {
          background-color: #01C1D6; }
          .navbar .flexitem.navbar-nav #customizeReport a:hover, .navbar .flexitem.navbar-nav #customizeReport a:focus, .navbar .flexitem.navbar-nav #gotochubb a:hover, .navbar .flexitem.navbar-nav #gotochubb a:focus {
            background-color: #01b3c7;
            color: white; }
    .navbar .flexitem.navbar-header {
      justify-content: flex-start; }
  .navbar .update-wrap {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1.5rem;
    margin-top: 0; }
  .navbar #toggle-selectionbar {
    position: relative; }
    .navbar #toggle-selectionbar .badge {
      background-color: #0ce6fe;
      color: white;
      font-family: sans-serif;
      font-size: 1rem;
      position: absolute;
      left: 1rem;
      bottom: 1rem; }

.brand-logo {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .brand-logo svg {
    max-width: 100%; }

#sidebar-wrapper {
  position: fixed;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 50px;
  background: #4B4E53;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 0;
  box-shadow: 1px 1px 10px #00000000; }
  #sidebar-wrapper::-webkit-scrollbar {
    display: none; }
  #sidebar-wrapper:hover {
    width: 250px;
    box-shadow: 1px 1px 10px #0000005c; }
    #sidebar-wrapper:hover ul.side-panel-links li a span {
      display: inline-block;
      width: 200px; }
  #sidebar-wrapper .signal {
    border-color: white; }

nav-extra-controls {
  position: absolute;
  bottom: 0; }

ul.side-panel-links {
  margin: 0; }
  ul.side-panel-links li, ul.side-panel-links li.media {
    margin: 0;
    clear: both;
    display: block;
    overflow: hidden; }
  ul.side-panel-links li.active a {
    background-color: rgba(0, 0, 0, 0.5); }
  ul.side-panel-links li a {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    color: #fff;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    padding: 5px 0;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    ul.side-panel-links li a:hover {
      background-color: rgba(0, 0, 0, 0.25); }
    ul.side-panel-links li a.active {
      background-color: #01C1D6; }
    ul.side-panel-links li a .media-left {
      padding-right: 0; }
    ul.side-panel-links li a .fa {
      padding: 10px;
      width: 50px;
      height: 50px;
      font-size: 1rem;
      vertical-align: middle;
      display: flex;
      align-items: center;
      justify-content: center; }
    ul.side-panel-links li a.fa-diamond {
      padding-left: 8px; }
    ul.side-panel-links li a span {
      width: 0px;
      display: none;
      text-shadow: none; }

.extra-controls {
  position: absolute;
  bottom: 0; }
  .extra-controls li {
    background-color: rgba(255, 255, 255, 0.25); }

.panel-viz:hover .chart-icons {
  opacity: 1;
  top: -2rem; }

.panel-chubb {
  background-color: white;
  border-top: 3px solid #01C1D6;
  color: black;
  border-radius: 0;
  margin-bottom: 2rem;
  position: relative; }
  .panel-chubb .chart-icons {
    opacity: .3;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #01C1D6;
    color: #271818;
    position: absolute;
    top: -1.25rem;
    right: 0;
    z-index: 0;
    text-align: center; }
    .panel-chubb .chart-icons .btn {
      position: relative;
      border: 0;
      background-color: transparent;
      color: white;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      min-width: auto;
      padding: 5px;
      width: 2rem;
      height: 2rem; }
      .panel-chubb .chart-icons .btn:hover {
        background-color: #01b3c7; }
      .panel-chubb .chart-icons .btn .fa {
        font-size: 14px; }
      .panel-chubb .chart-icons .btn:disabled {
        color: #666666; }
      .panel-chubb .chart-icons .btn .signal.small {
        width: 1rem;
        height: 1rem;
        border-width: 5px;
        margin: -0.5rem 0 0 -0.5rem;
        color: white; }
  .panel-chubb .panel-body {
    height: 100%; }
    .panel-chubb .panel-body .objectPlaceholder {
      height: 350px; }
    .panel-chubb .panel-body.show-help .help-wrapper {
      opacity: 1;
      max-height: 100%; }
      .panel-chubb .panel-body.show-help .help-wrapper .help-body {
        margin: 1rem 0 0; }
    .panel-chubb .panel-body.show-help .objectPlaceholder, .panel-chubb .panel-body.show-help .customLegend {
      opacity: 0; }
    .panel-chubb .panel-body.modal-body .objectPlaceholder {
      height: 450px; }
    .panel-chubb .panel-body.addLegend.flexColumn .objectPlaceholder, .panel-chubb .panel-body.addLegend.flexColumn .customLegend {
      width: 100%;
      float: none; }
    .panel-chubb .panel-body.addLegend .objectPlaceholder {
      width: 70%;
      float: left; }
    .panel-chubb .panel-body.addLegend .customLegend {
      position: relative;
      width: 30%;
      float: left;
      max-width: 250px;
      min-width: 250px;
      margin: 1rem auto 0; }
      .panel-chubb .panel-body.addLegend .customLegend .innerLegend {
        border-left: 1px solid #bbb;
        margin: auto 0;
        padding-left: 1rem; }
        .panel-chubb .panel-body.addLegend .customLegend .innerLegend i {
          color: #4B4E53;
          font-size: 14px; }
        .panel-chubb .panel-body.addLegend .customLegend .innerLegend h4 {
          margin-top: 0;
          margin-bottom: 1rem;
          font-size: 14px;
          line-height: 1rem;
          font-style: italic;
          color: #afafaf; }
        .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #ededed;
          font-size: 14px;
          line-height: 1rem;
          margin-top: 5px;
          padding-bottom: 5px; }
          .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .swatch {
            margin-right: 1rem; }
          .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .name {
            flex: 1;
            max-width: 200px; }
          .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .value {
            color: #4B4E53;
            text-align: right; }
            .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .value.negative {
              color: red; }
              .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .value.negative i {
                color: red; }
            .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .value.positive {
              color: green; }
              .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem .value.positive i {
                color: green; }
    .panel-chubb .panel-body .filter-wrap {
      margin-bottom: 1rem;
      max-width: 300px; }
  .panel-chubb &gt; .panel-heading {
    position: relative;
    z-index: 0;
    background-color: #f4f4f4;
    border-radius: 0; }
  .panel-chubb &gt; .panel-title {
    font-size: 1.25rem;
    padding-top: .25rem;
    color: black;
    flex: 1;
    overflow: hidden; }
  .panel-chubb .panel-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: transparent;
    margin-top: auto; }
    .panel-chubb .panel-footer .footnote {
      flex: 1;
      color: #4B4E53;
      font-size: 14px;
      font-style: italic; }
    .panel-chubb .panel-footer .img-wrap {
      width: 100px; }

.chart-icons.hide {
  display: none; }

.qlik-viz-title {
  color: black;
  font-size: 1rem;
  line-height: 1.25rem; }

.qlik-viz-subtitle {
  color: #4B4E53;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.qlik-viz-text-standard {
  padding: 1rem;
  background-color: #eee;
  color: #4B4E53;
  font-style: italic;
  font-size: 15px;
  line-height: 18px; }

.viz-panel-body {
  position: relative; }

.help-wrapper {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  color: #4B4E53;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: white; }
  .help-wrapper .help-body {
    overflow: hidden;
    margin: 0;
    flex: 1; }
    .help-wrapper .help-body &gt; p {
      font-size: 14px;
      line-height: 24px;
      height: 100%;
      overflow: auto; }
  .help-wrapper .help-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    margin: 0; }
    .help-wrapper .help-footer button {
      font-size: 1rem;
      background-color: #fcfcfc;
      border: 0;
      box-shadow: none;
      padding: .5rem 1rem;
      border-radius: 0;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .help-wrapper .help-footer button .fa {
        font-size: 1.25rem; }
      .help-wrapper .help-footer button:hover {
        background-color: #efefef; }
      .help-wrapper .help-footer button.button-copy.copy-success .fa {
        -webkit-animation: success-animation .75s 1 forwards;
        /* Safari 4+ */
        -moz-animation: success-animation .75s 1 forwards;
        /* Fx 5+ */
        -o-animation: success-animation .75s 1 forwards;
        /* Opera 12+ */
        animation: success-animation .75s 1 forwards;
        /* IE 10+, Fx 29+ */ }

.objectPlaceholder, .customLegend {
  -moz-transition: "all" 0.3s;
  -o-transition: "all" 0.3s;
  -webkit-transition: "all" 0.3s;
  transition: "all" 0.3s;
  opacity: 1;
  margin-bottom: 1rem; }

@-webkit-keyframes success-animation {
  0%, 100% {
    transform: scale(1);
    color: #333333; }
  50% {
    transform: scale(1.5);
    color: #0c800c; } }

@-moz-keyframes success-animation {
  0%, 100% {
    transform: scale(1);
    color: #333333; }
  50% {
    transform: scale(1.5);
    color: #0c800c; } }

@-o-keyframes success-animation {
  0%, 100% {
    transform: scale(1);
    color: #333333; }
  50% {
    transform: scale(1.5);
    color: #0c800c; } }

@keyframes success-animation {
  0%, 100% {
    transform: scale(1);
    color: #333333; }
  50% {
    transform: scale(1.5);
    color: #0c800c; } }

body .chat-container {
  z-index: 1000 !important;
  height: 400px !important;
  bottom: 1rem; }

.bot-icon-main .open-icon {
  display: none; }

.bot-icon-main:hover {
  cursor: pointer; }

.bot-icon-main {
  position: fixed;
  right: 25px;
  bottom: 29px; }

.bot-icon-main {
  display: block; }

span.close-icon img {
  width: 32px; }

.bot-icon-main .close-icon {
  padding: 0 0;
  width: 58px;
  background: #FD0094 !important;
  height: 58px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center; }

.bot-icon-main.chat-close .open-icon {
  font-family: Lato, sans-serif !important;
  font-size: 14px; }

span.clara-icon {
  width: 32px;
  display: inline-block;
  vertical-align: middle; }

.bot-icon-main.chat-close .close-icon {
  display: none; }

span.bot-open {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50%; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(253, 0, 148, 0.7); }
  100% {
    box-shadow: 0 0 0 15px rgba(253, 0, 148, 0); } }

.bot-icon-main .open-icon {
  animation: shadow-pulse  2s infinite !important; }

.chat-container select.ac-input.ac-multichoiceInput.ac-choiceSetInput-compact {
  border: 1px solid #e2e2e2; }

.welcome-user {
  display: none;
  bottom: 120px; }

/* //update css for bot icon */
.bot-icon-main.chat-close .open-icon {
  display: flex;
  justify-content: space-around;
  width: 140px;
  height: 54px;
  border-radius: 50px;
  background-color: #FD0094 !important;
  align-items: center;
  color: #fff;
  padding: 0 12px; }

.bot-icon-main.chat-close .open-icon .ue-icon {
  width: 100%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 29px; }

span.open-icon img {
  position: relative;
  width: 24px;
  margin-right: 0px;
  top: 3px !important;
  right: -4px !important;
  height: auto; }

span.restart-icon.btn-close::before {
  top: -3px !important; }

span.restart-icon.btn-close::after {
  bottom: 0px !important; }

#botChatDiv .chat-container div[role="complementary"] {
  background-color: #F6F5F2 !important; }

.chat-container select.ac-input.ac-multichoiceInput.ac-choiceSetInput-compact {
  border: 1px solid #e2e2e2 !important; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 991px) {
  #toTop {
    left: 1rem;
    bottom: 1rem; }
  .bot-icon-main {
    bottom: 1rem; }
  .w3-modal-content {
    width: 450px; }
  #social-media-links {
    text-align: center;
    margin-bottom: 0; }
  .page-content-wrapper {
    margin-top: 70px; }
  .app-container .page-content-wrapper, .app-container #page-footer-wrapper {
    margin-left: auto !important;
    padding-left: 0 !important;
    transform: translateX(0) !important; }
  .app-container #sidebar-wrapper {
    z-index: 1000 !important;
    top: 60px;
    width: 80% !important;
    max-width: 330px;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    transform: translateX(-200%); }
    .app-container #sidebar-wrapper:hover, .app-container #sidebar-wrapper.menu-expanded {
      width: 90% !important; }
    .app-container #sidebar-wrapper.mobile-menu-expanded {
      transform: translateX(0); }
  .navbar #headerLogo {
    margin: 0 auto; }
  .navbar .toggleTools {
    position: absolute;
    right: 1rem;
    top: 18px;
    font-size: 1rem;
    color: white; }
    .navbar .toggleTools:hover {
      color: #01C1D6; }
  .navbar #hamburger {
    position: absolute;
    top: 25px;
    left: 1rem;
    z-index: 9; }
  .navbar .flexitem.navbar-nav {
    display: none; }
  ul.side-panel-links li a span {
    width: auto !important;
    display: inline-block !important; }
  .filter-panel {
    position: fixed;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 60px;
    bottom: 0;
    background: #4B4E53;
    right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 80%;
    max-width: 330px;
    z-index: 1000 !important;
    transform: translateX(200%); }
    .filter-panel.showFilters {
      transform: translateX(0); }
    .filter-panel .more-charts {
      display: none; }
    .filter-panel .filterRow {
      position: relative !important;
      top: auto !important;
      right: auto;
      left: auto;
      background-color: transparent;
      padding: 1rem;
      display: block;
      box-shadow: none; }
      .filter-panel .filterRow filter-dropdown {
        display: block;
        margin-bottom: 1rem;
        max-width: initial;
        padding: 0; }
    .filter-panel .dropdown-container {
      margin-bottom: 1rem; }
      .filter-panel .dropdown-container .clearField {
        color: white; }
      .filter-panel .dropdown-container .qlik-dd {
        height: 40px; }
      .filter-panel .dropdown-container .qlik-dd.activeSelections .dd-element {
        color: white; }
    .filter-panel .extra-controls {
      position: absolute;
      bottom: 0; }
  .dynamic-list-items {
    margin-right: auto; }
    .dynamic-list-items .dynamic-list-item-flex {
      width: 46%;
      margin-right: 2%; }
  #FAQcontainer {
    display: none; }
    #FAQcontainer button {
      width: 4rem;
      height: 4rem;
      padding: 0; }
  #videoContainer {
    display: none; }
    #videoContainer button {
      width: 4rem;
      height: 4rem;
      padding: 0; }
  #introHelp {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: black;
    border-radius: 0; }
    #introHelp button {
      width: 4rem;
      height: 4rem;
      padding: 0; }
  .footer-list {
    text-align: center; }
  .modal-dialog {
    margin: 3rem auto; }
    .modal-dialog .objectPlaceholder {
      height: 250px; }
  .industry-wrap .industry-img {
    background-size: contain; }
  #social-media-links .flexrow {
    display: block; }
  #social-media-links .by-qlik {
    margin: 1rem auto; }
  .row.flexHeight {
    display: block; }
  #activity-pies .panel-chubb .panel-body.addLegend.flexColumn {
    flex-direction: row; }
  .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem {
    font-size: 14px; }
  .panel-chubb#qJaSvfq_container {
    margin-bottom: 0; }
  #claims-growth .panel-chubb .panel-body.addLegend .objectPlaceholder, #claims-growth .panel-chubb .panel-body.addLegend .customLegend {
    width: 100%;
    float: none;
    margin: 1rem auto 0; }
  #bar-chart-race .panel-chubb .panel-body .objectPlaceholder {
    height: 380px; }
  .qv-object-D3BarchartRace text.highlight {
    display: none; }
  #risk-calcs .calcs-wrap #breachCalc.centerMe {
    transform: none; } }

@media (max-width: 767px) {
  html {
    font-size: 18px; }
  .page-content-wrapper .flexrow {
    display: block; }
    .page-content-wrapper .flexrow .flexitem {
      display: block;
      margin-bottom: 1rem; }
  .c-border-right {
    border: 2px;
    padding-right: .5rem; }
  .update-wrap {
    font-size: 14px; }
  .dynamic-list-items {
    display: block; }
    .dynamic-list-items .dynamic-list-item-flex {
      width: auto;
      margin-right: auto; }
  .navbar .brand-logo {
    max-width: 140px;
    margin-right: auto; }
  .navbar .toggleTools .fa {
    display: none; }
  .kpi-text {
    font-size: 2.5rem; }
  .kpi {
    display: block;
    text-align: center; }
    .kpi .kpi-title {
      max-width: 400px;
      margin: 0 auto; }
  hr {
    width: 100px;
    margin: 1rem auto; }
  .btn-chubb.btn-lg {
    font-size: 1.5rem;
    line-height: 1rem;
    padding: 1rem 2rem; }
  .flex-vertical {
    display: block; }
  .splash-container {
    text-align: center; }
    .splash-container .splash-text {
      margin: 2rem auto 0;
      font-size: 1.25rem;
      line-height: 1.75rem;
      text-align: center;
      max-width: 500px; }
    .splash-container .splash-terms {
      margin: 0 auto;
      margin-bottom: 1rem;
      font-size: 1rem;
      text-align: center;
      max-width: 500px; }
    .splash-container hr {
      border-color: #01C1D6;
      max-width: 150px;
      margin: 1rem auto;
      border-width: 2px; }
    .splash-container .splashpage-footer {
      /*             position: relative;
            margin-top: 3rem; */ }
  .about-chubb-container {
    text-align: center; }
  .about-our-data-container {
    text-align: center; }
  .about-chubb-container {
    text-align: center; }
  .splash-container .about-our-data-container .about-chubb-container {
    position: relative; }
  .panel-chubb .chart-icons {
    opacity: 1;
    top: -2rem; }
  .panel-chubb .panel-heading {
    display: block;
    height: auto; }
  .panel-chubb .panel-body {
    min-height: 220px;
    display: block; }
    .panel-chubb .panel-body.addLegend {
      max-height: initial;
      display: block; }
      .panel-chubb .panel-body.addLegend .customLegend {
        max-width: 300px;
        padding-left: 0;
        margin: 1rem auto 0 !important; }
  .modal-dialog {
    margin: 1rem auto;
    width: 95%; }
    .modal-dialog .modal-content {
      padding: .5rem;
      text-align: center; }
      .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 1.25rem;
        line-height: 1rem; }
  .chubb-list dt {
    padding-left: 0; }
    .chubb-list dt:before {
      position: relative;
      display: block;
      border-right: 0;
      border-bottom: 5px solid #01C1D6;
      margin: 0rem auto 1rem; }
  .btn-chubb {
    margin: 0 auto; }
  #bar-chart-race .objectPlaceholder {
    height: 380px; }
    #bar-chart-race .objectPlaceholder .qv-object-D3BarchartRace text.yearText {
      font-size: 52px; }
    #bar-chart-race .objectPlaceholder .highlight {
      display: none; }
  #cyber-library .page-content-wrapper .flexrow {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    #cyber-library .page-content-wrapper .flexrow .flexitem {
      padding: 0;
      max-width: none; }
    #cyber-library .page-content-wrapper .flexrow .flexitem .panel-group {
      border-left: 0;
      padding: 0; }
  #cyber-library .panel-chubb .panel-body {
    min-height: auto; }
  #risk-calcs #initialStep .flexitem {
    margin: 1rem auto; }
  .filterRow .primary-filters, .filterRow .secondary-filters {
    display: block; }
  .list-unstyled .link.c-border-right {
    display: block;
    padding: 1rem; }
  .request-container {
    text-align: center; }
  #generate-pdf-modal {
    margin: 0; }
    #generate-pdf-modal .flexrow .custom-dropdown {
      max-width: none; }
    #generate-pdf-modal .flexrow .flexitem {
      width: 100% !important;
      max-width: none;
      display: block;
      flex: none !important; }
      #generate-pdf-modal .flexrow .flexitem.fortitle, #generate-pdf-modal .flexrow .flexitem.thetitle {
        margin: 0 auto 1rem; }
  .assessments #initialStep filter-dropdown {
    max-width: 100%;
    margin: 1rem auto; }
  .assessments .questions {
    padding: 1rem 0; }
    .assessments .questions li {
      padding: 1rem 0;
      display: block; }
      .assessments .questions li:before {
        top: -1rem; }
      .assessments .questions li .question-wrap {
        margin: 0 0 1rem 0; }
      .assessments .questions li .answer {
        border-left: 0;
        padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-header {
    float: none; }
  .c-border-right {
    padding-right: 1rem;
    border-right: solid 3px #01C1D6; }
  .c-border-left {
    padding-left: 1rem;
    border-left: solid 3px #01C1D6; }
  .about-chubb-container {
    height: auto; }
  .about-our-data-container {
    height: auto; }
  .splash-container .splash-title {
    font-size: 2rem;
    line-height: 2.5rem; }
  .splash-container .splash-text {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2.25rem; }
  .splash-container .splash-terms {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.25rem; } }

@media (min-width: 992px) {
  .app-container .page-content-wrapper {
    margin-left: 50px;
    margin-top: 140px; }
    .app-container .page-content-wrapper#risk-calc, .app-container .page-content-wrapper#tetra-assessments, .app-container .page-content-wrapper#library, .app-container .page-content-wrapper#incident {
      margin-top: 80px; }
  .app-container .page-footer-wrapper {
    margin-left: 50px; }
  .navbar-header {
    float: left; }
  .about-chubb-container {
    height: auto; }
  .about-our-data-container {
    height: auto; }
  .splash-container .splash-title {
    font-size: 2.5rem;
    line-height: 3.5rem; }
  .splash-container .splash-terms {
    margin-top: 2rem;
    margin-bottom: 1rem; } }

@media (min-width: 1200px) {
  .modal-dialog {
    margin: 4rem auto; }
  .container-fluid, .chubb-footer, .request-container, .about-our-data-container .about-chubb-container {
    padding-left: 30px;
    padding-right: 30px; }
  #claims-growth .panel-chubb .panel-body .objectPlaceholder {
    max-width: 1400px;
    margin: auto auto 1rem; } }

@media (max-width: 500px) {
  .qlik-viz-title {
    font-size: 1rem; }
  .qlik-viz-subtitle {
    font-size: .9rem; }
  #termsModal {
    text-align: left; }
    #termsModal h3 {
      font-size: 1.25rem; }
  #terms-body {
    max-height: 310px; }
  #activity-pies .panel-chubb .panel-body.addLegend.flexColumn {
    flex-direction: column; }
  .btn-chubb {
    display: block;
    width: 75%;
    min-width: 300px;
    margin: 0 auto 1rem; }
  .btn-with-icon .fa {
    float: right; } }

@media (max-height: 800px) {
  .splash-container .splashpage-footer {
    position: relative;
    margin-top: 3rem; }
  .extra-controls {
    position: relative; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .navbar .brand-logo svg {
    max-height: 20px; }
  .industry-wrap .industry-img {
    background-attachment: local; }
  .filterRow {
    display: block !important; }
    .filterRow filter-dropdown {
      display: inline-block !important;
      min-width: 240px;
      margin: 1rem; }
  .row.flexHeight .panel-chubb {
    justify-content: flex-start !important;
    position: relative;
    padding-bottom: 50px; }
    .row.flexHeight .panel-chubb.addLegend.flexColumn {
      flex: auto !important; }
    .row.flexHeight .panel-chubb .panel-footer {
      position: absolute;
      width: 100%;
      bottom: 0; }
  .flexrow.verticalCenter {
    justify-content: flex-start !important; }
  .qlikKpi .qv-object-kpi .kpi-data &gt; div {
    align-self: auto !important;
    margin-left: auto !important;
    margin-right: auto !important; }
    .qlikKpi .qv-object-kpi .kpi-data &gt; div .measure-title {
      white-space: nowrap !important; }
  .panel-chubb .panel-body.addLegend.flexColumn {
    height: auto !important; }
  .filterRow .primary-filters filter-dropdown, .filterRow .secondary-filters filter-dropdown {
    max-width: none !important;
    display: inline-block;
    width: 320px; }
  .qlik-dd {
    max-width: 320px; } }

.lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid rgba(255, 102, 0, 0.5);
  border-color: rgba(255, 102, 0, 0.5) transparent rgba(255, 102, 0, 0.5) transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#hamburger {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin: 0;
  background-color: black; }
  #hamburger:hover span {
    background: #01C1D6; }

#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0px; }

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 6px; }

#hamburger span:nth-child(4) {
  top: 12px; }

#hamburger.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%; }

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#indexReport .page {
  width: 11in;
  height: 14in; }

.page {
  position: relative;
  background: white;
  height: 100%;
  display: block;
  position: relative; }
  .page .page-header {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-color: black; }
    .page .page-header h4 {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      text-align: right;
      color: white; }
    .page .page-header sup {
      color: white;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
    .page .page-header .brand-logo svg {
      max-width: 150px; }
  .page .page-intro {
    margin-bottom: 1rem; }
  .page .page-disclaimer {
    color: #4B4E53;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    border-top: 1px solid #afafaf;
    padding-top: .5rem; }
  .page .qlikKpi {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    height: 100px;
    margin-bottom: 1rem; }
    .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-measure-title {
      font-size: 1rem !important;
      line-height: 1.25rem !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-measure-title &gt; span {
        color: white !important; }
    .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-value {
      font-size: 1.25rem !important;
      line-height: 1.5rem !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-value &gt; span {
        color: white !important; }
    .page .qlikKpi.short {
      height: 70px;
      border: 0; }
  .page .note {
    margin-top: auto;
    margin-bottom: 1rem; }
  .page .panel-viz {
    margin-bottom: 1rem; }
    .page .panel-viz .chart-icons, .page .panel-viz .panel-footer {
      display: none; }
    .page .panel-viz .panel-body .objectPlaceholder {
      height: 200px; }
  .page #report-ppi .panel-viz .panel-body .objectPlaceholder {
    height: 300px; }
  .page #report-claims .panel-viz .panel-body .objectPlaceholder {
    height: 250px; }
  .page .content-block {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    border-top: 3px solid #01C1D6;
    background-color: #f4f4f4 !important; }
    .page .content-block ul {
      margin-left: 1rem; }
    .page .content-block h4 {
      margin-top: 0;
      border-bottom: 1px solid #464646;
      padding-bottom: 5px; }
  .page #pdf-selections {
    margin: 1rem 0;
    padding-top: 5px;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    font-size: 12px; }
    .page #pdf-selections &gt; div {
      margin: 0 1rem 5px 0;
      display: inline-block;
      font-style: italic; }
      .page #pdf-selections &gt; div span {
        font-weight: bold;
        font-style: normal; }
  .page .agnecyName {
    position: absolute;
    bottom: 2rem; }

@page {
  size: auto;
  margin: 0mm; }

@media print {
  @page {
    size: auto;
    margin: 0mm; }
  html, body {
    height: auto;
    margin: 0 !important;
    padding: 0 !important; }
  #indexReport {
    display: block !important; }
  #filters, #toTop, #main, .modal, #sidebar-wrapper, #botChatDiv, .bot-icon-main {
    display: none !important; }
  sub, sup {
    color: white !important;
    display: inline !important;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sup {
    top: -0.5em !important; }
  sub {
    bottom: -0.25em; }
  .page {
    position: relative;
    overflow: hidden;
    padding: 0.5in 0.5in 0 0.5in !important;
    page-break-after: always;
    font-size: 11pt !important;
    line-height: 13pt !important; }
    .page:last-child {
      page-break-after: auto; }
    .page .page-header {
      background-color: black !important;
      color: white !important;
      margin: 0 0 1rem 0;
      padding: 0 1rem; }
      .page .page-header .brand-logo svg {
        max-width: 100px;
        fill: white !important; }
      .page .page-header .flexitem {
        padding: 0;
        color: white !important; }
    .page .page-disclaimer {
      font-size: 9pt !important;
      line-height: 9pt !important; }
    .page .qlikKpi#DLaku {
      background-color: #6E27C5 !important; }
    .page .qlikKpi#RPpjXg {
      background-color: #4B4E53 !important; }
    .page .qlikKpi#ExdEr {
      background-color: #01C1D6 !important; }
    .page .qlikKpi#HVQnWAP {
      background-color: #150F96 !important; }
    .page .qlikKpi .qv-object-kpi .kpi-data &gt; div span, .page .qlikKpi .qv-object-kpi footer {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      color: white !important; }
    .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-measure-title {
      font-size: 1rem !important;
      line-height: 1.25rem !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-measure-title span {
        color: white !important; }
    .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-value {
      font-size: 1.25rem !important;
      line-height: 1.5rem !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }
      .page .qlikKpi .sn-kpi .sn-kpi-data .sn-kpi-value span {
        color: white !important; }
  .page .kpi-table {
    margin-bottom: 1rem; }
    .page .kpi-table .kpi-item {
      font-size: 10pt;
      line-height: 12pt; }
  .page #report-claims .objectPlaceholder {
    width: 70%;
    float: left; }
  .page #report-claims .customLegend {
    width: 30%;
    float: left; }
  .page .panel-viz {
    margin-bottom: 0; }
    .page .panel-viz .panel-heading {
      background-color: #f4f4f4 !important; }
    .page .panel-viz .qlik-viz-title {
      font-size: 11pt !important;
      line-height: 13pt !important; }
    .page .panel-viz .qlik-viz-subtitle {
      font-size: 10pt !important; }
  .panel-chubb {
    break-inside: avoid;
    page-break-inside: avoid; }
  .note {
    font-size: 9pt !important; }
  #notification, form {
    display: none; }
  .panel-chubb .panel-body.addLegend .customLegend .innerLegend .legendItem {
    font-size: 10pt;
    line-height: 12pt;
    padding-bottom: 5px;
    margin-top: 0; }
  .qlikKpi .qv-footer-wrapper {
    margin: 0 auto;
    font-size: 10pt !important; }
  .content-block p, .content-block ul {
    font-size: 9pt !important;
    line-height: 12pt !important; }
  .content-block p {
    margin-bottom: 5px; }
  .content-block h4 {
    font-size: 11pt !important;
    line-height: 13pt !important;
    margin: 0; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25% !important; } }

@media print and (-ms-high-contrast: active) {
  .page .page-header {
    background-color: white !important;
    color: black !important; }
    .page .page-header .brand-logo svg {
      fill: black !important; }
    .page .page-header .flexitem {
      padding: 0;
      color: black !important; }
  .page .qlikKpi {
    background-color: white !important; }
    .page .qlikKpi .qv-object-kpi .kpi-data &gt; div span, .page .qlikKpi .qv-object-kpi footer {
      color: black !important; } }
</pre></body></html>