.container-editorial,
.container-subpage{
  background-color:#fff;
  position:relative;
  z-index:15 !important;
}

.container-editorial{
  width:100%;
}

.contain-subpage{
  width: auto !important;
}
.container-subpage{
  padding: 60px 0 30px 0;
  max-width: 888px;
}
@media (max-width: 825px){
  .container-subpage{
    padding: 40px;
  }
}
.container-editorial{
  padding:70px 70px 30px 70px;
}
.slider-container{
}
@media (max-width:992px) {
  .container-editorial{
     padding:40px 0;
   }
}

@media (max-width: 767px){
  .container-editorial{
    padding: 40px !important;
  }
}

.box-editorial {
  width:25%;
  height:auto;
  float:left;
  padding-right:40px;
  margin-bottom:40px;
}


#faq-accordion .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

#faq-accordion .panel .panel-heading {
    background-image: none;
    background-color: white;
    color: #7B212D;
    border-radius: 0;
}

@media (max-width:1700px) {
  .box-editorial {
    width:50%;
  }
}



@media (max-width:800px) {
  .box-editorial {
    width:50%;
  }
}

@media (max-width:767px) {
  .box-editorial {
    width:100% !important;
  }
}

.box-editorial-number {
  max-width:105px;
  width:100%;
  float:left;
  margin-right:20px;
}

@media (max-width:1000px) {
  .box-editorial-number {
    width:70px !important;
  }
}

@media (max-width:576px) {
  .box-editorial-number {
    width:50px !important;
  }
  .box-editorial{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.circle-number {
  width:100%;
}

.container-editorial-copy {
  float:left;
  width:calc(100% - 175px);
}
.container-editorial-copy p{
  font-weight: normal;
  font-size: 16px;
  font-family: Klinic-Slab-Medium;
}
@media (max-width:1000px) {
  .container-editorial-copy {
    width:100%;
  }
}

.box-headline-editorial {
  margin-bottom:10px;
  font-family: proxima-nova, sans-serif;
}

@media (max-width:1000px) {
  .box-headline-editorial {
    margin-top:10px;
  }
}

@media (max-width:576px) {
  .box-headline-editorial {
    margin-bottom:0px;
    margin-top:-37px;
    margin-left:60px;
  }
}

.text-link-headline-editorial {
  color:#7195aa;
  font-size:22px;
  font-family:proxima-nova, sans-serif;
  font-style:normal;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  padding:0px;
}

@media (max-width:1200px) {
  .text-link-headline-editorial {
    font-size:17px;
  }
}

.box-copy-editorial {
  color:#191919;
  font-size:15px;
  font-family:Klinic Slab;
  line-height:19px;
  float:left;
}
.box-copy-editorial p{
  line-height: 19px !important;
}

@media (max-width:1000px) {
  .box-copy-editorial {
    width:86% !important;
  }
}

@media (max-width:576px) {
  .box-copy-editorial {
    width:100% !important;
    margin-top:20px;
  }
  .container-editorial-copy{
    width: 100% !important;
  }
  .container-editorial-copy p{
    margin-top: 30px;
  }
}

@media (max-width: 1900px){
  .box-editorial:nth-of-type(even){
    padding-right: 0;
  }
  .box-editorial:nth-of-type(odd){
    clear:both;
  }
  .box-editorial{
    width: 50%;
  }
  .container-editorial{
    padding:70px 0 30px 0;
    max-width: 888px;
  }
  .box-editorial-number {
    max-width:90px;
  }
  .container-editorial-copy {
    float:left;
    width:calc(100% - 121px);
  }
}
@media (max-width:1000px) {
  .box-editorial:nth-of-type(odd) {
    padding-right:30px;
  }
  .container-editorial{
    padding:70px 70px 30px 70px;
  }
}
.subpage-body-content p,
.container-subpage p{
  font-size: 18px;
  color: #191919;
  margin-bottom: 35px;
}
.searchResults ul li{
  float: left;
  margin-bottom: 10px;
}
