/*Client CSS Code Here*/
@font-face {
  font-family: 'Gilroy-ExtraBold';  
  src: url('/talkdesk/media/talkdesk/fonts/Gilroy-ExtraBold.woff')
      format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Regular';  
  src: url('/talkdesk/media/talkdesk/fonts/Inter-Regular.woff')
      format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu Medium';
  src: url('/ageasflexben/media/default/fonts/Ubuntu-Medium.otf') format('opentype');
}
/* Animation effect */
@-webkit-keyframes shadow-pulse {
  0% { box-shadow: 0 0 0 0px rgba(84,5,189, 0.5); }
  100% { box-shadow: 0 0 0 10px rgba(84,5,189, 0); }
}
@keyframes shadow-pulse {
  0% { box-shadow: 0 0 0 0px rgba(84,5,189, 0.5); }
  100% { box-shadow: 0 0 0 10px rgba(84,5,189, 0); }
}


span.label, label {
  text-transform: none;
}
* {
  min-height: 0;
  min-width: 0;
}
.bootstrap-iso h1 {
  margin: 0;
}
.bootstrap-iso h1, .bootstrap-iso h2, .bootstrap-iso h3, .bootstrap-iso h4, .bootstrap-iso h5, .bootstrap-iso h6, .bootstrap-iso .h1, .bootstrap-iso .h2, .bootstrap-iso .h3, .bootstrap-iso .h4, .bootstrap-iso .h5, .bootstrap-iso .h6 {
  font-family: Gilroy-ExtraBold;
}
.bootstrap-iso {
  font-family: Inter-Regular; 
}
.bootstrap-iso .btn-primary, .bootstrap-iso .btn-danger, .bootstrap-iso .btn-info, .bootstrap-iso .btn-default, .bootstrap-iso .btn-warning, .bootstrap-iso .btn-success, .bootstrap-iso .btn-popup {
  text-transform: none;
}
.bootstrap-iso .btn-primary, .bootstrap-iso .btn-danger, .bootstrap-iso .btn-info, .bootstrap-iso .btn-warning, .bootstrap-iso .btn-success, .bootstrap-iso .btn-popup {
  background-color: #5405BD;
  border-color: #5405BD;
  border-radius: 5px;
}
.bootstrap-iso .btn-default {
  background-color: #5405BD;
  border-color: transparent;
}
.bootstrap-iso .btn-default, 
.bootstrap-iso .open>.dropdown-toggle.btn-default{
  background-color: #5405BD;
  border-color: transparent;
  color: #fff;
  font-weight: bold;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:active, 
.bootstrap-iso .btn-default.active,
.bootstrap-iso .btn-default:focus, 
.bootstrap-iso .btn-default.focus {
  background-color: #5405BD;
  color: #fff;
}
.bootstrap-iso .btn-default:focus, 
.bootstrap-iso .btn-default.focus {
  color: #fff;
  border-color: transparent;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success:active:focus {
  background-color: #5405BD;
  font-weight: bold;
  border-color: #5405BD;
  border-radius: 5px;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:active, 
.bootstrap-iso .btn-primary.active, 
.bootstrap-iso .open>.dropdown-toggle.btn-primary {
  background-color: #5405BD;
  font-weight: bold;
  border-color: #5405BD;
  border-radius: 5px;
}
.bootstrap-iso .btn-info:hover {
  background-color: #5405BD;
  border-color: #5405BD;
}
.bootstrap-iso .btn-info:active, 
.bootstrap-iso .btn-info.active, 
.bootstrap-iso .open>.dropdown-toggle.btn-info {
  background-color: #5405BD;
  border-color: #5405BD;
}
.bootstrap-iso .btn-info:active:hover, 
.bootstrap-iso .btn-info.active:hover,
.bootstrap-iso .open>.dropdown-toggle.btn-info:hover, 
.bootstrap-iso .btn-info:active:focus, 
.bootstrap-iso .btn-info.active:focus, 
.bootstrap-iso .open>.dropdown-toggle.btn-info:focus, 
.bootstrap-iso .btn-info:active.focus, 
.bootstrap-iso .btn-info.active.focus, 
.bootstrap-iso .open>.dropdown-toggle.btn-info.focus {
  background-color: #5405BD;
  border-color: #5405BD;
}
.bootstrap-iso .alert.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* FONT FILES FOR CLIENT DEFINED BELOW */

/* LOGIN PAGE */
.isLoginPage {
  display: none;
}
.sso {
  position: fixed;
  width: 50%;
  top: 25%;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background-color: rgba(192, 192, 192, .9);
  color: #5405BD;
  padding: 15px;
  border-radius: 15px;
}
.login-module-zone .sso .btnfirst.btn-default {
  border-radius: 5px;
}
.online-two-iso.login body {
  background-image: url(/talkdesk/media/talkdesk/images/login/Talkdesk_Login-page2.jpg);
  background-size: cover;
  background-position: center;
}
.online-two-iso.login .LoginPageContainer #main {
  margin-top: 2%;
  margin-right: 16%;
}
.online-two-iso.login .LoginPageContainer .input-group.username #uname-addon,
.online-two-iso.login .LoginPageContainer .input-group.password #pwd-addon{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.online-two-iso.login .LoginPageContainer .input-group.username #username,
.online-two-iso.login .LoginPageContainer .input-group.password #password{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.online-two-iso.login .LoginPageContainer .input-group.username #uname-addon, 
.online-two-iso.login .LoginPageContainer .input-group.password #pwd-addon {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.online-two-iso.login .LoginPageContainer .input-group.username #username,
.online-two-iso.login .LoginPageContainer .input-group.password #password {
  border: 1px solid #fff;
  color: #000;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0.075);
}
.LoginPageContainer .panel.panel-default {
  -webkit-box-shadow: 0 0px 0px transparent; 
  box-shadow: 0 0px 0px transparent;
}
#login-assistance .header-overlay A.close {
  padding: 5px 30px 25px 0;
}
.online-two-iso.login .LoginPageContainer .btn.btn-primary#login {
  color: #994FFA;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  outline: none;
}
.online-two-iso .steps-container {
  background-color: #fff;
}
.online-two-iso.login .LoginPageContainer .btn.btn-primary#login:hover,
.online-two-iso.login .LoginPageContainer .btn.btn-primary#login:active {
  color: #994FFA;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.online-two-iso.login .LoginPageContainer span#errMsg {
  color: #fff;
}
.online-two-iso.login .LoginPageContainer .additional-services {
  color: #F3F5F6;
}
.online-two-iso.login .LoginPageContainer #terminator {
  height: 85%;
}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
  background-color: transparent;
}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module  h2.module-title {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-title, 
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-text {
  color: #18CCBD;
}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules #login-module-need-assistance.module .module-title,
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules #login-module-need-assistance.module .module-text{
  float: right;
} 
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules #login-module-registration.module .module-title,
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules #login-module-registration.module .module-text {
  margin-left: 50px;
  float: left;
}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-text a#contactDetails {
  color: #fff;
}
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button .button-style, 
.online-two-iso A.button-style {
  background-color: #000000;
}
/* Datepicker */
.datepicker-container .uib-datepicker .btn {
  background-color: #F3F5F6;
}
.datepicker-container .uib-datepicker .btn:hover{
  color: #333;
}
.datepicker-container .button-date-picker {
  background-color: #5405BD !important;
  border: 1px solid transparent !important;
  border-color: #5405BD !important;
}
.uib-datepicker-popup .btn-sm.btn-info {
  background-color: #5405BD;
}
.uib-datepicker-popup .text-info {
  color: #333;
}
.uib-datepicker-popup .btn-sm.btn-info,
.uib-datepicker-popup .btn-sm.btn-info:hover {
  background-color: #994FFA !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: #994FFA;
}
.uib-datepicker-popup .uib-day.text-center .btn-sm.btn-info, 
.uib-datepicker-popup .uib-day.text-center .btn-sm.btn-info:hover,
.uib-datepicker-popup .uib-month.text-center .btn-sm.btn-info, 
.uib-datepicker-popup .uib-month.text-center .btn-sm.btn-info:hover,
.uib-datepicker-popup .uib-year.text-center .btn-sm.btn-info, 
.uib-datepicker-popup .uib-year.text-center .btn-sm.btn-info:hover {
  background-color: #18CCBD;
  border-radius: 0px;
}
.uib-datepicker-popup .uib-day.text-center .btn-sm.btn-info.active, 
.uib-datepicker-popup .uib-day.text-center .btn-sm.btn-info.active:hover,
.uib-datepicker-popup .uib-month.text-center .btn-sm.btn-info.active, 
.uib-datepicker-popup .uib-month.text-center .btn-sm.btn-info.active:hover,
.uib-datepicker-popup .uib-year.text-center .btn-sm.btn-info.active, 
.uib-datepicker-popup .uib-year.text-center .btn-sm.btn-info.active:hover {
  background-color: #18CCBD !important;
  border-radius: 0px;
  border-color: #18CCBD;
  color: #fff;
}
.uib-datepicker-popup .btn-sm.btn-danger,
.uib-datepicker-popup .btn-sm.btn-danger:hover {
  background-color: #FF0000 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-color: #FF0000;
}
.uib-datepicker-popup .btn-sm.btn-success,
.uib-datepicker-popup .btn-sm.btn-success:hover {
  background-color: #5405BD !important;
  border-radius: 5px;
  font-weight: normal;
}
.uib-datepicker-popup .btn-success {
  width: auto !important;
}


/* PROFILE */
html#profile body#profile .profile #profile-online-2 span.label, 
html#profile body#profile .profile #profile-online-2 label:not(.ui-button) {
  text-transform: none;
}
.online-two-iso P.sectionTitledimmed:focus, 
.online-two-iso P.sectionTitledimmed:hover, 
.online-two-iso P.sectionTitledimmedLeft:focus, 
.online-two-iso P.sectionTitledimmedLeft:hover, 
.online-two-iso P.sectionTitle {
  color: #5405BD;
}
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A {
  color: #5405BD;
}
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.sel A {
  color: #5405BD;
  border-bottom: solid .5em #5405BD;
}
.online-two-iso .validation-caption {
  color: #000000;
}
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green, 
.online-two-iso A.button-style.green {
  background-color: #5405BD;
  border-radius: 5px;
}
/*html#profile body#profile .profile #profile-online-2 #payrollTab .content-box-border .space-bar, 
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs .preference {
display: none;
}*/
html#profile body#profile .profile #profile-online-2 #payrollTab .content-box-border .space-bar, 
/*html#profile body#profile .profile #profile-online-2 #payrollTab .content-box-border p:nth-child(2),*/
html#profile body#profile .profile #profile-online-2 #payrollTab .content-box-border p:nth-child(4),
html#profile body#profile .profile #profile-online-2 #payrollTab .content-box-border p.sectionTitle:nth-child(2),
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs .preference {
  display: none !important;
}
html#profile body#profile .profile #profile-online-2 #dependantsTab P.full-name,
html#profile body#profile .profile #profile-online-2 #beneficiariesTab P.full-name {
  color: #000000;
}
html#profile body#profile .profile #profile-online-2 #profilecontainer #contactTab .content-box-border .sectionTitle:first-child:not(:last-child),
html#profile body#profile .profile #profile-online-2 #profilecontainer #contactTab .content-box-border hr.space-bar {
  display: none;
}
.addDepBttnContainer {
  display: none;
}

/* HOME PAGE */
html {
  background-image: none;
}
#main {
  margin-bottom:60px;
}
.bootstrap-iso a {
  color: #5405BD;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus, 
.bootstrap-iso .btn-warning.focus,
.bootstrap-iso .btn-warning:active, 
.bootstrap-iso .btn-warning.active, 
.bootstrap-iso .open>.dropdown-toggle.btn-warning,
.bootstrap-iso .btn-warning:active:hover, 
.bootstrap-iso .btn-warning.active:hover, 
.bootstrap-iso .open>.dropdown-toggle.btn-warning:hover, 
.bootstrap-iso .btn-warning:active:focus, 
.bootstrap-iso .btn-warning.active:focus, 
.bootstrap-iso .open>.dropdown-toggle.btn-warning:focus, 
.bootstrap-iso .btn-warning:active.focus, 
.bootstrap-iso .btn-warning.active.focus, 
.bootstrap-iso .open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #5405BD;
  border-color: #5405BD;
}
#containerGlobal #header #logo {
  background-image: url(/talkdesk/media/talkdesk/images/logo/Branding-perks-benefits%20APP_branding-for-discounts-app-header-white-1280x120.png);
  background-repeat: no-repeat;
  background-color: transparent;
  outline: none;
  background-size: 100%;
  width: 680px;
  height: 65px;
}
#containerGlobal.LoginPageContainer #header #logo {
  background-image: url(/talkdesk/media/talkdesk/images/logo/talkdesk-logo-2021-white-rgb@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 250px;
  margin: 5px 0 0 15px;
}
#containerGlobal #login-modules-container #login-module-registration .module-text {
  background-image: url();
  background-position: left;
  background-repeat: no-repeat;
  height: 100px;
  width: 520px;
  margin: 0 0 0 25px;
}
.isLoginPageWrapper .panel-body:before {
  content: "Welcome to Flex";
  font-size: 45px;
  font-weight: bold;
  color:#fff;
}
#header .help-ico a, #header .help-ico a:focus, #header .help-ico a:hover {
  color: #fff;
}
#assistanceItems #webChatStatus, #assistanceItems .search {
  display: none !important;
}
.help-ico A {
  background-color: #5405BD; 
  border: 1px solid #5405BD;
}
#links LI:first-child select#ddlLanguage {
  text-transform: none;
}
#user-div .fa {
  color: #5405BD;
}
#menu-no-dashboard li a, #menu li a, #menu-sub li a {
  text-transform: none;
}
.online-two-iso .theme-2 #languageBox {
  display: none;
}
/*#home-module-welcome .welcome-items, .home-module-integrated .welcome-items {
display: none;
}*/
.online-two-iso #terminator #header.header-fullwidth {
  background-color: #fff;
}
#home-module-welcome #slider .sliderContainer .slide-content, .home-module-integrated #slider .sliderContainer .slide-content {
  background-color: transparent;
  margin: 0rem;
}
.online-two-iso #menu-no-dashboard li a, .online-two-iso #menu-no-dashboard li a.selected {
  color: #994FFA;
}
.online-two-iso #menu-no-dashboard li a#menu0, .online-two-iso #menu-no-dashboard li a#menu0.selected {
  color: #994FFA;
}
#home-online-three .dashboard-controls {
  margin: 0px;
}
#home-online-three .dashboard-controls #greeting-message {
  color: #5405BD;
  padding-left: 10px;
}
#home-online-three .dashboard-controls .sensitive-data-toggle .caption {
  color: #000;
}
#home-module-welcome .welcome-items, .home-module-integrated .welcome-items {
  display: none;
}
.online-two-iso input:checked+.slider {
  background-color: #5405BD;
}

/*#home-module-welcome .jssora106 .a, .home-module-integrated .jssora106 .a {
stroke: #5405BD;
}*/
#home-module-welcome .jssora106 .c, .home-module-integrated .jssora106 .c {
  opacity: unset;
}
#home-module-welcome .arrowleft, .home-module-integrated .arrowleft,
#home-module-welcome .arrowleft, .home-module-integrated .arrowright {
  top: 60%;
}
#home-modules-mobile .arrowleft, 
#home-modules-mobile .arrowright {
  display: none;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  padding: 0.1rem;
  background-color: transparent;
  min-height: 300px
}
#home-module-welcome #slider .sliderContainer .slide-content .btn-default, 
.home-module-integrated #slider .sliderContainer .slide-content .btn-default {
  background-color: #5405BD;
  color: #fff;
  border-color: #5405BD;
  border-radius: 10px
}
#home-module-welcome #slider .sliderContainer .slide-content .btn-default:hover, 
.home-module-integrated #slider .sliderContainer .slide-content .btn-default:hover {
  background-color: #5405BD;
  border-color: #5405BD;
}
#home-module-welcome #slider .thumb, .home-module-integrated #slider .thumb {
  background-color: #fff;
  height: 120px;
}
#home-module-welcome #slider .thumb .rect, .home-module-integrated #slider .thumb .rect {
  width: 222.75px;
  height: 110px;
  border-radius: 5px;
}
#home-module-welcome .jssort101 .p, .home-module-integrated .jssort101 .p {
  background: transparent;
}
#home-online-three #right-side .module-content-header-container .online-three-module-popover-control, 
#home-online-three #home-integrated .module-content-header-container .online-three-module-popover-control {
  display: none;
}

#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content {
  border: none;
  border-radius: 15px;
}
#home-online-three #right-side .module-content-header-container h3.module-content-header, 
#home-online-three #home-integrated .module-content-header-container h3.module-content-header {
  font-size: 2.1rem;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #enrolment.module-content .module-content-header-container h3.module-content-header, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .module-content-header-container h3.module-content-header,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .module-content-header-container h3.module-content-header, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .module-content-header-container h3.module-content-header,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .module-content-header-container h3.module-content-header, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .module-content-header-container h3.module-content-header {
  font-size: 2.1rem;
  color: #fff;
  width: 100%;
  text-align: center;
}
#home-modules-mobile .module-content .module-content-header-container h3.module-content-header {
  color: #000000 !important;
}
#home-online-three #right-side .benefitoverview.module-content, 
#home-online-three #home-integrated .benefitoverview.module-content,
#home-online-three #right-side .deals-galore.module-content, 
#home-online-three #home-integrated .deals-galore.module-content,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #trs.module-content, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #trs.module-content {
  background-color: #F3F5F6;
  border-color: #F3F5F6;
  color: #000;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #enrolment.module-content, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content {
  background-color: #5405BD;
  border-color: #5405BD;
  color: #fff;
} 
#home-online-three #right-side .benefit_statement.module-content, 
#home-online-three #home-integrated .benefit_statement.module-content,
#home-online-three #right-side #manage-claims.module-content, 
#home-online-three #home-integrated #manage-claims.module-content {
  background-color: #994FFA;
  border-color: #994FFA;
  color: #fff;
}
#home-online-three #right-side #make-a-claim.module-content, 
#home-online-three #home-integrated #make-a-claim.module-content,
#home-modules-mobile #make-a-claim.module-content {
  background-color: #fff;
  border: 1px solid #5405BD;
  color: #000;
}
#home-online-three #right-side .module-content.media, 
#home-online-three #home-integrated .module-content.media {
  background-color: #fff;
  border: 1px solid #994FFA !important;
  color: #000;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light {
  margin-bottom: 4em;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content .module-copy .generic-buttons, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .module-copy .generic-buttons, 
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #manage-claims .manage-claims-buttons, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #manage-claims .manage-claims-buttons, 
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #make-a-claim .make-a-claim-buttons, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #make-a-claim .make-a-claim-buttons, 
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .home-module-enrolment-content .event-content, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .home-module-enrolment-content .event-content, 
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .benefit-statement-buttons, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .benefit-statement-buttons {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
  border-radius: 5px;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager {
  bottom: 4.5em;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefitoverview.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefitoverview.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefitoverview.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefitoverview.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefitoverview.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefitoverview.module-content .btn.btn-default:active:focus,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .deals-galore.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .deals-galore.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .deals-galore.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .deals-galore.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .deals-galore.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .deals-galore.module-content .btn.btn-default:active:focus,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .btn.btn-default:active:focus,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #trs.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #trs.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #trs.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #trs.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #trs.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #trs.module-content .btn.btn-default:active:focus {
  background-color: #5405BD;
  border-color: #5405BD;
  color: #fff;
  border-radius: 5px;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #enrolment.module-content .btn.btn-default:active:focus,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .benefit_statement.module-content .btn.btn-default:active:focus,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .btn.btn-default, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .btn.btn-default,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .btn.btn-default:hover, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .btn.btn-default:hover,
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .btn.btn-default:active:focus, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .btn.btn-default:active:focus {
  background-color: #fff;
  border-color: #fff;
  color: #994FFA;
  border-radius: 5px;
}

#home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content .home-module-enrolment-content .event-summary, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .home-module-enrolment-content .event-summary {
  margin-top: 10%;
}
#home-online-three #right-side h3.heading-text, #home-online-three #home-integrated h3.heading-text {
  font-size: 1rem;
} 
#home-online-three #right-side .modules-mobile .module-mobile .module-panel .manage-claims-buttons button.btn.btn-default,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .manage-claims-buttons button.btn.btn-default {
  width: 100%;
  background-color: #5405BD;
  border: 1px solid transparent;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0 10px 0;
  min-width: 200px;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

#home-online-three #right-side .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default, 
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default {
  background-color: #5405BD;
}

#home-online-three #right-side .module-content .home-module-manage-claims-content .tbs-module-pager .tbs-pager-content,
#home-online-three #home-integrated .module-content .home-module-manage-claims-content .tbs-module-pager .tbs-pager-content {
  font-size: 16px;
  text-align: left;
}
#home-online-three #right-side .module-content .home-module-manage-claims-content .tbs-module-pager .tbs-pager-content .title,
#home-online-three #home-integrated .module-content .home-module-manage-claims-content .tbs-module-pager .tbs-pager-content .title {
  font-size: 16px !important;
  text-align: left;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .make-a-claim-information, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .make-a-claim-information {
  margin-top: 20px;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .tbs-module-pager .tbs-pager button:after, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #make-a-claim.module-content .tbs-module-pager .tbs-pager button:after {
  color: #fff;
}
#home-online-three #right-side .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .tbs-module-pager .tbs-pager button:after, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #manage-claims.module-content .tbs-module-pager .tbs-pager button:after {
  color: #5405BD;
}

#receiptDetail:after {content: " IMPORTANT: In case you're using this invoice to claim more than one nature of expense, in the field 'What is the invoice amount?' please consider only the amount of the invoice related with the nature of the expense you're claiming. You'll need to create another form, using the same invoice, to claim the remaining amount of the 2nd nature." !important; margin-left: 5px;
}
#home-online-three #right-side #benefit-statement .highcharts-root .highcharts-background,
#home-online-three #home-integrated #benefit-statement .highcharts-root .highcharts-background{
  fill: transparent;
}
#home-online-three #right-side #benefit-statement .highcharts-label.highcharts-data-label tspan {
  font-size: 12px;
} 
#event-inactive #makeCurrentChangesLabel {
  font-size: 1rem;
}
#home-online-three #right-side .content-text, #home-online-three #home-integrated .content-text {
  text-align: center;
}
#highchart-home-module-trs-7.chart-type-1 {
  margin-top: -70px;
}
#highchart-home-module-trs-7 .highcharts-root .highcharts-background {
  fill: transparent;
}

#home-online-three #right-side .modules-right-side.grid-container, #home-online-three #home-integrated .modules-right-side.grid-container {
  grid-template-columns: repeat(6,1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #fff;
  grid-template-areas:
    "module-1 module-1 module-2 module-3 module-4 module-5"
    "module-6 module-6 module-7 module-8 module-8 module-9";
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-0 {
  -ms-grid-column:1;
  -ms-grid-column-span:2;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-1 {
  -ms-grid-column:3;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-2 {
  -ms-grid-column:4;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-3 {
  -ms-grid-column:5;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-4 {
  -ms-grid-column:6;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-5 {
  -ms-grid-column:1;
  -ms-grid-column-span:2;
  -ms-grid-row:2;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-6 {
  -ms-grid-column:3;
  -ms-grid-column-span:1;
  -ms-grid-row:2;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-7 {
  -ms-grid-column:4;
  -ms-grid-column-span:2;
  -ms-grid-row:2;
  -ms-grid-row-span:1;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-8 {
  -ms-grid-column:6;
  -ms-grid-column-span:1;
  -ms-grid-row:2;
  -ms-grid-row-span:1;
}
#home-online-three .carousel-show {
  display: none;
}

/* FOOTER */
#footer {
  position: fixed;
  height: 50px;
  background-color: #f0f0f0;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#footer, #footer-sub {
  padding: 0px;
}
#footer a {
  display: inline;
  text-transform: none !important;
  color: #333 !important;
}
#footer span {
  display: inline-block;
  margin: 8px 0;
  font-size: 12px;
  line-height: 18px;
}
#left-footer {
  width: 50%;
  float: left;
}
#left-footer div {
  font-size: 12px;
  line-height: 18px;
  padding: 0px 0 0 17px !important;
  color: #333;
  margin: 8px 0;
}
#right-footer {
  width: 50%;
  float: right;
}
#right-footer .powered-by-aon {
  font-size: 12px;
  line-height: 18px;
  padding: 0 17px 0 17px !important;
  color: #333;
  font-weight: bold;
}

/* Benefit Overview */
#benefit-overview .overview-component .clear-filter:hover {
  background-color: #5405BD;
}
#benefit-overview .benefit-overview-title H1 {
  color: #5405BD
}
#benefit-overview H3.summaryTitle {
  color: #5405BD;
}
#BenefitNameFilter {
  background-color: transparent;
  border-color: #ccc;
}
#benefit-overview #overviewAccordion .panel-body {
  background-color: #fff;
}
#benefit-overview .benefitIntroSummary {
  background-color: #fff;
}
#benefit-overview #overviewAccordion .panel-default>.panel-heading {
  background-color: #5405BD;
}
#benefit-overview .panel-group .panel,
#benefit-overview .panel-heading {
  border-radius: 0px;
}
#benefit-overview .know-more-link {
  border-radius: 15px;
}
#benefit-overview .modal .modal-content .info-text p {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: justify;
}
#benefit-overview .modal .modal-content .info-text li {
  text-align: justify;
}
.faq-answer {
  margin-bottom: 12px;
}
/* Childcare Tickets */
#benefit-overview .summaryImage .BenefitImage_b42e7fbd-3366-4c6a-8c6e-88d6bea419d2 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-14.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* School Tickets */
#benefit-overview .summaryImage .BenefitImage_779d75a6-2568-4295-8f53-4681207b4614 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-13.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Tuition */
#benefit-overview .summaryImage .BenefitImage_tuition {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-27.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Training */
#benefit-overview .summaryImage .BenefitImage_training {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-33.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Fuel Card */
#benefit-overview .summaryImage .BenefitImage_eeafb7b2-2526-4388-a8eb-84ed001f72b7 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-19.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Bike 2 work */
#benefit-overview .summaryImage .BenefitImage_bike_2_work {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-2.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Via Verde */
#benefit-overview .summaryImage .BenefitImage_2c65720d-edbe-4c68-88f3-450666211612 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Company Care */
#benefit-overview .summaryImage .BenefitImage_c26b2960-2d0c-4bbd-aac8-d072daf98132 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-10.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Fuel Ticket */
#benefit-overview .summaryImage .BenefitImage_3f76f31c-f624-498d-bb2e-51ff2d8fe9ba {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-20.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Public transportation */
#benefit-overview .summaryImage .BenefitImage_public_transportation {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-5.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Mileage */
#benefit-overview .summaryImage .BenefitImage_mileage {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-28.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Health Ticket */
#benefit-overview .summaryImage .BenefitImage_d387fb7a-ce09-4fdd-8687-515c5fcbb168 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-15.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Urbans Sports Club */
#benefit-overview .summaryImage .BenefitImage_b0a96a77-fb44-4376-9120-ade33ad6ab3b {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-21.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Fitness Hut */
#benefit-overview .summaryImage .BenefitImage_0ec11a48-6e33-4f8c-88f9-4161f84ed349 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-21.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Holmes Place */
#benefit-overview .summaryImage .BenefitImage_7634b846-db71-46b7-a8cf-4ec35b35d2c2 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-21.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Family Health */
#benefit-overview .summaryImage .BenefitImage_414bffd0-820f-4b69-827f-ad533619dfcf {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-29.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Social expenses */
#benefit-overview .summaryImage .BenefitImage_socialexpenses {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-31.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Vacation Camps */
#benefit-overview .summaryImage .BenefitImage_vacation_camps {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-3.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* PPR */
#benefit-overview .summaryImage .BenefitImage_2a1ae2d0-f686-4aa2-80c3-c522192080c1 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-9.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Capitalization Life Insurance */
#benefit-overview .summaryImage .BenefitImage_493f7712-a2d1-4f99-8739-63c5e83f9b6a {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-22.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Pension Fund */
#benefit-overview .summaryImage .BenefitImage_578ef833-033e-4be3-ae39-cd672d94c58e {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-1.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Extra time off */
#benefit-overview .summaryImage .BenefitImage_e89f77a3-0b9f-4ff9-a386-0c7c80121bb7 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-25.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Coworking spaces */
#benefit-overview .summaryImage .BenefitImage_coworking_spaces {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-11.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Travel */
#benefit-overview .summaryImage .BenefitImage_travel {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-30.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Meals expenses */
#benefit-overview .summaryImage .BenefitImage_meals_expenses {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-6.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Technology */
#benefit-overview .summaryImage .BenefitImage_technology {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-32.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Technical magazines */
#benefit-overview .summaryImage .BenefitImage_technical_magazines {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-26.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Office Furniture */
#benefit-overview .summaryImage .BenefitImage_office_furniture {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-4.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* NOS */
#benefit-overview .summaryImage .BenefitImage_26b7dbdf-d3d9-4631-b309-77882de834bd {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-16.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Vodafone */
#benefit-overview .summaryImage .BenefitImage_e9964f2a-3632-4365-aa05-55052038f1b1 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-16.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* MEO */
#benefit-overview .summaryImage .BenefitImage_b63c41d4-fb62-43f6-80c2-c2e93f0e8c2e {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-16.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Apple */
#benefit-overview .summaryImage .BenefitImage_4b9dae9e-98a0-4a15-8c4e-97d90b141662 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-24.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* DÁ Card (New Cards) */
#benefit-overview .summaryImage .BenefitImage_9cc0f66e-b85c-49c0-99c3-fec5fae10739 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-23.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Dá Card (Recharge) */
#benefit-overview .summaryImage .BenefitImage_2ec8bf85-4dd5-422c-90f9-52a939b1f4d2 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-23.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Prize Card */
#benefit-overview .summaryImage .BenefitImage_81f37512-51f8-4711-9c4a-aee05179781a {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-12.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Prize Card (Recharge) */
#benefit-overview .summaryImage .BenefitImage_1a26b7ae-0d73-4cad-a3d2-fe2dc89ef8c1 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-12.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Gift Card */
#benefit-overview .summaryImage .BenefitImage_5ba1a3e3-71e7-4101-988c-2e1f8865174f {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-17.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Health Insurance Top-ups */
#benefit-overview .summaryImage .BenefitImage_6052ff85-728f-4d83-9b09-2e0ec112bda2 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-29.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Senior Health Plan */
#benefit-overview .summaryImage .BenefitImage_a27edeb7-22b1-474a-905b-911c464da071 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-29.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Dental Sol */
#benefit-overview .summaryImage .BenefitImage_c71223fe-1365-467b-a937-6a39117e7815 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-29.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Donations */
#benefit-overview .summaryImage .BenefitImage_a0f04eda-f345-43d6-87da-3245663de701 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-9.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/* Talkdesk Materials */
#benefit-overview .summaryImage .BenefitImage_Lb69e0d4a-1f71-42ae-a787-a66d1cc0f010 {
  background: url(/talkdesk/media/talkdesk/images/benefits/280x168/Talkdesk_Icons-34.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

/* BENEFIT MATRIX */
#matrix #matrix #header #logo {
  background-image: url();
  background-repeat: no-repeat;
  background-color: transparent;
  outline: none;
  background-size: 75%;
}
#matrix #terminator #header.header-fullwidth {
  background-color: #5405BD;
}
#matrix #matrix #user-div .fa {
  color: #fff;
}
#matrix #matrix #header .help-ico a, 
#matrix #matrix #header .help-ico a:focus,
#matrix #matrix #header .help-ico a:hover {
  color: #5405BD;
}
#matrix #matrix .help-ico A {
  background-color: #fff;
}
.online-two-iso .modal-normal .tab-selector-link.inactive, 
.online-two-iso .modal-large .tab-selector-link.inactive {
  color: #5405BD;
}
.online-two-iso .modal-normal a.tab-selector-link:hover, 
.online-two-iso .modal-normal .tab-selector-link.active {
  color: #5405BD;
  border-bottom: solid .5em #5405BD;
}
.modellersModalHeader {
  padding-left: 0px;
}
h3.modellersModalHeader {
  color: #5405BD;
}
.modeller-container .modeller-detail-table.table .row-caption {
  padding-left: 24px!important;
}
/* NOTE: {.modal-normal ul.modeller-links} display has been switched back on to show FSA Widget */

/* FSA Statement Tab - Initial Balance Row */
.bootstrap-iso .table.modeller-detail-table[ng-if="vm.GetEmployeeFSABalanceSuccess"] tr:first-of-type{
  font-weight: bold;
  background-color: #5405BD;
  color: #fff;
}

/* Both Tabs - Line Group / Category Row */
.modeller-container .row-header {
  color: #5405BD;
  background-color: #F3F5F6;
}

/* FSA Statement Tab - Available Balance Row */
.bootstrap-iso .table.modeller-detail-table[ng-if="vm.GetEmployeeFSABalanceSuccess"] tr.fsa-availablebalance{
  font-weight: bold;
  display: table-row;
  background-color: #5405BD;
  color: #fff;
}
.modal-normal ul.modeller-links {
  width: 100%;
  padding: 0 20px 0 20px;
}
.modeller-links li a.unchecked {
  color: #fff;
  background-color: #18CCBD;
}
.modeller-links li a.checked {
  color: #fff;
  background-color: #5405BD;
}

.dependantModalHeader {
  padding-left: 0px;
}
h3.dependantModalHeader {
  color: #5405BD;
}
.modal-body.dependant-normal .tab-header,
.dependant-list .dependant-cell.add.is-auto-add {
  display: none;
}
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: #5405BD;
}
.dependant-list .control-row.row.add-row .dependant-cell.control,
.dependant-list .dependant-cell.static {
  font-size: 1.4em;
  text-align: center;
}
.dependant-list-top a.dependant-add-link,
.dependant-list-top a.dependant-add-link:hover {
  color: #5405BD;
}
.dependant-list .dependant-cell.add.middle-name,
.dependant-list .dependant-cell.edit.middle-name {
  display: none;
}
.dependant-edit.according.dependant-edit-btn .glyphicon-pencil:before {
  content: "\e067";
}
.dependantContainer .modal-body.dependant-normal .online-two-iso .tab-header {
  display: none;
}
/*.benefitheader-fixed .btngroup.reset {
  display: none;
}*/
.benefitheader-fixed div#resettodefaults a.btn.btn-warning.btn-resettodefaults, 
.benefitheader-fixed div#resettodefaults a.btn.btn-warning.btn-resettodefaults:hover {
  border-color: #5405BD;
  background-color: #fff;
  color: #5405BD;
  margin-right: 5px;
  border-radius: 5px;
}
.benefitheader-fixed .btngroup.confirm  {
  float: right;
}
.benefitheader-fixed div#followup-items a.btn.btn-success.btn-confirmchoice, 
.benefitheader-fixed div#followup-items a.btn.btn-success.btn-confirmchoice:hover{
  background-color: #5405BD;
  margin-left: 5px;
  border-radius: 5px;
}
/* Submit Options - animation button effect */
.benefitheader-fixed div#followup-items a.btn, .benefitheader-fixed a.continue {
    -webkit-animation: shadow-pulse 2s infinite;
    animation: shadow-pulse 2s infinite;
}
.benefit-matrix .byoaccordion .panel-title {
  color: #fff;
}
.benefit-matrix .benefit-active-benefits {
  padding-bottom: 0px;
}
.benefit-matrix .benefit-category .panel-body {
  padding-top: 0px;
}
.benefit-matrix .benefit-category .benefitline {
  background-color: #F3F5F6;
}
.benefit-matrix .benefitheader.benefitheader-border {
  background-color: #fff;
  border: solid 1px #994FFA;
  border-radius: 5px;
  color: #5405BD;
  padding: 12px;
}
.benefit-matrix .benefitheader.benefitheader-border .glyphicon.glyphicon-cog:before,
.benefit-matrix .benefitheader.benefitheader-border .glyphicon.glyphicon-gift:before {
  content: none;
}
.benefit-matrix .benefitheader.benefitheader-border .glyphicon.glyphicon-cog{
  background-image: url(/talkdesk/media/talkdesk/images/misc/Talkdesk_Misc_8.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
.benefit-matrix .benefitheader.benefitheader-border .glyphicon.glyphicon-gift{
  background-image: url(/talkdesk/media/talkdesk/images/misc/Talkdesk_Misc_7.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
.benefit-matrix .totalcost {
  border: none;
  width: 100%;
}
.benefit-matrix .totalcost-section-row .totalcostsection {
  width: 100%;
}
.benefit-matrix .benefitstatement-load-container {
  margin-top: auto;
}
.bootstrap-iso .btn-success:active {
  
}
.benefit-matrix .row .btn-success {
  width: 100%;
}
.benefit-matrix .row .btn-success:hover,
.benefit-matrix .row .btn-success:active,
.benefit-matrix .row .btn-success:focus,
.benefit-matrix .row .btn-success:active:focus{
  background-color: #5405BD;
  border-radius: 5px;
  text-transform: none;
  font-weight: bold;
  border-color: transparent;
}
.benefit-matrix .row.title .glyphicon-info-sign-color {
  color: #994FFA;
}
.benefit-matrix .panel-default {
  border-color: transparent;
}
.benefit-matrix .benefitline .panel-default {
  border-color: #ddd;
}
.benefit-matrix .group-default {
  background-color: transparent;
  border-color: transparent;
  color: #5405BD;
}

.benefit-matrix .benefit-category .panel-body {
  background-color: transparent;
}
.benefit-matrix .benefitline .benefit-menu .img {
  margin-top: 1em;
}
.benefit-matrix .benefit-category .panel-default>.panel-heading {
  background-color: #5405BD;
}
.BenefitIntro_b42e7fbd-3366-4c6a-8c6e-88d6bea419d2 .glyphicon.glyphicon-play.glyphicon-play-color,
.BenefitIntro_779d75a6-2568-4295-8f53-4681207b4614 .glyphicon.glyphicon-play.glyphicon-play-color {
  display: none;
}
.BenefitIntro_b42e7fbd-3366-4c6a-8c6e-88d6bea419d2 .panel.panel-default,
.BenefitIntro_779d75a6-2568-4295-8f53-4681207b4614 .panel.panel-default {
  border-color: #ececec;
}
.BenefitIntro_b42e7fbd-3366-4c6a-8c6e-88d6bea419d2 .panel.panel-default .panel-heading,
.BenefitIntro_779d75a6-2568-4295-8f53-4681207b4614 .panel.panel-default .panel-heading {
  background-color: #ececec;
}
.BenefitIntro_b42e7fbd-3366-4c6a-8c6e-88d6bea419d2 .panel.panel-default .panel-heading .panel-title,
.BenefitIntro_779d75a6-2568-4295-8f53-4681207b4614 .panel.panel-default .panel-heading .panel-title {
  color: #5405BD;
}
.benefit-matrix .default-cost, .benefit-matrix .font-youpay-color {
  color: #5405BD;
}
.benefit-matrix .lineheader>a,
.benefit-matrix .lineheader>a:hover,
.benefit-matrix .lineheader>a:visited {
  color: #5405BD;
}
.benefit-matrix .group-default .line-group {
  font-weight: bold;
}
.benefit-matrix .benefitline .row.line .containers .YourCostDisplay {
  float: right;
}

.benefit-matrix .byocostsummary .row div:nth-child(1),
.benefit-matrix .byocostsummary .row div:nth-child(2) {
  width: 25%;
}
.benefit-matrix .byocostsummary .row div:nth-child(3) {
  display: none;
}
.benefit-matrix .byocostsummary .row div:nth-child(4),
.benefit-matrix .byocostsummary .row div:nth-child(5) {
  width: 17%;
  text-align: center;
}
.benefit-matrix .byocostsummary .row div:nth-child(6) {
  width: 16%;
  text-align: center;
}
.benefit-matrix .byocostsummary .row.footer div:nth-child(3) {
  display: block;
}
.benefit-matrix .byocostsummary .row.footer .col-xs-1 {
  width: 15%;
  text-align: center;
}
.benefit-matrix .byocostsummary .row.footer .col-xs-2 {
  width: 10%;
}
.benefit-matrix .byocostsummary .row.footer .col-xs-6 {
  width: 50%;
}
.benefit-matrix.benefitselect .byocostsummary .row.footer div:nth-child(1),
.benefit-matrix.benefitselect .byocostsummary .row.footer div:nth-child(2) {
  width: 30%;
}
.in-Cart .you-chose .selected-plan {
  color: #5405BD;
}
.in-Cart .you-chose .selection{
  display: none;
}
.in-Cart .you-chose {
  width: auto;
}
.benefit-matrix .totalcostLable {
  display: none;
}
.benefit-matrix .currentEOI,
.benefit-matrix .pendingEOI {
  background-color: #ececec;
}
/* Childcare Tickets */
.benefit-matrix .benefitline .benefit-menu .img.Lb42e7fbd-3366-4c6a-8c6e-88d6bea419d2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-14.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Lb42e7fbd-3366-4c6a-8c6e-88d6bea419d2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-14.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* School Tickets */
.benefit-matrix .benefitline .benefit-menu .img.L779d75a6-2568-4295-8f53-4681207b4614 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-13.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L779d75a6-2568-4295-8f53-4681207b4614 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-13.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Fuel Card */
.benefit-matrix .benefitline .benefit-menu .img.Leeafb7b2-2526-4388-a8eb-84ed001f72b7 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-19.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Leeafb7b2-2526-4388-a8eb-84ed001f72b7 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-19.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Via Verde */
.benefit-matrix .benefitline .benefit-menu .img.L2c65720d-edbe-4c68-88f3-450666211612 {
background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-18.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L2c65720d-edbe-4c68-88f3-450666211612 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-18.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Company Car */
.benefit-matrix .benefitline .benefit-menu .img.Lc26b2960-2d0c-4bbd-aac8-d072daf98132 {
background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-10.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Lc26b2960-2d0c-4bbd-aac8-d072daf98132 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-10.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Fuel Ticket */
.benefit-matrix .benefitline .benefit-menu .img.L3e8190ea-7d09-4105-8310-f1421d782e4b {
background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-20.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L47ff133e-40ff-468b-ae49-b5363f47b8e3 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-20.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Health Tickets */
.benefit-matrix .benefitline .benefit-menu .img.Ld387fb7a-ce09-4fdd-8687-515c5fcbb168 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-15.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Ld387fb7a-ce09-4fdd-8687-515c5fcbb168 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-15.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Urbans Sports Club */
.benefit-matrix .benefitline .benefit-menu .img.Lb0a96a77-fb44-4376-9120-ade33ad6ab3b {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-21.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Lb0a96a77-fb44-4376-9120-ade33ad6ab3b {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-21.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Fitness Hut */
.benefit-matrix .benefitline .benefit-menu .img.L0ec11a48-6e33-4f8c-88f9-4161f84ed349 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-21.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L0ec11a48-6e33-4f8c-88f9-4161f84ed349 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-21.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Holmes Place */
.benefit-matrix .benefitline .benefit-menu .img.L7634b846-db71-46b7-a8cf-4ec35b35d2c2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-21.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L7634b846-db71-46b7-a8cf-4ec35b35d2c2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-21.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Family Health */
.benefit-matrix .benefitline .benefit-menu .img.L414bffd0-820f-4b69-827f-ad533619dfcf {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-29.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L414bffd0-820f-4b69-827f-ad533619dfcf {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-29.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* PPR */
.benefit-matrix .benefitline .benefit-menu .img.L2a1ae2d0-f686-4aa2-80c3-c522192080c1 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-9.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L2a1ae2d0-f686-4aa2-80c3-c522192080c1 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-9.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Capitalization Life Insurance  */
.benefit-matrix .benefitline .benefit-menu .img.L493f7712-a2d1-4f99-8739-63c5e83f9b6a {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-22.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L493f7712-a2d1-4f99-8739-63c5e83f9b6a {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-22.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Pension Fund  */
.benefit-matrix .benefitline .benefit-menu .img.L9cc0f66e-b85c-49c0-99c3-fec5fae10739 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L21fe726f-d48e-4aa1-8812-8d622c363597 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* NOS  */
.benefit-matrix .benefitline .benefit-menu .img.L26b7dbdf-d3d9-4631-b309-77882de834bd {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-16.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L26b7dbdf-d3d9-4631-b309-77882de834bd {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-16.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Vodafone  */
.benefit-matrix .benefitline .benefit-menu .img.Le9964f2a-3632-4365-aa05-55052038f1b1 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-16.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Le9964f2a-3632-4365-aa05-55052038f1b1 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-16.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* MEO  */
.benefit-matrix .benefitline .benefit-menu .img.Lb63c41d4-fb62-43f6-80c2-c2e93f0e8c2e {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-16.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Lb63c41d4-fb62-43f6-80c2-c2e93f0e8c2e {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-16.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Apple  */
.benefit-matrix .benefitline .benefit-menu .img.L4b9dae9e-98a0-4a15-8c4e-97d90b141662 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-24.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L4b9dae9e-98a0-4a15-8c4e-97d90b141662 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-24.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* DÁ Card (New Cards)  */
.benefit-matrix .benefitline .benefit-menu .img.Lafa406e0-03dc-4f0e-8238-e479543cd59c {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-23.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L2c4868b8-85a8-4ad4-845d-74cc77113035 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-23.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Dá Card (Recharge) */
.benefit-matrix .benefitline .benefit-menu .img.L2ec8bf85-4dd5-422c-90f9-52a939b1f4d2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-23.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L2ec8bf85-4dd5-422c-90f9-52a939b1f4d2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-23.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Prize Card */
.benefit-matrix .benefitline .benefit-menu .img.L0c89d178-cfcd-48b2-b27d-f7db3efea0cb {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-12.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Lc01086fd-5369-438b-a472-cfa1c3e8b70d {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-12.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Prize Card (Recharge) */
.benefit-matrix .benefitline .benefit-menu .img.L1a26b7ae-0d73-4cad-a3d2-fe2dc89ef8c1 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-12.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L1a26b7ae-0d73-4cad-a3d2-fe2dc89ef8c1 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-12.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Gift Card */
.benefit-matrix .benefitline .benefit-menu .img.L9b2fb0cd-5c84-4fbb-94c3-cd1554c98522 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-17.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L4bae517f-731b-41f2-8a39-805265b0e27b {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-17.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Extra Time Off */
.benefit-matrix .benefitline .benefit-menu .img.Le89f77a3-0b9f-4ff9-a386-0c7c80121bb7 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-25.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Le89f77a3-0b9f-4ff9-a386-0c7c80121bb7 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-25.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Dental Sol */
.benefit-matrix .benefitline .benefit-menu .img.Lc71223fe-1365-467b-a937-6a39117e7815 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-29.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.Lc71223fe-1365-467b-a937-6a39117e7815 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-29.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Health Insurance Top-ups */
.benefit-matrix .benefitline .benefit-menu .img.L6052ff85-728f-4d83-9b09-2e0ec112bda2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-29.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L6052ff85-728f-4d83-9b09-2e0ec112bda2 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-29.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Senior Health Plan  */
.benefit-matrix .benefitline .benefit-menu .img.La27edeb7-22b1-474a-905b-911c464da071 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-29.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.La27edeb7-22b1-474a-905b-911c464da071 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-29.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Donations  */
.benefit-matrix .benefitline .benefit-menu .img.La0f04eda-f345-43d6-87da-3245663de701 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-29.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.La0f04eda-f345-43d6-87da-3245663de701 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-29.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* Talkdesk Material  */
.benefit-matrix .benefitline .benefit-menu .img.Lb69e0d4a-1f71-42ae-a787-a66d1cc0f010 {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/160x130/Talkdesk_Icons-34.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-matrix.benefitselect .see-also .img.L0749d2fd-7243-4025-ac7b-41fb17c44c9e {
  background-image: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-34.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.benefit-matrix .modal-content .benefitheader {
  color: #5405BD;
  font-size: 24px;
  font-weight: 500;
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:hover {
  background-color: #5405BD;
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default.active {
  background-color: #5405BD;
}
.benefit-matrix .btn-group.confirmagreementbtngroup>.btn:first-child:not(:last-child),
.benefit-matrix .btn-group.confirmagreementbtngroup>.btn.active:first-child:not(:last-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.benefit-matrix .btn-group.confirmagreementbtngroup>.btn:last-child:not(:first-child),
.benefit-matrix .btn-group.confirmagreementbtngroup>.btn.active:last-child:not(:first-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.benefit-matrix .confirm-checkout-button .btn-success,
.benefit-matrix .confirm-checkout-button .btn-success:hover {
  border-radius: 5px;
  background-color: #5405BD;
}
/* BENEFIT SELECTION */
.benefitselect .products .box-border.sel {
  background-color: #5405BD;
}
.benefitselect .products .box-border.sel .header {
  background-color: #5405BD;
  padding: 10px 0px;
}
.benefitselect .line-name,
.benefitselect .line-benefit-intro .glyphicon-info-sign-color,
.benefitselect .header-selected,
.benefitselect .glyphicon-folder-open {
  color: #5405BD;
}
.benefitselect .products A.button-style.green,
.online-two-iso A.button-style.gray,
.online-two-iso A.button-style.blue,
.benefitselect .button-style#byo-saveAndClose {
  background-color: #5405BD;
  border-radius: 5px;
}
.benefitselect .option-credit-health .option.sel {
  color: #5405BD;
}
.benefitselect .PerPay,
.benefitselect .PerAnnual,
.benefitselect .value.sel SPAN.green-number,
.benefitselect .in-Cart .you-pay P SPAN.green-number {
  color: #5405BD;
}
.benefitselect .followup-collect-info {
  display: none;
}
#byo-save {
  display: none;
}
.available-options .links-group.four-links {
  display: none;
}
.product-info .description {
  font-size: 1em;
}
.online-two-iso .header-overlay {
  background-color: #5405BD;
}
.header-overlay A.close,
.header-overlay .close:hover, 
.header-overlay .close:focus {
  color: #fff;
}
.benefitselect .linename>a
.benefitselect .linename>a:hover,
.benefitselect .linename>a:visited,
.benefitselect .linename>a:link {
  color: #5405BD;
}
.benefitselect .product-amount .inputText {
  display: none;
}
.benefit-matrix .byocostsummary .header, 
.benefit-matrix .addoncostsummary .header {
  background-color: #fff;
  border-bottom: 1px #5405BD solid;
}
.benefit-matrix .byocostsummary .footer, 
.benefit-matrix .addoncostsummary .footer {
  background-color: #fff;
  border-top: 1px #5405BD solid;
}
.benefitselect.benefit-matrix .more-info.margin-top-min,
#Line_cb12e156-0506-4f4d-8eae-fabae20babfa .glyphicon.glyphicon-info-sign.glyphicon-info-sign-color.glyphicon-info {
  display: none;
}
.benefitselect .in-Cart .you-pay P SPAN.green-number {
  color: #5405BD;
}
.benefitselect .products-header H4,
.benefitselect .in-Cart .you-pay H3 {
  color: #5405BD;
}
.benefitselect .employerFundingCart .cost, 
.benefitselect .employerFundingCart .funded {
  display: none;
}
.benefit-matrix .row h4.text-success {
  color: #5405BD;
}
.benefit-matrix .dependent-approved {
  color: #994FFA;
}
/* Selected option on benefit matrix */
.benefit-selected-box .benefitline {
    border: 2px solid #5405BD;
    border-radius: 10px;
}

.benefit-selected-box .benefitline::before {
    height: 100%;
    width: 30px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5405BD;
    font-family: FontAwesome;
    content: '\f00c';
    font-size: inherit;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 10px 10px 0px;
}
.bootstrap-iso .benefit-selected-box{
position: relative;
}
.bootstrap-iso .benefitline {
    box-sizing: border-box;
    border-radius: 10px;
}


#pnl-byo-cost-summary-expander {
  display: none;
}
#followup-items-overlay.online-followup-items #followup-items-title {
  color: #5405BD;
  font-size: 24px;
  font-weight: 500;
}
#mobileRegistration-Content .save-button .button-style {
  border-radius: 5px;
}
.benefit-matrix .benefitdate .data-addon,
.input-group-addon .data-addon .benefit-datepicker-acceptedformat {
  color: #5405BD;
}
.division,
.products-header-2c4868b8-85a8-4ad4-845d-74cc77113035 h4,
.products-header-c00bb7c2-d15d-4628-87fa-b1175d138246 h4, 
.products-header-6d9b3f15-bd22-4ea9-a1a9-73a76f66eb54 h4,
.products-header-cc572eb5-e47c-43c4-b08f-928ebecc4811 h4,
.products-header-47ff133e-40ff-468b-ae49-b5363f47b8e3 h4,
.products-header-a7712a10-5665-435a-9d13-cb8dc8f4391f h4,
.products-header-927c1eb3-3229-4bb2-b8a4-75d57e16a4b1 h4,
.products-header-21fe726f-d48e-4aa1-8812-8d622c363597 h4,
.products-header-89cc57aa-17cc-4f44-9a95-723dd3269689 h4,
.products-header-aa077bbc-2eb7-4854-aa1e-a7cbdce12442 h4,
.products-header-b7351c72-0ac2-4527-b457-5f0a885ac9a6 h4,
.products-header-c01086fd-5369-438b-a472-cfa1c3e8b70d h4,
.products-header-d3fcb284-ca38-4c51-8aa0-24a33ec3173a h4,
.products-header-03ffecaa-d1bd-45d6-8037-ee9515383903 h4,
.products-header-adaba9f1-2695-465e-be65-69d59f2b0247 h4,
.products-header-4bae517f-731b-41f2-8a39-805265b0e27b h4,
.products-header-0106f654-e1f1-4fb1-a5cf-0621eb794755 h4,
.products-header-326594f4-3f01-493e-aace-dc24983ef9b0 h4 {
  display: none;
}
#linedata br {
  display: none;
}
#content-you-chose-summary .in-Cart {
  height: 50px;
  min-height: 50px;
  margin: auto;
}
#content-you-chose-summary .in-Cart .you-chose {
  min-height: 60px;
}
.benefitselect.benefit-matrix #content .box-border-bg {
  margin-bottom: 15px;
}
.benefitselect.benefit-matrix .you-pay p {
  margin: 0px;
  padding-bottom: 0px;
}

#lineid_47ff133e-40ff-468b-ae49-b5363f47b8e3 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_a7712a10-5665-435a-9d13-cb8dc8f4391f .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_927c1eb3-3229-4bb2-b8a4-75d57e16a4b1 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_21fe726f-d48e-4aa1-8812-8d622c363597 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_89cc57aa-17cc-4f44-9a95-723dd3269689 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_aa077bbc-2eb7-4854-aa1e-a7cbdce12442 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_b7351c72-0ac2-4527-b457-5f0a885ac9a6 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_c01086fd-5369-438b-a472-cfa1c3e8b70d .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_d3fcb284-ca38-4c51-8aa0-24a33ec3173a .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_03ffecaa-d1bd-45d6-8037-ee9515383903 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_adaba9f1-2695-465e-be65-69d59f2b0247 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_4bae517f-731b-41f2-8a39-805265b0e27b .you-chose .ng-scope .ng-scope .selected-plan, 
#lineid_0106f654-e1f1-4fb1-a5cf-0621eb794755 .you-chose .ng-scope .ng-scope .selected-plan,
#lineid_326594f4-3f01-493e-aace-dc24983ef9b0 .you-chose .ng-scope .ng-scope .selected-plan {
  display: none;
}

/* CLAIMS */
#claim body {
  padding-top: 0px;
}
.fsaClaimSubmitContainer {
  background-color: #ececec;
  border-radius: 5px;
}
.fsaClaimSubmitContainer .webpartTitle {
  background-color: #ececec;
}
.fsaClaimSubmitContainer #flexClaimTitle h1 {
  color: #5405BD;
}
.fsaClaimSubmitContainer #claimDetail input,
.fsaClaimSubmitContainer #receiptDetail input,
.fsaClaimSubmitContainer #Attachment input,
.fsaClaimSubmitContainer #claimItemBreakdownDetail input,
.fsaClaimSubmitContainer #AdditionalDetail input,
.fsaClaimSubmitContainer #claimDetail select, 
.fsaClaimSubmitContainer #receiptDetail select,
.fsaClaimSubmitContainer #Attachment select,
.fsaClaimSubmitContainer #claimItemBreakdownDetail select,
.fsaClaimSubmitContainer #AdditionalDetail select{
  border-radius: 5px;
}
.fsaClaimSubmitContainer #flexClaimTitle .grid-cell {
  border-radius: 5px;
}
.fsaClaimSubmitContainer .btn-success,
.fsaClaimSubmitContainer .btn-success:active,
.fsaClaimSubmitContainer .btn-success:focus,
.fsaClaimSubmitContainer .btn-success:active:focus,
.fsaClaimSubmitContainer .btn-success:hover,
.fsaClaimSubmitContainer .btn-primary, 
.fsaClaimSubmitContainer .btn-primary:active,
.fsaClaimSubmitContainer .btn-primary:active:focus,
.fsaClaimSubmitContainer .btn-primary:focus, 
.fsaClaimSubmitContainer .btn-primary:active {
  background-color: #5405BD;
  border-color: #5405BD;
  border-radius: 15px;
}
.StatementAndClaimSubmit .page-content {
  width: 100%;
}
.StatementAndClaimSubmit .htabs-container .tabs UL {
  padding-top: 0px;
}
.StatementAndClaimSubmit .htabs-container,
.StatementAndClaimSubmit .htabs-container .tabs-bg,
.StatementAndClaimSubmit .htabs-container .tabs UL LI,
.StatementAndClaimSubmit .htabs-container .tabs UL LI A,
.StatementAndClaimSubmit .htabs-container .tabs UL LI.sel A,
.StatementAndClaimSubmit .htabs-container .tabs UL LI.sel STRONG {
  background: none;
}
.StatementAndClaimSubmit .htabs-container .tabs-bg {
  height: auto;
}
.StatementAndClaimSubmit .htabs-container .tabs UL LI.sel A.
.fsa-content-type.tab-titles a {
  color: #000;
}
.StatementAndClaimSubmit .htabs-container .tabs UL LI {
  background: none;
}
.spendingaccountsTab-container .tabs UL LI A {
  background-color: #ececec;
}
.spendingaccountsTab-container .tabs UL LI.sel A {
  background-color: #5405BD;
}
.StatementAndClaimSubmit #flexClaimTitle h1 {
  color: #5405BD;
  font-size: 25px;
  font-weight: bold;
}
.StatementAndClaimSubmit .claim-history .claim-data h2.spending-account-name {
  font-size: 18px;
}
.FSAStatementAndHistoryContainer .table.claim-table .claim-header {
  background-color: #5405BD;
}
.FSAStatementAndHistoryContainer .table.claim-table .claim-header a {
  color: #fff;
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.StatementAndClaimSubmit .claim-history .claim-table th>a {
  font-weight: bold;
}
.StatementAndClaimSubmit .claim-history .table>thead>tr>th {
  border-bottom: none;
}
.fsa-statements.spendingaccountsTab-container .section_title {
  color: #5405BD;
}
.fsa-statements.spendingaccountsTab-container h3.section_title {
  font-size: 20px;
}
.FSAStatementAndHistoryContainer .fsa-statements.spendingaccountsTab-container .allocation-block,
.FSAStatementAndHistoryContainer .fsa-statements.spendingaccountsTab-container .claims-block {
  display: none;
}
.FSAStatementAndHistoryContainer .table.claim-table .claim-payment-date {
  display: none;
}
.FSAStatementAndHistoryContainer .summary-content.row .fsa-content-type.tab-titles a {
  color: #252525;
}
.FSAStatementAndHistoryContainer {
  background-color: transparent;
}

/* TRS */
.trsdashboard .panel-default>.panel-heading {
  background-color: #5405BD;
}
.trsdashboard .summary-header {
  display: none;
}
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.Education:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.Mobility:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.HealthWellness:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.SocialFinancialSupport:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.WorkLifeBalance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.WorkLifeBalance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.WorkLifeBalance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.WorkLifeBalance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.WorkLifeBalance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.WorkLifeBalance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.WorkLifeBalance:before, 
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.DaytoDayPurchase:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-0.Balance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-1.Balance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-2.Balance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-3.Balance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-4.Balance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-5.Balance:before,
#dashboardContainer .nav.nav-pills .icon-two-point-o-trs-module-tab-6.Balance:before {
  content: "";
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon {
  margin: 0 auto;
  width: 130px;
  height: 60px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item i[class*='icon-'] {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 48px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .Education,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .Education {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-13.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .Mobility,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .Mobility {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-2.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .HealthWellness,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .HealthWellness {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-15.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .SocialFinancialSupport,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .SocialFinancialSupport {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-22.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .WorkLifeBalance,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .WorkLifeBalance {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-11.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .DaytoDayPurchase,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .DaytoDayPurchase {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-23.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav.nav-pills .uib-tab.nav-item .trs-icon .Balance,
#dashboardContainer .nav.nav-pills .uib-tab.nav-item.active .trs-icon .Balance {
  background: url(/talkdesk/media/talkdesk/images/benefits/130x60/Talkdesk_Icons-9.png) no-repeat;
  height: 60px;
  width: 130px;
}
#dashboardContainer .nav-pills>li>a {
  border-radius: 4px 4px 0px 0px;
}
.trsdashboard .desktop-tab .nav-pills>li.active>a, 
.trsdashboard .desktop-tab .nav-pills>li.active>a:hover, 
.trsdashboard .desktop-tab .nav-pills>li.active>a:focus {
  color: #5405BD;
}
.trsdashboard .content-name {
  padding-top: 10px;
  background-color: #5405BD;
  padding-left: 15px;
  color: #fff;
}
.trsdashboard .chart_line {
  margin-left: 0px;
}

@media only screen and (min-width: 768px) {
  #home-online-three #right-side .modules-right-side.grid-container, #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns: repeat(2,1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-template-areas:
      "module-1 module-1"
      "module-2 module-3"
      "module-4 module-5"
      "module-6 module-6"
      "module-7 module-9"
      "module-8 module-8";
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:4;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    -ms-grid-row:5;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7 {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    -ms-grid-row:5;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:6;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content.image-module1, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.image-module1 {
    background-position: top;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content.image-module2, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.image-module2 {
    background-position: top;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light {
    margin-bottom: 4em;
  }
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowleft, 
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowright {
    top: 560% !important;
  }
}
@media only screen and (min-width: 1024px) {
  #home-online-three #right-side .modules-right-side.grid-container, #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns: repeat(3,1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2"
      "module-3 module-4 module-5"
      "module-6 module-6 module-7"
      "module-8 module-8 module-9";
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:4;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:4;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content.image-module1, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.image-module1 {
    background-position: top;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content.image-module2, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.image-module2 {
    background-position: top;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light {
    margin-bottom: 8em;
  }
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowleft, 
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowright {
    top: 560% !important;
  }
}
@media only screen and (min-width: 1400px) {
  #home-online-three #right-side .modules-right-side.grid-container, #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns: repeat(4,1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2 module-3"
      "module-4 module-5 module-6 module-6"
      "module-7 module-8 module-8 module-9";
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:4;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7 {
    -ms-grid-column:2;
    -ms-grid-column-span:2;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8 {
    -ms-grid-column:4;
    -ms-grid-column-span:1;
    -ms-grid-row:3;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content.image-module1, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.image-module1 {
    background-position: top;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light {
    margin-bottom: 12em;
  }
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowleft, 
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowright {
    top: 560% !important;
  }
}
@media only screen and (min-width: 1920px)
  {
  #home-online-three #right-side .modules-right-side.grid-container, #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns: repeat(6,1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2 module-3 module-4 module-5"
      "module-6 module-6 module-7 module-8 module-8 module-9";
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-2 {
    -ms-grid-column:4;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-3 {
    -ms-grid-column:5;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-4 {
    -ms-grid-column:6;
    -ms-grid-column-span:1;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-5 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-6 {
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-7 {
    -ms-grid-column:4;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-8 {
    -ms-grid-column:6;
    -ms-grid-column-span:1;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
  }
  #home-online-three #right-side .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light, 
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .text-light {
    margin-bottom: 4em;
  }
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowleft, 
  #home-module-welcome .arrowleft, 
  .home-module-integrated .arrowright {
    top: 500% !important;
  }
}
@media only screen and (max-width: 750px) {
  #main {
    margin-bottom: 200px;
  }
  #footer div {
    width: auto!important;
    margin-right: 0!important;
    margin: 0px;
    float: left;
  }
  /*#left-footer div {
  margin: 0px;
}*/
  #footer a {
    color: #000 !important;
  }
  #right-footer .powered-by-aon {
    color: #000;
  }
  #home-online-three #home-integrated .benefitoverview.module-content {
    background-image: none;
  }
  #home-online-three #right-side .benefitoverview.module-content, 
  #home-online-three #home-integrated .benefitoverview.module-content, 
  #home-online-three #right-side .deals-galore.module-content, 
  #home-online-three #home-integrated .deals-galore.module-content, 
  #home-online-three #right-side .benefit_statement.module-content, 
  #home-online-three #home-integrated .benefit_statement.module-content {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  #home-online-three #right-side #make-a-claim.module-content, 
  #home-online-three #home-integrated #make-a-claim.module-content, 
  #home-modules-mobile #make-a-claim.module-content, 
  #home-online-three #right-side #manage-claims.module-content, 
  #home-online-three #home-integrated #manage-claims.module-content {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}
@media (min-width: 770px) {
  .online-two-iso .modal-large {
    width: 80%;
  }
  .online-two-iso .modal-large a.tab-selector-link:hover, 
  .online-two-iso .modal-large .tab-selector-link.active {
    color: #5405BD;
    border-bottom: solid .5em #5405BD;
  }
}
@media only screen and (min-width: 767px){
  .online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body {
    background-color: transparent;
  }
  .online-two-iso #terminator #footer.footer-fullwidth {
    min-height: auto;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px){
  .online-two-iso.login body {
    background-position: 0px -45px;
  }
  .online-two-iso.login .LoginPageContainer #main {
    margin-right: 5%;
  }
  .online-two-iso.login .LoginPageContainer .panel.panel-default {
    background-color: #fff;
  }
  #footer {
    height: auto;
    padding: 0px;
    width: 100% !important;
  }
  #footer a {
    color: #252c5c;
  }
  #footer span {
    margin: 0px;
  }
  #main {
    margin-bottom: 200px;
  }
  #home-online-three #right-side .benefit_statement.module-content, 
  #home-online-three #home-integrated .benefit_statement.module-content {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  #home-online-three #right-side .modules-mobile .module-mobile .module-panel .module-copy img, 
  #home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy img {
    display: none;
  }
  #home-online-three #right-side #make-a-claim.module-content, 
  #home-online-three #home-integrated #make-a-claim.module-content, 
  #home-modules-mobile #make-a-claim.module-content, 
  #home-online-three #right-side #manage-claims.module-content, 
  #home-online-three #home-integrated #manage-claims.module-content {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  #home-online-three #right-side .modules-mobile .module-mobile .module-panel .module-copy .tbs-module-pager .tbs-pager button:after, 
  #home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .tbs-module-pager .tbs-pager button:after {
    color: #000;
  }
  #home-module-manage-claims .manage-claims-copy {
    height: auto;
  }
}
@media (max-width: 769px) {
  .online-two-iso .modal-large .tab-selector-link {
    color: #5405BD;
  }
  .online-two-iso .modal-large .tab-selector-link.active {
    color: #000000;
  }
}

/* Minification failed (line 2074, error number 1030): Expected identifier, found ' ' */