@font-face {
  font-family: Prelo-Slab-Bold;
  src: url("https://www.aon.com/getmedia/00082bc9-bf9e-49d5-9ca9-047130c8c2ec/Prelo-Slab-Bold.eot");
  src: url("https://www.aon.com/getmedia/00082bc9-bf9e-49d5-9ca9-047130c8c2ec/Prelo-Slab-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.aon.com/getmedia/bcea471e-7046-46c9-861c-6d1e974c4d04/Prelo-Slab-Bold.woff2") format("woff2"),
    url("https://www.aon.com/getmedia/12c98cf7-dba6-449e-9606-8fffec059bcc/Prelo-Slab-Bold.woff") format("woff"),
    url("https://www.aon.com/getmedia/e833fd10-1714-47d1-a947-48078ebd80e6/Prelo-Slab-Bold.ttf") format("truetype"),
    url("https://www.aon.com/getmedia/31251a57-9df5-42fa-907e-5cc93926d867/Prelo-Slab-Bold.svg#svgFontName") format("svg");
}
@font-face {
  font-family: Prelo-Slab-Book;
  src: url("https://www.aon.com/getmedia/291e6b0e-946b-4613-9040-bbd7b0027e82/Prelo-Slab-Book.eot");
  src: url("https://www.aon.com/getmedia/291e6b0e-946b-4613-9040-bbd7b0027e82/Prelo-Slab-Book.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.aon.com/getmedia/121a3f75-d71d-4cf4-897b-ec75b9aad037/Prelo-Slab-Book.woff2") format("woff2"),
    url("https://www.aon.com/getmedia/8dba9bfb-8c6a-4a1c-ac8b-c9082fb76855/Prelo-Slab-Book.woff") format("woff"),
    url("https://www.aon.com/getmedia/8230dcaa-919c-403a-b463-40e85619f4e3/Prelo-Slab-Book.ttf") format("truetype"),
    url("https://www.aon.com/getmedia/04e1f3ca-8ed6-4e0f-9198-67d6c6899d5e/Prelo-Slab-Book.svg#svgFontName") format("svg");
}
.wow {
  visibility: visible;
}
.wowup {
  animation-direction: reverse !important;
}

body {
	padding-top:110px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4d4f53;
  overflow-x: hidden;
}
a{
  color: #4d4f53;
}
#header-wrap{
	position:absolute;
	top:0;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-family: Prelo-Slab-Book;
  font-size: 60px;
  line-height: 61px;
  color: #231e20;
}
h2 {
  font-family: Prelo-Slab-Bold;
  font-size: 40px;
  line-height: 45px;
  color: #4d4f53;
}
h3 {
  font-family: Prelo-Slab-Bold;
  font-size: 35px;
  line-height: 52px;
  color: #e11b22;
}
.copy__blue {
  color: #2291ae;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 30px;
}
.jumbotron {
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  background-image: url("https://www.aon.com/getmedia/e3d4cc64-6cef-4aaa-a240-0099a78774d6/banner.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-color: #f1f7fa;
}
.jumbotron-content {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.jumbotron-content h1 {
  margin-bottom: 23px;
  margin: auto auto 17px;
}
.jumbotron-content h1 span {
  font-family: Prelo-Slab-Book;
  color: #4bbbeb;
  margin-bottom: 11px;
}
.jumbotron-content h3 span {
  display: block;
  font-family: Prelo-Slab-Book;
  font-size: 24px;
  line-height: 39px;
}
.jumbotron-inner {
  padding: 134px 0;
  position: relative;
}
.puzzle-icon1 {
  position: absolute;
  top: -145px;
  left: -130px;
}
.puzzle-icon2 {
  position: absolute;
  top: -140px;
  right: 0;
}
.puzzle-icon3 {
  position: absolute;
  bottom: -230px;
  left: 20px;
}
.puzzle-icon4 {
  position: absolute;
  bottom: -230px;
  right: -130px;
}
.line-animation {
  stroke-dasharray: 750px;
  stroke-dashoffset: 750px;
  -webkit-animation: moveforward 1.5s linear;
  animation: moveforward 1.5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.line-animationback {
  stroke-dasharray: 750px;
  stroke-dashoffset: 0;
  -webkit-animation: movebackward 1.5s linear;
  animation: movebackward 1.5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes moveforward {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes moveforward {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes movebackward {
  0% {
    stroke-dashoffset: -750;
  }
}
@keyframes movebackward {
  0% {
    stroke-dashoffset: -750;
  }
}
.row-center {
  -webkit-box-align: center;
  align-items: center;
}
.alternate-section-img {
  position: relative;
}
.alternate-section-img-inner {
  position: relative;
  background-color: #f8fbfd;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  padding: 20px;
}
.alternate-section-img-inner > div {
  position: relative;
  display: inline-block;
}
.alternate-section-content h2 {
  color: #e11b22;
  margin-bottom: 15px;
}
.alternate-section-main {
  padding: 65px 0 45px;
}
.alternate-section-item {
  padding: 35px 0;
}
.alternate-section-main {
  counter-reset: alternate_section_item_number;
}
.alternate-section-outer {
  counter-reset: alternate_section_main_number;
  margin-bottom: 0 !important;
}
.alternate-section-content:before {
  counter-increment: alternate_section_item_number;
  content: "0" counter(alternate_section_item_number) ".";
  font-family: Prelo-Slab-Bold;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 1px #2291ae;
  -ms-text-stroke: 1px #2291ae;
  -moz-text-stroke: 1px #2291ae;
  text-shadow: 0 0 1px #2291ae;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
.alternate-section-main
  .alternate-section-item:nth-child(odd)
  .alternate-section-content {
  margin-left: auto;
}
.alternate-section-content {
  width: 100%;
  position: relative;
  max-width: 450px;
}
.alternate-section-main
  .alternate-section-item:nth-child(odd)
  .alternate-section-content
  .dir-arrow {
  right: 100%;
  -webkit-animation: fadeInLeft 0.5s linear;
  animation: fadeInLeft 0.5s linear;
}
.dir-arrow svg {
  opacity: 0.1;
}
.dir-arrow {
  position: absolute;
  bottom: 100%;
}
.alternate-section-main
  .alternate-section-item:nth-child(even)
  .alternate-section-content
  .dir-arrow {
  left: 100%;
  -webkit-animation: fadeInRight 0.5s linear;
  animation: fadeInRight 0.5s linear;
}
.alternate-section-main .alternate-section-item:nth-child(even) .row-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.section-arrow {
  position: absolute;
  bottom: calc(100% - 40px);
  z-index: 2;
}
.alternate-section-main .alternate-section-item:nth-child(odd) .section-arrow {
  left: 50%;
}
.alternate-section-main .alternate-section-item:nth-child(even) .section-arrow {
  right: 50%;
}
.section-link {
  position: fixed;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-link.section-link-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-link ul {
  padding: 0;
  margin: 0;
}
.section-link ul li {
  display: block;
}
.section-link ul li a {
  font-family: Prelo-Slab-Bold;
  font-size: 21.0287px;
  line-height: 40px;
  text-align: center;
  color: #4d4f53;
  border-radius: 50%;
  opacity: 0.4;
  display: block;
  width: 40px;
  padding: 0 6px;
  height: 40px;
}
.section-link ul li a.section-link-menu-active {
  border-radius: 50%;
  background-color: #ed1c24;
  opacity: 1;
  letter-spacing: 2px;
  color: #fff;
}
.report-header h2 {
  font-family: Prelo-Slab-Bold;
  font-size: 60px;
  line-height: 75px;
  color: #e11b22;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.report-header h4 {
  font-family: Prelo-Slab-Book;
  font-size: 20px;
  line-height: 25px;
  color: #e11b22;
  margin: 0;
  padding-bottom: 5px;
}
.report-form .form-control {
  border: 1px solid #c4c4c4;
  height: auto !important;
  padding: 9.5px 15px;
  border-radius: 5px;
  box-shadow: none;
}
.report-form select.form-control {
  padding: 12px 15px;
}
.report-form label span {
  top: -2px;
}
.alternate-section-outer .slick-arrow {
  background-image: url("https://www.aon.com/getmedia/01e21aa8-06b9-4370-a9d1-8d880eebb39b/slider-arrow.png");
  bottom: 40px;
  top: unset;
  -webkit-transform: unset;
  transform: unset;
  background-position: 13px center;
  background-repeat: no-repeat;
  border: 2px solid #e11b22;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}
.alternate-section-outer .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.alternate-section-outer .slick-prev {
  left: 30px;
}
.alternate-section-outer .slick-next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.alternate-section-outer .slick-dots li button:before {
  display: none;
}
.alternate-section-outer .slick-dots {
  bottom: 40px;
}
.alternate-section-outer .slick-dots li {
  width: auto;
  height: auto;
}
.alternate-section-outer .slick-dots li button:hover,
.alternate-section-outer .slick-dots li.slick-active button {
  color: #e11b22;
  opacity: 1;
}
.alternate-section-outer .slick-dots li button {
  display: block;
  font-size: 21.0287px;
  line-height: 32px;
  text-align: center;
  color: #4d4f53;
  opacity: 0.3;
  font-family: Prelo-Slab-Bold;
  width: auto;
  height: auto;
}
.thankyou-inner {
  width: 100%;
  max-width: 666px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 26px 0 70px;
}
.thankyou-link {
  display: block;
  text-align: center;
}
.thankyou-link:before {
  content: "";
  margin: auto;
  display: block;
  border: 4px solid #e11b22;
  background-color: #fff;
  text-align: center;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-image: url("https://www.aon.com/getmedia/70066ae7-7c93-4725-bad9-9c643280603a/download-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 22px;
}
.thankyou-link:hover:before {
  background-image: url("https://www.aon.com/getmedia/f7e134f5-3b64-45e0-83a3-944698e45135/download-wyt.svg");
  background-color: #e11b22;
  border-color: #fff;
}
.thankyou-link div {
  font-weight: 900;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #4d4f53;
  opacity: 0.4;
}
.thankyou-link h4 {
  font-family: Prelo-Slab-Book;
  font-size: 30px;
  line-height: 45px;
  color: #e11b22;
  margin-bottom: 0;
}
.thankyou-line {
  position: absolute;
  bottom: 82%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-menu ul li a {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 18px;
}
.footer-copyright p,
.footer-text p, .footer-text ul li {
  color: #7b7b7b;
  line-height: 18px;
}

.footer-logo,
.footer-menu,
.footer-social {
  width: auto;
  float: none;
  margin: 0;
}
.footer-content-inner {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.footer-social {
  -webkit-box-ordinal-group: 4;
  order: 3;
}
p.form-text {
  font-size: 18px;
  max-width: 940px;
  padding: 10px 0 30px;
  color: #787878;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alternate-section-content:before {
    color: #2291ae;
  }
  .section-link ul li a.section-link-menu-active {
    color: #fff;
  }
  .line-animation {
    stroke-dasharray: none;
    stroke-dashoffset: none;
  }
}
.moveline {
  position: absolute;
width: 50%;
z-index: -1;
height: 55%;
left: 50%;
top: calc(50% - 20px);
background-color:
#e11b22;
background-image: url(style.css);
background-repeat: no-repeat;
background-size: cover;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
