/* Modal styles comment */
.modalWrapper {
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
}

.modalWrapper .window {
  font-size: 1.4em;
  background: none repeat scroll 0 0 #FFF;
  display: inline-block;
  /* margin: auto; */
  position: relative;
  text-align: left;
  width: 37.02em;
  z-index: 100;
  max-width: 600px;
  margin: auto 8%;
  width: auto;
}

.modalWrapper .bg {
  background: none repeat scroll 0 0 #333;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
}
/* Bolt modal styles */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  float: right;
  font-size: 36px;

  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);

  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-header .modal-title {
  font-size: 22px;
  margin: 0;
  line-height: 1.44;
}

.modal-body {
  position: relative;
  padding: 20px;
  font-size: 18px;
}

.modal-body p:last-child {
  margin: 0;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}


.nw-button-container {
  padding: 20px;
}

/* Header */

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}

.header-profile-container {
  margin-left: auto;
  color: #fff;
}

.profile-break {
  padding: 0 .75rem;
}

.logout {
  color: #fff;
  text-decoration: none;
}

.rsc-header h1 {
  margin: 0;
}

svg.double-chevron {
  height:14px;
  width:14px;
}
span.return-text {
  margin-right: 8px;
}


@media screen and (max-width: 575.98px) {
  .logout.desktop {
    display: none !important;
  }

  .profile-name {
    flex-direction: column;
  }
}

.profile-name {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  display: flex;
  align-items: center;
  position: relative;
  padding: .75rem;
}

.profile-name span:after {
  content: '';
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: .5rem;
  width: .5rem;
  height: .5rem;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.2s;
}

.open .profile-name span:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0;
}

.profile-name.open {
  z-index: 999;
  background-color: #326295;
}

.profile-name svg {
  fill: currentColor;
}

.header-profile-panel {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 200px;
  z-index: 999;
  padding: 0;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #326295;
  margin: 0;
  display: none;
}

.header-profile-panel.active {
  display:block;
  /* margin-top:-4px; */
  /* padding-top:4px; */
}

app-profile-icon {
  margin-right: 13px;
}

@media screen and (min-width: 576px) {
  /* .header-profile-panel {
    top: 100%;
    left: 0;
    right: auto;
    width: 100%;
  } */

  .logout.mobile {
    display: none !important;
  }

  .header-profile-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  app-profile-icon {
    display: inline-block;
    margin-right: .75rem;
  }
}

.header-profile-panel a {
  border-bottom: 1px solid #B7B7B7 !important;
  display: block;
  text-align: left;
  padding: .75rem 1.25rem .75rem .75rem;
  background: none;
}

.logo-desktop {
  display: none;
}
.logo-tablet {
  display: block;
}
.logo-mobile {
  display:none;
}

@media screen and (min-width: 768px) {
  .logo-desktop {
    display: none !important;
  }
  .logo-tablet {
    display: block !important;
  }
  .logo-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .logo-desktop {
    display: block !important;
  }
  .logo-tablet {
    display: none !important;
  }
  .logo-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 691px) {
  .rsc-link-schedule span {
    display: none;
  }


}


@media screen and (max-width: 650px) {


  .rsc-login-link {
    display: flex;
    align-items: center;
    padding-top:1.5rem;
    z-index: 11;
    float: right;
  }

  .username-inner {
    display: flex;
    align-items: center;
    padding-top:1.5rem;
    z-index: 11;
    float: right;
  }

  .header-profile-panel.active {
    display:block;
    /* margin-top:-17px; */
    /* padding-top:4px; */
  }
  .rsc-login-link.active {
    background-color: #326295;
    z-index: 11;
  }

  .rsc-login-link span:after {
    display: inline-block;
    content: "|";
    padding: 0 1.2rem;
  }
  .rsc-login-link > svg {
    margin-right:.8rem;
    position: relative;
  }
  .rsc-login-link .truncate > svg {
    position:absolute;
    fill: #ffffff;
    width: 14px;
    height: 14px;
    right: 0;
    margin: 2px 0 0 .4rem;
    display: inline-block;
  }
  .rsc-login-link .truncate.inactive > svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.2s;
  }
  .rsc-login-link .truncate.active > svg {
    position:absolute;
    fill: #ffffff;
    width: 14px;
    height: 14px;
    right: 0;
    margin: 2px 0 0 .4rem;
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: 0.2s;
  }


  a.rsc-link-schedule > svg {
    padding:5px;
    height:34px;
    width:34px;
  }

  .rsc-login-link a,
  .rsc-login-link .truncate {
    display: block;
    color: #fff;
    position: relative;
  }
  .rsc-login-link .truncate {
    max-width: 122px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 22px;
    cursor: pointer;
    text-decoration: underline;
  }

  .rsc-login-link .username-inner {
    cursor: pointer;
  }

  .rsc-login-link .username-inner:hover .truncate,
  .rsc-login-link .username-inner:focus .truncate {
    text-decoration: none;
  }

  .profile-separator, .rsc-login-link a.logout-link {
    display:none;
  }
  .rsc-header .rsc-lower-header .rsc-lower-header-inner a.rsc-link-schedule >svg {
    margin-right: calc(1.2rem - 5px);
    margin-left:-5px;
  }
}
.header-overlay.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.7;
  z-index: 10;
  transition: .25s all ease;
}

.rsc-header-background-color {
  color: #fff;
  background: #347E93;
}

.rsc-header-background-color a,
.rsc-navbar-background-color a,
.rsc-navbarRight-background-color a {
  color: #fff;
}

.rsc-navbar-background-color {
  color: #fff;
  background: #326295;
}

.rsc-navbarRight-background-color {
  color: #fff;
  background: #263645;
}

/* .rsc-header {
  margin-bottom: 2rem;
} */

.rsc-upper-header {
  position: relative;
  align-items: stretch; /* OG - center */
  justify-content: space-between;
  display: flex;
  /* padding-top: 2rem;
  padding-bottom; 2rem; */
}
.rsc-upper-header .column.small-6 {
  padding-top:2rem;
  padding-bottom:2rem;
}
.column.small-6.rsc-login-link.js-logged-in.flex-container,
.column.small-6.rsc-login-link.js-logged-out.flex-container {
  flex-basis: auto;
  /* margin-top:1.5rem; */
}

.username-inner {
  display: flex;
  padding-top: 1.5rem;

}

a.logged-out-login {
  display: flex;
}


@media screen and (min-width: 651px) {
.rsc-login-link {
  display: flex;
  align-items: center;
  padding-top:1.5rem;
  float: right;
}

.rsc-login-link span:after {
  display: inline-block;
  content: "|";
  padding: 0 1.2rem;
}
.rsc-login-link > svg {
  margin-right:.8rem;
  position: relative;
}
.rsc-login-link .truncate > svg {
  display:none;
}

.rsc-login-link a {
  display: block;
  color: #fff;
  position: relative;
}

a.logged-out-login {
  display: flex;
}

.rsc-login-link .truncate {
  max-width: 15.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0;
}
}


@media screen and (min-width: 551px) {
.rsc-login-link .truncate > svg {
  margin-top:5px;
}
}
.rsc-header svg {
  fill: #FFF;
  margin-right: 1.2rem;
}

.rsc-page-logo {
  align-items: center;
  display: flex;
}

.rsc-page-name {
  font-size: 2.2rem;
}

.rsc-upper-header,
.rsc-lower-header-inner {
  max-width: 1200px;
  margin: auto;
}

.rsc-lower-header {
  background: linear-gradient(90deg, rgba(50, 98, 149, 1) 0%, rgba(50, 98, 149, 1) 49%, rgba(38, 54, 69, 1) 51%, rgba(38, 54, 69, 1) 100%);
  padding: 0 0 0 1.2rem;
}

.rsc-lower-right-container {
  display: flex;
  margin-left: auto;
}

.rsc-lower-header a {
  margin: 0 1.2rem;
}
.rsc-lower-header a.rsc-link-contact-us {
  margin: 0;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
}
.rsc-lower-header a.rsc-link-search {
  margin-left: 0;
  padding-left: 1.2rem;
}

.rsc-lower-header a.rsc-link-contact-us:hover,
.rsc-lower-header a.rsc-link-contact-us:focus,
.rsc-lower-header a.rsc-link-search:hover,
.rsc-lower-header a.rsc-link-search:focus {
  background: #0072CF;
  text-decoration: none;
}

.rsc-link-return-to-plan:hover,
.rsc-link-return-to-plan:focus,
.rsc-link-schedule:hover,
.rsc-link-schedule:focus,
.logout-link:hover,
.logout-link:focus,
.logged-out-login:hover,
.logged-out-login:focus,
.header-profile-panel.active li a:hover,
.header-profile-panel.active li a:focus{ text-decoration: none; }

.rsc-lower-header a.rsc-link-return-to-plan {
  margin-left: auto;
  margin-right: 1.2rem;
}

.rsc-lower-header-inner {
  display: flex;
  justify-content: space-between;
}
.rsc-lower-header-inner a span{
  padding-top: .2rem;
}

.bolt-logo {
  height: 75px;
  width: 75px;
}

.bolt-icon {
  width: 24px;
  height: 24px;
}

.rsc-link-schedule,
.rsc-link-contact-us,
.rsc-link-search,
.rsc-link-return-to-plan {
  display: flex;
  align-items: center;
}


.rsc-lower-header-right {
  border-left: 1px solid #fff;
  display: flex;
}

.rsc-lower-header-right a.rsc-link-contact-us {
  display: flex;
  /*margin-left: 1.2rem;*/
  /*margin-right: 1.2rem;*/
}


@media screen and (max-width:650px) {
  a.rsc-link-schedule svg:hover {
    background: #263645;
    border-radius: .8rem;
  }
}

@media screen and (max-width:550px) {
  .logo-desktop {
    display: none !important;
  }
  .logo-tablet {
    display: none !important;
  }
  .logo-mobile {
    display:block !important;
  }

  .rsc-upper-header {
    align-items: center;
  }

  /* .rsc-page-name, */
  .rsc-link-schedule span,
  .rsc-link-contact-us span {
    /* position: absolute;
    left: -9999em; */
    display: none;
  }

  /* .rsc-login-link.js-logged-out {
    flex-direction: column;
    padding-top:1rem;
  } */

  a.logged-out-login {
    flex-direction: column;
    align-items: center;
  }

  .username-inner {
    flex-direction: column;
    padding-top:1.5rem;
  }
  .username-inner svg {
    fill: #FFF;
  }

  .rsc-login-link svg {
    margin: 0;
  }
  .rsc-login-link a,
  .rsc-login-link .truncate {
    font-size: 1.4rem;
  }
  .rsc-header svg {margin-right:0;}
  .rsc-lower-header a.rsc-link-contact-us {
    padding-right:1.2rem;
  }
  .column.small-6.rsc-login-link.js-logged-in.flex-container {
    padding-top:1.5rem !important;
  }
  .rsc-lower-header a.rsc-link-contact-us > svg {
    margin-right:0;
  }
  .rsc-lower-header a.rsc-link-search {
    margin-right: 0;
    padding-right: 1.2rem;
  }

}

@media screen and (max-width:341px) {
  a.rsc-link-schedule {
    margin-right: 0;
  }

}

@media screen and (max-width:329px) {
  span.return-text {
    font-size: 1.6rem;

  }
}


@media screen and (max-width:319px) {
  span.return-text {
    display: none;
  }

  svg.double-chevron {
    height:29px;
    width:29px;
    padding: 5px;
    margin-right:2px !important;
  }

  a.rsc-link-return-to-plan svg:hover, a.rsc-link-return-to-plan svg:focus {
    background: #263645;
    border-radius: .8rem;
  }
}

/* Footer */

.nw-footer {
  background-color: #346094;
  color: #fff;
}

footer a {
  text-decoration: underline;
}

.nw-footer a:hover,
.nw-footer a:focus {
  text-decoration: underline;
}
.nw-footer p {margin-bottom: 2rem; line-height: 1.4;}
.nw-footer p:last-of-type {margin-bottom: 3.2rem;}
.nw-footer p.partnerLinksText {margin-bottom: .4rem;}

.nw-footer.nw-text-sm > .nw-inner-bun {
padding-top: 3.2rem !important;
}


.nw-footer .nw-footer__phone {
margin-bottom: 1.2rem;
margin-top: 3.2rem
}
.nw-footer__social {
margin-bottom:0;
}
.nw-footer__social a {
height:3.6rem;
}
.nw-footer .nw-footer__social li {
margin: 0 0.625rem;
padding: 0;
}

.nw-footer .nw-footer__social li:first-child {
margin-left: 0;
}

.nw-footer .nw-footer__social li:last-child {
margin-right: 0;
}
.nw-footer__social svg {
height: 36px;
width: 36px;
}
.nw-footer__logo {
padding: 0 !important;
}
.nw-footer__logo-margin {
  margin-bottom: 3.2rem !important;
}

.nw-footer__logo svg {
height: 75px;
max-width: 328px;
}

/* .nw-footer .nw-footer-center-mobile {
margin-bottom: 3.2rem !important;
} */
.nw-footer__third-party a {
margin-right:0 !important;
}
p.nw-footer__third-party.nw-footer__third-party-apps {
text-align: left;
}

p.nw-footer__third-party.nw-footer__third-party-apps a {
margin-left: -10px;
margin-right: 10px !important;
}
.footer-logo--tablet {display: block;}
.footer-logo--mobile {display: none;}


.nw-footer .nw-footer__social svg {
fill: #B7B7B7;
}

.nw-footer__social a:hover, .nw-footer__social a:focus {
background-color: transparent;
}

/* Center certain footer items on mobile */
@media screen and (max-width: 40.625rem) {
.nw-footer .nw-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nw-footer__logo-margin {
  margin-bottom: 0!important;
}
/* .nw-footer .nw-footer__logo svg {
  margin-right: -20px;
} */
.nw-footer__social {
  margin-bottom:3.2rem;
  }
.nw-footer .nw-footer-center-mobile {
  text-align: center;
  /* padding-top:3.2rem; */
}

.nw-footer .nw-footer__phone {
  margin-top:2rem;
  margin-bottom:2rem;
}
.nw-outer-bottom.nw-footer-center-mobile.mobile-footer-margin,
p.mobile-footer-margin {
  margin-bottom: 0 !important;
}
.nw-footer__third-party a  {
  margin:0 auto;
}

p.nw-footer__third-party.nw-footer__third-party-apps {
  text-align: center;
}

p.nw-footer__third-party.nw-footer__third-party-apps a {
  margin-left: 0;
  margin-right: 0 !important;
}
.footer-logo--tablet {display: none;}
.footer-logo--mobile {display: block;}

.nw-footer__logo svg {
  height: 52px;
  max-width: 288px;
}
}
/* Extra helper classes */
.nw-margin-bottom--mdlg {
  margin-bottom: 3.2rem !important;
}

/* Original NW CSS overrides */
@media (min-width:1200px) and (max-width:1266px) {
.nw-container {
    padding-left: 22px;
    padding-right: 22px;
}
}

.nw-banner-media-position__top {
  background-position: top;
}

.nw-banner-media-position__bottom {
  background-position: bottom;
}

@media print, screen and (min-width: 50em) {
  .nw-banner-media-position__top {
    background-position: top;
  }
  .nw-banner-media-position__bottom {
    background-position: bottom;
  }
}



.nw-tile-block__tile--tall .nw-tile-block__content-header,
.nw-tile-block__content-subheader {
margin-bottom: 0;
}

/* Custom */
a sup {
display: inline-block;
text-decoration: none;
}

/* AddToHome styles */

/* ADD TO HOME */
#addToHomeScreen { z-index:9999; -webkit-user-select:none; user-select:none; -webkit-touch-callout:none; touch-callout:none; width:240px; font-size:1.3em; padding:12px 14px; text-align:left; font-family:helvetica; background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3)); border:1px solid #505050; -webkit-border-radius:8px; -webkit-background-clip:padding-box; color:#333; text-shadow:0 1px 0 rgba(255,255,255,0.75); line-height:130%; -webkit-box-shadow:0 0 4px rgba(0,0,0,0.5); }
#addToHomeScreen.addToHomeWide{width:296px;}
#addToHomeScreen.addToHomeIpad.addToHomeWide{width:325px;font-size:18px;padding:14px;}
#addToHomeScreen .addToHomeArrow { position:absolute; background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc)); border-width:0 1px 1px 0; border-style:solid; border-color:#505050; width:16px; height:16px; -webkit-transform:rotateZ(45deg); bottom:-9px; left:50%; margin-left:-8px; -webkit-box-shadow:inset -1px -1px 0 #a9a9a9; -webkit-border-bottom-right-radius:2px; }
#addToHomeScreen.addToHomeIpad .addToHomeArrow{-webkit-transform:rotateZ(-135deg);background-image:0;-webkit-box-shadow:inset -1px -1px 0 #fff;top:-9px;bottom:auto;left:50%;}
#addToHomeScreen .addToHomeClose{-webkit-box-sizing:border-box;position:absolute;right:4px;top:4px;width:18px;height:18px;line-height:14px;text-align:center;text-indent:1px;-webkit-border-radius:9px;background:rgba(0,0,0,0.12);color:#707070;-webkit-box-shadow:0 1px 0 #fff;font-size:16px;}
#addToHomeScreen .addToHomePlus{font-weight:700;font-size:1.3em;}
#addToHomeScreen .addToHomeShare{display:inline-block;width:18px;height:15px;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);background-size:18px 15px;text-indent:-9999em;overflow:hidden;}
#addToHomeScreen .addToHomeTouchIcon{display:block;float:left;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.9);box-shadow:0 1px 3px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.9);background-repeat:no-repeat;width:57px;height:57px;-webkit-background-size:57px 57px;background-size:57px 57px;margin:0 12px 0 0;border:1px solid #333;-webkit-background-clip:padding-box;background-clip:padding-box;}


/* search results page search bar */
.st-default-search-input, .st-ui-search-input {
  display: inline-block;
  padding: 7px 11px 7px 28px;
  border: 1px solid #bbb;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: 400;
  color: #3B454F;
  font-size: 16px;
  line-height: 16px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

}

