/* ADMIN
-----------------------------------------------------------------*/
#editor textarea {
    width: 100%;
}
.adminBar__container ul li ul {
  list-style-type: none;
}
#editor {
      padding: 0 4rem 4rem 4rem;
}
.editButton {
  position: absolute!important;
  z-index: 2000;
}
/* END ADMIN
-----------------------------------------------------------------*/
/* LEGAL AND ONE OFF PAGES IN CMS
-----------------------------------------------------------------*/

.cms-wrapper {
   padding:2rem 4rem 2rem 4rem;
   background:white;
}
@media screen and (max-width: 991px) {
   .cms-wrapper {
      padding:1rem 1rem 1rem 1rem;
  }
}
.cms-wrapper button {
   color: #fff;
   background-color: #0068AB;
   border: none;
   border-radius: 5px;
   padding: 10px 15px;
}
.cms-wrapper {
  font-family: Lato;
}
.support-videos a {
  text-decoration: none;
}
.support-videos h2 {
  font-size: 20px;
}
.support-videos {
  background: white;
  margin-bottom: 3rem;
}
.support-videos button {
  width: 250px;
  margin: 0 auto;
}
.support-videos .circle-videos {
  background: whitesmoke;
  padding: 7.9rem;
  border-radius: 22rem;
  max-width: 34rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .support-videos .circle-videos {
    padding: 2rem;
    border-radius: unset;
  }
}
.support-videos .sc {
  background: #F49729;
  border: #F49729;
}
.support-videos .q {
  background: #08AFE6;
  border: #08AFE6;
}
/* END LEGAL AND ONE OFF PAGES IN CMS
-----------------------------------------------------------------*/
/* KNOWLEDGEBASE EDITOR
-----------------------------------------------------------------*/
.knowledgebase-support h1 {
  background: #0068AB;
  color: white;
  padding: .8rem .5rem;
  font-size: 24px;
  font-weight:900;
  margin-top: 2.5rem;
}
.knowledgebase-support .edit svg {
  color: white!important;
}

.knowledgebase-support .content h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
.knowledgebase-support .content h3 {
  font-size:20px;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
.knowledgebase-support .content h4 {
  font-size:18px;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
.knowledgebase-support .content h5 {
  font-size:16px;
  font-weight: 900;
  margin: 0 0 1rem 0;
}

.knowledgebase-support h3.related-articles {
  background: #0068AB;
  color: white;
  padding: .8rem .5rem;
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 900;
}
.knowledgebase-support #raitingResult_like a,
.knowledgebase-support #raitingResult_dislike a,
.knowledgebase-support .rating {
  color: #272727;
  font-weight: 900;
  background: #FFFDE7;
}
.knowledgebase-support .display-label {
  font-style: italic;
  font-size: 14px;
}
.knowledgebase-support .content ul li {
  margin-left: 1.5rem;
}
.knowledgebase-support fieldset {
  background: white;
  padding: 30px;
}
.knowledgebase-support fieldset a {
  margin-top: .8rem;
  line-height: 2.5rem;
  color: white;
}
.knowledgebase-support fieldset legend {
   position: relative;
   top: 2rem;
   z-index: 190;
   font-style: italic;
   font-size: 16px;
}
@media screen and (max-width: 991px) {
  .knowledgebase-support .rating .text-left,
  .knowledgebase-support .rating .text-right {
      text-align: unset!important;
  }
}
.knowledgebase-support .rating {
  margin: 0;
  padding: 20px;
}
.knowledgebase-support .edit a {
   background: #0B84D4;
   color: white;
   margin-top: 1.5rem;
   display: block;
}
.knowledgebase-support .fa-edit {
   margin-right: 5px;
}
.knowledgebase-support .content {
   word-break: break-word;
}
/* END KNOWLEDGEBASE EDITOR
-----------------------------------------------------------------*/

/* KNOWLEDGEBASE/SUPPORT CARDS
-----------------------------------------------------------------*/
.knowledgebase-hero {
  background: url("../images/support/support-background.jpg") center top no-repeat;
  background-size: cover;
  height: 375px;
}

.support-hero {
  background: url("../images/support/support-background.jpg") center top no-repeat;
  background-size: cover;
  height: 375px;
}

.knowledgebase-hero h1,
.support-hero h1 {
  color: white;
  margin-top: .5rem;
  margin-bottom: .8rem;
}

.knowledgebase-hero p,
.support-hero p {
  color: white;
  text-align: center;
}

.knowledgebase-hero button,
.support-hero button {
  background: #C72128;
  border: none;
}
@media screen and (max-width:991px) {
  .knowledgebase-hero button,
  .support-hero button {
     margin: 0 auto;
     display: block;
     margin-top: .5rem;
  }
  .cards-support {
    margin-top: 50px!important;
  }
}

.knowledgebase-hero .form-inline input,
.support-hero .form-inline input {
  border-radius: 35px;
  padding: 28px 20px;
  width: 100%;
  font-family: 'Lato';
  font-weight: 700;
}

.search-support::placeholder {
  color: #0B84D4;
}

.cards-support {
  margin-top: -50px;
}
.cards-support a {
  text-decoration: none;
}

.card .fa-question,
.card .fa-lightbulb,
.card .fa-file-pdf,
.card .fa-video,
.card .fa-download,
.card .fa-code,
.card .fa-laptop-code,
.card .fa-network-wired,
.card .fa-exclamation-circle,
.card .fa-desktop,
.fa-info-circle {
  font-size: 110px;
  color: #0068AB;
}

.cards-support h2,
.cards-support p {
  text-align: center;
}

.cards-support .lkb {
  padding-bottom: 82px;
}

/* END KNOWLEDGEBASE/SUPPORT CARDS
-----------------------------------------------------------------*/
/* ARTICLE TOC KNOWLEDGEBASE/SUPPORT
-----------------------------------------------------------------*/

.knowledgebase-support img {
  max-width: 100%;
  height: auto;
}
.knowledgebase-support {
  background: #F0F0F0;
}

.knowledgebase-support .knowledgebase {
  padding: 0.2rem 0 0.2rem 1.5rem;
  line-height: 1.7rem;
}

.knowledgebase-support .support-nav {
  list-style: none;
  background: #0B84D4;
  padding: 12px;
  line-height: 2.3;
  margin-top: 40px;
}
.knowledgebase-support .accordion .card-body a,
.knowledgebase-support .accordion a {
  color: #0B84D4;
}
.knowledgebase-support .accordion .card-body a:hover {
  color: #F49729;;
}
.knowledgebase-support .content a {
  color: #0B84D4;
}
.knowledgebase-support .content a:hover {
  color: #F49729;;
}
.support-nav .active a {
  background: #a0d1f2;
  padding: 5px 30px 5px 10px;
  max-width: 65%;
  color: white;
}

.knowledgebase-support .fa-angle-right,
.knowledgebase-support .fa-angle-down {
  color: #a0d1f2;
}
.knowledgebase .active {
   border-bottom: 3px solid #a0d1f2;
}
.knowledgebase-support .knowledgebase {
  list-style: none;
}

.knowledgebase-support .box {
  background: linear-gradient(to bottom, rgba(11,132,212,1) 0%,rgba(11,132,212,0.4) 100%);
  color: white;
  /* border: 1px solid #08afe6; */
  line-height: 1.3;
  padding: 20px;
}

.knowledgebase-support .fa-envelope-open-text {
  font-size: 45px;
  margin-top: 5px;
}

.knowledgebase-support .sidebar .email {
  font-size: 26px;
  font-weight: 110;
  font-style: italic;
  text-align: center;
  padding: 0;
  line-height: 1.1;
}

.knowledgebase-support .help {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin: 0;
}

.knowledgebase-support a[href^="mailto:"] {
  text-decoration: none;
}

.search-small {
  background: white;
  margin: 0 0 40px 0;
}

.search-small {
  margin: 40px 0 40px 0;
}

.search-small .form-inline input {
  border-radius: 35px;
  background: #EFECEC;
  color: #0068AB;
  padding: 18px 20px;
  width: 100%;
  border: none;
  font-weight: 700;
}
.search-support {
  font-family: Lato!important;
}
.search-small p {
  color: #0B84D4;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.search-small ::placeholder {
  color: #0068AB;
}

.knowledgebase-support .results,
.knowledgebase-support .results a {
  background: #0B84D4;
  padding: 10px;
  color: white;
  text-align: center;
}

.knowledgebase-support .article-results {
  background: white;
  padding: 10px;
  margin: 30px 0;
}

.knowledgebase-support .article-results.even {
  background: white;
}

.knowledgebase-support .fa-star {
  color: #0B84D4;
  margin-right: 5px;
}

.knowledgebase-support .popular-topics {
  padding-left: 20px;
}

.knowledgebase-support .popular-topics a,
.knowledgebase-support .article-results a {
  text-decoration: none;
}
.knowledgebase-support .article-results a {
  text-decoration: none;
  font-size: 14px;
}
.knowledgebase-support .article-results a h4 {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.knowledgebase-support .article-results .tagline {
    color: #A6AAB1;
    font-style: italic;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.4rem;
}
.knowledgebase-support .result-weight {
  font-size: 12px;
  font-style: italic;
  color: #c8c8c8;
  padding-left: 5px;
}
.knowledgebase-support .bg-gray {
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .knowledgebase-support .bg-gray {
    background: none;
    padding: 5px;
  }
  .knowledgebase-support .results,
  .knowledgebase-support .results a {
    background: #0B84D4;
    padding: 8px 4px;
    color: white;
    text-align: center;
    font-size: 18px;
   }
}
.knowledgebase-support .fa-check-circle {
  color: #008000;
  margin-right: 5px;
}
.knowledgebase-support .fa-times-circle {
  color: #C72128;
  margin-right: 5px;
}
.knowledgebase-support a {
  text-decoration: none;
  color: white;
}
.knowledgebase-support .article-results a {
  color: #F49729;
}
@media screen and (max-width: 991px) {
  .knowledgebase-support .pagination-articles {
    display: block;
    text-align: center;
  }
}
.results b {
  font-weight: normal;
  background: white;
  padding: 0.2rem .6rem;
  color: #0068AB;
}

/* END ARTICLE KNOWLEDGEBASE/SUPPORT
-----------------------------------------------------------------*/
/* ARTICLE
-----------------------------------------------------------------*/
.keywords {
  font-weight: 300;
}

.content {
  padding: 20px 30px 20px 30px;
  background: white;
}
@media screen and (max-width:991px) {
  .content {
     padding: 20px 20px 20px 20px;
     background: white;
  }
}
.FAQ p {
  margin-right: 20px;
}

.page-article {
  margin-top: 40px;
}

/* END ARTICLE
-----------------------------------------------------------------*/
/* FAQ
-----------------------------------------------------------------*/
.FAQ h3 {
  margin-top: 40px;
}

.FAQ .fa-plus {
  color: #272727;
}

.FAQ .btn-link {
  color: #272727;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5rem;
}

.FAQ .card-header {
  background: #ffffff;
}

.FAQ .card {
  margin-bottom: 20px;
}

.FAQ .card-header {
  border-bottom: none;
}

.accordion>.card:not(:last-of-type) {
  border: 1px solid rgba(0, 0, 0, .15);
}

.FAQ h2 {
  margin: 1rem 0 1.5rem 0;
}

/* END FAQ
-----------------------------------------------------------------*/
/* DOCUMENT & DOWNLOADS
-----------------------------------------------------------------*/
.knowledgebase-support .fa-file-pdf {
  font-size: 18px;
  margin-right: 5px;
  color: #C72128;
}

.knowledgebase-support .card-body {
  padding: 0 0 0 2.15rem;
}

/* END DOCUMENT & DOWNLOADS
-----------------------------------------------------------------*/
/* VIDEOS
-----------------------------------------------------------------*/
img.sensor {
  width: 130px;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-body .list-unstyled {
  line-height: 1.8rem;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #F49729;
  border-color: #F49729;
}

.btn-secondary {
  color: #fff;
  background-color: #0068AB;
  border-color: #0068AB;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #F49729;
  border-color: #F49729;
}
.btn-primary {
  color: #fff;
  background-color: #0068AB;
  border-color: #0068AB;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0B84D4;
  border-color: #0B84D4;
}

.btn-lg {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: .3rem;
}
.card {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    height: 100%;
    color: #272727;
}
.modal-title {
  font-weight: 300;
}

.contentArea a {
  text-decoration: none;
  }

/* END VIDEOS

-----------------------------------------------------------------*/

/* SEARCH RESULTS
-----------------------------------------------------------------*/
.support-search .row {
  background: white;
}
.support-search ul {
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .support-search .col-lg-2 img {
    margin: 2rem auto 1rem auto;
    display: block;
  }
  .support-search .search-results {
     max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .support-search .products {
     padding: 2rem 6rem 1rem 2rem;
  }
  .support-search .products:nth-child(odd) {
      background: #f8f8f8;
   }
}

.support-search .search-results {
   padding: 1rem 0 0 0;
   max-width: 80%;
   margin-bottom: 2rem;
}
.support-search .search-results .fa-info-circle {
   margin-bottom: -2px;
}
.support-search h1 {
  background: #0068AB;
  color: white;
  padding: .8rem .5rem;
  font-size: 24px;
  font-weight:900;
  display: block;
}
.support-search .article-bg {
  background: whitesmoke;
  padding: 1.5rem;
  margin-top: 1rem;
}
.support-search #bg {
  background: white;
}
.support-search select {
  margin: 1rem 0 0 1rem;
  color: #0068AB;
  border: white;
  padding: 0.4rem;
  outline: none;
}
.support-search select:hover {
  cursor: pointer
}
.support-search h4 a {
  color: #272727;
}
#searchBar a {
  color: white;
  padding-left: 1rem;
}
.support-search b {
    margin-left: 1rem;
}
.support-search hr {
  margin-right: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width:991px) {
  .support-search hr {
    margin-right: 0;
  }
}
.support-search .price {
  font-weight: bold;
  font-size: 18px;
  width: 95px;
  height: 95px;
  border-radius: 62.5px;
  background: #0068AB;
  color: white;
  z-index: 1001;
  line-height: 96px;
  padding-left: 14px;
  float: right;
  margin: 28px 20px 0 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/* END SERACH RESULTS
-----------------------------------------------------------------*/