/*Client CSS Custom Code Here*/
:root {
  --black: #000;
}
@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;
}
[class*="online-two-icon-"]:before{
  font-family:OnlineTwoIconFont;
}
/* hide config notes and population specific content */
.GPP-eligible {
  display: none;
}
/* used to add full stop after using resource string without having extra space between string and full stop */
.full-stop:after {
  content: '.';
  position: relative;
  left: -.25em;
}
/* used to add comma after using resource string without having extra space between string and full stop */
.comma:after {
  content: ',';
  position: relative;
  left: -.25em;
}

/* 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%;
  }  
}

/*main background colour for site */
html,
#terminator {
  background: #ededed;
}
.LoginPageContainer #terminator {
  background: transparent
}

/* heading colour */
.online-two-iso h1,
.online-two-iso h2,
.online-two-iso h3,
.online-two-iso h4,
.online-two-iso h5 {
  color: #000;
}

/* button styling */
.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,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green,
.online-two-iso A.button-style.green,
.online-two-iso A.button-style.gray {
  background: #ce2717;
  border-radius: 20px;
  border-color: transparent;
  font-weight: normal;
}
.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,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:hover,
.online-two-iso A.button-style.green:hover,
.online-two-iso A.button-style.gray:hover {
  background: #ce2717;
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.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,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default:focus,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger:active:hover,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-popup:active,
.bootstrap-iso .btn-popup:active:hover,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default:active,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.green:active:hover,
.online-two-iso A.button-style.green:focus,
.online-two-iso A.button-style.green:active,
.online-two-iso A.button-style.green:active:hover,
.online-two-iso A.button-style.gray:focus,
.online-two-iso A.button-style.gray:active,
.online-two-iso A.button-style.gray:active:hover {
  background: #ce2717;
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}

/* toggle sliders e.g. show sensitive data toggle */
.online-two-iso input:checked + .slider {
  background: #0d4550;
}

/* header banner */
.online-two-iso #terminator #header.header-fullwidth {
  background: #cadae3;
}
/* header main nav links */
#menu-container ul#menu-no-dashboard li a {
  color: #0d4550;
}

/* need assistance pull down tab */
.help-ico .helptoggle {
	background-image: none!important;
	background-color: #0d4550;
}
#header .help-ico a.helptoggle {
	color: #fff;
}
/* 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: #fff;
	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);
}

/* profile, mailbox and logout icons */
#header #user-div a {
	color:#0d4550;
	outline: none;
  font-size: 1em;
}

/* remove text transform of main navigation items */
#menu-no-dashboard li a {
  text-transform: none;
}

/* remove margin on main element on home page to bring footer together with main element */
#main.home {
  margin-bottom: 0;
}

/* main logo */
#logo {
 background:url(/Essarmybenefits/media/Default/ESSAR-logo-colour.png) no-repeat center/cover;
}
.online-two-iso.login #logo{
  background:url(/Essarmybenefits/media/Default/ESSAR-logo-colour.png) no-repeat center/contain;
}


/* footer */
.online-two-iso #terminator #footer.footer-fullwidth {
  background: #ededed;
}
@media only screen and (min-width:751px){
  .online-two-iso #footer div:not(:first-child) a {
    border-left: 1px solid;
  }
  .online-two-iso #footer a {
    padding: 0 1em;
    text-transform: none;
  }
}

/* panel headings */
.benefit-matrix .benefit-category .panel-default > .panel-heading {
  background: #ce2717;
}

/****************************************** LOGIN PAGE STYLING *******************************************/
/* login image */
@media only screen and (min-width:768px){
  .online-two-iso.login body {
    background-image: url(/Essarmybenefits/media/Default/carousel%20images/login.png)
    
  }
}
/* ensures the same styling applied for mobile is applied up to switching to desktop view */
@media only screen and (min-width:375px) and (max-width:767px) {
  /*background colour */
  .online-two-iso.login body {
    background: #fff;
  }
  /* 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;
  }
}

/* positioning logo on login page */
.online-two-iso .LoginPageContainer .isLoginPageWrapper #logo {
  height: 125px;
  margin-left: 2em;
  float: none;
  position: initial;
}
/* login box colour */
.online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body {
  background: rgba(242,242,242,.85)
}
/* left align login box labels */
.online-two-iso.login .LoginPageContainer .input-group .input-group-addon {
  text-align: left;
}
/* login button colour */
.online-two-iso.login .LoginPageContainer #login.btn.btn-primary {
  background: #ce2717;
}
.online-two-iso.login .LoginPageContainer #login.btn.btn-primary:hover {
  background: #ce2717;
}
.online-two-iso.login .LoginPageContainer #login.btn.btn-primary:focus,
.online-two-iso.login .LoginPageContainer #login.btn.btn-primary:active,
.online-two-iso.login .LoginPageContainer #login.btn.btn-primary:active:hover {
  background: #ce2717;
}
/* text colour for forgot password link */
.online-two-iso.login .LoginPageContainer .additional-services {
  color: #000;
}
/* reduce height of module zone and always position at bottom of screen */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
  bottom: 0;
  min-height: 70%;
}
/* width of module 1 and 2 */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-login-page-welcome {
 width:60%!important
}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-need-assistance {
  width: 40%!important;
}
/* welcome module heading */
.online-two-iso #login-module-login-page-welcome h2 {
  font-size: 48px;
  text-align: center;
}
/* 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;
  line-height: 24px;
}
/* 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";
}

/*login module headings, links and text colour */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules h2,
#login-modules-container a,
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
  color: #fff
}

@media only screen and (min-width:768px){  
  /* module footer background */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background: rgba(0,0,0,.5);
  }
  /* login logo */
  #wrapper.isLoginPageWrapper #header #logo {
    margin-left: 3vw;
    margin-top: 5vh;
  }
}

/****************************************** HOME PAGE STYLING *******************************************/
/* hide search box */
#floating-header-content .search {
  display: none;
}
/* welcome message text colour */
#home-online-three .dashboard-controls #greeting-message {
  color: #000;
}
/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container{
  background: #ededed;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background: #ededed;
  padding: .5rem;
}
/* modules styling */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content,
.bootstrap-iso .carousel.home-module-integrated {
	background: #fff;
	border: none;
	border-radius: 0;
}
/* module title colour */
#home-online-three #home-integrated .module-content-header-container h3.module-content-header,
#home-online-three #home-integrated .modules-mobile .module-mobile span.module-label {
  color: #000;
}

/* 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.range-of-benefits .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#benefit-statement .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#trs .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.other-benefits .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.green-cars .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.green-cars .btn.btn-primary {
  width: 100%
}
/* countdown text size */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-summary {
  font-size: 18px
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .days-left,
#home-module-enrolment.module-mobile .event-summary .days-left {
  position: relative;
  top: -2px
}
/* days left countdown text colour */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .days-left,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light .days-left {
  color: #000;
  font-weight: bold;
  font-style: normal
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary span,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light span {
  font-style: italic
}
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary button span {
  font-style: normal;
}
/* label inserted before number of days countdown on enrolment module */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .enrollment-copy .event-summary .days-left:before,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light .days-left:before {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  content: 'You have ';
  position: relative;
  bottom: 2px;
}

/* Benefit statement module left-align text */
p#benefit-statement-intro-datatext{
  text-align: left;
}
p#benefit-statement-intro-datatext div{
  text-align: center;
}
.align-left{
   text-align: left;
   display: block;
}

/* 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-left: 5rem;
  max-width: 45%;
}
/* remove margin around carousel content and set colour */
.home-module-integrated .content {
  margin: 0;
  color: #fff;
  font-size: 1.2em
}
/* carousel slide content headings */
.home-module-integrated .content h3 {
  margin-top: 0;
  color: #fff;
}
/* carousel content buttons */
.home-module-integrated #slider .sliderContainer .slide-content .content .btn {
  font-size: .8em;
  background: #d55115;
  margin-bottom: 6px;
}
/* adjust width of carousel thumbnails */
.home-module-integrated #slider .thumb .rect {
  width: 190px;
}
/* background of thumbnail container */
.home-module-integrated #slider .thumb {
  background: #fff;
}
/* homepage module icons */
#home-online-three #home-integrated .modules-right-side [class*="online-two-icon-"] {
  font-size: 6.4em;
  line-height: 1em;
  color: #95b5c7;
  padding-left: 0.35em;
}
/* enrolment module */
.online-two-icon-135:before {
  content: "\e98a";
}
/* range of benefits module */
.online-two-icon-55:before {
  content: "\e937";
}
/* current benefits module */
.online-two-icon-56:before {
  content: "\e938";
}
/* trs module */
.online-two-icon-92:before {
  content: "\e95f";
}
/* other benefits module */
.online-two-icon-136:before {
  content: "\e98b";
}
/* green cars module */
.online-two-icon-20:before {
  content: "\e913";
}
/* module layout for devices of 768px width and up */
@media only screen and (min-width:768px) {
  #home-online-three #home-integrated .modules-right-side.grid-container {
		grid-template-columns:repeat(2,1fr);
		-ms-grid-columns:1fr 1fr;
		grid-template-areas:
      "module-1 module-1"
      "module-2 module-3"
      "module-4 module-5"
      "module-6 module-7"
	}
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:1;
    -ms-grid-row:2
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:2;
    -ms-grid-row:2
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:1;
    -ms-grid-row:3
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:2;
    -ms-grid-row:3
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:1;
    -ms-grid-row:4
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:2;
    -ms-grid-row:4
  }
  /* need assistance pull down header */
  /*remove default icons and make links main text color*/
	#floating-header-content a {
		background: none;
		color: #0d4550;
		width: auto;
		margin: 0 .75em
	}
  /* hover colour of links in floating header */
  #header a:hover  {
		color: #ce2717;
		text-decoration: none;
	}
  #header a:focus {
    color: #ce2717;
    text-decoration: 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'
	}
	/* benefit statement payslip data item styling */
	#item-0, #item-1, #item-2 {
		width: calc(100% - 2em);
		margin-left: 1em;
		text-align: left;
		font-weight: bold;
	}
	.payslip-item-amount {
		float: right;
	}
	#item-1 {
		border-bottom: 1px solid #000;
	}
	/* trs module styling */
	#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.TRS p {
		margin-bottom: -70px
	}
	#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .highcharts-background {
		fill: transparent;
	}
	/* labels on trs highchart */
	.home-module-trs-content .highcharts-label tspan {
		font-size: 14px!important;
	}
}
@media only screen and (min-width:1024px) {
	#home-online-three #home-integrated .modules-right-side.grid-container {
		grid-template-columns:repeat(3,1fr);
		-ms-grid-columns:1fr 1fr 1fr;
		grid-template-areas:
			"module-1 module-1 module-2"
      "module-4 module-4 module-3"
      "module-5 module-6 module-7"
	}
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:3;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row: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
  }
}
/* module layout for devices of 1400px width and up */
@media only screen and (min-width:1400px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(4,1fr);
    -ms-grid-columns:1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2 module-3"
      "module-4 module-4 module-5 module-5"
      "module-6 module-6 module-7 module-7"
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:4;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:2
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:3;
  }
}
/* module layout for devices of 1920px width and up */
@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-3 module-4 module-4"
      "module-5 module-5 module-6 module-6 module-7 module-7"
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-row:1
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:4;
    -ms-grid-row:1
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:5;
    -ms-grid-column-span:2;
    -ms-grid-row:1
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:2
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:2
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:5;
    -ms-grid-column-span:2;
    -ms-grid-row:2
  }
}

/****************************************** BENEFIT MATRIX STYLING *******************************************/
/* Grey out white box beneath grouping control */
.benefit-matrix .benefit-active-benefits{
   background-color: #ededed;
}

/* padding for fixed header */
.online-three-allpages-fullwidth .wrapper-fullwidth .benefit-matrix .benefitheader-fixed {
  padding: 1rem;
}
/* modellers and tools section */
.benefit-matrix .benefitheader.benefitheader-border {
  border-color: #000;
  color: #000;
}
/* modellers and tools icon colour */
.bootstrap-iso.benefit-matrix .glyphicon-cog:before,
.bootstrap-iso.benefit-matrix .glyphicon-gift:before,
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  display: none;
}

/* accordion background colours */
/* benefits you can choose*/
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading {
  background: #95b5c7;
}
/*enabling display of the description for this accordion which is hidden by default by Core CSS */
.benefit-matrix .active-category-desc {
  display: block;
}

/* benefits you many be able to choose */
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading {
  background: #eecaa6;
}
/* hide active with data info icon */
.benefit-matrix .panel-title .activewithdata-category-icon.glyphicon-info-sign-color {
  display: none;
}
/* benefits you cannot choose */
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading {
  background: #a8c1b1;
}

/* accordion expand/collapse icons styling */
.bootstrap-iso.benefit-matrix .glyphicon-menu-down,
.bootstrap-iso.benefit-matrix .glyphicon-menu-up {
  position: relative;
  right: .5em;
}
.bootstrap-iso.benefit-matrix .glyphicon-menu-down {
  transform: rotate(90deg);
  transition: all .25s;
}
.bootstrap-iso.benefit-matrix .glyphicon-menu-up {
  transform: rotate(-90deg);
  transition: all .25s;
}
.bootstrap-iso.benefit-matrix .glyphicon-menu-down:before,
.bootstrap-iso.benefit-matrix .glyphicon-menu-up:before {
  font-family: FontAwesome;
	content: '\f04b';
}
.bootstrap-iso.benefit-matrix .glyphicon-menu-down:before,
.bootstrap-iso.benefit-matrix .glyphicon-menu-up:before {
  color: #fff;
}
/* all numerical values */
.benefit-matrix .font-youpay-color,
.benefit-matrix .glyphicon-play-color {
  color: #000
}
/* confirm choices button */
.benefitheader-fixed div#followup-items a.btn {
  background: #ce2717;
  font-weight: normal;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background: #ce2717;
  font-weight: normal;
}
.benefitheader-fixed div#followup-items a.btn:focus,
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover {
  background: #ce2717;
}

/* hide reset to default button */
.benefitheader-fixed div#resettodefaults a.btn {
  display: none;
}

/* panel and line group background colour */
.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body,
.benefit-matrix .group-default {
  background: #ededed
}

/* 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 {
  color: #ce2717;
}
/* benefit intro icon */
.benefit-matrix .row.title .glyphicon-info-sign-color {
  color: #95b5c7;
}
/* select buttons */
.benefit-matrix .row .btn-success {
  min-width: 75%;
  background: #ce2717;
}
.benefit-matrix .row .btn-success:hover {
  background: #ce2717;
  border-radius: 20px;
  border-color: transparent;
  font-weight: normal;
  min-width: 75%;
}
.benefit-matrix .row .btn-success:focus,
.benefit-matrix .row .btn-success:active,
.benefit-matrix .row .btn-success:active:hover {
  background: #ce2717;
  border-radius: 20px;
}

/* hide New, Changed and Unlocked benefit labels */
.benefit-matrix .newbenefit,
.benefit-matrix .changebenefit,
.benefit-matrix .glyphicon-record {
  display: none;
}

/* approved dependant listing text colour */
.dependent-approved {
  color: #000;
}
/* leaving enrolment popup */
.online-two-iso .header-overlay{
	background-color: #ce2717;
}
.online-two-iso .header-overlay h5 {
  color: #fff;
}
/* Close button background and position */
.online-two-iso .header-overlay A.close{
	background-image: none;
	padding-right: 10px;
}
/* Close button icon 'x' */
.online-two-iso .header-overlay A.close:after{
  font-family: FontAwesome;
  content: "\f00d";
	font-size: 20px;
	line-height: 20px;
  margin-left: .25em
}
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue,
.online-two-iso A.button-style.blue {
  background: #ce2717;
  font-size: 16px;
  border-radius: 20px;
}
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:hover,
.online-two-iso A.button-style.blue:hover {
  background: #ce2717;
  box-shadow: none;
}
/* CONFIRM CHOICES POPUP */
.benefit-matrix .modal-content .modal-body.confirmchoice th{
  padding-right: 20px;
}
.benefit-matrix .modal-footer #confirmation-buttons .confirmagreementbtngroup > label:first-of-type.btn-default.active,
.benefit-matrix .modal-footer #confirmation-buttons .confirmagreementbtngroup > label:first-of-type.btn-default:hover:before {
  background: #93d500;
  font-weight: normal;
}
.benefit-matrix .modal-footer #confirmation-buttons .confirmagreementbtngroup > label:last-of-type.btn-default.active,
.benefit-matrix .modal-footer #confirmation-buttons .confirmagreementbtngroup > label:last-of-type.btn-default:hover:before{
  background: #ce2717;
  font-weight: normal;
}
.benefit-matrix .confirm-checkout-button .btn-success {
  background: #ce2717;
  border-radius: 20px;
  border-color: transparent;
  font-weight: normal;
}
.benefit-matrix .confirm-checkout-button .btn-success:hover {
  background: #ce2717;
  border-color: transparent;
  border-radius: 20px;
  font-weight: normal;
}
.benefit-matrix .confirm-checkout-button .btn-success:focus,
.benefit-matrix .confirm-checkout-button .btn-success:active,
.benefit-matrix .confirm-checkout-button .btn-success:active:hover {
  background: #ce2717;
  border-color: transparent;
  border-radius: 20px;
  font-weight: normal;
}

/* Calender Control Styling */
.bootstrap-iso .btn.online-two-datepicker,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger,
.bootstrap-iso .uib-datepicker .btn-info.active,
.online-two-iso .datepicker-container .input-group-btn .btn{
  background-color: #ce2717;
  border-color: #ce2717;
  min-width: auto;
  border-radius: 0;
}
.bootstrap-iso .uib-datepicker-popup .uib-datepicker-current.btn-sm.btn-info{
  background-color: #104f94;
  border-color: #104f94;
}

/****************************************** BENEFIT SELECTION STYLING *******************************************/
/* continue button */
.benefitselect .continue {
  background: #ce2717;
  padding: 6px 12px;
  min-width: 100%;
  margin: 0;
}

@media only screen and (max-width:992px){
  .benefitselect #line-widgets {
    margin-bottom: 10px;
  }
}
/* select buttons */
.online-two-iso .benefitselect A.button-style.green {
  background: #ce2717;
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background: #0f2369;
}
.online-two-iso .benefitselect A.button-style.green:focus,
.online-two-iso .benefitselect A.button-style.green:active,
.online-two-iso .benefitselect A.button-style.green:active:hover {
  background: #ce2717;
}
/* remove division elements between benefits */
.division {
  display: none;
}
/* benefit description row colour */
.benefitselect .line-benefit-intro .line-description .row {
  background: #fff;
  padding: 1em 0;
}
/* benefit intro icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: #95b5c7;
}
/* 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 P SPAN.green-number {
  color: #000;
}
/*remove text transform */
.in-Cart .cost,
.in-Cart .funded,
.in-Cart .cost P,
.in-Cart .funded P {
  text-transform: none;
}

/* change dependants button */
.online-two-iso A.button-style.blue.dependants_change_editbutton {
  background: #ce2717;
}
.online-two-iso A.button-style.blue.dependants_change_editbutton:hover {
  background: #ce2717;
}
.online-two-iso A.button-style.blue.dependants_change_editbutton:focus,
.online-two-iso A.button-style.blue.dependants_change_editbutton:active,
.online-two-iso A.button-style.blue.dependants_change_editbutton:active:hover {
  background: #ce2717;
}
/* 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: #104f94;
}
.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: #000;
}
/* see also link colour */
.benefitselect .linename > a:link {
  color: #000;
}
.benefitselect .linename > a:hover {
  color: #ce2717;
  text-decoration: none;
}

/*Buttons on dependant popup */
.benefitselect .election-info-collect .btn.btn-success {
  background: #ce2717;
}
.benefitselect .election-info-collect .btn.btn-warning {
  background: #ce2717;
}
.benefitselect .election-info-collect .btn.btn-success:hover {
  background: #ce2717;
  font-weight: normal;
  border-radius: 20px;
}
.benefitselect .election-info-collect .btn.btn-success:focus,
.benefitselect .election-info-collect .btn.btn-success:active,
.benefitselect .election-info-collect .btn.btn-success:active:hover {
  background: #ce2717;
  font-weight: normal;
  border-radius: 20px;
}
.benefitselect .election-info-collect .dependant-board .description {
  cursor: pointer;
}
.bootstrap-iso.benefit-matrix.benefitselect .election-info-collect .dependant-board .glyphicon-menu-down::before {
  color: #ce2717;
}
.bootstrap-iso.benefit-matrix.benefitselect .election-info-collect .dependant-board .glyphicon-menu-up::before {
  color: #ce2717;
}

/****************************************** BENEFIT STATEMENT STYLING *******************************************/
.benefit-matrix .benefitdate,
.benefit-matrix .benefitdate input {
  border: 1px solid #000;
}
.benefit-matrix .benefitdate .data-addon {
  color: #000;
  text-transform: none;
}
.benefit-matrix .benefit-category .panel-body {
  background: #ededed;
}
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .btn-warning.active:hover,
.bootstrap-iso .btn-warning.active:focus{
  background-color: #104f94;
  border-color: #104f94;
}
/****************************************** BENEFITS OVERVIEW STYLING *******************************************/
.bootstrap-iso#benefit-overview {
  background: #ededed;
}
#benefit-overview .benefit-overview-title H1 {
  color: #000;
}
#benefit-overview .overview-component {
  margin-bottom: 1em;
  background: #fff;
}
#benefit-overview .filter.overview-component {
  padding: 12px;
}
/* styling benefit filter dropdown */
.bootstrap-iso#benefit-overview .btn.btn-popup {
  background: transparent;
  border: 1px solid #000;
  color: #bbb;
  font-weight: normal
}
.bootstrap-iso#benefit-overview .btn.btn-popup:hover {
  border: 1px solid;
  color: #000;
}
/* styling search term filter */
.bootstrap-iso#benefit-overview .filter.overview-component .input-group span.input-icon-left {
  border-color: #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.bootstrap-iso#benefit-overview .filter.overview-component .input-group span.input-icon-right {
  border-color: #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width:770px) {
  #benefit-overview .benefit-overview-title {
    width: 100%;
    background: #fff;
    padding-left: .8em
  }
  .bootstrap-iso#benefit-overview .filter.overview-component .input-group input {
    border-color: #000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width:769px) {
  #benefit-overview .benefit-overview-title {
    width: calc(100% - 12px);
    margin: 0 6px;
    background: #fff;
    padding-left: .5em;
  }
  .bootstrap-iso#benefit-overview .filter.overview-component .input-group input {
    border-color: #000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.bootstrap-iso#benefit-overview .filter.overview-component .input-group {
  border: transparent;
}
/* accordion color financial */
#benefit-overview #overviewAccordion .panel-default.finance > .panel-heading {
  background: transparent;
}
/* accordion color health */
#benefit-overview #overviewAccordion .panel-default.health > .panel-heading {
  background: transparent;
}
/* accordion color lifestyle */
#benefit-overview #overviewAccordion .panel-default.leisure > .panel-heading {
  background: transparent;
}
/* accordion title */
#benefit-overview #overviewAccordion .panel-title {
  color: #0d4550
}
/* expand/collapse icons styling */
.bootstrap-iso#benefit-overview .glyphicon-menu-down,
.bootstrap-iso#benefit-overview .glyphicon-menu-up {
  position: relative;
  right: .5em;
}
.bootstrap-iso#benefit-overview .glyphicon-menu-down {
  transform: rotate(90deg);
  transition: all .25s;
}
.bootstrap-iso#benefit-overview .glyphicon-menu-up {
  transform: rotate(-90deg);
  transition: all .25s;
}
.bootstrap-iso#benefit-overview .glyphicon-menu-down:before,
.bootstrap-iso#benefit-overview .glyphicon-menu-up:before {
  font-family: FontAwesome;
	content: '\f04b';
  font-size: 1.2em;
}
.bootstrap-iso#benefit-overview .glyphicon-menu-down:before {
  color: #95b5c7
}
.bootstrap-iso#benefit-overview .glyphicon-menu-up:before{
  color: #0d4550;
}

/* button styling */
#benefit-overview .know-more-link {
  background: #95b5c7
}
#benefit-overview .know-more-link A {
  font-weight: normal;
}
#benefit-overview .know-more-link .aria {
  display: none;
}

/****************************************** PROFILE PAGE STYLING *******************************************/
/* hide preferences tab */
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.preference {
  display: none;
}
/* tab colour */
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.sel A,
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI A{
	color: #104f94;
	border-color: #104f94;
	outline: none;
}
@media only screen and (min-width:751px){
  html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI A:hover {
    border-bottom: .5em solid #104f94;
  }
}
.online-two-iso P.sectionTitledimmed:hover,
.online-two-iso P.sectionTitledimmedLeft:hover {
  color: #104f94;
}
.online-two-iso P.sectionTitledimmed:focus,
.online-two-iso P.sectionTitledimmedLeft:focus,
.online-two-iso P.sectionTitle {
  color: #104f94;
}
/* remove text transform and set colour for labels */
html#profile body#profile .profile #profile-online-2 span.label, 
html#profile body#profile .profile #profile-online-2 label:not(.ui-button),
html#profile body#profile .profile #profile-online-2 #contactTab span.label,
html#profile body#profile .profile #profile-online-2 #contactTab label{
	text-transform: none;
}
/* colour for label data */
html#profile body#profile .profile #profile-online-2 #profilecontainer .content-box-border .row .grid-cell P {
  color: #606060;
}
/* password criteria label on Security tab */
.online-two-iso .validation-caption,
.online-two-iso .validation-rules li.failed {
  color: #ce2717;
}
.online-two-iso .validation-rules li.passed {
  color: #93d500;
}

/****************************************** TRS PAGE STYLING *******************************************/
.bootstrap-iso.trsdashboard {
  background: #ededed
}

.bootstrap-iso.trsdashboard .row.summary-header {
  background: #ededed;
  margin-bottom: 0;
}
.trsdashboard .summary-myreward {
  visibility: hidden;
}
.trsdashboard .summarystatementdate {
  color: #000;
  text-align: center;
  font-size: 1.9em;
  visibility: hidden;
}
.bootstrap-iso.trsdashboard .panel-default > .panel-heading {
  background: #ce2717;
}
.bootstrap-iso.trsdashboard .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #fff;
}
/* accordion expand/collapse icons styling */
.bootstrap-iso.trsdashboard .glyphicon-menu-down,
.bootstrap-iso.trsdashboard .glyphicon-menu-up {
  position: relative;
  right: .5em;
}
.bootstrap-iso.trsdashboard .glyphicon-menu-down {
  transform: rotate(90deg);
  transition: all .25s;
}
.bootstrap-iso.trsdashboard .glyphicon-menu-up {
  transform: rotate(-90deg);
  transition: all .25s;
}
.bootstrap-iso.trsdashboard .glyphicon-menu-down:before,
.bootstrap-iso.trsdashboard .glyphicon-menu-up:before {
  font-family: FontAwesome;
	content: '\f04b';
}
.bootstrap-iso.trsdashboard .glyphicon-menu-down:before,
.bootstrap-iso.trsdashboard .glyphicon-menu-up:before {
  color: #fff;
}
.bootstrap-iso.trsdashboard .dashboardtext h2 {
  margin-top: 0
}
/* remove #fff line between segments of donut */
#dashboardContainer path.highcharts-point {
	stroke-width: 0
}
/*.bootstrap-iso.trsdashboard .trs-icon i {
  visibility: hidden;
}*/
.bootstrap-iso.trsdashboard .nav-justified {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
}
.trsdashboard .desktop-tab .nav-pills > li.active > a,
.trsdashboard .desktop-tab .nav-pills > li.active > a:hover,
.trsdashboard .desktop-tab .nav-pills > li.active > a:focus {
  border-bottom: .5em solid #104f94;
  color: #104f94;
  font-weight: bold;
  border-radius: 0;
  outline: none;
}
.bootstrap-iso .nav > li > a:hover,
.bootstrap-iso .nav > li > a:focus {
  background: none;
  border-bottom: .5em solid #104f94;
  color: #104f94;
  font-weight: bold;
  border-radius: 0;
  outline: none;
}
.bootstrap-iso.trsdashboard .tab-content{
  border: 1px solid #ddd;
  background: #fff;
  color: #000
}
/*remove margin of rows in the information section of the trs to prevent borders running outside the container */
.bootstrap-iso .tab-pane .row {
  margin: 0;
}
.trsdashboard .chart_line {
  border-color: #000;
}
/*TRS font icons*/
.trsdashboard i.SalaryandAllowances::before {
    content: "\f154";
    font-family: FontAwesome;
    /*color: #0083A9;*/}
.trsdashboard i.PensionandFinanceProtection::before {
    content: "\f080";
    font-family: FontAwesome;
    /*color: #F0AB00;*/}
.trsdashboard i.HealthandWellbeing::before {
    content: "\f0fa";
    font-family: FontAwesome;
    color: #6E267B;}
.trsdashboard i.Bonus::before {
    content: "\f0d6";
    font-family: FontAwesome;
    /*color: #4D4F53;*/}


/****************************************** BENEFIT INTRO POPUPS *******************************************/
.online-two-iso .modal-large {
  width: 95%;
  max-width: 1080px;
}
.online-two-iso .modal-large .modal-body .pannel-body-full {
  overflow-x: hidden;
}
.bootstrap-iso .modal .info-text h1 {
  text-transform: none;
}
/* list styling */
.bootstrap-iso ul.fa-ul {
  margin-top: .5em;
  margin-bottom: .5em;
}
.bootstrap-iso ul.fa-ul li::before{
  font-family: FontAwesome;
  content: '\f111';
  font-size: .5em;
  padding-right: .5em;
  position: relative;
  bottom: 2px;
  color: #ce2717;
}
.bootstrap-iso ul.fa-ul li ul.fa-ul li:before {
  content: '\f10c';
}
.bootstrap-iso ul.fa-ul.check-list-item li:before {
  content: '\f00c';
  font-size: .75em;
}
.bootstrap-iso .info-text.item ol,
.bootstrap-iso .faq-item ol {
  margin: .5em 0 .5em 2.14285714em;
  list-style-type: decimal;
}
/* Ordered list with bracket style (inside span) */
span.bracket-list ol {
    counter-reset: list;
}
span.bracket-list ol > li {
    list-style: none;
}
span.bracket-list ol > li:before {
    content: counter(list) ") ";
    counter-increment: list;
}
.bootstrap-iso span.bracket-list ol{
    margin-left: 1em;
}

/* heading styling */
.bootstrap-iso .info-text.item h5,
.bootstrap-iso .faq-item h5 {
  padding-left: 0;
  font-weight: bold;
}

/* icons */
.modal-body [class*="online-two-icon-"] {
  font-size: 8em;
  text-align: center;
}
@media only screen and (min-width:770px){
  .online-two-iso .modal-large a.tab-selector-link:hover,
  .online-two-iso .modal-large .tab-selector-link.active,
  .online-two-iso .modal-large .tab-selector-link {
    color: #104f94;
    border-color: #104f94;
  }
}
@media only screen and (max-width:769px){
  .online-two-iso .modal-large .tab-selector-link {
    color: #104f94;
  }
  .online-two-iso .modal-large .tab-selector-link.active {
    color: #104f94;
    border-left: .25em solid #104f94
  }
  .online-two-iso .modal-large .tab-header .back a{
    color: #104f94;
  }
}

/****************************************** MANAGE DEPENDANT POPUP *******************************************/
.dependantModalHeader {
  padding-left: .8em
}
.online-two-iso .modal-normal .tab-selector-link.active,
.online-two-iso .modal-normal a.tab-selector-link:hover {
  color: #104f94;
  border-color: #104f94;
}
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove{
  color: #104f94;
  font-weight: normal;
}

.dependant-list-top a.dependant-add-link:hover, 
.dependant-list a.dependant-edit:hover{
  color: #ce2717;
}

.dependant-list a.dependant-remove:hover {
  color: #ce2717;
}
/* costs on dependant covered tab */
.benefit-matrix .employee-cost .cost-number {
  color: #000
}
/* save button */
.bootstrap-iso .dependant-normal .btn.btn-success:hover {
  border-radius: 20px;
  font-weight: normal
}
.bootstrap-iso .dependantContainer .btn.btn-success {
  background: #ce2717;
}
.bootstrap-iso .dependantContainer .btn.btn-warning {
  background: #ce2717;
}
.bootstrap-iso .dependantContainer .btn.btn-success:hover,
.bootstrap-iso .dependantContainer .btn.btn-warning:hover {
  background: #ce2717
}
.bootstrap-iso .dependantContainer .btn.btn-success:focus,
.bootstrap-iso .dependantContainer .btn.btn-success:active,
.bootstrap-iso .dependantContainer .btn.btn-success:active:hover,
.bootstrap-iso .dependantContainer .btn.btn-warning:focus,
.bootstrap-iso .dependantContainer .btn.btn-warning:active,
.bootstrap-iso .dependantContainer .btn.btn-warning:active:hover {
  background: #ce2717;
}
/* styling bulleted lists in intro text of module */
.bootstrap-iso ul.fa-ul.only-margin-top {
  margin: .5em 0 0 0 
}

/****************************************** BENEFIT IMAGES *******************************************/
/* REMOVE BACKGROUND IMAGES */
/* benefit matrix */
.benefit-matrix .benefitline .benefit-menu .img,
/* benefit selection see also section */
div.see-also .img,
/* benefit overview */
#benefit-overview .summaryImage .img
/* life event icons 
.benefit-matrix .active-benefits .img*/ {
  background: none;
}
/* GENERAL STYLING TO USE ONLINETWOICONFONT FOR BENEFIT ICONS */
.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;
}
/* SEE ALSO ICON SIZE */
div.see-also .img:before {
  font-size: 4em;
  top: -.25em
}
/* specific media query for IE10+ to handle see also images images */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  div.see-also .img:before {
    font-size: 56px;
  }  
}
.Finances .img:before,
.finance .img:before {
  color: #104f94;
}
.Health .img:before,
.health .img:before {
  color: #e68e9e;
}
.Lifestyle .img:before,
.leisure .img:before {
  color: #b0a169;
}
/* pension */
/* line set id TBC */
.img.Lxxx:before,
/* pension line id */
.img.L30b696b5-9036-4c9c-9e6b-566e0f08a445:before,
#benefit-overview .img.BenefitImage_30b696b5-9036-4c9c-9e6b-566e0f08a445:before {
  content: '\e91f';
}
/* pension AVCs */
.img.Leb3103b1-a584-4202-9846-c7d23d9f9af6:before,
#benefit-overview .img.BenefitImage_eb3103b1-a584-4202-9846-c7d23d9f9af6:before {
  content: '\e920';
}
/* critical illness */
.img.L3fbfc07c-1300-4753-b8c2-1c83cb6318d5:before,
#benefit-overview .img.BenefitImage_3fbfc07c-1300-4753-b8c2-1c83cb6318d5:before {
  content: '\e905';
}
/* childcare vouchers */
.img.L4618ed5f-3306-49bc-8e32-54ad7e2285d2:before,
#benefit-overview .img.BenefitImage_4618ed5f-3306-49bc-8e32-54ad7e2285d2:before {
  content: '\e901';
}
/* private medical */
.img.L9c61b3fd-4d79-47d2-873f-d5f47672b70f:before,
#benefit-overview .img.BenefitImage_9c61b3fd-4d79-47d2-873f-d5f47672b70f:before {
  content: '\e927';
}
/* dental */
.img.Lfa09e55b-1c54-4a4f-9bd7-effb6391853c:before,
#benefit-overview .img.BenefitImage_fa09e55b-1c54-4a4f-9bd7-effb6391853c:before {
  content: '\e909';
}
/* health cash plan */
.img.Ld5b02405-0550-4d98-a86b-38a3d535c4a3:before,
#benefit-overview .img.BenefitImage_d5b02405-0550-4d98-a86b-38a3d535c4a3:before {
  content: '\e918';
}
/* holidays */
.img.L0db8f353-d9b3-4de6-8f50-48ee19223191:before,
#benefit-overview .img.BenefitImage_0db8f353-d9b3-4de6-8f50-48ee19223191:before {
  content: '\e919';
}
/* bike to work */
.img.Lbf66c7d7-69c8-402f-ad15-d7243e05769a:before,
#benefit-overview .img.BenefitImage_bf66c7d7-69c8-402f-ad15-d7243e05769a:before {
  content: '\e908';
}
/* gym */
.img.L8bcf47a4-f65a-4b01-8ba9-8423a31822f6:before,
#benefit-overview .img.BenefitImage_8bcf47a4-f65a-4b01-8ba9-8423a31822f6:before {
  content: '\e914';
}
/* GAYE */
.img.Le434c7f3-448c-40b8-a731-3a60df24e472:before,
#benefit-overview .img.BenefitImage_e434c7f3-448c-40b8-a731-3a60df24e472:before {
  content: '\e911';
}

/****************************************** Life Events popup *******************************************/
/* BACKGROUND OF IMAGE PLACEHOLDER */
.benefit-matrix .active-benefits .img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #cadae3;
}
/* GENERAL STYLING TO USE ONLINETWOICONFONT FOR BENEFIT ICONS */
.benefit-matrix .active-benefits .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 6em;
  color: #fff;
  position: relative;
  top: -.25em
}
.active-benefits .events {
  height: 150px
}

/* birth/death TBC */
.benefit-matrix .active-benefits .img.Exxx:before {
  content: '\e962'
}
/* marriage TBC */
.benefit-matrix .active-benefits .img.Eyyy:before {
  content: '\e961'
}
/*For the ordered lists in footer pages*/
.legalcontent-termsofuse ol {
  margin-left: 2.14285714em;
}
/* unordered lists */
.fa-ul {
margin-left: 0.84285714em;
}
.online-two-iso .modal-body#online2-global-benefit-overview-modaltemplate .tab-body UL {
padding-left: 0;
}
.bootstrap-iso ul.fa-ul li {
padding-left: 1em;
}
.bootstrap-iso ul.fa-ul li::before {
font-family: FontAwesome;
content: '\f111';
font-size: 0.5rem;
margin-left: -1em;
padding-right: 0.5em;
position: relative;
bottom: 3px;
color: #000;
}
.bootstrap-iso ul.fa-ul li ul.fa-ul li::before {
content: '\f10c';
}

/* FOOTER ALIGNMENT FIX */

@media only screen and (min-width: 768px){
  /* display nav items in one line */
  #footer.footer-fullwidth nav ul#footer-links li,
#footer.footer-fullwidth a.optanon-toggle-display.EUFooterLink{
    display: inline-block !important;
  }
}
@media only screen and (min-width:751px){
.online-two-iso #footer div:not(:first-child) a { border-left: 1px solid; }
.online-two-iso #footer a { padding: 0 1em; text-transform: none; color: #000; }
}
/*hs and hs partner icon*/
.img.L5b8366c0-3ffb-4c0a-ba4a-3e5027f71afa::before, #benefit-overview .img.BenefitImage_5b8366c0-3ffb-4c0a-ba4a-3e5027f71afa::before {
  content: '\e915';
}
.img.Ld0f7ab2d-b94a-4be3-980b-83dfd15e165e::before, #benefit-overview .img.BenefitImage_d0f7ab2d-b94a-4be3-980b-83dfd15e165e::before {
  content: '\e916';
}
/*health and wellbeing support icon*/
.img.LEH::before, #benefit-overview .img.BenefitImage_EH::before {
content: '\e942';
}


/* Minification failed (line 3, error number 1062): Expected semicolon or closing curly-brace, found '-' */