/** TOP NAVIGATION BAR **/
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: 'Droid Sans', sans-serif;
  padding-bottom: 100px !important;
  # MUST match footer height !
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Pathway Gothic One', sans-serif;
}

h1 {
  font-size: 28px;
  color: #2a5188;
  font-weight: bold;
}

h2 {
  font-size: 25px;
  color: #00889f;
  font-weight: bold;
}

h3 {
  font-size: 26px;
  font-weight: 700;
}

.content-block-title {
  font-family: 'Pathway Gothic One', sans-serif;
}

.title {
  font-family: 'Pathway Gothic One', sans-serif;
  color: #198EB8;
}

.btn,
.btn-default,
.btn-primary,
.btn:active,
.btn-default:active,
.btn-primary:active,
.btn:focus,
.btn-default:focus,
.btn-primary:focus {
  font-family: 'Pathway Gothic One', sans-serif;
}

.btn-client {
  background-color: #1aa8c0;
  color: #ffffff;
}

.btn-default:hover {
  background-color: #00879E;
  color: #ffffff;
}
/** TOP NAVIGATION BAR **/
#navbar {
  background-color: #223D5B;
  border-color: #223D5B;
}

/** #navbar { border-bottom-color: #ffffff; border-bottom-width: 3px; background: -webkit-linear-gradient(#24A5C9, #025991);
/** background: -o-linear-gradient(#24A5C9, #025991);
/** background: -moz-linear-gradient(#24A5C9, #025991);
/** background: linear-gradient(#24A5C9, #025991);
/** background-image: -ms-linear-gradient(top bottom, #24A5C9 0%, #025991 100%);
/** filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24A5C9',**/
/**endColorstr='#025991');
/** } **/
#navbar li,
#navbar li a {
  color: #FFF;
}

#navbar li:hover a:hover {
  color: #ffffff;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #0E76BC;
  color: #ffffff;
}

#navbar .navdrop {
  color: #ffffff;
  background-color: #223D5B;
}

#navbar .navdrop h3 {
  color: #ffffff;
  font-size: 18px;
}

#navbar .navdrop a:hover {
  background-color: #007CB8 !important;
  color: #ffffff;
}

#navbar .parent:hover {
  color: #ffffff;
  background-color: #007CB8;
}
#store-top-nav>div>ul>li>h4>a {
  color: #0E76BC;
}
#page-footer {
  background-color: #223D5B;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: white;
}

#footer-text a {
  color: #0E76BC;
}

.modal {
  width: 100%;
  text-align: justify;
}

#footer-trademark {
  margin-top: 5px;
}

#footer-terms,
#footer-trademark {
  font-size: 9px;
}

#home-carousel>ol>li {
  background-color: #0E76BC;
}

#home-carousel>ol>li.active {
  background-color: #01B9DB;
  border-color: #01B9DB;
}
#profile-nav.page-navigation>ul.nav-tabs {
  background-color: #223D5B;
  color: #ffffff;
}

div.gray-bar {
  background: #F1EFF0 repeat left top;
  height: 2 px;
  margin-top: 2px;
}
.support-header,
.title {
  margin-top: 50px;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: left;
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%)
}