/* test */
.benefit-menu .img {
  width: 200px !important;
}
/*CLIENT CUSTOM CSS CODE HERE */
/* font declaration for using OnlineTwoIconFont set
'inspiringbenefits' is the new UK only demo client */
@font-face {
  font-family: 'OnlineTwoIconFont';
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.eot');
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.eot?#iefix') format('embedded-opentype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.woff') format('woff'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.ttf') format('truetype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* specific media query for IE10+ to handle responsive images */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .bootstrap-iso .img-responsive {
    width: 100%;
  }  
}

:root {
  --heading-color: #000;
  --button-color: #8C1D82;
  --button-color-alternate: #EF7D00;
  --button-text-color: #fff;
  --button-hover-color: #93C21D;
  --button-hover-text-color: #fff;
  --button-click-color: #02A189;
  --button-click-text-color: #fff;
  --link-text-color: #02A189;
  --link-text-hover-color: #8C1D82;
  --link-text-click-color: #8C1D82;
  --header-overlay: #e1e1e1;
  --panel-color: #8C1D82;
  --info-icon-color: #02A189;
  --tab-selector-text-color: #8C1D82;
  --tab-selector-border-color: #8C1D82;
  --tab-selector-inactive-text-color: #d3d3d3;
  --progress-bar-color: #8C1D82;
  --success-icon-color: #8C1D82;
  --unordered-list-bullet-color: #000;
  --datepicker-today: #02A189;
  --datepicker-clear: #8C1D82;
  --datepicker-close: #EF7D00;
  --slider-toggle-color: #93C21D;
  --benefit-icon-color: #02A189;
  --linegroup1-benefit-icon-color: #EF7D00;
  --linegroup2-benefit-icon-color: #93C21D;
  --linegroup3-benefit-icon-color: #02A189;
  --life-event-background: #8C1D82;
  --logo: url(/soprasteria/media/Media/Misc/Sopra-Steria-logo_1.png);
  --login-logo: url(/soprasteria/media/Media/Misc/Sopra-Steria-logo_2.png);
  --login-image: url(/soprasteria/media/Media/Login%20Page/Sopra-Steria-loginpage-image.jpg);
  --site-header-color: #e1e1e1;
  --site-header-icon-color: #02A189;
  --site-footer-color: #e1e1e1;
  --site-footer-link-color: #000;
  --need-assistance-pull-down-menu: #02A189;
  --homepage-module-background-color: #e1e1e1;
  --homepage-heading-color: #000;
  --homepage-module-icon-color: #02A189;
  --homepage-enrolment-days-left-color: #000;
  --carousel-heading-color: #000;
  --carousel-text-color: #000;
  --pulse-color-start: rgba(47,79,79,.5);
  --pulse-color-end: rgba(47,79,79,0);
  --selected-email-color: #2f4f4f;
  --benefit-selection-elected-box-highlight: #8C1D82;
  --follow-up-panel-color: #8C1D82;
  --mobile-menu-icon-color: #fff;
  --mobile-menu-link-color: #02A189;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(47,79,79,.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(47,79,79,0);
  }
}

/****************************************** utility classes *******************************************/
/* margin-top 0 */
.bootstrap-iso .mt-0 {
  margin-top: 0;
}

/* allow use of OnlineTwoIconFont for anything with this class */
[class*="online-two-icon-"]:before{
  font-family:OnlineTwoIconFont;
}
/* icons on the benefit intro popups */
.benefit-information [class*="online-two-icon-"]::before {
  font-size: 15em;
  line-height: 1;
}

/* for adding full stop after resource string */
.full-stop:after {
  content: '.';
  position: relative;
  left: -.25em
}
/* for adding comma after resource string */
.comma:after {
  content: ',';
  position: relative;
  left: -.25em
}

/****************************************** remove gradient background *******************************************/
html {
  background: none;
}

/****************************************** remove text transform *******************************************/
/* language selection */
#links LI:first-child select#ddlLanguage,
/* main navigation bar links */
#menu-no-dashboard li a,
#menu li a,
#menu-sub li a,
/* labels on Profile page */
html#profile body#profile .profile #profile-online-2 span.label,
html#profile body#profile .profile #profile-online-2 label:not(.ui-button),
/* labels */
span.label,
label,
/* benefit selection page items */
.in-Cart .cost P,
.in-Cart .funded P,
.your-beneficiaries .txt-beneficiaries H4,
/* footer links */
.online-two-iso #footer a {
  text-transform: none;
}

/****************************************** heading styling *******************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.online-two-iso h1,
.online-two-iso h2,
.online-two-iso h3,
.online-two-iso h4,
.online-two-iso h5,
.online-two-iso h6,
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
/* BENEFITS header on popup when removing dependants attached to cover */
.coverageHeader {
  color: #000;
  padding-left: 0;
}

/****************************************** link styling *******************************************/
a,
.bootstrap-iso a,
.dependant-list a.dependant-confirm-delete,
.terms-conditions-cookies .cookie-policy-link,
.terms-conditions-cookies .term-condtion-link {
  color: #02A189;
}
a:hover,
a:focus,
.bootstrap-iso a:hover,
.bootstrap-iso a:focus,
.dependant-list a.dependant-confirm-delete:hover,
.dependant-list a.dependant-confirm-delete:focus,
.terms-conditions-cookies .cookie-policy-link:hover,
.terms-conditions-cookies .cookie-policy-link:focus,
.terms-conditions-cookies .term-condtion-link:hover,
.terms-conditions-cookies .term-condtion-link:focus {
  color: #8C1D82;
}
a:active,
a:active:hover,
a:active:focus,
.bootstrap-iso a:active,
.bootstrap-iso a:active:hover,
.bootstrap-iso a:active:focus,
.dependant-list a.dependant-confirm-delete:active,
.dependant-list a.dependant-confirm-delete:active:hover,
.dependant-list a.dependant-confirm-delete:active:focus,
.terms-conditions-cookies .cookie-policy-link:active,
.terms-conditions-cookies .cookie-policy-link:active:hover,
.terms-conditions-cookies .cookie-policy-link:active:focus,
.terms-conditions-cookies .term-condtion-link:active,
.terms-conditions-cookies .term-condtion-link:active:hover,
.terms-conditions-cookies .term-condtion-link:active:focus {
  color: #8C1D82;
}

/****************************************** button styling *******************************************/
/* default colour */
.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,
.online-two-iso A.button-style,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue,
.online-two-iso A.button-style.blue,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray,
.online-two-iso A.button-style.gray,
.benefitheader-fixed div#followup-items a.btn,
.benefitheader-fixed div#resettodefaults a.btn,
.benefit-matrix .confirm-checkout-button .btn-success {
  background-color: #8C1D82;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
}

/* hover colour */
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-popup:hover,
.online-two-iso A.button-style:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:hover,
.online-two-iso A.button-style.blue:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:hover,
.online-two-iso A.button-style.gray:hover,
.benefit-matrix .row .btn-success:hover,
.benefitheader-fixed div#followup-items a.btn:hover,
.benefitheader-fixed div#resettodefaults a.btn:hover,
.benefit-matrix .confirm-checkout-button .btn-success:hover {
  background-color: #93C21D;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
}

/* focus colour */
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-popup:focus,
.online-two-iso A.button-style:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:focus,
.online-two-iso A.button-style.blue:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:focus,
.online-two-iso A.button-style.gray:focus,
.benefitheader-fixed div#followup-items a.btn:focus,
.benefitheader-fixed div#resettodefaults a.btn:focus,
.benefit-matrix .confirm-checkout-button .btn-success:focus {
  background-color: #93C21D;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
}

/* when clicked colour */
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary:active:focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger:active:hover,
.bootstrap-iso .btn-danger:active:focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-info:active:focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-default:active:focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-warning:active:focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success:active:focus,
.bootstrap-iso .btn-popup:active,
.bootstrap-iso .btn-popup:active:hover,
.bootstrap-iso .btn-popup:active:focus,
.online-two-iso A.button-style:active,
.online-two-iso A.button-style:active:hover,
.online-two-iso A.button-style:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:focus,
.online-two-iso A.button-style.blue:active,
.online-two-iso A.button-style.blue:active:hover,
.online-two-iso A.button-style.blue:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:focus,
.online-two-iso A.button-style.gray:active,
.online-two-iso A.button-style.gray:active:hover,
.online-two-iso A.button-style.gray:active:focus,
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus,
.benefitheader-fixed div#resettodefaults a.btn:active,
.benefitheader-fixed div#resettodefaults a.btn:active:hover,
.benefitheader-fixed div#resettodefaults a.btn:active:focus,
.benefit-matrix .confirm-checkout-button .btn-success:active,
.benefit-matrix .confirm-checkout-button .btn-success:active:hover,
.benefit-matrix .confirm-checkout-button .btn-success:active:focus {
  background-color: #02A189;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
}

/* for styling buttons that convey meaning of a negative action e.g. cancel/close/remove etc. */
.bootstrap-iso .modal-controls .btn-warning,
.online-two-iso #exit-cancel A.button-style.blue,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning,
.bootstrap-iso .btn-warning.dependant-cancel-btn {
  background-color: #EF7D00;
}

.bootstrap-iso .modal-controls .btn-warning:hover,
.bootstrap-iso .modal-controls .btn-warning:focus,
.online-two-iso #exit-cancel A.button-style.blue:hover,
.online-two-iso #exit-cancel A.button-style.blue:focus,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:hover,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:focus,
.bootstrap-iso .btn-warning.dependant-cancel-btn:hover,
.bootstrap-iso .btn-warning.dependant-cancel-btn:focus {
  background-color: #93C21D;
}

.bootstrap-iso .modal-controls .btn-warning:active,
.bootstrap-iso .modal-controls .btn-warning:active:hover,
.bootstrap-iso .modal-controls .btn-warning:active:focus,
.online-two-iso #exit-cancel A.button-style.blue:active,
.online-two-iso #exit-cancel A.button-style.blue:active:hover,
.online-two-iso #exit-cancel A.button-style.blue:active:focus,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active:hover,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active:focus,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active:hover,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active:focus {
  background-color: #02A189;
}

/****************************************** list styling ***********************************/
/* unordered lists */
.bootstrap-iso ul.fa-ul li::before {
	font-family: FontAwesome;
	content: '\f111';
	font-size: .5em;
	padding-right: .5em;
	position: relative;
	bottom: 2px;
	color: #000;
}
/* ordered lists */
.bootstrap-iso ol {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: decimal;
}


/****************************************** popup styling ***********************************/
/* header colour */
.online-two-iso .header-overlay,
.online-two-iso .tab-header,
.bootstrap-iso .modal-header {
  background-color: #e1e1e1;
}
/* header title colour */
#login-assistance .header-overlay #TitleResetPassword,
.bootstrap-iso .modellersModalHeader,
.bootstrap-iso .dependantModalHeader,
#followup-items-overlay.online-followup-items #followup-items-title,
.benefit-matrix .benefitheader,
#exit-confirm h5,
.benefitselect #allocationDialog h5,
.active-benefits .header,
.benefit-matrix .modal .modal-header .header,
.online-two-iso .modal-normal .modal-header .header-text,
.terms-conditions-cookies .cookiepolicy-header,
.terms-conditions-cookies .terms-condtion-header {
  color: #000;
}
/* close icon */
.online-two-iso .header-overlay A.close,
.online-two-iso .modal-large .close,
html#profile body#profile .profile #profile-online-2 .header-overlay A {
  background: none;
  visibility: hidden;
}
.online-two-iso .header-overlay A.close:after,
.online-two-iso .modal-large .close:after,
html#profile body#profile .profile #profile-online-2 .header-overlay A:after {
  content: '\e014';
  color: white;
  font-family: 'Glyphicons Halflings';
  visibility: visible;
}
.bootstrap-iso .close,
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus,
.bootstrap-iso .close:active,
.bootstrap-iso .close:active:hover,
.bootstrap-iso .close:active:focus,
.online-two-iso .modal-normal .close {
  color: #000;
}
/* position of close icon */
.online-two-iso .modal-large .close {
  top: .5em;
  right: .5em;
}
.header-overlay A {
  padding: 4px .5em 0 0;
}

/****************************************** tab selectors e.g. Manage dependants widget, benefit intro, profile etc. *******************************************/
.online-two-iso .modal-normal  a.tab-selector-link:hover,
.online-two-iso .modal-large  a.tab-selector-link:hover,
.online-two-iso  .modal-normal .tab-selector-link.active,
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.sel A,
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A:hover {
  color: #8C1D82;
  border-bottom-color: #8C1D82;
}
.online-two-iso .modal-normal .tab-selector-link,
.online-two-iso .modal-large .tab-selector-link.active,
.online-two-iso .modal-large .tab-selector-link,
.online-two-iso .modal-normal .tab-selector-link.inactive,
.online-two-iso .modal-large .tab-selector-link.inactive,
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A {
  color: #8C1D82;
  border-bottom-color: #8C1D82;
}

/****************************************** collapsible accordion styling **************/
/* background colour */
.benefit-matrix .benefit-category .panel-default > .panel-heading,
.trsdashboard .panel-default > .panel-heading,
#benefit-overview #overviewAccordion .panel-default > .panel-heading {
  background-color: #8C1D82;
}
/* panel title */
.bootstrap-iso .panel-title {
  padding-left: 10px;
}

/* expand/collapse icons */
.bootstrap-iso .glyphicon-menu-down,
.bootstrap-iso .glyphicon-menu-up {
  transition: all .25s
}
.bootstrap-iso .glyphicon-menu-up {
  transform: rotate(-180deg);
}
.bootstrap-iso .glyphicon-menu-down:before,
.bootstrap-iso .glyphicon-menu-up:before {
  font-family: 'Glyphicons Halflings';
	content: '\e259';
}

/****************************************** info icon color *******************************/
.benefit-matrix .row.title .glyphicon-info-sign-color {
  color: #02A189;
}

/****************************************** slider toggle color *******************************/
.online-two-iso input:checked + .slider {
  background-color: #93C21D;
}

/****************************************** label styling e.g. "Note:" labels *******************************/
.bootstrap-iso .label {
  background-image: none;
}

/****************************************** logo ***********************************/
#logo {
  background-image: url(/soprasteria/media/Media/Misc/Sopra-Steria-logo_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* centering logo on mobile view */
@media only screen and (max-width: 767px) {
  #logo {
    width: calc(100vw - 100px);
  }
}

/****************************************** site header ***********************************/
/* header colour */
.online-two-iso #terminator #header.header-fullwidth {
  background-color: #e1e1e1;
}
/* header icons profile, mailbox and logout, and main 'home' link */
@media only screen and (min-width: 768px){
  #menu-container ul#menu-no-dashboard li a,
  #user-div a {
    color: #007BC2;
  }
  #menu-container ul#menu-no-dashboard li a:focus,
  #user-div a:focus {
    border: 5px solid #000;
    padding: .25em
  }
}


/* need assistance pull down tab */
.help-ico .helptoggle {
	background-image: none!important;
	background-color: #007BC2;
}
#header .help-ico a.helptoggle {
	color: white;
}
/* use font awesome play icon to repreent the expanded/collaped menu icon */
#header .help-ico a.helptoggle[aria-expanded="true"]:after,
#header .help-ico a.helptoggle[aria-expanded="false"]:after {
	font-family: FontAwesome;
	content: '\f04b';
  color: white;
	display: inline-block;
	transform: rotate(90deg);
	font-size: .75em;
	position: relative;
	left: 1em;
	top: -1px;
}
/* this ensures the icon faces up when the menu is expanded */
#header .help-ico a.helptoggle[aria-expanded="true"]:after {
	transform: rotate(-90deg);
}

/* remove search */
#floating-header-content .search {
  display: none;
}
/*remove default icons */
#floating-header-content a {
  background: none;
}
/*general styling for font icons to be used*/
#floating-header-content .chat a:before,
#floating-header-content .call a:before,
#floating-header-content .mail a:before {
  font-family: FontAwesome;
  margin-left: -1em;
  padding-right: .25em;
  font-size: 3em;
  vertical-align: middle;
}
/*chat icon*/
#floating-header-content li#webChatStatus #chatUnavailable a:before,
#floating-header-content li#webChatStatus #chatAvailable a:before {
  content: '\f0e6';
}
/*call icon*/
#floating-header-content li.call a:before {
  content: '\f10b';
}
/*mail icon*/
#floating-header-content li.mail a:before {
  content: '\f003';
}

@media only screen and (min-width:768px){
  /* link color and width */
  #floating-header-content a {
    color: #8C1D82;
    width: auto;
    padding: 0 1em;
  }
  /* hover colour of links in floating header */
  #header a:hover {
    color: #93C21D;
    text-decoration: none;
  }
  /* focus colour of links in floating header */
  #header a:focus {
    color: #93C21D;
    text-decoration: none;
    border: 5px solid #000;
  }
}


/****************************************** site footer ***********************************/
/* footer colour */
.online-two-iso #terminator #footer.footer-fullwidth {
  background-color:  #e1e1e1;
}
/* footer link color */
.online-two-iso #footer a {
  color: #000;
}
/* copyright */
#footer-copyright {
  color: #666;
  font-size: 12px;
  padding: 0 0 0 17px;
  margin: 9px 0;
}
@media only screen and (min-width: 768px){
  /* display nav items in one line */
  #footer.footer-fullwidth nav ul#footer-links li {
    display: inline-block;
  }
}

/****************************************** login page styling ************************/
/* module headings */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-title {
  color: white;
}
/* welcome module heading */
.online-two-iso #login-module-login-page-welcome h2 {
  font-size: 3vw;
  text-align: center;
  width: 100%;
}

/* Set font for icons in assistance module */
.bootstrap-iso #login-module-need-assistance span.glyph-icon:before{
  width: 25px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-size: 14px;
}
/* Apply icon for phone */
.bootstrap-iso #login-module-need-assistance span#glyph-phone:before{
  content: "\e182";
}
/* Apply icon for email */
.bootstrap-iso #login-module-need-assistance span#glyph-mail:before{
   content: "\2709";
}

/* module links */
#login-modules-container a {
  color: white;
}

@media only screen and (min-width:768px){
  /* login image */
  .online-two-iso.login body {
    background-image: url(/soprasteria/media/Media/Login%20Page/Sopra-Steria-loginpage-image.jpg);    
  }
  /* login logo image */
  .online-two-iso.login .LoginPageContainer #logo {
    background-image: url(/soprasteria/media/Media/Misc/Sopra-Steria-logo_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 30vw;
    height: 16vh;
    margin: 5vh 0vh -16vh 0;
  }
  /* login module background colour */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background-color: rgba(0,0,0,0.5);
  }
}
@media only screen and (min-width:375px) and (max-width:767px) {
  /* centering logo */
  #wrapper.isLoginPageWrapper #header #logo {
    float: none;
    margin: 0 auto;
  }
  /* margin between header and login box */
  #wrapper.isLoginPageWrapper #header {
    width: 100%;
    margin: 20px 0;
  }
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background: none;
  }
}

/* module widths */
@media only screen and (min-width:1200px){
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-login-page-welcome {
    width:calc(85% - 450px)!important;
  }
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-need-assistance {
    padding-left: 0;
    width: calc(15% + 450px)!important;
  }
}

/****************************************** first time user page styling ************************/
.online-two-iso .validation-caption {
  color: #666;
}

/****************************************** Terms page (for agreeing to terms and cookie notice) *******************************************/
.terms-conditions-cookies .terms-conditions-cookies-header {
  padding-left: 0
}
.terms-conditions-cookies .term-condition-error,
.terms-conditions-cookies .cookie-notice,
.terms-conditions-cookies .term-enabled {
  margin-left: 0
}
.bootstrap-iso .cookie-notice.radio input,
.bootstrap-iso .term-enabled.radio input {
  margin-top: 0
}

.terms-conditions-cookies .term-condition-error {
  background-color: #e52321;
  color: white;
  border: none;
}
/* hide page header when in the modal content so title isn't duplicated */
.terms-conditions-cookies #page-header {
  display: none;
}
/* list styling for terms content for popup and for main terms page in footer */
.terms-conditions-cookies ol,
.bootstrap-iso#termsOfUse ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.terms-conditions-cookies ol > li,
.bootstrap-iso#termsOfUse ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms-conditions-cookies ol > li:before,
.bootstrap-iso#termsOfUse ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
.terms-conditions-cookies ol.main-list > li:before,
.bootstrap-iso#termsOfUse ol.main-list > li:before {
  font-size: 24px;
  padding-right: .25em;
}
.terms-conditions-cookies li ol > li,
.bootstrap-iso#termsOfUse li ol > li {
  margin: 0;
}
.terms-conditions-cookies li ol > li:before,
.bootstrap-iso#termsOfUse li ol > li:before {
  content: counters(item, ".") " ";
}

/****************************************** home page styling ************************/
/* remove margin on main element on home page to bring footer together with main element */
#main.home {
  margin-bottom: 0;
}

/* greeting, module and carousel heading colour */
#home-online-three .dashboard-controls #greeting-message,
#home-online-three #home-integrated .module-content-header-container h3.module-content-header {
  color: #000;
}

/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container{
  background-color: #e1e1e1;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background-color: #e1e1e1;
  padding: .5rem;
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content:focus {
  border: 5px solid;
}
/* modules styling */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content,
.bootstrap-iso .carousel.home-module-integrated {
	background: white;
	border: none;
	border-radius: 0;
}
/* hide module more info icon */
#home-online-three #home-integrated .module-content-header-container .online-three-module-popover-control {
  display: none;
}
/* module content text colour */
#home-online-three #home-integrated p,
.event-summary,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light {
  color: #000;
}
/*full width module buttons */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
  width: 100%;
}
/* button max width 50% when on HD screens and above */
@media only screen and (min-width:1921px){
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .btn.btn-default,
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
    max-width: 50%
  }
}
/* module icon styling*/
[class*="online-two-icon-"]:before{
  color: #007BC2;
  font-family:OnlineTwoIconFont;
  font-size: 8em;
}
/*access the app icon */
.online-two-icon-31:before {
  content: "\e91e";
}
/*benefit statement icon */
.online-two-icon-56:before {
  content: "\e938";
}
/* benefit information icon */
.online-two-icon-136:before {
  content: "\e98b";
}
/* discounts icon*/
.online-two-icon-12:before {
  content: "\e90b";
}
/* my benefits icon*/
.online-two-icon-63:before {
  content: "\e97c";
}
/* my profile icon */
.online-two-icon-97:before {
  content: "\e960";
}
/* company content icon */
.online-two-icon-64:before {
  content: "\e940";
}
/* EAP icon */
.online-two-icon-66:before {
  content: "\e942";
}
/* wellbeing hub icon */
.online-two-icon-127:before {
  content: "\e982";
} 
/* payroll giving icon */
.online-two-icon-141:before {
  content: "\e990";
}
/* peppy icon */
.online-two-icon-151:before {
  content: "\e99b";
}

/*** carousel styling ***/
/* hide carousel hamburger menu */
.home-module-integrated .welcome-items {
  display: none;
}
/* remove faded background on carousel content and increase indent */
.home-module-integrated #slider .sliderContainer .slide-content {
  background: none;
  margin: 0 2rem;
  max-width: 80%;
  font-size: 1.1rem;
  font-weight: 400;
}
/* remove margin around carousel content and set colour */
#home-online-three #home-integrated .home-module-integrated .content p  {
  margin: 0;
  color: #000;
  font-size: 1.2em;
}
/* carousel slide content headings */
.home-module-integrated .content h2,
.home-module-integrated .content h3 {
  margin-top: 0;
  color: #000;
}
/* carousel content buttons */
.home-module-integrated #slider .sliderContainer .slide-content .content .btn {
  font-size: .75em;
}
/* adjust width of carousel thumbnails */
.home-module-integrated #slider .thumb .rect {
  width: 190px;
}
/* background of thumbnail container */
.home-module-integrated #slider .thumb {
  background: #ededed;
}

/****************************************** benefit overview page *******************************************/
/* heading */
#benefit-overview .benefit-overview-title {
  padding: 0;
}
#benefit-overview .benefit-overview-title H1 {
  color: #000;
  font-size: 36px;
  line-height: 1;
}

.bootstrap-iso#benefit-overview #BenefitNameFilter {
  background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
	color: #333;
	text-transform: none;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.bootstrap-iso#benefit-overview .clear-filter {
  background-color: #8C1D82;
  border: none;
  color: (--button-text-color);
}
.bootstrap-iso#benefit-overview .clear-filter:hover,
.bootstrap-iso#benefit-overview .clear-filter:focus {
  background-color: #93C21D;
  color: #fff;
}
.bootstrap-iso#benefit-overview .clear-filter:active,
.bootstrap-iso#benefit-overview .clear-filter:active:hover,
.bootstrap-iso#benefit-overview .clear-filter:active:focus {
  background-color: #02A189;
  color: #fff;
}

/* know more buttons */
#benefit-overview .know-more-link .aria {
  display: none;
}
.bootstrap-iso#benefit-overview .btn.know-more-link {
  background-color: #8C1D82;
  border: none;
}
.bootstrap-iso#benefit-overview .know-more-link A {
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:focus {
  background-color: #93C21D;
}
.bootstrap-iso#benefit-overview .know-more-link A:hover,
.bootstrap-iso#benefit-overview .know-more-link A:focus {
  color: #fff;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:active,
.bootstrap-iso#benefit-overview .btn.know-more-link:active:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:active:focus {
  background-color: #02A189;
}
.bootstrap-iso#benefit-overview .know-more-link A:active,
.bootstrap-iso#benefit-overview .know-more-link A:active:hover,
.bootstrap-iso#benefit-overview .know-more-link A:active:focus {
  color: #fff;
}

/****************************************** benefit statement page *******************************************/
.benefit-matrix .benefitdate .data-addon {
  color: #666;
}
/* view follow up container colour */
.bootstrap-iso .alert-info.hdf-followup {
  background-color: #8C1D82;
  color: white;
}
/****************************************** benefit statement view follow up popup *******************************************/
.benefit-matrix .modal .hdf-followup {
  padding: 0;
}
/* overlay header */
.benefit-matrix .modal .modal-header .header {
  text-transform: uppercase;
}
.benefit-matrix .modal .hdffollowup-intro {
  color: #000;
}

/****************************************** benefit matrix styling **************************************/
/* all numerical values */
.benefit-matrix .font-youpay-color,
.benefit-matrix .glyphicon-play-color {
  color: #666;
}

/* modellers and tools section */
.benefit-matrix .benefitheader.benefitheader-border {
  border-color: #666;
  color: #666;
}
/* change icon font family that's used */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before,
.bootstrap-iso.benefit-matrix .glyphicon-cog:before,
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  font-family: FontAwesome;
}
/* modellers and tools widget */
.bootstrap-iso.benefit-matrix .glyphicon-cog:before {
  content: '\f085';
}
/* manage dependants widget */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before {
  content: '\f0c0';
}
/* adding it up widget */
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  content: '\f1ec';
}

/* confirm choices button */
.benefitheader-fixed div#followup-items a.btn {
  animation: shadow-pulse 1s infinite;
  background-color: #8C1D82;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background-color: #93C21D;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:focus {
  background-color: #93C21D;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus {
  background-color: #02A189;
  border-radius: 0;
  color: #fff;
}
/* hide reset to default button */
.benefitheader-fixed div#resettodefaults a.btn {
  display: none;
}

/* monthly annual pay toggle styling
monthly button active */
.bootstrap-iso .btn-warning.active.btn-perpay {
  background-color: #02A189;
  border-color: #02A189;
  color: #fff;
}
/* annual button active */
.bootstrap-iso .btn-warning.active.btn-peranual {
  background-color: #02A189;
  border-color: #02A189;
}
/*monthly button inactive */
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle) {
  border-color: #02A189;
}
/*annual button inactive */
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child) {
  border-color: #02A189;
}
/* hover and focus states of toggle */
.bootstrap-iso .btn-warning.active.btn-perpay:hover,
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle):hover,
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle):focus,
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child):hover,
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child):focus {
  border: 1px solid #02A189;
  border-radius: 0
}

/* accordion background colours */
/* benefits you can choose*/
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading {
  background: #93C21D;
}
/* benefits you many be able to choose */
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading {
  background: #dcaa00;
}
/* benefits you cannot choose */
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading {
  background: #e52321;
}
/* preventing default link hover stlying for expanding/collapsing accordions */
a.accordion-toggle:hover,
a.accordion-toggle:focus,
a.accordion-toggle:active,
a.accordion-toggle:active:hover,
a.accordion-toggle:active:focus {
  color: white;
}

/* line group text colour */
.benefit-matrix .group-default {
  color: #000;
}

/* line name */
.benefit-matrix .lineheader > a:link {
  color: #000;
}
.benefit-matrix .lineheader > a:link:hover,
.benefit-matrix .lineheader > a:link:focus {
  color: #8C1D82;
}
.benefit-matrix .lineheader > a:link:active,
.benefit-matrix .lineheader > a:link:active:hover,
.benefit-matrix .lineheader > a:link:active:focus {
  color: #8C1D82;
}

/* select buttons */
.benefit-matrix .row .btn-success,
.benefit-matrix .row .btn-success:hover,
.benefit-matrix .row .btn-success:focus,
.benefit-matrix .row .btn-success:active:hover {
    min-width: 75%;
}
.benefit-matrix .row .btn-success {
  background-color: #8C1D82;
}

/* approved dependant and beneficiary listing text colour */
.benefit-matrix h4[tbs-translate="Enrollment.Step3.WhoIsCovered"],
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  color: #000;
}
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  font-size: 18px;
}
.dependent-approved {
  color: #666;
}

/* new and changed labels */
.benefit-matrix .newbenefit,
.benefit-matrix .changebenefit {
  background-color: #02A189;
  position: relative;
  top: -5px;
}
/* unlocked label */
.benefit-matrix .glyphicon-record,
.benefit-matrix .acitve-text{
  background-color: #02A189;
  color: #fff;
  visibility: hidden;
}
.benefit-matrix .glyphicon-record:before {
  content: '';
}
.benefit-matrix .glyphicon-record .acitve-text {
  font-family: 'Open Sans';
  font-weight: 500;
  padding: 2px 6px 3px 6px;
  text-transform: lowercase;  
  top: -5px;
  visibility: visible;
}

/* remove active with data more info icon */
.benefit-matrix .panel-title .glyphicon-info-sign-color {
  display: none;
}

/* active with data intro text */
.benefit-matrix .benefit-active-benefits {
  padding-bottom: 20px;
}
.benefit-matrix .benefit-active-benefits .active-intro {
  display: none;
}

/****************************************** benefit selection page **************************************/
/* continue button */
.benefitselect .continue,
.benefitselect .continue:hover,
.benefitselect .continue:focus,
.benefitselect .continue:active,
.benefitselect .continue:active:hover,
.benefitselect .continue:active:focus {
  border-radius: 0
}
/* line name */
.benefitselect .line-name {
  color: #000;
}
/* more info icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: #02A189;
}

/* 'Currently Selected' heading */
.benefitselect .header-selected {
  color: #000;
}

/* currently selected box */
.benefitselect .in-Cart .you-pay > p:nth-of-type(2) {
  display: none;
}

/* select buttons */
.online-two-iso .benefitselect A.button-style.green {
  background-color: #8C1D82;
  border-radius: 20px;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background-color: #93C21D;
  box-shadow: none;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:focus {
  background-color: #93C21D;
  box-shadow: none;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:active,
.online-two-iso .benefitselect A.button-style.green:active:hover,
.online-two-iso .benefitselect A.button-style.green:active:focus {
  background-color: #02A189;
  color: #fff;
}

/* remove division elements between benefits */
.division {
  display: none;
}

/* benefit description row colour */
.benefitselect .line-benefit-intro .line-description .row {
  background: white;
}
/* remove full benefit details link */
.bootstrap-iso.benefitselect .more-info {
  display: none;
}
/* remove background image shadow */
.box-border-bg {
  background: none;
}

/*currently selected box text colour */
.benefitselect .content-you-chose,
.benefitselect .content-you-chose p,
.in-Cart .you-chose .selected-plan,
SPAN.green-number,
.benefitselect .in-Cart .you-pay H3,
.benefitselect .in-Cart .you-pay P SPAN.green-number {
  color: #666;
}
/* EOI pending asterisk */
.benefitselect .alignleft .pending-note {
  display: inline;
  float: none;
}
/* available products heading */
.benefitselect .products-header H4 {
  color: #000;
}
/* selected plan border box */
.benefitselect .products .box-border.sel,
.benefitselect .products .box-border.sel .header {
  background: #8C1D82;
}
.benefitselect .products .box-border.sel .header {
  padding-left: 0;
}
/* hide provider finder and prescription finder */
.available-options .links-group.four-links {
  display: none;
}
/* selected coverage text colour */
.option-credit-health .option.sel {
  color: #666;
}
/* see also link colour */
.benefitselect .linename > a:link {
  color: #02A189;
}
.benefitselect .linename > a:hover {
  color: #8C1D82;
}
.benefitselect .linename > a:focus {
  color: #8C1D82;
}
.benefitselect .linename > a:active,
.benefitselect .linename > a:active:hover,
.benefitselect .linename > a:active:focus {
  color: #8C1D82;
}

/****************************************** profile page **************************************/
/* headings */
.online-two-iso P.sectionTitle,
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: #000;
}
/* buttons */
html#profile body#profile #profile-online-2 .button-style.green,
html#profile body#profile #profile-online-2 .button-style.orange,
html#profile body#profile #profile-online-2 .button-style.blue {
  background-color: #8C1D82;
  border-radius: 20px;
  color: #fff;
}
html#profile body#profile #profile-online-2 .button-style.green:hover,
html#profile body#profile #profile-online-2 .button-style.green:focus,
html#profile body#profile #profile-online-2 .button-style.orange:hover,
html#profile body#profile #profile-online-2 .button-style.orange:focus,
html#profile body#profile #profile-online-2 .button-style.blue:hover,
html#profile body#profile #profile-online-2 .button-style.blue:focus {
  background-color: #93C21D;
  box-shadow: none;
  color: #fff;
}
html#profile body#profile #profile-online-2 .button-style.green:active,
html#profile body#profile #profile-online-2 .button-style.green:active:hover,
html#profile body#profile #profile-online-2 .button-style.green:active:focus,
html#profile body#profile #profile-online-2 .button-style.orange:active,
html#profile body#profile #profile-online-2 .button-style.orange:active:hover,
html#profile body#profile #profile-online-2 .button-style.orange:active:focus,
html#profile body#profile #profile-online-2 .button-style.blue:active,
html#profile body#profile #profile-online-2 .button-style.blue:active:hover,
html#profile body#profile #profile-online-2 .button-style.blue:active:focus {
  background-color: #02A189;
  color: #fff;
}

/* header overlay for adding/editing/deleting dependants/beneficiaries */
html#profile body#profile .profile #profile-online-2 .header-overlay H5 {
  font-weight: 500;
}

/* dependants tab styling */
html#profile body#profile #profile-online-2 #dependantsTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #dependantsTab .right-taboff .sectionTitledimmed {
  color: #d3d3d3;
}

html#profile body#profile #profile-online-2 #dependantsTab .left-tabon .sectionTitle {
  color: #8C1D82;
  border-bottom: .5em solid #8C1D82;
  padding-bottom: .25em;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon {
  border-bottom: .5em solid #8C1D82;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon .sectionTitledimmed {
  color: #8C1D82;
}

/* beneficiaries tab styling */
html#profile body#profile #profile-online-2 #beneficiariesTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-taboff .sectionTitledimmed {
  color: #d3d3d3;
}

html#profile body#profile #profile-online-2 #beneficiariesTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-tabon .sectionTitle{
  color: #8C1D82;
  border-bottom: .5em solid #8C1D82;
  padding-bottom: .25em;
}
/* beneficiaries edit allocation popup */
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label {
  background-color: #8C1D82;
  border: 1px solid white;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label.active {
  background-color: #02A189;
  box-shadow: none;
  color: #fff;
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label:hover,
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label:focus {
  background-color: #93C21D;
  color: #fff;
}

/* security tab styling */
.left-taboff,
.right-taboff {
  background: none;
}
html#profile body#profile #profile-online-2 #securityTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #securityTab .right-taboff .sectionTitledimmed {
  color: #d3d3d3;
}
html#profile body#profile #profile-online-2 #securityTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #securityTab .right-tabon .sectionTitle {
  color: #8C1D82;
  border-bottom: .5em solid #8C1D82;
  padding-bottom: .25em;
}

/* preferences toggle button */
#communicationPreferencesTab .ui-buttonset label {
  border: 1px solid #ccc;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text {
  background-color: #93C21D;
  background-image: none;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text:before {
  font-family: FontAwesome;
  content: '\f00c';
  position: relative;
  left: -.5em;
}

/* ensuring that the marketing preferences toggles are in alignment */
@media only screen and (min-width:992px){
  #communicationPreferencesTab p#marketingHeader + div.row {
    display: flex;
  }
  html#profile body#profile .profile #profile-online-2 #profilecontainer #communicationPreferencesTab .content-box-border .row .grid-cell {
    display: flex;
    flex-wrap: wrap;
  }
  html#profile body#profile .profile #profile-online-2 #profilecontainer #communicationPreferencesTab .content-box-border .row .grid-cell .ui-buttonset {
    align-self: flex-end;
  }
}

/****************************************** mailbox page **************************************/
.k-state-selected {
  background-color: #2f4f4f!important;
}
/* save/delete popup modal */
div.tbs-modal h2 {
  color: white;
  text-transform: uppercase;
}

/****************************************** mobile app registration page **************************************/
#mobileRegistration .box-border {
  border: none;
}
#mobileRegistration .box-left-bg,
#mobileRegistration .box-border-bg {
  background: none;
}
#mobileRegistration #CMSEditableRegionDiv {
  padding: 1em;
}
#mobileRegistration .mobile-registration-fullwidth > .mobile-registration-left,
#mobileRegistration .mobile-registration-app-download {
  display: none;
}
#mobileRegistration .d-block {
  display: block;
}
#mobileRegistration .qr-background {
  background: #000
}
#mobileRegistration p.lead {
  font-size: 21px;
}
#mobileRegistration p {
  font-size: 1em;
  font-weight: 300;
  padding-left: 0;
}
#mobileRegistration ol {
  margin: .5em 1em ;
  list-style: decimal;
}
#mobileRegistration-Content {
  font-size: 16px
}
#mobileRegistration .bootstrap-iso label {
  color: #000;
  font-size: 1em;
}
#mobileRegistration .bootstrap-iso input {
  display: block;
}
#mobileRegistration .bootstrap-iso #pwdMeter {
  margin-left: 0;
  margin-top: .5em;
  margin-bottom: .5em
}
#mobileRegistration .bootstrap-iso #newPasswordSave {
  float: none!important;
  width: 30%;
  border-radius: 20px;
  text-transform: none;
  background-color: #8C1D82;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:focus {
  background-color: #93C21D;
  box-shadow: none;
  padding: 6px 12px;
  border: none;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:active,
#mobileRegistration .bootstrap-iso #newPasswordSave:active:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:active:focus {
  background-color: #02A189;
}
#mobileRegistration .well-lg {
  padding: 18px 9px;
}
#mobileRegistration .fa span {
  font-family: Arial;
  padding-left: .5em;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  #mobileRegistration .download-section p {
    padding-top: 1em;
  }
}
@media only screen and (max-width:769px) {
  #CMSEditableRegionDiv img {
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
  .online-two-iso #MobileRegistation .page-content {
    width: 100vw;
  }
  #MobileRegistation .form-data .box-border-bg {
    padding-right: 0;
  }
}

/****************************************** TRS page **************************************/
.trsdashboard .summary-myreward {
	visibility: hidden;
}
.trsdashboard .summarystatementdate {
	color: #666;
	text-align: center;
	font-size: 1.9em;
}
/* 2021 changes*/

/*SIDE BAR STYLING - unhiding "Need Help"
.trsdashboard .side-bar{
	color: #fff;
}*/
.trsdashboard .side-bar ul,
.trsdashboard .thingsToConsider ul {
	padding: 0 0 0 2em;
	list-style: disc;
}

/****************************************** forgot password popup **************************************/
/* progress bar colour */
.bootstrap-iso .progress-bar-success {
  background-color: #8C1D82;
}

/****************************************** benefit matrix modellers and tools popup **************************************/
/* overlay header */
.bootstrap-iso .modellersModalHeader {
  margin-top: 7px;
}
.modal-normal ul.modeller-links {
  padding-left: 1.25em;
  width: 100%;  
}
/* selected tab*/
.modeller-links li a.checked {
  background-color: transparent;
  border-bottom: .5em solid #8C1D82;
  color: #8C1D82;
}
/* unselected tab */
.modeller-links li a.unchecked {
  background-color: transparent;
  color: #d3d3d3;
}
/* text color */
.modeller-container .row-header,
.modeller-container .row-summary {
  color: #666;
}
/* tax code input */
input:focus {
  box-shadow: none;
}
/* model button */
input.modeller-line-bottom {
  background-color: #8C1D82;
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
input.modeller-line-bottom:hover {
  background-color: #93C21D;
  color: #fff;
}
input.modeller-line-bottom:focus {
  background-color: #93C21D;
  box-shadow: none;
  color: #fff;
}
input.modeller-line-bottom:active,
input.modeller-line-bottom:active:hover,
input.modeller-line-bottom:active:focus {
  background-color: #02A189;
  box-shadow: none;
  color: #fff;
}

/****************************************** benefit matrix manage dependants popup **************************************/
/* overlay header */
.bootstrap-iso .dependantModalHeader {
  margin-top: 7px;
}
/* remove intro text created from resource string */
.dependantIntroText {
  display: none;
}

#allocationDialog .add-beneficiary {
  color: #02A189;
}
#allocationDialog .add-beneficiary:hover {
  color: #8C1D82;
}
#allocationDialog .add-beneficiary:focus {
  color: #8C1D82;
}
#allocationDialog .add-beneficiary:active,
#allocationDialog .add-beneficiary:active:hover,
#allocationDialog .add-beneficiary:active:focus {
  color: #8C1D82;
}

/* add, edit and remove links */
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove {
  color: #02A189;
}
.dependant-list-top a.dependant-add-link:hover,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: #8C1D82;
}
.dependant-list-top a.dependant-add-link:focus,
.dependant-list a.dependant-edit:focus,
.dependant-list a.dependant-remove:focus {
  color: #8C1D82;
}
.dependant-list-top a.dependant-add-link:active,
.dependant-list-top a.dependant-add-link:active:hover,
.dependant-list-top a.dependant-add-link:active:focus,
.dependant-list a.dependant-edit:active,
.dependant-list a.dependant-edit:active:hover,
.dependant-list a.dependant-edit:active:focus,
.dependant-list a.dependant-remove:active,
.dependant-list a.dependant-remove:active:hover,
.dependant-list a.dependant-remove:active:focus {
  color: #8C1D82;
}
/* costs displayed on Dependants Covered tab */
.benefit-matrix .employee-cost .cost-number {
  color: #666;
}

/* table header colour when removing dependants that are attached to cover */
.table.reverse-header thead > tr > th {
  background-color: #8C1D82;
}

/*swap the order of the save and close buttons on dependant coverage summary */
.coverage-bottom .dependant-accept-btn,
.coverage-bottom .dependant-cancel-btn {
  position: relative;
}
.coverage-bottom .dependant-accept-btn {
  left: 4.5em;
}
.coverage-bottom .dependant-cancel-btn {
  right: 5em;
}

/****************************************** benefit matrix follow up items popup **************************************/
/* overlay header */
#followup-items-overlay.online-followup-items #followup-items-title {
  background-color: #e1e1e1;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
/* close icon */
#followup-items-overlay a.close {
  top: 2px;
}
/* oustanding items complete icon */
.online-two-iso .success-icon {
  color: #8C1D82;
}
/* completed items dot indicator color */
.followup-content .progress-indicator .step-finished {
  background-color: #8C1D82;
}

/****************************************** benefit matrix T&Cs popup **************************************/
/* overlay header */
.benefit-matrix .benefitheader {
  text-transform: uppercase;
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default.active {
  background-color: #93C21D;
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:hover {
  border: 1px solid #ccc;
  border-radius: 0;
}

/****************************************** benefit selection election info collect popup **************************************/
/* header overlay */
.online-two-iso .modal-normal .modal-header .header-text {
  padding-left: 1em;
}

.election-info-collect .dependant-board .expand-sign {
  color: #666;
}

.election-info-collect .dependant-board .icon {
  background-image: none;
  width: 0
}
.election-info-collect .dependant-board .icon:before {
  color: #8C1D82;
  content: '\f0c0';
  font-family: 'FontAwesome';
  font-size: 3em;
  padding-right: .25em
}

/****************************************** benefit selection beneficiaries popup **************************************/
/* primary, contingent, none button group */
.benefitselect #allocationDialog .btn-group label:first-of-type {
  border-radius: 0;
}
.benefitselect #allocationDialog .btn-group label {
  border: 1px solid white;
}
.benefitselect #allocationDialog .btn-group .active {
  background-color: #93C21D;
}
#allocationDialog .edit-beneficiary,
#allocationDialog .delete-beneficiary {
  color: #02A189;
}
#allocationDialog .edit-beneficiary:hover,
#allocationDialog .edit-beneficiary:focus,
#allocationDialog .delete-beneficiary:hover,
#allocationDialog .delete-beneficiary:focus {
  color: #8C1D82;
}
#allocationDialog .edit-beneficiary:active,
#allocationDialog .edit-beneficiary:active:hover,
#allocationDialog .edit-beneficiary:active:focus,
#allocationDialog .delete-beneficiary:active,
#allocationDialog .delete-beneficiary:active:hover,
#allocationDialog .delete-beneficiary:active:focus {
  color: #8C1D82;
}

/****************************************** benefit intro popup **************************************/
.faq-answer {
  padding-bottom: 1em;
}

/****************************************** datepickers **************************************/
/* button that launches datepicker */
.online-two-iso .datepicker-container .input-group-btn .btn,
/*datepicker on benefit statement */
.bootstrap-iso .btn.online-two-datepicker {
  background-color: #8C1D82;
  border-color: #ccc;
}
.online-two-iso .datepicker-container .input-group-btn .btn:active:hover,
.online-two-iso .datepicker-container .input-group-btn .btn:active:focus,
.bootstrap-iso .uib-datepicker .btn:hover,
.bootstrap-iso .uib-day .btn.btn-default:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success{
  border-radius: 0
}

/* today, clear and close buttons */
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.templates .uib-datepicker-popup .btn-sm.btn-info {
  background-color: #02A189;
  border: none;
  text-transform: uppercase;
}

.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger,
.templates .uib-datepicker-popup .btn-sm.btn-danger{
  background-color: #8C1D82;
  border: none;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success,
.templates .uib-datepicker-popup .btn-sm.btn-success{
  background-color: #EF7D00;
  border: none;
  min-width: auto;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:focus,
.templates .uib-datepicker-popup .btn-sm.btn-info:hover,
.templates .uib-datepicker-popup .btn-sm.btn-info:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:focus,
.templates .uib-datepicker-popup .btn-sm.btn-danger:hover,
.templates .uib-datepicker-popup .btn-sm.btn-danger:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:focus,
.templates .uib-datepicker-popup .btn-sm.btn-success:hover,
.templates .uib-datepicker-popup .btn-sm.btn-success:focus {
  background-color: #93C21D;
  color: #fff;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-info.active,
.templates .uib-datepicker-popup .btn-info.active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-info:active,
.templates .uib-datepicker-popup .btn-sm.btn-info:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-info:active:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-success:active,
.templates .uib-datepicker-popup .btn-sm.btn-success:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-success:active:focus{
  background-color: #02A189;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

/* hovering over day to be picked */
.bootstrap-iso .uib-day .btn.btn-default:hover,
.templates .uib-day .btn.btn-default:hover{
  background-color: #93C21D;
  border: 1px solid #ccc;
  color: #fff;
}

/* previous, current month/year, and next buttons at top of datepicker */
.bootstrap-iso .uib-datepicker th .btn:hover,
.bootstrap-iso .uib-daypicker th .btn:hover,
.templates .uib-datepicker th .btn:hover,
.templates .uib-daypicker th .btn:hover {
  background-color: #93C21D;
  border: 1px solid #ccc;
}

/****************************************** benefit icon general coding **************************************/
/* remove background images in readiness for using icons */
/* benefit matrix */
.benefit-matrix .benefitline .benefit-menu .img,
/* see also images */
div.see-also .img,
/* life event icons */
.benefit-matrix .active-benefits .img,
/* benefits overview icons */
#benefit-overview .summaryImage .img {
  background: none;
}

/* general styling for using icons for benefits */
.benefit-matrix .benefitline .benefit-menu .img:before,
div.see-also .img:before,
#benefit-overview .summaryImage .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 8em;
  position: relative;
  top: -.1em;
  color: #02A189;
}

/* icon size for 'see also' section of benefit selection page */
div.see-also .img:before {
  font-size: 56px;
  top: -.25em;
}

/****************************************** life event icon general coding **************************************/
/* background of image placeholder */
.benefit-matrix .active-benefits .img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #8C1D82;
}
/* general styling for using icons for events */
.benefit-matrix .active-benefits .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 6em;
  color: white;
}

/****************************************** mobile styling *******************************************/
/* login module buttons */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .mobile-buttons .btn {
  background-color: #8C1D82!important;
}
@media only screen and (max-width: 767px){
  /* menu icon colour */
  .fa.fa-bars,
  .fa.fa-gear {
    color: #fff;
  }
  /* links in mobile hamburger menu */
  .online-two-iso #menu-no-dashboard li a,
  .online-two-iso #menu-no-dashboard li a.selected {
    color: #02A189;
  }
  /* mobile menu icons (hamburger and cog) */
  #header .main-menu-toogle:hover,
  #header .main-menu-toogle:focus,
  #header .user-toogle:hover,
  #header .user-toogle:focus {
    color: #93C21D;
  }
  /* make height of greeting container auto to give proper spacing around the greeting */
  #home-online-three .dashboard-controls {
    height: auto
  }
}
/* remove default icons applied to modules on homepage */
#home-online-three #home-integrated .modules-mobile .module-mobile i[class*="icon-"] {
  display: none;
}
/* remove duplicate module header */
#home-online-three #home-integrated .modules-mobile .module-content-header-container {
  display: none;
}
/* remove margin applied to module title */
#home-online-three #home-integrated .modules-mobile .module-mobile span.module-label {
  margin-left: 0;
}
/* centre homepage module icons */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel div[class*="online-two-icon-"]{
  text-align: center;
}
/* homepage buttons */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default {
  background-color: #8C1D82;
  border-radius: 20px;
  color: #fff;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .generic-copy,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .account-copy {
  margin-top: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light .days-left {
  color: #000;
}

/******************************************************************************************************************/
/****************************************** CLIENT SPECIFIC CSS STYLING *******************************************/
/******************************************************************************************************************/
/* homepage module layouts */
@media only screen and (min-width: 768px) and (max-width: 1024px){
#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-2" "module-3 module-3" "module-4 module-5" "module-6 module-7" "module-8 module-9" "module-10 module-11";}
#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;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1
{    
  -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-2
{    
  -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-3
{    
  -ms-grid-column: 1;
  -ms-grid-row: 5;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4
{    
  -ms-grid-column: 2;     
  -ms-grid-row: 5;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5
{    
  -ms-grid-column: 1;     
  -ms-grid-row: 6;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6
{    
  -ms-grid-column: 2;     
  -ms-grid-row: 6;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7
{    
  -ms-grid-column: 1;     
  -ms-grid-row: 7;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8
{    
  -ms-grid-column: 2;     
  -ms-grid-row: 7;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9
{    
  -ms-grid-column: 1;
  -ms-grid-row: 8;}
}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-10
{    
  -ms-grid-column: 2;
  -ms-grid-row: 8;}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px){
#home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(3,1fr);
    -ms-grid-columns:1fr 1fr 1fr 1fr;
	grid-template-areas: "module-1 module-1 module-2" "module-3 module-3 module-4" "module-5 module-6 module-7" "module-8 module-9 module-10";}
#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;
  -ms-grid-row-span: 2;}
#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;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2
{    
  -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-3
{    
  -ms-grid-column: 3;     
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4
{    
  -ms-grid-column: 1;
  -ms-grid-row: 4;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5
{    
  -ms-grid-column: 2;     
  -ms-grid-row: 4;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6
{    
  -ms-grid-column: 3;     
  -ms-grid-row: 4;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7
{    
  -ms-grid-column: 1;     
  -ms-grid-row: 5;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8
{    
  -ms-grid-column: 2;
  -ms-grid-row: 5;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9
{    
  -ms-grid-column: 3;
  -ms-grid-row: 5;}
}

@media only screen and (min-width: 1400px) and (max-width: 1920px){
#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-2" "module-3 module-4 module-5 module-6" "module-7 module-8 module-9 module-10";}
#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;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 
{    
  -ms-grid-column: 3; 
  -ms-grid-column-span:2; 
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2
{    
  -ms-grid-column: 1; 
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3
{    
  -ms-grid-column: 2;
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4
{   
  -ms-grid-column: 3;
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5
{    
  -ms-grid-column: 4;     
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6
{    
  -ms-grid-column: 1;     
  -ms-grid-row: 4;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7
{    
  -ms-grid-column: 2;     
  -ms-grid-row: 4;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8
{    
  -ms-grid-column: 3;     
  -ms-grid-row: 4;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9
{    
  -ms-grid-column: 4;     
  -ms-grid-row: 4;}
}

@media only screen and (min-width: 1920px){
#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-2 module-3 module-4" "module-5 module-6 module-7 module-8 module-9 module-10";}
#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;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 
{    
  -ms-grid-column: 3; 
  -ms-grid-column-span:2; 
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2
{    
  -ms-grid-column: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3
{    
  -ms-grid-column: 6;     
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4
{    
  -ms-grid-column: 1; 
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5
{    
  -ms-grid-column: 2;     
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6
{    
  -ms-grid-column: 3;     
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-7
{    
  -ms-grid-column: 4;     
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-8
{    
  -ms-grid-column: 5;     
  -ms-grid-row: 3;}
#home-online-three #home-integrated .grid-container.modules-right-side .grid-item-9
{    
  -ms-grid-column: 6;     
  -ms-grid-row: 3;}
}

/****************************************** Using icons for benefits/events *******************************************/
/* if wanting icons to be colour coded to benefit groups */
/* replace LINEGROUP1/LINEGROUP2/LINEGROUP3 with relevant classes */
.benefit-matrix .HealthWellbeing .benefitline .img:before,
#benefit-overview .HealthWellbeing .summaryImage .img:before {
  color: #EF7D00;
}
.benefit-matrix .FinanceProtection .benefitline .img:before,
#benefit-overview .FinanceProtection .summaryImage .img:before {
  color: #93C21D;
}
.benefit-matrix .LeisureLifestyle .benefitline .img:before,
#benefit-overview .LeisureLifestyle .summaryImage .img:before {
  color: #02A189;
}

/****************************************** Using icons for homepage/elsewhere on the site *******************************************/
/* add any additional icons from the OnlineTwoIconFont that are required */

/* Benefit Icons: GBR - Flex Account */
#benefit-overview .img.BenefitImage_02e54284-be57-4893-a040-d34f0f0c738e:before,
.img.L02e54284-be57-4893-a040-d34f0f0c738e:before,
div.see-also .img.L02e54284-be57-4893-a040-d34f0f0c738e:before{
	content: '\e994';
}

/* Benefit Icons: GBR - Car (Company) */
#benefit-overview .img.BenefitImage_8a2c287d-1f9d-45e4-ad42-683a4aaeaf6c:before,
.img.L8a2c287d-1f9d-45e4-ad42-683a4aaeaf6c:before,
div.see-also .img.L8a2c287d-1f9d-45e4-ad42-683a4aaeaf6c:before{
	content: '\e933';
}

/* Benefit Icons: GBR - Car Allowance */
#benefit-overview .img.BenefitImage_262dad3f-45f5-4396-a52d-b10293274a51:before,
.img.L262dad3f-45f5-4396-a52d-b10293274a51:before,
div.see-also .img.L262dad3f-45f5-4396-a52d-b10293274a51:before{
	content: '\e912';
}

/* Benefit Icons: GBR - Critical Illness */
#benefit-overview .img.BenefitImage_6dbd8227-f0b3-47b7-b043-4a6ba6858b30:before,
.img.L6dbd8227-f0b3-47b7-b043-4a6ba6858b30:before,
div.see-also .img.L6dbd8227-f0b3-47b7-b043-4a6ba6858b30:before{
	content: '\e905';
}

/* Benefit Icons: GBR - Childcare Vouchers */
#benefit-overview .img.BenefitImage_a1e543ba-ceef-4922-9f01-9b4a6643ef7c:before,
.img.La1e543ba-ceef-4922-9f01-9b4a6643ef7c:before,
div.see-also .img.La1e543ba-ceef-4922-9f01-9b4a6643ef7c:before{
	content: '\e901';
}

/* Benefit Icons: GBR - Critical Illness (Partner) */
#benefit-overview .img.BenefitImage_36887bac-c1eb-4cbb-8116-f9f578b47909:before,
.img.L36887bac-c1eb-4cbb-8116-f9f578b47909:before,
div.see-also .img.L36887bac-c1eb-4cbb-8116-f9f578b47909:before{
	content: '\e906';
}

/* Benefit Icons: GBR - ISA */
#benefit-overview .img.BenefitImage_0c0a3bf2-613e-4ccc-b4fa-6d9575f09567:before,
.img.L0c0a3bf2-613e-4ccc-b4fa-6d9575f09567:before,
div.see-also .img.L0c0a3bf2-613e-4ccc-b4fa-6d9575f09567:before{
	content: '\e939';
}

/* Benefit Icons: GBR - Life Assurance (Partner) */
#benefit-overview .img.BenefitImage_c272e194-5cee-4976-b853-08501875f690:before,
.img.Lc272e194-5cee-4976-b853-08501875f690:before,
div.see-also .img.Lc272e194-5cee-4976-b853-08501875f690:before{
	content: '\e91d';
}

/* Benefit Icons: GBR - Cycle to Work */
#benefit-overview .img.BenefitImage_dcfa92e7-df09-49ba-a1d7-f266468ba46d:before,
.img.Ldcfa92e7-df09-49ba-a1d7-f266468ba46d:before,
div.see-also .img.Ldcfa92e7-df09-49ba-a1d7-f266468ba46d:before{
	content: '\e908';
}

/* Benefit Icons: GBR - Dental Insurance */
#benefit-overview .img.BenefitImage_e329e178-6184-4f58-935a-b0c31dc7ad0a:before,
.img.Le329e178-6184-4f58-935a-b0c31dc7ad0a:before,
div.see-also .img.Le329e178-6184-4f58-935a-b0c31dc7ad0a:before{
	content: '\e909';
}

/* Benefit Icons: GBR - Personal Accident Insurance */
#benefit-overview .img.BenefitImage_784aa34d-513b-4d3f-a47a-331fa2c5c86c:before,
.img.L784aa34d-513b-4d3f-a47a-331fa2c5c86c:before,
div.see-also .img.L784aa34d-513b-4d3f-a47a-331fa2c5c86c:before{
	content: '\e925';
}

/* Benefit Icons: GBR - Gourmet Card (Line Set) */
#benefit-overview .img.BenefitImage_ff7c3338-ac97-4961-a59f-6861e2577261:before,
.img.ff7c3338-ac97-4961-a59f-6861e2577261:before,
div.see-also .img.L27aefa39-464e-40aa-a0d9-72683f142a19:before{
	content: '\e90a';
}

/* Benefit Icons: GBR - Taste Card (Line Set) */
#benefit-overview .img.BenefitImage_ff7c3338-ac97-4961-a59f-6861e2577261:before,
.img.Lff7c3338-ac97-4961-a59f-6861e2577261:before,
div.see-also .img.L15a7a4c4-fe49-46f2-b5d9-b95892171954:before{
	content: '\e90a';
}

/* Benefit Icons: GBR - Share Arrangement */
#benefit-overview .img.BenefitImage_4eab5296-a731-4fef-a762-64bce0ab7a56:before,
.img.L4eab5296-a731-4fef-a762-64bce0ab7a56:before,
div.see-also .img.L4eab5296-a731-4fef-a762-64bce0ab7a56:before{
	content: '\e946';
}

/* Benefit Icons: GBR - Pension (Cash Allowance) */
#benefit-overview .img.BenefitImage_0313daf4-5413-4d5b-b495-f25a0a708ca9:before,
.img.L0313daf4-5413-4d5b-b495-f25a0a708ca9:before,
div.see-also .img.L0313daf4-5413-4d5b-b495-f25a0a708ca9:before{
	content: '\e921';
}

/* Benefit Icons: GBR - Experience Days */
#benefit-overview .img.BenefitImage_58e04aaa-bbea-4af2-ade0-c838b2aeac71:before,
.img.L58e04aaa-bbea-4af2-ade0-c838b2aeac71:before,
div.see-also .img.L58e04aaa-bbea-4af2-ade0-c838b2aeac71:before, 
#benefit-overview .img.BenefitImage_afe08e28-066c-4f58-9029-5c7b34bf3587:before,
.img.Lafe08e28-066c-4f58-9029-5c7b34bf3587:before,
div.see-also .img.Lafe08e28-066c-4f58-9029-5c7b34bf3587:before {
	content: '\e937';
    color: #02A189;
}

/* Benefit Icons: GBR - Life Assurance (Line Set) */
#benefit-overview .img.BenefitImage_972cdec6-9f5c-4c51-8b75-0a57512bdb0f:before,
.img.L972cdec6-9f5c-4c51-8b75-0a57512bdb0f:before, .img.L94b2c5ba-25c3-4c6b-9be2-1cd05fc4e6f6:before,
div.see-also .img.L972cdec6-9f5c-4c51-8b75-0a57512bdb0f:before{
	content: '\e91c';
    color: #93C21D;
}

/* Benefit Icons: GBR - Give as you earn */
#benefit-overview .img.BenefitImage_dc9d5130-88a5-4f89-b3da-33eb3ec532b7:before,
.img.Ldc9d5130-88a5-4f89-b3da-33eb3ec532b7:before,
div.see-also .img.Ldc9d5130-88a5-4f89-b3da-33eb3ec532b7:before{
	content: '\e911';
}

/* Benefit Icons: GBR - Gymflex */
#benefit-overview .img.BenefitImage_53bff033-1000-454a-a981-47dd15173619:before,
.img.L53bff033-1000-454a-a981-47dd15173619:before,
div.see-also .img.L53bff033-1000-454a-a981-47dd15173619:before{
	content: '\e92f';
}

/* Benefit Icons: GBR - Health Cash Plan */
#benefit-overview .img.BenefitImage_d598b7e0-1683-4c8c-b98b-ac0acd98d635::before,
.img.Ld598b7e0-1683-4c8c-b98b-ac0acd98d635::before,
div.see-also .img.Ld598b7e0-1683-4c8c-b98b-ac0acd98d635::before {
  content: '\e918';
}

/* Benefit Icons: GBR - Voluntary Health Cash Plan */
#benefit-overview .img.BenefitImage_9286a068-3013-4fa3-988e-f589bf807a8a::before,
.img.L9286a068-3013-4fa3-988e-f589bf807a8a::before,
div.see-also .img.L9286a068-3013-4fa3-988e-f589bf807a8a::before {
  content: '\e918';
}

/* Benefit Icons: GBR - Health Screening */
#benefit-overview .img.BenefitImage_6887744a-22bf-4263-8807-e67392bf730c:before,
.img.L6887744a-22bf-4263-8807-e67392bf730c:before,
div.see-also .img.L6887744a-22bf-4263-8807-e67392bf730c:before{
	content: '\e915';
}

/* Benefit Icons: GBR - Health Screening (Partner) */
#benefit-overview .img.BenefitImage_2b1e368f-0c60-47b8-9f14-a7ae308231c3:before,
.img.L2b1e368f-0c60-47b8-9f14-a7ae308231c3:before,
div.see-also .img.L2b1e368f-0c60-47b8-9f14-a7ae308231c3:before{
	content: '\e916';
}

/* Benefit Icons: GBR - Holiday Purchase */
#benefit-overview .img.BenefitImage_38ba3f92-cc1d-4cca-89a2-ac46357e0e49:before,
.img.L38ba3f92-cc1d-4cca-89a2-ac46357e0e49:before,
div.see-also .img.L38ba3f92-cc1d-4cca-89a2-ac46357e0e49:before{
	content: '\e92e';
}


/* Benefit Icons: GBR - Income Protection */
#benefit-overview .img.BenefitImage_34139cb3-4931-4380-b693-9ff66f393d6c:before,
.img.L34139cb3-4931-4380-b693-9ff66f393d6c:before,
div.see-also .img.L34139cb3-4931-4380-b693-9ff66f393d6c:before{
	content: '\e91b';
}

/* Benefit Icons: GBR - Medical Insurance */
#benefit-overview .img.BenefitImage_5334960d-bdee-4591-81f4-81144b380b95:before,
.img.L5334960d-bdee-4591-81f4-81144b380b95:before,
div.see-also .img.L5334960d-bdee-4591-81f4-81144b380b95:before{
	content: '\e927';
}

/* Benefit Icons: GBR - Pension (GPP) */
#benefit-overview .img.BenefitImage_f1b1cac4-0bc8-44a3-9fc9-c9783f48e2e9:before,
.img.Lf1b1cac4-0bc8-44a3-9fc9-c9783f48e2e9:before,
div.see-also .img.Lf1b1cac4-0bc8-44a3-9fc9-c9783f48e2e9:before{
	content: '\e91f';
}
/* Pension line set */
#benefit-overview .img.BenefitImage_bb9788d7-c3fd-4c60-909a-b54950296927:before,
#benefit-overview .img.BenefitImage_f1b1cac4-0bc8-44a3-9fc9-c9783f48e2e9\,.bb9788d7-c3fd-4c60-909a-b54950296927:before,
.img.Lbb9788d7-c3fd-4c60-909a-b54950296927:before,
div.see-also .img.Lbb9788d7-c3fd-4c60-909a-b54950296927:before{
	content: '\e91f';
}

/* Benefit Icons: GBR - Technology */
#benefit-overview .img.BenefitImage_95fc785a-6996-421a-85d6-09172a7e2c47:before,
.img.L95fc785a-6996-421a-85d6-09172a7e2c47:before,
div.see-also .img.L95fc785a-6996-421a-85d6-09172a7e2c47:before{
	content: '\e94a';
}

/* Benefit Icons: GBR - Travel Account */
#benefit-overview .img.BenefitImage_75390fbc-fd28-49d8-a6b1-1a3f484b3ef2:before,
.img.L75390fbc-fd28-49d8-a6b1-1a3f484b3ef2:before,
div.see-also .img.L75390fbc-fd28-49d8-a6b1-1a3f484b3ef2:before{
	content: '\e92b';
}

/* Benefit Icons: GBR - Travel Insurance */
#benefit-overview .img.BenefitImage_11cc207c-8439-426c-9b68-865a532cf763:before,
.img.L11cc207c-8439-426c-9b68-865a532cf763:before,
div.see-also .img.L11cc207c-8439-426c-9b68-865a532cf763:before{
	content: '\e92b';
}

/* Benefit Icons: GBR - Vehicle Breakdown Cover */
#benefit-overview .img.BenefitImage_8d519fcb-2387-4be1-8f0e-2f4f1f5179c1:before,
.img.L8d519fcb-2387-4be1-8f0e-2f4f1f5179c1:before,
div.see-also .img.L8d519fcb-2387-4be1-8f0e-2f4f1f5179c1:before{
	content: '\e932';
}

/* Benefit Icons: GBR - Charging Pod */
#benefit-overview .img.BenefitImage_cfc7eca4-9b68-4eac-8d83-016a2ed96edd:before,
.img.Lcfc7eca4-9b68-4eac-8d83-016a2ed96edd:before,
div.see-also .img.Lcfc7eca4-9b68-4eac-8d83-016a2ed96edd:before{
	content: '\e932';
}

/* Benefit Icons: GBR - Virtual GP */
#benefit-overview .img.BenefitImage_78d710cb-49fa-4c25-a911-96237ba1011c:before,
.img.L78d710cb-49fa-4c25-a911-96237ba1011c:before,
div.see-also .img.L78d710cb-49fa-4c25-a911-96237ba1011c:before{
	content: '\e99f';
}

/* Benefit Icons: GBR - Vision Benefit */
#benefit-overview .img.BenefitImage_0dbfd25c-d50e-4c7f-b2e9-0ed2a859bff6:before,
.img.L0dbfd25c-d50e-4c7f-b2e9-0ed2a859bff6:before,
div.see-also .img.L0dbfd25c-d50e-4c7f-b2e9-0ed2a859bff6:before{
	content: '\e99c';
}

/* Benefit Icons: GBR - Will Writing */
#benefit-overview .img.BenefitImage_a8dccef0-7539-4bd9-b54a-f244c49c820a:before,
.img.La8dccef0-7539-4bd9-b54a-f244c49c820a:before,
div.see-also .img.La8dccef0-7539-4bd9-b54a-f244c49c820a:before{
	content: '\e92d';
}

/* Benefit Icons: GBR - Lasting Power of Attorney (Line Set) */
#benefit-overview .img.BenefitImage_bab09807-e453-4431-8dec-63be4c83492d:before,
.img.Lbab09807-e453-4431-8dec-63be4c83492d:before, .img.Lbab09807-e453-4431-8dec-63be4c83492d:before,
div.see-also .img.Lbab09807-e453-4431-8dec-63be4c83492d:before{
	content: '\e97c';
}

/* Benefit Icons: GBR - DNA Testing */
#benefit-overview .img.BenefitImage_7f4dad7d-ad7b-4972-adca-f918aa3a1524,
.img.L7f4dad7d-ad7b-4972-adca-f918aa3a1524,
.benefit-matrix .benefitline .benefit-menu .img.L7f4dad7d-ad7b-4972-adca-f918aa3a1524 {
	background: 
	rgba(0, 0, 0, 0) 
	url("/soprasteria/media/Media/Benefit%20Icons/Sopra-Steria-DNA-Fit_icon_160x130.png") 
	no-repeat scroll 50% 50%;
 }
div.see-also .img.L7f4dad7d-ad7b-4972-adca-f918aa3a1524 {
    background: rgba(0, 0, 0, 0) url("/soprasteria/media/Media/Benefit%20Icons/Sopra-Steria-DNA-Fit_icon_160x130_green.png") no-repeat scroll 50% 50%;
    background-size: contain;
}
.loaded-img.img.L7f4dad7d-ad7b-4972-adca-f918aa3a1524{
    background-size: cover;
    height: 243px;
    background-image: url("/soprasteria/media/Media/Benefit%20Icons/Sopra-Steria-DNA-Fit_icon_447x243.png");
}

/* Benefit Icons: GBR - One School */
#benefit-overview .img.BenefitImage_bc3d49ff-a24a-4905-b10b-c593e52264a1:before,
.img.Lbc3d49ff-a24a-4905-b10b-c593e52264a1:before,
div.see-also .img.Lbc3d49ff-a24a-4905-b10b-c593e52264a1:before{
	content: '\e98b';
}

/* Benefit Icons: GBR - Eye voucher */
#benefit-overview .img.BenefitImage_EV:before,
.img.LEV:before,
div.see-also .img.LEV:before{
	content: '\e90d';
}

/* Benefit Icons: GBR - Flu Jabs */
#benefit-overview .img.BenefitImage_FluJ:before,
.img.LFluJ:before,
div.see-also .img.LFluJ:before{
	content: '\e995';
}

/* Benefit Icons: GBR - EAP */
#benefit-overview .img.BenefitImage_EAP:before,
.img.LEAP:before,
div.see-also .img.LEAP:before{
	content: '\e942';
}

/* Benefit Icons: GBR - Season Ticket Loan  */
#benefit-overview .img.BenefitImage_STL:before,
.img.LSTL:before,
div.see-also .img.LSTL:before{
	content: '\e929';
}

/* Benefit Icons: GBR - Cancer Screening */
#benefit-overview .img.BenefitImage_8140647b-7259-4fe9-825a-49236bbc5e92::before, 
.img.L8140647b-7259-4fe9-825a-49236bbc5e92::before, 
div.see-also .img.L8140647b-7259-4fe9-825a-49236bbc5e92::before {
  content: '\e935';
}

#benefit-overview .img.BenefitImage_bdf52bff-edb3-431a-a23d-181f9c807962::before, 
.img.Lbdf52bff-edb3-431a-a23d-181f9c807962::before, 
div.see-also .img.Lbdf52bff-edb3-431a-a23d-181f9c807962::before {
  content: '\e935';
}

/* Benefit Icons: GBR - Cancer Screening Partner */
#benefit-overview .img.BenefitImage_00862717-e3d6-4ea4-b955-1638b5b2efe6::before, 
.img.L00862717-e3d6-4ea4-b955-1638b5b2efe6::before, 
div.see-also .img.L00862717-e3d6-4ea4-b955-1638b5b2efe6::before {
  content: '\e98d';
}

#benefit-overview .img.BenefitImage_b5965bbe-273b-457c-a832-cc3dac5ca9bf::before, 
.img.Lb5965bbe-273b-457c-a832-cc3dac5ca9bf::before, 
div.see-also .img.Lb5965bbe-273b-457c-a832-cc3dac5ca9bf::before {
  content: '\e98d';
}

/* Benefit Icons: GBR - Peppy */
#benefit-overview .img.BenefitImage_peppy:before,
.img.Lpeppy:before,
div.see-also .img.Lpeppy:before{
	content: '\e99b';
}

/******************************************************************************************************************/
/****************************************** OTHER CLIENT SPECIFIC CSS STYLING *******************************************/
/******************************************************************************************************************/

/*Hide Flex Fund button on enrolment*/
.BenefitIntro_02e54284-be57-4893-a040-d34f0f0c738e .btn-option-elect {
    display: none;
}
/*Hide Flex Fund i icon on enrolment*/
.BenefitIntro_02e54284-be57-4893-a040-d34f0f0c738e .glyphicon-info-sign {
    display: none;
}
/*Hide GBR - Car (Company) button on enrolment*/
.BenefitIntro_8a2c287d-1f9d-45e4-ad42-683a4aaeaf6c .btn-option-elect {
    display: none;
}
/*Hide GBR - Car Allowance button on enrolment*/
.BenefitIntro_262dad3f-45f5-4396-a52d-b10293274a51 .btn-option-elect {
    display: none;
}
/*Hide GBR - Pension (Cash Allowance) button on enrolment*/
.BenefitIntro_0313daf4-5413-4d5b-b495-f25a0a708ca9 .btn-option-elect {
    display: none;
}

/*** Lifestyle event icons ***/
/* Event Icons: GBR - Redundancy of Partner */
.benefit-matrix .active-benefits .img.E27859c6b-06df-4145-be36-1bb560db9f31:before {
	content: '\e96f';
}

/* Event Icons: GBR - Returning from long term absence */
.benefit-matrix .active-benefits .img.E112f8182-dd28-4379-a0d4-bcf239cdb043:before {
	content: '\e96f';
}

/* Event Icons: GBR - Marriage or Civil Partnership */
.benefit-matrix .active-benefits .img.Ecb7895f7-3e93-45ed-9514-6d607a9958b7:before {
	content: '\e974';
}

/* Event Icons: GBR - Birth or Adoption of a Child */
.benefit-matrix .active-benefits .img.Ecb18df1a-350b-4dee-b632-2405f1a24ac1:before {
	content: '\e966';
}

/* Event Icons: GBR - Going on Maternity Leave */
.benefit-matrix .active-benefits .img.E4fec5234-5151-4e1b-be33-3ef11f43a6dd:before {
	content: '\e96e';
}

/* Event Icons: GBR - Returning from Maternity Leave */
.benefit-matrix .active-benefits .img.Eece096d5-b807-4327-8bb8-0ce522a6ee3a:before {
	content: '\e95f';
}

/* Event Icons: GBR - Divorce or Separation */
.benefit-matrix .active-benefits .img.Ea5630e7c-b8f4-4331-a9ea-9cccfb058bf9:before {
	content: '\e970';
}

/* Event Icons: GBR - Death of a Dependant */
.benefit-matrix .active-benefits .img.E64556a63-72de-4efc-ace5-b43ddb51fc65:before {
	content: '\e967';
}

/* Event Icons: GBR - Moving Home */
.benefit-matrix .active-benefits .img.E7d60c264-e2fd-476f-8eb6-23fa78b9dbe4:before {
	content: '\e96a';
}


/*Home Statement Module amount chart style*/
@media only screen and (min-width:768px){ 
  #item-0, #item-1, #item-2 {
      width: calc(100% - 2em);
      margin-left: 1em;
      text-align: left;
      font-weight: bold;
  }
  
  #item-1 {
      border-bottom: 1px solid #333;
  }
  
  .payslip-item-amount {
      float: right;
  }
  
  .highcharts-container, .highcharts-root {
    width: 100% !important;
  }
}
/*overview pop ups*/
.info-text .row, .faq-answer .row {
    margin: 0;
}
/*overview FAQ icons*/
#FAQs .benefit-information,
#FAQsFC .benefit-information
{
    height: 0;
}
/*overview pop ups - colour as per group*/

/*Health & Wellbeing*/
.LineDetail_720af4b8-2623-4d1d-8e92-830cd2ed166b [class*="online-two-icon-"]::before,
.LineDetail_e329e178-6184-4f58-935a-b0c31dc7ad0a [class*="online-two-icon-"]::before,
.LineDetail_9286a068-3013-4fa3-988e-f589bf807a8a [class*="online-two-icon-"]::before,
.LineDetail_6887744a-22bf-4263-8807-e67392bf730c [class*="online-two-icon-"]::before,
.LineDetail_2b1e368f-0c60-47b8-9f14-a7ae308231c3 [class*="online-two-icon-"]::before,
.LineDetail_5334960d-bdee-4591-81f4-81144b380b95 [class*="online-two-icon-"]::before,
.LineDetail_78d710cb-49fa-4c25-a911-96237ba1011c [class*="online-two-icon-"]::before,
.LineDetail_EV [class*="online-two-icon-"]::before,
.LineDetail_FluJ [class*="online-two-icon-"]::before,
.LineDetail_0dd43e35-1f5d-4963-81f3-1143ad66c945 [class*="online-two-icon-"]::before,
.LineDetail_EAP [class*="online-two-icon-"]::before,
.LineDetail_bdf52bff-edb3-431a-a23d-181f9c807962 [class*="online-two-icon-"]::before,
.LineDetail_b5965bbe-273b-457c-a832-cc3dac5ca9bf [class*="online-two-icon-"]::before
{
  color: #EF7D00;
}

/*Finance & Protection*/
.LineDetail_bab09807-e453-4431-8dec-63be4c83492d [class*="online-two-icon-"]::before,
.LineDetail_a8dccef0-7539-4bd9-b54a-f244c49c820a [class*="online-two-icon-"]::before,
.LineDetail_02e54284-be57-4893-a040-d34f0f0c738e [class*="online-two-icon-"]::before,
.LineDetail_8a2c287d-1f9d-45e4-ad42-683a4aaeaf6c [class*="online-two-icon-"]::before,
.LineDetail_262dad3f-45f5-4396-a52d-b10293274a51 [class*="online-two-icon-"]::before,
.LineDetail_6dbd8227-f0b3-47b7-b043-4a6ba6858b30 [class*="online-two-icon-"]::before,
.LineDetail_36887bac-c1eb-4cbb-8116-f9f578b47909 [class*="online-two-icon-"]::before,
.LineDetail_0c0a3bf2-613e-4ccc-b4fa-6d9575f09567 [class*="online-two-icon-"]::before,
.LineDetail_c272e194-5cee-4976-b853-08501875f690 [class*="online-two-icon-"]::before,
.LineDetail_784aa34d-513b-4d3f-a47a-331fa2c5c86c [class*="online-two-icon-"]::before,
.LineDetail_4eab5296-a731-4fef-a762-64bce0ab7a56 [class*="online-two-icon-"]::before,
.LineDetail_0313daf4-5413-4d5b-b495-f25a0a708ca9 [class*="online-two-icon-"]::before,
.LineDetail_972cdec6-9f5c-4c51-8b75-0a57512bdb0f [class*="online-two-icon-"]::before,
.LineDetail_34139cb3-4931-4380-b693-9ff66f393d6c [class*="online-two-icon-"]::before,
.LineDetail_f1b1cac4-0bc8-44a3-9fc9-c9783f48e2e9\,.bb9788d7-c3fd-4c60-909a-b54950296927 [class*="online-two-icon-"]::before,
.LineDetail_f1b1cac4-0bc8-44a3-9fc9-c9783f48e2e9 [class*="online-two-icon-"]::before
{
  color: #93C21D;
}

/*Leisure & Lifestyle*/
.LineDetail_a1e543ba-ceef-4922-9f01-9b4a6643ef7c [class*="online-two-icon-"]::before,
.LineDetail_dcfa92e7-df09-49ba-a1d7-f266468ba46d [class*="online-two-icon-"]::before,
.LineDetail_ff7c3338-ac97-4961-a59f-6861e2577261 [class*="online-two-icon-"]::before,
.LineDetail_58e04aaa-bbea-4af2-ade0-c838b2aeac71 [class*="online-two-icon-"]::before,
.LineDetail_afe08e28-066c-4f58-9029-5c7b34bf3587 [class*="online-two-icon-"]::before,
.LineDetail_dc9d5130-88a5-4f89-b3da-33eb3ec532b7 [class*="online-two-icon-"]::before,
.LineDetail_53bff033-1000-454a-a981-47dd15173619 [class*="online-two-icon-"]::before,
.LineDetail_95fc785a-6996-421a-85d6-09172a7e2c47 [class*="online-two-icon-"]::before,
.LineDetail_75390fbc-fd28-49d8-a6b1-1a3f484b3ef2 [class*="online-two-icon-"]::before,
.LineDetail_11cc207c-8439-426c-9b68-865a532cf763 [class*="online-two-icon-"]::before,
.LineDetail_8d519fcb-2387-4be1-8f0e-2f4f1f5179c1 [class*="online-two-icon-"]::before,
.LineDetail_0dbfd25c-d50e-4c7f-b2e9-0ed2a859bff6 [class*="online-two-icon-"]::before,
.LineDetail_bc3d49ff-a24a-4905-b10b-c593e52264a1 [class*="online-two-icon-"]::before,
.LineDetail_cfc7eca4-9b68-4eac-8d83-016a2ed96edd [class*="online-two-icon-"]::before,
.LineDetail_STL [class*="online-two-icon-"]::before
{
  color: #02A189;
}

/*mobile registartion*/
#mobileRegistration .col-md-3.download-section {float: right;}

/*different tab selector header color*/
.online-two-iso .modal-large .tab-selector-link {color: #000;}

/* Minification failed (line 912, error number 1036): Expected expression, found '(' */

/*selfmade unordered lists*/
.list-points {
  list-style-type: disc;
  margin-left: 30px;
}
.faq-item ul {
    margin-bottom: 20px;}

/* Tables styling */

.tax-position {width: auto;}
.tax-position td, .tax-position th
{padding: 10px 5px; border-style:solid; border-width: 1px; border-color: #000000; vertical-align: middle;}

/*************Dependant Tab - drop down list styling*****************/
#dependantDialog #dependent-dialogAddressZone .btn-group .dropdown-menu {
    overflow: scroll;
    max-height: 200px;
}

/*changing benefit icons size only for IE - workaround */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .benefit-information [class*="online-two-icon-"]::before {
        font-size: 15rem;
        line-height: 1;
}}

/* hover and focus on home button */
#menu-container ul#menu-no-dashboard li a:hover,
#menu-container ul#menu-no-dashboard li a:focus {
	color: #93C21D;
}
/*remove margin on webtext*/
.bootstrap-iso .col-md-9 {
    padding-left: 0px;
}
/*Gift Card Coverage Display text*/
span.GiftCardInfo {
    font-size: 1.2em;
}

/* display nav items in one line */
#footer a.optanon-toggle-display.EUFooterLink{
display: inline-block !important;
}


/* Minification failed (line 2074, error number 1019): Unexpected token, found '}' */