/*CLIENT CUSTOM CSS CODE HERE */

/*CLIENT CUSTOM CSS CODE HERE */
/* font declaration for using OnlineTwoIconFont set */
@font-face {
 font-family:'OnlineTwoIconFont';
 src:url('/myflex/media/default/fonts/OnlineTwoIconFont.eot');
 src:url('/myflex/media/default/fonts/OnlineTwoIconFont.eot?#iefix') format('embedded-opentype'),
 url('/myflex/media/default/fonts/OnlineTwoIconFont.woff') format('woff'),
 url('/myflex/media/default/fonts/OnlineTwoIconFont.ttf') format('truetype'),
 url('/myflex/media/default/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%;
  }  
}.online-two-iso .header-overlay, .online-two-iso .tab-header, .bootstrap-iso .modal-header

: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: 15rem;
  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;
}

.in-Cart .cost, .in-Cart .funded {
    text-align: right;
    text-transform: initial;
}
/****************************************** 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: #000000;
  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: #09c;
}
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: #000000;
}
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: #000000;
}

/****************************************** 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,
.btn.btn-warning.continue {
  background-color: #FF8000;
  border: none;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

/* 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, .btn.btn-warning.continue:hover {
  background-color: #686868;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
}

/* 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: #686868;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  outline: none;
}

/* when clicked colour */
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary:active:focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger:active:hover,
.bootstrap-iso .btn-danger:active:focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-info:active:focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-default:active:focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-warning:active:focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success:active:focus,
.bootstrap-iso .btn-popup:active,
.bootstrap-iso .btn-popup:active:hover,
.bootstrap-iso .btn-popup:active:focus,
.online-two-iso A.button-style:active,
.online-two-iso A.button-style:active:hover,
.online-two-iso A.button-style:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:focus,
.online-two-iso A.button-style.blue:active,
.online-two-iso A.button-style.blue:active:hover,
.online-two-iso A.button-style.blue:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:focus,
.online-two-iso A.button-style.gray:active,
.online-two-iso A.button-style.gray:active:hover,
.online-two-iso A.button-style.gray:active:focus,
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus,
.benefitheader-fixed div#resettodefaults a.btn:active,
.benefitheader-fixed div#resettodefaults a.btn:active:hover,
.benefitheader-fixed div#resettodefaults a.btn:active:focus,
.benefit-matrix .confirm-checkout-button .btn-success:active,
.benefit-matrix .confirm-checkout-button .btn-success:active:hover,
.benefit-matrix .confirm-checkout-button .btn-success:active:focus, .btn.btn-warning.continue:focus {
  background-color: #FF8000;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  outline: none;
}

/* for styling buttons that convey meaning of a negative action e.g. cancel/close/remove etc. */
.bootstrap-iso .modal-controls .btn-warning,
.online-two-iso #exit-cancel A.button-style.blue,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning,
.bootstrap-iso .btn-warning.dependant-cancel-btn {
  background-color: #686868;
}

.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: #686868;
}

.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: #FF8000;
}

.btn.btn-default {
    font-weight: bold;
}

/****************************************** 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,
.bootstrap-iso .modal-header {
  background-color: #3882a5;
}
/* reset benefit intro popup to not have header overlay colour */
.online-two-iso [class*="LineDetail"] .tab-header {
  background-color: #f2f2f2;
}
/* header title colour */
#login-assistance .header-overlay #TitleResetPassword,
.bootstrap-iso .modellersModalHeader,
.bootstrap-iso .dependantModalHeader,
#followup-items-overlay.online-followup-items #followup-items-title,
.benefit-matrix .benefitheader,
#exit-confirm h5,
.benefitselect #allocationDialog h5,
.active-benefits .header,
.benefit-matrix .modal .modal-header .header,
.online-two-iso .modal-normal .modal-header .header-text,
.terms-conditions-cookies .cookiepolicy-header,
.terms-conditions-cookies .terms-condtion-header {
  color: white;
}
/* 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;
}

.bootstrap-iso .close,
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus,
.bootstrap-iso .close:active,
.bootstrap-iso .close:active:hover,
.bootstrap-iso .close:active:focus,
.online-two-iso .modal-normal .close {
  color: white;
}
/* 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 #2f4f4f;
}
.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: black;
}

/****************************************** 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: #FFFFFF;
}
/* 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: #000000;
}

/****************************************** 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( /myflex/media/default/logo/WaveMaker-logo_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* centering logo on mobile view */
@media only screen and (max-width: 767px) {
  #logo {
    width: calc(100vw - 100px);
  }
}

/****************************************** site header ***********************************/
/* header colour */
.online-two-iso #terminator #header.header-fullwidth {
  background-color: #000000;
}
/* 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: #EEE;
  }
}


/* need assistance pull down tab */
.help-ico .helptoggle {
	background-image: none!important;
	background-color: #EEE;
}
#header .help-ico a.helptoggle {
	color: #000000;
}
/* 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: black;
	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: #FF8000;
    width: auto;
    padding: 0 1em;
  }
  /* hover colour of links in floating header */
  #header a:hover {
    color: #686868;
    text-decoration: none;
  }
  /* focus colour of links in floating header */
  #header a:focus {
    color: #686868;
    text-decoration: none;
  }
}


/****************************************** site footer ***********************************/
/* footer colour */
.online-two-iso #terminator #footer.footer-fullwidth {
  background-color:  #e5e5e5;
}
/* footer link color */
.online-two-iso #footer a {
  color: #000000;
}
/* 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: #FFF;
}
/* 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( /myflex/media/default/LoginImage/WaveMaker-loginpage-image.jpg);    
  }
  /* login module background colour */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background-color: rgba(0,0,0,0.5);
  }
  #login-module-\ login-page-welcome .module-title {font-size: 38px;margin-left: 40px;margin-top: 63px;}
}

@media only screen and (max-width:767px) {
  /* centering logo */
  #wrapper.isLoginPageWrapper #header #logo {
    float: none;
    margin: 0 auto;
  }
  /*bg color on mobile*/
  
  .online-two-iso.login .LoginPageContainer {background-color:black;}
  .login-module-zone {display: none;}
  .online-two-iso.login .LoginPageContainer .panel.panel-default {background-color:black;}
  .bootstrap-iso .panel-default {border-color:black;}
   #wp-forgetPassword {color: white;}
  
  /* 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;
  }
  #wp-forgetPassword {
    color: black;
   }
}

/****************************************** 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: #000000;font-size: 21px;
}

/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container{
  background-color: #e5e5e5;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background-color: #e5e5e5;
  padding: .25rem;
}
/* header of modules */
#home-online-three #right-side,
#home-online-three #home-integrated {
 border-top:.3em solid #e5e5e5;
}
/* modules styling */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content,
.bootstrap-iso .carousel.home-module-integrated {
	background: white;
	border: none;
	border-radius: 0;
}
/* hide module more info icon */
#home-online-three #home-integrated .module-content-header-container .online-three-module-popover-control {
  display: none;
}
/* module content text colour */
#home-online-three #home-integrated p,
.event-summary,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light {
  color: #000;
}
/*full width module buttons */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
  width: 100%;
}
/* button max width 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: gray;
  font-family:OnlineTwoIconFont;
  font-size: 8rem;
}
/*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-58:before {
  content: "\e939";
}

/*** 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: #FFFFFF;
  font-size: 1.2em;
}
/* carousel slide content headings */
.home-module-integrated .content h2,
.home-module-integrated .content h3 {
  margin-top: 0;
  color: #FFFFFF;
}
/* 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: #fff;
}

@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;
		text-align: left;
		font-weight: bold;
	}
	.payslip-item-amount {
		float: right;
	}
	#item-1 {
		border-bottom: 1px solid #333;
	}
}

/****************************************** benefit overview page *******************************************/
/* heading */
#benefit-overview .benefit-overview-title {
  padding: 0;
}
#benefit-overview .benefit-overview-title H1 {
  color: #000000;
  font-size: 36px;
  line-height: 1;
}

.bootstrap-iso#benefit-overview #BenefitNameFilter {
  background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
	color: #333;
	text-transform: none;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.bootstrap-iso#benefit-overview .clear-filter {
  background-color: #FF8000;
  border: none;
  color: (--button-text-color);
}
.bootstrap-iso#benefit-overview .clear-filter:hover,
.bootstrap-iso#benefit-overview .clear-filter:focus {
  background-color: #686868;
  color: #FFFFFF;
}
.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: #FF8000;
  color: #FFFFFF;
}

/* know more buttons */
#benefit-overview .know-more-link .aria {
  display: none;
}
.bootstrap-iso#benefit-overview .btn.know-more-link {
  background-color: #FF8000;
  border: none;
}
.bootstrap-iso#benefit-overview .know-more-link A {
  color: #FFFFFF;
  padding: 0;
  text-transform: uppercase;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:focus {
  background-color: #686868;
}
.bootstrap-iso#benefit-overview .know-more-link A:hover,
.bootstrap-iso#benefit-overview .know-more-link A:focus {
  color: #FFFFFF;
}
.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: #FF8000;
}
.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: #FFFFFF;
}

/****************************************** 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: uppercase;
}
.benefit-matrix .modal .hdffollowup-intro {
  color: #000000;
}

/****************************************** benefit matrix styling **************************************/
/* all numerical values */
.benefit-matrix .font-youpay-color,
.benefit-matrix .glyphicon-play-color {
  color: #666;
}

/* modellers and tools section */
.benefit-matrix .benefitheader.benefitheader-border {
  border-color: #666;
  color: #666;
}
/* change icon font family that's used */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before,
.bootstrap-iso.benefit-matrix .glyphicon-cog:before,
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  font-family: FontAwesome;
}
/* modellers and tools widget */
.bootstrap-iso.benefit-matrix .glyphicon-cog:before {
  content: '\f085';
}
/* manage dependants widget */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before {
  content: '\f0c0';
}
/* adding it up widget */
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  content: '\f1ec';
}

/* confirm choices button */
.benefitheader-fixed div#followup-items a.btn {
  animation: shadow-pulse 1s infinite;
  background-color: #FF8000;
  border-radius: 0;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background-color: #686868;
  border-radius: 0;
  color: #FFFFFF;
}
.benefitheader-fixed div#followup-items a.btn:focus {
  background-color: #686868;
  border-radius: 0;
  color: #FFFFFF;
}
.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: #FF8000;
  border-radius: 0;
  color: #FFFFFF;
}
/* hide reset to default button */
.benefitheader-fixed div#resettodefaults a.btn {
  display: none;
}

/* monthly annual pay toggle styling
monthly button active */
.bootstrap-iso .btn-warning.active.btn-perpay {
  background-color: #FF8000;
  border-color: #FF8000;
  color: #FFFFFF;
}
/* annual button active */
.bootstrap-iso .btn-warning.active.btn-peranual {
  background-color: #FF8000;
  border-color: #FF8000;
}
/*monthly button inactive */
.bootstrap-iso .btn-group > .btn.btn-perpay:first-child:not(:last-child):not(.dropdown-toggle) {
  border-color: #FF8000;
}
/*annual button inactive */
.bootstrap-iso .btn-group > .btn.btn-peranual:last-child:not(:first-child) {
  border-color: #FF8000;
}
/* 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 #FF8000;
  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: #FF8000;
}
/* 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: #000000;
}

/* line name */
.benefit-matrix .lineheader > a:link {
  color: #000000;
}
.benefit-matrix .lineheader > a:link:hover,
.benefit-matrix .lineheader > a:link:focus {
  color: #000000;
}
.benefit-matrix .lineheader > a:link:active,
.benefit-matrix .lineheader > a:link:active:hover,
.benefit-matrix .lineheader > a:link:active:focus {
  color: #000000;
}

/* 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: #FF8000;
}

/* approved dependant and beneficiary listing text colour */
.benefit-matrix h4[tbs-translate="Enrollment.Step3.WhoIsCovered"],
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  color: #000000;
}
.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: #FF8000;
  position: relative;
  top: -5px;
}
/* unlocked label */
.benefit-matrix .glyphicon-record,
.benefit-matrix .acitve-text{
  background-color: #FF8000;
  color: #FFFFFF;
  visibility: hidden;
}
.benefit-matrix .glyphicon-record:before {
  content: '';
}
.benefit-matrix .glyphicon-record .acitve-text {
  font-family: 'Open Sans';
  font-weight: 500;
  padding: 2px 6px 3px 6px;
  text-transform: lowercase;  
  top: -5px;
  visibility: visible;
}

/* remove active with data more info icon */
.benefit-matrix .panel-title .glyphicon-info-sign-color {
  display: none;
}

/* active with data intro text */
.benefit-matrix .benefit-active-benefits {
  padding-bottom: 20px;
}
.benefit-matrix .benefit-active-benefits .active-intro {
  display: none;
}

/****************************************** benefit selection page **************************************/
/* continue button */
.benefitselect .continue,
.benefitselect .continue:hover,
.benefitselect .continue:focus,
.benefitselect .continue:active,
.benefitselect .continue:active:hover,
.benefitselect .continue:active:focus {
  border-radius: 0
}
/* line name */
.benefitselect .line-name {
  color: #000000;
}
/* more info icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: #000000;
}

/* 'Currently Selected' heading */
.benefitselect .header-selected {
  color: #000000;
}

/* 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: #FF8000;
  border-radius: 20px;
  color: #FFFFFF;
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background-color: #686868;
  box-shadow: none;
  color: #FFFFFF;
}
.online-two-iso .benefitselect A.button-style.green:focus {
  background-color: #686868;
  box-shadow: none;
  color: #FFFFFF;
}
.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: #FF8000;
  color: #FFFFFF;
}

/* 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: #000000;
  border-style: inherit;
}
/* EOI pending asterisk */
.benefitselect .alignleft .pending-note {
  display: inline;
  float: none;
}
/* available products heading */
.benefitselect .products-header H4 {
  color: #000000;
}
/* selected plan border box */
.benefitselect .products .box-border.sel,
.benefitselect .products .box-border.sel .header {
  background: #000000;
}
.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: #000000;
}
/* see also link colour */
.benefitselect .linename > a:link {
  color: #000000;
}
.benefitselect .linename > a:hover {
  color: #000000;
}
.benefitselect .linename > a:focus {
  color: #000000;
}
.benefitselect .linename > a:active,
.benefitselect .linename > a:active:hover,
.benefitselect .linename > a:active:focus {
  color: #000000;
}

/****************************************** 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: #000000;
}*/
/* 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: #FF8000;
  border-radius: 20px;
  color: #FFFFFF;
}
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: #686868;
  box-shadow: none;
  color: #FFFFFF;
}
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: #FF8000;
  color: #FFFFFF;
}

/* 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: #FF8000;
  border: 1px solid white;
  border-radius: 0;
  color: #FFFFFF;
  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: #FF8000;
  box-shadow: none;
  color: #FFFFFF;
}
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: #686868;
  color: #FFFFFF;
}

/* 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 #2f4f4f;
  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: black;
}
#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: #FF8000;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:focus {
  background-color: #686868;
  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: #FF8000;
}
#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: #5cb85c;
}

/****************************************** 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 #2f4f4f;
  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: #FF8000;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
}
input.modeller-line-bottom:hover {
  background-color: #686868;
  color: #FFFFFF;
}
input.modeller-line-bottom:focus {
  background-color: #686868;
  box-shadow: none;
  color: #FFFFFF;
}
input.modeller-line-bottom:active,
input.modeller-line-bottom:active:hover,
input.modeller-line-bottom:active:focus {
  background-color: #FF8000;
  box-shadow: none;
  color: #FFFFFF;
}

/****************************************** 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: #a9a9a9;
}
#allocationDialog .add-beneficiary:hover {
  color: #d3d3d3;
}
#allocationDialog .add-beneficiary:focus {
  color: #d3d3d3;
}
#allocationDialog .add-beneficiary:active,
#allocationDialog .add-beneficiary:active:hover,
#allocationDialog .add-beneficiary:active:focus {
  color: #2f4f4f;
}

/* add, edit and remove links */
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove {
  color: #a9a9a9;
}
.dependant-list-top a.dependant-add-link:hover,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: #d3d3d3;
}
.dependant-list-top a.dependant-add-link:focus,
.dependant-list a.dependant-edit:focus,
.dependant-list a.dependant-remove:focus {
  color: #d3d3d3;
}
.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: #2f4f4f;
}
/* 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: #FF8000;
}

/*swap the order of the save and close buttons on dependant coverage summary */
.coverage-bottom .dependant-accept-btn,
.coverage-bottom .dependant-cancel-btn {
  position: relative;
}
.coverage-bottom .dependant-accept-btn {
  left: 4.5em;
}
.coverage-bottom .dependant-cancel-btn {
  right: 5em;
}

/****************************************** benefit matrix follow up items popup **************************************/
/* overlay header */
#followup-items-overlay.online-followup-items #followup-items-title {
  background-color: #FFFFFF;
  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: black;
  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: #a9a9a9;
}
#allocationDialog .edit-beneficiary:hover,
#allocationDialog .edit-beneficiary:focus,
#allocationDialog .delete-beneficiary:hover,
#allocationDialog .delete-beneficiary:focus {
  color: #d3d3d3;
}
#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: #2f4f4f;
}

/****************************************** benefit intro popup **************************************/
.faq-answer {
  padding-bottom: 1em;
}

.group-title {
    color: black;
}

/****************************************** 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: #FF8000;
  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: #686868;
  color: #FFFFFF;
  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: #FF8000;
  color: #FFFFFF;
  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: #686868;
  border: 1px solid #ccc;
  color: #FFFFFF;
}

/* 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: #686868;
  border: 1px solid #ccc;
}

/****************************************** benefit icon general coding **************************************/
/* remove background images in readiness for using icons */
/* benefit matrix */
.benefit-matrix .benefitline .benefit-menu .img,
/* see also images */
div.see-also .img,
/* benefits overview icons */
#benefit-overview .summaryImage .img {
  background: none;
}

/* life event icons */
.benefit-matrix .active-benefits .img {height: 87%;margin: 25px;background: black;}

/* 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: 8rem;
  position: relative;
  top: -.1em;
  color: #000000;
}

/* icon size for 'see also' section of benefit selection page */
div.see-also .img:before {
  font-size: 56px;
  top: -.25em;
}

/****************************************** life event icon general coding **************************************/
/* background of image placeholder 
.benefit-matrix .active-benefits .img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #FFFFFF;
}*/
/* general styling for using icons for events */
.benefit-matrix .active-benefits .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 6em;
  color: white;
  background-color: black;
}

/* Event Icons*/
.benefit-matrix .active-benefits .img.E10299b9b-e208-4de3-9cce-033bfaefa6be:before {content: '\e969';}/*Long Term Disability - Start*/
.benefit-matrix .active-benefits .img.E83e79886-bdb1-4f65-b10b-0b3897648316:before {content: '\e968';}/*Long Term Disability - Return*/
.benefit-matrix .active-benefits .img.E75947a36-972f-400a-8909-37b8c64c7257:before {content: '\e99d';}/*Add a dependant*/
.benefit-matrix .active-benefits .img.E3b27af21-c77d-4799-b4a1-d70686b0f192:before {content: '\e96a';}/*Maternity - Start*/
.benefit-matrix .active-benefits .img.Ea69a5f8f-de9a-43b7-9e87-90c9ceb9c82e:before {content: '\e96c';}/*Remove a dependant*/
.benefit-matrix .active-benefits .img.Ee022f870-1526-4bc6-91a6-06a00ea28a53:before {content: '\e967';}/*Change in financial circumstances*/
.benefit-matrix .active-benefits .img.Ea3586803-4638-42a4-8e38-82b9f14f062a:before {content: '\e95b';}/*Maternity - Return*/


/****************************************** mobile styling *******************************************/
/* login module buttons */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .mobile-buttons .btn {
  background-color: #FF8000!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: #686868;
  }
  /* 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: #FF8000;
  border-radius: 20px;
  color: #FFFFFF;
}
#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: #000000;
}


/******************************************************************************************************************/
/****************************************** CLIENT SPECIFIC CSS STYLING *******************************************/
/******************************************************************************************************************/
 /*homepage module layouts */
@media only screen and (min-width: 768px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(2,1fr);
    -ms-grid-columns:1fr 1fr;
    grid-template-areas:
      "module-1 module-1"
      "module-2 module-4"
      "module-3 module-3"
      "module-5 module-6"
      "module-7 module-7"
}
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:1;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:1;
    -ms-grid-row:4;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:2;
    -ms-grid-row:4;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:5;
  }
}

@media only screen and (min-width: 1024px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(3,1fr);
    -ms-grid-columns:1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2"
      "module-3 module-3 module-4"
      "module-5 module-6 module-7"  
}
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:3;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:1;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:2;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:3;
    -ms-grid-row:3;
  }
}

@media only screen and (min-width: 1400px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(4,1fr);
    -ms-grid-columns:1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2 module-2"
      "module-3 module-3 module-4 module-4"
      "module-5 module-6 module-7 module-7"
}
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:1;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:2;
    -ms-grid-row:3;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:3;
    -ms-grid-row:3;
    -ms-grid-column-span:2;
  }
}

@media only screen and (min-width: 1920px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(6,1fr);
    -ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-2 module-2 module-3 module-3"
      "module-4 module-4 module-5 module-6 module-7 module-7"
    }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-0 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-1 {
    -ms-grid-column:3;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-2 {
    -ms-grid-column:5;
    -ms-grid-column-span:2;
    -ms-grid-row:1;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-3 {
    -ms-grid-column:1;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-4 {
    -ms-grid-column:3;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-5 {
    -ms-grid-column:4;
    -ms-grid-row:2;
  }
  #home-online-three #home-integrated .grid-container.modules-right-side .grid-item-6 {
    -ms-grid-column:5;
    -ms-grid-column-span:2;
    -ms-grid-row:2;
  }
}

/****************************************** Using icons for benefits/events *******************************************/
/* if wanting icons to be colour coded to benefit groups */
/* replace LINEGROUP1/LINEGROUP2/LINEGROUP3 with relevant classes */
.benefit-matrix .Protection .benefitline .img:before,
#benefit-overview .Protection .summaryImage .img:before {
  color: #000000;
}
.benefit-matrix .Wellbeing .benefitline .img:before,
#benefit-overview .Wellbeing .summaryImage .img:before {
  color: #000000;
}
.benefit-matrix .Lifestyle .benefitline .img:before,
#benefit-overview .Lifestyle .summaryImage .img:before {
  color: #000000;
}

/****************************************** Using icons for homepage/elsewhere on the site *******************************************/
/* add any additional icons from the OnlineTwoIconFont that are required */

/* Benefit Icons: Pension Salary Sacrifice */
#benefit-overview .img.BenefitImage_49b28b58-e489-4e8a-b3cf-51ca59d71213:before,
.img.L49b28b58-e489-4e8a-b3cf-51ca59d71213:before,
div.see-also .img.L49b28b58-e489-4e8a-b3cf-51ca59d71213:before{
	content: '\e91f';
}

/* Benefit Icons: Legacy Pension */
#benefit-overview .img.BenefitImage_abb56fb6-dd3d-4cbb-9428-57e6b990c080:before,
.img.Labb56fb6-dd3d-4cbb-9428-57e6b990c080:before,
div.see-also .img.Labb56fb6-dd3d-4cbb-9428-57e6b990c080:before{
	content: '\e91f';
}

/* Benefit Icons: Employee Life Assurance */
#benefit-overview .img.BenefitImage_ef211cfb-59df-41a7-8da3-b2e8a0877e07:before,
.img.Lef211cfb-59df-41a7-8da3-b2e8a0877e07:before,
div.see-also .img.Lef211cfb-59df-41a7-8da3-b2e8a0877e07:before{
	content: '\e91c';
}

/* Benefit Icons: Income Protection */
#benefit-overview .img.BenefitImage_3348d12a-54da-4a3c-bcac-285648a95259:before,
.img.L3348d12a-54da-4a3c-bcac-285648a95259:before,
div.see-also .img.L3348d12a-54da-4a3c-bcac-285648a95259:before{
	content: '\e91b';
}

/* Benefit Icons: Private Medical Insurance */
#benefit-overview .img.BenefitImage_b76e5d37-eefc-4564-ad57-f077b78b52f4:before,
.img.Lb76e5d37-eefc-4564-ad57-f077b78b52f4:before,
div.see-also .img.Lb76e5d37-eefc-4564-ad57-f077b78b52f4:before{
	content: '\e926';
}

/* Benefit Icons: Employee Critical Illness */
#benefit-overview .img.BenefitImage_02602527-c9a9-4243-99f1-2aa41f54ebd5:before,
.img.L02602527-c9a9-4243-99f1-2aa41f54ebd5:before,
div.see-also .img.L02602527-c9a9-4243-99f1-2aa41f54ebd5:before{
	content: '\e905';
}

/* Benefit Icons: Partner Critical Illness */
#benefit-overview .img.BenefitImage_664d2ed6-a7d4-4a14-8a17-0d7bd9c79205:before,
.img.L664d2ed6-a7d4-4a14-8a17-0d7bd9c79205:before,
div.see-also .img.L664d2ed6-a7d4-4a14-8a17-0d7bd9c79205:before{
	content: '\e906';
}

/* Benefit Icons: Personal Accident */
#benefit-overview .img.BenefitImage_41d1a223-77ab-4235-874d-82620b4990d5:before,
.img.L41d1a223-77ab-4235-874d-82620b4990d5:before,
div.see-also .img.L41d1a223-77ab-4235-874d-82620b4990d5:before{
	content: '\e924';
}

/* Benefit Icons: Dental Insurance */
#benefit-overview .img.BenefitImage_ee9cb96a-93df-43cd-97e0-fc74ee3bd4a5:before,
.img.Lee9cb96a-93df-43cd-97e0-fc74ee3bd4a5:before,
div.see-also .img.Lee9cb96a-93df-43cd-97e0-fc74ee3bd4a5:before{
	content: '\e909';
}

/* Benefit Icons: Travel Insurance */
#benefit-overview .img.BenefitImage_5324866a-d0f1-4385-98f3-c456e248fe48:before,
.img.L5324866a-d0f1-4385-98f3-c456e248fe48:before,
div.see-also .img.L5324866a-d0f1-4385-98f3-c456e248fe48:before{
	content: '\e92a';
}

/* Benefit Icons: Employee Health Assessment */
#benefit-overview .img.BenefitImage_c1afe160-2e39-47da-a5c5-199ea698fb27:before,
.img.Lc1afe160-2e39-47da-a5c5-199ea698fb27:before,
div.see-also .img.Lc1afe160-2e39-47da-a5c5-199ea698fb27:before{
	content: '\e915';
}

/* Benefit Icons: Partner Health Assessment */
#benefit-overview .img.BenefitImage_9063e0d0-d55b-4bfc-a6cb-10dced5a10c1:before,
.img.L9063e0d0-d55b-4bfc-a6cb-10dced5a10c1:before,
div.see-also .img.L9063e0d0-d55b-4bfc-a6cb-10dced5a10c1:before{
	content: '\e916';
}

/* Benefit Icons: Employee Cancer screening */
#benefit-overview .img.BenefitImage_1a93e102-6d74-4897-b41f-00d5cda5a4d0:before,
.img.L1a93e102-6d74-4897-b41f-00d5cda5a4d0:before,
div.see-also .img.L1a93e102-6d74-4897-b41f-00d5cda5a4d0:before{
	content: '\e934';
}

/* Benefit Icons: Partner Cancer screening */
#benefit-overview .img.BenefitImage_08ea8ecf-4fe5-4465-ae90-5f78aef982fe:before,
.img.L08ea8ecf-4fe5-4465-ae90-5f78aef982fe:before,
div.see-also .img.L08ea8ecf-4fe5-4465-ae90-5f78aef982fe:before{
	content: '\e989';
}

/* Benefit Icons: Holiday Trading */
#benefit-overview .img.BenefitImage_267fefb0-1b94-4e39-9d47-0917ddbd10bb:before,
.img.L267fefb0-1b94-4e39-9d47-0917ddbd10bb:before,
div.see-also .img.L267fefb0-1b94-4e39-9d47-0917ddbd10bb:before{
	content: '\e919';
}

/* Benefit Icons: Childcare Vouchers */
#benefit-overview .img.BenefitImage_9365b5da-dbe1-4496-8b1e-d42128ddb19c:before,
.img.L9365b5da-dbe1-4496-8b1e-d42128ddb19c:before,
div.see-also .img.L9365b5da-dbe1-4496-8b1e-d42128ddb19c:before{
	content: '\e901';
}

/* Benefit Icons: Vehicle Breakdown Cover */
#benefit-overview .img.BenefitImage_20afd40a-d25c-44fc-b70a-9a2b432e251a:before,
.img.L20afd40a-d25c-44fc-b70a-9a2b432e251a:before,
div.see-also .img.L20afd40a-d25c-44fc-b70a-9a2b432e251a:before{
	content: '\e931';
}

/* Benefit Icons: Cycle to Work */
#benefit-overview .img.BenefitImage_bd35b788-e923-42f8-90c1-7d7cbbea4dfb:before,
.img.Lbd35b788-e923-42f8-90c1-7d7cbbea4dfb:before,
div.see-also .img.Lbd35b788-e923-42f8-90c1-7d7cbbea4dfb:before{
	content: '\e908';
}

/* Benefit Icons: Retail Card */
#benefit-overview .img.BenefitImage_394d7d4c-cc1a-459d-8b57-e4aa7d5605af:before,
.img.L394d7d4c-cc1a-459d-8b57-e4aa7d5605af:before,
div.see-also .img.L394d7d4c-cc1a-459d-8b57-e4aa7d5605af:before{
	content: '\e917';
}

/* Benefit Icons: Gourmet Society (Line Set) */
#benefit-overview .img.BenefitImage_ba172bf4-1d90-456f-9331-57db19e386e0:before,
.img.Lba172bf4-1d90-456f-9331-57db19e386e0:before,
div.see-also .img.Lba172bf4-1d90-456f-9331-57db19e386e0:before{
	content: '\e90a';
}


/* ===========================================================================
BUTTON ALIGNMENT TO BOTTOM OF HOMEPAGE MODULE
==============================================================================
Guidelines:
Use Kentico module fields if only requiring one button on Generic module types.
If multiple buttons required on Generic module types, use Bootstrap classes of
"btn" and "btn-default" for your <a> tag, wrapped in individual <p> tags, which
in turn are wrapped in a <div> with class "generic-buttons"
============================================================================== */
@supports not (-ms-high-contrast: none) {
  @media only screen and (min-width: 768px) {
    /* make module items flex containers and set direction and size */
    .module-content,
    .module-content > div,
    .module-content > div > div,
    .module-content > div > div > div:last-child,
    .module-content > div > div > div:last-child .module-copy,
    .module-content > div > div > div:last-child .module-copy .content-text,
    .module-content > div > div > div:last-child .module-copy > div:last-child,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-active,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-inactive,
    .module-content > div > div > div > div.module-copy > div:last-child div.event-content div.text-light,
    .module-content > div > div .home-module-generic-content .generic-copy.module-copy .generic-buttons,
    .module-content > div > div > div:last-child .module-copy > .trs-buttons,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-buttons {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    /* reset certain properties to deal with pagers on claims modules */
    #home-online-three #home-integrated #make-a-claim,
    #home-online-three #home-integrated #manage-claims {
      padding-bottom: 1rem;
    }
    #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager {
      position: static;
      transform: none;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      padding-top: 0.5em;
    }
    /* align flex containers housing buttons to bottom of module */
    #generic.module-content > div > div .home-module-generic-content .generic-copy.module-copy .generic-buttons,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-active,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-inactive,
    .module-content > div > div > div:last-child .module-copy .benefit-statement-buttons,
    .module-content > div > div > div:last-child .module-copy > .trs-buttons,
    .module-content > div > div > div:last-child .module-copy > .account-buttons,
    .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-buttons {
      justify-content: flex-end;
    }
    /* remove margin on certain containers to ensure buttons align at the bottom of module */
    .module-content > div > div > div:last-child .module-copy .content-text,
    .module-content > div > div > div:last-child .module-copy .content-text p:last-of-type:not(:first-of-type) {
      margin: 0;
    }
  }
}

#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: 90%;}

/* benefit overview faq */
#FAQs .col-md-3.hidden-xs.hidden-sm.text-center.benefit-information {
margin-bottom: -180px;
}

.faq-question {
padding: 0px 300px 0px 0px;
}
.faq-answer {
padding: 0px 300px 0px 0px;
}

/*overview shift*/
#benefit-overview .overview-component {
    padding: 42px 0 12px 0;
}

    
#home-module-welcome .arrowright .right-icon, .home-module-integrated .arrowright .right-icon {left: -43px;}

/*benefit overview arrow icon*/
.group-header-graphicon.pull-right.glyphicon.glyphicon-menu-down {color: black;}
.online-two-iso .header-overlay, .online-two-iso .tab-header, .bootstrap-iso .modal-header {background-color: #FF8000;}
.dependant-head, .coverage-head {padding:0px;}

/*Income protection change button hide from selection*/
.checkout-button .lnk-select-d5d26a4e-4bd2-4be7-a112-5995f65ae763 {
visibility: hidden;
}

/* display nav items in one line */
#footer a.optanon-toggle-display.EUFooterLink{
display: inline-block !important;
 }


/* Minification failed (line 2384, error number 1020): Unexpected at-keyword, found '@supports' */