body {
  color: #394453;
}

.carousel {
    width: 370px;
    height: 250px;
    margin-bottom: 50px;
}

.carousel.single-slide {
    margin-bottom: 15px;
}

.carousel > .carousel-inner, .carousel > .carousel-inner > .item, .carousel > .carousel-inner > .item > .item-inner {
    width: 340px;
    height: 250px;
    text-align: center;
}

.carousel > .carousel-inner > .item > .item-inner > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: inline;
    cursor: pointer;
}

.carousel > .carousel-inner > .item > .item-inner > * {
    vertical-align: middle;
}

.side {
    height: 100%;
    width: 0px;
    display: inline-block;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel.single-slide > .carousel-indicators {
    display: none;
}

.carousel-indicators li {
  text-indent: 0;
  margin: 0 2px;
  width: 15px;
  height: 15px;
  border: none;
  border-radius:0px;
  line-height: 15px;
  color: #fff;
  background-color: #999;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  background-color: #337ab7;
}

.addthis_sharing_toolbox {
    margin-right: 12px;
}

.learn-more-text,ul.Progress li a {
    text-decoration: none !important;
    color: #000;
}

.panel>.list-group .list-group-item {
    border-bottom: 10px solid #fff;
}

ul.Progress {
    min-height: 55px;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: auto;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

ul.Progress li {
    width: auto;
    padding-right: 0;
    float: none;
    display: table-cell;
}

#accordionPanel .glyphicon,.learn-more-text {
    padding-right: 10px;
}

ul.Progress li a {
    min-height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #F3F3F3;
    background-color: #F3F3F3;
}

ul.Progress li a.active,ul.Progress li a:hover {
    border-bottom-color: #00B7C3;
    background-color: #fff;
}

.learn-more-text {
    display: inline;
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    min-height: 30px;
    padding: 0;
}

#PageHeader,#heading {
    margin-top: 20px;
}

#feebackbtn,#headercontent,#page-heading {
    color: #fff;
}

#page-heading {
    background: #002050;
    margin-bottom: 30px;
    font-size: 1.569em;
    color: #fff;
}

#headercontent>p {
    font-size: .816em;
}

#heading {
    font-size: 1.014em;
    color: #000;
}

body {
    font-family: "Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    overflow-x: hidden;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0078D7;
    border-color: #0078D7;
}

.list-group-item {
    background-color: #F3F3F3;
}

#ProductAreas .list-group-item:hover {
    background-color: #0078D7;
    color: #fff;
}

.panel-group .panel,.panel-heading {
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 2px;
}

.addthis_sharing_toolbox a {
    background-color: gray;
    opacity: .6;
}

.addthis_sharing_toolbox a:hover {
    background-color: #504E4E;
    opacity: 1;
}

#accordionPanel {
    margin-top: 0;
}

.selectpicker {
    margin-bottom: 15px;
}

.footer {
    background-color: #EEE;
}

@media screen and (max-device-width:580px) {
    #page-heading {
        font-size: 1.429em;
    }
}

@media screen and (max-device-width:480px) {
    #page-heading {
        font-size: 1.04em;
    }
}

/* Progress Statuses */

@media (max-width: 767px) {
    ul.Progress, ul.Progress li {
        display: block;
    }
}

/* Side Block + Toolbar */

.filter.disabled, .filter-group.disabled, .filter.partial, .filter-group.partial {
    color: gray;
}

.filter-area.disabled, .filter-area-group.disabled, .filter-area.partial, .filter-area-group.partial, .filter-area-group.disabled-partial {
    display: none;
}

.btn-group-toggle .btn {
    width: 50%;
}

.btn-group-toggle, .filter.input-group {
    margin-bottom: 20px;
}

.filter-group, .filter-block {
    border: 0;
    box-shadow: none;
}

.filter-group .panel-heading, .filter-block .panel-heading {
    background-color: #e4e7eb;
    color: #002050;
    /* font-weight: 600; */
    border: 0;
}

.filter-block, .filter-block a {
    font-weight: bold;
}

.filter-block .chevron {
    margin-left: 5px;
}

#expandall a, #collapseall a, #clearfilter a {
    color: #002050;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #expandall {
        text-align: left;
    }
    #collapseall {
        text-align: center;
    }
    #clearfilter {
        text-align: right;
    }
}

#list-actions {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #search-actions {
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {
    #search-actions {
        padding-top: 2px;
    }
}

@media (min-width: 768px) {
    .collapse.collapse-xs {
        display: block;
    }
}

/* Feature List */

.label-release {
    background-color: #002050;
}

/* Bootstrap Overrides */
/* Should move overrides into bootstrap.min.css */

a {
    color: #505050;
}

a:focus, a:hover {
    color: #505050;
}

.btn-primary, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #00b7c3;
    border-color: #009faa;
    color: #002050;
    font-weight: 600;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #009faa;
    border-color: #009faa;
    color: #002050;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #00b7c3;
    border-color: #009faa;
    color: #002050;
}

.label {
    font-weight: normal;
}

.label-default {
    background-color: #505c6d;
}

.panel-group {
    color: #394453;
}

.panel-group .panel-heading {
    border-width: 0 0 1px 0;
    border-color: #d9dde3;
    border-style: solid;
    color: inherit;
    background-color: transparent;
}

.panel-group .panel {
    border-style: none;
    background-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}