@charset "UTF-8";
/*Buttons*/
a.btn, .btn, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  color: #fff;
  border: 1px solid rgb(0, 59.128125, 185.5);
  background: #0033A0;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
input[type=file]:hover::file-selector-button,
.btn-primary:hover, input[type=file]:focus::file-selector-button,
.btn-primary:focus {
  color: #0033A0 !important;
  border: 1px solid #0033A0;
  background: none;
}
@media (max-width: 767px) {
  input[type=file]::file-selector-button, a.btn-primary,
  .btn-primary {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

select.error, textarea.error, input.error {
  outline: max(2px, 0.15em) solid red !important;
  outline-offset: max(2px, 0.15em);
  box-shadow: none;
}
select:focus, textarea:focus, input:focus {
  border-color: #0033A0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=file]::file-selector-button {
  -webkit-appearance: none;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  color: #0033A0 !important;
  border: 1px solid #0033A0;
}
input.cellphoneclaim [type=checkbox] {
  margin-left: -30px !important;
  display: grid;
}
input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: currentColor;
}
input[type=checkbox]:checked:before {
  transform: scale(1);
}
input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

label.checkbox {
  margin-left: 20px;
}

.help-tip {
  background: #0033A0;
  font-weight: normal;
  top: -5px;
}

header.main__header {
  background: #0033A0;
  color: rgb(26.215, 57.2516875, 123.585);
}
header .powered-by {
  background: #eeeeee;
  text-align: right;
  padding: 5px 25px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  header .powered-by {
    text-align: center;
  }
}
header .powered-by figure img {
  max-height: 30px;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  header .powered-by figure img {
    max-height: 20px;
  }
}
header .powered-by figure figcaption {
  color: black;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #636666; /*#8f8f8f;*/
  font-size: 16px;
}

a, a:hover {
  color: #0033A0;
}

h1, h2, h3, h4, h5 {
  color: #0033A0;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover {
  color: #0033A0;
}

h4 a {
  color: rgb(178.5, 178.5, 178.5);
}
h4 a:hover {
  color: #0033A0;
}

.primaryBackground {
  background: #0033A0;
  color: #fff;
}
.primaryBackground a {
  color: #fff;
}

.grayBackground {
  background: #eeeeee;
  color: #636666;
}
.grayBackground a {
  color: #636666;
}

.newToEclubHeader, .newToEclubText {
  color: #fff;
}

/* Navbar */
.navbar-default .navbar-brand a {
  color: #fff;
}
.navbar-default .navbar-brand a span {
  color: #0033A0;
}
.navbar-default .navbar-brand span {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a {
  color: #fff;
  background: #0033A0;
  border-bottom: 2px solid #0033A0;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #444444;
  background: #0033A0;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #0033A0;
  background-color: #FDDA24 !important;
}

ul.dropdown-menu li {
  background: rgba(42.5, 42.5, 42.5, 0.9);
  border-bottom: 1px solid rgb(29.75, 29.75, 29.75);
}

ul.dropdown-menu > li > a {
  color: #eeeeee;
}

ul.dropdown-menu > li > a:hover {
  color: #0033A0;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #0033A0;
  }
  .dropdown-toggle {
    color: #0033A0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #444444;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background-color: #cccccc;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav > li.open {
    border-bottom: 1px solid #0033A0;
  }
  .navbar-default .nav-justified > li.dropdown:hover,
  .navbar-default .nav-justified > li.dropdown.active {
    border-top: 0px solid #0033A0;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0033A0;
}

/* Buttons */
/*Buttons*/
a.btn, .btn, a.btn-primary,
.btn-primary, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

a.btn-primary,
.btn-primary, input[type=file]::file-selector-button {
  color: #fff;
  border: 1px solid rgb(0, 59.128125, 185.5);
  background: #0033A0;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
.btn-primary:hover, input[type=file]:hover::file-selector-button,
.btn-primary:focus, input[type=file]:focus::file-selector-button {
  color: #0033A0 !important;
  border: 1px solid #0033A0;
  background: none;
}
@media (max-width: 767px) {
  a.btn-primary,
  .btn-primary, input[type=file]::file-selector-button {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

/* Aside */
aside h3 {
  border-top: 1px solid #cccccc;
}
aside ul li {
  border-bottom: 1px solid #cccccc;
}

/* Main Content*/
.main-content h2 {
  border-top: 1px solid #cccccc;
}

/* Footer */
footer {
  background: rgb(42.5, 42.5, 42.5);
  box-shadow: 0px 500px 0px 500px rgb(42.5, 42.5, 42.5);
  color: #cccccc;
}
footer h3,
footer p span,
footer a {
  color: #fff;
}
footer hr {
  border-top: 1px solid rgb(80.75, 80.75, 80.75);
}

.GridTable th {
  background-color: #0033A0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* Accordion */
.accordionHeader {
  border: 1px solid #444444;
  color: #fff;
  background-color: #0033A0;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

/* Treeview Styles */
.NodeStyle[class],
.HoverNodeStyle[class],
.SelectedNodeStyle[class] {
  color: #0033A0 !important;
  font-weight: normal;
  text-decoration: none;
}

.NodeStyle[class]:hover, .NodeStyle[class]:hover a {
  color: #0033A0 !important;
  text-decoration: underline;
}

/* nav search */
.navSearch {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navSearch:before, .navSearch:after {
  display: table;
  content: " ";
}
.navSearch:after {
  clear: both;
}
.navSearch > li {
  position: relative;
  display: block;
}
.navSearch > li > a {
  position: relative;
  display: block;
  padding: 5px 6px;
}
.navSearch > li > a:hover, .navSearch > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.navSearch > li > a > img {
  max-width: none;
}
.navSearch > li.disabled > a {
  color: #444444;
}
.navSearch > li.disabled > a:hover, .navSearch > li.disabled > a:focus {
  color: #444444;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.navSearch .open > a {
  background-color: #eeeeee;
  border-color: #0033A0;
}
.navSearch .open > a .carat, .navSearch .open > a:hover, .navSearch .open > a:focus, .navSearch .open > a:hover .carat, .navSearch .open > a:focus .carat {
  background-color: #eeeeee;
  border-color: #0033A0;
  border-top-color: rgb(26.215, 57.2516875, 123.585);
  border-bottom-color: rgb(26.215, 57.2516875, 123.585);
}
.navSearch .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eeeeee;
}

.terms-info {
  background-color: #eeeeee;
  padding-top: 19px;
  padding-bottom: 19px;
}
.terms-info p {
  font-size: smaller;
}

.row.actions {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .box {
    width: auto !important;
    float: none !important;
  }
}
.icon-scale {
  max-width: 100%;
  max-height: 64px;
  height: 100%;
  margin-top: 18px;
  margin-bottom: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a {
  color: #0033A0;
  background: #FDDA24;
  border-bottom: 2px solid #b6461d;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #FDDA24;
  background: #FDDA24;
  border-bottom: 2px solid #b6461d;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  height: 170px;
}

.nav-second-logo {
  padding-top: 35px;
  width: 65px;
}

a.btn-primary, .btn-primary {
  color: #0033A0 !important;
  border: 1px solid #FDDA24;
  background: #FDDA24;
}

a.btn-secondary:hover, a.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #0033A0;
}

a.btn-secondary, a.btn-secondary {
  color: #0033A0 !important;
  border: 1px solid #FDDA24;
  background: #FDDA24;
}

ul.dropdown-menu > li > a:hover {
  color: #eeeeee;
  background: none;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #0033A0;
}

.grayBackground a {
  color: #0033A0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #0033A0;
  background: #FDDA24;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #0033A0;
}

@media (max-width: 768px) {
  .identitytheftresolution .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
#navMyAccount {
  display: none;
}

/*Default Landing page SSO styling*/
#ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > div:nth-child(3),
#ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(2) > div > div.form-group.text-center,
#ctl00_ContentPlaceHolder1_eclub_default_section > div:nth-child(3) {
  display: none;
}

.default #ctl00_ContentPlaceHolder1_signUpDiv > p,
.default > section.main__middle__container.grayBackground.front > div:nth-child(2) {
  display: none;
}

.default #ctl00_ContentPlaceHolder1_welcomeMessage {
  font-size: 0px;
}

.default #ctl00_ContentPlaceHolder1_welcomeMessage::after {
  content: "Access for Truliant Perks benefits is available through your Truliant online banking or mobile app. Please go there to access your benefits or any alerts.";
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin: 20px 50px 20px 50px;
  color: #636666;
}

.default #ctl00_ContentPlaceHolder1_CustomRegistration > p.text-center.newToEclubText {
  display: none;
}

.default #ctl00_ContentPlaceHolder1_signUpDiv {
  margin-bottom: 25px;
}

.default > section.main__middle__container.primaryBackground.front > .container > #ctl00_ContentPlaceHolder1_signUpDiv > #ctl00_ContentPlaceHolder1_CustomRegistration > p.text-center.newToEclubText {
  font-size: 0px;
  position: relative;
}

.default #ctl00_ContentPlaceHolder1_CustomRegistration::after {
  content: "Go to your Truliant online banking to access your benefits today.";
  font-size: 16px;
  line-height: 1.4;
  display: block;
  text-align: center;
}

/*Login OLB only*/
.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > h1 {
  font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > h1::after {
  Content: "Welcome to Truliant Perks";
  font-size: 44px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(4) {
  font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(4)::after {
  Content: "Access Managed by Truliant";
  font-size: 32px;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0px !important;
  margin-bottom: 24px;
  padding-top: 27px;
  font-weight: 300;
  color: #0033A0;
  font-family: Comfortaa, "Open Sans", sans-serif;
  text-align: center;
  position: relative;
  top: 25px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > div.input-group.margin-bottom-sm {
  display: none;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(10) {
  display: none;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(11)::after {
  content: "This site is for viewing and managing benefits only. If you need help with login, account setup, or password reset, Truliant will assist you directly.";
  display: flex;
  justify-content: center;
  text-align: center;
  color: #636666;
  margin-bottom: 40px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlLogin > div > p:nth-child(11) > a {
  display: none;
}

/*Login account recovery OLB only*/
.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(5), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > div:nth-child(6), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(8), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > div:nth-child(9), #ctl00_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(11) {
  display: none;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(3) {
  font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(3)::after {
  content: "To recover access to your benefits, please return to your online banking platform.";
  font-size: 16px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(4) {
  font-size: 0px;
}

.login #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_pnlForgotUName > div > p:nth-child(4)::after {
  content: "Account Recovery must be completed through Truliant to ensure your security.";
  font-size: 16px;
}

/*Interim OLB only fix*/
.interim .signInHeader {
  margin-bottom: 50px;
}

.interim .btn-primary, .interim .btn-secondary {
  display: none;
}

.interim .newToEclubText {
  font-size: 0;
}

.interim .newToEclubText::before {
  content: "This site is for viewing and managing benefits only. If you need help with login, account setup, or password reset your financial institution will assist you directly.";
  font-size: 16px;
}

.interim .primaryBackground {
  background: transparent;
}

.interim .newToEclubHeader {
  font-size: 0;
  color: #0033A0 !important;
}

.interim .newToEclubHeader::before {
  content: "Access Managed by your Financial Institution";
  font-size: 30px;
}

.interim .newToEclubText {
  color: #000 !important;
}

.interim .grayBackground > .row:first-of-type > div > h2,
.interim .grayBackground > .row:first-of-type > div > p,
.interim .grayBackground > .row:first-of-type > div > br {
  display: none;
}

#lnkJointAccount {
  display: none;
}

#aspnetForm > div:nth-child(8) > div > section > div.main__middle__container.primaryBackground > div > div {
  display: none;
}

/*relogin*/
.relogin .main__middle__container.grayBackground > .row > .col-md-12 > h1 {
  font-size: 0px;
}

.relogin .main__middle__container.grayBackground > .row > .col-md-12 > h1::after {
  font-size: 44px;
  content: "Welcome to Truliant Perks";
}

.relogin .main__middle__container.grayBackground > .row:first-child > .col-md-12 > P.text-center {
  font-size: 0px;
  margin-top: 30px;
}

.relogin .main__middle__container.grayBackground > .row:first-child > .col-md-12 > P.text-center::After {
  font-size: 16px;
  content: "Access for Truliant Perks benefits is available through your Truliant online banking or mobile app. Please go there to access your benefits or any alerts.";
}

.relogin .main__middle__container.grayBackground > .row:first-child form {
  display: none;
}

.relogin .main__middle__container.grayBackground > .row:nth-child(2) P {
  display: none;
}

.relogin section.main__middle__container.primaryBackground > .container > .row > p:nth-child(3) {
  display: none;
}

.relogin section.main__middle__container.primaryBackground > .container > .row > p.text-center.newToEclubText {
  font-size: 0px;
}

.relogin section.main__middle__container.primaryBackground > .container > .row > p.text-center.newToEclubText::after {
  font-size: 16px;
  content: "Go to your Truliant online banking to access your benefits today.";
}

/* hide messge center */
.home #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar > div:nth-child(5) {
  display: none;
}

.home #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar > div:nth-child(6) {
  display: none;
}

.health #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar > div {
  display: none;
}

.savings #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar > div {
  display: none;
}

.security #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar > div {
  display: none;
}

.travelandentertainment #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar > div {
  display: none;
}

.identityprotect #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbarCustInfo_custInfoBoxHeader {
  display: none;
}

.identityprotect #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_divRightBarSelections > div:nth-child(9) {
  display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_Aside1 > div {
  display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar {
  display: none;
}

/* Club 11690  remove once renaming is resolved */
.travelandentertainment #webDescription_369 > div > h1 {
  font-size: 0px;
}

.travelandentertainment #webDescription_369 > div > h1::after {
  font-size: 44px;
  content: "Travel and Leisure Discounts";
}

.health #healthHeader {
  font-size: 0px;
}

.health #healthHeader::after {
  font-size: 28px;
  content: "Health Discount Savings";
}

.health #divDiscountCardNotification > h4 {
  font-size: 0px;
}

.health #divDiscountCardNotification > h4::after {
  font-size: 19px;
  content: "Your health discount savings has been ordered and processed.  If you wish to print out your discount card you may do so.  Please keep in mind – health discounts are available 48 hours after the discount card has been requested.";
}

.identityprotect #webDescription_222 > div > h1 {
  font-size: 0px;
}

.identityprotect #webDescription_222 > div > h1::after {
  font-size: 44px;
  content: "Identity Theft Expense Reimbursement Coverage";
}

.identityprotect #webDescription_345 > div > h1 {
  font-size: 0px;
}

.identityprotect #webDescription_345 > div > h1::after {
  font-size: 44px;
  content: "Comprehensive Identity Theft Resolution Services";
}

.health #webDescription_321 > div > h1 {
  font-size: 0px;
}

.health #webDescription_321 > div > h1::after {
  font-size: 28px;
  content: "Telehealth";
}

.instadeals #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_SiteMapPath1 > span:nth-child(5) {
  font-size: 0px;
}

.instadeals #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_SiteMapPath1 > span:nth-child(5)::after {
  font-size: 16px;
  content: "Travel and Leisure Discounts";
}

.security #webDescription_479 > div > h1 {
  font-size: 0px;
}

.security #webDescription_479 > div > h1::after {
  font-size: 44px;
  content: "Cell Phone Protection";
}

.security #webDescription_479 > div {
  font-size: 0px;
}

.security #webDescription_479 > div::after {
  font-size: 16px;
  content: "Cell phones are part of our daily lives. Replacing them if they are stolen or damaged can be costly. With Cell Phone Protection you receive up to $600 of Cellular Telephone Coverage to reimburse the cost of replacing or repairing your device. This valuable protection covers you whether you are at home or abroad. ";
}

.messagecenter #ctl00_ContentPlaceHolder1_message > ul {
  padding-left: 0;
  list-style: none !important;
  margin: 0;
  padding-top: 55px;
}

.navbar-default .navbar-nav {
    float: none;
    text-align: justify;
}

/*# sourceMappingURL=eclub.TruliantFCU.css.map */
