@media (min-width: 45.5rem) {
  .c-side-nav {
    margin-top: 2rem;
  }
}
.c-side-nav .background-overlay {
  display: none;
  background-color: #333;
  opacity: 0.6;
  z-index: 450;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-side-nav .title {
  position: relative;
  z-index: 20;
  background: #EFEFEF;
  padding: .5rem 2.5rem .5rem 1rem;
  border: 1px solid #ccc;
}
@media (min-width: 45.5rem) {
  .c-side-nav .title {
    padding: .5rem 1rem;
  }
}
.c-side-nav .title:after {
  content: "\f078";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.66rem;
  height: 100%;
  border-left: 1px solid #ccc;
  font-family: ci-icons;
}
@media (min-width: 45.5rem) {
  .c-side-nav .title:after {
    display: none;
  }
}
.c-side-nav .h4 {
  font-size: 1rem;
  font-weight: normal;
}
.c-side-nav .h4 > a, .c-side-nav .h4 > span {
  color: #425563;
  font-weight: bold;
  text-decoration: none;
}
.c-side-nav .sidebar-title {
  display: none;
}
@media (min-width: 45.5rem) {
  .c-side-nav .sidebar-title {
    display: block;
  }
}
.c-side-nav .sidebar-title--mobile {
  display: block;
}
@media (min-width: 45.5rem) {
  .c-side-nav .sidebar-title--mobile {
    display: none;
  }
}
.c-side-nav .sidebar-left > ul {
  display: none;
  position: absolute;
  z-index: 451;
  width: 100%;
  margin: 0;
  border-right: 1px solid #999;
  background-color: #fff;
  list-style: none;
}
@media (min-width: 45.5rem) {
  .c-side-nav .sidebar-left > ul {
    display: block;
    position: inherit;
    background-color: inherit;
    border-right: none;
  }
}
.c-side-nav .sidebar-left > ul > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.c-side-nav .sidebar-left > ul > li.active > span {
  display: block;
  color: #425563;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  font-size: .8rem;
  font-weight: bold;
  color: #0086BF;
  background-color: #BBDDE6;
  padding: .75rem 1rem;
}

.c-side-nav .sidebar-left > ul > li > a {
  display: block;
  color: #425563;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  font-size: .8rem;
  font-weight: normal;
  padding: .75rem 1rem;
}
.c-side-nav .sidebar-left > ul > li.selected > a {
  margin-right: 2.7rem;
  font-weight: bold;
}
@media (max-width: 45.5rem) {
  .c-side-nav .sidebar-left.is-expanded .background-overlay {
    display: block;
  }
}
.c-side-nav .sidebar-left.is-expanded .title:after {
  content: "\f077";
}
.c-side-nav .sidebar-left.is-expanded > ul {
  display: block;
}
.c-side-nav .sub-menu {
  border-top: 2px solid #ccc;
  margin: 0;
  list-style: none;
  background: #f2f6fb;
}
@media (max-width: 45.5rem) {
  .c-side-nav .sub-menu {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 45.5rem) {
  .c-side-nav .sub-menu:before {
    content: "\f0d7";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.7rem;
    height: 2.7rem;
    border-left: 1px solid #ccc;
    font-family: ci-icons;
    font-size: 1rem;
  }
}
@media (max-width: 45.5rem) {
  .c-side-nav .sub-menu--open {
    height: auto;
  }
}
@media (max-width: 45.5rem) {
  .c-side-nav .sub-menu--open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-left: none;
    border-right: 1px solid #ccc;
  }
}
.c-side-nav .sub-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.c-side-nav .sub-menu > li > a {
  display: block;
  color: #425563;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  font-size: .8rem;
  font-weight: normal;
  padding: .75rem 1rem .75rem 2rem;
}
.c-side-nav .sub-menu > li > span {
  padding-left: 2rem;
}
.c-side-nav .sub-menu > li.selected > a, .c-side-nav .sidebar-left > ul > li.active > a {
  margin-right: 2.7rem;
  font-weight: bold;
}
.c-side-nav .sub-menu > li.active > span {
  display: block;
  padding: .75rem .75rem .75rem 2rem;
  background-color: #BBDDE6;
  font-size: .8rem;
  font-weight: bold;
  color: #0086BF;
}
.c-side-nav .sub-menu:not(:last-child) .sub-menu {
  border-bottom: 2px solid #ccc;
}
@media (min-width: 45.5rem) {
  .c-side-nav__content {
    flex: 1;
    background-color: #fff;
    padding: 0 0 0 1rem;
    max-width: calc(100% - 13rem);
  }
}

@media (max-width: 45.5rem) {
  .c-side-nav__content {
    padding: 1.5rem 0;
  }
}

@media (min-width: 45.5rem) {
  .c-side-nav .c-side-nav__nav {
    width: 12rem;
    flex: none;
    max-width: unset;
    margin-right: 1rem;
    background-color: #EFEFEF;
  }
}
@media (min-width: 45.5rem) {
  .c-side-nav--left .c-side-nav__holder {
    margin-right: 1.5rem;
  }
}
@media (min-width: 45.5rem) {
  .c-side-nav--right .c-side-nav__holder {
    margin-left: 1.5rem;
  }
}

.c-page-titles {
	width: inherit;
	max-width: none;
	margin: 1rem 0;
  }

  @media (min-width: 45.5rem) {
	.c-side-nav__content .c-page-titles {
	  margin: 0 0 1rem;
	}
}
.is-overdue .overdue-content {
	background-color: #E04236;
}
.is-cc-expiring .payment-expiring-content {
	background-color: #D79B15;
}
.is-overdue .overdue-content > a,
.is-cc-expiring .payment-expiring-content > a {
	color: white !important;
	font-weight: 700 !important;
}
.is-overdue .overdue-content a::before,
.is-cc-expiring .payment-expiring-content a::before {
	content: "\f06a";
	font-family: ci-icons;
	font-weight: normal;
	font-size: 0.9rem;
	vertical-align: middle;
	padding-right: .35rem;
}
