/*CLIENT CUSTOM CSS CODE HERE */
/* font declaration for using OnlineTwoIconFont set */
@font-face {
 font-family:'OnlineTwoIconFont';
 src:url('/benefitsadminuk2/media/UK/Fonts/OnlineTwoIconFont.eot');
 src:url('/benefitsadminuk2/media/UK/Fonts/OnlineTwoIconFont.eot?#iefix') format('embedded-opentype'),
 url('/benefitsadminuk2/media/UK/Fonts/OnlineTwoIconFont.woff') format('woff'),
 url('/benefitsadminuk2/media/UK/Fonts/OnlineTwoIconFont.ttf') format('truetype'),
 url('/benefitsadminuk2/media/UK/Fonts/OnlineTwoIconFont.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: #a9a9a9;
  --button-color: #a9a9a9;
  --button-color-alternate: #a9a9a9;
  --button-text-color: #fff;
  --button-hover-color: #d3d3d3;
  --button-hover-text-color: #000;
  --button-click-color: #2f4f4f;
  --button-click-text-color: #fff;
  --link-text-color: #a9a9a9;
  --link-text-hover-color: #d3d3d3;
  --link-text-click-color: #2f4f4f;
  --header-overlay: #a9a9a9;
  --panel-color: #a9a9a9;
  --info-icon-color: #a9a9a9;
  --tab-selector-text-color: #2f4f4f;
  --tab-selector-border-color: #2f4f4f;
  --tab-selector-inactive-text-color: #d3d3d3;
  --progress-bar-color: #a9a9a9;
  --success-icon-color: #a9a9a9;
  --unordered-list-bullet-color: #a9a9a9;
  --datepicker-today: #a9a9a9;
  --datepicker-clear: #a9a9a9;
  --datepicker-close: #a9a9a9;
  --slider-toggle-color: #a9a9a9;
  --benefit-icon-color: #a9a9a9;
  --linegroup1-benefit-icon-color: #a9a9a9;
  --linegroup2-benefit-icon-color: #a9a9a9;
  --linegroup3-benefit-icon-color: #a9a9a9;
  --life-event-background: #c0c0c0;
  --logo: url(/benefitsadminuk2/media/MediaLibrary/UK%20Branded%20Demo%20Images/Logo.png);
  --login-image: url(/static/Aon.Marketplace/img/online2/loginbody.jpg);
  --site-header-color: #a9a9a9;
  --site-header-icon-color: #fff;
  --site-footer-color: #a9a9a9;
  --site-footer-link-color: #fff;
  --need-assistance-pull-down-menu: #a9a9a9;
  --homepage-module-background-color: #a9a9a9;
  --homepage-heading-color: #a9a9a9;
  --homepage-module-icon-color: #a9a9a9;
  --homepage-enrolment-days-left-color: #a9a9a9;
  --carousel-heading-color: #fff;
  --carousel-text-color: #fff;
  --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: #2f4f4f;
  --follow-up-panel-color: #2f4f4f;
  --mobile-menu-icon-color: #fff;
  --mobile-menu-link-color: #a9a9a9;
}

@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: #1D252C;
  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: #7B54FC;
}
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: #1D252C;
}
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: #636569;
}

/****************************************** 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: #7B54FC;
  border: none;
  border-radius: 20px;
  color: #fff;
  text-transform: initial;
}

/* 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: #1D252C;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  text-transform: initial;
}

/* 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: #1D252C;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
  text-transform: initial;
}

/* 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: #7B54FC;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #fff;
  outline: none;
  text-transform: initial;
}

/* 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: #7B54FC;
  text-transform: initial;
}

.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: #1D252C;
  text-transform: initial;
}

.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: #7B54FC;
  text-transform: initial;
}

/****************************************** 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: #a9a9a9;
}
/* 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{
  background-color: #a9a9a9;
}
/* reset benefit intro popup to not have header overlay colour */
.online-two-iso [class*="LineDetail"] .tab-header {
  background-color: #f2f2f2;
}

/* 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;
}
/* reset benefit intro close icon to be default colour after resetting header background colour */
.online-two-iso .modal-large [class*="LineDetail"] .close:after {
  color: #666;
}

/* 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 [class*="modal"] a.tab-selector-link:hover,
.online-two-iso [class*="modal"] .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: #2f4f4f;
  border-bottom: .5em solid #7B54FC;
}
.online-two-iso .modal-normal .tab-selector-link,
.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: #d3d3d3;
}

/****************************************** 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: #636569;
}
/* 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: #7B54FC;
}

/****************************************** slider toggle color *******************************/
.online-two-iso input:checked + .slider {
  background-color: #a9a9a9;
}

/****************************************** label styling e.g. "Note:" labels *******************************/
.bootstrap-iso .label {
  background-image: none;
}

/****************************************** logo ***********************************/
#logo {
  background-image: url("/deepsecurebenefits/media/Forcepoint/login%20Page/Everfox%20-%20logo%20200x62px.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -11px;
}
/* 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: #fff;
}
/* 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: #636569;
  }
}

/* need assistance pull down tab */
.help-ico .helptoggle {
	background-image: none!important;
	background-color: #a9a9a9;
}
#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: #7B54FC;
    width: auto;
    padding: 0 1em;
  }
  /* hover colour of links in floating header */
  #header a:hover {
    color: #1D252C;
    text-decoration: none;
  }
  /* focus colour of links in floating header */
  #header a:focus {
    color: #1D252C;
    text-decoration: none;
  }
}


/****************************************** site footer ***********************************/
/* footer colour */
.online-two-iso #terminator #footer.footer-fullwidth {
  background-color:  #fff;
}
/* footer link color */
.online-two-iso #footer a {
  color: black;
}
/* 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;
	font-size: 18px;
	margin-bottom: 0px;
}
/* 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("/deepsecurebenefits/media/Forcepoint/login%20Page/TPG%20-%20login%20page%20image_ver2.png");    
  }
  /* login module background colour */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background-color: #7B54FC;
  }
}
@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: #a9a9a9;
}

/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container{
  background-color: #a9a9a9;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background-color: #a9a9a9;
  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: 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: #666;
}
/*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 75% 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: 75%
  }
}
/* module icon styling*/
[class*="online-two-icon-"]:before{
  color: #a9a9a9;
  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: "\e937";
}
/* benefit information icon */
.online-two-icon-136:before {
  content: "\e987";
}
/* discounts icon*/
.online-two-icon-48:before {
  content: "\e92f";
}
/* my benefits icon*/
.online-two-icon-63:before {
  content: "\e93e";
}
/* my profile icon */
.online-two-icon-97:before {
  content: "\e960";
}
/* company content icon */
.online-two-icon-121:before {
  content: "\e978";
}

/*** 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-left: 4rem;
  max-width: 45%;
}
/* remove margin around carousel content and set colour */
#home-online-three #home-integrated .home-module-integrated .content p  {
  margin: 0;
  color: #fff;
  font-size: 1.2em;
}
/* carousel slide content headings */
.home-module-integrated .content h2,
.home-module-integrated .content h3 {
  margin-top: 0;
  color: #fff;
}
/* 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;
}

@media only screen and (min-width:768px){
  /* benefit statement payslip data item styling */
  #item-0, #item-1, #item-2 {
		width: calc(100% - 2em);
    /*margin-left: 1em;*/
    margin-left: 0.01em;
		text-align: left;
		font-weight: normal;
	}
	.payslip-item-amount {
		float: none;
	}
	/*#item-1 {border-bottom: 1px solid #333;}*/
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-1 .payslip-item-name, 
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-2 .payslip-item-name{
     width: auto;}
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-0 {
    font-size: 22px;
    margin-bottom: 0px;}
   #home-module-benefit-statement .benefit-statement-copy .payslip-item-data {
    font-size: 22px;}
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-name {
    font-weight: 300;
    font-size: 22px;}
  #benefit-statement-chart-container {visibility: hidden;}
}

/****************************************** benefit overview page *******************************************/
/* heading */
#benefit-overview .benefit-overview-title {
  padding: 0;
}
#benefit-overview .benefit-overview-title H1 {
  color: #000;
  font-size: 22px;
  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: #7B54FC;
  border: none;
  color: (--button-text-color);
}
.bootstrap-iso#benefit-overview .clear-filter:hover,
.bootstrap-iso#benefit-overview .clear-filter:focus {
  background-color: #1D252C;
  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: #7B54FC;
  color: #fff;
}

/* know more buttons */
#benefit-overview .know-more-link .aria {
  display: none;
}
.bootstrap-iso#benefit-overview .btn.know-more-link {
  background-color: #7B54FC;
  border: none;
  padding: 8px 28px 8px 28px;
}
.bootstrap-iso#benefit-overview .know-more-link A {
  color: #fff;
  padding: 0;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:focus {
  background-color: #1D252C;
}
.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: #7B54FC;
}
.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: #2f4f4f;
  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: inherit;
}
.benefit-matrix .modal .hdffollowup-intro {
  color: #1D252C;
}

/****************************************** 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 {
  background-color: #7B54FC;
  border-radius: 20px;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background-color: #1D252C;
  border-radius: 20px;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:focus {
  background-color: #1D252C;
  border-radius: 20px;
  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: #7B54FC;
  border-radius: 0;
  color: #fff;
}
#matrix\ anytime-enroll .benefitheader-fixed div#followup-items a.btn:active,
#matrix\ anytime-enroll .benefitheader-fixed div#followup-items a.btn:active:hover,
#matrix\ anytime-enroll .benefitheader-fixed div#followup-items a.btn:active:focus {
  border-radius: 20px;
}
/* monthly annual pay toggle styling
monthly button active */
.bootstrap-iso .btn-warning.active.btn-perpay {
  background-color: #636569;
  border-color: #636569;
  color: #fff;
}
/* annual button active */
.bootstrap-iso .btn-warning.active.btn-peranual {
  background-color: #636569;
  border-color: #636569;
}
/*monthly button inactive */
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle) {
  border-color: #636569;
}
/*annual button inactive */
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child) {
  border-color: #636569;
}
/* 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 #636569;
  border-radius: 0
}

/* accordion background colours */
/* benefits you can choose*/
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading {
  background: #75bf71;
}
/* 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: #636569;
}

.benefit-matrix .lineheader > a:link:hover,
.benefit-matrix .lineheader > a:link:focus {
  color: #1D252C;
}
.benefit-matrix .lineheader > a:link:active,
.benefit-matrix .lineheader > a:link:active:hover,
.benefit-matrix .lineheader > a:link:active:focus {
  color: #636569;
}

/* 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: #7B54FC;
  text-transform: initial;
}

/* approved dependant and beneficiary listing text colour */
.benefit-matrix h4[tbs-translate="Enrollment.Step3.WhoIsCovered"],
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  color: #1D252C;
}
.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: #7B54FC;
  position: relative;
  top: -5px;
}
/* unlocked label */
.benefit-matrix .glyphicon-record,
.benefit-matrix .acitve-text{
  background-color: #7B54FC;
  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: 20px
}
/* line name */
.benefitselect .line-name {
  color: #1D252C;
}
/* more info icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: #7B54FC;
}

/* 'Currently Selected' heading */
.benefitselect .header-selected {
  color: #1D252C;
}

/* 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: #7B54FC;
  border-radius: 20px;
  color: #fff;
  text-transform: initial;
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background-color: #1D252C;
  box-shadow: none;
  color: #fff;
}
.online-two-iso .benefitselect A.button-style.green:focus {
  background-color: #1D252C;
  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: #7B54FC;
  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: #1D252C;
}
/* selected plan border box */
.benefitselect .products .box-border.sel,
.benefitselect .products .box-border.sel .header {
  background: #2f4f4f;
}
.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: #7B54FC;
}
.benefitselect .linename > a:hover {
  color: #1D252C;
}
.benefitselect .linename > a:focus {
  color: #1D252C;
}
.benefitselect .linename > a:active,
.benefitselect .linename > a:active:hover,
.benefitselect .linename > a:active:focus {
  color: #636569;
}

/****************************************** 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: #1D252C;
}
/* 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: #7B54FC;
  border-radius: 20px;
  color: #fff;
  text-transform: initial;
}
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: #1D252C;
  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: #7B54FC;
  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: #2f4f4f;
  border-bottom: .5em solid #2f4f4f;
  padding-bottom: .25em;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon {
  border-bottom: .5em solid #2f4f4f;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon .sectionTitledimmed {
  color: #2f4f4f;
}

/* 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: #2f4f4f;
  border-bottom: .5em solid #2f4f4f;
  padding-bottom: .25em;
}
/* beneficiaries edit allocation popup */
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label {
  background-color: #7B54FC;
  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: #7B54FC;
  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: #1D252C;
  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: #2f4f4f;
  border-bottom: .5em solid #7B54FC;
  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: #a9a9a9;
  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: #1D252C
}
#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: 25%;
  border-radius: 20px;
  text-transform: none;
  background-color: #7B54FC;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:focus {
  background-color: #1D252C;
  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: #7B54FC;
}
#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;
}

/****************************************** forgot password popup **************************************/
/* progress bar colour */
.bootstrap-iso .progress-bar-success {
  background-color: #a9a9a9;
}

/****************************************** 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,
.modeller-links li a.unchecked:hover {
  background-color: transparent;
  border-bottom: .5em solid #7B54FC;
  color: #2f4f4f;
}
/* 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: #7B54FC;
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
input.modeller-line-bottom:hover {
  background-color: #1D252C;
  color: #fff;
}
input.modeller-line-bottom:focus {
  background-color: #1D252C;
  box-shadow: none;
  color: #fff;
}
input.modeller-line-bottom:active,
input.modeller-line-bottom:active:hover,
input.modeller-line-bottom:active:focus {
  background-color: #7B54FC;
  box-shadow: none;
  color: #fff;
}

/****************************************** benefit matrix manage dependants popup **************************************/
/* overlay header */
.bootstrap-iso .dependantModalHeader {
  margin-top: 7px;
}
.bootstrap-iso .dependantContainer .tab-header {
  background-color: white;
}
/* remove intro text created from resource string */
.dependantIntroText {
  display: none;
}

#allocationDialog .add-beneficiary {
  color: #7B54FC;
}
#allocationDialog .add-beneficiary:hover {
  color: #1D252C;
}
#allocationDialog .add-beneficiary:focus {
  color: #1D252C;
}
#allocationDialog .add-beneficiary:active,
#allocationDialog .add-beneficiary:active:hover,
#allocationDialog .add-beneficiary:active:focus {
  color: #636569;
}

/* add, edit and remove links */
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove {
  color: #7B54FC;
}
.dependant-list-top a.dependant-add-link:hover,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: #1D252C;
}
.dependant-list-top a.dependant-add-link:focus,
.dependant-list a.dependant-edit:focus,
.dependant-list a.dependant-remove:focus {
  color: #1D252C;
}
.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: #636569;
}
/* 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: #7B54FC;
}

/*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: 7.5em;
}
.coverage-bottom .dependant-cancel-btn {
  right: 8em;
}

/****************************************** benefit matrix follow up items popup **************************************/
/* overlay header */
#followup-items-overlay.online-followup-items #followup-items-title {
  background-color: #a9a9a9;
  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: #a9a9a9;
}
/* completed items dot indicator color */
.followup-content .progress-indicator .step-finished {
  background-color: #a9a9a9;
}

/****************************************** benefit matrix T&Cs popup **************************************/
/* overlay header */
.benefit-matrix .benefitheader {
  text-transform: uppercase;
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default.active {
  background-color: #a9a9a9;
}
.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: #7B54FC;
  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: #a9a9a9;
}
#allocationDialog .edit-beneficiary,
#allocationDialog .delete-beneficiary {
  color: #7B54FC;
}
#allocationDialog .edit-beneficiary:hover,
#allocationDialog .edit-beneficiary:focus,
#allocationDialog .delete-beneficiary:hover,
#allocationDialog .delete-beneficiary:focus {
  color: #1D252C;
}
#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: #636569;
}

/****************************************** 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: #7B54FC;
  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: #a9a9a9;
  border: none;
  text-transform: uppercase;
}

.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger,
.templates .uib-datepicker-popup .btn-sm.btn-danger{
  background-color: #a9a9a9;
  border: none;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success,
.templates .uib-datepicker-popup .btn-sm.btn-success{
  background-color: #a9a9a9;
  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: #1D252C;
  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: #7B54FC;
  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: #1D252C;
  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: #1D252C;
  border: 1px solid #ccc;
}

/****************************************** benefit icon general coding **************************************/
/* 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: #a9a9a9;
}

/* 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;
} */

/****************************************** mobile styling *******************************************/
/* login module buttons */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .mobile-buttons .btn {
  background-color: #7B54FC;!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: #a9a9a9;
  }
  /* 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: #1D252C;
  }
  /* 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: #7B54FC;
  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: #a9a9a9;
}

/****************************************** Images*******************************************/
/*******Home page carousals*******/
.onlineTwoPointO-home .module-content #home-module-enrolment { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%201.png");}
.onlineTwoPointO-home .module-content .BenefitInfo { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%202.png") !important; background-position-x: inherit !important;}
.onlineTwoPointO-home .module-content #home-module-benefit-statement { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%203.png"); background-position-x: inherit;}
.onlineTwoPointO-home .module-content .Money { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%204.png") !important; background-position-x: inherit !important;}
.onlineTwoPointO-home .module-content #home-module-trs { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%205.png"); background-position-x: inherit;}
.onlineTwoPointO-home .module-content .Discounts { background-image: url("/benefitsportal/media/forcepoint/HomeModuleIcons/Home-14.png") !important; background-position-x: inherit !important;}
.onlineTwoPointO-home .module-content .eap { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%207.png") !important; background-position-x: inherit !important;}
.onlineTwoPointO-home .module-content .PensionModule { background-image: url("/deepsecurebenefits/media/Forcepoint/carousel%20images/TPG%20-%20carousel%20image%206.png") !important; background-position-x: inherit !important;}

/************Home page module images*********/
.onlineTwoPointO-home .icon-two-point-o-home-module-enrolment::before { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Homepage%20icon_Elect%20My%20Benefits.png");}
.onlineTwoPointO-home .icon-two-point-o-home-module-help::before { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Homepage%20icon_Learn%20About%20My%20Benefits.png");}
.onlineTwoPointO-home .icon-two-point-o-home-module-benefit-statement::before { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Homepage%20icon_My%20Benefit%20Statement.png");}
.onlineTwoPointO-home .icon-two-point-o-home-module-deals-two::before { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Homepage%20icon_Well%20One%20Money.png");}
.onlineTwoPointO-home [class*="icon-two-point-o-home-module-trs"]::before { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Homepage%20icon_My%20TRS.png");}
/*.onlineTwoPointO-home .icon-two-point-o-home-module-medical::before { content: url(/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Discounts%20(active).png);}*/
.onlineTwoPointO-home .icon-two-point-o-home-module-hand::before { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Homepage%20icon_EAP.png");}
.onlineTwoPointO-home .icon-two-point-o-home-module-medical-two::before  { content: url("/deepsecurebenefits/media/Forcepoint/Homepage%20Icons/Discounts%20(active).png");}

/*/benefitsportal/media/forcepoint/Benefit_icons/160x130/Benefit%20Icons.png*/
/******Benefit overview, matrix & seemore images******/
.img.BenefitImage_c62f1ce0-4918-4449-8d06-43733a14a069.IntroNode_dea07e4d-7291-4af5-9c5d-13c6f56754e7 {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Pension%20benefit_icons160x130.png") no-repeat center !important;}/*Pension*/
.benefit-matrix .img.Lc62f1ce0-4918-4449-8d06-43733a14a069 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Pension%20benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lc62f1ce0-4918-4449-8d06-43733a14a069 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Pension%20benefit_icons160x130.png")}
  
.img.BenefitImage_baecb3aa-042c-4904-b17b-26d09c263150.IntroNode_e4ef5d0e-5f72-4ddb-be40-d2976512aa3b{
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/LA_benefit_icons160x130.png") no-repeat center !important;}/*Life assurance*/
.benefit-matrix .img.Lbaecb3aa-042c-4904-b17b-26d09c263150 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/LA_benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lbaecb3aa-042c-4904-b17b-26d09c263150 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/LA_benefit_icons160x130.png")}
    
.img.BenefitImage_c22f2280-3aea-4fa9-ab06-4868a813c2b6.IntroNode_9087a393-f83f-4f62-a56b-421bde2a2c4f {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/GIP_benefit_icon160x130.png") no-repeat center !important;}/*Income Protection*/
.benefit-matrix .img.Lc22f2280-3aea-4fa9-ab06-4868a813c2b6 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/GIP_benefit_icon160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lc22f2280-3aea-4fa9-ab06-4868a813c2b6 { background: url("	/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/GIP_benefit_icon160x130.png")}
      
.img.BenefitImage_bed15ffe-50bf-4dd5-9f3b-dc9c65d3e8cc.IntroNode_b02d87ab-e6e9-4c3f-8472-ace297e7ecc2 {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/CI_benefit_icons160x130.png") no-repeat center !important;}/*Critical Illness*/
.benefit-matrix .img.Lbed15ffe-50bf-4dd5-9f3b-dc9c65d3e8cc { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/CI_benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lbed15ffe-50bf-4dd5-9f3b-dc9c65d3e8cc { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/CI_benefit_icons160x130.png")}


.img.BenefitImage_d54f2b8e-0f2b-45df-8823-579be6ecce6c.IntroNode_b4e394af-c928-4999-ad4f-a65811619a57 {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/CIP_benefit_icons160x130.png") no-repeat center !important;}/*Critical Illness Partner*/
.benefit-matrix .img.Ld54f2b8e-0f2b-45df-8823-579be6ecce6c { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/CIP_benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Ld54f2b8e-0f2b-45df-8823-579be6ecce6c { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/CIP_benefit_icons160x130.png")}

.img.BenefitImage_28a2241b-e9b2-46bd-9710-8cfa8380dea8.IntroNode_8e1c7d9b-4462-4408-842e-b01fcfbe59b8 {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Private%20Medical%20Insurance%20%20-%20benefit%20icons%203x%20sizes7.png ") no-repeat center !important;}/*PMI*/
.benefit-matrix .img.L28a2241b-e9b2-46bd-9710-8cfa8380dea8 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Private%20Medical%20Insurance%20%20-%20benefit%20icons%203x%20sizes7.png ") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L28a2241b-e9b2-46bd-9710-8cfa8380dea8 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-130x60px/Private%20Medical%20Insurance%20-%20benefit%20icons%203x%20sizes7.png")}

/*Health Assessment*/
/*.img.BenefitImage_c30e1679-e678-4d9c-8764-87aa1954b543.IntroNode_4db5d0ca-6c47-4dc4-9596-57bf2c67303f {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Health%20Assessment.png") no-repeat center !important;}
.benefit-matrix .img.Lc30e1679-e678-4d9c-8764-87aa1954b543 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Health%20Assessment.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lc30e1679-e678-4d9c-8764-87aa1954b543 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons25.png")}*/

.img.BenefitImage_34d3728c-88db-41a0-912c-27f446736a73.IntroNode_66660608-8535-4a54-a4e0-71e4cdd1cee7 {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/HCP_benefit_icons160x130.png") no-repeat center !important;}/*Health Cash plan*/
.benefit-matrix .img.L34d3728c-88db-41a0-912c-27f446736a73 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/HCP_benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L34d3728c-88db-41a0-912c-27f446736a73 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/HCP_benefit_icons160x130.png")}

/*CCV*/
/*
.img.BenefitImage_f34c67a2-39f9-4be6-b892-9bdfb923e6b8.IntroNode_51217b0a-e464-430d-83c4-79234e511540 {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Childcare%20Vouchers.png") no-repeat center !important;}
.benefit-matrix .img.Lf34c67a2-39f9-4be6-b892-9bdfb923e6b8 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Childcare%20Vouchers.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lf34c67a2-39f9-4be6-b892-9bdfb923e6b8 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons27.png")}*/

/*Travel Insurance*/
/*
.img.BenefitImage_8976d827-b89e-456b-abb0-bdca705f91f8.IntroNode_e63cb868-2fcc-4060-bd2c-eae539ee38c5 {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Travel%20Insurance.png") no-repeat center !important;}
.benefit-matrix .img.L8976d827-b89e-456b-abb0-bdca705f91f8 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Travel%20Insurance.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L8976d827-b89e-456b-abb0-bdca705f91f8 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons33.png")}*/

.img.BenefitImage_806e9de3-0906-483a-9136-ec364538a027.IntroNode_9aac96aa-e6d7-4a4d-84a7-26effff520a5 {
  background: url("	/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Holiday_benefit_icons160x130.png") no-repeat center !important;}/*Holiday Buy/Sell*/
.benefit-matrix .img.L806e9de3-0906-483a-9136-ec364538a027 { background: url("	/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Holiday_benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L806e9de3-0906-483a-9136-ec364538a027 { background: url("	/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Holiday_benefit_icons160x130.png")}

/*C2W*/
/*
.img.BenefitImage_ec4d9fbe-3ac4-4ab2-92cd-fd2b0ca5dd4d.IntroNode_9599af71-d82a-4d31-8398-25ca1c36613a {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Cycle%20to%20Work.png") no-repeat center !important;}
.benefit-matrix .img.Lec4d9fbe-3ac4-4ab2-92cd-fd2b0ca5dd4d { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Cycle%20to%20Work.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lec4d9fbe-3ac4-4ab2-92cd-fd2b0ca5dd4d { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons34.png")}*/

/*GymFlex*/
/*
.img.BenefitImage_2d3c7401-032e-4806-832a-16e91be2c3f9.IntroNode_00b854c6-4957-435c-bd96-cd47b82d4b36 {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/GymFlex_1.png") no-repeat center !important;}
.benefit-matrix .img.L2d3c7401-032e-4806-832a-16e91be2c3f9 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/GymFlex_1.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L2d3c7401-032e-4806-832a-16e91be2c3f9 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons29.png")}

.img.BenefitImage_cc9ef85d-e312-4ab0-9abe-86607e4fdba7.IntroNode_51b46df6-1b10-4ebf-9e14-e4cdbd5131e6 {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Payroll%20Giving.png") no-repeat center !important;}/*Payroll Giving/*
.benefit-matrix .img.Lcc9ef85d-e312-4ab0-9abe-86607e4fdba7 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Payroll%20Giving.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lcc9ef85d-e312-4ab0-9abe-86607e4fdba7 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons30.png")}

.img.BenefitImage_c850277c-3ecf-468c-b79a-2f124ac46822.IntroNode_5f364712-2efe-4c1e-b38e-088cd6d5a6db {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Tastecard_1.png") no-repeat center !important;}/*taste card
.benefit-matrix .img.Lc850277c-3ecf-468c-b79a-2f124ac46822 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Tastecard_1.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.Lc850277c-3ecf-468c-b79a-2f124ac46822 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons31.png")}

.img.BenefitImage_47143a2c-2e8f-4f2e-ad3d-055be151d566.IntroNode_03a77d48-0531-4cfc-95a1-2149f797dbb0 {
  background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Gadget%20Scheme_1.png") no-repeat center !important;}/*gadget scheme*/
/*.benefit-matrix .img.L47143a2c-2e8f-4f2e-ad3d-055be151d566 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/160x130/Gadget%20Scheme_1.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L47143a2c-2e8f-4f2e-ad3d-055be151d566 { background: url("/benefitsportal/media/forcepoint/Benefit_icons/130x60/Benefit%20Icons32.png")}/*/*


.img.BenefitImage_38b90c7d-fa1c-40d9-a9f2-25164d9a8468.IntroNode_6b3e5ffd-b75a-4f06-85e1-8cd110eeed3c {
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Dentalbenefit_icons160x130.png") no-repeat center !important;}/*dental insurance*/
.benefit-matrix .img.L38b90c7d-fa1c-40d9-a9f2-25164d9a8468 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Dentalbenefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.L38b90c7d-fa1c-40d9-a9f2-25164d9a8468 { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Dentalbenefit_icons160x130.png")}

.img.BenefitImage_a3b4e841-bc4a-4159-bc30-e2f7883ee9ce.IntroNode_a3b4e841-bc4a-4159-bc30-e2f7883ee9ce{
  background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/EAP_benefit_icons160x130.png") no-repeat center !important;}/*EAP*/
.benefit-matrix .img.La3b4e841-bc4a-4159-bc30-e2f7883ee9ce { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/EAP_benefit_icons160x130.png") no-repeat scroll 50%;}
.benefitselect .benefit-menu .img.La3b4e841-bc4a-4159-bc30-e2f7883ee9ce { background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/EAP_benefit_icons160x130.png")}


.img.BenefitImage_5a5e71f8-2b7e-4461-9402-df5f47bcf491.IntroNode_73473ece-4ab1-429c-ae0b-e77d7d20cb41 {
background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-160x130px/Eye%20Care%20Voucher_benefit_icons160x130.png") no-repeat center !important;}/*Eye Care Voucher*/

/***********Webtext images**************/
.online-two-iso .modal-body.LineDetail_c62f1ce0-4918-4449-8d06-43733a14a069 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Pension%20-%20benefit%20icons%203x%20sizes_1.png") no-repeat scroll 100% 5px;}/*Pension*/
.online-two-iso .modal-large .modal-body.LineDetail_d54f2b8e-0f2b-45df-8823-579be6ecce6c .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Critical%20Illness%20spouse_partner%20-%20benefit%20icons%203x%20sizes6_1.png") no-repeat scroll 100% 5px;}/*Critical Illness Partner*/
.online-two-iso .modal-large .modal-body.LineDetail_bed15ffe-50bf-4dd5-9f3b-dc9c65d3e8cc .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Critical%20illness%20-%20benefit%20icons%203x%20sizes5_1.png") no-repeat scroll 100% 5px;}/*Critical Illness*/
.online-two-iso .modal-large .modal-body.LineDetail_baecb3aa-042c-4904-b17b-26d09c263150 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Life%20Assurance%20%20-%20benefit%20icons%203x%20sizes3_1.png") no-repeat scroll 100% 5px;}/*LA*/
.online-two-iso .modal-body.LineDetail_c22f2280-3aea-4fa9-ab06-4868a813c2b6 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Group%20Income%20Protection%20-%20benefit%20icons%203x%20sizes4_1.png") no-repeat scroll 100% 5px;}/*GIP*/
.online-two-iso .modal-body.LineDetail_34d3728c-88db-41a0-912c-27f446736a73 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Health%20Cash%20Plan%20%20-%20benefit%20icons%203x%20sizes9_1.png") no-repeat scroll 100% 5px;}/*HCP*/
.online-two-iso .modal-body.LineDetail_28a2241b-e9b2-46bd-9710-8cfa8380dea8 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Private%20Medical%20Insurance%20%20-%20benefit%20icons%203x%20sizes7_1.png") no-repeat scroll 100% 5px;}/*PMI*/
/*.online-two-iso .modal-body.LineDetail_c30e1679-e678-4d9c-8764-87aa1954b543 .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons42.png") no-repeat scroll 100% 5px;}/*HA*/
/*.online-two-iso .modal-body.LineDetail_f34c67a2-39f9-4be6-b892-9bdfb923e6b8 .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons44.png") no-repeat scroll 100% 5px;}/*CCV*/
.online-two-iso .modal-body.LineDetail_806e9de3-0906-483a-9136-ec364538a027 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Holiday%20buy_sell%20%20-%20benefit%20icons%203x%20sizes2_1.png") no-repeat scroll 100% 5px;}/*Holiday*/
/*.online-two-iso .modal-body.LineDetail_2d3c7401-032e-4806-832a-16e91be2c3f9 .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons46.png") no-repeat scroll 100% 5px;}/*Gym*/
/*.online-two-iso .modal-body.LineDetail_cc9ef85d-e312-4ab0-9abe-86607e4fdba7 .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons47.png") no-repeat scroll 100% 5px;}/*Payroll Giving*/
/*.online-two-iso .modal-body.LineDetail_c850277c-3ecf-468c-b79a-2f124ac46822 .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons48.png") no-repeat scroll 100% 5px;}/*Taste card*/
/*.online-two-iso .modal-body.LineDetail_47143a2c-2e8f-4f2e-ad3d-055be151d566 .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons49.png") no-repeat scroll 100% 5px;}/*Gadget*/
/*.online-two-iso .modal-body.LineDetail_ec4d9fbe-3ac4-4ab2-92cd-fd2b0ca5dd4d .pannel-body-full {
	background: url("/benefitsportal/media/forcepoint/Benefit_icons/447x243/Benefit%20Icons51.png") no-repeat scroll 100% 5px;}/*C2W*/
.online-two-iso .modal-body.LineDetail_a3b4e841-bc4a-4159-bc30-e2f7883ee9ce .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/EAP%20-%20benefit%20icons%203x%20sizes11_1.png") no-repeat scroll 100% 5px;}/*EAP*/
.online-two-iso .modal-body.LineDetail_38b90c7d-fa1c-40d9-a9f2-25164d9a8468 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Dental%20Insurance%20%20-%20benefit%20icons%203x%20sizes8_2.png") no-repeat scroll 100% 5px;}/*Dental Insurance*/
.online-two-iso .modal-body.LineDetail_5a5e71f8-2b7e-4461-9402-df5f47bcf491 .pannel-body-full {
	background: url("/deepsecurebenefits/media/Forcepoint/benefit%20icons-447x243px/Eye%20Care%20Vouchers%20-%20benefit%20icons%203x%20sizes10_1.png") no-repeat scroll 100% 5px;}/*Eye Care Voucher*/

/******Lifestyle event icons*****/
.active-benefits .event-img .img.E692f8e48-544b-4157-995e-7ffba69565ea { background: url("/deepsecurebenefits/media/Forcepoint/Life%20event%20images/Everfox_Life%20event_Birth_or_adoption.png") no-repeat;}
.active-benefits .event-img .img.Ea9cf6667-1454-43ac-8de4-add4f42cbf88 { background: url("/deepsecurebenefits/media/Forcepoint/Life%20event%20images/Everfox_Life_event_Divorce.png") no-repeat;}
.active-benefits .event-img .img.E2a44c4c4-9b8d-495d-bea1-becddd90c46a { background: url("/deepsecurebenefits/media/Forcepoint/Life%20event%20images/Everfox_Life_event_Start_long_term_leave.png") no-repeat;}
.active-benefits .event-img .img.E6c37565d-e88d-46d3-b8d0-b981827628dd { background: url("/deepsecurebenefits/media/Forcepoint/Life%20event%20images/Everfox_Life_event_Marriage.png") no-repeat;}
.active-benefits .event-img .img.Ea652b57c-87dc-4432-80f7-dc7ee3e5063d { background: url("/deepsecurebenefits/media/Forcepoint/Life%20event%20images/Everfox_Life_event_End_long_term_leave.png") no-repeat;}
.active-benefits .event-img .img.E148ad0c5-1710-4657-a0fc-76e80ac135e1 { background: url("/deepsecurebenefits/media/Forcepoint/Life%20event%20images/Everfox_Life_event_Death_of_a_dependant.png") no-repeat;}

/*************************Home page***************************/

.onlineTwoPointO-home #home-intro { color: #636569;}/*welcome note styling*/
.fa-sign-out::before { content: "\f011";}/*logout icon*/
.help-ico A:focus, .help-ico A:hover { color: #7B54FC;}/*need assistance hover color*/

/*carousal buttons styling*/
.onlineTwoPointO-home .module-content [class*="-buttons"] button {
	background-color: #7B54FC;
	border: 1px solid #7B54FC;
	border-color: #7B54FC;
	border-radius: 40px;
}
#home-module-enrolment .enrollment-copy #event-active { overflow: visible;}
#user-div  a .fa-user::after{ content: " Profile"; font-family: 'Open Sans',sans-serif;}
#user-div a .fa-sign-out::after{ content: " Log Out"; font-family: 'Open Sans',sans-serif;}
.online-two-iso #header #links a { text-transform: inherit;}

/*carousals styling*/
#home-module-generic .generic-copy.full-width { padding-left: 450px; position: relative; bottom: 50px;}
#home-module-generic .home-module-generic-content { width: 120%;}
#home-module-generic .home-module-generic-content.ng-fade p { color: #636569;}
.onlineTwoPointO-home .module-content .Discounts .btn.btn-default,
.onlineTwoPointO-home .module-content .Money .btn.btn-default, 
.onlineTwoPointO-home .module-content .BenefitInfo .btn.btn-default{ 
  position: relative !important; 
  top: 138px !important;
}
#home-module-trs .trs-copy { margin-left: 425px; position: relative; bottom: 50px;}
#home-module-content .Discounts .home-module-generic-content h1{ margin-bottom: 20px;}
.module-content .Discounts .generic-copy.full-width { position: relative !important; bottom: 73px !important;}
#home-module-content .Money .home-module-generic-content h1{ margin-bottom: 20px;}
.module-content .Money .generic-copy.full-width { position: relative !important; bottom: 51px !important;}
#home-module-enrolment .enrollment-copy.full-width { padding-left: 450px; color: #636569; position: relative; bottom: 81px;}
#home-module-benefit-statement .benefit-statement-copy.full-width { color: #636569;}
#home-module-benefit-statement .home-module-benefit-statement-content { width: 105%; margin-left: 450px; position: relative; bottom: 50px;}
.module-content .BenefitInfo .generic-copy.full-width { position: relative !important; bottom: 63px !important;}
.onlineTwoPointO-home .module-content .btn.btn-default { position: relative; right: 620px; top: 120px;}
.onlineTwoPointO-home .module-content [class*="-buttons"] button span { text-transform: initial;}/*carousal button*/
#home-module-enrolment .enrollment-copy .cal { display: none;}/*hide watch icon on enrolment module*/
#home-module-enrolment .enrollment-copy .text-light, #home-module-enrolment .enrollment-copy .days-left { color: #636569;}
#home-module-enrolment .enrollment-copy .event-name { font-weight: 500;}
#home-module-enrolment .btn.btn-default { position: relative; right: 408px; top: 157px;}
#home-module-enrolment .enrollment-copy button {
	background-color: #7B54FC;
	border: 1px solid #7B54FC;
	border-color: #7B54FC;
	border-radius: 40px;
	text-transform: initial;
}
#home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-0,
#home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-1,
#home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-2{
	position: relative;
	bottom: 27px;
}
#home-module-enrolment #event-inactive .btn.btn-default {
	position: relative;
	top: 51px;
}
.onlineTwoPointO-home .benefit-statement-buttons .btn.btn-default{ right: 892px; top: 146px;}

/*footer legal items*/
.online-two-iso #footer span{ color: black;}

#home-module-enrolment .enrollment-copy button:hover {
	background-color: #1D252C;
	border: 1px solid #1D252C;
	border-color: #1D252C;
	border-radius: 40px;
	text-transform: initial;
}
.onlineTwoPointO-home .module-content [class*="-buttons"] button:hover {
	background-color: #1D252C;
	border: 1px solid #1D252C;
	border-color: #1D252C;
	border-radius: 40px;
}
/**************************Benefit Overview************************/
/*CLear filter opacity*/
.bootstrap-iso#benefit-overview .clear-filter { opacity: 1;}
#benefit-overview .clear-filter.btn.btn-warning.disabled { text-transform: initial;}

/*Filter By items styling*/
.bootstrap-iso#benefit-overview #BenefitNameFilter { border: 1px solid #000;}
#benefit-overview .bootstrap-iso .input-group-addon { border: 1px solid #000;}
#benefit-overview .bootstrap-iso .form-control { border: 1px solid #000;}	
#benefit-overview .summaryImage .img { margin-top: 15px;}
#benefit-overview .benefit-overview-title H1 { font-weight: 500;}/*benefit overview title*/
.pannel-body-full { min-height: 250px;}

.online-two-iso .modal-dialog .pannel-body-full .info-text { margin-right: 40%;}
.online-two-iso .benefitselect A.button-style.green{ font-size: 14px;}

.bootstrap-iso .btn-primary, .bootstrap-iso .btn-danger, .bootstrap-iso .btn-info, .bootstrap-iso .btn-default, .bootstrap-iso .btn-warning, .bootstrap-iso .btn-success, .bootstrap-iso .btn-popup {
	text-transform: initial;
}
.bootstrap-iso .form-control::-moz-placeholder {color:#000}
#benefit-overview .overview-component .form-control { border:1px solid #000;}
#benefit-overview .overview-component .input-group-addon { border:1px solid #000; color:#000}
#benefit-overview .modal-content .btn.btn-warning { padding: 6px 25px;}

/**********************Login Page******************************/
/*logo styling*/
.online-two-iso.login .LoginPageContainer #logo { margin-left: 20px; margin-top: 5px;}

/*login box*/
.online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body { height: 265px;}
.online-two-iso.login .LoginPageContainer #main { margin-top: 10%; margin-right: 5%;}
.online-two-iso.login .LoginPageContainer .additional-services > div { margin-top: -25px; color: #000; font-size: 12px;}/*forgot paasword*/
.online-two-iso.login .LoginPageContainer .btn.btn-primary#login { width: 100px; text-transform: uppercase}/*login button*/

/*login footer*/
.online-two-iso #login-module-login-page-welcome h2 { font-size: 33px;}
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module#login-module-need-assistance { padding-left: 130px;}
.LoginPageContainer #login-modules-container .module-text img { margin-right: 5px;}
      
/**************Benefit Matrix************/
.benefit-matrix .lineheader > a:link { color: #1D252C;} /*Line names*/
.benefitheader-fixed div#followup-items a.btn, .benefitheader-fixed div#resettodefaults a.btn { font-size: 16px; text-transform: initial;}
.btn.btn-warning.btn-resettodefaults.ng-scope { margin: 0px 20px !important;}
.benefitheader-fixed div#followup-items a.btn:hover, .benefitheader-fixed div#resettodefaults a.btn:hover { font-size: 16px; text-transform: initial;}
.benefit-matrix .benefitheader {color: black;}
.benefit-matrix .benefitheader .close.btn-nostyle { color: black;}
.benefit-matrix .row .btn-success:hover { text-transform: initial;}
.benefit-matrix .modal-content .btn.btn-success.dependant-accept-btn { padding: 8px 34px;}

.perpayperannualbtngroup div.btn:active,
.perpayperannualbtngroup div.btn:hover,
.perpayperannualbtngroup div.btn:focus,
.perpayperannualbtngroup div.btn:active:hover,
.perpayperannualbtngroup div.btn:active:focus,
.confirmagreementbtngroup label.btn:active,
.confirmagreementbtngroup label.btn:hover,
.confirmagreementbtngroup label.btn:focus,
.confirmagreementbtngroup label.btn:active:hover,
.confirmagreementbtngroup label.btn:active:focus{
  text-transform: uppercase;
}
.btn.btn-default.btn-peranual.ng-valid.ng-not-empty:active:focus,
.btn.btn-default.btn-perpay.ng-valid.ng-not-empty:active:focus{
  background-color: #636569;
}
#matrix\ benefit-statement .benefitheader-fixed .form-control.ng-pristine.ng-untouched.ng-valid.ng-isolate-scope.ng-not-empty.ng-valid-required.ng-valid-date {
	padding: 6px;
}
.online-two-iso .modal-normal .modal-header .header-text { color: #1D252C !important;}

/*Lifestyle event pop up styling*/
.active-benefits .header, .benefit-matrix .modal .modal-header .header {color: black;}
.modal-content .active-benefits .modal-header { color: white;}
.benefit-matrix .modal-content .active-benefits .event-name {font-weight: 600;}
.benefit-matrix .modal-content .active-benefits .header {font-weight: 500;}
.benefit-matrix .modal-content .glyphicon.glyphicon-remove.close{ color: black;}
/*.benefit-matrix .modal-content .glyphicon.glyphicon-chevron-left { display: none;}*/
.benefit-matrix .modal-content .btn.btn-warning,
.benefit-matrix .modal-content .btn.btn-warning:hover { 
  text-transform: initial; 
  padding: 8px 34px;
}
#matrix\ anytime-enroll .modal-content .active-benefits  .btn-success{ text-transform: initial; padding: 8px 24px; border: 2px solid #7B54FC;}
#matrix\ anytime-enroll .modal-content .active-benefits  .btn.btn-warning{ text-transform: initial; padding: 8px 34px; background-color: white; border: 2px solid #7B54FC;color: #7B54FC;}
#matrix\ anytime-enroll .modal-content .active-benefits  .btn-success:hover{ text-transform: initial; padding: 8px 24px; border: 2px solid black;}
#matrix\ anytime-enroll .modal-content .active-benefits  .btn.btn-warning:hover{ text-transform: initial; padding: 8px 34px;}
.active-benefits .active--event-radio { float: left; margin-left: 13px; margin-top: 15px;}
.online-two-iso #exit-confirm #exit-cancel A.button-style.blue {
	background-color: white;
	border: 1px solid #7B54FC;
	color: #7B54FC;
}
.PensionModule .btn.btn-default {
right: 465px !important;
}

/* display nav items in one line */
#footer a.optanon-toggle-display.EUFooterLink{
display: inline-block !important;
}
#footer, #footer-sub {
    margin-right: 122px;
}

/*profile & logout tab*/
.fa.fa-user:focus {
 color: #9c4593;
}
.fa.fa-sign-out:focus {
  color: #9c4593;
}
.fa.fa-user:active {
  color: #9c4593;
}
.fa.fa-sign-out:active {
  color: #9c4593;
}

/* FAQ alignment in benefit information */
#benefit-overview .modal-dialog .faq-item .faq-answer,
#benefit-overview .modal-dialog .faq-item .faq-question a,
.benefit-matrix .modal-dialog .faq-item .faq-answer,
.benefit-matrix .modal-dialog .faq-item .faq-question a
{
    margin-right:35%;
}

/* Minification failed (line 1906, error number 1062): Expected semicolon or closing curly-brace, found '!important' */