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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
}

#c5-container {
  /* Hero */
}
#c5-container body {
  overflow-x: hidden;
}
#c5-container section {
  position: relative;
}
#c5-container .inner {
  max-width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media (min-width: 1366px) {
  #c5-container .inner {
    max-width: 1286px;
  }
}
#c5-container .flex {
  width: 100%;
  height: 100%;
  display: flex;
}
#c5-container .flex.v-center {
  align-items: center;
}
#c5-container .column {
  flex-direction: column;
}
#c5-container h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #00008F;
}
@media (min-width: 768px) {
  #c5-container h1 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 1024px) {
  #c5-container h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
#c5-container h2 {
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: black;
}
@media (min-width: 1024px) {
  #c5-container h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1366px) {
  #c5-container h2 {
    font-size: 44px;
    line-height: 52px;
  }
}
#c5-container p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: black;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  #c5-container p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  #c5-container p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  #c5-container p {
    font-size: 18px;
    line-height: 26px;
  }
}
#c5-container p.heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.76px;
}
#c5-container p.sm {
  font-size: 14px;
}
#c5-container p.italic {
  font-style: italic;
}
#c5-container p strong {
  font-weight: 700;
  color: #00008F;
}
#c5-container p span {
  font-weight: 700;
}
#c5-container a {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  text-decoration: underline;
}
#c5-container .hero {
  height: 240px;
  background-image: url("../images/hero@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#c5-container .hero .logo-container {
  height: auto;
  margin: 40px 0 30px;
  justify-content: space-between;
}
#c5-container .hero .axa {
  width: 76px;
  height: 76px;
}
#c5-container .hero .xl {
  width: 121px;
  height: 19px;
}
@media (min-width: 768px) {
  #c5-container .risk {
    padding: 100px 0 75px;
    overflow-y: hidden;
  }
  #c5-container .risk .inner > .flex {
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #c5-container .risk .inner > .flex {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #c5-container .interactive {
    width: 60%;
  }
}
#c5-container .content {
  margin: 40px 0;
}
@media (min-width: 768px) {
  #c5-container .content {
    max-width: 33%;
    max-height: 500px;
    margin: 0;
    padding-right: 10px;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  #c5-container .content {
    max-height: 100%;
  }
}
@media (min-width: 1366px) {
  #c5-container .content {
    max-height: 750px;
  }
}
#c5-container .content > .flex {
  display: none;
}
#c5-container .content .desktop-only {
  display: none;
}
@media (min-width: 768px) {
  #c5-container .content .desktop-only {
    display: flex;
  }
}
#c5-container .svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#c5-container svg {
  transition: 0.3s opacity;
}
#c5-container circle {
  transition: 0.3s fill;
}
#c5-container #web, #c5-container #ring {
  width: 88%;
  height: 88%;
  position: absolute;
}
#c5-container #icons {
  width: 100%;
  height: 100%;
  position: relative;
}
#c5-container .clickable {
  cursor: pointer;
  transition: opacity 0.3s;
}
#c5-container .clickable:hover {
  opacity: 0.9;
}
#c5-container .type {
  width: 88%;
  height: 88%;
  position: absolute;
}
#c5-container .hidden {
  opacity: 0.05;
}
#c5-container .active {
  fill: #BD9D44 !important;
}
#c5-container .orb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -200%;
}
#c5-container .orb > div {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  position: absolute;
  background-color: #d7c48e;
}
#c5-container .neuron {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #88C7D9;
  position: absolute;
  left: -200%;
}
#c5-container .insights {
  height: auto;
  margin-top: 20px;
  justify-content: space-between;
}
#c5-container .insight {
  width: 48%;
  display: flex;
  flex-direction: column;
}
#c5-container .insight img {
  width: 100%;
  margin-bottom: 10px;
  align-self: center;
}
#c5-container .insight a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
#c5-container .conversation {
  padding: 40px;
  background-color: #00008F;
}
#c5-container .conversation > .inner > .flex {
  justify-content: space-between;
}
@media (min-width: 768px) {
  #c5-container .conversation > .inner > .flex {
    flex-direction: row;
  }
}
#c5-container .conversation h2, #c5-container .conversation p {
  color: white;
}
@media (min-width: 768px) {
  #c5-container .form {
    width: 60%;
  }
}
#c5-container .form h2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #c5-container .leadership {
    width: 33%;
  }
}
#c5-container .leadership p {
  font-size: 14px;
  line-height: 22px;
}
#c5-container .leader {
  margin-top: 30px;
  align-items: center;
}
#c5-container .leader > .flex {
  height: auto;
}
#c5-container .leader img {
  width: 72px;
  height: 72px;
  margin-right: 20px;
}
#c5-container .mobile-only {
  margin: 40px 0;
}
@media (min-width: 768px) {
  #c5-container .mobile-only {
    display: none;
  }
}

.tippy-box {
  background-color: #e8e8e8;
}

.tippy-arrow {
  color: #e8e8e8;
}

.tippy-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #00008F;
}
@media (min-width: 768px) {
  .tippy-content {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .tippy-content {
    font-size: 18px;
  }
}


/*Reuters edits*/


.form-banner{
    background-color: #030f8c;
    display: flex;
    align-items: center;
    justify-items: center;
   
}

.form-banner .text-box{
    align-self: flex-start;
    width: 25%;
    margin-top: 30px;

}

.form-banner .text-box p{
    font-size: 1.8vw;
    font-weight: 600;
    padding: 10px 30px;
}

.form-banner .form-box{
    width: 40%;
    
}

.form-banner .contact-box{
    width: 25%;
    
}



.wFormContainer .wForm form {
    padding: 0; 
}

.wForm .inputWrapper {
    width: 100%;
}

.wFormContainer .wForm .inputWrapper input[type='text']{
    width: 100%;
}

.wFormContainer .wForm .inputWrapper select{
    width: 100%;
}

.wFormContainer .wForm .inputWrapper select option {
    width: 100%;
}


@media (min-width: 768px) {
    .wForm .oneField {
        margin:0 ;
        padding: 0;
        width: 48%;
        margin-right: 1%;
        display: inline-block;
    }
}

.wFormContainer .wFormHeader {display:none;}

.wFormContainer .wFormFooter {display: none;}
      



/*Bottom Page*/

body, h1, h2, h3, h4{
  font-family: "Source Sans Pro", sans-serif;
}

@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@keyframes Homepage-logo-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: 'Publico Headline';
    src: url(https://prismic-io.s3.amazonaws.com/reuterscustomhubs%2Fd89e71b2-23b3-4972-b0ec-e8007e41eec3_publicoheadline-bold.woff);
    src: url(https://prismic-io.s3.amazonaws.com/reuterscustomhubs%2Fd89e71b2-23b3-4972-b0ec-e8007e41eec3_publicoheadline-bold.woff?#iefix) format("embedded-opentype"), url(https://prismic-io.s3.amazonaws.com/reuterscustomhubs%2Fec6e5283-3f78-4720-be93-4dad7d32cc95_publicoheadline-bold.woff2) format("woff2"), url(//www.reuters.com/media-campaign/brandfeatures/xlcatlin/fonts/PublicoHeadline-Bold.woff) format("woff"), url(//www.reuters.com/media-campaign/brandfeatures/xlcatlin/fonts/PublicoHeadline-Bold.svg#PublicoHeadline-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

* {
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0
}

.pdf-banner .text-box .white-text {
    color: #fff;
    text-decoration: none;
}

.pdf-banner .text-box a {
    color: #fff;
    text-decoration: none;
}

body,
html {
    font-size: 10px;
    overflow-x: hidden
}

.main-container {
    margin: 0 auto
}

img {
    display: block;
    width: 100%
}

a {
    transition: color .25s cubic-bezier(.42, 0, .58, 1);
    backface-visibility: hidden;
    text-decoration: none;
    color: #000e8c
}

a:hover {
    color: #666
}

a:focus {
    outline: 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul li {
    font-size: 1.4rem
}

h1 {
    font-size: 2.4rem
}

.read-more{
    font-size: 6rem;
}

@media only screen and (max-width:800px) {
    h1 {
        font-size: 2rem
    }
}

h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 500
}

@media only screen and (max-width:800px) {
    h2 {
        font-size: 1.6rem
    }
}


.qa-module p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 1em 0;
}

.qa-module em {
    font-style: italic;
}

.qa-module a{
    text-decoration: underline;
}

.qa-module h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
}

.qa-module h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    padding: .5em 0;
}

.qa-module .qa-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 128rem;
    padding: 6rem 2rem;
    max-width: 102.4rem
}

@media only screen and (max-width:800px) {
    .qa-module .qa-container {
        padding: 3rem 2rem
    }
}

.qa-module .content-div {
    -ms-flex: 3;
    flex: 3;
    padding-right: 3rem
}

@media only screen and (max-width:800px) {
    .qa-module .content-div {
        -ms-flex: 1;
        flex: 1;
        padding-right: 0
    }
}

.qa-module .content-div .intro {
    padding-bottom: 0;
}

@media only screen and (max-width:800px) {
    .qa-module .content-div .intro {
        padding-bottom: 2rem
    }
}

.qa-module .content-div .qa-item {
    margin-bottom: 3rem;
    font-size: 1.6rem
}

@media only screen and (max-width:800px) {
    .qa-module .content-div .qa-item {
        font-size: 1.4rem
    }
}

.qa-module .content-div .question {
    color: #111;
    font-weight: 600;
    margin-bottom: 1.4rem
}

.qa-module .graphic {
    -ms-flex: 1;
    flex: 1
}

.qa-module .graphic img {
    max-width: 24rem;
    margin: 0 auto
}

@media only screen and (max-width:800px) {
    .qa-module .graphic {
        display: none
    }
}

.hr {
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(0, 0, 0, .25)
}

.more-qa-list .read-more-qa {
    display: inline-block;
    font-weight: 600;
    font-size: 1.6rem;
    color: #000e8c;
    margin: 1.5rem 0;
    position: relative;
    cursor: pointer;
    margin-left: 2.5rem;
}

.more-qa-list .read-more-qa span {
    position: absolute;
    max-width: 1.6rem;
    left: -2.5rem;
    top: .6rem;
    transition: transform .2s;
    pointer-events: none
}

.more-qa-list .read-more-qa:hover {
    color: #4797a2
}

.more-qa-list .qa-list {
    max-height: 0;
    transition: max-height .4s cubic-bezier(.215, .61, .355, 1);
    overflow: hidden
}

.more-qa-list.shown .read-more-qa span {
    transform: rotate(180deg)
}

.more-qa-list.shown .qa-list {
    max-height: 500rem;
    transition: max-height .4s cubic-bezier(.215, .61, .355, 1)
}

.video-module {
    background-color: #f5f5f5;
    position: relative;
    padding: 10rem 0
}

@media only screen and (max-width:800px) {
    .video-module {
        padding: 3rem 0
    }
}

.video-module-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    max-width: 102.4rem;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 2rem
}

@media only screen and (max-width:800px) {
    .video-module-container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.video-module-container .video-box {
    -ms-flex: 1;
    flex: 1;
    max-width: 48%;
}

@media only screen and (max-width:800px) {
    .video-module-container .video-box {
        max-width: 100%;
        margin: 0;
        margin-bottom: 3rem
    }
}

.video-module-container .video-box .content-div {
    padding: 2rem 2rem 3rem;
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff*/
}

.video-module-container .video-box .content-div h1 {
    margin-bottom: 1rem
}

.video-module-container .video-box .content-div p {
    font-size: 1.6rem;
    line-height: 1.8
}

.video-module-container .video-lity {
    position: relative;
    cursor: pointer;
    display: block;
    max-height: 265px;
    overflow: hidden;
}

.video-module-container .video-lity:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .2s
}

.video-module-container .video-lity:hover:after {
    background-color: rgba(0, 0, 0, .4)
}

.video-module-container .video-lity .play {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.2rem
}

.video-module-container .video-lity .play img {
    max-width: 100%
}

.video-lity-container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 102.4rem;
    margin: 0 auto
}

.lity-container {
    width: 100%
}

.video-player {
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.video-player .sixteenxnine {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden
}

.video-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none!important
}

@media only screen and (max-width:800px) {
    .video-player {
        -ms-flex: 1;
        flex: 1;
        margin-right: 0;
        margin-bottom: 3rem
    }
}

.video-player .button-container {
    position: absolute;
    width: 10rem;
    height: 10rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 5rem;
    transition: background-color .2s
}

.video-player .button-container:hover {
    background-color: #fff
}

.video-player .play-pause-button {
    border: 0;
    background: 0 0;
    box-sizing: border-box;
    width: 0;
    height: 5rem;
    margin-left: 1.6rem;
    border-color: transparent transparent transparent #202020;
    transition: .2s all cubic-bezier(.215, .61, .355, 1);
    cursor: pointer;
    border-style: solid;
    border-width: 2.5rem 0 2.5rem 3rem
}

.video-player .play-pause-button:focus {
    outline: 0
}

.video-player .play-pause-button.paused {
    border-style: double;
    border-width: 0 0 0 3rem
}

.learn-more-module .learn-more-container {
    margin: 0 auto;
    max-width: 128rem;
    padding: 6rem 2rem;
    text-align: center
}

@media only screen and (max-width:800px) {
    .learn-more-module .learn-more-container {
        padding: 3rem 2rem
    }
}

.learn-more-module .learn-more-container h1 {
    margin-bottom: 1.4rem
}

.learn-more-module .learn-more-container p {
    font-size: 1.6rem;
    line-height: 1.8
}

.center-content {
    max-width: 64rem;
    margin: 0 auto;
    padding: 2rem 0 7rem
}

@media only screen and (max-width:640px) {
    .center-content {
        padding: 3rem 0
    }
}

.key-points {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



@media only screen and (max-width:640px) {
    .key-points {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.key-points .key-items {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    max-width: 32%
}

@media only screen and (max-width:640px) {
    .key-points .key-items {
        max-width: 100%;
        margin-bottom: 5rem
    }
}

.key-points .key-items .img {
    max-height: 20rem;
    overflow: hidden
}

.key-points .key-items .img img {
    max-width: 100%;
    width: 100%
}

.key-points .key-items:hover .key-content {
    border-color: #4797a2
}

.key-points .key-content {
    background-color: #fff;
    transform: translateY(-4vw) translateX(10%);
    /* position: absolute; */
    top: 10vw;
    /* left: 50%; */
    width: 80%;
    font-weight: 700;
    font-size: 2vw;
    padding: 2rem;
    /*border-bottom: 2px solid #000e8c;
    transition: border-color .2s;*/
}

.key-points .key-content .key-body{
    font-weight: 200;
    font-size: 1.6rem;
    color: #343B3C;
    margin-top: 12px;
}

@media only screen and (max-width:640px) {
    .key-points .key-content {
        width: 90%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%
}

.slider .slides {
    width: 100%
}

.slider .slides:focus {
    outline: 0
}

.slider .slides img {
    max-width: 100%
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #666;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "<"
}

[dir=rtl] .slick-prev:before {
    content: ">"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ">"
}

[dir=rtl] .slick-next:before {
    content: "<"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 2rem;
    line-height: 20px;
    text-align: center;
    color: #666;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #666;
    opacity: 1
}




#c5-wrapper {
    position: relative;
    background-color: #f5f5f5;
    z-index: 5;
    padding: 0;
}

#c5-wrapper .mt-20 {
    margin-top: 40px;
}

#c5-wrapper .modal-link {
    color: #434954;
    border-bottom: 1px solid #434954;
    opacity: 1;
    transition: all 0.2s ease-in;
}

#c5-wrapper .modal-link:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in;
}

#c5-wrapper .header-link {
    width: auto;
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s ease-in;
}

#c5-wrapper .header-link:hover {
    opacity: 0.5;
}

#c5-wrapper .title-link {
    color: #333;
    text-decoration: none;
    opacity: 1;
    transition: all 0.2s ease-in;
}

#c5-wrapper .title-link:hover {
    text-decoration: underline;
    opacity: 0.5;
    transition: all 0.2s ease-in;
}

#c5-wrapper .spacer {
    display: none;
}

@media (min-width: 768px) {
    #c5-wrapper .spacer {
        display: block;
        height: 424px;
        width: 1px;
    }
}

#c5-wrapper .flex {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #c5-wrapper .flex {
        flex-direction: row;
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    #c5-wrapper .spacer {
        height: 545px;
    }
    #c5-wrapper .flex {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    #c5-wrapper .spacer {
        height: 623px;
    }
    #c5-wrapper .flex {
        max-width: 1200px;
    }
}

#c5-wrapper canvas {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#c5-wrapper .plexus-header {
    display: none;
}

@media (min-width: 768px) {
    #c5-wrapper .plexus-header {
        display: flex;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0.2px;
        text-align: center;
        color: #434954;
        position: absolute;
        top: -160px;
        top: -95px;
        left: 0;
        right: 0;
        height: 95px;
        background: #f5f5f5;
        width: 100%;
        z-index: 20;
        align-items: center;
        justify-content: center;
    }
}

#c5-wrapper .static-plexus {
    display: block;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}

#c5-wrapper svg#plexus {
    display: none;
}

@media (min-width: 768px) {
    #c5-wrapper .static-plexus {
        display: none;
    }
    #c5-wrapper svg#plexus {
        display: block;
        z-index: 10;
        width: 748px;
        left: 10px;
        height: 100%;
    }
}

@media (min-width: 992px) {
    #c5-wrapper svg#plexus {
        width: 962px;
        left: 15px;
    }
}

@media (min-width: 1200px) {
    #c5-wrapper svg#plexus {
        width: 1200px;
        left: 50px;
    }
}

#c5-wrapper svg#plexus path {
    fill: none;
    stroke: #555;
    stroke-width: 1;
    stroke-linecap: round;
}

#c5-wrapper svg#plexus image {
    cursor: pointer;
}

#c5-wrapper img {
    width: 100%;
}

#c5-wrapper .h3 {
    font-family: Publico, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #434954;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #c5-wrapper .h3 {
        margin-bottom: 0;
    }
}

#c5-wrapper .h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    color: #434954;
    margin: 40px 0 4px;
    text-transform: uppercase;
}

#c5-wrapper p,
#c5-wrapper p.bold {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

#c5-wrapper p {
    font-weight: 400;
    color: #434954;
    margin-bottom: 15px;
}

#c5-wrapper p.bold {
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

#c5-wrapper p.italic {
    font-style: italic;
    line-height: 1.19;
    color: #434954;
}

#c5-wrapper #accordion {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    pointer-events: none;
    margin: 0 auto;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 20;
}

#c5-wrapper #accordion .ui-accordion-header {
    cursor: pointer;
}

#c5-wrapper #accordion .accordion-header {
    display: none;
}

@media (max-width: 767px) {
    #c5-wrapper #accordion {
        width: 100%;
        position: relative;
        top: 0;
    }
    #c5-wrapper #accordion .accordion-header {
        display: flex;
        flex-flow: row;
        align-items: center;
    }
}

#c5-wrapper #accordion .accordion-header .accordion-arrow {
    width: 5px;
    height: 8px;
    display: block;
    margin-right: 14px;
    transform: rotate(0);
    transform-origin: center center;
    transition: all 0.3s ease;
}

#c5-wrapper #accordion .accordion-header h3 {
    position: relative;
    cursor: pointer;
}

#c5-wrapper #accordion .ui-state-active .accordion-arrow {
    transform: rotate(90deg);
    transform-origin: center center;
    transition: all 0.3s ease;
}

#c5-wrapper #accordion .mobile-icon {
    display: block;
    margin-top: 25px;
    margin-bottom: 60px;
}

#c5-wrapper .ui-state-focus:focus {
    outline: 0;
}

#c5-wrapper .hide-on-sm {
    display: none;
}

@media (min-width: 768px) {
    #c5-wrapper #accordion .mobile-icon {
        display: none;
    }
    #c5-wrapper .hide-on-sm {
        display: block;
    }
}

#c5-wrapper .modal {
    visibility: visible;
    opacity: 1;
    display: block;
    width: 100%;
    border-top: solid 1px #f5f5f5;
    margin-left: 0;
    box-sizing: border-box;
    background-color: #fff;
    pointer-events: all;
    position: relative;
    padding: 14px 15px;
}

@media (min-width: 768px) {
    #c5-wrapper .modal {
        width: 45%;
        max-width: 474px;
        padding: 55px 40px 55px 55px;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05);
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        display: none;
        margin-left: 55%;
    }
    #c5-wrapper .modal:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 90px;
        width: 100%;
    }
    #c5-wrapper .modal .copy {
        overflow-y: scroll;
        max-height: 300px;
        padding-right: 15px;
    }
}

#c5-wrapper .modal .top {
    width: 100%;
}

#c5-wrapper .modal .top-controls {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #c5-wrapper .modal .top-controls {
        display: none;
    }
}

#c5-wrapper .modal .header-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 15px 20px 0;
}

#c5-wrapper .modal .header-controls .box.selected .fill-fix,
#c5-wrapper .modal .header-controls .box.selected path,
#c5-wrapper .modal .header-controls .box:hover .fill-fix,
#c5-wrapper .modal .header-controls .box:hover path {
    fill: #00adc7;
}

#c5-wrapper .modal .box.selected .fill-fix,
#c5-wrapper .modal .box.selected path,
#c5-wrapper .modal .box:hover .fill-fix,
#c5-wrapper .modal .box:hover path {
    fill: #bd9d44;
}

#c5-wrapper .modal .regular-controls {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}

#c5-wrapper .modal .empty-icon {
    width: 30px;
}

#c5-wrapper .modal .box {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
}

#c5-wrapper .modal .box:first-of-type {
    margin-left: 0;
}

#c5-wrapper .modal .box .fill-fix,
#c5-wrapper .modal .box path {
    transition: fill 0.3s;
}

#c5-wrapper .modal .close {
    cursor: pointer;
    display: block;
    padding-right: 15px;
}

#c5-wrapper .modal .close svg {
    width: 22px;
    height: 22px;
    pointer-events: none;
}

#c5-wrapper .modal img {
    display: block;
}

#c5-wrapper .modal .copy::-webkit-scrollbar {
    width: 8px;
}

#c5-wrapper .modal .copy::-webkit-scrollbar-track {
    background: 0 0;
}

#c5-wrapper .modal .copy::-webkit-scrollbar-thumb {
    background: rgba(67, 73, 84, 0.25);
    border-radius: 8px;
    transition: background 0.3s;
}

.risk-icon .icon-bg,
.risk-icon .icon-bg2 {
    transition: fill 0.4s;
}

#c5-wrapper .modal .copy::-webkit-scrollbar-thumb:hover {
    background: #434954;
}

@media (min-width: 992px) {
    #c5-wrapper .modal .copy {
        max-height: 425px;
    }
}

@media (min-width: 1200px) {
    #c5-wrapper .modal .copy {
        max-height: 550px;
    }
}

@media (min-width: 768px) and (max-width: 772px) {
    body {
        overflow-x: hidden;
    }
}

.risk-icon:hover {
    cursor: pointer;
}

.risk-icon:hover .icon-bg {
    fill: #bd9d44 !important;
}

.risk-icon.header-icon:hover .icon-bg2 {
    fill: #047081;
}

.risk-icon path {
    fill: none;
    stroke: #fff !important;
    stroke-width: 2 !important;
    stroke-miterlimit: 10 !important;
}

.risk-icon .icon-bg.disabled {
    fill: #ccc;
}

.risk-icon .icon-bg.chosen {
    fill: #bd9d44;
}

.risk-icon .icon-bg2.disabled {
    fill: #ccc;
}

.risk-icon .icon-bg2.chosen {
    fill: #00adc7;
}

.pdf-banner{
    background-color: #030f8c;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 30px 0;
}

.pdf-banner img{
    width: 20%;
    margin: 0% 5%;
    height: auto;
    transform: rotate(-5deg);
}

.text-box{
    width: 60%;
    color: #fff;

}

.pdf-banner .text-box h1{
    font-size: 4.0vw;
    line-height: 5vw;
    font-weight: 700;
}

.pdf-banner .text-box h2{
    font-size: 1.8vw;
    line-height: 3vw;
    font-weight: 500;
}

.video-section .text-fill{
    opacity: 0;

}

.Footer-content-2szrj p {
    font-size: 1.1em;
}