.breadcrumb li.active, .breadcrumb li a:hover {
  color: #999999;
}

.breadcrumb li.active {
  font-weight: bold
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.color-pru {
  color: #545454;
}

.who li i {
  color: #545454 !important;
}

.who li:hover i, 
.who li:hover a { 
	color: #999999 !important;
}

._with-nav .logo img {
  margin: 20px 0 15px;
}

.header .navbar-nav > .active > a {
  color: #545454;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
  color: #545454;
  border-bottom: solid 2px #545454;
}

.tab-v1 .nav-tabs {
  border-bottom: solid 2px #595959;
}

.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus,
.tab-v1 .nav-tabs > li > a:hover {
  background: #595959;
}

a:not(.enroll-btn) {
  color: #595959;
}

a:not(.enroll-btn):hover, a:not(.enroll-btn):active, a:not(.enroll-btn):focus {
  color: #000;
}

.call-action-v1-box {
  background-color: #595959;
}

.service .service-icon {
  color: #545454 !important;
}

.headline h2, .headline h3, .headline h4 {
  border-bottom-color: #545454;
}

.call-action-v1-in * {
  color: #fff;
}

.enroll-btn {
  background: black;
}

.enroll-btn:focus, .enroll-btn:hover, .enroll-btn:active {
  background: #d7d7d7;
  color: #4a4a4a;
}

#topcontrol {
  background-color: #222;
}

#topcontrol:hover {
  background-color: #000;
}

.call-action-v1-in h3, .call-action-v1-in h5 {
  margin-bottom: 3rem;
}

.call-action-v1-in h3 {
  font-weight: bold;
}

.header-btn {
  position: relative;
  top: -40px;
}

.call-action-v1-in {
  padding-top: 10px;
}

.display {
  font-size: 3em;
  font-weight: 300;
  padding-bottom: 16px;
}

.sub-title {
  margin-bottom: 15px;
}

.enroll-btn {
  padding: 16px 0;
  line-height: 1.5;
  font-size: 28px;
}

.message-info span {
  color: #545454;
  display: block;
  font-size: 2.5rem;
  line-height: 35px;
  margin: 15px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.chk-enroll {
  height: 16px;
  width: 16px;
  vertical-align: text-bottom;
}

.service {
  min-height: 175px;
}

.service:hover {
  cursor: default;
}

.img-center {
  text-align: center;
}

.btn-lang, .btn-lang:hover {
  color: white;
  background-color: #595959;
  border-color: #999999;
}

#faq-subheader {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.event-info li {
  text-align: left;
}

.no-bullet {
  list-style-type: none;
}

.more-space > li {
  margin-top: 10px;
}

.event-info span.talk-point {
  font-size: 16px;
  font-weight: 700;
  line-height: unset;
  margin-bottom: unset;
}

.chk-enroll-container {
  display: inline;
}

.app-solid-border {
  width: 100%;
  border-bottom: 3px solid #999;
}

#enrollment-options.btn-group {
  padding-top: 12px;
}

#enrollment-options.btn-group button {
  background-color: transparent;
  padding-left: 0;
  color: #333;
}

#enrollment-options {
  display: block;
}
#enrollment-options-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* #enrollment-options {
    display: none;
  }
  #enrollment-options-mobile {
    display: block;
  } */
  #enrollment-options-mobile .btn-cci {
    margin: 5px 0;
  }
}

.app-active-btn, .app-inactive-btn {
  position: relative;
}

.app-inactive-btn:hover::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: black;
  top: 103%;
  left: 0;
}

.app-active-btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: black;
  top: 103%;
  left: 0;
}

@media (max-width: 1200px) {
  .client-logo {
    width: 300px;
    height: 100px;
  }
}

@media (max-width: 990px) {
  .header .logo {
    display: block;
  }
  .header .topbar {
    margin-bottom: 8px;
  }
  .kroll-btns {
    display: block;
    float: none !important;
  }
  .kroll-btns button {
    width: 49%;
  }
  .kroll-btns.btn-cali button {
    width: 32%;
  }

}

@media (min-width: 990px) {
  #chk-enroll {
    float: left;
  }
  .chk-enroll-container {
    float: right;
    width: 93%;
  }
}
@media (max-width: 678px) {
  .kroll-btns button, .kroll-btns.btn-cali button {
    margin-top: 2px;
    width: 100%;
  }
}

@media (max-width: 525px) {
  h1 {
    font-size: 24px;
  }
  h1.display {
    font-size: 2.5em;
  }
}

@media (max-width: 400px) {
  #enrollment-options.btn-group button {
    padding-right: 0;
  }
}

.invert {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.btn-cci {
  width: 100%;
  background-color: #eee;
  font-size: 22px;
  white-space: normal;
  border:none;
}

.btn-enroll {
  width: 100%;
  color: white;
  background-color: #595959;
  border: none;
}

button.btn-cci:hover, .btn-cci:active, .btn-cci:focus {
  white-space: normal;
  background: #d7d7d7 !important;
  color: #4a4a4a !important;
}

.call-table {
  width: 100%;
}
.call-table + .talk-point {
  margin-top: 16px;
}

td, th {
  border: 1px solid #545454;
}

tr > td:not(.text-center), th:first-of-type {
  padding-left: 3px;
}

th {
  background-color: #4a4a4a;
  color: white;
}
