html {
  font: 14px/18px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 14px/18px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
  color: #313131;
}
a {
  color: #156abd;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline:  none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}


.list-group {
  margin-bottom: 0px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 0px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 5px 5px;
  margin-top: 8px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 33px;
  height: 5px;
  border-radius: 0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}


.panel {
  margin-bottom: 20px;
  background-color:transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel-body {
  padding: 15px 10px 15px 10px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}


.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ECEDF1;
  border-radius: 4px;
}

.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #ccc;
}

blockquote {
  padding: 10px 0px 10px 40px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 0px solid #eeeeee;
}

/* -----------------------------------------------
   RadioActive dataTable Header - left
------------------------------------------------- */
.datatable-header-left {
    text-align: left!important;
}
/* -----------------------------------------------
   CCCOM-921
------------------------------------------------- */
.featured-offers-hldr h2 {
    margin: 10px 0 0!important;
}

.featured-offers-hldr p {
    margin: 0 0 25px!important;
}