@charset "utf-8";
/* 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;
}
/* GENERAL*/
body {
	background-color: #fbfbfb;
}
/* NAVIGATION */
.navbar {
    background-color: #fff;
    box-shadow: 3px 3px 3px #eee;
	padding-top: 15px;
}
.nav-link {
    font-family: 'prelo_slabsemibold';
    color: #4D4F53;
    font-size: 1.2em;
}
.nav-link.cont.navbut:hover {
    color: #f2f2f2;
}
.nav-link.cont {
    font-family: 'prelo_medium';
    color: #fff;
    font-size: 1.6em;
    margin: 0px 8px 8px 0px;
    background-color: #0C84AA;
    padding-top: 1px;
    padding-bottom: 1px;
}
.nav-link.py-1:hover {
    color: #003F72;
}
.nav-link.cont.py-1:hover {
    color: #ddd;
}
/* MEDIA QUERIES */
.navbar-toggler {
    background-color: #003F72;
    border-radius: .25rem;
}
.navbar-toggler-icon {
    color: #fff;
    padding-top: 5px;
}
.cont.conumber {
	color: #e11b22;
	font-family: 'prelo_medium';
	font-size: 1.6em;
	margin-right: 20px;
	line-height: 30px;
}
@media screen and (max-width: 992px) {
    .nav-link.cont {
        padding-left: 10px;
    }
}
@media screen and (max-width: 650px) {
.cobranded {
	max-width: 250px;
}
}
/* BODY CONTENT*/
.container.maincon {
    margin-top: 120px;
}
.col-lg-8.infosec {
	margin-top: 0px;
}
.solu h1 {
	font-family: 'prelo_light';
	color: #0083A9;
	font-size: 2.5rem;
	word-wrap: break-word;
	padding: 0 20px;
}
.solu p {
	font-family: 'StoneSans_Bk';
	color: #4D4F53;
	font-size: 1.1rem;
	word-wrap: break-word;
}
li {
	font-family: 'StoneSans_Bk';
	color: #4D4F53;
}
/* Banner*/
.row.card-link.home {
	margin-bottom: 20px
}
.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-bottom: 20px;
	min-height: 400px;
	background-size: cover;
	position: relative;
}
.lead-story .info-content {
	font-family: 'StoneSans_Bk';
	font-size: 1.2rem;
}
.lead-story.sub {
	min-height: 350px;
}
.lead-story.home.sub.rizzo {
    background: url('../images/rizzo.jpg') top center no-repeat;
    background-size: cover;
}
.lead-story.home.sub.ellary {
	background: url('../images/ellary.jpg') center center no-repeat;
	background-size: cover;
}
.lead-story.home.sub.lellyett {
	background: url('../images/lellyett.jpg') center center no-repeat;
	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.mulaudzi {
	background: url('../images/mulaudzi.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}
.info-content {
	padding: 1rem;
	color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
}
.info-section {
	padding: 1rem;
	color: #fff;
	background: #003F72;
	mix-blend-mode: multiply;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lead-story h2 {
	font-size: 2.8rem;
	font-family: 'prelo_light';
}
.aontxt {
	font-family: 'prelo_slabsemibold';
	font-size: 90px;
	font-weight: bold;
	line-height: .7em;
	margin-bottom: 30px;
}
.my-btn {
	max-width: 100% !important;
	position: relative;
	font-family: 'StoneSans_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.wht {
	background: #fff;
	color: #003F72;
	margin-bottom: 15px;
	font-family: 'prelo_slabsemibold';
}
.my-btn.wht::before {
	border-left-color: #fff;
}
.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:hover {
	padding: 10px 52px 10px 32px !important;
}
.card-link:hover {
    box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}
.card-link {
	cursor: pointer;
}
.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;
}
@media screen and (min-width: 768px) {
.my-btn.wht {
    display: none;
}
}
/* Body Content*/
.business {
	background-color: #f0f0f0;
	padding: 20px 0px;
	margin-top: 120px;
}
.tab-content.text-left h2 {
	font-family: 'prelo_light';
	color: #0083A9;
	font-size: 1.8rem;
}
.tab-content.text-left h5 {
	font-family: 'StoneSans_Bk';
	color: #4D4F53;
	font-size: 1.1rem;
}
.tab-content.text-left p {
	font-family: 'StoneSans_Bk';
	color: #4D4F53;
	font-size: 1rem;
}
/* Capabilities */
.row.secondary-stories {
	margin-top: 30px;
}
.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_slabsemibold';
    color: #e11b22;
    text-transform: uppercase;
    font-size: 1.5rem;
    word-wrap: break-word;
    padding: 0 20px;
}
.sa-module p {
    font-family: 'StoneSans_Bk';
    word-wrap: break-word;
    padding: 0 20px;
}
.links-container {
    position: absolute;
    overflow: hidden;
    width: 90%;
    bottom: 15px;
    z-index: 100;
}
.secondary-positioner {
    opacity: 0;
    cursor: default;
}

.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 {
    transition: all .5s;
    font-family: 'StoneSans_Md';
    background: #0083A9;
    color: #fff;
    width: 100%;
    display: block;
    padding: 15px 0px;
    margin: 0;
}
.sa-module a:hover {
    color: #0083A9;
    background: #d9d9d9;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
.sa-module:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
}
.sa-module.personal-icon:after {
    background: url("../images/personal.png") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.business-icon:after {
    background: url("../images/business.png") center top no-repeat;
    background-size: 94px 108px;
}
.sa-module.malpractice-icon:after {
    background: url("../images/sre.png") center top no-repeat;
    background-size: 94px 108px;
}
@media (hover: none) {
    .sa-module a:hover {
        background: #ddd;
     
    }
    .sa-module p:hover p {
        color: #212529;
    }
    .sa-module:hover > h4,
    .sa-module:hover a {
       

    }
}
/* Solutions */

.accordion-container {
  padding-bottom: 0;
}

.accordion-container #accordion {
  border: 2px solid #0083A9;
  margin-top: 40px;
	margin-bottom: 40px;
}

.accordion-container .header-info {
  margin: auto;
  padding: 40px 0 0 0;
}

.accordion-container .card {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #0083A9;
}

.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;
}

.accordion-container .card .card-header .content-head {
  width: calc(100% - 110px);
  max-width: 800px;
  float: left;
}

.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: #0083A9;
  margin: 0;
}

.solution-templates .accordion-container .card .card-header .plus-icon p, .solution-templates .accordion-container .card .card-header .minus-icon p {
  color: #0083A9;
}

.solution-templates .accordion-container .card .card-header .minus-icon {
  margin-right: -10px;
}

.solution-templates .accordion-container .card .card-header h4 {
  font-family: 'prelo_slabsemibold';
  font-size: 25px;
  color: #0083A9;
  text-transform: capitalize;
}

.solution-templates .accordion-container .card .card-header p {
  font-family: 'StoneSans_Bk';
  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;
  display: flex;
  flex-wrap: wrap;
}

.solution-templates .accordion-container .card .card-body ul li {
  float: left;
  list-style-type: none;
  padding: 0;
  padding-bottom: 10px;
  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-size: 16px;
  color: #000000;
}
.solution-templates .accordion-container .card .card-body ul li a:hover {
  color: #003F72;
  text-decoration: underline;
}

.solution-templates .accordion-container .card .card-body ul li a:focus {
  color: #003F72;
  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: #003F72;
  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;
}


/* Icon Table */
.row.iconlinks {
	text-align: center;
	width: 95%;
	margin: 5px;
	font-family: 'StoneSans_Bk';
}
.brd_bt {
	border-bottom: 1px dotted #003F72;
}
.brd_rt {
	border-right: 1px dotted #003F72;
}
.cell {
    padding: 8px;
}
.cell p {
	margin-top: 12px;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
.brd_bt {
	border-bottom: none;
}
.brd_rt {
	border-right: none;
}
}
/* ASIDE */
.card.card-link.aside {
	margin-bottom: 15px;
	width: 100%;
	margin-left: 0;
}
.card-img-top.nopic {
	display: none;
}
.bluTxt {
	color: #003F72;
}
.midblue {
	background-color: #0c84aa;
	border-radius: 0px;
	border-color: #0c84aa;
	font-family: 'StoneSans_Md';
}
.midblue:hover {
	color: #fff;
	background-color: #e11b22;
	border-color: #4D4F53;
}
.lgrey {
	color: #fff;
	background-color: #94b6ce;
	border-color: #C8CAC9;
	border-radius: 0px;
	font-family: 'StoneSans_Md';
	text-align: left;
}
.lgrey:hover {
	color: #fff;
	background-color: #4D4F53;
	border-radius: 0px;
	border-color: #003F72;
}
.fas.fa-angle-double-right {
	color: #e11b22;
}
.btn.btn-primary.lgrey.btn-block {
	margin-top: 1px;
}
.story-module-type {
	font-family: 'StoneSans_SmBd';
	color: #0083A9;
	margin-bottom: 0.5rem;
	margin-top: 0rem;
	font-size: 0.8rem;
}
.story-module-head {
	font-family: 'prelo_slabsemibold';
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	word-wrap: break-word;
}
.card-footer.artfoot {
	background-color: #fff;
	border-top: none;
	padding: 0px 15px;
}
a.my-btn.red {
	color: #fff;
	bottom: 25px;
}
a.my-btn.blu {
	color: #fff;
	bottom: 25px;
}
.my-btn.red:before {
    border-left-color: #e11b22;
}
.my-btn.red {
	background: #e11b22;
	color: #fff;
	margin-bottom: 15px;
}
.my-btn.blu:before {
    border-left-color: #0083A9;
}
.my-btn.blu {
	background: #0083A9;
	color: #fff;
	margin-bottom: 15px;
}
.nobg {
	background-color: #fbfbfb;
}
.about {
	font-family: 'StoneSans_Bk';
	margin-top: 35px;
	padding-bottom: 35px;
}
/* FOOTER */
footer {
    background: #4d4f53;
    color: #fff;
    overflow: hidden;
    padding: 30px 0 10px;
    background-color: #4d4f53;
    font-family: 'StoneSans_Bk';
}
.logo-footer {
    float: left;
    width: 15%;
}
footer .link {
    padding: 30px 0 10px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: 'StoneSans_Bk';
}
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-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: 75%;
}
.social-links {
    float: left;
    width: 10%;
    text-align: right;
}
a.social {
    color: #fff;
}
a.social:hover {
    color: #f2f2f2;
}
a.disclaimer {
    color: #4D4F53;
}
a.disclaimer:hover {
    color: #000;
}
.fsp {
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 10px;
}
@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;
    }
}
/* ARTICLES */
.articles {
	margin-top: 50px;
	background-color: #f0f0f0;
	padding: 10px 0px 40px 0px;
}
.container.maincon.presshead {
	max-width: 500px;
}
.col-lg-4.d-flex.insightcard {
	margin-bottom: 30px;
}
.insights {
	text-align: center;
	padding-top: 10px;
}
.insights h2 {
	color: #0083A9;
	font-family: 'prelo_light';
	font-size: 2.5em;
}
.insights p {
	font-size: 1.1rem;
	font-family: 'StoneSans_Bk';
	color: #4d4f53;
}
.story-detail-intro {
	display: block;
	background-color: #fbfbfb;
	padding: 10px 40px;
	margin: -40px 40px 00px 40px;
	position: relative;
}
.story-detail-head {
	font-family: 'prelo_slabsemibold';
	font-size: 2rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	color: #4A4A4A;
}
.story-detail-type {
	font-family: 'StoneSans_SmBd';
	color: #003F72;
	margin-bottom: 0.1rem;
	margin-top: 1rem;
	font-size: 1rem;
	text-transform: uppercase;
}
.story-detail-detail {
	margin-bottom: 40px;
	margin-top: 50px;
	border-bottom: 1px solid #4d4f53;
}
.shareart {
	float: right;
	margin-bottom: 10px;
}
/* ABOUT */
.aboutaon h2 {
	color: #0083A9;
	font-family: 'prelo_light';
	font-size: 2.5em;
}
.aboutaon h3 {
	color: #4D4F53;
	font-family: 'prelo_light';
	font-size: 2.2em;
}
.aboutaon p {
	font-family: 'prelo_light';
	font-size: 1.1em;
}
.profpic {
	padding: 20px 0px;
}
.col-md-2.profcen {
	text-align: center;
}
.profname {
	color: #F0AB00;
	font-size: 1.1rem;
	font-family: 'prelo_slabsemibold';
}
.proftitle {
	font-family: 'prelo_light';
}
.redtxt {
	color: #003F72;
}
.card.subaccord {
	border-radius: 0px;
	margin-top: 10px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
}
.card-header.subaccordhead {
	padding: 5px 15px;
	border-bottom: 1px solid #003F72;
}
.btn.btn-link.accordtitle {
	color: #F0AB00;
	font-family: 'prelo_slabsemibold';
	font-size: 1.1em;
}
.staticimagealt {
	margin-top: 140px;
	margin-bottom: 30px;
	box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}
.img-fluid.float-right.abouthex {
	max-width: 200px;
	padding: 15px;
	margin-left: 15px;
}

a.conemail {
	color: #0083A9;
	font-size: 1.3rem;
}
a.contel {
	color: #003F72;
	font-size: 1.4rem;
	font-family: 'prelo_medium';
}
.contact-module-head {
	font-family: 'prelo_slabsemibold';
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	word-wrap: break-word;
}
.contactdet h2 {
	color: #0083A9;
	font-family: 'prelo_light';
	font-size: 2.5em;
}
.contactdet p {
	font-size: 1.3rem;
	font-family: 'StoneSans_Bk';
	color: #4d4f53;
}
.contactdet {
	text-align: center;
	padding-top: 10px;
}




.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.hidden {
	display: none !important;
}
.quoteHead {
	font-family: 'prelo_medium';
	font-size: 2rem;	
}

.modalqt {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content-quote {
  background-color: #fefefe;
  margin: 1% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
 max-width: 400px;
}

.closeqt {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeqt:hover,
.closeqt:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
.form-group {
	margin-bottom: .4rem;
}
label {
	margin-bottom: .2rem;
}
.formhead {
	font-family: 'prelo_slabsemibold';
	font-size: 20px;
	color: #e11b22;
	display: block;
}
.dwnlfrm {
	font-family: 'prelo_slabsemibold';
	display: block;
	margin: 20px 0px 4px 0px;
	font-size: 17px;
	color: #0c84aa;
}
.cleardwnl {
	padding-bottom: 40px;
}
.proplist {
	text-align: left;
	padding-left: 18px;
}
.parahead {
	font-family: 'prelo_medium';
    font-size: 17px;
	color: #e11b22;
	display: block;
    margin-bottom: 6px;
}
.qtform {
	background-color: #003F72;
	padding: 30px 60px;
    margin: 0px auto 25px;
}
.srebanner {
	background-image: url('../images/banner_home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
 
}
.bannerlink {
	padding: 160px 0px 60px 0px;
}
.col-md-5.banlink {
	padding: 10px 50px 10px 0px;
	margin-left: 30px;
}
.subbut {
	margin-right: 50px;
}

.sa-module .links-container{width:100%}

/*fix for news butten/arrow issue*/

.my-btn.red:before {
  margin-right:0.3rem;
}

.root-sre .btn.banner-request-a-quote {
    display: block;
    padding: .5rem 1rem;
    border-radius: 0;
    font-family: 'prelo_medium';
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    background-color: #0C84AA;
    padding-top: 1px;
    padding-bottom: 1px;
} 
.root-sre .btn.banner-request-a-quote:hover{
    color: #f2f2f2;
} 

.prelo-light{font-family: 'prelo_light';}
.prelo-bold{font-family: 'prelo_slabsemibold'}
.prelo{font-family: 'prelo_medium';}

.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;
}
.alias-popUpForm  .btn.primary {
    background-color: #0C84AA;
    color: white;
    border-radius: 0px;
}

.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;
}
.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");
}