@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/AvenirLTStd-Black.woff") format("woff"), url("../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: 750;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Avenir LT Std 35 Light';
  src: url("../fonts/AvenirLTStd-Light.eot");
  src: url("../fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Light.woff2") format("woff2"), url("../fonts/AvenirLTStd-Light.woff") format("woff"), url("../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Avenir LT Std 45 Book';
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff"), url("../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

#popular_brands {
  display: none;
}

#faq {
  background-color: #e7e7e7;
}

#faq .back-faq {
  color: #f79e1d;
  display: block;
  font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0px;
  padding: 5px 15px;
  text-transform: uppercase;
}

#faq .back-faq .fa {
  margin-right: 5px;
}

#faq .faq-items {
  padding-bottom: 150px;
}

#faq .faq-items .left {
  padding-right: 10px;
}

#faq .faq-items .right {
  padding-left: 10px;
}

#faq .faq-items .faq-item {
  margin: 0px 0px 20px;
  padding: 0px 0px 15px;
}

#faq .faq-items .faq-item h3 {
  color: #333;
  font-family: "Avenir LT Std 45 Book", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
  padding: 20px 25px 0;
  text-transform: uppercase;
}

#faq .faq-items .faq-item a {
  color: #f79e1d;
  display: block;
  font-size: 14px;
  font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
  line-height: normal;
  padding: 11px 25px;
}

#faq .faq-items .faq-item a:hover {
  background-color: #f5f5f5;
}

#faq .faq-items .faq-item .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

#faq .faq-content {
  margin: -30px 0px 0px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content {
    margin: -15px 0px 0px;
  }
}

#faq .faq-content .faq-title {
  margin-bottom: 40px;
  padding: 10px 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-title {
    margin-bottom: 20px;
  }
}

#faq .faq-content .faq-title h2 {
  font-size: 22px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-title h2 {
    font-size: 18px;
  }
}

#faq .faq-content .right {
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .right {
    padding-left: 15px;
  }
}

#faq .faq-content .faq-categories-dropdown {
  margin-bottom: 10px;
}

#faq .faq-content .faq-categories-dropdown.open .fa:before {
  content: "\f078";
}

#faq .faq-content .faq-categories-dropdown .dropdown-toggle {
  background-color: #fff;
  font-size: 16px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 20px 40px 20px 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}

#faq .faq-content .faq-categories-dropdown .dropdown-toggle:hover, #faq .faq-content .faq-categories-dropdown .dropdown-toggle:focus, #faq .faq-content .faq-categories-dropdown .dropdown-toggle:visited, #faq .faq-content .faq-categories-dropdown .dropdown-toggle:active {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
}

#faq .faq-content .faq-categories-dropdown .dropdown-toggle:hover {
  background-color: #f5f5f5;
}

#faq .faq-content .faq-categories-dropdown .dropdown-toggle .fa {
  float: right;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#faq .faq-content .faq-categories-dropdown .dropdown-menu {
  background-color: #000;
  border-radius: 0px;
  border: 0px;
  left: initial;
  padding: 15px 0px;
  right: 0px;
  width: 110%;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-categories-dropdown .dropdown-menu {
    width: 100%;
  }
}

#faq .faq-content .faq-categories-dropdown .dropdown-menu a {
  color: #f79e1d;
  font-size: 15px;
  padding: 15px 20px;
  text-transform: uppercase;
}

#faq .faq-content .faq-categories-dropdown .dropdown-menu a:hover, #faq .faq-content .faq-categories-dropdown .dropdown-menu a:focus, #faq .faq-content .faq-categories-dropdown .dropdown-menu a:visited, #faq .faq-content .faq-categories-dropdown .dropdown-menu a:active {
  background-color: #000;
}

#faq .faq-content .faq-categories-dropdown .dropdown-menu a:hover {
  background-color: #f79e1d;
  color: #000;
}

#faq .faq-content .faq-list {
  padding: 15px 0px;
}

#faq .faq-content .faq-list li {
  line-height: 1.4;
}

#faq .faq-content .faq-list li:hover {
  background-color: #f5f5f5;
}

#faq .faq-content .faq-list a {
  color: #f79e1d;
  display: block;
  font-size: 14px;
  font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
  line-height: normal;
  padding: 11px 15px;
}

#faq .faq-content .faq-list .active a {
  color: #000;
}

#faq .faq-content .faq-desc {
  font-size: 16px;
  line-height: 1.618;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-desc {
    margin-bottom: 20px;
    padding: 15px 20px;
  }
}

#faq .faq-content .faq-desc p {
  font-size: 16px;
  margin-bottom: 15px;
}

#faq .faq-content .faq-desc a {
  color: #f79e1d;
}

#faq .faq-content .faq-desc li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
}

#faq .faq-content .faq-desc ul {
  list-style: disc;
  padding-left: 20px;
}

#faq .faq-content .faq-desc ol {
  list-style: lower-roman;
  padding-left: 20px;
}

#faq .faq-content .faq-desc h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}

#faq .faq-content .faq-desc h4 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}

#faq .faq-content .faq-desc table {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

#faq .faq-content .faq-desc table th {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 15px;
}

#faq .faq-content .faq-desc table td {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 15px;
}

#faq .faq-content .faq-cta {
  margin-bottom: 40px;
  padding: 25px 25px 80px;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-cta {
    padding: 25px 25px;
  }
}

#faq .faq-content .faq-cta h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#faq .faq-content .faq-cta table {
  width: 100%;
}

#faq .faq-content .faq-cta td {
  text-align: center;
  padding: 0px 1px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-cta td {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #faq .faq-content .faq-cta td:first-child {
    text-align: left;
    width: 40px;
  }
}

#faq .faq-content .faq-cta i {
  font-size: 26px;
}

#faq .faq-content .faq-cta p {
  font-size: 15px;
  line-height: normal;
  height: 18px;
  text-align: left;
}

#faq .faq-content .faq-cta h4 {
  color: #000;
  font-size: 16px;
  text-align: left;
}

#faq .faq-content .faq-cta h4 a {
  color: #f79e1d;
  font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
}
