@charset "UTF-8";

/* Last Revised: 2020-01-22 */

html {
  font-size: 16px;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

body {
  background: #efefef;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
}

.lead-story.home {
    background: url(/getmedia/e781e06f-05af-4ef4-94fa-620a7dac1320/M-A-homepage.aspx) center center no-repeat;
    background-size: cover;
	box-shadow: 0 3px rgba(0, 0, 0, 0.3) 0xp;
}

.lead-story.newsroom {
  background: url(/getmedia/bca1fc67-5455-4dab-a5a0-71167f4ceed2/CP-reinsurance-01-2020-01-22-natcat20.aspx) center center no-repeat;
  background-size: cover;
}

.lead-story.data {
  background: url(/getmedia/bca1fc67-5455-4dab-a5a0-71167f4ceed2/CP-reinsurance-01-2020-01-22-natcat20.aspx) center center no-repeat;
  background-size: cover;
}

.lead-story.health {
  background: url(/getmedia/fb0a6f6c-cbe0-48e7-9eb8-71b8661f769c/CP-01-health-2018-10-11-global-med-trends.aspx) center center no-repeat;
  background-size: cover;
}

.lead-story.retirement {
  background: url(/getmedia/c9c2ccee-45b5-4c3c-98c5-eb9c00a355de/CP-retirement-01-2019-10-11-responsible-investing.aspx) center center no-repeat;
  background-size: cover;
}

.lead-story.risk {
  background: url(/getmedia/c7059c1f-63a8-40f5-8f49-49e8bf507871/CP-risk-01-2019-11-21-rmi.aspx) center center no-repeat;
  background-size: cover;
}

.lead-story.reinsurance {
  background: url(/getmedia/bca1fc67-5455-4dab-a5a0-71167f4ceed2/CP-reinsurance-01-2020-01-22-natcat20.aspx) center center no-repeat;
  background-size: cover; 
}

a {
  color: #212529;
  //font-family : 'PreloSlabW01-SemiBold';
  //font-weight : SemiBold;
  //font-size : 16px;
  //line-height : 20px;
  
}

a:hover {
  color: #E11B22;
  text-decoration: none;
}

img {
  max-width: 100%;
}

header {
  font-family: "Helvetica Now Text W05",Arial,sans-serif;
  background: #fff;
}

@media screen and (max-width: 991px) {
  header {
    background: #fff;
  }
}

p {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

h1 {
  font-family: 'Prelo Slab W01 Light';
  color : #E11B22;
  font-weight : lighter;
  font-size  : 45px;
  line-height: 54px;
  margin-bottom : 8px;
}
h2 {
  font-family: 'PreloSlabW01-SemiBold';
  color : #212529;
  font-weight : 600;
  font-size  : 43px;
  line-height: 54px;
  margin-bottom : 8px;
}
.red-h2{
     color : #E11B22;
}

h4 {
  font-family: 'PreloSlabW01-SemiBold';
  color : #212529;
  font-weight : 600;
  font-size  : 24px;
  line-height: 30px;
  margin-bottom : 10px;
}
h5 {
  font-family: 'PreloSlabW01-SemiBold';
  font-weight : 600;
  font-size  : 20px;
  line-height: 26px;
  margin-bottom : 20px;
}
.red {
	color: #e11b22;
}
.wrapper {
  overflow: hidden;
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 770px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.col {
  float: left;
  padding: 1em .8em;
  flex: none;
}

@media (max-width: 767px) {
  .col {
    width: 100%;
    max-width: 100%;
  }
}

.col:last-child {
  margin: 0;
}

.flex {
  display: flex;
}

@media (max-width: 1199px) {
  .flex {
    display: block;
  }
}

@media (max-width: 1199px) {
  .top-container .col-6 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .top-container .col-6 .card-container .col-6 {
    width: 50%;
    max-width: 50%;
  }
}

/*.headline h1 {
  text-align: center;
  color: #e11b22;
  font-size: 3em;
  letter-spacing: -.008em;
}*/

/*Headline new*/

.headline-white{
	 color : #FFF;
}
.headline-blue h1{
	 color : #012774;
}
.card-link {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  /*cursor: pointer;*/
  overflow: hidden;
}

.card-link:hover {
  box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}

.card-link:hover .my-btn {
  padding: 10px 52px 10px 32px;
}

@media (hover: none) {
  .card-link:hover .my-btn {
    padding: 10px 32px;
  }
}

.card-link.greycard:hover .my-btn {
  padding: 10px 32px 10px 32px;
}

@media (hover: none) {
  .card-link.greycard:hover .my-btn {
    padding: 10px 32px;
  }
}

.card-link.card1 {
  background: url("http://via.placeholder.com/500x700") center center no-repeat;
  background-size: cover;
  height: 100%;
}

.card-link+.card-link {
  margin: 0;
}

.card-link.bord {
  border: 1px solid #e11b22;
  background: #fff;
  padding: 20px;
}

.card-link .container {
  padding: 20px;
}

.card1-info {
  padding: 20px;
  color: #fff;
  background: #e21e26;
  mix-blend-mode: multiply;
  height: 100%;
  width: 33%;
  color: #fff;
}

.card2 {
  background: #fff;
}

.card-container .card-link {
  height: 100%;
}

.card-container:first-child {
  padding-bottom: 10px;
}

.card-container:last-child {
  padding-top: 10px;
}

.social-headline {
  text-align: right;
}

.greycard .social-headline {
  text-align: left;
}

.media-contacts {
  color: #e11b22;
  display: block;
}

.media-contacts:hover {
  color: #e11b22;
  text-decoration: underline;
}

.header-mob, .header-menu {
  display: none;
}

.content {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.lenguage {
  font-size: 0.9rem;
}

.search .input-group-addon {
  background: none;
  border-right: none;
  border-radius: 0;
  cursor: pointer;
}

.search .input-group-addon p {
  margin: 0;
  font-family: FontAwesome;
  font-size: 1.1rem;
}

#search-form input {
  border-left: none;
  padding-left: 0;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

#search-form input:focus {
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}

#search-form input::placeholder {
  color: #333333;
  font-family: "Helvetica Now Text W05",Arial,sans-serif;
  font-size: 0.9rem;
}

#search-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

.noscroll {
  overflow: hidden;
  position: fixed;
}

.nav-item {
  padding: 0 0.5rem;
}

.nav-item>a:hover {
  color: #e11b22 !important;
  text-decoration: underline;
}

.nav-item>a.no-underline:hover {
  text-decoration: none !important;
}

.nav-item.dropdown.show>a {
  color: #e11b22;
  text-decoration: none;
}

.nav-item.dropdown .dropdown-toggle {
  cursor: pointer;
}

.mr-3.language a:hover {
  color: #e11b22 !important;
  text-decoration: underline;
}

.navbar {
  padding: .5rem 0;
}

.navbar .logo-img {
  background: url("/getmedia/c5ac5ed1-58b2-4b8d-b6eb-890b8618c057/logo_header.aspx");
}

.navbar .navbar-toggler {
  background: 0 0;
  border: 0;
  outline: none;
  cursor: pointer;
}

.dropdown-menu {
  top: 95%;
  border-radius: 0;
  border: none;
}

.dropdown-toggle:after {
  content: '';
  font-family: FontAwesome;
  margin-left: 0;
  display: inline;
  vertical-align: 0;
  border: none;
}

.navbar-nav li.dropdown .dropdown-menu{
  display: none;
}

.navbar-nav li.dropdown:hover .dropdown-menu{
  display: block;
}

.nav-link {
  color: #4d4f53 !important;
  font-size: 1rem;
}

.sub-nav-head{
  padding: .25rem 1.5rem;
}

.mobile-sub-nav-head{
  /* color: #999; */
}

a.sub-nav-head:hover{
  /* color: #4d4f53 !important; */
}

.level-1.mobile-sub-nav{
  margin: 0 !important;
  padding: 0 !important;
}

.sub-nav .dropdown-item{
  padding-left: 2.9rem;
  font-size: 14px;
}

.dropdown-group {
  padding: 0;
}

.dropdown-group .dropdown-item {
  padding: .25rem 2rem;
}


.dropdown-group .dropdown-my-header {
  color: #e11b22 !important;
  margin: 0;
  padding: 0 1rem;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: #e5e5e5;
}

.navbar-nav li.dropdown.otherDevice .dropdown-menu {
  display: none;
}

.navbar-nav li.dropdown.otherDevice:hover .dropdown-menu {
  display: block;
}

.lead-story {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-right: 0;
  margin-left: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 550px;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lead-story {
    margin-bottom: 20px;
  }
}

.lead-story-img {
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .lead-story-img {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .lead-story-img {
    position: relative;
    min-height: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story-img {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story-img img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
  }
}

.lead-story-text {
  min-height: 550px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 991px) {
  .lead-story-text {
    min-height: 365px;
    margin: 0;
  }
}

.lead-story .report-p {
  font-family: Stone Sans ITC W01 Bold;
  font-size: 0.8rem;
}

.lead-story .info-content {
  font-family: StoneSansIIITCW01-Bk;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .lead-story .info-content {
    color: #fff;
    background: transparent;
	height: 35%;
    position: absolute;
    top: 65%;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story .info-content {
    color: #fff;
    background: transparent;
  }
}

@media screen and (max-width: 991px) {
  .lead-story .info-content .report-p {
    font-family: Stone Sans ITC W01 Bold;
    color: #5eb9e4;
  }
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story .info-content .report-p {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .lead-story .info-content h2 {
    font-family: 'PreloSlabW01-SemiBold';
    font-size: 1.5rem;
  }
}

.lead-story h2 {
  font-size: 2.8rem;
  font-family: 'Prelo Slab W01 Light';
}

@media screen and (max-width: 991px) {
  .lead-story {
    position: relative;
    min-height: 0;
    background: #fff;
  }
}

.info-section {
  padding: 1rem;
  color: #fff;
  background: #e21e26;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .info-section {
    display: block;
    height: 35%;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 65%;
  }
}

@supports (-ms-ime-align: auto) {
  .info-section {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-section {
    opacity: 0.7;
  }
}

@supports (-ms-accelerator: true) {
  .info-section {
    opacity: 0.7;
  }
}

@media screen and (max-width: 991px) {
  .solution-templates .info-section {
    display: block;
    height: 35%;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 65%;
  }
}

.info-content {
  padding: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .info-content {
    min-height: 0;
    margin: 0;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .solution-templates .info-content {
    height: 35%;
    position: absolute;
    top: 65%;
    width: 100%;
  }
}

.body-section {
  width: 100%;
  height: 100%;
  background-image: url("/getmedia/cc418c53-6477-420c-a724-d8796c4e73a4/Red-HiRes-CMYK.aspx");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position-x: right;
  background-position-y: bottom;
}

.news-head {
  padding-top: 40px;
}

.news-head p {
  text-align: center;
  font-family: 'StoneSansIIITCW01-Lt';
}

.one-brief {
  background: #fff;
  border-top: thin solid #4d4f53;
  border-bottom: thin solid #4d4f53;
}

@media (max-width: 767px) {
  .one-brief .col {
    width: 33.333%;
  }
}

@media (max-width: 699px) {
  .one-brief .col {
    width: 100%;
  }
}

.headline2 {
  text-align: center;
  margin-top: 30px;
}

.newsroom .headline {
  margin-top: 20px;
}

.newsroom .lead-story {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .newsroom .lead-story {
    position: relative;
    left: 0;
    right: 0;
  }
}

.newsroom .lead-story, .newsroom .lead-story-text {
  min-height: 615px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .newsroom .lead-story, .newsroom .lead-story-text {
    min-height: 0;
    position: relative;
  }
}

.newsroom .top-section-card {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 991px) {
  .newsroom .top-section-card {
    margin-bottom: 0;
  }
}

.newsroom .secondary-stories {
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 991px) {
  .newsroom .secondary-stories {
    margin-bottom: 0;
  }
}

.newsroom .lead-story {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .newsroom .lead-story {
    margin-bottom: 0;
  }
}

.newsroom .card-container {
  margin-bottom: 30px;
  padding: 0;
  float: left;
}

@media screen and (max-width: 991px) {
  .newsroom .card-container {
    padding-right: 10px;
    margin-bottom: 20px;
    min-height: 100px;
  }
}

.newsroom .card-container:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .newsroom .card-container:last-child {
    padding-left: 10px;
    padding-right: 0;
  }
}

.newsroom .card-container .card-link {
  min-height: 340px;
}

@media screen and (max-width: 991px) {
  .newsroom .card-container .card-link {
    min-height: 150px;
  }
}

.newsroom .card-container .card-link.greycard {
  background: #d1d2d4;
  cursor: default;
}

.newsroom .card-container .card-link.greycard:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.newsroom .card-container .card-link.greycard a {
  font-size: 0.9em;
}

.newsroom .card-container .card-link .info h4 {
  font-family: 'Stone Sans ITC W01 Bold';
  color: #5eb9e4;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  text-transform: none;
}

.newsroom .card-container .card-link .info h3 {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  word-wrap: break-word;
}

.newsroom .card-container .card-link .info p {
  font-family: 'StoneSansIIITCW01-Lt';
  margin-bottom: 1.8rem;
  font-size: 1rem;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .newsroom .card-container .card-link .info p {
    display: none;
  }
}

.newsroom .card-container .card-link .info .mobile-social-icons {
  color: #4d4f53;
  font-size: 14px;
  font-family: 'StoneSansITCW01-Medium';
  margin-top: 20px;
  margin-bottom: 0;
}

.newsroom .social-headline {
  color: #4d4f53;
}

.newsroom .social-headline a {
  color: inherit;
  font-size: 1em !important;
  font-family: 'StoneSansIIITCW01-Lt';
  line-height: 100%;
  margin-bottom: 5px;
}

.newsroom .social-headline a:hover {
  color: #e11b22;
}

.newsroom .social-headline a:hover .fa {
  color: #e11b22;
}

.newsroom .social-headline .mobile-social-icons {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1em;
  color: #4d4f53;
  margin-bottom: 5px;
}

.newsroom .social-headline .fa {
  color: #4d4f53;
  vertical-align: -2px;
}

.newsroom .social-headline .media-contacts {
  color: #e11b22;
}

.bt-20 {
  margin-bottom: 20px;
}

.risk-container {
  padding: 1em .8em;
}

.risk {
  width: 100%;
  min-height: 500px;
  background: url("http://via.placeholder.com/1300x500") center no-repeat;
  background-size: cover;
  position: relative;
}

.risk-info {
  background: #e11b22;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  mix-blend-mode: multiply;
  overflow: visible;
  text-align: center;
  color: #fff;
  padding-top: 95px;
}

.risk-info h1 {
  color: #fff;
  text-align: center;
}

.risk-info img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.solution-templates .headline {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .solution-templates .info-content .info-text, .solution-templates .info-content .my-btn-group {
    display: none;
  }
}

.solution-templates .lead-story {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 100%;
  width: calc(100% - 30px);
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.solution-templates .lead-story, .solution-templates .lead-story-text {
  min-height: 611px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story, .solution-templates .lead-story-text {
    min-height: 365px;
  }
}

.solution-templates .top-section-card {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 991px) {
  .solution-templates .top-section-card {
    margin-bottom: 0;
  }
}

.solution-templates .secondary-stories {
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 991px) {
  .solution-templates .secondary-stories {
    margin-bottom: 0;
  }
}

.solution-templates .lead-story {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .solution-templates .lead-story {
    margin-bottom: 0;
  }
}

.solution-templates .card-container {
  margin-bottom: 30px;
  padding: 0;
  float: left;
}

@media screen and (max-width: 991px) {
  .solution-templates .card-container {
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.solution-templates .card-container:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .solution-templates .card-container:last-child {
    padding-left: 10px;
    padding-right: 0;
  }
}

.solution-templates .card-container .card-link {
  min-height: 290px;
}

@media screen and (max-width: 991px) {
  .solution-templates .card-container .card-link {
    min-height: 180px;
  }
}

.solution-templates .card-container .card-link.greycard {
  background: #d1d2d4;
  cursor: default;
}

.solution-templates .card-container .card-link.greycard:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.solution-templates .card-container .card-link.greycard a {
  font-size: 0.9em;
}

.solution-templates .card-container .card-link .info h4 {
  font-family: 'Stone Sans ITC W01 Bold';
  color: #5eb9e4;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  text-transform: none;
}

.solution-templates .card-container .card-link .info h3 {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  word-wrap: break-word;
}

.solution-templates .card-container .card-link .info p {
  font-family: 'StoneSansIIITCW01-Lt';
  margin-bottom: 1.8rem;
  font-size: 1rem;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .solution-templates .card-container .card-link .info p {
    display: none;
  }
}

.solution-templates .card-container .card-link .info .mobile-social-icons {
  color: #4d4f53;
  font-size: 14px;
  font-family: 'StoneSansITCW01-Medium';
  margin-top: 20px;
  margin-bottom: 0;
}

.solution-templates .social-headline {
  color: #4d4f53;
}

.solution-templates .social-headline a {
  color: inherit;
  font-size: 1em !important;
  font-family: 'StoneSansIIITCW01-Lt';
  line-height: 100%;
  margin-bottom: 5px;
}

.solution-templates .social-headline a:hover {
  color: #e11b22;
}

.solution-templates .social-headline a:hover .fa {
  color: #e11b22;
}

.solution-templates .social-headline .mobile-social-icons {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1em;
  color: #4d4f53;
  margin-bottom: 5px;
}

.solution-templates .social-headline .fa {
  color: #4d4f53;
  vertical-align: -2px;
}

.solution-templates .social-headline .media-contacts {
  color: #e11b22;
}

.solution-templates .secondary-stories {
  display: flex;
}

.solution-templates .accordion-container {
  padding-bottom: 0;
}

.solution-templates .accordion-container #accordion {
  border: 2px solid #e11b22;
  margin-top: 40px;
}

.solution-templates .accordion-container .header-info {
  margin: auto;
  padding: 40px 0 0 0;
}

.solution-templates .accordion-container .card {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #e11b22;
}

.solution-templates .accordion-container .card .card-header {
  width: 100%;
  float: left;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 1.25rem 1.40rem 1.30rem 1.25rem;
  cursor: pointer;
}

.solution-templates .accordion-container .card .card-header .content-head {
  width: calc(100% - 110px);
  max-width: 800px;
  float: left;
}

.solution-templates .accordion-container .card .card-header .plus-icon, .solution-templates .accordion-container .card .card-header .minus-icon {
  float: right;
  text-align: center;
  margin-top: 5px;
}

.solution-templates .accordion-container .card .card-header .plus-icon .fa-plus, .solution-templates .accordion-container .card .card-header .plus-icon .fa-minus, .solution-templates .accordion-container .card .card-header .minus-icon .fa-plus, .solution-templates .accordion-container .card .card-header .minus-icon .fa-minus {
  font-size: 50px;
  color: #e11b22;
  margin: 0;
}

.solution-templates .accordion-container .card .card-header .plus-icon p, .solution-templates .accordion-container .card .card-header .minus-icon p {
  color: #e11b22;
}

.solution-templates .accordion-container .card .card-header .minus-icon {
  margin-right: -10px;
}

.solution-templates .accordion-container .card .card-header h4 {
  font-family: 'PreloSlabW01-SemiBold', sans-serif;
  font-size: 25px;
  color: #e11b22;
  text-transform: capitalize;
}

.solution-templates .accordion-container .card .card-header p {
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 20px 0 0 0;
}

.solution-templates .accordion-container .card .card-body {
  width: 100%;
  float: left;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.solution-templates .accordion-container .card .card-body ul {
  margin: 0;
  padding: 0;
}

.solution-templates .accordion-container .card .card-body ul li {

  list-style-type: disc;
  padding: 0;
  padding-bottom: 10px;
  padding-right: 10%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .solution-templates .accordion-container .card .card-body ul li {
    padding-right: 6%;
  }
}

@media (max-width: 767px) {
  .solution-templates .accordion-container .card .card-body ul li {
    padding-bottom: 0;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dashed;
    padding-right: 5%;
  }
}

.solution-templates .accordion-container .card .card-body ul li:last-child {
  border: none;
}

.solution-templates .accordion-container .card .card-body ul li a {
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  color: #000000;
}

@media (max-width: 767px) {
  .solution-templates .accordion-container .card .card-body ul li a {
    padding: 10px 0;
    width: 100%;
    float: left;
    position: relative;
  }
}

.solution-templates .accordion-container .card .card-body ul li a:hover {
  color: #e11b22;
  text-decoration: underline;
}

.solution-templates .accordion-container .card .card-body ul li a:focus {
  color: #e11b22;
  text-decoration: underline;
}

.solution-templates .accordion-container .card .card-body .minus-icon {
  float: left;
  text-align: right;
  margin-top: 5px;
  padding-right: 25px;
  width: 100%;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .solution-templates .accordion-container .card .card-body .minus-icon {
    display: block;
  }
}

.solution-templates .accordion-container .card .card-body .minus-icon .fa-minus {
  font-size: 50px;
  color: #e11b22;
  margin: 0;
}

.solution-templates .accordion-container .card .card-header .minus-icon {
  display: block;
}

.solution-templates .accordion-container .card .card-header .plus-icon {
  display: none;
}

.solution-templates .accordion-container .card .card-header.collapsed .minus-icon {
  display: none;
}

.solution-templates .accordion-container .card .card-header.collapsed .plus-icon {
  display: block;
}

.solution-templates .accordion-container .card:last-child {
  border-bottom: 0;
}

.solution-templates .pop-ups {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9;
  display: none;
  z-index: 99;
}

.solution-templates .pop-ups .popup-inner {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
  padding: 0;
}

.solution-templates .pop-ups .popup-inner .form-outer {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper {
  width: 100%;
  max-width: 943px;
  background: #ffffff;
  margin: 0 auto;
  padding: 30px 85px;
  position: relative;
}

@media (max-width: 1199px) {
  .solution-templates .pop-ups .popup-inner .form-outer .form-wrapper {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .solution-templates .pop-ups .popup-inner .form-outer .form-wrapper {
    width: 90%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 0;
  }
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper .close_btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -54px;
}

@media (max-width: 991px) {
  .solution-templates .pop-ups .popup-inner .form-outer .form-wrapper .close_btn {
    top: -54px;
    right: 0;
  }
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper .close_btn .fa-times {
  font-size: 50px;
  color: #ffffff;
  line-height: 25px;
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper h4 {
  font-family: 'Prelo Slab W01 Light', sans-serif;
  font-size: 56px;
  text-align: center;
  color: #e11b22;
  text-transform: none;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form {
    padding: 0 20px;
  }
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form input[type="text"], .solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form input[type="email"] {
  width: 100%;
  height: 34px;
  border: 1px solid #cccccc;
  outline: none;
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  padding: 0 10px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form textarea {
  width: 100%;
  border: 1px solid #cccccc;
  outline: none;
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  padding: 7px 10px 0 10px;
  line-height: 24px;
  margin-bottom: 14px;
  min-height: 88px;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  overflow-x: hidden !important;
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form .captcha {
  margin-bottom: 40px;
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form .see-all-button {
  margin-top: 20px;
}

.solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form .see-all-button .fa-refresh {
  font-size: 0.9rem;
  margin-right: 10px;
  display: none;
}

.solution-templates .pop-ups .popup-inner .form-outer .error-msg-inner {
  width: 75%;
  max-width: 350px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  position: relative;
  text-align: center;
}

.solution-templates .pop-ups .popup-inner .form-outer .error-msg-inner .submit_icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px auto;
}

.solution-templates .pop-ups .popup-inner .form-outer .error-msg-inner .close_window {
  position: absolute;
  top: -27px;
  right: -30px;
  cursor: pointer;
}

.solution-templates .pop-ups .popup-inner .form-outer .error-msg-inner .close_window .fa-times {
  font-size: 30px;
  color: #fff;
}

.solution-templates .pop-ups .popup-inner .form-outer .error-msg-inner h3 {
  font-family: 'PreloSlabW01-SemiBold';
  color: #e11b22;
  font-size: 2em;
}

.solution-templates .pop-ups .popup-inner .form-outer .error-msg-inner p {
  font-family: 'StoneSansIIITCW01-Lt';
}

.gdpr p, .gdpr label{
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.gdpr label{
  display: inline;
}
.gdpr input[type=checkbox]{
  margin-right: 7px;
  display: inline;
}

.LV_validation_message {
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  position: absolute;
  left: 15px;
  bottom: 1px;
}

.LV_valid {
  color: #00CC00;
  display: none;
}

.LV_invalid {
  color: #CC0000;
  font-size: 12px;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  border: 1px solid #00CC00 !important;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  border: 1px solid #CC0000 !important;
}

.resources {
  padding-bottom: 40px;
}

.resources h1 {
  font-size: 2.7rem;
  font-family: 'Prelo Slab W01 Light';
  color: #000;
}

.resources .header-info {
  margin: auto;
  padding: 40px 0 0 0;
}

.resources .text-info {
  font-family: 'StoneSansIIITCW01-Lt';
  color: #000 !important;
  text-align: center;
  font-size: 1.5rem;
}

.resources ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.resources ul li {
  width: 33%;
  margin-bottom: 10px;
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1em;
}

@media (max-width: 991px) {
  .resources ul li {
    width: 100%;
  }
}

.resources ul li a {
  color: inherit;
  display: block;
}

.resources ul li a:hover {
  color: #e11b22;
}

.bus {
  background: #fff;
  padding-bottom: 50px;
}
.accordion-container{
  background: #f0f0f0;
  padding-bottom: 50px;
}
.bus h1, .accordion-container h1 {
  font-size: 2.7rem;
  font-family: 'Prelo Slab W01 Light';
  color: #e11b22;
}

.bus .header-info, .accordion-container .header-info {
  margin: auto;
  padding: 40px 0 0 0;
}

.bus .text-info, .accordion-container .text-info {
  font-family: 'StoneSansIIITCW01-Lt';
  color: #000 !important;
  text-align: center;
  font-size: 1.5rem;
}

.sa-module {
  border: 3px solid #e11b22;
  padding: 70px 0 10px 0;
  text-align: center;
  position: relative;
  margin-top: 70px;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  height: 100%;
}

.sa-module>h4 {

  font-family: 'Prelo Slab W01 Bold';
  color: #e11b22;
  text-transform: uppercase;
  font-size: 1.5rem;
  word-wrap: break-word;
  padding: 0 20px;
}

.sa-module p {
  font-family: 'StoneSansIIITCW01-Lt';
  word-wrap: break-word;
  padding: 0 20px;
}

.links-container{
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 15px;
  z-index: 100;
}

.secondary-positioner{
  opacity: 0;
  cursor: default;
}

.sa-module a {
  transition: all .5s;
  font-family: 'StoneSansITCW01-Medium';
  color: #e11b22;
  width: 100%;
  display: block;
  padding: 15px;
  margin: 0;
}

.sa-module a:hover {
  color: #fff;
  background: #e11b22;
  -webkit-tap-highlight-color: transparent;
}

.sa-module:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;

}

.sa-module.risk-icon:after {
  background: url(/getmedia/705619b5-3d45-4b60-8430-c79865922dc4/risk.aspx) center top no-repeat;
  background-size: 94px 108px;
}

.sa-module.reinsurance-icon:after {
  background: url(/getmedia/3c02fcdf-e103-4872-a982-3b94298ab9be/reinsurance-icon.aspx) center top no-repeat;
  background-size: 94px 108px;
}

.sa-module.retirement-icon:after {
  background: url(/getmedia/4c886257-9b2b-4e8c-93b5-98ce07aa3830/retirement.aspx) center top no-repeat;
  background-size: 94px 108px;
}

.sa-module.health-icon:after {
  background: url(/getmedia/dccc39d4-80a0-41f1-b9a2-3dad937a9ba8/health.aspx) center top no-repeat;
  background-size: 94px 108px;
}

.sa-module.d-a-icon:after {
  background: url(/getmedia/f10ec64e-4c4d-455c-a8df-cbbb4f39c738/data.aspx) center top no-repeat;
  background-size: 94px 108px;
}



@media (hover: none) {
  .sa-module a:hover {
    background: transparent;
    color: #e11b22;
  }
   .sa-module p:hover p {
    color: #212529;
  }
  .sa-module:hover>h4, .sa-module:hover a {
    color: #e11b22;
  }
}


.capability-tiles{
  margin-bottom: 165px;
}

.d-a-text {
  left: 0;
  right: 0;
  padding-bottom: 70px;
}

.d-a .d-a-text h2 {
  color: #e11b22;
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1.6rem;
  text-transform: uppercase;
}

.d-a .d-a-text p {
  font-family: 'StoneSansIIITCW01-Lt';
}

.w-100 .heading {
  transition: 1s;
  font-family: 'Prelo Slab W01 Bold';
  color: #e11b22;
  text-transform: uppercase;
  font-size: 1.5rem;
  word-wrap: break-word;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .capability-tiles{
    margin-bottom: 0;
  }

  .row.capability-tiles{
    display: block;
  }

  .links-container{
    position: relative;
    bottom: 0;
  }

  .d-a-text, .sa-module{
    padding-bottom: 15px;
  }

  .secondary-positioner{
    display: none !important;
  }

  .capability-tiles .col-lg-4{
    margin-bottom: 90px;
  }
}

.about {
  background: #f0f0f0;
  padding: 0 0 40px 0;
}

.about .about-info {
  cursor: pointer;
  position: relative;
  margin: 60px 0 0 0;
}

.about .about-info img {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.about .about-info .about-text-element {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  bottom: 0;
  position: absolute;
}

.about .about-info .about-text-element h3 {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1.6rem;
  word-wrap: break-word;
}

.about .about-info .about-text-element p {
  font-family: 'StoneSansIIITCW01-Bk';
  word-wrap: break-word;
  margin-bottom: 1.8rem;
  word-wrap: break-word;
}

.story-module-head {
  width: 100%;
  position: relative;
  padding: 0;
  max-height: 100%;
}

.story-module-head img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .story-module-head img {
    top: 0;
    object-fit: cover;
    object-position: center;
    min-height: 150px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .story-module-head {

    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.story-module-body {
  background: #fff;
  padding: 20px 20px 40px 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .story-module-body {
    padding: 20px;
  }
}

.story-module-body .story-module-type {
  font-family: 'Stone Sans ITC W01 Bold';
  color: #5eb9e4;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
}

@media screen and (max-width: 991px) {
  .story-module-body .story-module-type {
    margin-bottom: 1rem;
  }
}

.story-module-body h3 {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  word-wrap: break-word;
}

@media screen and (max-width: 991px) {
  .story-module-body h3 {
    margin: 0;
    font-family: 'PreloSlabW01-SemiBold';
    font-size: 1.5rem;
  }
}

.story-module-body .story-module-text {
  font-family: 'StoneSansIIITCW01-Lt';
  margin-bottom: 1.8rem;
  font-size: 1rem;
  word-wrap: break-word;
}

.story-module-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.story-module-image img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .story-module-image img {
    top: 0;
    object-fit: cover;
    object-position: center;
  }
}

.story-module-image.video-play:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(/getmedia/816f2489-860a-48c6-9d7e-0f5bb6d9ac11/play.aspx);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}

.see-all-stories {
  padding: 30px 20px 50px 0;
  text-align: center;
}

.my-btn {
  max-width: 100% !important;
  position: relative;
  font-family: 'StoneSansIIITCW01-Bk';
  padding: 10px 32px;
  font-size: 0.9rem;
  border: none;
  height: 40px;
  outline: none !important;
  cursor: pointer;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  transition: padding .4s;
  -webkit-transition: padding .4s;
}

.my-btn:hover {
  padding: 10px 52px 10px 32px !important;
}

@media (hover: none) {
  .my-btn:hover {
    padding: 10px 32px !important;
  }
}

.my-btn:before {
  content: '';
  width: 20px;
  background: rgba(28, 23, 23, 0);
  position: absolute;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  height: 100%;
  top: 0;
  right: -20px;
}

.my-btn:after {
  content: '';
  width: 20px;
  background: red;
  position: absolute;
  right: -20px;
}

.my-btn.white {
  background: #fff;
  color: #e11b22;
}

@media screen and (max-width: 991px) {
  .my-btn.white {
    background: #e11b22;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .my-btn.white:before {
    border-left-color: #e11b22;
  }
}

.my-btn.red {
  background: #e11b22;
  color: #fff;
}

.my-btn.red:before {
  border-left-color: #e11b22;
}

.my-btn.grey {
  background: #4d4f53;
  color: #fff;
}

.my-btn.grey:before {
  border-left-color: #4d4f53;
}

.card-container .my-btn {
  display: block;
}

.my-btn-group {
  margin-right: 20px;
}

.see-all-button, .contactus-button {
  height: 42px;
  position: relative;
}

.bt-8 {
  margin-bottom: 8px;
}

.custom-btn.greycard .info .my-btn-group .my-btn {
  min-width: 160px;
  transition: min-width .4s;
  -webkit-transition: min-width .4s;
}

.custom-btn.greycard .info .my-btn-group .my-btn:hover {
  min-width: 185px;
  padding: 10px 32px !important;
}

/* Begin - Top Insights -- Brett A. 04/08/2019 */

.insights-header {
  margin-bottom: 30px;
}

.insight-row {
  margin-bottom: 30px;
}

.insight-row .card-link h3 {
  min-height: 85px;
  margin-bottom: 15px;
}

.insight-row.secondary-stories {
  display: none;
}

/* Contact Us -- Brett A. 05/11/2019 */

.contactus .dropdown-toggle:after {
  display: none !important;
}

.contactus .card {
  font-family: ''StoneSansIIITCW01-Lt;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);  
}

.contactus .card a {
  color:#e11b22;
}

.contactus .card .inner {
  padding: 20px;
}

.contactus .card h3 {
  font-family: 'PreloSlabW01-SemiBold';
  font-size: 1.5rem;
  font-weight: 400;
  word-wrap: break-word; 
  margin-bottom: 20px;
}

.contactus .card .sub {
  font-size: .9em;
  background: #fafafa;
  padding: 20px;
}

.contactus .card .my-btn-group .contact-btn {
  display: block !important;
}

.contactus .select-info > div {
  display: none;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #e6e6e6;  
}

.contactus .info a {
  color: #e11b22;
  text-decoration: none;
}

.contactus .info a:hover {
  text-decoration: underline;
}

.contactus .select-info .my-btn-group {
  margin-top: 20px;
}

.dropdown-toggle:after

.multi-select .dropdown {
  display: inline-block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.multi-select .dropdown-list,
.multi-select .dropdown-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multi-select .dropdown-list {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.multi-select .dropdown-list p {
  margin-bottom: 0;
}

.multi-select .dropdown-menu-wrapper {
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
}
.multi-select .dropdown-menu-container,
.multi-select .dropdown-menu {
  position: relative;
}
.multi-select .dropdown-menu {
  width: inherit;
}
.multi-select .dropdown-item,
.multi-select .dropdown-header {
  zoom: 1;
}

.multi-select .dropdown-header {
padding: .5rem 0;  
}

.multi-select .dropdown-item:before,
.multi-select .dropdown-header:before,
.multi-select .dropdown-item:after,
.multi-select .dropdown-header:after {
  content: '';
  display: table;
}
.multi-select .dropdown-item:after,
.multi-select .dropdown-header:after {
  clear: both;
}
.multi-select .dropdown-overlay,
.multi-select .dropdown-menu-wrapper,
.multi-select .dropdown-menu-container,
.multi-select .dropdown-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.multi-select .dropdown-menu-wrapper,
.multi-select .dropdown-menu,
.multi-select .dropdown-header,
.multi-select .dropdown-mask,
.multi-select .dropdown-overlay,
.multi-select .dropdown-title,
.multi-select .dropdown-close,
.multi-select .dropdown-back {
  display: none;
}
.multi-select .dropdown-open .dropdown-menu-wrapper,
.multi-select .dropdown-animating .dropdown-mask,
.multi-select .dropdown-menu-open,
.multi-select .dropdown-main-menu,
.multi-select .dropdown-child .dropdown-header,
.multi-select .dropdown-child .dropdown-title,
.multi-select .dropdown-child .dropdown-back {
  display: block;
  background: #fff;
}
.multi-select .dropdown-open .dropdown-menu-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}

.multi-select .dropdown-open {
  z-index: 1002;
}
.multi-select .dropdown-opening {
  z-index: 1003;
}
.multi-select .dropdown-closing {
  z-index: 1001;
}
.multi-select .dropdown-mask {
  z-index: 999;
}
.multi-select .dropdown-overlay, .multi-select .dropdown-mask, .multi-select .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    background-clip: unset;
    padding-top: 0;
}
.multi-select .dropdown-overlay,
.multi-select .dropdown-mask {
  right: 0;
  bottom: 0;
}
.multi-select .dropdown-menu-open {
  position: relative;
}
.multi-select .dropdown-menu-wrapper {
  position: absolute;
  z-index: 2;
  min-width: 280px;
  left: 0;
  padding: 5px 0;
}
.multi-select .dropdown-below .dropdown-menu-wrapper {
  top: 100%;
  bottom: auto;
  margin: 3px 0 0;
  width: 100%;
}
.multi-select .dropdown-above .dropdown-menu-wrapper {
      top: 100%;
      bottom: auto;
      margin: 0 0 3px;
      width: 100%;
}
.multi-select .dropdown-child,
.multi-select .dropdown-parent {
  width: 100%;
}
.multi-select .dropdown-divider {
  margin: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.multi-select .dropdown {
  font-size: 14px;
}
.multi-select .dropdown-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.multi-select .dropdown-icon {
  float: right;
  line-height: inherit;
}
.multi-select .dropdown-toggle {
    width: 100%;
    cursor: default;
    height: auto;
    display: inline-block;
    max-width: 100%;
    line-height: 28px;
    color: #333 !important;
    position: relative;
    padding: 11px 38px 10px 14px;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #c3c3c3;
}
.multi-select .dropdown-toggle:hover {
  text-decoration: none;
}
.multi-select .dropdown-toggle .dropdown-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  text-align: center;
  line-height:28px;
  right: 12px;
}
.multi-select .dropdown-toggle .dropdown-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.multi-select .dropdown-toggle .dropdown-text p {
  margin-bottom: 0;
}

.multi-select .dropdown-menu-wrapper {
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.multi-select .dropdown-item {
    margin: 0 0 1px;
    white-space: normal;
}
.multi-select .dropdown-item:last-child {
  margin-bottom: 0;
}
.multi-select .dropdown-link {
  display: block;
  line-height: 30px;
  color: #333 !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 15px;
}
.multi-select .dropdown-link,
.multi-select .dropdown-link:hover {
  text-decoration: none;
}
.multi-select .dropdown-link:hover {
  background: #f5f5f5;
  color: #262626;
}
.multi-select .dropdown-link:focus {
  outline: none;
}
.multi-select .dropdown-link .dropdown-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 30px;
}
.multi-select .dropdown-focus .dropdown-link {
  background: #eee;
  color: #161616;
}
.multi-select .dropdown-selected .dropdown-link {
  background: #428bca;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.multi-select .dropdown-title {
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  min-height: 20px;
  padding: 4px 45px 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e0e0e0;
}
.multi-select .dropdown-heading {
  line-height: 20px;
  color: #aaa;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 15px 15px 5px;
  margin: 5px 0 0;
  border-top: 1px solid #e0e0e0;
}
.multi-select .dropdown-heading:first-child {
  padding-top: 10px;
  margin-top: 0;
  border-width: 0;
}
.multi-select .dropdown-close,
.multi-select .dropdown-back {
  position: absolute;
  z-index: 2;
  top: -5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ccc;
}
.multi-select .dropdown-close:hover,
.multi-select .dropdown-back:hover {
  background: #f5f5f5;
  color: #888;
}
.multi-select .dropdown-close,
.multi-select .dropdown-back,
.multi-select .dropdown-close:hover,
.multi-select .dropdown-back:hover {
  text-decoration: none;
}
.multi-select .dropdown-close .dropdown-icon,
.multi-select .dropdown-back .dropdown-icon {
  float: none;
  display: block;
  text-align: center;
  line-height: 40px;
}
.multi-select .dropdown-close .dropdown-text,
.multi-select .dropdown-back .dropdown-text {
  display: none;
}
.multi-select .dropdown-close {
  right: 0;
}
.multi-select .dropdown-back {
  left: 0;
  top: -2px;
}

footer {
  background: #4d4f53;
  color: #fff;
  overflow: hidden;
  padding: 30px 0 10px;
}

@media screen and (max-width: 991px) {
  footer {
    background: #f1f1f1;
    border-top: thin solid #fff;
  }
}

footer .link {
  padding: 30px 0 10px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Helvetica Now Text W05",Arial,sans-serif;
}

@media screen and (max-width: 991px) {
  footer a {
    color: #6c777d;
    font-weight: bold;
    font-family: "Helvetica Now Text W05",Arial,sans-serif;
    line-height: 2.0rem;
    padding: 0 20px;
  }
}

footer a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  footer a:hover {
    color: #6c777d;
  }
}

@media screen and (max-width: 991px) {
  footer #vdsite {
    display: block;
    text-align: center;
    padding: 10px;
    color: #5988b1;
  }
}

footer .navigation-element ul, footer .navigation-element ui {
  list-style-type: none;
}

footer .navigation-element ul a, footer .navigation-element ui a {
  padding: 0 20px;
}

footer .navigation-element ul li:not(:last-child):after, footer .navigation-element ui li:not(:last-child):after {
  content: '|';
  display: inline-block;
}

@media screen and (max-width: 991px) {
  footer .navigation-element .nav-about-year {
    display: block;
  }
}

footer .social a {
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.5rem;
  padding: 0 5px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  footer .social {
    display: none;
  }
}

footer .social-m {
  display: none;
}

@media screen and (max-width: 991px) {
  footer .social-m {
    margin: 20px 0 10px 0;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  footer .social-m a {
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {
  footer .social-m img {
    width: 30px;
  }
}

footer .about-year {
  font-family: "Helvetica Now Text W05",Arial,sans-serif;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  footer .about-year {
    display: none;
  }
}

footer .desktop-view {
  width: 100%;
  text-align: center;
  color: #5989af;
}

footer .desktop-view a {
  color: inherit;
}

.footer-links {
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .footer-links {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer-links li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.footer-links li:first-child {
  padding-left: 0;
}

.footer-links li:last-child {
  border: none;
}

@media (max-width: 1199px) {
  .footer-links li:nth-child(6) {
    border-right: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-links li {
    text-align: left;
    padding: 0;
    border: none;
    display: block;
  }
}

.logo-footer {
  float: left;
  width: 10%;
}

@media (max-width: 1199px) {
  .logo-footer {
    width: 15%;
  }
}

@media screen and (max-width: 991px) {
  .logo-footer {
    display: none;
  }
}

.footer-links-wrapper {
  float: left;
  width: 80%;
}

@media (max-width: 1199px) {
  .footer-links-wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .footer-links-wrapper {
    width: 100%;
  }
}

.social-links {
  float: left;
  width: 10%;
  text-align: right;
}

@media (max-width: 1199px) {
  .social-links {
    width: 15%;
  }
}

@media screen and (max-width: 991px) {
  .social-links {
    display: none;
  }
}

.fa {
  font-size: 25px;
  margin-left: 10px;
}

.greycard .fa {
  font-size: 20px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 5px;
}
.secondary-stories .card-link {
    display: inline-block;
}
@media screen and (max-width: 991px) {
  .header-dec {
    display: none !important;
  }
  .header-mob {
    display: flex;
  }
  .secondary-stories .card-link {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
  }
  .about-text-element .my-btn.red {
    display: block;
  }
  .header-menu {
    display: flex;
    flex-direction: row;
    transition: .5s;
    width: 0;
    height: 100%;
    z-index: 10;
    top: 0;
    right: -100%;
    background: #fff;
    position: absolute;
    overflow: hidden;
  }
  .header-menu .close-element {
    width: 48px;
    height: 100%;
    background: #888888;
  }
  .header-menu .megamenu-content-block {
    flex: 1;
  }
  .header-menu .megamenu-content-block .social-m {
    text-align: center;
    margin: 60px 0;
  }
  .header-menu .megamenu-content-block .social-m img {
    vertical-align: middle;
    border-style: none;
    width: 50px;
    padding: 0 5px;
  }
  .header-menu .close-element .close-btn {
    background: url("/getmedia/001e89cf-9815-4a70-b8d1-39eb287cb7fb/menu_close.aspx") no-repeat;
    width: 22px;
    height: 22px;
    margin: 12px;
    outline: none;
    border: none;
    position: absolute;
    display: block;
  }
  .primary-navigation {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .primary-navigation a {
    color: #4d4f53;
  }
  .primary-navigation #searchform {
    align-self: center;
    padding: 0 50px 0 0;
    width: 100%;
  }
  .primary-navigation .level-1 {
    margin: 0 0 0 22px;
    padding: 0 0 0 8px;
    border-bottom: 1px solid #e4e4e4;
    min-height: 77px;
    display: flex;
    flex-direction: column;
  }
  .primary-navigation .level-1 .level-1-element {
    font-family: "Helvetica Now Text W05",Arial,sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    align-items: center;
    flex-direction: row;
    flex: 1;
    border-bottom: 1px solid #e4e4e4;
    min-height: 77px;
    display: flex;
    background: #fff;
    position: relative;
  }
  .primary-navigation .level-4 .level-1-element{
    padding-left: 15px;
  }
  .primary-navigation .level-1 .level-1-element:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 34px;
    float: left;
    margin-right: 10px;
  }
  .primary-navigation .level-1 .level-1-element.dropdowns:after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(/getmedia/9a60156c-b5cb-4fcd-8d5e-fa9d2668b1d7/plus.aspx) no-repeat center center;
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .primary-navigation .level-1 .level-1-element.dropdowns:after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(/getmedia/9a60156c-b5cb-4fcd-8d5e-fa9d2668b1d7/plus.aspx) no-repeat center center;
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .primary-navigation .level-1 .level-1-element.dropdowns.active:after {
    background: url(/getmedia/d222dad3-27b3-44bf-bfcf-5af98b88b350/minus.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.home-icon:before {
    background: url(/getmedia/391146f0-1cc2-4a91-9bd8-37c8c8be5ec6/home.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.stories-icon:before {
    background: url(/getmedia/02e20bd8-cec0-44d6-9b32-28530e5f3dfa/communication_icon.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.stories-icon.active:before {
    background: url(/getmedia/f7fbbea4-ef33-45ae-9393-dc461a4a81e5/communication_icon_red.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.mission-icon:before {
    background: url(/getmedia/f4877cc4-5dc6-4251-8f5c-7c51db61ec0f/logo-46px-black-2021-sept-14-v2.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.who-we-are-icon:before {
    background: url(/getmedia/ab35d6ce-936e-439c-99a2-99fe3d57bea3/insights.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.mission-icon.active:before {
    background: url(/getmedia/4d2cb215-9c41-4580-836b-874138e7ede8/logo46px-red-2021-sept-14-v2.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.who-we-are-icon.active:before {
    background: url(/getmedia/81bb2693-93e1-49ae-b49e-13f48f3c41c2/insights_red.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.what-we-do-icon:before {
    background: url(/getmedia/e03606cf-d1c4-4d1c-8cf3-002016589780/data.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.what-we-do-icon.active:before {
    background: url(/getmedia/1408f888-f937-4f11-a92f-6ddbe33f64d1/data_red.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.careers-aon-icon:before {
    background: url(/getmedia/0a55c068-f2c6-48ea-93f4-a28e833dab6c/recruitment.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.investor-icon:before {
    background: url(/getmedia/4122558f-fcd0-4e3e-a39f-aafa138684dc/many.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.contact-icon:before {
    background: url(/getmedia/27e7803d-a776-4f7a-be7e-f9ebc4121292/contact_us.aspx) no-repeat center center;
  }
  .primary-navigation .level-1 .level-1-element.choose-icon:before {
    background: url(/getmedia/bbad4538-5922-4fe3-9be4-769c022acc10/worldwide.aspx) no-repeat center center;
  }
  .primary-navigation .search-menu-mobile {
    height: 90px;
    flex-direction: row;
  }
  .dropdowns~.dropdowns-body {
    transition: 1s;
    height: 0;
    overflow: hidden;
  }
  .dropdowns.active {
    color: #e11b22;
  }
  .dropdown-my-header {
    margin: 20px;
    color: #e11b22;
  }
  .primary-navigation .input-search-mobile {
    border: 1px solid #999;
    box-sizing: border-box;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    font-size: 1.1em;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    padding: 0 10px;
    width: 100%;
    outline: none;
  }
  .primary-navigation #btn-search-mobile {
    right: 5px;
    width: 18px;
    bottom: 7px !important;
    position: absolute;
  }
  .level-2, .level-3 {
    position: relative;
  }

  .level-3 a{
    padding-left: 20px;
  }
  
  .contactus .insight-row .col-lg-8 {
    order: 2;
  }

  .contactus .insight-row .col-lg-4 {
    order: 1;
  }								 
  
}

@media (max-width: 767px) {
  .lead-story-text .info-content .info-text {
    display: none;
  }
  .story-module-body .story-module-text {
    display: none;
  }
  .my-btn-group .my-btn.white, .my-btn-group .my-btn.red {
    display: none;
  }
  .about-text-element .my-btn.white, .about-text-element .my-btn.red {
    display: block;
  }
  
  .contactus .my-btn-group .my-btn.red {
    display: block;
  }									
  
}



.mobile {
  display: block;
}

@media screen and (min-width: 991px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: block;
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
  
  .contactus .card {
      margin-bottom: 20px;
  }   
  
}

.desktop-tablet {
  display: block;
}

@media screen and (max-width: 767px) {
  .desktop-tablet {
    display: none;
  }
  
  .multi-select .dropdown-link {
      display: block;
      line-height: normal;
      white-space: normal;
      overflow: visible;
      text-overflow:initial;
      font-size: 15px;
  }

  .multi-select .dropdown-link .dropdown-icon {
      opacity: 0.5;
      filter: alpha(opacity=50);
      line-height: 30px;
      position: absolute;
      right: 10px;
      top: -3px;
  } 
  
}

.only-mobile {
  display: block;
}

@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}


/*****************
** COOKIE NOTICE
*****************/
.cookie-notice {
  position: fixed;
  bottom: -100%;
  padding: 30px 20px;
  background-color: #e11b22;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
  transition: .75s cubic-bezier(.215,.61,.355,1);
}

.cookie-notice .text {
  max-width: 75%;
  padding-right: 2%;
}

.cookie-notice .text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'StoneSansIIITCW01-Bk', sans-serif;
}

.cookie-notice .text p a {
  text-decoration: underline;
  color: #fff;
}

.cookie-notice .confirm-btn a {
  display: inline-flex;
  padding: 10px 40px;
  background-color: black;
  color: #fff;
}

.cookie-notice .confirm-btn a:hover{
  text-decoration: none;
}

.cookie-notice.slide-in {
  bottom: 0;
}

@media only screen and (max-width:1400px) { 
  .cookie-notice .text {
    max-width: 100%;
  }

  .cookie-notice .confirm-btn a {
    margin-top: 15px;
  }
}

.pop-ups {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9;
  display: none;
  z-index: 99;
}

.pop-ups .popup-inner {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
  padding: 0;
}

.pop-ups .popup-inner .form-outer {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.pop-ups .popup-inner .form-outer .form-wrapper {
  width: 100%;
  max-width: 943px;
  background: #ffffff;
  margin: 0 auto;
  padding: 30px 85px;
  position: relative;
}

@media (max-width: 1199px) {
.pop-ups .popup-inner .form-outer .form-wrapper {
    width: 80%;
  }
}

@media (max-width: 991px) {
.pop-ups .popup-inner .form-outer .form-wrapper {
    width: 90%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 0;
  }
}

.pop-ups .popup-inner .form-outer .form-wrapper .close_btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -54px;
}

@media (max-width: 991px) {
.pop-ups .popup-inner .form-outer .form-wrapper .close_btn {
    top: -54px;
    right: 0;
  }
}

.pop-ups .popup-inner .form-outer .form-wrapper .close_btn .fa-times {
  font-size: 50px;
  color: #ffffff;
  line-height: 25px;
}

.pop-ups .popup-inner .form-outer .form-wrapper h4 {
  font-family: 'Prelo Slab W01 Light', sans-serif;
  font-size: 56px;
  text-align: center;
  color: #e11b22;
  text-transform: none;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
.pop-ups .popup-inner .form-outer .form-wrapper form {
    padding: 0 20px;
  }
}

.pop-ups .popup-inner .form-outer .form-wrapper form input[type="text"], .solution-templates .pop-ups .popup-inner .form-outer .form-wrapper form input[type="email"] {
  width: 100%;
  height: 34px;
  border: 1px solid #cccccc;
  outline: none;
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  padding: 0 10px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.pop-ups .popup-inner .form-outer .form-wrapper form textarea {
  width: 100%;
  border: 1px solid #cccccc;
  outline: none;
  font-family: 'StoneSansIIITCW01-Lt', sans-serif;
  font-size: 16px;
  padding: 7px 10px 0 10px;
  line-height: 24px;
  margin-bottom: 14px;
  min-height: 88px;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  overflow-x: hidden !important;
}

.pop-ups .popup-inner .form-outer .form-wrapper form .captcha {
  margin-bottom: 40px;
}

.pop-ups .popup-inner .form-outer .form-wrapper form .see-all-button {
  margin-top: 20px;
}

.pop-ups .popup-inner .form-outer .form-wrapper form .see-all-button .fa-refresh {
  font-size: 0.9rem;
  margin-right: 10px;
  display: none;
}

.pop-ups .popup-inner .form-outer .error-msg-inner {
  width: 75%;
  max-width: 350px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  position: relative;
  text-align: center;
}

.pop-ups .popup-inner .form-outer .error-msg-inner .submit_icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px auto;
}

.pop-ups .popup-inner .form-outer .error-msg-inner .close_window {
  position: absolute;
  top: -27px;
  right: -30px;
  cursor: pointer;
}

.pop-ups .popup-inner .form-outer .error-msg-inner .close_window .fa-times {
  font-size: 30px;
  color: #fff;
}

.pop-ups .popup-inner .form-outer .error-msg-inner h3 {
  font-family: 'PreloSlabW01-SemiBold';
  color: #e11b22;
  font-size: 2em;
}

.pop-ups .popup-inner .form-outer .error-msg-inner p {
  font-family: 'StoneSansIIITCW01-Lt';
}
/*# sourceMappingURL=style.css.map */




/*Paragraph*/
/* For large paragraph*/


.large-paragraph {
	color: #212529;
	font-family :'StoneSansIIITCW01-Bk';
	font-weight : lighter;
	font-size: 24px;
	line-height:28px;
	margin-bottom: 20px;
}
.large-paragraph-white {
	color: #fff;
}
/* For xlarge paragraph*/
.xlarge-paragraph {
	font-family :'Prelo Slab W01 Light';
	font-weight : lighter;
	font-size: 43px;
	line-height:54px;
	margin-bottom: 20px;
}
.xlarge-paragraph-white {
	color: #fff;
}
.xlarge-paragraph-blue {
	color: #012774;
}

.redtext{
    color: #E11B22;
}

/* For body paragraph*/
.body-paragraph {
	font-family: 'StoneSansIIITCW01-Bk';
	font-size:16px;
	line-height:24px;
	margin-bottom: 20px;
}

.small-paragraph {
	color:#212529;
	font-family: 'StoneSansIIITCW01-Bk';
	font-weight: Book;
	font-size:14px;
	line-height:20px;
	margin-bottom: 20px;

}
.paragraph-white {
	color: #fff;
}
.paragraph-blue {
	color: #012774;
}

.paragraph-label{
    color: #5EB9E4;
    font-family: 'StoneSansIIITCW01-Bk';
    font-weight: bold;
    font-size:14px;
    line-height:20px;
    margin-bottom: 20px;
}

.text-link {
	color:#212529;
	font-family: 'PreloSlabW01-SemiBold';
	font-weight: 600;
	font-size:16px;
	line-height:20px;
}
.text-link:hover {
	text-decoration: underline;
}
.text-link-secondary:hover {
	text-decoration: underline;
}
.text-link-secondary {
	color:#e11b22;
	font-family: 'StoneSansIIITCW01-Lt';
	font-weight: 600;
	font-size:16px;
	line-height:24px;
}

/*Background*/
/*bg color for image*/

.info-section-image {
  padding: 1rem;
  color: #fff;
  background: #212529;
  mix-blend-mode : hard-light;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*Main container for life section*/
.max-width-section{
	max-width : 100%;
	background : #fff;
	padding-top : 40px;
	padding-bottom : 60px;
}
.intro{
	margin-top: 28px;
    margin-bottom: 40px;
}
/* card css */
.solution-section{
	max-width : 100%;
	padding-top : 60px;
	padding-bottom : 40px;
}
.solution-section h2{
	margin-bottom: 28px;
}
.card-solution{
	background :#fff;
	margin-bottom: 20px;
	padding-right : 0px;
	padding-left : 0px;
	//height :650px;
}

.image-icons {
	height : 80px;
	margin-bottom :20px;
	
}

.row {
	flex-wrap: nowrap !important;
}


.img-card {
	height :200px;
	
}

.card-body {
	padding-left :15px;
	padding-right :15px;
}

.bottom-card {
text-align: center;
        vertical-align: bottom;
}

.card-description {
	height : auto;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
.card-description {
	height : auto;
}
}
/*Button style*/

.ghost-button {
	color:#E11B22;
	font-family: 'StoneSansIIITCW01-Bk';
	font-weight: 400;
	font-size:14px;
	line-height:20px;
	background-color : none;
	margin-bottom : 20px;
}
@media (min-width: 992px){
.col-lg-4 {
    display: flex; 
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{ 
	.col-lg-4 {
    display: -ms-inline-flexbox;
}

}

@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none){
	.content-cy-box-bt {
		height: 170px;
	}
	.brochure-download{
		height: 170px;
	}
}


icon-bg{
    color: #4D4F53
}


.three-dots {
  text-align: center;
}

.three-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: gray;
  display: inline-block;
  margin: 0 5px;
}

span.first {
  background-color: green;
  width: 10px;
  height: 10px;
}

span.third {
  background-color: blue;
  width: 20px;
  height: 20px;
}

