html {
  font: 16px/18px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/18px 'SofiaProLight','Open Sans',"Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
  color: #3c4858;
  margin-top: 70px;
  line-height: 1.69;
}
a {
  color: #509dc9;
  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;
  font-family: 'neusasemibold' ,Arial, sans-serif;
  letter-spacing: 0.8px;
  color: #2b536b;
  text-transform: uppercase;
}
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 #eceeef;
}


.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;
}

.btn.active:focus, .btn:active:focus, .btn:focus, .btn:hover {
  color: #fff;
  outline: none !important;
}

.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;
}


.breadcrumb {
  display: none;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .breadcrumb {
    display: block;
    padding: 0;
    margin-bottom: 35px;
    list-style: none;
    background-color: transparent;
    font-family: "sofiaproLight", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: 0.5px;
    border-radius: 0;
    border-bottom: 3px solid #ececf0;
  }

  .other-block .breadcrumb a {
    font-family: "SofiaProLight", Arial, sans-serif;
    color: #939393;
    text-decoration: none;
  }

  .breadcrumb > .active {
    color: #1542f8;
    height: 30px;
    border-bottom: 3px solid;
  }

  .breadcrumb > li {
    margin-right: 27px;
    position: relative;
    top: 3px;
  }

  .breadcrumb > li + li:before {
    content: none;
    padding: 0;
    color: transparent;
  }

}



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;
}

.table-striped {
  font-size: 13px;
  margin-bottom: 65px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f9fa;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 17px;
  border-top: none;
  vertical-align: baseline;
}

.label__product {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  padding-left: 23px;
}

input.form-control.form-override {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 0.5rem;
}

input.form-control.form-override:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

label.control-label.label-override {
  display: none;
}

.newsletter__privacy-text {
  color: #9e9e9e;
  font-size: 13px;
}

.newsletter__submit-button {
  border-radius: 4px;
  border: none;
  font-family: 'neusasemibold';
  padding: 8px 40px;
  margin: 20px 0;
}

#cm-signup-form input.form-control.form-override {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  color: #9e9e9e;
}

#cm-signup-form input.form-control.form-override:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#cm-signup-form label.control-label.label-override {
  display: none;
}