  

body:not(.fsComposeMode) .infographics {
  background-size: cover;
  background-position: 50% top;
  position: relative;
  height: 505px;
  overflow: hidden; }
  @media (min-width: 1300px) {
    body:not(.fsComposeMode) .infographics {
          height: auto;
    margin-bottom: 11px;
    background-attachment: fixed;
    background-position: center;
    padding: 50px;
       } }
	   
	   
	   @media (min-width: 1300px) {
    body:not(.fsComposeMode) .infographics > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 88% !important;
    position: relative;
    height: 100%;
} }

 @media (min-width: 1920px) {
    body:not(.fsComposeMode) .infographics > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width:73% !important;
    position: relative;
    height: 100%;
} }
	   
  body:not(.fsComposeMode) .infographics:before {
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  body:not(.fsComposeMode) .infographics .slick-prev,
  body:not(.fsComposeMode) .infographics .slick-next {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    color: transparent;
    font-size: 0;
    bottom: 100px;
    height: 30px;
    width: 30px; }
    body:not(.fsComposeMode) .infographics .slick-prev.slick-disabled,
    body:not(.fsComposeMode) .infographics .slick-next.slick-disabled {
      display: none !important; }
    body:not(.fsComposeMode) .infographics .slick-prev:before,
    body:not(.fsComposeMode) .infographics .slick-next:before {
      color: #fff;
      font-size: 20px;
      bottom: 200px;
      line-height: 30px;
      text-align: center;
      transition: all .3s linear; }
    body:not(.fsComposeMode) .infographics .slick-prev:hover:before,
    body:not(.fsComposeMode) .infographics .slick-next:hover:before {
      color: #007dc3; }
  body:not(.fsComposeMode) .infographics .slick-prev {
    position: absolute;
    left: 20px; }
    body:not(.fsComposeMode) .infographics .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .infographics .slick-next {
    position: absolute;
    right: 20px; }
    body:not(.fsComposeMode) .infographics .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .infographics > header {
    display: none; }
  body:not(.fsComposeMode) .infographics > .fsElementContent {
        position: relative;
    margin: 0 auto;
    max-width:100%;
    position: relative;
    height: 100%; }
	
	@media (min-width: 1920px){

body:not(.fsComposeMode) .infographics > .fsElementContent {
        position: relative;
    margin: 0 auto;
    max-width:69%;
    position: relative;
    height: 100%; }

	}
	
	
    body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement {
      display: block;
      height: 225px;
      width: 225px;
      position: relative;
      text-align: center;
      color: #fff;
      transition: margin 1.5s ease-in-out;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 500;
      margin-top: 60px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(odd) {
          margin-top: 20px; } }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement {
          margin-top: 0; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover p {
        display: none; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover h3 {
        font-size: 0;
        color: transparent;
        margin: 0;
        padding: 0; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover h3:after {
          display: none; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:hover h3:before {
          font-size: 20px;
          opacity: 1; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > header * {
        margin: 0; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > header a {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: transparent;
        font-size: 0;
        z-index: 10; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent {
        position: relative;
        margin: 0 auto;
        border-radius: 100%;
        border: 2px solid white;
        height: 100%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent h3,
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent p {
          color: #fff; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent:before {
          display: block;
          content: '';
          height: calc(100% - 6px);
          width: calc(100% - 6px);
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border: 2px solid #fff;
          transition: all .3s linear; }
        @media (max-width: 1300px) {
          body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement > .fsElementContent {
            height: 225px;
            width: 225px; } }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement {
          position: absolute;
          margin-bottom: -500px; }
          body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement.float-me {
            margin-bottom: 0; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement h3 {
        color: #fff;
        font-size: 40px;
        line-height: 1.25em;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement h3:after {
          display: block;
          content: '';
          height: 2px;
          width: 50px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background: #fff; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement h3:before {
          font-size: 0;
          line-height: 1.1em;
          color: #fff;
          display: block;
          content: 'Learn More';
          font-weight: normal;
          opacity: 0;
          transition: opacity .3s linear; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child > .fsElementContent {
        border-color: #79bce8; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child > .fsElementContent:before {
          border-color: rgba(121, 188, 232, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child > .fsElementContent h3:after {
          background: #79bce8; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child:hover > .fsElementContent:before {
        background: #79bce8; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:first-child {
          height: 175px;
          width: 175px;
          bottom: 267px;
          left: 0; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) > .fsElementContent {
        border-color: #00ae9e; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) > .fsElementContent:before {
          border-color: rgba(0, 174, 158, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) > .fsElementContent h3:after {
          background: #00ae9e; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2):hover > .fsElementContent:before {
        background: #00ae9e; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(2) {
          height: 225px;
          width: 225px;
          bottom: 175px;
          left: 190px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) > .fsElementContent {
        border-color: #ffd24f; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) > .fsElementContent:before {
          border-color: rgba(255, 210, 79, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) > .fsElementContent h3:after {
          background: #ffd24f; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3):hover > .fsElementContent:before {
        background: #ffd24f; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(3) {
          height: 185px;
          width: 185px;
          bottom: 360px;
          left: 421px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) > .fsElementContent {
        border-color: #f16649; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) > .fsElementContent:before {
          border-color: rgba(241, 102, 73, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) > .fsElementContent h3:after {
          background: #f16649; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4):hover > .fsElementContent:before {
        background: #f16649; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(4) {
          height: 275px;
          width: 275px;
          bottom: 372px;
          left: 619px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) > .fsElementContent {
        border-color: #c1d82f; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) > .fsElementContent:before {
          border-color: rgba(193, 216, 47, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) > .fsElementContent h3:after {
          background: #c1d82f; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5):hover > .fsElementContent:before {
        background: #c1d82f; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(5) {
          height: 200px;
          width: 200px;
          bottom: 215px;
          left: 868px; } }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) > .fsElementContent {
        border-color: #16467a; }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) > .fsElementContent:before {
          border-color: rgba(22, 70, 122, 0.5); }
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) > .fsElementContent h3:after {
          background: #16467a; }
      body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6):hover > .fsElementContent:before {
        background: #16467a; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .infographics > .fsElementContent .fsElement:nth-child(6) {
          height: 250px;
          width: 250px;
          bottom: 231px;
          left: 1093px; } }
  body:not(.fsComposeMode) .infographics footer {
    position: absolute;
    bottom: 98px;
    width: 100%;
    left: 0;
    text-align: center; }
    body:not(.fsComposeMode) .infographics footer .fsElementFooterContent {
      margin: 0; }
    body:not(.fsComposeMode) .infographics footer a {
      display: inline-block;
      padding: 15px 25px;
      border: 2px solid #fff;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 1px;
      transition: all .3s linear; }
      body:not(.fsComposeMode) .infographics footer a:hover {
        background: #fff;
        color: #16467a; }

@keyframes floatUp {
  0% {
    margin-bottom: -500px; }
  100% {
    margin-bottom: 0; } }

body:not(.fsComposeMode) .carroll_stories {
  background: #fff;
  padding: 0 10px 40px; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .carroll_stories {
      height: 660px;
      padding: 0; } }
  body:not(.fsComposeMode) .carroll_stories > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 76.25em;
    max-width: 76.25rem;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent {
        display: block; } }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
      -ms-flex-order: 1;
      order: 1; }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
      -ms-flex-order: 2;
      order: 2; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro,
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
        -ms-flex-order: 1;
        order: 1; } }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
      padding: 40px 20px 20px;
      text-align: center; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
          height: 37.72727%;
          width: 36.06557%;
          position: absolute;
          top: 20px;
          left: 32.78689%;
          text-align: left;
          padding: 0 10px;
          overflow: hidden;
          font-size: 14px;
          line-height: 21px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
          font-size: 16px;
          line-height: 26px; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro {
          padding: 20px; } }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle {
        position: relative;
        padding-bottom: 20px; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle {
            font-size: 26px;
            line-height: 32px;
            padding-bottom: 10px; } }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle {
            font-size: 30px;
            line-height: 37px;
            padding-bottom: 20px; } }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle:after {
          display: block;
          content: '';
          height: 2px;
          width: 50px;
          background: #f16649;
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          @media (min-width: 1100px) {
            body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro .fsElementTitle:after {
              left: 0;
              -ms-transform: none;
              transform: none; } }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro a {
        font-weight: 700; }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .carroll-stories-intro a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 5px; }
    body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
      display: block;
      overflow: hidden;
      z-index: 300;
      height: auto;
      min-height: 100px;
      position: relative;
      margin: 0 0 5px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
          -ms-flex: none;
          flex: none;
          height: 250px;
          width: calc(50% - 20px);
          display: inline-block;
          margin: 0 8px 16px; } }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
          display: block;
          position: absolute;
          margin: 0; } }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(241, 102, 73, 0.8);
        color: #fff;
        text-align: left;
        z-index: 1;
        transition: opacity .5s linear;
        opacity: 1;
        padding: 0 20px; }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 30px;
          position: absolute;
          right: 20px;
          top: 50%;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header {
            opacity: 0;
            text-align: center; }
            body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header:after {
              display: none; } }
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent {
          margin: 0;
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent h2 {
            color: #fff;
            font-size: 20px;
            line-height: 1.1em;
            margin: 0; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent p {
            margin: 0; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent em {
            display: none;
            font-style: normal; }
            @media (min-width: 700px) {
              body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent em {
                display: block; } }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box header .fsElementHeaderContent a {
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            color: transparent;
            font-size: 0; }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box:hover header {
        opacity: 1; }
      body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box .fsElementContent img {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        height: auto;
        -ms-transform: translate(0, -30%);
        transform: translate(0, -30%); }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box .fsElementContent img {
            height: 100%;
            width: auto;
            max-width: 500%;
            top: 0;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box {
          float: none; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.one {
            height: 93.93939%;
            width: 29.5082%;
            top: 20px;
            left: 1.63934%; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.two {
            height: 41.66667%;
            width: 31.06557%;
            bottom: 20px;
            left: 32.86885%; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.three {
            height: 340px;
            height: 51.51515%;
            width: 29.5082%;
            top: -50px;
            right: 0px;
            border: 20px solid #fff; }
          body:not(.fsComposeMode) .carroll_stories > .fsElementContent .profile-box.four {
            width: 32.78689%;
            height: 351px;
            height: 53.18182%;
            bottom: 20px;
            right: 1.63934%;
            background: green; } }

