@charset "utf-8";
body{
    font-family:'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family:'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav-link, .nav-link.cont{/*tbr*/
    font-family:'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	background-color: white;
}
/* FONTS*/
/* Prelo */
@font-face {
    font-family: 'prelo_slabsemibold';
    src: url('prelosemi.woff2') format('woff2'),
        url('prelosemi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'prelo_medium';
    src: url('prelomed.woff2') format('woff2'),
        url('prelomed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'prelo_light';
    src: url('prelolight.woff2') format('woff2'),
        url('prelolight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Stone Sans */
@font-face {
    font-family: 'StoneSans_Bk';
    src: url('StoneSansIIITCPro-Bk.eot') format('embedded-opentype'),
        url('StoneSansIIITCPro-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'StoneSans_Md';
    src: url('StoneSansIIITCPro-Md.eot') format('embedded-opentype'),
        url('StoneSansIIITCPro-Md.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'StoneSans_SmBd';
    src: url('StoneSansIIITCPro-SmBd.eot') format('embedded-opentype'),
        url('StoneSansIIITCPro-SmBd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* NAVIGATION */
.navbar {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    box-shadow: 3px 3px 3px #eee;
	padding-top: 15px;
}
.nav-link {
   /* font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4F53;
    font-size: 16px;
}
/* TopLine */
.nav-link.cont.navbut:hover {
    color: #f2f2f2;
}
.nav-link.cont.red {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 0px 8px 8px 0px;
    background-color: #EB0017;
    padding-top: 1px;
    padding-bottom: 1px;
}
.nav-link.cont {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #007585;
    font-size: 16px;
    margin: 0px 8px 8px 0px;
    background-color: #E5EFF0;
    padding-top: 1px;
    padding-bottom: 1px;
}
.cont.conumber {
    color: #007585;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-right: 20px;
    line-height: 30px;
}
/* BotLine */
.nav-link.py-1:hover {
    color: #888;
}
.nav-link.cont.py-1:hover {
    color: #ddd;
}
/* Search */
#wrap {
    display: inline-block;
    position: relative;
    height: 40px;
    float: right;
    padding: 0;
}
input[type="search"] {
    height: 40px;
    font-size: 1.2rem;
    display: inline-block;
    border: none;
    outline: none;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'StoneSans_Bk'*/;
    padding: 3px;
    padding-right: 15px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
input[type="search"]:focus:hover {
    border: 1px solid #BBB;
    background: #fff;
}
input[type="search"]:focus {
    width: 332px;
    z-index: 1;
    border: 1px solid #BBB;
    cursor: text;
    background: #fff;
}
.fas.fa-search.fa-lg {
    margin-top: 8px;
}
/* Country */
.country {
	width: 268px;
	color: #9b9b9b;
	line-height: 26px;
}
/* MEDIA QUERIES */
.navbar-toggler {
    background-color: #e11b22;
    border-radius: .25rem;
}
.navbar-toggler-icon {
    color: #fff;
    padding-top: 5px;
}
@media screen and (max-width: 992px) {
    .nav-link.cont {
        padding-left: 10px;
    }

    .country {
        width: 160px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    input[type="search"] {
        height: 30px;
        font-size: 1.2rem;
        border: 1px solid #bbb;
        /*font-family: 'StoneSans_Bk';*/
        font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 3px;
        width: 250px;
        position: relative;
        background: none;
        z-index: 3;
        margin-top: 10px;
    }
    input[type="search"]:focus {
        width: 250px;
        z-index: 1;
        border: 1px solid #BBB;
        cursor: text;
        background: #fff;
    }
}
/* FOOTER*/
footer {
    background: #4d4f53;
    color: #fff;
    overflow: hidden;
    padding: 15px 0 0 15px;
    background-color: #4d4f53;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'StoneSans_Bk'*/
   
}

.logo-footer {
    float: left;
    width: 10%;
}
footer .link {
    padding: 30px 0 10px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    /*font-family: 'StoneSans_Bk'*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer a:hover {
    color: #fff;
}
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;
}
footer .about-year {
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
footer .desktop-view {
    width: 100%;
    text-align: center;
    color: #5989af;
}
footer .desktop-view a {
    color: inherit;
}
.footer-links {
    text-align: center;
    padding: 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;
}
.footer-links-wrapper {
    float: left;
    width: 80%;
}
.social-links {
    float: left;
    width: 10%;
    text-align: right;
}
a.social {
    color: #fff;
}
a.social:hover {
    color: #f2f2f2;
}

.footer-social-icon{
  position:relative;
  display:inline-block;
  width:2em;
  height:2.2em;
  background-repeat:none;
  background-size:cover;
}
        
.footer-social-icon-fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'/%3E%3C/svg%3E");
}
.footer-social-icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
}
.footer-social-icon-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}


a.disclaimer {
    color: #4D4F53;
}
a.disclaimer:hover {
    color: #000;
}
@media screen and (max-width: 992px) {
    .logo-footer {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-links-wrapper {
        float: none;
        width: 100%;
    }
    .social-links {
        float: none;
        width: 100%;
        text-align: center;
    }
    .fab {
        font-size: 35px;
    }
}
.container.maincon {
    margin-top: 120px;
}
/* PAGE LINK BUTTONS */
.busmore {
    padding: 30px 0px;
}
.btn-outline-danger {
    color: #E11B22;
    border-color: #E11B22;
    border-radius: 0px;
    margin: 0px 15px;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #E11B22;
    border-color: #E11B22;
}

.btn-quicklinksblock {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4F53;
    border-color: #007585;
    border-radius: 0px;
    margin: 0px 15px;
}
.btn-quicklinksblock:hover {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #007585;
    border-color: #007585;
}


@media screen and (max-width: 444px) {
    .btn-outline-danger {
        margin: 10px 15px;
    }
}
/* ARTICLES */
.articles {
   /* margin-top: 50px;*/
    background-color: white;
    padding: 10px 0px 40px 0px;
}
.row.secondary-stories {
    margin-top: 30px;
}
.story-module-type {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #007585;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0rem;
    font-size: 0.8rem;
}
.story-module-head {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    word-wrap: break-word;
}
.story-module-text {
    margin-bottom: 0px;
}
.card-footer.artfoot {
    background-color: #fff;
    border-top: none;
    padding: 0px 15px;
}
.btn_insights_more {
 font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
 float: left;
 color: #007585 !important;
 text-decoration: underline !important;
 margin-bottom: 10px;
 }
 .btn_cards_more {
 font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
 background: #007585;
 float: left;
 color: white !important;
 text-decoration: underline !important;
  }

.my-btn {
    max-width: 100% !important;
    position: relative;
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    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;
}
.my-btn:before,
.my-btna: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: #e11b22;
    position: absolute;
    right: -20px;
}
.my-btn.red {
    background: #e11b22;
    color: #fff;
    margin-bottom: 15px;
}
.my-btn.red:before {
    border-left-color: #e11b22;
}

.my-btn:after {
    content: '';
    width: 20px;
    background: #007585;
    position: absolute;
    right: -20px;
}
.my-btn.green {
    background: #007585;
    color: #fff;
    margin-bottom: 15px;
}
.my-btn.green:before {
    border-left-color: #007585;
}


.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);
    overflow: hidden;
    background-color: #fff;
}
.card-link:hover {
    box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
    .card-img-top {
        display: none;
    }
    .card-link {
        margin-bottom: 20px;
    }
}
/* HOMELEAD */
.lead-story.home {
    background: url('../images/lead-min.jpg') center center no-repeat;
    background-size: auto;
    background-size: cover;
}
.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: 20px;
    margin-bottom: 20px;
    min-height: 400px;
    background-size: cover;
    position: relative;
}
.info-section {
    padding: 1rem;
    color: #fff;
    background: #e21e26;
    mix-blend-mode: multiply;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lead-story .info-content {
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}
.info-content {
    padding: 1rem;
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
}
.aontxt {
    /*font-family: 'prelo_slabsemibold'*/;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 90px;
    font-weight: bold;
    line-height: .7em;
    margin-bottom: 30px;
}
.lead-story h2 {
    font-size: 2.8rem;
    /*font-family: 'prelo_light';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.homevideo {
    margin: 30px 15px;
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .homevideo {
        margin: 15px 0px;
    }
    .lead-story.home {
        background: #e11b22;
    }
    .info-section {
        background: #e21e26;
        mix-blend-mode: color;
    }
    .lead-story {
        min-height: auto;
    }
    .col-sm-12.col-lg-4.lead-story-text {
        display: none;
    }
    .info-content-mobile {
        color: #fff;
        padding: 15px;
    }
    .aonalttext {
        /*font-family: 'prelo_slabsemibold';*/
        font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 1.2em;
    }
}
@media screen and (min-width: 992px) {
    .info-content-mobile {
        display: none;
    }
}
/* SOLUTIONS*/
.solu > h1 {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color:  #262836;
    font-size: 2.5rem;
    word-wrap: break-word;
    padding: 0 20px;
}
.solu > p {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4F53;
    font-size: 1.1rem;
    word-wrap: break-word;
}

/* PILLARS*/
.sa-module {
    border: 1px solid #007585;
    padding: 30px 0 10px 0;
    text-align: left;
    position: relative;
    margin-top: 70px;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    height: 100%;
}

.sa-module.sa-module-composite{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border:none!important;
}

.sa-module.sa-module-composite .sa-module-img{
    padding:0;
    margin:0;
}

.sa-module-body{
    border-left:1px solid #007585;
    border-right:1px solid #007585;
    border-bottom:1px solid #007585;
}

.sa-module-footer{
    
}

.sa-module > h4
{

    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    text-align: center;
    font-size: 1.5rem;
    word-wrap: break-word;
    padding: 0 20px;
}
.sa-module p {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4f53;
    word-wrap: break-word;
    padding: 0 20px;
}

.sa-module img.sa-module-img {
    margin-top:-30px;
    margin-bottom:30px;
    width:100%;
}

.links-container {
    position: absolute;
    overflow: hidden;
    text-align: center;
    width: 100%;
    bottom: 15px;
    z-index: 100;
}
.secondary-positioner {
    opacity: 0;
    cursor: default;
}
.d-a-text {
    left: 0;
    right: 0;
    padding-bottom: 70px;
}
.d-a .d-a-text h2 {
    color: #e11b22;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'prelo_slabsemibold'; */
    font-size: 1.6rem;
    text-transform: uppercase;
}
.d-a .d-a-text p {
   /* font-family: 'StoneSansIIITCW01-Lt'; */
   font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.w-100 .heading {
    transition: 1s;
    /*font-family: 'Prelo Slab W01 Bold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e11b22;
    text-transform: uppercase;
    font-size: 1.5rem;
    word-wrap: break-word;
    text-align: center;
    margin-top: 30px;
}
.capability-tiles {
    margin-bottom: 165px;
}
@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;
    }
}
.sa-module a:not(.sa-module-custom-a) {
    transition: all .5s;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #007585;
    width: 100%;
    display: block;
    padding: 15px 0px;
    margin: 0;
}
.sa-module a:not(.sa-module-custom-a):hover {
    color: #007585;
   /* background: #e11b22;*/
    -webkit-tap-highlight-color: transparent;
    text-decoration: underline;
}
.sa-module:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
}
.sa-module.no-after:after{
    content:none;
}
.sa-module.risk-icon:after {
    background: url("../images/risk.svg") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.reinsurance-icon:after {
    background: url("../images/reinsurance-icon.png") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.retirement-icon:after {
    background: url("../images/retirement.svg") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.health-icon:after {
    background: url("../images/health.svg") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.d-a-icon:after {
    background: url("../images/data.svg") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.personal-icon:after {
/*    background: url("../images/hex_icon_12.png") center top no-repeat; */
    background-size: 94px 108px;
}
.sa-module.business-icon:after {
  /*  background: url("../images/random_icon5.png") 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;
    }
}


/* MY BUSINESS INTRO */
.business {
   	background-color: #f0f0f0;
    padding: 20px 0px;
    margin-top: 120px;
}
.business-transnet {
   	background-color: white;
    padding: 20px 0px;
    margin-top: 120px;
}
.solu-transnet > p {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4F53;
    font-size: 1.1rem;
    word-wrap: break-word;
}
.solu-transnet > h1 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #007585;
	font-size: 2.5rem;
	word-wrap: break-word;
	/*padding: 0 20px;*/
}
.solu-transnet > h2 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #007585;
	font-size: 2.5rem;
	word-wrap: break-word;
	/*padding: 0 20px;*/
}
.solu-transnet > h4 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #007585;
	font-size: 2.5rem;
	word-wrap: break-word;
	/*padding: 0 20px;*/
}
.solu-transnet > h5 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #007585;
	font-size: 2.5rem;
	word-wrap: break-word;
	/*padding: 0 20px;*/
}
.solu > p {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4F53;
    font-size: 1.1rem;
    word-wrap: break-word;
}
.solu > h1 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #262836;
	font-size: 2.5rem;
	word-wrap: break-word;
	padding: 0 20px;
}

/* ACCORDION */

.accordion-container {
  padding-bottom: 0;
}

.accordion-container #accordion {
  /*border: 2px solid #e11b22;*/
  margin-top: 40px;
}

.accordion-container .header-info {
  margin: auto;
  padding: 40px 0 0 0;
}

.accordion-container .card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid black;
}

.accordion-container .card .card-header {
  width: 100%;
  float: left;
  background: #fbfbfb;
  border: 0;
  border-radius: 0;
  padding: 1.25rem 1.40rem 1.30rem 1.25rem;
  cursor: pointer;
}

.transnet-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #CDDBDE;
    border-bottom: 2px solid #000000;
}
.accordion-container .card .card-header .content-head {
  width: calc(100% - 110px);
 /* max-width: 800px;*/
  float: left;
}

.card_more {
  /*width: calc(100% - 110px);
 max-width: 800px;*/
 float: left;
 color: #007585 !important;
 text-decoration: underline;
}

.card_more_red {
  /*width: calc(100% - 110px);
 max-width: 800px;*/
 float: left;
 color: #EB0017 !important;
 text-decoration: underline;
}

.accordion-container .card .card-header .plus-icon, .accordion-container .card .card-header .minus-icon {
  float: right;
  text-align: center;
  margin-top: 5px;
}

.accordion-container .card .card-header .plus-icon .fa-plus, .accordion-container .card .card-header .plus-icon .fa-minus, .accordion-container .card .card-header .minus-icon .fa-plus, .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: #4D4F53;
}

.solution-templates .accordion-container .card .card-header .minus-icon {
  margin-right: -10px;
}

.solution-templates .accordion-container .card .card-header h4 {
  font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #262836;
  text-transform: capitalize;
}

.solution-templates .accordion-container .card .card-header p {
  font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4d4f53;
  margin: 20px 0 0 0;
}
.solution-templates-transnet .accordion-container .card .card-header h4 {
  font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #000000;
  text-transform: capitalize;
}

.solution-templates-transnet .accordion-container .card .card-header p {
  font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4d4f53;
  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;
  display: flex;
  flex-wrap: wrap;
}

.solution-templates .accordion-container .card .card-body ul li {
  float: left;
  list-style-type: none;
  padding: 0;
  padding-bottom: 20px;
  padding-top:20px;
  padding-right: 10%;
}
.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: 'StoneSans_Bk';*/
  font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}
.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;
}
.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;
}

/* ABOUT CARDS */
.about {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 35px;
	background-color: #f0f0f0;
	padding-bottom: 35px;
}
.about .about-info {
	cursor: pointer;
	position: relative;
	margin: 35px 0 0 0;
}
.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;
	background-color: #fff;
	border: 1px solid #007585;
	border-radius: 0 !important;
}
.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: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	word-wrap: break-word;
}
.about .about-info .about-text-element p {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* BUSINESS TEMPLATE */
/* Intro Card */
.col-lg-8.infosec {
	margin-top: -20px;
}

/* From Aon */
.lead-story.home.sub.tyson {
	background: url('../images/tyson.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.teixeira {
	background: url('../images/teixeira.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.makumbane {
	background: url('../images/makumbane.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.rizzo {
	background: url('../images/rizzo.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.barnard {
	background: url('../images/barnard.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.dusart {
	background: url('../images/dusart.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}

.lead-story.home.sub.ellary {
	background: url('../images/ellary.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.lindeque {
	background: url('../images/lindeque.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.mulaudzi {
	background: url('../images/mulaudzi.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.ntenjwa {
	background: url('../images/ntenjwa.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.viterenwa {
	background: url('../images/viterenwa.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.samuel {
	background: url('../images/samuel.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.lead-story.home.sub.lellyett {
    background: url('../images/lellyett.jpg') center center no-repeat;
    background-size: auto;
    background-size: cover;
}
.lead-story.sub {
	min-height: 350px;
}
.row.lead-story.card-link.home.nolink {
    cursor: unset;
}
.my-btn.wht {
  background: #fff;
  color: #e11b22;
    margin-bottom: 15px;
    /*font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.my-btn.wht:before {
  border-left-color: #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: 576px) {
.lead-story.home.sub {
	  background-position: 80% 50%; 
}
}
@media screen and (max-width: 768px) {
.lead-story.home.sub {
	  background-position: 70% 50%; 
}
}
/* Body Content */
.tab-content.text-left h2 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262836;
	font-size: 1.8rem;
}
.tab-content-transnet.text-left h2 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #007585;
	font-size: 1.8rem;
}
.tab-content.text-left h5 {
	/*font-family: 'StoneSans_Bk';*/
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262836;
	font-size: 1.1rem;
}
.tab-content.text-left p {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262836;
	font-size: 1rem;
}
/* QUICK LINKS */
.grbg {
	background-color: #E5EFF0;
	
}
.solu > h3 {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4rem;
	word-wrap: break-word;
	padding: 0 20px;
}
/* Aside */
.list-group-item.active {
	z-index: 2;
	color: #007585;
	background-color: #f0f0f0;
	border-color: #007585;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: .45rem .75rem;
	margin-bottom: -1px;
	/*background-color: #fff;*/
	border: 1px solid rgba(0,0,0,.125);
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#007585 !important;
	font-size: .95em;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.btn-primary {
	color: #fff;
	background-color: #007585;
	border-color: #007585;
	margin-bottom: 15px;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 2px 10px;
}
.btn-opportunities {
	color: #fff;
	background-color: #007585;
	border-color: #007585;
	margin-bottom: 15px;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	line-height: 2.5;
	padding: 2px 10px;
}
.btn {
	border-radius: 0px;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0083A9;
	border-color: #3F97C0;
}
.btn.next, .btn.prev.cancel {
	border: 1px solid #e11b22;
	border-radius: 0px;
	color: #e11b22;
}
.btn.primary {
    background-color: #e11b22;
    color: #fff;
    border-radius: 0px;
}

/* Articles */
.nobg {
	background-color: #fbfbfb;
}
.bg-blank{
    background-color: #fff;
}
.card.card-link.aside {
	margin-bottom: 15px;
	width: 100%;
}
.card-img-top.nopic {
	display:none;
}
.card-link.aside + .card-link.aside {
	 margin-left: 0rem;
}
.tab-content.text-left h6 {
	color: #007585;
    font-size: 1.1rem;
}
.row.iconlinks {
	text-align: center;
	width: 90%;
	margin: 20px;
	/*font-family: 'StoneSans_Bk';*/
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.col-md-4.celllink {
	padding: 0;
	color: #4D4F53;
	}
.col-md-4.transnet-celllink {
	padding: 0;
	color: #4D4F53;
	background-color: #CDDBDE;
	margin: 5px;
}
.col-sm-4-transnet {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 30%;
}
.col-sm-4-transnet.transnet-celllink {
	padding: 0;
	color: #4D4F53;
	background-color: #CDDBDE;
	margin: 5px;
}
.col-md-3.transnet-celllink {
	padding: 0;
	color: #4D4F53;
	background-color: #CDDBDE;
	margin: 5px;
}
.col-sm-3.transnet-celllink {
	padding: 0;
	color: #4D4F53;
	background-color: #CDDBDE;
	margin: 5px;
}
.col-md-8.celllink {
	padding: 0;
	color: #4D4F53;
}
.cell {
	padding: 12px;
}
.brd_rt {
	border-right: 1px dotted #5eb9e4;
}
.brd_bt {
	border-bottom: 1px dotted #5eb9e4;
}
.cell > p {
	margin-bottom: 0px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
.brd_rt {
	border-right: none;
}
.brd_bt {
	border-bottom: none;
}
}
.list-group-item.list-group-item-action.toplist {
	background-color: #E11B22;
	color: #fff;
	font-size: 1.1rem;
}
.cell p > a {
    color: #4D4F53;
}
.qrcode {
    /*font-family: 'prelo_light';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e11b22;
    font-size: 1.2rem;
    word-wrap: break-word;
}
.col-2.offset-1.text-center.solu {
    margin-top: 60px;
}
.qrcode {
line-height: 18px;
/*font-family: 'StoneSans_Bk';*/
font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
color: #0B0B0B;
font-size: 1.1rem;
}
.col-md-10.celllink {
	text-align: left;
}
.col-md-2.celllink {
	padding-left: 0px;
}
.staticimage {
	margin-top: 20px;
	margin-bottom: 20px;
	/*box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);*/
}
.list-group-item.list-group-item-action.sublist {
	background-color: #f7f7f7;
	color: #000;
}
a.subsubmenu {
	padding-left: 15px;
}
.redtext {
    color: #E11B22;
}
.card.subaccord {
	border-radius: 0px;
	margin-top: 10px;
	border: none;
	background-color: white !important;
}
.card-header.subaccordhead {
	padding: 5px 15px;
	border-bottom: 1px solid black;
}

.subaccord.subaccord-teal .subaccordhead {
    background-color:#007585 !important;
}

.subaccord.subaccord-teal .accordtitle{
    color:white !important;
}

.btn.btn-link.accordtitle {
	color: black;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width:100%;
	text-align:left;
}
.btn.btn-link.accordtitle.collapsed:hover {
	text-decoration: none;
}
.card-body.accordbody {
	background-color: #fff;
}

.insights h2 {
    color: black;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
}
.insights p {
	font-size: 1.1rem;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4D4F53;
}
.col-lg-4.d-flex.insightcard {
	margin-bottom: 30px;
}
a.my-btn.red {
	color: #fff;
	bottom: 25px;
}
a.my-btn.red:hover {
	color: #fff;
}
.nav-tabs.meddoctab {
    border-bottom: 1px solid #007585;
}

.nav-link.meddocs {
    font-size: 1rem;
    line-height: 28px;
}
    .nav-link.meddocs.active {
        border-color: #007585 #007585 #fff;
        border-radius: 0 !important;
    }
 .story-detail-type {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #007585;
    margin-bottom: 0.1rem;
    margin-top: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
}
.story-detail-head {
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	color: black;
}   
.story-detail-detail h6 {
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #E01F26;
    font-size: 1.4rem;
}
.story-detail-detail p {
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4D4F53;
    font-size: 1rem;
}
.story-detail-detail {
    margin-bottom: 40px;
    margin-top: 50px;
    border-bottom: 1px solid #DFDFDF;
}
.story-detail-intro {
	display: block;
	background-color: #fbfbfb;
	padding: 10px 40px;
	margin: -40px 40px 00px 40px;
	position: relative;
}
.shareart {
    float: right;
    margin: 10px 0;
}

.shareart a {
    margin: 0 5px;
}

.shareart a:first-child {
    margin-left: 0px !important;
    
}

.shareart a:last-child-child {
    margin-right: 0px !important;
    
}

.request-story-btn {
    padding: 10px 20px !important;
    background-color: #007585;
    color: white;
    text-decoration: none;
    line-height: normal !important;
    text-align:center;
    font-weight: 300;
    min-width: fit-content;
    cursor:pointer;
    min-height:50px;
    display:flex;
    align-items:center;
}

.request-story-btn:hover,
.request-story-btn:focus,
.request-story-btn:focus-within{
    text-decoration: underline;
    text-underline-offset: 5px;
}
}

.img-story-btn{
    height:50px;
    width:50px;
}

.img-story-btn img{
    height:50px;
    width:auto;
}

.request-story-btn:hover {
    color: white !important;
}

.insights {
	text-align: center;
	padding-top: 10px;
}
.container.maincon.presshead {
	max-width: 100%;
}
.fsp {
	font-size: 0.7rem;
	text-align: center;
	margin-bottom: 15px;
}
.fas.fa-times.fa-2x {
	color: #5EB9E4;
}

.modalHead {
	font-size: 1.6rem;
	color: #e11b22;
	/*font-family: 'StoneSans_Bk';*/
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.umbraco-forms.missing-library {
	display: none;
}
.mainbuts {
	margin-bottom: 160px;
}
.busbut {
    transform: scale(0.55);
    width: 126px;
}

.perbut {
    transform: scale(0.55);
    width: 126px;
    margin-left: 140px;
}

.frame {
    width: 210px;
    cursor: pointer;
}

    .frame:hover .hex-inner {
    }

    .frame:hover .mainlabel {
        transform: scale(1.10);
        -webkit-transform: scale(1.10);
    }

.hex-outer {
    background: #e11b22;
    width: 210px;
    height: 120px;
}

.hex-innerbus, .hex-innerper {
    background: #ffffff;
    width: 200px;
    height: 115px;
    position: relative;
    left: 5px;
    top: 82px !important;
    border-radius: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.angle1 {
    position: absolute;
    top: 80px;
}

.angle2 {
    position: absolute;
    top: 80px;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.angle3 {
    position: absolute;
    top: 80px;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.mainlabelbus, .mainlabelper {
    /*font-family: 'prelo_medium';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 115px;
    width: 210px;
    padding: 0px 10px;
    text-align: center;
    position: absolute;
    color: #e11b22;
    font-size: 30px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.highlight {
    background: #e11b22;
    color: #fff;
}
.busquoteform {
    display: none;
}
.perquoteform {
    display: none;
}
.reqaquote {
	color: #4D4F53;
	font-size: 1.4rem;
	/*font-family: 'prelo_light';*/
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	margin-top:2rem;
}
.my-btn-group.conblock {
	margin-top: 25px;
}


.k1__img {
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .d4-container a {
        padding: 10px 55px;
        border-radius: 21px;
        max-width: 220px
    }
}

.k1 {
    background-color: #ffffff;
}

/*.k1__container {
    padding: 40px 15px
}*/

@media (min-width:768px) {
    .k1__container {
        padding: 65px
    }
}

@media (min-width:1200px) {
    .k1__container {
        padding: 65px 200px;
        max-width: 1200px;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .k1__cell {
        display: flex;
        justify-content: flex-start;
        margin: 0
    }
}

.k1__cell a {
    color: #fff;
    background-color: #0083a9;
    padding: 15px 60px;
    margin: 25px auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .24);
    border-radius: 50px;
    font-size: 14px
}

@media (min-width:768px) {
    .k1__cell a {
        margin: 40px 0 0;
        align-self: flex-end
    }
}

@media (min-width:1200px) {
    .k1__cell a {
        margin: 0;
        padding: 10px 50px
    }
}

.k1__cell:not(:last-child) {
    margin-bottom: 35px
}

@media (min-width:768px) {
    .k1__cell:not(:last-child) {
        margin-bottom: 60px
    }
}

.k1__img {
    width: 226px;
    height: 226px;
    margin: 0 auto 40px;
    background-position: center;
    background-size: 88%
}

@media (min-width:768px) {
    .k1__img {
        margin: 0;
        min-width: 226px
    }
}

.k1__text {
    margin-bottom: 25px
}


    .k1__text p {
        font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
        opacity: .7
    }

@media (max-width:768px) {
    .k1__text {
        text-align: center;
    }
}


.k1.k1-white {
    background-color: #ffffff;
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.k1.k1-green {
    background-color: #E5EFF0;
}

@media (min-width:768px) {
    .k1__text {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
       /* padding-left: 40px*/
    }

        .k1__text h3 {
            margin: 0;
            font-size: 24px
        }

        .k1__text h3,
        .k1__text p {
            text-align: left
        }

    
    .k1.k1-white .k1__container {
        padding: 40px 65px
    }
}

@media (min-width:1200px) {
    .k1__text p {
        font-size: 18px
    }
    .smaller 
    {
        font-size: 15px;
    }

    .k1.k1-white .k1__container {
        max-width: 80%;
        max-width: 1000px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .k1.k1-green .k1__container {
        max-width: 80%;
        max-width: 1000px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.k1.k1-white .k1__container h3 {
    margin: 0 0 40px;
    color: #E11B22;
    text-align: center;
    /*font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.k1.k1-white .k1__container h3 {
    margin: 0 0 40px;
    color: #E11B22;
    text-align: center;
    /*font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width:768px) {
    .k1.k1-white .k1__container h3 {
        font-size: 30px
    }
}

.k1.k1-white .k1__container .k1__cell:not(:last-child) {
    margin-bottom: 40px
}

.k1.k1-white .k1__container .k1__text {
    align-items: center
}

@media (min-width:1200px) {
    .k1.k1-white .k1__container h3 {
        font-size: 35px
    }

    .k1.k1-white .k1__container .k1__text {
        padding-left: 100px
    }
}

.k1.k1-white .k1__container .k1__text p {
    color: #3e3e3e;
    font-size: 16px;
    margin: 0 auto
}

@media (min-width:600px) {
    .k1.k1-white .k1__container .k1__text p {
        width: 60%
    }
}

.SKU-27-container {
    background-size: cover;
    background-position: 30% 50%;
    padding: 25px 0 50px
}

@media (min-width:768px) {
    .k1.k1-white .k1__container .k1__text p {
        font-size: 18px;
        width: 100%
    }
}
@media (min-width:768px) {
    .k1.k1-white .k1__container .k1__text .smaller {
        font-size: 15px;
        width: 100%
    }
}

section.opt-4-container {
    background-color: #5EB9E4;
}

@media (min-width:1200px) {
    .opt-4 {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto;
    }
}

.opt-4 {
    padding: 10px 0 20px;
}

.opt-4__cell-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

@media (min-width:1200px) {
    .opt-4__cell-container {
        padding: 0;
    }
}

@media (min-width:768px) {
    .opt-4__cell-container {
        flex-direction: row;
        padding: 0 50px;
    }
}

.opt-4__cell {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

@media (min-width:768px) {
    .opt-4__cell {
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
}

.opt-4 h3 {
    text-align: center;
    color: #fff;
    /*font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px
}

.opt-4__cell h4 {
    /*font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.opt-4__cell p {
    text-align: center;
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 80%;
    color: #fff;
}

@media (min-width:768px) {
    .opt-4__cell p {
        text-align: left;
        width: 100%;
    }
}

section.d4 {
    position: relative;
}

@media (min-width:980px) {
    section.d4 {
        height: 480px;
    }
}

@media (min-width:980px) {
    .d4-container {
        height: 100%;
    }
}

.d4-container {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
}

@media (min-width:1200px) {
    .d4-container {
        width: 90%;
        margin: 0 auto;
        max-width: 1000px;
    }
}

@media (min-width:1200px) {
    .d4-container .text {
        padding: 0;
        width: 60%;
        height: 480px;
    }
}

@media (min-width:980px) {
    .d4-container .text {
        padding: 0 0 0 65px;
    }
}

@media (min-width:768px) {
    .d4-container .text {
        padding: 0 0 0 30px;
        width: 40%;
        align-items: flex-start;
    }
}

.d4-container .text {
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width:1200px) {
    .d4-container h3 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

.d4-container h3 {
    margin-bottom: 25px;
    margin-top: 0;
    color: #E11B22;
}

@media (min-width:768px) {
    .d4-container h3 {
        font-size: 24px;
    }
}
@media (max-width:768px) {
.solu > h1 {
	font-size: 2.1rem;

}
}
.d4-container h3,
.d4-container p {
    text-align: center;
}

@media (min-width:768px) {

    .d4-container h3,
    .d4-container p {
        text-align: left;
    }
}

.d4-container h3 span {
    /*font-family: 'prelo_medium';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .d4-container h3 span:first-child {
        /*font-family: 'prelo_slabsemibold';*/
        font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.d4-container p {
    color: #3e3e3e;
    font-size: 16px;
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    width: 100%;
}

.d4-container .img {
    background-size: cover;
    height: 0;
    width: 100%;
    padding-top: 100%;
}

@media (min-width:1200px) {
    .d4-container .img {
        background-position: left;
        width: 40%;
    }
}

@media (min-width:980px) {
    .d4-container .img {
        width: 587px;
        position: absolute;
        right: 0;
    }
}
@media (min-width:768px) {
    .d4-container .img {
        height: 480px;
        width: 60%;
        padding-top: 0;
    }
}
.staticimagealt {
    margin-top: 140px;
    margin-bottom: 30px;
    /*box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);*/
}
.card-footer.artfoot.subfoot {
	font-size: 0.9rem;
	background-color: #E5EFF0;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.my-btn-group.conblock1 {
	margin-top: 45px;
	margin-bottom: -10px;
}
.redlink {
	color: #e11b22;
}
.card-footer .greenlink {
    color: #007585;
}
.card-header.ecnheader {
	background-color: #fff;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: none;
}
.btn.btn-link.ecn {
	text-align: left;
	padding: 0px;
	color: #000;
}
.btn.btn-link.ecn:hover {
    text-decoration: none;
}
.card.ecncard {
    border: none;
}
.btn.btn-link.ecn.collapsed {
	color: #000;
	text-decoration: none;
}
.card-body.ecnbody {
    padding: 0px;
}
.col-md-9.offset-1.proftxt {
	padding-top: 15px;
}
.profpic {
	padding: 20px 0px;
}
.profname {
    color: 
    #e11b22;
    font-size: 1.1rem;
    /*font-family: 'prelo_slabsemibold';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.proftitle {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.redtxt {
    color: #e11b22;
} 
.greentxt {
    color: #007585;   
}
.greybckgrnd {
    background-color: #CDDBDE;
}
.aboutaon h2 {
	color: #262836;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
}
.aboutaon h3 {
	color: #262836;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
}
.aboutaon p {
    color: #4D4F53;
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
.img-fluid.float-right.abouthex {
	max-width: 200px;
	padding: 15px;
	margin-left: 15px;
}
.aboutboard p {
/*	font-family: 'StoneSans_Bk';*/
font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width:768px) {
.col-2.offset-1.text-center.solu {
    display:none;
}
}
@media (min-width:768px) {
    .my-btn.wht {
        display: none;
    }

}
    p > a.redtext {
        color: #e11b22;
    }

    .busmore.quicken {
        background-color: #f0f0f0;
    }

    .col-12.careerlink {
        background-color: #60b9e5;
        text-align: center;
        height: 55px;
    }
    .btn-careers {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #007585;
    border-radius: 0px;
    margin: 0px 15px;
}
.btn-careers:hover {
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #007585;
    border-color: #007585;
}
    .col-md-2.profcen {
        text-align: center;
    }

    .btn.btn-link.accordtitle.collapsed {
	text-align: left;
}
@media (min-width:980px) {
    .maxsolwth {
        max-width: 80%;
    }
}
.modal-header.raq {
	padding-bottom: 0px;
}
.modalHead a {
	color: #e11b22;
	/*font-family: 'prelo_medium';*/
	font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.searchpage {
	color: #e11b22;
	text-decoration: underline;
}


.hghex{
  width:130px;
  height:140px;
  background-color:none;
  background-repeat: no-repeat;
  background-position: center; 
  background-image: url("data:image/svg+xml,%3Csvg viewBox='1811 18 23032 26616' preserveAspectRatio='xMidYMid' xmlns='http://www.w3.org/2000/svg' style='stroke-linejoin:round;stroke-width:30'%3E%3Cdefs class='EmbeddedBulletChars'%3E%3Cpath d='M0.3-0.6L0.6-0.3 0.3 0 0-0.3 0.3-0.6Z'/%3E%3Cpath d='M0-0.6L0.6-0.6 0.6 0 0 0 0-0.6Z'/%3E%3Cpath d='M0.1 0L0.3-0.4 0.1-0.7 0.7-0.4 0.1 0ZM1358 739L309 1346 659 739 1358 739Z'/%3E%3Cpath d='M1-0.4L0.6 0 0.4 0 0.6-0.3 0.1-0.3 0.1-0.5 0.6-0.5 0.4-0.7 0.6-0.7 1-0.4Z'/%3E%3Cpath d='M0 0C0 0 0 0 0 0L0.2-0.3C0.1-0.4 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5L0.2-0.5 0.2-0.4 0.4-0.5 0.4-0.5 0.4-0.5C0.4-0.5 0.4-0.5 0.5-0.5 0.4-0.5 0.4-0.4 0.4-0.4 0.4-0.4 0.3-0.3 0.3-0.3L0.4-0.1C0.4-0.1 0.4-0.1 0.3-0.1L0.4-0.1C0.4 0 0.3 0 0.3 0 0.3 0 0.3-0.1 0.2-0.2L0.1 0C0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0Z'/%3E%3Cpath d='M0.1 0C0.1 0 0.1 0 0-0.1 0-0.1 0-0.2 0-0.2 0-0.3 0-0.3 0-0.3 0.1-0.4 0.1-0.4 0.1-0.4 0.1-0.4 0.2-0.4 0.2-0.3L0.2-0.2C0.2-0.2 0.2-0.2 0.2-0.2L0.6-0.5C0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.5 0.6-0.5L0.6-0.5C0.6-0.5 0.6-0.4 0.6-0.4L0.2 0C0.2 0 0.2 0 0.1 0Z'/%3E%3Cpath d='M0.4 0C0.3 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.3 0.1-0.4 0.1-0.4 0.2-0.5 0.2-0.6 0.3-0.6 0.4-0.6 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.7-0.2 0.7-0.1 0.6-0.1 0.6 0 0.5 0 0.4 0Z'/%3E%3Cpath d='M0.2-0.2C0.1-0.2 0.1-0.2 0.1-0.3 0-0.3 0-0.3 0-0.4 0-0.4 0-0.4 0.1-0.4 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.3 0.3-0.3 0.3-0.3 0.2-0.2 0.2-0.2 0.2-0.2Z'/%3E%3Cpath d='M0-0.2L0.6-0.2 0.6-0.3 0-0.3 0-0.2Z'/%3E%3Cpath d='M0.1-0.4C0.1-0.4 0.1-0.5 0.2-0.6 0.2-0.6 0.3-0.7 0.4-0.7 0.5-0.7 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.6-0.2 0.6-0.2 0.5-0.1 0.5-0.1 0.4-0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0.1-0.4Z'/%3E%3C/defs%3E%3Cg class='Page'%3E%3Cg class='com.sun.star.drawing.CustomShape'%3E%3Crect class='BoundingBox' x='1811' y='18' width='23032' height='26616' fill='none'/%3E%3Cpath d='M2076 19710L2076 6942 13326 325 24577 6942 24577 19710 13326 26326 2076 19710Z' style='fill:none;stroke-width:500;stroke:rgb(225,27,34)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hghex:hover{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='1811 18 23032 26616' preserveAspectRatio='xMidYMid' xmlns='http://www.w3.org/2000/svg' style='stroke-linejoin:round;stroke-width:30'%3E%3Cdefs class='EmbeddedBulletChars'%3E%3Cpath d='M0.3-0.6L0.6-0.3 0.3 0 0-0.3 0.3-0.6Z'/%3E%3Cpath d='M0-0.6L0.6-0.6 0.6 0 0 0 0-0.6Z'/%3E%3Cpath d='M0.1 0L0.3-0.4 0.1-0.7 0.7-0.4 0.1 0ZM1358 739L309 1346 659 739 1358 739Z'/%3E%3Cpath d='M1-0.4L0.6 0 0.4 0 0.6-0.3 0.1-0.3 0.1-0.5 0.6-0.5 0.4-0.7 0.6-0.7 1-0.4Z'/%3E%3Cpath d='M0 0C0 0 0 0 0 0L0.2-0.3C0.1-0.4 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5L0.2-0.5 0.2-0.4 0.4-0.5 0.4-0.5 0.4-0.5C0.4-0.5 0.4-0.5 0.5-0.5 0.4-0.5 0.4-0.4 0.4-0.4 0.4-0.4 0.3-0.3 0.3-0.3L0.4-0.1C0.4-0.1 0.4-0.1 0.3-0.1L0.4-0.1C0.4 0 0.3 0 0.3 0 0.3 0 0.3-0.1 0.2-0.2L0.1 0C0.1 0.1 0.1 0.1 0 0.1 0 0.1 0 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 0Z'/%3E%3Cpath d='M0.1 0C0.1 0 0.1 0 0-0.1 0-0.1 0-0.2 0-0.2 0-0.3 0-0.3 0-0.3 0.1-0.4 0.1-0.4 0.1-0.4 0.1-0.4 0.2-0.4 0.2-0.3L0.2-0.2C0.2-0.2 0.2-0.2 0.2-0.2L0.6-0.5C0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.6 0.6-0.5 0.6-0.5L0.6-0.5C0.6-0.5 0.6-0.4 0.6-0.4L0.2 0C0.2 0 0.2 0 0.1 0Z'/%3E%3Cpath d='M0.4 0C0.3 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.2 0.1-0.3 0.1-0.4 0.1-0.4 0.2-0.5 0.2-0.6 0.3-0.6 0.4-0.6 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.7-0.2 0.7-0.1 0.6-0.1 0.6 0 0.5 0 0.4 0Z'/%3E%3Cpath d='M0.2-0.2C0.1-0.2 0.1-0.2 0.1-0.3 0-0.3 0-0.3 0-0.4 0-0.4 0-0.4 0.1-0.4 0.1-0.5 0.1-0.5 0.2-0.5 0.2-0.5 0.2-0.5 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.4 0.3-0.3 0.3-0.3 0.3-0.3 0.2-0.2 0.2-0.2 0.2-0.2Z'/%3E%3Cpath d='M0-0.2L0.6-0.2 0.6-0.3 0-0.3 0-0.2Z'/%3E%3Cpath d='M0.1-0.4C0.1-0.4 0.1-0.5 0.2-0.6 0.2-0.6 0.3-0.7 0.4-0.7 0.5-0.7 0.5-0.6 0.6-0.6 0.6-0.5 0.7-0.4 0.7-0.4 0.7-0.3 0.6-0.2 0.6-0.2 0.5-0.1 0.5-0.1 0.4-0.1 0.3-0.1 0.2-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0.1-0.4Z'/%3E%3C/defs%3E%3Cg class='Page'%3E%3Cg class='com.sun.star.drawing.CustomShape'%3E%3Crect class='BoundingBox' x='1811' y='18' width='23032' height='26616' fill='none'/%3E%3Cpath d='M2076 19710L2076 6942 13326 325 24577 6942 24577 19710 13326 26326 2076 19710Z' fill='rgb(225,27,34)'/%3E%3Cpath d='M2076 19710L2076 6942 13326 325 24577 6942 24577 19710 13326 26326 2076 19710Z' style='fill:none;stroke-width:500;stroke:rgb(225,27,34)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  
}

.lead-story .info-text, .info-content-mobile .info-text {
	color:#FFFFFF;
	font-size:1rem;
}

.lead-story .info-text-small {
	font-size:0.6rem;
}

.info-content-mobile .info-text-small {
	font-size:0.8rem;
	padding-left:2rem;
	padding-right:2rem;
}

.info-content-qrcode{
	margin-top:20px;
}

@media (min-width: 1200px)
{
	
.info-content-qrcode{
	margin-top:45px;
}

.lead-story .info-text, .info-content-mobile .info-text {
	font-size:1rem;
	font-weight:bold;
}
.lead-story .info-text-small, .info-content-mobile .info-text-small {
	font-size:0.8rem;
}
	
	
}

.modal-body .info-text-small{
	font-size: 0.7rem;
	text-align: center;
}
.hexButtonsContainer{
	position: relative;
	display: block;
	margin-left: 75px;
	padding-bottom:1rem;
}

.nav-breadcrumb{
	font-size:0.8rem;
}
.detail-page .nav-breadcrumb{
	margin-left: 15px;
}
          .banner.my-btn.red{
              color:#e11b12;
              font-weight:bold;
              background:#fff;
              bottom:5px !important;
          }
.carousel .banner.my-btn.red:hover{
  color:#e11b12;
}
.carousel .my-btn.red:before {
  border-left-color: #fff;
}
.carousel-caption h1, .carousel-caption h5 {
    /*font-family: 'prelo_light';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 2.5rem;*/
    margin-bottom: .5rem;
    font-weight: 500;
    
}
.carousel-caption span {
    font-size: 1rem; 
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    
}
.carousel {margin-bottom:1rem;}
.carousel.carousel-aon {
    padding-bottom: 40px;
}

.carousel-aon .carousel-indicators li {
    background-color:#fff;
    opacity:1;
    width: 9px;
    height: 9px;
    background-clip: initial;
    border: 2px solid #4D4F53;
    border-radius: 100%;
    margin-rigth:10px;
    margin-left:10px;
}

.carousel-aon .carousel-item {
    height: 100%;
}

.carousel-aon .carousel-indicators li.active {
    background-color:#4D4F53;
}

.carousel-aon .carousel-caption {
    background-color: rgba(229,239,240,0.9);
    color: #000;
    top:0;
    left:unset;
    right:unset;
    bottom:unset;
    height:100%;
    width:35%;
    text-align:left;
    padding:20px;
}

.carousel-aon .carousel-caption p{
    text-overflow:ellipsis;
    overflow: hidden;
}

.carousel-aon .carousel-btn {
    padding: 0.8vw 1vw;
    background-color:#007585;
    color:#fff;
    opacity: 1;
}

.carousel-aon .carousel-btn:hover {
    color:#fff;
    text-decoration:underline;
    text-underline-offset:5px;
}
@media (max-width:992px){
.carousel-caption .intro {display:none;}
}
@media (max-width:768px) {
    .carousel-caption {width:100%!important;position:relative!important;}
    .carousel-caption h1, .carousel-caption h5 {font-size: 1.1rem;margin-bottom:1rem;}
}
@media (max-width: 991.98px){
    .carousel-caption h1, .carousel-caption h5 {font-size: 1.1rem;margin-bottom:1rem;}
    .carousel-caption span{font-size: 0.85rem;}
    .carousel-aon .carousel-btn {font-size: 0.85rem;}
}
footer .info-text{
    color: #fff; 
    text-decoration: none;
    font-size: 0.7rem;
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center; 
    margin-top:0.1rem;
    
}
footer img {width:75%;max-width:200px;}
footer .home-link{display:block; margin-top:1rem; margin-bottom:1rem;}


.aon-logo-svg-box{
    display:inline-block;
    width:160px;
    height:58px;
    
    background-color: #e11b22;
    
    -webkit-mask: url(/media/qtoee2ic/aon_logo_nocolor_cropped.svg) no-repeat center;
    -webkit-mask-size: auto 58px;
    mask: url(/media/qtoee2ic/aon_logo_nocolor_cropped.svg) no-repeat center;
    mask-size: auto 58px;
}
.aon-logo-svg-footer-box {
	display: inline-block;
	width: 81px;
	height: 34px;
	
	background-color: #fff;
	
	-webkit-mask: url(/media/qtoee2ic/aon_logo_nocolor_cropped.svg) no-repeat center;
	-webkit-mask-size: 81px;
	
	mask: url(/media/qtoee2ic/aon_logo_nocolor_cropped.svg) no-repeat center;
	mask-size: 81px;
}


.ihasformelement .modal-content{
	min-height: calc(100vh - 60px);
}
.ihasformelement .modal-body{
	padding-top:0;
}
.ihasformelement iframe{
    width:100%;
    height:100%;
    border:0;
}
.ihasformelement .loading-indicator.loading{
    display:block !important;
}

.ihasformelement .loading-indicator.stopped, .alias-popUpForm .loading-indicator.stopped{
    display:none !important;
}
.ihasformelement .modal-header{
    font-size: 1.6rem;
    color: #e11b22;
    /*font-family: 'StoneSans_Bk';*/
    font-family: 'Helvetica Now',"Helvetica Neue", Helvetica, Arial, sans-serif;
}   

.text-bold{
    font-weight:600 !important;
}

.text-bold-2{
    font-weight: 700 !important;
}

.text-bolder{
    font-weight:900 !important;
}

/* Banner */

/* Banner Overlay Styles */
.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-image {
    position: relative;
    width: 100%;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}

.banner-text {
    padding: 20px 30px;
    width: 100%;
}

    .banner-text h1 {
        font-family: 'Helvetica Now', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #262836;
        font-size: 2.5rem;
        font-weight: 600;
        margin: 0;
        line-height: 1.2;
    }

/* Responsive adjustments */
@media screen and (max-width: 991px) {
    .banner-overlay {
        width: 50%;
    }

    .banner-text h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-overlay {
        width: 100%;
        position: relative;
        background-color: rgba(255, 255, 255, 1);
    }

    .banner-text h1 {
        font-size: 1.8rem;
    }
}

/*Aon Colors*/
:root {
    --navy: #262836;
    --gray-01: #46535e;
    --teal-dark: #007585;
    --teal-dark-hover: #003c55;
    --teal-dark-active: #003c55;
    --white: white;
    --gray-02: #5d6d78;
    --gray-06: #e5eff0;
    --gray-04: #acc0c4;
    --error-dark: #ca110f;
    --error-inverse: #f05f6f;
    --gray-05: #CDDBE4;
    --signature-red: #eb0017;
    --aqua: #29b0c3;
    --cobalt: #0055a8;
    --error: #ea2238;
    --yellow: #ffa600;
    --success: #12a88a;
    --gray-03: #82939a;
    --blue: #101e7f;
    --aqua-2: #73e2d8;
    --orange: #f25d00;
    --lime: #8abd45;
    --magenta: #a70070;
    --marine: #0084bb;
    --plum: #6e027f;
    --pink: #d10058;
    --gray-07-8: #eef6f7;
    --gray-07: #eef6f7;
    --gray-08: #f9fcfc;
    --information: #0055a8;
    --peacock-hover: #0084bb;
    --peacock-active: #006088;
    --signature-red-dark: #b80012;
    --error-light-40: #fcdce0;
    --success-dark: #0d725e;
    --success-background: #cef3ec;
    --warning-dark: #b37400;
    --warning-background: #ffedcc;
    --error-background: #fcdcdc;
    --information-dark: #003b75;
    --information-background: #cceaf5;
    --sky-hover: #cff0ff;
    --blueback: #f3f6ff;
    --spec-background: #ececec;
    --black: black;
    --peacock: #003c55;
    --specoverlay: rgba(27, 180, 171, .2);
    --mint: #8cf2de;
    --red: #ea2238;
    --teal-light-40: #c7ecf1;
    --teal-light: #c7ecf16b; 
    --error-darken-15: #af1122;
    --success-light-42: #cff4ed;
    --warning-light-40: #ffedcc;
}

/* Expansion Panels */
.uui-expansion_panel {
    z-index: 2;
    max-width: 1200px;
    border-top: 1px none var(--gray-05);
    border-bottom: 1px solid var(--gray-05);
    color: var(--teal-dark);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 0 0;
    font-family: Helvetica Now Text, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: all .2s;
    display: block;
}

.uui-expansion_panel_big .uui-expansion_panel {
    border-bottom: none;
}

    .uui-w-dropdown {
        text-align: left;
        z-index: 900;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
    }

.uui-w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.uui-w-clearfix {
    vertical-align: top;
    color: #222;
    text-align: left;
    /*white-space: nowrap;*/
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

    .uui-w-clearfix:before, .uui-w-clearfix:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .uui-w-clearfix:after {
        clear: both;
    }

.uui-panel_dropdown {
    color: var(--teal-dark);
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.uui-expansion_panel > .uui-panel_dropdown > .uui-panel_icon {
    background-color: var(--teal-dark);
    transform-origin: center;
    transition: all 0.2s ease;
    height: 2px;
    width: 16px;
    right: 9px;
    color: inherit;
}

    .uui-expansion_panel > .uui-panel_dropdown > .uui-panel_icon:before {
        content: "";
        position: absolute;
        height: 16px;
        background-color: var(--teal-dark);
        width: 2px;
        right: 0px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        transform: rotate(0deg);
        transition: all ease 0.2s;
    }

.uui-panel_icon {
    width: 20px;
    height: 20px;
    text-align: center;
    white-space: nowrap;
    font-family: "Font awesome 6 pro 300", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    position: absolute;
    bottom: auto;
    right: 0;
}

.uui-expansion_panel > .uui-panel_dropdown > .uui-panel_title {
    transition: all 0.2s ease;
    color: inherit;
}

.uui-panel_title {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Helvetica Now Text", sans-serif;
    font-size: /*24px*/ 18px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    position: relative;
}
.uui-expansion_panel_big .uui-panel_title {
    max-width: 80%;
}

.uui-w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
}

.uui-panel_content {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    transition: all .2s;
    display: block;
    position: static;
}

.uui-expansion_panel > .uui-panel_content > * {
    opacity: 0;
}

.uui-expansion_panel > .uui-panel_content {
    padding-bottom: 20px;
}

    .uui-expansion_panel > .uui-panel_content > .uui-panel_background {
        opacity: 1;
    }

.uui-expansion_panel .uui-panel_background {
    transform-origin: left;
    transform: scaleX(0);
    background-color: #004852;
    left: 0px;
    bottom: -1px;
    top: auto;
    height: 1px;
}

.uui-panel_background {
    pointer-events: none;
}

.uui-panel_background {
    z-index: 2;
    width: 100%;
    height: 1px;
    transition: all .2s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.uui-panel_content > .uui-panel_paragraph > p,
.uui-panel_content > .uui-panel_paragraph > * {
    color: var(--teal-dark-active);
    font-weight: normal;
}

.uui-panel_content:not(.uui-w--open) > .uui-panel_paragraph > * {
    margin-bottom: 0;
}

.uui-w-dropdown-list.uui-w--open {
    display: block;
}

.uui-panel_dropdown.uui-w--open {
    color: var(--teal-dark-active);
    margin-bottom: 16px;
}

.uui-expansion_panel > .uui-w--open > .uui-panel_icon:before {
    transform: rotate(90deg);
    background-color: var(--teal-dark-active);
}

.uui-expansion_panel > .uui-w--open.uui-panel_dropdown > .uui-panel_icon {
    background-color: var(--teal-dark-active);
}

.uui-expansion_panel > .uui-w--open > .uui-panel_title {
    color: var(--teal-dark-active);
    transition: all 0.2s ease;
}

.uui-expansion_panel > .uui-w--open.uui-panel_content > * {
    opacity: 1;
}

.uui-expansion_panel > .uui-w--open > .uui-panel_background {
    transform: scaleX(1);
    transition: all 0.15s cubic-bezier(.1,.9,.99,.99);
}

.uui-panel_content.uui-w--open {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    transition: all .2s;
    position: static;
}

.uui-expansion_panel:hover {
    color: var(--teal-dark-hover);
}

    .uui-expansion_panel:hover > .uui-panel_dropdown > .uui-panel_icon {
        background-color: #004852;
    }

.uui-panel_dropdown:hover {
    color: var(--teal-dark-hover);
}

.uui-expansion_panel:hover .uui-panel_background {
    transform: scaleX(1);
    transition: all 0.15s cubic-bezier(.1,.9,.99,.99);
}
.uui-expansion_panel > .uui-w--open.uui-panel_content > * {
    opacity: 1;
}

/* Margins */

.margin-bottom-std{
    margin-bottom: 1rem;
}

.margin-top-std{
    margin-top: 1rem;
}

.margin-left-std{
    margin-left: 1rem;
}

.margin-right-std{
    margin-right: 1rem;
}

.margin-std{
    margin: 1rem;
}

/* Colored Text */
.text-red{
    color: var(--signature-red) !important;
}

.text-black{
    color: var(--black) !important;
}

.text-teal-dark{
    color: var(--teal-dark) !important;
}

/*Page Panel*/
.page-panel {
    border: 1px solid var(--black);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}
    .page-panel ul li {
        list-style-type: none;
    }

    .page-panel.page-panel-teal {
        border: 1px solid var(--teal-dark);
        background-color: var(--teal-light);
    }

        .page-panel.page-panel-teal b, .page-panel.page-panel-teal strong {
            color: var(--teal-dark);
        }

        .page-panel.page-panel-teal h1,
        .page-panel.page-panel-teal h2,
        .page-panel.page-panel-teal h3,
        .page-panel.page-panel-teal h4,
        .page-panel.page-panel-teal h5,
        .page-panel.page-panel-teal h6{
            color: var(--signature-red);
        }

        


