.page-container {
  max-width: 1400px;
  padding: 0;
}
.page-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}

.page-title {
  /*min-height: 945px; */
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  position: relative;
}

.page-title:before,
.page-title:after {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: 0;
  height: 0;
  width: 50%;
  border-bottom: 1em solid transparent;
  box-sizing: border-box;
  display: none;
}

.page-title:before {
  left: 0;
  border-right: 2em solid #d7d2cb;
  z-index:5;
  bottom:-16px;
}


.page-title:after {
  right: 0;
  border-left: 2em solid #d7d2cb;
  z-index:5;
  bottom:-16px;
}

.page-title-support-heading {
  font-size: 36px;
  vertical-align: -13px;
  color: #fff;
  font-weight: 200;
  padding-left: 20px;
  font-family: "ProximaNova-Regular";
}

.page-heading {
  text-align: center;
  color: #cbd4d8;
  font-weight: 600;
  /* font-size: 62px; */
  margin-top: 79px;
  padding: 0 133px;
}
.page-heading-title {
  margin-bottom: 11px;
  font-size: 47px;
  letter-spacing: 0px;
  color: #FF3B00;
  font-family: "ProximaNova-Bold";
  font-weight: 100;
  text-align: center;
  margin-top: -15px;
}

.new-poly-banner {
  margin: 0;
  max-width: 100% !important;
  }
  .new-poly-banner .bg-blue {
      background-color: #002843;
  }
  .new-poly-banner p {
      text-align: center;
      font-weight: 600;
      letter-spacing: .5px;
      font-size: .95rem;
      text-transform: uppercase;
      margin-bottom: 0;
      padding: 4px;
      color: #EB3300;
      font-family: "ProximaNova-Bold";
  }
  .new-poly-banner .white {
      color: #FFF;
  }
  .new-poly-banner img {
      vertical-align: middle;
  }
  .new-poly-banner img {
      max-width: 120px;
      height: auto;
  }
  .white-empty-banner {
    height: 40px;
  }

 @media only screen and (max-width: 576px) {
    .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .page-heading {
          padding: 0;
          margin-top: 13px;
        }

        .page-heading-title {
            font-size: 20px;
            letter-spacing: 0px;
            line-height: 28px;
            margin-bottom: 25px;
            margin-top: 15px;
            text-align: center;
          }
          .page-title-support-heading {
              padding-left: 10px;
            }
 }

 @media only screen and (min-width: 576px) {
    .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .page-heading {
          padding: 0;
          margin-top: 13px;
        }

        .page-heading-title {
          font-size: 32px;
          letter-spacing: 0px;
          line-height: 28px;
          margin-bottom: 15px;
          text-align: center;
          margin-top: 20px;
        }
 }

 @media only screen and (min-width: 768px) {
    .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .page-heading {
          padding: 0;
        }
        .page-heading-title {
          font-size: 43px;
          line-height: inherit;
          text-align: center;
          margin-top: 30px;
        }
        .page-title-gradient.bgImg{
            min-height: 665px;
        }
      .banner-text-wrap{
        position: absolute;
        width: 100%;
        bottom: 0;
      }
 }

 @media only screen and (min-width: 992px) {
   .page-side-padding {
     padding-left: 7%;
     padding-right: 7%;
   }
   .page-heading {
       padding: 0;
       margin-top: 79px;
     }
     .page-heading-title {
       font-size: 45px;
       line-height: inherit;
       letter-spacing: -1px;
       margin-bottom: 11px;
       text-align: center;
       margin-top: -15px;
     }
 }

 @media only screen and (min-width: 1200px) {
   .page-side-padding {
     padding-left: 9%;
     padding-right: 9%;
   }
   .page-heading {
       padding: 0;
       margin-top: 79px;
     }
     .page-heading-title {
       font-size: 45px;
       line-height: inherit;
       margin-bottom: 35px;
       letter-spacing: -1px;
       text-align: center;
       margin-top: -10px;
     }
 }


footer .page-side-padding {
  padding-left: 2%;
  padding-right: 2%;
}
footer {
  width: 100%;
  background-color: #ffffff;
}
.footer-top-padding {
  padding-top: 70px;
  padding-bottom: 45px;
}
.footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  display: inline-block;
  text-align: center;
  width: auto;
  padding-left:5px;
  margin-bottom: 10px;
  line-height: 18px;
  position: relative;
}
.footer-list li:first-child:before{
  content:none;
}
.footer-list li:before{
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #FF3B00;
  border-radius: 50%;
}
.footer-list li a {
  color: #FF3B00;
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  font-size: 12px;
}
.footer-list li a:hover {
  text-decoration: underline;
}
.polycom-rights-reserved {
  color: #607d8c;
  /* font-size: 12px !important; */
  font-size: 14px !important;
  letter-spacing: 0px;
  color: #557484;
  font-family: "ProximaNova-Regular";
  text-align: right;
  margin-bottom: 1rem;  /* added by ICF - aswin */
}
.dropdown-mobile {
  text-align: center;
  margin-top: 20px;
  display: none;
  width: 100%;
}
.polycom-external-dropdown-mobile {
  border-radius: 5px;
  background-color: #273543;
  border: 1px solid #dddddd;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "ProximaNova-Regular";
  text-align: left;
  padding: 6px 14px !important;
  width: 216px;
  height: 32px;
  display: inline-block;
  position: relative;
  opacity: 0.7;
}
.landingPageHeader ~ div footer .polycom-external-dropdown-mobile {
    border: 1px solid #00263e !important;
    background-color: #00263e !important;
}
.polycom-external-dropdown-mobile:hover {
  color: #ffffff;
  text-decoration: none;
}
.mobile-dropdown-arrow {
      font-size: 20px !important;
      position: absolute;
      right: 13px;
      top: 5px;
}
.mobile-dropdown-menu {
    position: absolute;
  top: 6px;
  right: 0px ;
  width: 213px !important;
  background-color: #ebe8e5 !important;
}
.fa-angle-down:before{
  position: static;
  right: auto;
  font-size: inherit
}
#otherPolycomArrow.fa-angle-down:before{
    position: absolute;
    right: 12px;
    font-size: 16px;
}
@media only screen and (max-width: 576px) {
footer .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .footer-list li {
          display: inline-block;
          width: 100%;
          margin-bottom: 2px;
        }
        .footer-list li:before{
          display: none;
        }
        .footer-list li a {
          text-align: center;
                  font-size: 14px;
        }
        .polycom-rights-reserved {
          text-align: center;
        }
        .dropdown-mobile {
          display: inline-block;
          text-align: center;
        }
        .footer-top-padding {
            padding-top: 40px;
            padding-bottom: 30px;
        }
}
@media only screen and (min-width: 576px) {
footer .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
    /* footer starts */
      .footer-list li {
          /*width: 100%;*/
        }
        .polycom-rights-reserved {
          text-align: center;
        }
        .dropdown-mobile {
          display: inline-block;
          text-align: center;
        }
        .footer-list li a {
          text-align: center;
        }
        .footer-top-padding {
            padding-top: 40px;
            padding-bottom: 30px;
        }
      /* footer ends */
}
@media only screen and (min-width: 768px) {
footer .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .footer-top-padding {
        padding-top: 70px;
        padding-bottom: 45px;
      }
    .footer-list li a {
        text-align: center;
      }
      .polycom-rights-reserved {
        text-align: center;
      }
      .dropdown-mobile {
        display: inline-block;
        text-align: center;
      }
}
@media only screen and (min-width: 992px) {
 footer .page-side-padding {
    padding-left: 7%;
    padding-right: 7%;
  }
  .footer-top-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
    .footer-list li {
      /*width: 12.5%;*/
      vertical-align: top;
    }
    .polycom-rights-reserved {
      text-align: center;
    }
    .dropdown-mobile {
      display: none;
    }
}
@media only screen and (min-width: 1200px) {
footer .page-side-padding {
    padding-left: 2%;
    padding-right: 2%;
  }
  .footer-list li a {
      font-size: 12px;
    }
    .footer-list li {
      /*width: 12.5%;*/
      vertical-align: top;
    }
    .polycom-rights-reserved {
      text-align: left;
    }
    .dropdown-mobile {
      display: none;
    }
}
/* Java pages issues */
.flex-container-css {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.align-item-center {
  align-items: center;
}
.cust-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-flex-start {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cust-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cust-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cust-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .justify-content-center-md {
    justify-content: center;
  }
  .justify-content-flex-start-md {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cust-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cust-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cust-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .justify-content-center-lg {
    justify-content: center;
  }
  .justify-content-flex-start-lg {
    justify-content: flex-start;
  }
}

.page-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}
.support-page-header {
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.polycom-navbar {
    float: none;
    padding: 0px 0 0px 16px !important;
    background: none !important;
  }

.polycom-user-login-list {
  height: 32px;
}

.polycom-user-links {
  color: #d6dadc;
  padding: 3px 5px 0px 5px !important;
  margin: 0 10px;
  text-decoration: underline;
  font-weight: 100;
  font-size: 15px;
  color: #FF3B00 !important;
  font-family: "ProximaNova-Light";
  cursor:pointer;
}
.polycom-user-links:hover{
  background-color: #FF3B00;
  border-radius: 15px;
  color: #fff !important;
  padding: 0 10px !important;
}

.vl {
  border-left: 1px solid #b3b7b9;
  height: 14px;
  margin-top: 10px;
}

.vl-logo {
  display: inline-block;
  border-left: 2px solid #81919b;
  height: 33px;
  vertical-align: -19px;
  margin: 0 10px;
}


.polycom-external-links-arrow::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 5px;
  left: 207px;
  font-size: 16px;
  color: #d6dadc;
}

.polycom-external-links-dropdown {
  color: #ffffff;
  border: 1px solid #d6dadc;
  background-color: #00263e;
  padding: 6px 14px !important;
  border-radius: 5px;
  margin: 0 5px 0 25px;
  width: 195px;
  height: auto;
  font-size: 13px;
  text-align: left;
  outline: none;
}

.landingPageHeader .polycom-external-links-dropdown {
    border: 1px solid #00263e !important;
    background-color: #00263e !important;
}

.polycom-external-links-dropdown:hover, .polycom-external-links-dropdown:focus {
  color: #d6dadc;
  text-decoration: none;
}

.page-title-support-heading {
  font-size: 20px;
  color: #00213c;
  font-weight: 600;
  font-family: "ProximaNova-Regular";
  display: inline;
  vertical-align: middle;
  border-left: 2px solid #00213c;
}
.header__main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items:center;
}

.logo-black .page-title-support-heading{
  border-left: 1px solid #000;
  color:#000;
}

/* dropdown */
.support-page-header .dropdown-arrow {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
}
.support-page-header .dropdown-arrow::before {
    font-size: 20px;
}

.support-page-header .dropdown-menu{
background-color: #ebe8e5;
}

.support-page-header .desktop-dropdown-menu {
      position: absolute;
    /* top: 80% !important; */
    left: 25px;
    width: 90%;
    font-family: "ProximaNova-Regular";
    }

.support-page-header .dropdown-item {
  color: #444;
  padding: .5rem 1.5rem;
  line-height: 18px;
  white-space: normal ;
  font-size: 15px;
  display: block;
}
.otherPolycomFooter {
  display: inline-block;
  position: relative;
}
.otherPolycomFooter .dropdown-item {
    color: #FF3B00;
    white-space: normal;
    padding: .25rem 1.5rem;
    display: block;
    width: 100%;
}

.support-page-header .dropdown-item:hover {
  background-color: #d83f05;
  color: #fff;
  text-decoration: none;
}
.otherPolycomFooter .dropdown-item:hover {
  background-color: #d83f05;
  color: #fff;
}

.polycom-external-links-dropdown:hover, .polycom-external-links-dropdown:focus {
  color: #d6dadc;
  text-decoration: none;
}

.dropdown-toggle::after {
  display: none !important;
}

.user-id-container {
  text-align: right;
  color: #FF3B00;
  font-size: 20px;
  padding: 5px 0 20px 0;
  display: block;
  margin-right: 5px;
}

.user-id-container-small-device {
  display: none;
}

.user-email {
  /* border-bottom: 1px solid #ffffff; */
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #FF3B00;
  -webkit-box-shadow: 0 0px 0 white, inset 0 -1px 0 #FF3B00;
  font-size: 15px;
  font-family: "proximaNova-Regular";
}
.user-email-small-device {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #FF3B00;
  font-family: "ProximaNova-regular";
  text-align: right;
  text-decoration: underline;
  margin-right: 10px;
}

.no-pointer {
   cursor: default;
}

.nav-item.myProfileWrap{
	margin-right:10px;
    color:#fff;
    text-decoration: underline;
    line-height: 28px;
    font-weight: 100;
    width: 100px;

}
.nav-item.myProfileWrap .profile-link {
    margin: 0;
}
.nav-item .polycom-user-links {
    line-height: 31px;
}
.nav-item .polycom-user-links:hover {
    text-decoration: underline;
}
.landingPageHeader .nav-item.myProfileWrap{
  color: #537583 !important;
}

.support-page-logo-container a img{
    max-width: 120px;
    padding-right: 20px;
}

.landingPageHeader .navbar{
	border: 0;
}

/*updated on 27th May*/
@media only screen and (max-width: 768px) {
    .mobile-nav-logo img{
      width: 80px;
      padding-right: 5px;
    }
    .mobile-nav-logo .page-title-support-heading{
      font-size: 18px;
      padding-left: 10px;
    }
  }
@media only screen and (max-width: 767px) {
  .support-page-logo-container{
    padding-left: 40px;
  }
  .support-page-logo-container a img{
    width: 80px;
    padding-right: 5px;
  }
  .page-title-support-heading{
    font-size: 18px;
    padding-left: 10px;
  }
  .user-id-container {
    padding: 0;
  }
  #revampRegisteredProductFormPopup {
    height: 250px;
  }
}
/*updated on 27th May*/

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  .nav-item {
    text-align: center;
    list-style: none;
  }

  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-vertical-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* login navigation list starts here */
    .support-page-header {
      min-height: 75px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .page-title-support-heading {
        padding-left: 10px;
      }

  .polycom-navbar {
      float: right;
      padding: 0 !important;
      margin-bottom: 0;
    }
    .page-title-background-image {
      max-width: 100%;
      height: auto;
    }
    .polycom-user-links {
      /*color: #d6dadc;*/
      padding: 0 10px !important;
      margin: 0;
      text-decoration: underline;
      font-weight: 100;
      color: #FF3B00;
      font-family: "ProximaNova-Light";
      font-size: 14px;
      letter-spacing: 0px;
      line-height: 31px;
      text-align: right;
    }
    .vl {
      border-left: 1px solid #b3b7b9;
        height: 14px;
        margin-top: 10px;
    }

    .polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: none !important;
    }
    .user-id-container-small-device {
      display: inline-block;
    }
  /* login navigation list ends here */

  /* polycom logo and user name welcome message start */

  .support-page-logo-container {
    width: 100%;
  }
  /* polycom logo and user name welcome message ends */
    #loginBox {
          position: absolute;
          top: 30px;
          right: 0px;
          z-index: 6;
      }
  /* polycom heading component starts here*/
  /* polycom heading component ends here*/
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* .page-vertical-padding {
    padding-top: 96px;
  } */

  .page-vertical-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* title and external component css starts here */
  /* title and external component css ends here */

  /* page main title starts here */

  /* page main title ends here */

  /* login navigation list starts here */
   .support-page-header {
      min-height: 90px;
      padding-bottom:0;
    }
    .nav-item {
      text-align: center;
    }
    .navbar {
      justify-content: center;
    }
    .polycom-navbar {
      float: right;
      padding: 13px 0 13px 16px;
    }
    .polycom-external-links-dropdown {
      display: none;
    }
    .page-title-background-image {
      max-width: 100%;
      height: auto;
    }
    .polycom-user-links {
      /*color: #d6dadc;*/
      padding: 0 10px !important;
      margin: 0;
      text-decoration: underline;
      font-weight: 100;
      color: #FF3B00;
      font-family: "ProximaNova-Light";
      font-size: 18 px;
      letter-spacing: 0px;
      line-height: 31px;
      text-align: right;
    }
    .vl {
      border-left: 1px solid #b3b7b9;
        height: 14px;
        margin-top: 10px;
    }
    .user-id-container-small-device {
      display: inline-block;
    }
    .user-email-small-device {
      font-size: 18px;
    }
  /* login navigation list ends here */

  /* polycom logo and user name welcome message start */
  .support-page-logo-container {
    width: 100%;
  }
  /* polycom logo and user name welcome message end */

  /* polycom heading component starts here*/
  /* polycom heading component ends here*/

  /* polycom user container starts here */
  /* polycom user container ends here */
  #loginBox {
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 6;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .support-page-header {
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
  .page-vertical-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* title and external component css starts here */
  /* title and external component css ends here */

  /* page main title starts here */

  /* page main title ends here */

  /* login navigation list starts here */
  .polycom-navbar {
      float: right;
      padding: 13px 0 13px 16px;
      /*min-height: 50px;*/
    }
    .user-id-container-small-device {
      display: inline-block;
    }
    .user-email-small-device {
      font-size: 18px;
    }
    .polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: none;
    }
    .user-id-container{
      margin-right:5px;
    }
    .polycom-user-links {
      /*color: #d6dadc;*/
      padding: 3px 5px 0px 5px;
      margin: 0 10px;
      text-decoration: underline;
      font-weight: 100;
      font-size: 18px;
      color: #FF3B00;
      font-family: "ProximaNova-Light";
    }
    .polycom-user-login-list {
        margin-left: -35px;
    }
  /* login navigation list ends here */

  /* polycom logo and user name welcome message start */
  .support-page-logo-container {
    width: 100%;
    display: inline-block;  /*updated on 27th May*/
   /* padding-left: 36px;  /*updated on 27th May*/
  }
  /* polycom logo and user name welcome message end */
  #loginBox {
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 6;
    }

  /* polycom heading component starts here*/
  /* polycom heading component ends here*/

  /* polycom support options container starts */
  /* polycom support options container ends */

  /* benefits of support starts starts, renew support starts */
  /* benefits of support starts ends, renew support ends*/

  /* new to support starts, need more help starts */
  /* new to support ends, need more help ends */
  /* polycom user container starts here */
  /* polycom user container ends here */
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {

  .page-side-padding {
    padding-left: 7%;
    padding-right: 7%;
  }

  .page-vertical-padding {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  /* title and external component css starts here */
  /* title and external component css ends here */

  /* page main title starts here */

  /* page main title ends here */

  /* login navigation list starts here */
  .polycom-navbar {
      float: right;
      padding: 13px 0 13px 16px;
    }
    .polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: inline-block;
    }
    .user-id-container-small-device {
      display: none;
    }
    .user-id-container {
      display: block;
      margin-right:5px;
    }
    .polycom-user-links {
      /*color: #d6dadc;*/
      padding: 3px 5px 0px 5px;
      margin: 0 10px;
      text-decoration: underline;
      font-weight: 100;
      font-size: 15px;
      color: #FF3B00;
      font-family: "ProximaNova-Light";
    }
  /* login navigation list ends here */
  #loginBox {
        position: absolute;
        right: 245px;
        top: 30px;
        z-index: 6;
    }

  /* polycom logo and user name welcome message start */
  /* polycom logo and user name welcome message end */

  /* polycom heading component starts here*/
  /* polycom heading component ends here*/

  /* polycom supprt warranty starts */
  /* polycom supprt warranty ends */

  /* polycom support options container starts */
  /* polycom support options container ends */

  /* benefits of support starts starts, renew support starts */
  /* benefits of support starts ends, renew support ends*/

  /* new to support starts, need more help starts */
  /* new to support ends, need more help ends */
  /* polycom user container starts here */
  /* polycom user container ends here */
  /* alert message starts here */
  /* alert message ends here */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .page-side-padding {
    padding-left: 9%;
    padding-right: 9%;
  }

  .page-vertical-padding {
    padding-top: 88px;
    padding-bottom: 96px;
  }
  /* title and external component css starts here */
  /* title and external component css ends here */

  /* page main title starts here */

  /* page main title ends here */

  /* login navigation list starts here */
  .polycom-navbar {
      float: right;
      padding: 13px 0 13px 16px;
    }
    .polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: inline-block;
    }
    .user-id-container-small-device {
      display: none;
    }
    .user-id-container {
      display: block;
      margin-right:5px;
    }
    .polycom-user-links {
      /*color: #d6dadc;*/
      padding: 3px 5px 0px 5px;
      margin: 0 10px;
      text-decoration: underline;
      font-weight: 100;
      font-size: 15px;
      color: #FF3B00;
      font-family: "ProximaNova-Light";
      cursor:pointer;
    }
    #loginBox {
        position: absolute;
        right: 245px;
        top: 30px;
        z-index: 6;
    }
  /* login navigation list ends here */

  /* polycom logo and user name welcome message start */
  /* polycom logo and user name welcome message end */

  /* polycom heading component starts here*/
  /* polycom heading component ends here*/

  /* polycom support options container starts */
  /* polycom support options container ends */

  /* benefits of support starts starts, renew support starts */
  /* benefits of support starts ends, renew support ends*/

  /* new to support starts, need more help starts */
  /* new to support ends, need more help ends */

  /* polycom user container starts here */
  /* polycom user container ends here */
}

 /* adding styles for popup */


    #loginBox {
        font-family : "ProximaNova-Regular";
    }
    #loginBox .loginFrm {
        border : rgb(0, 112, 192) solid 1px;
        width : 225px;
        background-color : #f6f6f6;
    }
    #loginBox .loginTxt {
        cursor : pointer;
        height : 23px;
        margin-top : -25px;
        border : rgb(0, 112, 192) solid 1px;
        border-bottom : none;
        position : relative;
        top : 1px;
        border-top-right-radius : 5px;
        border-top-left-radius : 5px;
        background-color : #f6f6f6;
        font-size : 12px;
        padding : 2px;
        color : #ff3b00;
        width : 48px;
        margin-left : 177px;
    }
    .show_Class {
        display : inline;
    }
    .hideClass {
        display : none;
    }
    .loginFrm input {
        height : 21px;
        margin : 10px 0 0;
    }
    .loginFrm input[type="text"], .loginFrm input[type="password"] {
        padding : 0 0 0 5px;
        font-size : 12px;
        display : block;
        width : 190px;
        border : #A9A9A9 solid 1px;
    }
    .loginFrm input[type="submit"], .loginFrm input[type="button"] {
        padding : 5px 13px 19px;
        float : left;
        font-size : 11px;
        font-family : "ProximaNova-Regular";
    }
    .loginFrm #btnSignIn {
        margin-right : 13px;
        width : 54px;
        border: 1px solid #adabab;
        background-color: #f0f0f0;
    }
    .loginFrm #btnNewUser {
        width : 129px;
        border: 1px solid #adabab;
        background-color: #f0f0f0;
    }
    .loginFrm .formContent span {
        margin : 14px 0 -3px;
        display : block;
    }
    .loginFrm .formContent .forgotPwd {
        color : #FF3B00;
        margin-left: -75px;
        font-size: 12px;
    }
    .loginFrm .formContent {
        padding : 15px 14px;
    }
    .loginRegister a {
        cursor : pointer;
    }
    .myProfileWrap:hover {
        background-color: #FF3B00;
        border-radius: 15px;
        color: #404040 !important;
    }
    .myProfileWrap .polycom-user-links {
        margin: 0;
    }
    /*landing page Header styles*/
    .landingPageHeader .polycom-user-login-list  .nav-item.show .polycom-user-links,.landingPageHeader .user-id-container.show{
        color: #FF3B00; !important;
    }

    .polycom-user-links:hover{
      background-color: #FF3B00;
      border-radius: 15px;
      color: #fff !important;
      padding: 0 10px !important;
    }
    .landingPageHeader .support-page-logo-container a[href] .no-pointer{
     cursor:pointer;
    }
    #revampRegisteredProductFormPopup {
        padding-left: 0px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 6px;
        right: auto;
        bottom: auto;
    }
    #revampRegisteredProductFormPopup h4 {
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 15px;
        margin-top:-10px;
    }
    #revampRegisteredProductFormPopup .modal-header{
        padding: 5px 10px;
        background: #ccc;
        border-radius: 6px;
        border: 1px solid #000;
    }
    #revampRegisteredProductFormPopup .modal-dialog{
        margin : 0px;
    }
    #revampRegisteredProductFormPopup .modal-content{
        border: 2px solid #fff;
    }
    #revampRegisteredProductFormPopup .modal-body{
        border: 2px solid #000;
    }
    #revampRegisteredProductFormPopup p {
        font-size: 12px;
        margin-bottom: 0;
    }
    #revampRegisteredProductFormPopup p label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }
    #revampRegisteredProductFormPopup select {
        font-size: 12px;
        width: 60%;
    }
    #revampRegisteredProductFormPopup select option {
        font-weight: normal;
        display: block;
        white-space: pre;
        min-height: 1.2em;
        padding: 0px 2px 1px;
    }

    #loginFormPopup {
        padding-left: 0px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 6px;
        right: auto;
        bottom: auto;
    }

    #loginFormPopup .modal-header{
        padding: 5px 10px;
        background: #ccc;
        border-radius: 6px;
        border: 1px solid #000;
    }
    #loginFormPopup .modal-content{
        border: 2px solid #fff;
    }
    #loginFormPopup .modal-body{
        border: 2px solid #000;
    }
    .ui-dialog .ui-dialog-titlebar-close span {
        margin: 1px;
    }
    .ui-draggable .ui-dialog-titlebar {
        font-size: 12px;
    }
    .ui-dialog .ui-dialog-title {
        font-size: 12px;
    }
    //Close css
    .fullwide_BreadCrub {
        float: right;
        margin: 3px 4px auto 0;
        height: 15px;
    }
    .fullwide_BreadCrub a {
        cursor: pointer;
        text-decoration: underline;
        font-weight: 100;
        font-size: 15px;
        color: #537583 !important;
    }
    .fullwide_BreadCrub tbody:first-child tr:first-child td:first-child,.fullwide_BreadCrub tbody:first-child tr:first-child td:first-child a {
        color: #FF3B00 !important;
    }
    .fullwide_BreadCrub tbody:first-child tr:first-child td:first-child:hover,.fullwide_BreadCrub tbody:first-child tr:first-child td:first-child a:hover {
        color: #fff !important;
    }
    .langSwitch-div:hover{
        background-color: #FF3B00;
        border-radius: 15px;
        color: #fff !important;
    }
    .langSwitch-div:hover .fullwide_BreadCrub tbody:first-child tr:first-child td:first-child,
    .langSwitch-div:hover .fullwide_BreadCrub tbody:first-child tr:first-child td:first-child a{
        color: #fff !important;
    }
    .langSwitch-div:hover .fullwide_BreadCrub tbody:first-child tr:first-child td.sample:first-child,
    .langSwitch-div:hover .fullwide_BreadCrub tbody:first-child tr:first-child td:first-child a.sample{
        color: #FF3B00 !important;
    }
    .langSwitch-div {
        padding: 3px 10px;
    }
    .support-logo .col-md-7 {
        flex: 0 0 50% !important;
    }
    #activationBox .actUpgrade {
        padding: .5em 1em;
        font-size: 12px;
    }
    ul.actUpgrade > li {
        margin-top: 12px;
    }
    @media only screen and (min-width: 1200px) {
        .support-page-header.page-side-padding {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .polycom-user-links:active {
      background-color: transparent;
    }
    @media only screen and (max-width: 768px) {
        .polycom-user-links:hover {
            background-color: transparent;
        }
        .user-id-container{
            margin-right:5px;
        }
    }

/* Added by ICF - Aswin*/
.support-page-header .navbar {
  margin-bottom: 0;
}
.support-page-header .navbar-nav > li {
  float: none;
  list-style: none;
}

.support-page-header .polycom-user-links {
  display: block;
}

@media only screen and (max-width: 768px) {
  .support-page-header {
    position: relative;
  }
}
/* polycom search box container starts */
.page-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}
.support-search-box {
  padding: 0 144px;
  margin-bottom: 25px;
}
.search-button {
  /* width: 8%; */
  margin-left: 2%;
  height: 50px;
  font-size: 27px;
  color: #fff;
  padding: 0 15px;
  /* background-color: #2862ac; */
  background-color: rgba(40, 98, 172, 0.9);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  background-color: #FF3B00;
  cursor: pointer;
  outline:none !important;
}
.kovio-search-box {
  width: 89%;
  height: 72px;
  display: inline-block;
  padding: 6px 33px 4px 33px !important;
  font-size: 18px;
  /* line-height: 72px; */
  color: #273643 !important;
  font-family: "ProximaNova-Regular";
  border-radius: 0.25rem;
  border: none;
}
.displayNone {
    display: none;
}
/* polycom search box container ends */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
    .support-search-box {
        padding: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .kovio-search-box {
        width: 195px;
        padding: 7px 34px 5px 14px;
        height: 36px;
        font-size: 16px;
        text-overflow: ellipsis;
    }
    .search-button {
        height: 40px;
        font-size: 19px;
        padding: 0px;
        margin-top: 0px;
        width: 40px;
        text-align: center;
    }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .support-search-box {
          padding: 0;
          margin-bottom: 25px;
          text-align: center;
          }
    .kovio-search-box {
        width: 335px;
        padding: 6px 14px 5px 14px;
        height: 36px;
        font-size: 16px;
        text-overflow: ellipsis;
    }
    .search-button {
        height: 38px;
        font-size: 20px;
        padding: 0px 8px;
        margin-top: -5px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .page-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
    .support-search-box {
        padding: 0%;
        text-align: center;
    }
    .kovio-search-box {
        width: 555px;
        height: 54px;
        display: inline-block;
        font-size: 18px;
    }
    .search-button {
        height: 50px;
        font-size: 23px;
        padding: 0 15px;
        margin: 0;
        vertical-align: top;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .page-side-padding {
     padding-left: 7%;
     padding-right: 7%;
   }
    .support-search-box {
        padding: 0;
        margin-bottom: 25px;
    }
    .search-button {
        padding: 0 15px;
        margin-top: 0;
        width: 60px;
        margin-left: 2%;
        height: 50px;
        font-size: 27px;
    }
    .kovio-search-box {
        width: 720px;
        height: 72px;
        display: inline-block;
        padding: 6px 33px 4px 33px;
        font-size: 18px;
        /* line-height: 72px; */
        color: #273643;
        font-family: "ProximaNova-Regular";
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .page-side-padding {
     padding-left: 9%;
     padding-right: 9%;
   }
    .support-search-box {
        padding: 0 5%;
        margin-bottom: 45px;
    }
    .search-button {
        margin-top: 0;
        padding: 0 15px;
        margin-top: 0;
        width: 60px;
        margin-left: 2%;
        height: 50px;
        font-size: 27px;
    }
    .kovio-search-box {
        width: 725px;
        height: 72px;
        display: inline-block;
        padding: 6px 33px 4px 33px;
    }
}
/* landing page search component style*/
.landingPageSearch >div.page-side-padding{
    background-color: #ebe8e5;
    padding: 30px
}
.landingPageSearch .support-search-box{
    margin-bottom:0px !important;
}
.landingPageSearch .kovio-search-box{
    box-shadow: 1px 1px 1px 1px #676565 inset;
    -ms-box-shadow: 1px 1px 1px 1px #676565 inset;
    -moz-box-shadow: 1px 1px 1px 1px #676565 inset;
    -o-box-shadow: 1px 1px 1px 1px #676565 inset;
    -webkit-box-shadow: 1px 1px 1px 1px #676565 inset;
    color: #000;
}
.CoveoSearchbox .magic-box{
    width: 560px;
    display: inline-block;
    border-radius: 0.25em;
    border: none !important;
}
.support-search-box .CoveoSearchbox{
display: inline-block;
}
.CoveoSearchbox .magic-box .magic-box-input{
height:50px;
}
.magic-box .magic-box-input .magic-box-underlay{
 height:72px;
}
.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input .errorMsg{
height:50px;
font-size: 18px;
color: #273643 !important;
border-radius: 0.25em;
}
.CoveoOmnibox .magic-box-input .search-icon{
display:none;
}
.CoveoOmnibox .magic-box-clear{
display:none;
}
.CoveoOmnibox.magic-box .magic-box-suggestions{
background: #f2f9f9;
opacity: 0.9;
border: none;
color:#000;
}
.CoveoOmnibox.magic-box .magic-box-suggestion.coveo-omnibox-selectable {
border: none;
background: none;
color:#000;
}
.CoveoOmnibox.magic-box .magic-box-suggestion.coveo-omnibox-selectable:hover{
background: #5995bf;
color:#fff;
}
.CoveoOmnibox.magic-box .magic-box-suggestion.coveo-omnibox-selectable {
padding-left:1.7em;
}
.CoveoOmnibox.magic-box .magic-box-suggestion.coveo-omnibox-selectable:hover .coveo-omnibox-hightlight{
color:#fff;
}
.coveo-omnibox-hightlight{
font-weight: 900;
}
@media only screen and (max-width: 480px){
.CoveoSearchInterface .CoveoSearchbox {
   margin-right: 0px !important;
}
}
@media only screen and (max-width: 767px){
.CoveoSearchInterface .CoveoSearchbox{
 margin-right:0px;
}
.CoveoSearchbox .magic-box .magic-box-input{
height:36px;
}
.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input input{
height:36px;
padding: 6px 20px 4px 10px !important;
}
.CoveoSearchbox .magic-box{
width: 195px;
border-radius: 0.25rem !important;
}
.coveo-after-initialization button{
vertical-align: top;
}
.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input .errorMsg{
    height:36px;
    font-size:16px;
    text-overflow: ellipsis;
}
}
@media only screen and (max-width: 576px){
.search-button {
  height: 38px;
}
}
.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input input {
    font-size: 10px !important;
    padding-left: 10px !important;
}
.magic-box .magic-box-input > input {
    text-indent: 6px !important;
}
.CoveoOmnibox.magic-box {
    border: none !important;
}
/*
.article-links {
    padding: 0;
    max-width: 906px;
  }

.article-box {
  */
/* background-color: hsla(54, 14%, 88%, 0.7); *//*

  background-color: rgba(219, 225, 227, 0.7);
 */
/* min-height: 495px;*//*

 margin: 0 auto;
  padding: 20px;
}
.article-box-width {
  max-width: 100%;
      padding: 20px;
}

.article-box-maximum-width {
  max-width: 100%;
}

.article-link-head {
  text-align: center;
  padding-top: 40px;
}
.article-link-heading {
  font-size: 42px;
  letter-spacing: 0px;
  line-height: 54px;
  color: #344350;
  font-family: "ProximaNova-Bold";
  font-weight: 100;
  text-align: center;
}
.article-link-sub-head {
  text-align: center;
  margin: 0 auto;
  width: 79%;
}
.article-link-sub-heading {
  font-size: 28px;
  color: #344350;
  font-family: "ProximaNova-Regular";
  line-height: 32px;
    margin-bottom: 22px; */
/* changed *//*

}
.article-icon-links {
  padding: 20px 30px;
  width: 100%;
  min-height: 273px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article-icon-block {
  */
/* width: 133px; *//*

  text-align: center;
  height: fit-content;
}

.article-icon-block-width {
  width: 133px;
}

.article-icon-block-width-maximum-elements {
  width: 120px;
}

.article-icon {
  padding: 0 10px;
}
.article-icon:hover {
  cursor: pointer;
}

.article-icon:hover .article-link-img {
  opacity: 0.7;
  */
/* -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9); *//*

  cursor: pointer;
  */
/* background: rgba(0, 255, 255, 0.5); *//*

}
.article-icon-maximum-elements:hover .article-link-img {
     opacity: 0.7;
     cursor: pointer;
}
.article-icon-maximum-elements {
  padding: 0 15px;
}
.article-links-icon-background a {
    display: inline-block;
    width: inherit;
    height: inherit
}

.article-link-img {
  border-radius: 50%;
  width: inherit !important;
  height: inherit !important;
}

.article-link-label {
  width: inherit;
  padding: 18px 16px 5px 16px;
  font-size: 18px;
  line-height: 1.2;
  color: #273643;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #273643;
  font-family: "ProximaNova-semiBold";
}
.article-links-icon-background {
  */
/* width: 115px;
  height: 115px; *//*

  border-radius: 50%;
  */
/*display: table-cell;
  vertical-align: middle;*//*

}
.article-links-icon-background-width {
  width: 114px;
  height: 114px;
  overflow: hidden;
}

.article-links-icon-background-width-maximum-elements {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.article-links-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}
.article-links-logo {
  max-height: 100%;
  max-width: 100%;
}
.article-links-side-padding-maximum-elements {
  padding-left: 9%;
  padding-right: 9%;
}

.article-icon-block-width-maximum-elements {
  width: 120px;
}

.article-icon-maximum-elements {
  padding: 0 15px;
}




@media only screen and (max-width: 576px) {
  */
/* polycom article links starts *//*


    .article-box-width {
      max-width: 100%;
    }
    .article-box-width-maximum-elements {
        max-width: 100%;
        padding: 20px 0 !important;
      }

    .article-links {
        padding: 0;
        margin: 0 auto;
      }
      .article-links-width {
          max-width: 289px;
        }
        .article-links-width-maximum-elements {
          max-width: 289px;
        }
      .article-link-head {
          padding-top: 5px;
        }
        .article-link-heading {
          font-size: 18px;
          line-height: 18px;
          padding: 0 7%;
        }
        .article-link-sub-heading {
          font-size: 28px;
          color: #344350;
          font-family: "ProximaNova-Regular";
          font-size: 14px;
          line-height: 18px;
          */
/* padding: 0 1%; *//*

        }
        .article-links-side-padding {
        padding-left: 6%;
        padding-right: 6%;
      }
      .article-links-side-padding-maximum-elements {
        padding-left: 6%;
        padding-right: 6%;
      }
      .article-links-icon-background-width {
          width: 40px;
          height: 40px;
          overflow: hidden;
        }
        */
/* .article-icon-block-width {
          width: 113px;
        } *//*

        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0px 0 7px;
        }
        .article-icon-maximum-elements {
          padding: 0px 10px;
        }

        .article-icon-links {
          padding: 20px 5px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-links-maximum-elements {
          padding: 20px 0px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-block-width {
          width: 63px;
          margin: 0 7px;
        }
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0 0 7px;
        }

        .article-icon {
          padding: 0px 10px;
        }

        .article-links-icon-background-width {
          width: 40px;
          height: 40px;
        }

        .article-link-label {
          width: inherit;
          padding: 8px 5px 5px 4px;
          font-size: 18px;
          line-height: 1.2;
          color: #273643;
          font-size: 11px;
          letter-spacing: 0px;
          line-height: 11px;
          color: #273643;
          font-family: "ProximaNova-semiBold";
        }
    */
/* polycom article links ends *//*

}

@media only screen and (min-width: 576px) {
    */
/* polycom article links starts *//*


      .article-box-width {
          max-width: 100%;
        }
        .article-box-width-maximum-elements {
          max-width: 100%;
          padding: 20px 0 !important;
        }
        .article-links {
          padding: 0;
          margin: 0 auto;
        }
        .article-links-width {
            max-width: 450px;
          }
          .article-links-width-maximum-elements {
            max-width: 450px;
          }
        .article-link-head {
          padding-top: 5px;
        }
        .article-link-heading {
          font-size: 18px;
          line-height: 18px;
          padding: 0 7%;
        }
        .article-link-sub-heading {
          font-size: 28px;
          color: #344350;
          font-family: "ProximaNova-Regular";
          font-size: 14px;
          line-height: 18px;
          */
/* padding: 0 1%; *//*

        }
        .article-links-side-padding {
          padding-left: 6%;
          padding-right: 6%;
        }

        .article-links-side-padding-maximum-elements {
          padding-left: 6%;
          padding-right: 6%;
        }
        .article-links-icon-background-width {
          width: 40px;
          height: 40px;
          overflow: hidden;
        }
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0px 0 7px;
        }
        .article-icon-maximum-elements {
          padding: 0px 10px;
        }

        .article-icon-links {
          padding: 20px 30px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-links-maximum-elements {
          padding: 20px 0px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-block-width {
          width: 80px;
          margin: 0 7px;
        }
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0 0 7px;
        }

        .article-icon {
          padding: 0px 10px;
        }

        .article-links-icon-background-width {
          width: 60px;
          height: 60px;
        }

        .article-link-label {
          width: inherit;
          padding: 8px 5px 5px 4px;
          font-size: 18px;
          line-height: 1.2;
          color: #273643;
          font-size: 11px;
          letter-spacing: 0px;
          line-height: 11px;
          color: #273643;
          font-family: "ProximaNova-semiBold";
        }

      */
/* polycom article links ends *//*

}


@media only screen and (min-width: 768px) {
  */
/* polycom article links starts *//*

    .article-links {
        padding: 0;
      }
      .article-links-width {
          max-width: 650px;
        }
        .article-links-width-maximum-elements {
          max-width: 650px;
        }
      .article-box {
        background-color: rgba(219, 225, 227, 0.7);
        padding: 20px;
      }
      .article-box-width {
        max-width: 100%;
      }
      .article-box-maximum-width {
        max-width: 100%;
      }
      .article-link-head {
        text-align: center;
        padding-top: 40px;
      }
      .article-link-heading {
        font-size: 42px;
        letter-spacing: 0px;
        line-height: 54px;
        color: #344350;
        font-family: "ProximaNova-Bold";
        font-weight: 100;
        text-align: center;
        padding: 0;
      }
      .article-link-sub-head {
        text-align: center;
        margin: 0 auto;
        width: 79%;
      }
      .article-link-sub-heading {
        font-size: 28px;
        color: #344350;
        font-family: "ProximaNova-Regular";
        line-height: 32px;
        margin-bottom: 22px; */
/* changed *//*

      }
      .article-icon-links {
        padding: 20px 40px;
        width: 100%;
        min-height: 273px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      .article-icon-block {
        */
/* width: 133px; *//*

        text-align: center;
        height: fit-content;
        margin: 0;
      }

      .article-icon-block-width {
          width: 133px;
        }

        .article-icon-block-width-maximum-elements {
          width: 125px;
        }

      .article-icon {
        padding: 0 10px;
      }

      .article-icon:hover {
        cursor: pointer;
      }

      .article-icon:hover .article-link-img {
        opacity: 0.7;
        */
/* -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9); *//*

        cursor: pointer;
        */
/* background: rgba(0, 255, 255, 0.5); *//*

      }
      .article-icon-maximum-elements:hover .article-link-img {
           opacity: 0.7;
           cursor: pointer;
      }
      .article-icon-maximum-elements {
        padding: 0 15px;
      }

      .article-link-label {
        width: inherit;
        padding: 18px 16px 5px 16px;
        font-size: 18px;
        line-height: 1.2;
        color: #273643;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 18px;
        color: #273643;
        font-family: "ProximaNova-semiBold";
      }
      .article-links-icon-background {
        */
/* width: 115px;
        height: 115px; *//*

        border-radius: 50%;
        */
/* display: table-cell;
        vertical-align: middle; *//*

      }
      .article-links-icon-background-width {
        width: 114px;
        height: 114px;
        overflow: hidden;
      }

      .article-links-icon-background-width-maximum-elements {
        width: 90px;
        height: 90px;
      }

      .article-links-logo {
        max-height: 100%;
        max-width: 100%;
      }

      .article-links-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .article-links-side-padding-maximum-elements {
        padding-left: 5%;
        padding-right: 5%;
      }
    */
/* polycom article links ends *//*

}

@media only screen and (min-width: 992px) {
    */
/* polycom article links starts *//*

  .article-links-side-padding {
      padding-left: 7%;
      padding-right: 7%;
    }
    .article-links-side-padding-maximum-elements {
      padding-left: 0%;
      padding-right: 0%;
    }
    .alert-container-side-padding {
      padding-left: 6%;
      padding-right: 6%;
    }
    .article-links {
      padding: 0;
    }
    .article-links-width {
        max-width: 880px;
      }
      .article-links-width-maximum-elements {
        max-width: 920px;
      }

    .article-box {
      */
/* max-width: 880px; *//*

      margin: 0 auto;
      min-height: 495px;
      padding: 20px 0;
    }
    .article-icon-block-width-maximum-elements {
        width: 110px;
      }
    .article-box-width {
      max-width: 100%;
    }
    .article-box-maximum-width {
      max-width: 100%;
    }

    .article-icon-links {
      padding: 20px 0;
    }
      */
/* polycom article links ends *//*

}

@media only screen and (min-width: 1200px) {
  */
/* polycom article links starts *//*

    .article-links-side-padding {
        padding-left: 9%;
        padding-right: 9%;
      }
      .article-links {
        padding: 0;
      }
      .article-links-width {
          max-width: 906px;
        }
        .article-links-width-maximum-elements {
          max-width: 965px;
        }
      .article-links-side-padding-maximum-elements {
        padding-left: 9%;
        padding-right: 9%;
      }
      .article-icon-links {
        padding: 20px 0;
      }
      .article-box {
        */
/* max-width: 906px; *//*

        margin: 0 auto;
        min-height: 495px;
      }
      .article-box-width {
        max-width: 100%;
        padding: 20px;
      }
      .article-box-width-maximum-elements {
        min-width: 100%;
        padding: 20px 0;
      }
      .article-icon-block-width-maximum-elements {
        width: 115px;
      }
      .article-icon-maximum-elements {
        padding: 0 15px;
      }
      .article-links-icon-background-width-maximum-elements {
        width: 80px;
        height: 80px;
      }
    */
/* polycom article links ends *//*

}*/


.article-links {
    padding: 0;
    max-width: 906px;
  }

.article-box {
  /* background-color: hsla(54, 14%, 88%, 0.7); */
  /*background-color: rgba(219, 225, 227, 0.7);*/
 /* min-height: 495px;*/
 margin: 0 auto;
  padding: 20px;
}
.article-box-width {
  max-width: 100%;
      padding: 20px;
}

.article-box-maximum-width {
  max-width: 100%;
}

.article-link-head {
  text-align: center;
  padding-top: 0px;
}
.article-link-heading {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 54px;
  color: #344350;
  font-family: "ProximaNova-Bold";
  font-weight: 100;
  text-align: center;
  margin-bottom:5px;
}
.article-link-sub-head {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
.article-link-sub-heading {
  font-size: 20px;
  color: #344350;
  font-family: "ProximaNova-Regular";
  line-height: 32px;
  margin-bottom: 15px; /* changed */
}
.article-icon-links {
  padding: 20px 30px;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article-icon-block {
  /* width: 133px; */
  text-align: center;
  height: fit-content;
}

.article-icon-block-width {
  width: 133px;
}

/*.article-icon-block-width-maximum-elements {
  width: 120px;
}*/

.article-icon {
  padding: 0 10px;
}
.article-icon:hover {
  cursor: pointer;
}

.article-icon:hover .article-link-img {
  opacity: 0.7;
  /* -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9); */
  cursor: pointer;
  /* background: rgba(0, 255, 255, 0.5); */
}
.article-icon-maximum-elements:hover .article-link-img {
     opacity: 0.7;
     cursor: pointer;
}
.article-icon-maximum-elements {
  padding: 0 15px;
}
.article-links-icon-background a {
    display: inline-block;
    width: inherit;
    height: inherit
}

.article-link-img {
  border-radius: 50%;
  width: inherit !important;
  height: inherit !important;
}

.article-link-label {
  width: inherit;
  padding: 18px 16px 5px 16px;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0px;
  line-height: 18px;
  font-family: "ProximaNova-semiBold";
}
.article-links-icon-background {
  /* width: 115px;
  height: 115px; */
  border-radius: 50%;
  /*display: table-cell;
  vertical-align: middle;*/
}
.article-links-icon-background-width {
  width: auto;
  height: 80px;
  overflow: hidden;
}

.article-links-icon-background-width-maximum-elements {
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin: auto;
}

.article-links-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}
.article-links-logo {
  max-height: 100%;
  max-width: 100%;
}
.article-links-side-padding-maximum-elements {
  padding-left: 9%;
  padding-right: 9%;
}

.article-icon-block-width-maximum-elements {
  width: 120px;
}

.article-icon-maximum-elements {
  padding: 0 15px;
}




@media only screen and (max-width: 576px) {
  /* polycom article links starts */

    .article-box-width {
      max-width: 100%;
    }
    .article-box-width-maximum-elements {
        max-width: 100%;
        padding: 20px 0 !important;
      }

    .article-links {
        padding: 0;
        margin: 0 auto;
      }
      .article-links-width {
          max-width: 289px;
        }
        .article-links-width-maximum-elements {
          max-width: 289px;
        }
      .article-link-head {
          padding-top: 5px;
        }
        .article-link-heading {
          font-size: 18px;
          line-height: 18px;
          padding: 0 7%;
        }
        .article-link-sub-heading {
          font-size: 28px;
          color: #344350;
          font-family: "ProximaNova-Regular";
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 10px;
          /* padding: 0 1%; */
        }
        .article-links-side-padding {
        padding-left: 6%;
        padding-right: 6%;
      }
      .article-links-side-padding-maximum-elements {
        padding-left: 6%;
        padding-right: 6%;
      }
      .article-links-icon-background-width {
          width: 40px;
          height: 40px;
          overflow: hidden;
        }
        .article-links-icon-background-width-maximum-elements {
            width: 40px;
            height: 40px;
            overflow: hidden;
          }
        /* .article-icon-block-width {
          width: 113px;
        } */
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0px 0 7px;
        }
        .article-icon-maximum-elements {
          padding: 0px 10px;
        }

        .article-icon-links {
          padding: 20px 5px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-links-maximum-elements {
          padding: 20px 0px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-block-width {
          width: 63px;
          margin: 0 7px;
        }
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0 0 7px;
        }

        .article-icon {
          padding: 0px 10px;
        }

        .article-links-icon-background-width {
          width: 40px;
          height: 40px;
        }

        .article-link-label {
          width: inherit;
          padding: 3px 5px 5px 4px;
          font-size: 10px;
          line-height: 1.2;
          color: #fff;
          letter-spacing: 0px;
          line-height: 11px;
          font-family: "ProximaNova-semiBold";
          margin-bottom: 10px;
        }
    /* polycom article links ends */
}

@media only screen and (min-width: 576px) {
    /* polycom article links starts */

      .article-box-width {
          max-width: 100%;
        }
        .article-box-width-maximum-elements {
          max-width: 100%;
          padding: 20px 0 !important;
        }
        .article-links {
          padding: 0;
          margin: 0 auto;
        }
        .article-links-width {
            max-width: 450px;
          }
          .article-links-width-maximum-elements {
            max-width: 450px;
          }
        .article-link-head {
          padding-top: 5px;
        }
        .article-link-heading {
          font-size: 18px;
          line-height: 18px;
          padding: 0 7%;
        }
        .article-link-sub-heading {
          font-size: 28px;
          color: #344350;
          font-family: "ProximaNova-Regular";
          font-size: 14px;
          line-height: 18px;
          /* padding: 0 1%; */
        }
        .article-links-side-padding {
          padding-left: 6%;
          padding-right: 6%;
        }

        .article-links-side-padding-maximum-elements {
          padding-left: 6%;
          padding-right: 6%;
        }
        .article-links-icon-background-width {
          width: 40px;
          height: 40px;
          overflow: hidden;
        }
        .article-links-icon-background-width-maximum-elements {
            width: 40px;
            height: 40px;
            overflow: hidden;
          }
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0px 0 7px;
        }
        .article-icon-maximum-elements {
          padding: 0px 10px;
        }

        .article-icon-links {
          padding: 20px 30px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-links-maximum-elements {
          padding: 10px 0px;
          width: 100%;
          min-height: 73px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }

        .article-icon-block-width {
          width: 80px;
          margin: 0 7px;
        }
        .article-icon-block-width-maximum-elements {
          width: 63px;
          margin: 0 0 0 7px;
        }

        .article-icon {
          padding: 0px 10px;
        }

        .article-links-icon-background-width {
          width: 60px;
          height: 60px;
        }

        .article-link-label {
          width: inherit;
          padding: 3px 5px 5px 4px;
          font-size: 10px;
          line-height: 1.2;
          color: #fff;
          letter-spacing: 0px;
          line-height: 11px;
          font-family: "ProximaNova-semiBold";
          margin-bottom: 10px;
        }

      /* polycom article links ends */
}


@media only screen and (min-width: 768px) {
  /* polycom article links starts */
    .article-links {
        padding: 0;
      }
      .article-links-width {
          max-width: 650px;
        }
        .article-links-width-maximum-elements {
          max-width: 650px;
        }
      .article-box {
        background-color: none;
        padding: 20px;
      }
      .article-box-width {
        max-width: 100%;
      }
      .article-box-maximum-width {
        max-width: 100%;
      }
      .article-link-head {
        text-align: center;
        padding-top: 0px;
      }
      .article-link-heading {
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 54px;
        color: #FF3B00;
        font-family: "ProximaNova-Bold";
        font-weight: 100;
        text-align: center;
        padding: 0;
        margin-bottom:5px;
      }
      .article-link-sub-head {
        text-align: center;
        margin: 0 auto;
        width: 79%;
      }
      .article-link-sub-heading {
        font-size: 20px;
        color: #344350;
        font-family: "ProximaNova-Regular";
        line-height: 32px;
        margin-bottom: 15px; /* changed */
      }
      .article-icon-links {
        padding: 20px 40px;
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      .article-icon-block {
        /* width: 133px; */
        text-align: center;
        height: fit-content;
        margin: 0;
      }

      .article-icon-block-width {
          width: 133px;
        }

        .article-icon-block-width-maximum-elements {
          width: 125px;
        }

      .article-icon {
        padding: 0 10px;
      }

      .article-icon:hover {
        cursor: pointer;
      }

      .article-icon:hover .article-link-img {
        opacity: 0.7;
        /* -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9); */
        cursor: pointer;
        /* background: rgba(0, 255, 255, 0.5); */
      }
      .article-icon-maximum-elements:hover .article-link-img {
           opacity: 0.7;
           cursor: pointer;
      }
      .article-icon-maximum-elements {
        padding: 0 15px;
      }

      .article-link-label {
        width: inherit;
        padding: 18px 16px 5px 16px;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        letter-spacing: 0px;
        line-height: 18px;
        font-family: "ProximaNova-semiBold";
      }
      .article-links-icon-background {
        /* width: 115px;
        height: 115px; */
        border-radius: 50%;
        /* display: table-cell;
        vertical-align: middle; */
      }
      .article-links-icon-background-width {
        width: auto;
        height: 80px;
        overflow: hidden;
      }

      .article-links-icon-background-width-maximum-elements {
        width: 90px;
        height: 90px;
      }

      .article-links-logo {
        max-height: 100%;
        max-width: 100%;
      }

      .article-links-side-padding {
        padding-left: 5%;
        padding-right: 5%;
      }
      .article-links-side-padding-maximum-elements {
        padding-left: 5%;
        padding-right: 5%;
      }
    /* polycom article links ends */
}

@media only screen and (min-width: 992px) {
    /* polycom article links starts */
  .article-links-side-padding {
      padding-left: 7%;
      padding-right: 7%;
    }
    .article-links-side-padding-maximum-elements {
      padding-left: 0%;
      padding-right: 0%;
    }
    .alert-container-side-padding {
      padding-left: 6%;
      padding-right: 6%;
    }
    .article-links {
      padding: 0;
    }
    .article-links-width {
        max-width: 880px;
      }
      .article-links-width-maximum-elements {
        max-width: 900px;
      }

    .article-box {
      /* max-width: 880px; */
      margin: 0 auto;
      min-height: auto;
      padding: 20px 0;
    }
    .article-icon-block-width-maximum-elements {
        width: 105px;
      }
    .article-box-width {
      max-width: 100%;
    }
    .article-box-maximum-width {
      max-width: 100%;
    }

    .article-icon-links {
      padding: 5px 0;
    }
    .article-link-label {
       font-size: 14px;
    }
      /* polycom article links ends */
}

@media only screen and (min-width: 1200px) {
  /* polycom article links starts */
    .article-links-side-padding {
        padding-left: 9%;
        padding-right: 9%;
      }
      .article-links {
        padding: 0;
      }
      .article-links-width {
          max-width: 906px;
        }
        .article-links-width-maximum-elements {
          max-width: 900px;
        }
      .article-links-side-padding-maximum-elements {
        padding-left: 9%;
        padding-right: 9%;
      }
      .article-icon-links {
        padding: 5px 0;
      }
      .article-box {
        /* max-width: 906px; */
        margin: 0 auto;
        min-height: auto;
      }
      .article-box-width {
        max-width: 100%;
        padding: 20px;
      }
      .article-box-width-maximum-elements {
        min-width: 100%;
        padding: 20px 0;
      }
      .article-icon-block-width-maximum-elements {
        width: 110px;
      }
      .article-icon-maximum-elements {
        padding: 0 15px;
      }
      .article-links-icon-background-width-maximum-elements {
        width: 65px;
        height: 65px;
        margin: auto;
      }
    /* polycom article links ends */
}

/* polycom register banner starts */

.polycom-register-banner {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  background: #F0E9D6;
}

.polycom-register-side-padding {
  padding-left: 19%;
  padding-right: 19%;
}

.polycom-register-vertical-padding {
  padding-top: 83px;
  padding-bottom: 72px;
}

.polycom-register-banner-heading {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 31px;
  color: #557484;
  font-family: "ProximaNova-Bold";
  font-weight: 100;
  text-align: center;
}

.polycom-register-banner-description {
  width: 70%;
  margin: 25px auto 55px auto;
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
  letter-spacing: 0px;
  color: #495965 !important;
  font-family: "ProximaNova-Regular";
  line-height: 1.3;
}

.polycom-register-banner-description a{
color:#FF3B00;
}

.polycom-register-banner-typetwo-description {
  width: 100%;
  margin: 25px auto 55px auto;
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
  letter-spacing: 0px;
  color: #495965 !important;
  font-family: "ProximaNova-Regular";
  line-height: 1.3;
}
.polycom-register-button {
  background-color: #FF3B00;
  border: none;
  color: rgba(255, 255, 255);
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-family: "ProximaNova-SemiBold";
  cursor: pointer;
  border-radius: 5px;
  font-weight: 100;
  width: 225px;
  height: 70px;
}

.polycom-banner-external-link {
  text-decoration: underline;
  color: #1d5fb2;
  font-weight: 700;
}
.polycom-banner-external-link:hover {
  cursor: pointer;
}

/* polycom register banner ends */

/* polycom user container starts here */

.polycom-star-employee {
  min-height: 100%;
  width: 100%;
  background-color: #c0dfe8;
}
.star-employee-image {
  width: inherit;
  height: inherit;
  text-align: center;
}

.polycom-register-side-padding {
  padding-left: 19%;
  padding-right: 19%;
}

.polycom-register-vertical-padding {
  padding-top: 83px;
  padding-bottom: 76px;
}

.polycom-user-description {
  text-align: justify;
  line-height: 1.3;
}

.polycom-banner-external-link {
  text-decoration: underline;
  color: #1d5fb2;
  font-weight: 700;
}
.polycom-banner-external-link:hover {
  cursor: pointer;
}

/* polycom user container ends here */

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
/* polycom register banner starts */
  .polycom-register-banner-description {
    width: 100%;
  }
  .polycom-register-side-padding {
    padding-left: 6%;
    padding-right: 6%;
  }
  .polycom-register-vertical-padding {
      padding-top: 42px;
      padding-bottom: 48px;
  }
  /* polycom register banner ends */
}
@media only screen and (min-width: 576px) {
/* polycom register banner starts */
  .polycom-register-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .polycom-register-vertical-padding {
      padding-top: 42px;
      padding-bottom: 48px;
  }
  .polycom-register-banner-description {
    width: 100%;
  }
  /* polycom register banner ends */
}
@media only screen and (min-width: 768px) {
/* polycom register banner starts */
  .polycom-register-side-padding {
    padding-left: 6%;
    padding-right: 6%;
  }
  .polycom-register-vertical-padding {
      padding-top: 42px;
      padding-bottom: 48px;
  }
  /* polycom register banner ends */
}
@media only screen and (min-width: 992px) {
/* polycom register banner starts */
  .polycom-register-side-padding {
    padding-left: 13%;
    padding-right: 13%;
  }
  /* polycom register banner ends */
}
@media only screen and (min-width: 1200px) {
/* polycom register banner starts */
  .polycom-register-side-padding {
    padding-left: 19%;
    padding-right: 19%;
  }
  /* polycom register banner ends */
}
.question-block-image h4.popular-link-section-title{
 color: #ffffff;
}

.question-block-image .support-list-external-links li a{
 color: #00a9e0;
 font-weight: bold;
 font-family: "ProximaNova-SemiBold";
 letter-spacing: 1px;
 font-size:18px;
}

.question-block-image .support-list-external-links li {
  color: #fff;
}

.question-block-image .seel-all-links a {
    color: #00a9e0;
    font-weight: bold;
    font-family: "ProximaNova-SemiBold";
    letter-spacing: 1px;
    font-size: 18px !important;
}

.question-block-image .seel-all-links-links a.link-see-all-popular {
    vertical-align: text-top;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
  .question-block-section.page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 992px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}


.question-block-image h4.popular-link-section-title{
 color: #ffffff;
}

.question-block-image .support-list-external-links li a{
 color: #00a9e0;
 font-weight: bold;
 font-family: "ProximaNova-SemiBold";
 letter-spacing: 1px;
 font-size:18px;
}

.question-block-image .support-list-external-links li {
  color: #fff;
}

.question-block-image .seel-all-links a {
    color: #00a9e0;
    font-weight: bold;
    font-family: "ProximaNova-SemiBold";
    letter-spacing: 1px;
    font-size: 18px !important;
}

.question-block-image .seel-all-links-links a.link-see-all-popular {
    vertical-align: text-top;
    display: inline-block;
}
.new3group.row {
   width: 100%;
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .help-center-vertical-padding {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .link-see-all-service-policy {
    width: 74%;
  }
  .security-alerts-container {
    margin-top: 0;
  }
.polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: none !important;
    }
  /* help center container ends */
}

@media only screen and (min-width: 576px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .help-center-vertical-padding {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .link-see-all-service-policy {
      width: 74%;
    }

	.polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: none !important;
    }

  /* help center container ends */
}

@media only screen and (min-width: 768px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .help-center-vertical-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .security-alerts-container {
    margin-top: 70px;
  }
	.polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: none !important;
    }
  .dropdown-item:active {
     background-color: #d83f05 !important;
     color: #fff !important;
   }
  /* help center container ends */
}
@media only screen and (min-width: 992px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 7%;
    padding-right: 7%;
  }
  .help-center-vertical-padding {
    padding-top: 67px;
    padding-bottom: 72px;
  }
.polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: inline-block !important;
    }
  /* help center container ends */
}
@media only screen and (min-width: 1200px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 9%;
    padding-right: 9%;
  }
  .help-center-vertical-padding {
    padding-top: 67px;
    padding-bottom: 72px;
  }
.polycom-external-links-dropdown {
      /* margin-left: 15px; */
      display: inline-block !important;
    }
  /* help center container ends */
}

/* help center container starts */
 .external-list-link a.link-see-all-popular{
    vertical-align: text-top;
    display: inline-block;
}
.help-center {
  background: #fff;
}
.help-center-vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}
.link-container {
  margin-bottom: 45px;
}
.security-alerts-container {
  margin-top: 70px;
}
.popular-questions {
  margin-bottom: 45px;
}
.popular-link-section-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 31px;
  color: #273643;
  font-family: "ProximaNova-Bold";
  margin-bottom: 0;
  min-height:60px;
}
.support-list-links {
  margin-left: 0px;
  padding: 0px !important;
}
.support-list-links li {
  list-style-type: none !important;
  list-style-position: inside;
  color: #1d5fb2;
  padding: 5px 0;
}
.link-see-all,
.support-list-links li {
  /* font-size: 17px !important; */
}
.support-list-external-links li a {
  color: #FF3B00;
  font-size: 15px;
  font-family: "proximaNova-Regular";
}

.support-list-external-links li a, .external-list-link li a{
   display: inline-block;
   width: 91%;
   vertical-align: top;
}

.support-link-container{
    margin-bottom: 45px;
}
.link-arrow-icon {
  color: #ed4301;
}
.link-popular-questions,
.link-service-policy {
  vertical-align: -2px;
}
.link-see-all-popular {
  width: 90%;
}
.link-see-all-service-policy {
  width: 90%;
}
.link-popular-questions,
.link-service-policy {
  vertical-align: -2px;
}
.link-see-all {
  /* text-decoration: underline; */
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #1d5fb2;
  -webkit-box-shadow: 0 0px 0 white, inset 0 -1px 0 #1d5fb2;
  color: #FF3B00;
  font-size: 12px;
  font-weight: 700;
}
.link-see-all:hover {
  text-decoration: none;
  color: #FF3B00;
}
.link-see-all {
  font-size: 14px !important;
  font-family: "ProximaNova-SemiBold";
}
.support-list-links li {
  font-size: 17px !important;
  font-family: "ProximaNova-SemiBold";
}
.support-list-links li a p {
    /*display: inline-block;
    width: 80%;
    vertical-align: top;*/
    margin-bottom: 0;
    padding-top: 4px;
}
.external-list-link a {
    color: #00a9e0;
    font-weight: bold;
    font-family: "ProximaNova-SemiBold";
    letter-spacing: 1px;
    font-size: 15px;
}
.pdf-icon {
    color: red;
}
.question-links a img p {
    padding-right: 5px;
    display: inline-block;
}
@media only screen and (min-width: 1024px){
    .page-vertical-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
/* help center container ends */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
 }
  .help-center-vertical-padding {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .link-see-all-service-policy {
    width: 74%;
  }
  .security-alerts-container {
    margin-top: 0;
  }
  /* help center container ends */
}
@media only screen and (min-width: 576px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .help-center-vertical-padding {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .link-see-all-service-policy {
      width: 74%;
    }
  /* help center container ends */
}
@media only screen and (min-width: 768px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .help-center-vertical-padding {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .security-alerts-container {
    margin-top: 70px;
  }
  /* help center container ends */
}
@media only screen and (min-width: 992px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 7%;
    padding-right: 7%;
  }
  .help-center-vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* help center container ends */
}
@media only screen and (min-width: 1200px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 9%;
    padding-right: 9%;
  }
  .help-center-vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* help center container ends */
}

.seel-all-links{
    text-align:right;
}

.polycom-warranty-image-container,.polycom-warranty {
Text-align:center;
}

.eightHeightWrapper ul.support-list-links{
 min-height: 270px;
 max-height: 270px;
 overflow: hidden;
}
@media only screen and (min-width: 576px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (max-width: 576px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (min-width: 992px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: 270px;
        max-height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: 270px;
        max-height: 270px;
    }
}
.eightHeightWrapper ul.support-list-links li > p,.eightHeightWrapper ul.support-list-links li > img{
    display: inline-block;
}
ul.support-list-links li {
    list-style-position: inside;
}

.eightHeightWrapper ul.support-list-links li > p{
    /*width: calc(100% - 20px);*/
    margin-bottom:0;
}
.eightHeightWrapper ul.support-list-links li > img{
    width: 15px;
}

.fourHeightWrapper ul.support-list-links{
    min-height:160px;
    max-height:160px;
    overflow: hidden;
}
@media only screen and (min-width: 576px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (max-width: 576px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (min-width: 992px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: 160px;
        max-height: 160px;
    }
}
@media only screen and (min-width: 1200px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: 160px;
        max-height: 160px;
    }
}
.fourHeightWrapper ul.support-list-links li > p,.fourHeightWrapper ul.support-list-links li > img{
    display: inline-block;
}

.fourHeightWrapper ul.support-list-links li > p{
    /*width: calc(100% - 20px);*/
     margin-bottom:0;
}
.fourHeightWrapper ul.support-list-links li > img{
    width: 15px;
}

.external-list-link li a img, .support-list-links li a img {
   float: left;
   padding-top: 5px;
   padding-right: 5px;
}
.external-list-link li a, .support-list-links li a {
    position: relative;
   padding-left: 20px;
}

.external-list-link li a:before {
   content: "";
   width: 5px;
   height: 5px;
   background: #FF3B00;
   position: absolute;
   left: 0;
   top: 12px;
   border-radius: 50%;
}
.support-list-external-links li a:before {
   content: "";
   width: 5px;
   height: 5px;
   background: #FF3B00;
   position: absolute;
   left: 0;
   top: 12px;
   border-radius: 50%;
}

/* help center container starts */
 .external-list-link a.link-see-all-popular{
    vertical-align: text-top;
    display: inline-block;
}
.help-center {
  background: #fff;
}
.help-center-vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-side-padding {
  padding-left: 3%;
  padding-right: 3%;
}
.link-container {
  margin-bottom: 45px;
}
.security-alerts-container {
  margin-top: 70px;
}
.popular-questions {
  margin-bottom: 45px;
}
.popular-link-section-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 31px;
  color: #273643;
  font-family: "ProximaNova-Bold";
  margin-bottom: 0;
  min-height:60px;
}
.support-list-links {
  margin-left: 0px;
  padding: 0px !important;
}
.support-list-links li {
  list-style-type: none !important;
  list-style-position: inside;
  color: #1d5fb2;
  padding: 5px 0;
}
.link-see-all,
.support-list-links li {
  /* font-size: 17px !important; */
}
.support-list-external-links li a {
  color: #1d5fb2;
  font-size: 15px;
  font-family: "proximaNova-Regular";
}

.support-list-external-links li a, .external-list-link li a{
   display: inline-block;
   width: 91%;
   vertical-align: top;
}
.support-link-container{
    margin-bottom: 45px;
}
.link-arrow-icon {
  color: #ed4301;
}
.link-popular-questions,
.link-service-policy {
  vertical-align: -2px;
}
.link-see-all-popular {
  width: 90%;
}
.link-see-all-service-policy {
  width: 90%;
}
.link-popular-questions,
.link-service-policy {
  vertical-align: -2px;
}
.link-see-all {
  /* text-decoration: underline; */
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #FF3B00;
  -webkit-box-shadow: 0 0px 0 white, inset 0 -1px 0 #FF3B00;
  color: #FF3B00;
  font-size: 12px;
  font-weight: 700;
}
.link-see-all:hover {
  text-decoration: none;
  color: #FF3B00;
}
.link-see-all {
  font-size: 14px !important;
  font-family: "ProximaNova-SemiBold";
}
.support-list-links li {
  font-size: 17px !important;
  font-family: "ProximaNova-SemiBold";
  cursor:pointer;
}
.support-list-links li a p {
    /*display: inline-block;
    width: 80%;
    vertical-align: top;*/
    margin-bottom: 0;
    padding-top: 4px;
}
.external-list-link a {
    color: #00a9e0;
    font-weight: bold;
    font-family: "ProximaNova-SemiBold";
    letter-spacing: 1px;
    font-size: 15px;
}
.pdf-icon {
    color: red;
}
.question-links a img p {
    padding-right: 5px;
    display: inline-block;
}
@media only screen and (min-width: 1024px){
    .page-vertical-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
/* help center container ends */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
 }
  .help-center-vertical-padding {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .link-see-all-service-policy {
    width: 74%;
  }
  .security-alerts-container {
    margin-top: 0;
  }
  /* help center container ends */
}
@media only screen and (min-width: 576px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .help-center-vertical-padding {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .link-see-all-service-policy {
      width: 74%;
    }
  /* help center container ends */
}
@media only screen and (min-width: 768px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .help-center-vertical-padding {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .security-alerts-container {
    margin-top: 70px;
  }
  /* help center container ends */
}
@media only screen and (min-width: 992px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 7%;
    padding-right: 7%;
  }
  .help-center-vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* help center container ends */
}
@media only screen and (min-width: 1200px) {
/* help center container starts */
  .page-side-padding {
    padding-left: 9%;
    padding-right: 9%;
  }
  .help-center-vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* help center container ends */
}

.seel-all-links{
    text-align:right;
}

.polycom-warranty-image-container,.polycom-warranty {
Text-align:center;
}

.eightHeightWrapper ul.support-list-links{
 min-height: 270px;
 max-height: 270px;
 overflow: hidden;
}
@media only screen and (min-width: 576px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (max-width: 576px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (min-width: 992px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: 270px;
        max-height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .eightHeightWrapper ul.support-list-links {
        min-height: 270px;
        max-height: 270px;
    }
}
.eightHeightWrapper ul.support-list-links li > p,.eightHeightWrapper ul.support-list-links li > img{
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .eightHeightWrapper ul.support-list-links {
        min-height: 360px;
        max-height: none;
    }
}
ul.support-list-links li {
    list-style-position: inside;
}

.eightHeightWrapper ul.support-list-links li > p{
    /*width: calc(100% - 20px);*/
    margin-bottom:0;
}
.eightHeightWrapper ul.support-list-links li > img{
    width: 15px;
}

.fourHeightWrapper ul.support-list-links{
    min-height:160px;
    max-height:160px;
    overflow: hidden;
}
@media only screen and (min-width: 576px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (max-width: 576px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: auto;
        max-height: none;
    }
}
@media only screen and (min-width: 992px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: 160px;
        max-height: 160px;
    }
}
@media only screen and (min-width: 1200px) {
    .fourHeightWrapper ul.support-list-links {
        min-height: 160px;
        max-height: 160px;
    }
}
.fourHeightWrapper ul.support-list-links li > p,.fourHeightWrapper ul.support-list-links li > img{
    display: inline-block;
}

.fourHeightWrapper ul.support-list-links li > p{
    /*width: calc(100% - 20px);*/
     margin-bottom:0;
}
.fourHeightWrapper ul.support-list-links li > img{
    width: 15px;
}
.external-list-link li a img, .support-list-links li a img {
   float: left;
   padding-top: 5px;
   padding-right: 5px;
}
.external-list-link li a, .support-list-links li a {
    position: relative;
   padding-left: 20px;
}

.external-list-link li a:before {
   content: "";
   width: 5px;
   height: 5px;
   background: #FF3B00;
   position: absolute;
   left: 0;
   top: 12px;
   border-radius: 50%;
}
.support-list-external-links li a:before {
   content: "";
   width: 5px;
   height: 5px;
   background: #FF3B00;
   position: absolute;
   left: 0;
   top: 12px;
   border-radius: 50%;
}

.support-list-external-links li a:not([href]), .support-list-external-links li a:not([href]):hover {
    color: #FF3B00;
}
.support-list-external-links li a:not([href]):hover {
    text-decoration: underline;
}
/* polycom supprt warranty starts */

.polycom-warranty {
  background-color: #fff;
  border: 1px solid #96a9b2;
  min-height: 240px;
  padding: 10px 20px;
}

.polycom-warranty-image-container {
  width: inherit;
  height: 130px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.polycom-warranty-image {
  /* width: inherit; */
  height: inherit;
}
polycom-learn-more-container {
    margin: 0;
}

.polycom-warranty-label {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #273643;
  font-family: "ProximaNova-SemiBold";
  margin: 0;
}

.polycom-learn-more {
  color: #FF3B00;
  text-decoration: underline;
  font-size: 15px;
}

.polycom-learn-more:hover {
   color: #003772;
}

/* polycom supprt warranty ends */

@media only screen and (min-width: 768px) {
/* polycom supprt warranty starts */
  .polycom-warranty-image {
    width: 100%;
    height: inherit;
  }
  /* polycom supprt warranty ends */
}
@media only screen and (min-width: 992px) {
      /* polycom supprt warranty starts */
      .polycom-warranty-image {
        width: inherit;
        height: inherit;
      }
      /* polycom supprt warranty ends */
}
@media only screen and (min-width: 1200px) {
/* polycom supprt warranty starts */
  .polycom-warranty-image {
    width: inherit;
    height: inherit;
  }
  /* polycom supprt warranty ends */
}
.polycom-warranty.fourHeightWrapper{
    background-color: transparent;
    border: none;
    min-height: auto;
    padding: 0;
    padding-top: 10px;
}

.fourHeightWrapper .imageWithLinkWrap{
    background-color: #fff;
    border: 1px solid #96a9b2;
    min-height: 240px;
    padding: 10px 20px;
}

/* polycom support options container starts */

/*
.polycom-support-container {
  min-height: 586px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
}
.page-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}

.benefits-of-support-row {
  margin-bottom: 105px;
}

.support-link-container {
  width: 100%;
}

*/
/* polycom support options container ends *//*


*/
/* benefits of support starts starts, renew support starts *//*


.support-link-header {
  */
/* margin-bottom: 25px; *//*

  font-size: 24px;
  letter-spacing: 0px;
  line-height: 48px;
  color: #ffffff;
  font-family: "ProximaNova-Bold";
}

.support-link-description {
  font-family: ProximaNova-Light;
  font-size: 18px;
  color: #d6dadc;
}

.support-link-description a {
  color: #00a9e0;
  font-weight: bold;
  font-family: "ProximaNova-SemiBold";
}
.support-link-description a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00a9e0;
}

*/
/* benefits of support starts ends, renew support ends*//*


*/
/* new to support starts, need more help starts *//*


.support-list-links {
  margin-left: 20px;
}
.support-list-links li {
  list-style-type: disc;
  list-style-position: outside;
  color: #1d5fb2;
  padding: 5px 0;
}

.support-list-external-links li a {
  color: #1d5fb2;
}

.external-list-link li a {
  color: #00a9e0;
  font-weight: bold;
  font-family: "ProximaNova-SemiBold";
  letter-spacing: 1px;
}

.external-list-link li {
  color: #fff;
}

.external-list-link li:hover {
  cursor: pointer;
  text-decoration: underline;
}

*/
/* new to support ends, need more help ends *//*


*/
/* Extra small devices (phones, 576px and down) *//*

@media only screen and (max-width: 576px) {
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
*/
/* polycom supprt warranty starts *//*


  */
/* polycom supprt warranty ends *//*


  */
/* polycom support options container starts *//*


  .support-link-container {
    width: 100%;
  }

  */
/* polycom support options container ends *//*


  */
/* benefits of support starts starts, renew support starts *//*


  */
/* benefits of support starts starts, renew support ends *//*


  */
/* new to support starts, need more help starts *//*


  */
/* new to support starts, need more help ends *//*

}
@media only screen and (min-width: 576px) {
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
*/
/* polycom supprt warranty starts *//*

  */
/* polycom supprt warranty ends *//*


  */
/* polycom support options container starts *//*

  */
/* polycom support options container ends *//*


  */
/* benefits of support starts starts, renew support starts *//*

  */
/* benefits of support starts ends, renew support ends*//*


  */
/* new to support starts, need more help starts *//*

  .support-link-container {
    width: 85%;
  }
  */
/* new to support ends, need more help ends *//*

}

@media only screen and (min-width: 768px) {
    .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
    }
    .support-link-container {
      width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .page-side-padding {
      padding-left: 7%;
      padding-right: 7%;
    }
    .support-link-container {
    width: 85%;
    }

}

@media only screen and (min-width: 1200px) {
    */
/* help center container starts *//*

    .page-side-padding {
    padding-left: 9%;
    padding-right: 9%;
    }
}*/

.benefitssupport{
  background: #00213C;
}

/* polycom support options container starts */

.polycom-support-container {
  min-height: 586px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
}
.page-side-padding {
  padding-left: 9%;
  padding-right: 9%;
}

.benefits-of-support-row {
  margin-bottom: 105px;
}

.support-link-container {
  width: 100%;
}

/* polycom support options container ends */

/* benefits of support starts starts, renew support starts */

.benefits-section-vertical-padding .support-list-links {
    margin-left: 0;
}

.support-link-header {
  /* margin-bottom: 25px; */
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #ffffff;
  font-family: "ProximaNova-Bold";
  margin-bottom: 15px;
}

.support-link-description {
  font-family: ProximaNova-Light;
  font-size: 15px;
  color: #d6dadc;
}

.support-link-description a {
  color: #00a9e0;
  font-weight: bold;
  font-family: "ProximaNova-SemiBold";
}
.support-link-description a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00a9e0;
}

/* benefits of support starts ends, renew support ends*/

/* new to support starts, need more help starts */
.support-list-links li {
  list-style-type: disc;
  list-style-position: outside;
  color: #1d5fb2;
  padding: 5px 0;
}

.support-list-external-links li a {
  color: #FF3B00;
}

.external-list-link li a {
  color: #FF3B00;
  font-weight: bold;
  font-family: "ProximaNova-SemiBold";
  letter-spacing: 1px;
}

.external-list-link li {
  color: #fff;
}

.external-list-link li:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* new to support ends, need more help ends */

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .benefits-section-vertical-padding {
    padding-top: 60px;
    padding-bottom: 57px;
  }
/* polycom supprt warranty starts */

  /* polycom supprt warranty ends */

  /* polycom support options container starts */

  .support-link-container {
    width: 100%;
  }

  /* polycom support options container ends */

  /* benefits of support starts starts, renew support starts */

  /* benefits of support starts starts, renew support ends */

  /* new to support starts, need more help starts */

  /* new to support starts, need more help ends */
}
@media only screen and (min-width: 576px) {
  .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .benefits-section-vertical-padding {
      padding-top: 60px;
      padding-bottom: 57px;
    }
/* polycom supprt warranty starts */
  /* polycom supprt warranty ends */

  /* polycom support options container starts */
  /* polycom support options container ends */

  /* benefits of support starts starts, renew support starts */
  /* benefits of support starts ends, renew support ends*/

  /* new to support starts, need more help starts */
  .support-link-container {
    width: 85%;
  }
  /* new to support ends, need more help ends */
}

@media only screen and (min-width: 768px) {
    .page-side-padding {
    padding-left: 5%;
    padding-right: 5%;
    }
    .benefits-section-vertical-padding {
        padding-top: 70px;
        padding-bottom: 67px;
      }
    .support-link-container {
      width: 100%;
    }

}

@media only screen and (min-width: 992px) {
    .page-side-padding {
      padding-left: 7%;
      padding-right: 7%;
    }
    .benefits-section-vertical-padding {
            padding-top: 88px;
            padding-bottom: 96px;
      }
    .support-link-container {
    width: 85%;
    }

}

@media only screen and (min-width: 1200px) {
    /* help center container starts */
    .page-side-padding {
    padding-left: 9%;
    padding-right: 9%;
    }
    .benefits-section-vertical-padding {
            padding-top: 88px;
            padding-bottom: 96px;
      }
}
.page-container {
  max-width: 1400px;
}

.landing-page-navbar-container .dropdown-submenu {
  position: relative;
}

.landing-page-navbar-container .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.landing-page-navbar-container .dropdown-toggle::after {
  display: none;
}

.landing-page-navbar-container .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.landing-page-navbar-container .dropdown .dropdown-menu,
.landing-page-navbar-container .dropdown-submenu .dropdown-menu {
  background-color: #d2d9db;
  background-color: #d2d9db;
  border-radius: 0px;
  border: none;
  width: 100%;
}

.landing-page-navbar-container .dropdown .dropdown-menu .dropdown-item,
.landing-page-navbar-container .dropdown-submenu .dropdown-menu .dropdown-item {
    color: #000;
    padding: 5px 20px;
}

.landing-page-navbar-container .dropdown .dropdown-menu .dropdown-item:hover,.landing-page-navbar-container .dropdown .dropdown-menu .dropdown-item:focus,
.landing-page-navbar-container .dropdown-submenu .dropdown-menu .dropdown-item:hover,.landing-page-navbar-container .dropdown-submenu .dropdown-menu .dropdown-item:focus {
    color: #fff;
    background: #557484;
}

.landing-page-navbar-container {
   font-family: "ProximaNovaT-Thin";
   min-width: 100px;
   min-height: 25px;
}

.landing-page-navbar {
  background: #00263e;
  padding: 0;
  justify-content: center !important;
  margin: 0 0px;
}
.landing-page-navbar-container li {
	list-style: none;
}
.landing-page-navbar-container li >a.nav-link{
    line-height:20px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    display: run-in;
    flex-wrap: wrap;
    font-family: "ProximaNova-Bold";
    text-decoration: none;
}
.landing-page-navbar-container li > ul >li > a.dropdown-item{
    font-size:13px;
    color:#444 !important;
    font-weight: 600;
    font-family: "ProximaNova-Regular";
}
.landing-page-navbar-container li > ul >li > a.dropdown-item:hover{
   background-color: #ebe8e5 !important;
   color: #fff;
   font-weight: bold;
}

.landing-page-navbar-container .nav-link {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff !important;
    padding: 10px 8px !important;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
}
.landingPageNav{
   margin-bottom: 30px;
}
.landingPageNav .navbar{
    padding:0;
}
.landingPageNav .page-side-padding{
    height: 60px;
}
/* polycom search box container starts */

.landing-page-support-container {
  background-color: #dbe2e4;
  width: 100%;
  text-align: center;
}

.landing-support-search-box {
  padding: 10px 0;
}
.landing-search-button {
  /* width: 8%; */
  margin-left: 1%;
  height: 72px;
  font-size: 31px;
  color: #fff;
  padding: 0 20px;
  /* background-color: #2862ac; */
  background-color: rgba(40, 98, 172, 0.9);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  background-color: rgba(40, 98, 172, 0.9);
}
.landing-kovio-search-box {
  width: 726px;
  height: 72px;
  display: inline-block;
  padding: 6px 33px 4px 33px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}

/* polycom search box container ends */

/* breadcrumb styles starts */

ul.landing-page-breadcrumb {
  padding: 10px 0;
  list-style: none;
  margin-bottom: 5px;
  margin: 0 auto;  /*updated on 27th May*/
  width: 100%;  /*updated on 27th May*/
}
ul.landing-page-breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 48px;
  color: grey;
  font-family: "ProximaNova-Regular";
}
ul.landing-page-breadcrumb li+li:before {
  padding: 8px;
  color: grey;
  content: ">";
}
ul.landing-page-breadcrumb li a {
  color: #4c8fb7;
  text-decoration: underline;
}
ul.landing-page-breadcrumb li a:hover {
  color: #4c8fb7;
  text-decoration: none;
}
/* breadcrumb styles ends */

/* landing page content container starts */

.dummy-class {
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 68px;
  color: #557484;
  font-family: "ProximaNova-Bold";
}

.alignText {
    display: -webkit-inline-box;
}

.mobile-menu-toggle,.landingPageNav .mobile-menu-close,.landingPageNav .submenu-mobile-icon,.landingPageNav .nav-icon-logo{
display:none;
}

@media only screen and (min-width : 769px){
    .landingPageNav .nav-list-present.dropdown:hover > .dropdown-menu{
    display:block !important;
    }
}

/* landing page content container ends */

@media only screen and (max-width : 768px){

.landingPageNav .landing-page-navbar{
 position:absolute;
 top:0;
 width:90%;
 z-index:5;
 height:100%;
 display: inline-block;
 -webkit-transition: all 500ms ease-in-out;
 transition: all 500ms ease-in-out;
 -moz-transition: all 500ms ease-in-out;
 -ms-transition: all 500ms ease-in-out;
 -o-transition: all 500ms ease-in-out;
}
.landing-page-navbar-container .dropdown .dropdown-menu, .landing-page-navbar-container .dropdown-submenu .dropdown-menu {
  width: fit-content;
}

.landingPageNav .landing-page-navbar .page-side-padding{
 width:90%;
 padding-left:30px;
 padding-right:5%;
}

.landingPageNav .navbar-collapse{
display:block;
padding: 0;
padding-top:20px;
}

.landingPageNav .page-side-padding{
height:auto;
}

.landing-page-navbar-container .navDropDown > li >a.nav-link{
text-align:left;
font-size:16px;
width: 85%;
float:left;
}



.landingPageHeader .mobile-menu-toggle{
display: inline-block;
padding: 10px;
margin: 0;
background: #000;
position: absolute;
left: 0px;
top: 10px;
}
/*updated on 27th May*/
@media only screen and (max-width : 767px){
  ul.landing-page-breadcrumb li{
    font-size: 12px;
    line-height: 12px;
  }
  ul.landing-page-breadcrumb li+li:before{
    padding: 0 8px;
  }
  .landingPageHeader .mobile-menu-toggle{
      display: inline-block;
      padding: 10px;
      margin: 0;
      background: #000;
      position: absolute;
      left: 0;/*nwely added style on 22 aug*/
      top: 10px;/*nwely added style on 22 aug*/
     }
}
/*updated on 27th May*/

.landingPageHeader .submenu-mobile-icon{
display: inline-block;
width:15%;
}

.landingPageNav .mobile-menu-close{
  display: inline-block;
  padding: 20px 10px 10px 12px;
}

.mobile-menu-toggle .fa-bars:before,.mobile-menu-close .fa-close:before{
font-size: 24px;
}

.mobile-menu-toggle .fa-bars:before{
color:#b8b8b9;
}

.mobile-menu-close .fa-close:before,.landingPageNav .submenu-mobile-icon.fa-caret-down:before{
color:#fff;
}

.landingPageNav .submenu-mobile-icon{
display: inline-block;
padding: 15px;
width:auto;
}

.landingPageNav .submenu-mobile-icon.fa-caret-down:before{
font-size: 28px;
}

.nav-item .submenu-mobile-icon {
	display: none;
}


.nav-item.nav-list-present .submenu-mobile-icon {
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 0px;
}
.landing-page-navbar-container .nav-link{
    text-align: left !important;
}

.nav-item.dropdown.nav-list-present {
    text-align:left;
}

.landingPageNav .mobile-submenu-drop{
display:none;
}
.landingPageNav .nav-icon-logo {
display:block;
}

.landingPageNav .collapse.open{
display:inline-block !important;
}

.landingPageNav .collapse{
display:none !important;
}

.mobile-nav-logo{
width: 80%;
display: inline-block;
}

/*.mobile-nav-logo img{
width: 100%;
height: auto;
}*/

}

@media (min-width: 576px) and (max-width: 768px){
    .navbar-expand-sm .navbar-nav {
        display: grid;
        width: 100%;
      }
}

/* Added by ICF - Aswin*/
@media only screen and (max-width: 768px) {
  .navbar-nav {
    margin: 7.5px 0;
  }
  .navbar-expand-sm .navbar-nav {
    flex-wrap: wrap;
  }
  .navbar-expand-sm .navbar-nav > li {
    width: 100%;
  }
}
.page-container {
  max-width: 1400px;
}

.landing-page-navbar-container .dropdown-submenu {
  position: relative;
}

.landing-page-navbar-container .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.landing-page-navbar-container .dropdown-toggle::after {
  display: none;
}

.landing-page-navbar-container .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.landing-page-navbar-container .dropdown .dropdown-menu,
.landing-page-navbar-container .dropdown-submenu .dropdown-menu {
  background-color: #d2d9db;
  background-color: #d2d9db;
  border-radius: 0px;
  border: none;
  width: auto;
}

.landing-page-navbar-container .dropdown .dropdown-menu .dropdown-item,
.landing-page-navbar-container .dropdown-submenu .dropdown-menu .dropdown-item {
    color: #000;
    padding: 5px 20px;
}

.landing-page-navbar-container .dropdown .dropdown-menu .dropdown-item:hover,.landing-page-navbar-container .dropdown .dropdown-menu .dropdown-item:focus,
.landing-page-navbar-container .dropdown-submenu .dropdown-menu .dropdown-item:hover,.landing-page-navbar-container .dropdown-submenu .dropdown-menu .dropdown-item:focus {
    background-color: #ff3b00 !important;
    color: #fff !important;
}

.landing-page-navbar-container {
   font-family: "ProximaNovaT-Thin";
   min-width: 100px;
   min-height: 25px;
}
.landing-page-navbar {
  background: #00263e;
  padding: 0;
  justify-content: center !important;
  margin: 0 0px;
}

.landing-page-navbar-container .nav-link {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px 7px !important;
    text-align: center;
}

.landing-page-navbar-container .nav-link:hover {
  color: #fff;
}

/* polycom search box container starts */

.landing-page-support-container {
  background-color: #dbe2e4;
  width: 100%;
  text-align: center;
}

.landing-support-search-box {
  padding: 10px 0;
}
.landing-search-button {
  /* width: 8%; */
  margin-left: 1%;
  height: 72px;
  font-size: 31px;
  color: #fff;
  padding: 0 20px;
  /* background-color: #2862ac; */
  background-color: rgba(40, 98, 172, 0.9);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  background-color: rgba(40, 98, 172, 0.9);
}
.landing-kovio-search-box {
  width: 726px;
  height: 72px;
  display: inline-block;
  padding: 6px 33px 4px 33px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}

/* polycom search box container ends */

/* breadcrumb styles starts */

ul.landing-page-breadcrumb {
  padding: 10px 0;
  list-style: none;
  margin-bottom: 5px;
  margin: 0 auto;  /*updated on 27th May*/
  max-width: 100%;  /*updated on 27th May*/
}
ul.landing-page-breadcrumb li {
  display: inline;
  font-size: 14px;
  line-height: 48px;
  color: grey;
  font-family: "ProximaNova-Regular";
}
ul.landing-page-breadcrumb li+li:before {
  padding: 8px;
  color: grey;
  content: ">";
}
ul.landing-page-breadcrumb li a {
  color: #FF3B00;
  text-decoration: underline;
}
ul.landing-page-breadcrumb li a:hover {
  color: #FF3B00;
  text-decoration: none;
}
/* breadcrumb styles ends */

/* landing page content container starts */

.dummy-class {
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 68px;
  color: #557484;
  font-family: "ProximaNova-Bold";
}
/* landing page content container ends */
.nav-list-present:hover {
   background: #FF3B00;
}
.nav-list-present:hover .nav-list-submenu {
    display: block;
}

.nav-list-submenu {
   background-color: #ebe8e5 !important;
   margin:0;
}
.landing-page-navbar-container .navDropDown .nav-list-submenu {
    width: fit-content !important;
    display: none;
}
.dropdown-menu{
    margin-top:0 !important;
}
.nav-icon-logo {
    display: none;
}
.spar{
    padding:0px;
}
.mode-1 {
    width:100%;
    max-width:1090px;
    margin:0 auto;
}
.nav-link.dropdown-toggle.main-dropdown.nav-personalization {
    display: inline-block;
    font-weight: 300;
}
.nav-link.nav-personalization {
	font-weight: 300;
}
@media only screen and (max-width: 768px) {
    .landingPageNav .nav-list-present.dropdown:hover > .dropdown-menu{
        width: 100% !important;
    }
}
@media only screen and (min-width: 576px){
    ul.dropdown-menu.mobile-submenu-drop.nav-list-submenu.nav-ul-personalization {
        position: absolute !important;
    }
}
.text-container {
  width: 100%;
  color: #ffffff;
}

.benefits-header{
    margin-bottom: 25px;
    font-family: "ProximaNova-Bold";
    font-size: 22px;
    margin-top: 5px;
}

.benefits-description{
    font-family: "ProximaNova-Regular";
    font-size: 15px;
    color: #ffffff;
}

.benefits-description a {
  color: #FF3B00;
  text-decoration: none;
  font-weight: bold;
  font-family: "ProximaNova-SemiBold"
}

.benefits-description a:hover {
  color: #FF3B00;
  text-decoration: underline;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#ff3b00;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#ff3b00;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("clientLibs/fonts/fontawesome-webfont.eot");
  src: url("clientLibs/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("clientLibs/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("clientLibs/fonts/fontawesome-webfont.woff") format("woff"),
    url("clientLibs/fonts/fontawesome-webfont.ttf") format("truetype"),
    url("clientLibs/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * @license
 * MyFonts Webfont Build ID 3002574, 2015-04-02T12:36:50-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed ../fonts/proxima-nova/(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 * 
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 * 
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * 
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * 
 * Webfont: ProximaNovaA-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light/
 * 
 * Webfont: ProximaNovaA-Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-thin/
 * 
 * Webfont: ProximaNovaA-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold/
 * 
 * Webfont: ProximaNovaS-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light/
 * 
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * 
 * Webfont: ProximaNovaS-Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-thin/
 * 
 * Webfont: ProximaNovaS-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold/
 * 
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 * 
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * Webfont: ProximaNovaT-Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/thin/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3002574
 * Licensed pageviews: 10,000,000
 * ../fonts/proxima-nova/ copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2dd0ce");

  
@font-face {font-family: 'ProximaNovaA-Bold';src: url('clientLibs/fonts/proxima-nova/2DD0CE_0_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_0_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_0_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_0_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Bold';src: url('clientLibs/fonts/proxima-nova/2DD0CE_1_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_1_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_1_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_1_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Bold';src: url('clientLibs/fonts/proxima-nova/2DD0CE_2_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_2_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_2_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_2_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Regular';src: url('clientLibs/fonts/proxima-nova/2DD0CE_3_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_3_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_3_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_3_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Light';src: url('clientLibs/fonts/proxima-nova/2DD0CE_4_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_4_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_4_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_4_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Thin';src: url('clientLibs/fonts/proxima-nova/2DD0CE_5_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_5_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_5_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_5_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaA-Semibold';src: url('clientLibs/fonts/proxima-nova/2DD0CE_6_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_6_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_6_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_6_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Light';src: url('clientLibs/fonts/proxima-nova/2DD0CE_7_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_7_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_7_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_7_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Regular';src: url('clientLibs/fonts/proxima-nova/2DD0CE_8_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_8_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_8_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_8_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Thin';src: url('clientLibs/fonts/proxima-nova/2DD0CE_9_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_9_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_9_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_9_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaS-Semibold';src: url('clientLibs/fonts/proxima-nova/2DD0CE_A_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_A_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_A_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_A_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Light';src: url('clientLibs/fonts/proxima-nova/2DD0CE_B_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_B_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_B_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_B_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Semibold';src: url('clientLibs/fonts/proxima-nova/2DD0CE_C_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_C_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_C_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_C_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNova-Regular';src: url('clientLibs/fonts/proxima-nova/2DD0CE_D_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_D_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_D_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_D_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'ProximaNovaT-Thin';src: url('clientLibs/fonts/proxima-nova/2DD0CE_E_0.eot');src: url('clientLibs/fonts/proxima-nova/2DD0CE_E_0.eot?#iefix') format('embedded-opentype'),url('clientLibs/fonts/proxima-nova/2DD0CE_E_0.woff2') format('woff2'),url('clientLibs/fonts/proxima-nova/2DD0CE_E_0.woff') format('woff'),url('clientLibs/fonts/proxima-nova/2DD0CE_E_0.ttf') format('truetype');}
 

body {
  margin: 0; }

.green {
  color: #669966 !important; }

.inline-block {
  display: inline-block !important; }

.hidden {
  display: none !important; }

.flex {
  display: flex; }

.flex-reverse {
  flex-direction: row-reverse; }

.flex-align-center {
  align-items: center; }

.flex-space-between {
  justify-content: space-between; }

.w50 {
  width: 50%; }

.w100 {
  width: 100%; }
  
.CoveoSearchInterface {
  font-size: 12px; }

.CoveoSearchInterface .coveo-search-section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding: 0 15px; }

.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input .search-icon {
    overflow: visible;
    height: 100%;
    font-size: 20px;
    margin: 0 10px;
    color: #67768b; }
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input input,
  .CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-input .magic-box-highlight-container {
    font-size: 14px;
    padding-left: 26px; }

.CoveoSearchInterface .CoveoSearchbox .magic-box.magic-box-hasFocus .magic-box-input {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.CoveoSearchInterface .CoveoSearchbox .CoveoSearchButton {
  display: none; }

.CoveoSearchInterface .coveo-facet-value-label {
  color: #67768b; }

.CoveoSearchInterface .coveo-facet-column {
  padding-top: 0; }

.CoveoSearchInterface .CoveoFacetSlider.coveo-disabled .coveo-slider-line {
  background-color: #f0f0f0; }

.CoveoSearchInterface .CoveoFacetSlider .coveo-slider-line {
  border: 1px solid #f0f0f0; }

.CoveoSearchInterface .CoveoFacet,
.CoveoSearchInterface .CoveoFacetSlider {
  border-color: #f0f0f0; }
  .CoveoSearchInterface .CoveoFacet .coveo-facet-header,
  .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-header {
    background-color: #f0f0f0; }
    .CoveoSearchInterface .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section,
    .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section {
      font-weight: bold; }
      .CoveoSearchInterface .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
      .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title {
        font-size: 14px; }
  .CoveoSearchInterface .CoveoFacet.coveo-active .coveo-facet-header,
  .CoveoSearchInterface .CoveoFacetSlider.coveo-active .coveo-facet-header {
    background-color: #3f84cb; }
    .CoveoSearchInterface .CoveoFacet.coveo-active .coveo-facet-header .coveo-facet-header-title,
    .CoveoSearchInterface .CoveoFacetSlider.coveo-active .coveo-facet-header .coveo-facet-header-title {
      color: white; }
    .CoveoSearchInterface .CoveoFacet.coveo-active .coveo-facet-header .coveo-facet-header-settings-section svg > g,
    .CoveoSearchInterface .CoveoFacetSlider.coveo-active .coveo-facet-header .coveo-facet-header-settings-section svg > g {
      fill: white; }
  .CoveoSearchInterface .CoveoFacet .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected)
.coveo-facet-value-checkbox
svg
g.coveo-hook-svg,
  .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected)
.coveo-facet-value-checkbox
svg
g.coveo-hook-svg {
    fill: #3f84cb; }
  .CoveoSearchInterface .CoveoFacet .coveo-facet-value.coveo-facet-selectable.coveo-selected g.coveo-hook-svg,
  .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-value.coveo-facet-selectable.coveo-selected g.coveo-hook-svg {
    fill: #3f84cb; }
  .CoveoSearchInterface .CoveoFacet .coveo-facet-more:not(:hover),
  .CoveoSearchInterface .CoveoFacet .coveo-facet-less:not(:hover),
  .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-more:not(:hover),
  .CoveoSearchInterface .CoveoFacetSlider .coveo-facet-less:not(:hover) {
    background-color: #f0f0f0; }

.CoveoSearchInterface .coveo-tab-section {
  background-color: white;
  margin-bottom: 20px; }

.CoveoSearchInterface .CoveoTab {
  font-size: 12px; }

.CoveoSearchInterface .CoveoResult .grey-panel {
  background-color: #f0f0f0;
  padding: 2px 12px;
  margin: 3px 0px; }

.CoveoSearchInterface .CoveoResult .coveo-community-rating {
  margin-top: 8px;
  font-size: 12px; }
  .CoveoSearchInterface .CoveoResult .coveo-community-rating > span {
    padding-right: 12px; }
  .CoveoSearchInterface .CoveoResult .coveo-community-rating svg {
    margin-right: 4px; }

.CoveoSearchInterface .CoveoResult .coveo-result-folding-child-result, .CoveoSearchInterface .CoveoResult .coveo-result-folding-child-result:hover {
  border: none; }

.CoveoSearchInterface .CoveoResult .CoveoResultLink,
.CoveoSearchInterface .CoveoResult a.CoveoResultLink,
.CoveoSearchInterface .CoveoResult .CoveoResult a.CoveoResultLink {
  cursor: pointer;
  color: #1d4f76;
  font-size: 13px; }
  .CoveoSearchInterface .CoveoResult .CoveoResultLink:visited,
  .CoveoSearchInterface .CoveoResult a.CoveoResultLink:visited,
  .CoveoSearchInterface .CoveoResult .CoveoResult a.CoveoResultLink:visited {
    color: #1d4f76; }

.CoveoSearchInterface .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
  display: none;
  background-color: #3f84cb;
  color: white;
  border: none;
  padding: 8px;
  margin-right: 5px; }
  .CoveoSearchInterface .CoveoBreadcrumb .coveo-breadcrumb-clear-all .coveo-icon.coveo-breadcrumb-clear-all-icon {
    display: none; }
  .CoveoSearchInterface .CoveoBreadcrumb .coveo-breadcrumb-clear-all svg > g.coveo-exclusion-svg {
    fill: white; }

.CoveoSearchInterface .CoveoQuickview {
  font-size: 12px; }

.CoveoSearchInterface .image-section {
  width: 45px;
  text-align: center;
  padding-top: 7px; }

.CoveoSearchInterface .polycom-icon {
  max-height: 45px; }
  .CoveoSearchInterface .polycom-icon .image {
    margin: 0 auto 8px auto;
    background: url("clientLibs/image/css_sprites.png") no-repeat;
    overflow: hidden;
    transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0; }
    .CoveoSearchInterface .polycom-icon .image.community-answers {
      width: 155px;
      height: 157px;
      background-position: -10px -10px; }
    .CoveoSearchInterface .polycom-icon .image.guides-and-manuals {
      width: 155px;
      height: 157px;
      background-position: -185px -187px; }
    .CoveoSearchInterface .polycom-icon .image.kb-articles {
      width: 155px;
      height: 157px;
      background-position: -360px -364px; }
    .CoveoSearchInterface .polycom-icon .image.release-notes {
      width: 155px;
      height: 157px;
      background-position: -535px -541px; }
    .CoveoSearchInterface .polycom-icon .image.software-releases {
      width: 155px;
      height: 157px;
      background-position: -710px -718px; }

.CoveoSearchInterface .CoveoResultsPerPage .coveo-pager-list-item,
.CoveoSearchInterface .CoveoResultsPerPage .coveo-results-per-page-list-item,
.CoveoSearchInterface .CoveoPager .coveo-pager-list-item,
.CoveoSearchInterface .CoveoPager .coveo-results-per-page-list-item {
  font-size: 13px; }

.CoveoSearchInterface .CoveoHasSolution {
  display: inline;
  color: #669966; }
  .CoveoSearchInterface .CoveoHasSolution > div {
    display: inline; }
  .CoveoSearchInterface .CoveoHasSolution .solved-caption {
    padding: 0 5px; }

.CoveoSearchInterface .CoveoFieldValueDetails {
  font-size: 12px; }
  .CoveoSearchInterface .CoveoFieldValueDetails .coveo-field-caption {
    font-weight: bold; }
  .CoveoSearchInterface .CoveoFieldValueDetails .separator {
    padding: 0 6px 0 2px;
    color: #67768B; }

.CoveoSearchInterface .CoveoIconCount {
  color: #67768B; }

.CoveoSearchInterface .CoveoResetSearch {
  opacity: 1;
  margin-right: 28px;
  height: 50px; }
  .CoveoSearchInterface .CoveoResetSearch.disabled .reset-search {
    opacity: 0;
    margin-right: 0; }
  .CoveoSearchInterface .CoveoResetSearch .reset-search {
    overflow: hidden;
    background-color: #3f84cb;
    color: white;
    padding: 11px 10px 14px;
    width: 120px;
    border: none;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: all 200ms ease;
    white-space: nowrap;
    padding: 14px 10px;
    height: 100%; }
    .CoveoSearchInterface .CoveoResetSearch .reset-search:hover {
      background-color: #285e95; }

.CoveoSearchInterface .CoveoSearchButton {
  overflow: hidden;
  background-color: #3f84cb;
  color: white;
  padding: 11px 10px 14px;
  width: 120px;
  border: none;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
  margin-left: 26px; }
  .CoveoSearchInterface .CoveoSearchButton .coveo-search-button-loading:before {
    content: 'Search'; }
  .CoveoSearchInterface .CoveoSearchButton .coveo-search-button-loading .coveo-search-button-loading-svg {
    display: none; }
  .CoveoSearchInterface .CoveoSearchButton .coveo-search-button {
    display: none; }
  .CoveoSearchInterface .CoveoSearchButton:hover {
    background-color: #285e95; }

.CoveoSearchInterface .CoveoRefineSearch {
  background: #fff;
  padding: 14px 0; }
  .CoveoSearchInterface .CoveoRefineSearch .refine-search-label {
    text-transform: uppercase;
    font-weight: 700;
    color: #1d4f76;
    border-radius: 2px;
    font-size: 14px; }
  .CoveoSearchInterface .CoveoRefineSearch .reset-button {
    cursor: pointer;
    color: #3f84cb; }

.CoveoSearchInterface .coveo-summary-section {
  font-size: 13px; }

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-content {
  padding: 0;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header {
  font-size: 12px;
  display: inline-block;
  padding: 0px 7px 0px 7px;
  height: 22px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.09px;
  vertical-align: middle;
  white-space: normal;
  color: #1d4f76;
  cursor: pointer;
  text-transform: uppercase;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header * {
  display: inline-block;
  margin: 0;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header p {
  line-height: 16px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header .coveo-more-tabs,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header .coveo-more-tabs,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header .coveo-more-tabs {
  margin-left: 10px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header.coveo-hidden {
  display: none;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type {
  margin-right: 20px;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a {
  margin-right: 10px;
}

.coveo-dropdown-background {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: rgba(28, 79, 118, 0.9);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}

.coveo-media-max-width-480 .CoveoSearchInterface .coveo-tab-section {
  background-color: #f7f8f9;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSearchbox {
  max-width: 800px;
  margin-right: 50px;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSettings {
  margin-left: 0;
}

.coveo-media-max-width-480 .CoveoSearchInterface .CoveoSettings + .CoveoSearchbox {
  margin-right: 50px;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .coveo-tab-section {
    background-color: #f7f8f9;
  }

  .CoveoSearchInterface .CoveoSearchbox {
    max-width: 800px;
    margin-right: 50px;
  }

  .CoveoSearchInterface .CoveoSettings {
    margin-left: 0;
  }

  .CoveoSearchInterface .CoveoSettings + .CoveoSearchbox {
    margin-right: 50px;
  }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

@-webkit-keyframes placeholderColorChange {
  0% {
    background: #bcc3ca;
  }

  50% {
    background: #e6ecf0;
  }

  100% {
    background: #bcc3ca;
  }
}

@-moz-keyframes placeholderColorChange {
  0% {
    background: #bcc3ca;
  }

  50% {
    background: #e6ecf0;
  }

  100% {
    background: #bcc3ca;
  }
}

@-o-keyframes placeholderColorChange {
  0% {
    background: #bcc3ca;
  }

  50% {
    background: #e6ecf0;
  }

  100% {
    background: #bcc3ca;
  }
}

@keyframes placeholderColorChange {
  0% {
    background: #bcc3ca;
  }

  50% {
    background: #e6ecf0;
  }

  100% {
    background: #bcc3ca;
  }
}

.coveo-placeholder-icon {
  width: 64px;
  height: 64px;
  margin-left: 2px;
}

.coveo-placeholder-icon-small {
  width: 32px;
  height: 32px;
  margin-left: 2px;
}

.coveo-placeholder-title {
  height: 16px;
  margin-bottom: 20px;
}

.coveo-placeholder-text {
  height: 8px;
  margin-bottom: 12px;
}

.coveo-placeholder-result,
.coveo-result-frame.coveo-placeholder-result {
  margin: 20px 0px 20px 20px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-result-frame.coveo-placeholder-result {
  margin: 20px 0px 20px 20px;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoBreadcrumb {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoHiddenQuery {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoDidYouMean {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoErrorReport {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
  height: 42px;
  visibility: hidden;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoSimpleFilter {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-main-section .coveo-recommendation-column {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-800 .coveo-results-header {
  height: 69px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-800 .coveo-facet-column {
  display: none;
}

@media (max-width: 800px) {
  .CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
    height: 69px;
  }

  .CoveoSearchInterface.coveo-during-initialization .coveo-facet-column {
    display: none;
  }
}

.CoveoSearchInterface.coveo-during-initialization .coveo-media-max-width-1020 .coveo-recommendation-results-column {
  display: inherit;
  width: inherit;
}

@media (max-width: 1020px) {
  .CoveoSearchInterface.coveo-during-initialization .coveo-recommendation-results-column {
    display: inherit;
    width: inherit;
  }
}

.coveo-placeholder-title,
.coveo-placeholder-text,
.coveo-placeholder-icon,
.coveo-placeholder-icon-small {
  -webkit-animation-name: placeholderColorChange;
  -moz-animation-name: placeholderColorChange;
  animation-name: placeholderColorChange;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.CoveoFacet.coveo-during-initialization,
.CoveoFacetSlider.coveo-during-initialization,
.CoveoFacetRange.coveo-during-initialization,
.CoveoHierarchicalFacet.coveo-during-initialization,
.CoveoTimespanFacet.coveo-during-initialization {
  display: none;
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  margin-bottom: 20px;
  display: block;
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder .coveo-media-max-width-480 {
  display: none;
}

@media (max-width: 480px) {
  .CoveoFacet.coveo-during-initialization.coveo-with-placeholder,
  .CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder,
  .CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder,
  .CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder,
  .CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder {
    display: none;
  }
}

.CoveoFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoFacetSlider.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoFacetRange.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoHierarchicalFacet.coveo-during-initialization.coveo-with-placeholder > *,
.CoveoTimespanFacet.coveo-during-initialization.coveo-with-placeholder > * {
  display: none;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder {
  display: block;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-title {
  height: 24px;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-line {
  padding: 0px 20px 0px 20px;
  margin-bottom: 20px;
  display: flex;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-facet-placeholder-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  align-self: center;
  margin-right: 10px;
  -webkit-animation-name: placeholderColorChange;
  -moz-animation-name: placeholderColorChange;
  animation-name: placeholderColorChange;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.CoveoFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoFacetSlider.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoFacetRange.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoHierarchicalFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text,
.CoveoTimespanFacet.coveo-during-initialization .coveo-facet-placeholder .coveo-placeholder-text {
  flex-grow: 1;
  align-self: center;
  margin-bottom: 0;
}

.CoveoSearchbox.coveo-during-initialization {
  display: block;
  height: 50px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.CoveoResultList.coveo-during-initialization {
  display: none;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder {
  display: block;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .CoveoResult {
  display: none;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .CoveoResult.coveo-placeholder-result {
  display: block;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout .coveo-placeholder-title {
  margin-bottom: 0;
}

.CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
  min-height: 220px;
}

.CoveoRecommendation .CoveoResultList .coveo-placeholder-result {
  margin: 10px 0px 10px 20px;
}

.CoveoRecommendation .CoveoResultList .coveo-placeholder-title {
  margin-bottom: 0;
}

.coveo-media-max-width-480 .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .CoveoResultList.coveo-during-initialization.coveo-with-placeholder .coveo-card-layout.coveo-placeholder-result {
    margin: 0 0 20px 0;
  }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-debug.coveo-modal-container .coveo-modal-content {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.coveo-debug.coveo-modal-container .coveo-modal-content.coveo-debug-loading {
  opacity: 0.5;
}

.coveo-debug.coveo-modal-container .coveo-checkbox-label,
.coveo-debug.coveo-modal-container .coveo-input {
  margin: 8px;
}

.coveo-debug.coveo-modal-container .coveo-modal-header {
  height: auto;
  min-height: 80px;
  padding: 20px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a:hover,
.coveo-debug.coveo-modal-container .coveo-modal-header a:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a:hover,
.coveo-debug.coveo-modal-container .coveo-modal-header a:hover a {
  text-decoration: underline;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a.coveo-selected * {
  color: #263e55;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a:hover {
  color: #009ddc;
}

.coveo-debug.coveo-modal-container .coveo-modal-header a.coveo-selected * {
  color: #009ddc;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match .coveo-property {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match > .coveo-property-label > .coveo-debug-highlight,
.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-match > .coveo-property-value > .coveo-debug-highlight {
  background: yellow;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-property.coveo-search-submatch {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property .coveo-property-value {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property:after {
  content: 'No match';
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch .coveo-property-value,
.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match .coveo-property-value {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch:after,
.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching .coveo-section-container > .coveo-property.coveo-search-match:after {
  content: '';
}

.coveo-debug.coveo-modal-container .coveo-modal-body .coveo-searching-loading {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations {
  display: table;
  width: 100%;
  height: 32px;
  margin-bottom: 16px;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration {
  display: table-cell;
  height: 32px;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='indexDuration'] {
  background: #b33;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='proxyDuration'] {
  background: #b3b;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='clientDuration'] {
  background: #3b3;
}

.coveo-debug.coveo-modal-container .coveo-debug-durations .coveo-debug-duration[data-id='duration'] {
  background: #33b;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend {
  display: inline-block;
  margin-right: 16px;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='indexDuration']:before {
  background: #b33;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='proxyDuration']:before {
  background: #b3b;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='clientDuration']:before {
  background: #3b3;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend[data-id='duration']:before {
  background: #33b;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-label {
  vertical-align: middle;
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-label:after {
  content: ': ';
}

.coveo-debug.coveo-modal-container .coveo-debug-duration-legend .coveo-debug-duration-value {
  vertical-align: middle;
}

.coveo-debug.coveo-modal-container .coveo-section.coveo-debug-collapsed .coveo-section-header:before {
  content: '\25B6';
}

.coveo-debug.coveo-modal-container .coveo-section.coveo-debug-collapsed .coveo-section-container {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-header {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 8px 16px;
  cursor: pointer;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-header:before {
  content: '\25BC';
  vertical-align: middle;
  margin-right: 8px;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container {
  padding: 16px 8px;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property {
  line-height: 18px;
  font-family: Consolas, Menlo, Monaco, monospace;
  padding-left: 16px;
  clear: both;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property .coveo-property-label {
  float: left;
  color: #263238;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property .coveo-property-label:after {
  content: ':';
  color: #212121;
  padding-right: 8px;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label {
  position: relative;
  float: none;
  cursor: pointer;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label:before {
  content: '\25B6';
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 18px;
  font-size: 12px;
  padding-right: 2px;
  color: #263238;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-value {
  display: none;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-value,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-value {
  display: block;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-label:before,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-label:before {
  content: '\25BC';
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value {
  overflow: hidden;
  color: #212121;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string {
  color: #d50000;
  white-space: pre;
  word-wrap: break-word;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:before {
  content: '"';
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:after {
  content: '"';
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-null,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-object,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-array {
  color: #9e9e9e;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-number,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-boolean,
.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-date {
  color: #2196f3;
}

.coveo-debug.coveo-modal-container .coveo-section .coveo-section-container > .coveo-property {
  padding-left: 0;
}

.coveo-checkbox-button,
input[type=checkbox].coveo-checkbox + button {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  background: #ffffff;
  border: 2px solid #1d4f76;
  border-radius: 2px;
  outline: none;
  transition: all 200ms;
  cursor: pointer;
}

input[type=checkbox].coveo-checkbox {
  display: none;
}

input[type=checkbox].coveo-checkbox + button:after {
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  background-color: transparent;
  border-radius: 100%;
  transition: all 300ms ease;
}

input[type=checkbox].coveo-checkbox + button:focus:after {
  top: -6px;
  left: -6px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.08);
}

input[type=checkbox].coveo-checkbox:checked + button {
  background-color: #009830;
  border-color: #009830;
}

input[type=checkbox].coveo-checkbox:checked + button:before {
  position: absolute;
  top: 1px;
  left: 4px;
  box-sizing: content-box;
  display: block;
  width: 4px;
  height: 8px;
  content: '';
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}

input[type=checkbox].coveo-checkbox:disabled + button {
  background-color: #373737;
  border-color: #373737;
}

input[type=checkbox].coveo-checkbox:indeterminate + button {
  position: relative;
}

input[type=checkbox].coveo-checkbox:indeterminate + button:before {
  position: absolute;
  top: 6px;
  left: 3px;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 0;
  content: '';
  border-bottom: solid 2px #1d4f76;
}

input[type=checkbox].coveo-checkbox:indeterminate:disabled + button:before {
  border-color: #ffffff;
}

input[type=checkbox].coveo-checkbox:disabled + button {
  background-color: #373737;
  cursor: default;
  opacity: 0.2;
}

.coveo-checkbox-label {
  align-items: center;
  display: inline-flex;
  color: #373737;
  line-height: 16px;
  vertical-align: middle;
}

.coveo-checkbox-label .label {
  cursor: pointer;
}

.coveo-checkbox-label.disabled .label {
  cursor: default;
  opacity: 0.4;
}

.coveo-checkbox-label button + .label,
.coveo-checkbox-label .label + .coveo-checkbox + button {
  margin-left: 18px;
}

label[for].coveo-checkbox-label {
  cursor: pointer;
}

.coveo-checkbox-labels-group .coveo-checkbox-label {
  display: flex;
}

.coveo-checkbox-labels-group .coveo-checkbox-label + .coveo-checkbox-label {
  margin-top: 10px;
}

.coveo-checkbox-labels-group .coveo-checkbox-group-option + .coveo-checkbox-group-option {
  margin-top: 10px;
}

.coveo-checkbox-label {
  cursor: pointer;
}

.coveo-checkbox-label button + .coveo-checkbox-span-label,
.coveo-checkbox-label .coveo-checkbox-span-label + .coveo-checkbox + button {
  margin-left: 18px;
}

.coveo-checkbox-button,
input[type=checkbox].coveo-checkbox + button,
input[type=checkbox].coveo-checkbox + button {
  min-width: 18px;
}

@charset "UTF-8";

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-emails-excess-collapsed,
.coveo-emails-excess-expanded {
  display: none;
  cursor: pointer;
}

.coveo-emails-excess-collapsed.coveo-active,
.coveo-emails-excess-expanded.coveo-active {
  display: inline;
}

.coveo-emails-excess-collapsed {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.coveo-emails-excess-collapsed:hover,
.coveo-emails-excess-collapsed:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-emails-excess-collapsed:hover,
.coveo-emails-excess-collapsed:hover a {
  text-decoration: underline;
}

.coveo-emails-excess-collapsed.coveo-selected * {
  color: #263e55;
}

.coveo-email-child-from {
  margin: 0 10px 0 5px;
}

.coveo-email-child-excerpt {
  font-size: 13px;
  text-decoration: none !important;
}

.coveo-email-child-excerpt:not(:hover) {
  color: inherit !important;
}

.coveo-modal-container .coveo-email-from,
.coveo-modal-container .coveo-email-to {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  padding: 5px 16px;
  font-size: 13px;
  font-size: 14px;
}

.coveo-modal-container .coveo-email-from a,
.coveo-modal-container .coveo-email-to a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.coveo-modal-container .coveo-email-from a:hover,
.coveo-modal-container .coveo-email-from a:visited,
.coveo-modal-container .coveo-email-to a:hover,
.coveo-modal-container .coveo-email-to a:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-modal-container .coveo-email-from a:hover,
.coveo-modal-container .coveo-email-from a:hover a,
.coveo-modal-container .coveo-email-to a:hover,
.coveo-modal-container .coveo-email-to a:hover a {
  text-decoration: underline;
}

.coveo-modal-container .coveo-email-from a.coveo-selected *,
.coveo-modal-container .coveo-email-to a.coveo-selected * {
  color: #263e55;
}

.CoveoEmailAction {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 5px;
  margin: 5px 16px;
}

.CoveoEmailAction:hover,
.CoveoEmailAction:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoEmailAction:hover,
.CoveoEmailAction:hover a {
  text-decoration: underline;
}

.CoveoEmailAction.coveo-selected * {
  color: #263e55;
}

.CoveoEmailAction > div {
  display: inline-block;
}

.CoveoSearchInterface {
  min-width: 300px;
}

.CoveoSearchInterface > * {
  display: none;
  visibility: hidden;
}

.CoveoSearchInterface.coveo-waiting-for-query .coveo-search-section {
  display: block;
  visibility: visible;
  margin-top: 20%;
}

.CoveoSearchInterface.coveo-waiting-for-query .coveo-search-section .CoveoSettings {
  display: none;
}

.CoveoSearchInterface .coveo-search-section {
  max-width: 800px;
  margin: 54px auto 47px auto;
  padding: 0 10px;
}

.CoveoSearchInterface .coveo-search-section .coveo-media-max-width-480 {
  padding: 20px 10px 20px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .coveo-search-section {
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
}

.CoveoSearchInterface .coveo-main-section {
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.CoveoSearchInterface .coveo-main-section:before,
.CoveoSearchInterface .coveo-main-section:after {
  content: " ";
  display: table;
}

.CoveoSearchInterface .coveo-main-section:after {
  clear: both;
}

.CoveoSearchInterface .coveo-facet-column {
  display: block;
  float: left;
  margin-right: 2.84259%;
  width: 28.01019%;
  padding: 5px 15px;
}

.CoveoSearchInterface .coveo-facet-column:last-child {
  margin-right: 0;
}

.CoveoSearchInterface .coveo-facet-column.coveo-no-results {
  display: none;
}

.CoveoSearchInterface .coveo-results-column {
  overflow: hidden;
  padding: 10px 10px 10px 15px;
}

.CoveoSearchInterface .coveo-results-column.coveo-no-results {
  max-width: 75%;
  margin: auto;
  text-align: center;
}

.CoveoSearchInterface .coveo-results-column .coveo-media-max-width-800.coveo-no-results {
  max-width: 100%;
}

@media (max-width: 800px) {
  .CoveoSearchInterface .coveo-results-column.coveo-no-results {
    max-width: 100%;
  }
}

.CoveoSearchInterface .coveo-results-column .coveo-media-max-width-480 {
  padding: 0;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .coveo-results-column {
    padding: 0;
  }
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
  height: 35px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header * {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoLogo,
.CoveoSearchInterface.coveo-during-initialization .CoveoResultsPerPage {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header {
  height: 35px;
}

.CoveoSearchInterface.coveo-during-initialization .coveo-results-header * {
  display: none;
}

.CoveoSearchInterface.coveo-during-initialization .CoveoLogo,
.CoveoSearchInterface.coveo-during-initialization .CoveoResultsPerPage {
  display: none;
}

.coveo-after-initialization > * {
  display: inherit;
  visibility: inherit;
}

.coveo-after-initialization > * {
  display: inherit;
  visibility: inherit;
}

.coveo-after-initialization link,
.coveo-after-initialization script,
.coveo-after-initialization template {
  display: none;
}

.coveo-after-initialization output {
  display: inline;
}

.coveo-after-initialization meter,
.coveo-after-initialization progress,
.coveo-after-initialization input,
.coveo-after-initialization textarea,
.coveo-after-initialization keygen,
.coveo-after-initialization select,
.coveo-after-initialization button {
  display: inline-block;
}

.coveo-after-initialization table {
  display: table;
}

.coveo-results-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 10px;
  min-height: 35px;
  overflow: hidden;
  box-shadow: 0 -1px 0px 0px #bcc3ca inset;
}

.coveo-results-header.coveo-no-results {
  box-shadow: none;
}

.coveo-results-header.coveo-query-error {
  box-shadow: none;
}

.coveo-summary-section {
  display: inline-block;
  font-size: 14px;
  margin-right: auto;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.coveo-result-layout-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.coveo-result-layout-section.coveo-result-layout-hidden {
  display: none;
}

.coveo-sort-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.coveo-results-header > *:not(:first-child) {
  padding-right: 10px;
  margin-left: 10px;
  border-right: 1px solid #bcc3ca;
}

.coveo-results-header > *:last-child {
  padding-right: 0;
  border-right: none;
}

.coveo-media-max-width-800 .coveo-results-header {
  padding-right: 10px;
}

@media (max-width: 800px) {
  .coveo-results-header {
    padding-right: 10px;
  }
}

.coveo-media-max-width-480 .coveo-results-header {
  padding-left: 10px;
}

.coveo-media-max-width-480 .coveo-sort-section span:first-child {
  padding-left: 0;
}

.coveo-media-max-width-480 .coveo-list-layout .CoveoResult {
  margin: 0;
  padding: 15px 10px 15px 15px;
}

.coveo-media-max-width-480 .CoveoResultList {
  margin-bottom: 15px;
}

.coveo-media-max-width-480 .coveo-summary-section {
  width: 100%;
  margin-bottom: 10px;
}

.coveo-media-max-width-480 .coveo-results-header {
  flex-wrap: wrap;
}

.coveo-media-max-width-480 .coveo-results-header > *:not(:first-child) {
  border-right: none;
  margin-left: 0;
  padding: 0;
}

.coveo-media-max-width-480 .coveo-results-header > *:last-child {
  margin-left: 0;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .coveo-results-header {
    padding-left: 10px;
  }

  .coveo-sort-section span:first-child {
    padding-left: 0;
  }

  .coveo-list-layout .CoveoResult {
    margin: 0;
    padding: 15px 10px 15px 15px;
  }

  .CoveoResultList {
    margin-bottom: 15px;
  }

  .coveo-summary-section {
    width: 100%;
    margin-bottom: 10px;
  }

  .coveo-results-header {
    flex-wrap: wrap;
  }

  .coveo-results-header > *:not(:first-child) {
    border-right: none;
    margin-left: 0;
    padding: 0;
  }

  .coveo-results-header > *:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.CoveoResult.coveo-lithium-result .coveo-lithium-header {
  padding-top: 3px;
}

.coveo-lithium-result .coveo-expanded-child-result + .coveo-expanded-child-result {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.coveo-lithium-from,
.coveo-lithium-to {
  font-size: 13px;
}

.coveo-lithium-from a,
.coveo-lithium-to a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.coveo-lithium-from a:hover,
.coveo-lithium-from a:visited,
.coveo-lithium-to a:hover,
.coveo-lithium-to a:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-lithium-from a:hover,
.coveo-lithium-from a:hover a,
.coveo-lithium-to a:hover,
.coveo-lithium-to a:hover a {
  text-decoration: underline;
}

.coveo-lithium-from a.coveo-selected *,
.coveo-lithium-to a.coveo-selected * {
  color: #263e55;
}

.coveo-loading-spinner {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 0.7em solid rgba(128, 128, 128, 0.2);
  border-left-color: gray;
  -webkit-animation: coveo-loading-spinner-animation 1.1s infinite linear;
  animation: coveo-loading-spinner-animation 1.1s infinite linear;
}

.coveo-loading-spinner-container {
  width: 100%;
}

.coveo-loading-spinner,
.coveo-loading-spinner:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

@-webkit-keyframes coveo-loading-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes coveo-loading-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.coveo-first-loading-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 100px;
  background: #f7f7f7;
}

.coveo-first-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: rotatex(0);
  -moz-transform: rotatex(0);
  -ms-transform: rotatex(0);
  -o-transform: rotatex(0);
  transform: rotatex(0);
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
  background-color: rgba(20, 20, 20, 0.9);
  background: rgba(20, 20, 20, 0.9);
  border-radius: 5px;
  box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  -moz-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  animation-delay: 200ms;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
}

.coveo-first-loading-animation .coveo-loading-container {
  margin-top: 15px;
}

.coveo-generic-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: rotatex(0);
  -moz-transform: rotatex(0);
  -ms-transform: rotatex(0);
  -o-transform: rotatex(0);
  transform: rotatex(0);
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot {
  background-color: rgba(20, 20, 20, 0.9);
  background: rgba(20, 20, 20, 0.9);
  border-radius: 5px;
  box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  -moz-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  animation-delay: 200ms;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-filetype-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-icon.filetype.box-user,
.coveo-icon.sysfiletype.box-user,
.coveo-icon.filetype.box,
.coveo-icon.sysfiletype.box,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.filetype.activedirperson,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.filetype.spcontact,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.filetype.spattendee,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.filetype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserinformationlist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/user.svg);
}

.coveo-filetype-mail,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.email,
.coveo-icon.filetype.gmailmessage,
.coveo-icon.sysfiletype.gmailmessage,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.filetype.exchangedsn,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangejunkmessage {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/mail.svg);
}

.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.rssitem,
.coveo-icon.sysfiletype.rssitem {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-feed.svg);
}

.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.sysfiletype.lithiumthread {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-feedback.svg);
}

.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-file.svg);
}

.coveo-filetype-list,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.Invoice,
.coveo-icon.objecttype.invoice,
.coveo-icon.objecttype.Queueitem,
.coveo-icon.objecttype.queueitem,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-icon.filetype.exchangenote,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.filetype.exchangeactivity,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.filetype.exchangerssfeed,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.filetype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.filetype.spannouncement,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.filetype.spannouncementlist,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.filetype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.filetype.spdiscussionboardlist,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.filetype.sptextbox,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.filetype.sptextboxlist,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-icon.filetype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.filetype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.filetype.spblogcomment,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.filetype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.filetype.spblogpost,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.filetype.spblogpostlist,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.filetype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.filetype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.filetype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.filetype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.filetype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.filetype.sphealthrulelist,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.filetype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.filetype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.filetype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.filetype.spphonecallmemolist,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.filetype.spmicrofeedpost,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.filetype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedlist {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
  background-image: url(clientLibs/image/list.svg);
}

.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-account.svg);
}

.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-campaign.svg);
}

.coveo-filetype-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-icon.filetype.exchangetask,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.filetype.spprojecttasklist,
.coveo-icon.sysfiletype.spprojecttasklist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/case.svg);
}

.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-contact.svg);
}

.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-contract.svg);
}

.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-event.svg);
}

.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-goals.svg);
}

.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-lead.svg);
}

.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-related-list.svg);
}

.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.cfpage,
.coveo-icon.sysfiletype.cfpage {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-article.svg);
}

.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-report.svg);
}

.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-task.svg);
}

.coveo-filetype-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/attachment.svg);
}

.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-opportunity.svg);
}

.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-post.svg);
}

.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-note.svg);
}

.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-product.svg);
}

.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-quotes.svg);
}

.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-orders.svg);
}

.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-topic.svg);
}

.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-dashboard.svg);
}

.coveo-filetype-document,
.coveo-icon.objecttype.Contentversion,
.coveo-icon.objecttype.contentversion {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/document.svg);
}

.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.sysfiletype.lithiumboard {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-groups.svg);
}

.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-call.svg);
}

.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-service-appointment.svg);
}

.coveo-filetype-user-small,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile,
.coveo-icon.filetype.coveo-small.box-user,
.coveo-icon.sysfiletype.coveo-small.box-user,
.coveo-icon.filetype.coveo-small.box,
.coveo-icon.sysfiletype.coveo-small.box,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.sysfiletype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.sysfiletype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.sysfiletype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.sysfiletype.coveo-small.spuserprofile,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.sysfiletype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.sysfiletype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.sysfiletype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.sysfiletype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.sysfiletype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformationlist,
.coveo-icon.sysfiletype.coveo-small.spuserinformationlist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/user.svg);
}

.coveo-filetype-mail-small,
.coveo-icon.objecttype.coveo-small.Message,
.coveo-icon.objecttype.coveo-small.message,
.coveo-icon.objecttype.coveo-small.Email,
.coveo-icon.objecttype.coveo-small.email,
.coveo-icon.filetype.coveo-small.gmailmessage,
.coveo-icon.sysfiletype.coveo-small.gmailmessage,
.coveo-icon.filetype.coveo-small.exchangemessage,
.coveo-icon.sysfiletype.coveo-small.exchangemessage,
.coveo-icon.filetype.coveo-small.exchangedsn,
.coveo-icon.sysfiletype.coveo-small.exchangedsn,
.coveo-icon.filetype.coveo-small.exchangerecallmessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
.coveo-icon.filetype.coveo-small.exchangerecallreport,
.coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
.coveo-icon.filetype.coveo-small.exchangejunkmessage,
.coveo-icon.sysfiletype.coveo-small.exchangejunkmessage {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/mail.svg);
}

.coveo-filetype-salesforce-standard-feed-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.filetype.coveo-small.rssitem,
.coveo-icon.sysfiletype.coveo-small.rssitem {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-feed.svg);
}

.coveo-filetype-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.lithiumthread {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-feedback.svg);
}

.coveo-filetype-salesforce-standard-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-file.svg);
}

.coveo-filetype-list-small,
.coveo-icon.objecttype.coveo-small.Board,
.coveo-icon.objecttype.coveo-small.board,
.coveo-icon.objecttype.coveo-small.Category,
.coveo-icon.objecttype.coveo-small.category,
.coveo-icon.objecttype.coveo-small.Invoice,
.coveo-icon.objecttype.coveo-small.invoice,
.coveo-icon.objecttype.coveo-small.Queueitem,
.coveo-icon.objecttype.coveo-small.queueitem,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service,
.coveo-icon.filetype.coveo-small.exchangenote,
.coveo-icon.sysfiletype.coveo-small.exchangenote,
.coveo-icon.filetype.coveo-small.exchangeactivity,
.coveo-icon.sysfiletype.coveo-small.exchangeactivity,
.coveo-icon.filetype.coveo-small.exchangerssfeed,
.coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
.coveo-icon.filetype.coveo-small.exchangeofficecom,
.coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
.coveo-icon.filetype.coveo-small.spannouncement,
.coveo-icon.sysfiletype.coveo-small.spannouncement,
.coveo-icon.filetype.coveo-small.spannouncementlist,
.coveo-icon.sysfiletype.coveo-small.spannouncementlist,
.coveo-icon.filetype.coveo-small.spdiscussionboard,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
.coveo-icon.filetype.coveo-small.spdiscussionboardlist,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
.coveo-icon.filetype.coveo-small.sptextbox,
.coveo-icon.sysfiletype.coveo-small.sptextbox,
.coveo-icon.filetype.coveo-small.sptextboxlist,
.coveo-icon.sysfiletype.coveo-small.sptextboxlist,
.coveo-icon.filetype.coveo-small.spblogcategory,
.coveo-icon.sysfiletype.coveo-small.spblogcategory,
.coveo-icon.filetype.coveo-small.spblogcategorylist,
.coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
.coveo-icon.filetype.coveo-small.spblogcomment,
.coveo-icon.sysfiletype.coveo-small.spblogcomment,
.coveo-icon.filetype.coveo-small.spblogcommentlist,
.coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
.coveo-icon.filetype.coveo-small.spblogpost,
.coveo-icon.sysfiletype.coveo-small.spblogpost,
.coveo-icon.filetype.coveo-small.spblogpostlist,
.coveo-icon.sysfiletype.coveo-small.spblogpostlist,
.coveo-icon.filetype.coveo-small.splanguagesandtranslator,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
.coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.filetype.coveo-small.sphealthreport,
.coveo-icon.sysfiletype.coveo-small.sphealthreport,
.coveo-icon.filetype.coveo-small.sphealthreportlist,
.coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
.coveo-icon.filetype.coveo-small.sphealthrule,
.coveo-icon.sysfiletype.coveo-small.sphealthrule,
.coveo-icon.filetype.coveo-small.sphealthrulelist,
.coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
.coveo-icon.filetype.coveo-small.spperformancepointcontent,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
.coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
.coveo-icon.filetype.coveo-small.spphonecallmemo,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
.coveo-icon.filetype.coveo-small.spphonecallmemolist,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
.coveo-icon.filetype.coveo-small.spmicrofeedpost,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
.coveo-icon.filetype.coveo-small.spmicrofeedlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedlist {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-image: url(clientLibs/image/list.svg);
}

.coveo-filetype-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-account.svg);
}

.coveo-filetype-salesforce-standard-campaign-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-campaign.svg);
}

.coveo-filetype-case-small,
.coveo-icon.objecttype.coveo-small.Case,
.coveo-icon.objecttype.coveo-small.case,
.coveo-icon.objecttype.coveo-small.Incident,
.coveo-icon.objecttype.coveo-small.incident,
.coveo-icon.filetype.coveo-small.exchangetask,
.coveo-icon.sysfiletype.coveo-small.exchangetask,
.coveo-icon.filetype.coveo-small.spprojecttask,
.coveo-icon.sysfiletype.coveo-small.spprojecttask,
.coveo-icon.filetype.coveo-small.spprojecttasklist,
.coveo-icon.sysfiletype.coveo-small.spprojecttasklist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/case.svg);
}

.coveo-filetype-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-contact.svg);
}

.coveo-filetype-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-contract.svg);
}

.coveo-filetype-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-event.svg);
}

.coveo-filetype-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-goals.svg);
}

.coveo-filetype-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-lead.svg);
}

.coveo-filetype-salesforce-standard-related-list-small,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-related-list.svg);
}

.coveo-filetype-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.filetype.coveo-small.cfpage,
.coveo-icon.sysfiletype.coveo-small.cfpage {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-article.svg);
}

.coveo-filetype-salesforce-standard-report-small,
.coveo-icon.objecttype.coveo-small.Report,
.coveo-icon.objecttype.coveo-small.report {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-report.svg);
}

.coveo-filetype-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-task.svg);
}

.coveo-filetype-attachment-small,
.coveo-icon.objecttype.coveo-small.Attachment,
.coveo-icon.objecttype.coveo-small.attachment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/attachment.svg);
}

.coveo-filetype-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-opportunity.svg);
}

.coveo-filetype-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-post.svg);
}

.coveo-filetype-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-note.svg);
}

.coveo-filetype-salesforce-standard-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-product.svg);
}

.coveo-filetype-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-quotes.svg);
}

.coveo-filetype-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-orders.svg);
}

.coveo-filetype-salesforce-standard-topic-small,
.coveo-icon.objecttype.coveo-small.Topic,
.coveo-icon.objecttype.coveo-small.topic {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-topic.svg);
}

.coveo-filetype-salesforce-standard-dashboard-small,
.coveo-icon.objecttype.coveo-small.Dashboard,
.coveo-icon.objecttype.coveo-small.dashboard {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-dashboard.svg);
}

.coveo-filetype-document-small,
.coveo-icon.objecttype.coveo-small.Contentversion,
.coveo-icon.objecttype.coveo-small.contentversion {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/document.svg);
}

.coveo-filetype-salesforce-standard-groups-small,
.coveo-icon.objecttype.coveo-small.Collaborationgroup,
.coveo-icon.objecttype.coveo-small.collaborationgroup,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumboard {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-groups.svg);
}

.coveo-filetype-salesforce-standard-call-small,
.coveo-icon.objecttype.coveo-small.Phonecall,
.coveo-icon.objecttype.coveo-small.phonecall {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-call.svg);
}

.coveo-filetype-salesforce-standard-service-appointment-small,
.coveo-icon.objecttype.coveo-small.Appointment,
.coveo-icon.objecttype.coveo-small.appointment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-service-appointment.svg);
}

.coveo-filetype-salesforce-doctype-html,
.coveo-icon.filetype.html,
.coveo-icon.sysfiletype.html,
.coveo-icon.filetype.wiki,
.coveo-icon.sysfiletype.wiki,
.coveo-icon.filetype.webscraperwebpage,
.coveo-icon.sysfiletype.webscraperwebpage,
.coveo-icon.filetype.xml,
.coveo-icon.sysfiletype.xml {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-html.svg);
}

.coveo-filetype-salesforce-doctype-image,
.coveo-icon.filetype.image,
.coveo-icon.sysfiletype.image,
.coveo-icon.filetype.svg,
.coveo-icon.sysfiletype.svg {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-image.svg);
}

.coveo-filetype-folder,
.coveo-icon.filetype.folder,
.coveo-icon.sysfiletype.folder,
.coveo-icon.filetype.cfspace,
.coveo-icon.sysfiletype.cfspace,
.coveo-icon.filetype.confluencespace,
.coveo-icon.sysfiletype.confluencespace,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.filetype.splistfolder,
.coveo-icon.sysfiletype.splistfolder {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/folder.svg);
}

.coveo-filetype-salesforce-doctype-gdoc,
.coveo-icon.filetype.txt,
.coveo-icon.sysfiletype.txt {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-gdoc.svg);
}

.coveo-filetype-salesforce-doctype-pack,
.coveo-icon.filetype.zip,
.coveo-icon.sysfiletype.zip {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-pack.svg);
}

.coveo-filetype-file,
.coveo-icon.filetype.olefile,
.coveo-icon.sysfiletype.olefile,
.coveo-icon.filetype.odt,
.coveo-icon.sysfiletype.odt,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.filetype.spresource,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.filetype.spresourcelist,
.coveo-icon.sysfiletype.spresourcelist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/file.svg);
}

.coveo-filetype-salesforce-doctype-pdf,
.coveo-icon.filetype.pdf,
.coveo-icon.sysfiletype.pdf {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-pdf.svg);
}

.coveo-filetype-salesforce-doctype-flash,
.coveo-icon.filetype.swf,
.coveo-icon.sysfiletype.swf {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-flash.svg);
}

.coveo-filetype-salesforce-doctype-visio,
.coveo-icon.filetype.vsd,
.coveo-icon.sysfiletype.vsd {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-visio.svg);
}

.coveo-filetype-salesforce-doctype-word,
.coveo-icon.filetype.svm,
.coveo-icon.sysfiletype.svm,
.coveo-icon.filetype.doc,
.coveo-icon.sysfiletype.doc,
.coveo-icon.filetype.docx,
.coveo-icon.sysfiletype.docx {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-word.svg);
}

.coveo-filetype-salesforce-doctype-excel,
.coveo-icon.filetype.xls,
.coveo-icon.sysfiletype.xls {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-excel.svg);
}

.coveo-filetype-salesforce-doctype-ppt,
.coveo-icon.filetype.ppt,
.coveo-icon.sysfiletype.ppt {
  display: inline-block;
  width: 56px;
  height: 64px;
  background-size: 56px 64px;
  background-image: url(clientLibs/image/salesforce-doctype-ppt.svg);
}

.coveo-filetype-video,
.coveo-icon.filetype.video,
.coveo-icon.sysfiletype.video,
.coveo-icon.filetype.youtube,
.coveo-icon.sysfiletype.youtube,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.sysfiletype.youtubevideo,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.sysfiletype.youtubeplaylistitem,
.coveo-icon.filetype.youtubeplaylist,
.coveo-icon.sysfiletype.youtubeplaylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/video.svg);
}

.coveo-filetype-link,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.sysfiletype.dynamicscrmitem,
.coveo-icon.filetype.spsite,
.coveo-icon.sysfiletype.spsite,
.coveo-icon.filetype.spissue,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.filetype.spissuelist,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.filetype.splink,
.coveo-icon.sysfiletype.splink,
.coveo-icon.filetype.splinklist,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.filetype.spdocumentlink,
.coveo-icon.sysfiletype.spdocumentlink {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/link.svg);
}

.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.salesforceitem,
.coveo-icon.sysfiletype.salesforceitem {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-default.svg);
}

.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.jiraissue,
.coveo-icon.sysfiletype.jiraissue {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-service-report.svg);
}

.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.cfcomment,
.coveo-icon.sysfiletype.cfcomment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-question-feed.svg);
}

.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.cfblogentry,
.coveo-icon.sysfiletype.cfblogentry {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-insights.svg);
}

.coveo-filetype-calendar,
.coveo-icon.filetype.exchangeappointment,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.filetype.spevent,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.filetype.speventlist,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.filetype.sptask,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.filetype.sptasklist,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.filetype.spagenda,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.filetype.spagendalist,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-icon.sysfiletype.spworkflowhistorylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/calendar.svg);
}

.coveo-filetype-custom,
.coveo-icon.objecttype,
.coveo-icon.filetype,
.coveo-icon.sysfiletype,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.filetype.sparea,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.filetype.spsurvey,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.filetype.spdecision,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.filetype.spobjective,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.filetype.sparealisting,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.sptab,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.filetype.sptablist,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-icon.filetype.spcirculation,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-icon.sysfiletype.spwhereaboutlist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/custom.svg);
}

.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiumcommunity {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/salesforce-standard-team-member.svg);
}

.coveo-filetype-webpage,
.coveo-icon.filetype.spportal,
.coveo-icon.sysfiletype.spportal {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/webpage.svg);
}

.coveo-filetype-images,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-icon.sysfiletype.sppicturelibrarylist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/images.svg);
}

.coveo-filetype-kb,
.coveo-icon.filetype.spdatasource,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.filetype.spipfslist,
.coveo-icon.sysfiletype.spipfslist {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url(clientLibs/image/kb.svg);
}

.coveo-filetype-salesforce-doctype-html-small,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.sysfiletype.coveo-small.html,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.sysfiletype.coveo-small.wiki,
.coveo-icon.filetype.coveo-small.webscraperwebpage,
.coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
.coveo-icon.filetype.coveo-small.xml,
.coveo-icon.sysfiletype.coveo-small.xml {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-html.svg);
}

.coveo-filetype-salesforce-doctype-image-small,
.coveo-icon.filetype.coveo-small.image,
.coveo-icon.sysfiletype.coveo-small.image,
.coveo-icon.filetype.coveo-small.svg,
.coveo-icon.sysfiletype.coveo-small.svg {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-image.svg);
}

.coveo-filetype-folder-small,
.coveo-icon.filetype.coveo-small.folder,
.coveo-icon.sysfiletype.coveo-small.folder,
.coveo-icon.filetype.coveo-small.cfspace,
.coveo-icon.sysfiletype.coveo-small.cfspace,
.coveo-icon.filetype.coveo-small.confluencespace,
.coveo-icon.sysfiletype.coveo-small.confluencespace,
.coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spformlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
.coveo-icon.filetype.coveo-small.spsitedirectory,
.coveo-icon.sysfiletype.coveo-small.spsitedirectory,
.coveo-icon.filetype.coveo-small.spsitedirectorylist,
.coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
.coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
.coveo-icon.filetype.coveo-small.spwebpartcataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
.coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.filetype.coveo-small.spworkspacepagelist,
.coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
.coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
.coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
.coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spreportlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
.coveo-icon.filetype.coveo-small.spslidelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
.coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.coveo-small.spimedictionary,
.coveo-icon.sysfiletype.coveo-small.spimedictionary,
.coveo-icon.filetype.coveo-small.spimedictionarylist,
.coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
.coveo-icon.filetype.coveo-small.sprecordlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
.coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
.coveo-icon.filetype.coveo-small.spwfpublibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentset,
.coveo-icon.sysfiletype.coveo-small.spdocumentset,
.coveo-icon.filetype.coveo-small.splistfolder,
.coveo-icon.sysfiletype.coveo-small.splistfolder {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/folder.svg);
}

.coveo-filetype-salesforce-doctype-gdoc-small,
.coveo-icon.filetype.coveo-small.txt,
.coveo-icon.sysfiletype.coveo-small.txt {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-gdoc.svg);
}

.coveo-filetype-salesforce-doctype-pack-small,
.coveo-icon.filetype.coveo-small.zip,
.coveo-icon.sysfiletype.coveo-small.zip {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-pack.svg);
}

.coveo-filetype-file-small,
.coveo-icon.filetype.coveo-small.olefile,
.coveo-icon.sysfiletype.coveo-small.olefile,
.coveo-icon.filetype.coveo-small.odt,
.coveo-icon.sysfiletype.coveo-small.odt,
.coveo-icon.filetype.coveo-small.exchangedocument,
.coveo-icon.sysfiletype.coveo-small.exchangedocument,
.coveo-icon.filetype.coveo-small.spresource,
.coveo-icon.sysfiletype.coveo-small.spresource,
.coveo-icon.filetype.coveo-small.spresourcelist,
.coveo-icon.sysfiletype.coveo-small.spresourcelist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/file.svg);
}

.coveo-filetype-salesforce-doctype-pdf-small,
.coveo-icon.filetype.coveo-small.pdf,
.coveo-icon.sysfiletype.coveo-small.pdf {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-pdf.svg);
}

.coveo-filetype-salesforce-doctype-flash-small,
.coveo-icon.filetype.coveo-small.swf,
.coveo-icon.sysfiletype.coveo-small.swf {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-flash.svg);
}

.coveo-filetype-salesforce-doctype-visio-small,
.coveo-icon.filetype.coveo-small.vsd,
.coveo-icon.sysfiletype.coveo-small.vsd {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-visio.svg);
}

.coveo-filetype-salesforce-doctype-word-small,
.coveo-icon.filetype.coveo-small.svm,
.coveo-icon.sysfiletype.coveo-small.svm,
.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.sysfiletype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.docx,
.coveo-icon.sysfiletype.coveo-small.docx {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-word.svg);
}

.coveo-filetype-salesforce-doctype-excel-small,
.coveo-icon.filetype.coveo-small.xls,
.coveo-icon.sysfiletype.coveo-small.xls {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-excel.svg);
}

.coveo-filetype-salesforce-doctype-ppt-small,
.coveo-icon.filetype.coveo-small.ppt,
.coveo-icon.sysfiletype.coveo-small.ppt {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-size: 28px 32px;
  background-image: url(clientLibs/image/salesforce-doctype-ppt.svg);
}

.coveo-filetype-video-small,
.coveo-icon.filetype.coveo-small.video,
.coveo-icon.sysfiletype.coveo-small.video,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.sysfiletype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.sysfiletype.coveo-small.youtubevideo,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
.coveo-icon.filetype.coveo-small.youtubeplaylist,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/video.svg);
}

.coveo-filetype-link-small,
.coveo-icon.filetype.coveo-small.dynamicscrmitem,
.coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
.coveo-icon.filetype.coveo-small.spsite,
.coveo-icon.sysfiletype.coveo-small.spsite,
.coveo-icon.filetype.coveo-small.spissue,
.coveo-icon.sysfiletype.coveo-small.spissue,
.coveo-icon.filetype.coveo-small.spissuelist,
.coveo-icon.sysfiletype.coveo-small.spissuelist,
.coveo-icon.filetype.coveo-small.splink,
.coveo-icon.sysfiletype.coveo-small.splink,
.coveo-icon.filetype.coveo-small.splinklist,
.coveo-icon.sysfiletype.coveo-small.splinklist,
.coveo-icon.filetype.coveo-small.spdocumentlink,
.coveo-icon.sysfiletype.coveo-small.spdocumentlink {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/link.svg);
}

.coveo-filetype-salesforce-standard-default-small,
.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-default.svg);
}

.coveo-filetype-salesforce-standard-service-report-small,
.coveo-icon.filetype.coveo-small.jiraissue,
.coveo-icon.sysfiletype.coveo-small.jiraissue {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-service-report.svg);
}

.coveo-filetype-salesforce-standard-question-feed-small,
.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfcomment {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-question-feed.svg);
}

.coveo-filetype-salesforce-standard-insights-small,
.coveo-icon.filetype.coveo-small.cfblogentry,
.coveo-icon.sysfiletype.coveo-small.cfblogentry {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-insights.svg);
}

.coveo-filetype-calendar-small,
.coveo-icon.filetype.coveo-small.exchangeappointment,
.coveo-icon.sysfiletype.coveo-small.exchangeappointment,
.coveo-icon.filetype.coveo-small.exchangecalendarmessage,
.coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
.coveo-icon.filetype.coveo-small.spevent,
.coveo-icon.sysfiletype.coveo-small.spevent,
.coveo-icon.filetype.coveo-small.speventlist,
.coveo-icon.sysfiletype.coveo-small.speventlist,
.coveo-icon.filetype.coveo-small.sptask,
.coveo-icon.sysfiletype.coveo-small.sptask,
.coveo-icon.filetype.coveo-small.sptasklist,
.coveo-icon.sysfiletype.coveo-small.sptasklist,
.coveo-icon.filetype.coveo-small.spagenda,
.coveo-icon.sysfiletype.coveo-small.spagenda,
.coveo-icon.filetype.coveo-small.spagendalist,
.coveo-icon.sysfiletype.coveo-small.spagendalist,
.coveo-icon.filetype.coveo-small.spmeetingserie,
.coveo-icon.sysfiletype.coveo-small.spmeetingserie,
.coveo-icon.filetype.coveo-small.spmeetingserielist,
.coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
.coveo-icon.filetype.coveo-small.spadministratortask,
.coveo-icon.sysfiletype.coveo-small.spadministratortask,
.coveo-icon.filetype.coveo-small.spadministratortasklist,
.coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
.coveo-icon.filetype.coveo-small.spworkflowhistory,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
.coveo-icon.filetype.coveo-small.spworkflowhistorylist,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/calendar.svg);
}

.coveo-filetype-custom-small,
.coveo-icon.objecttype.coveo-small,
.coveo-icon.filetype.coveo-small,
.coveo-icon.sysfiletype.coveo-small,
.coveo-icon.filetype.coveo-small.exchangefreebusy,
.coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
.coveo-icon.filetype.coveo-small.exchangemdn,
.coveo-icon.sysfiletype.coveo-small.exchangemdn,
.coveo-icon.filetype.coveo-small.exchangeobject,
.coveo-icon.sysfiletype.coveo-small.exchangeobject,
.coveo-icon.filetype.coveo-small.sparea,
.coveo-icon.sysfiletype.coveo-small.sparea,
.coveo-icon.filetype.coveo-small.spcustomlist,
.coveo-icon.sysfiletype.coveo-small.spcustomlist,
.coveo-icon.filetype.coveo-small.spsurvey,
.coveo-icon.sysfiletype.coveo-small.spsurvey,
.coveo-icon.filetype.coveo-small.spsurveylist,
.coveo-icon.sysfiletype.coveo-small.spsurveylist,
.coveo-icon.filetype.coveo-small.spcustomgridlist,
.coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
.coveo-icon.filetype.coveo-small.spdecision,
.coveo-icon.sysfiletype.coveo-small.spdecision,
.coveo-icon.filetype.coveo-small.spdecisionlist,
.coveo-icon.sysfiletype.coveo-small.spdecisionlist,
.coveo-icon.filetype.coveo-small.spobjective,
.coveo-icon.sysfiletype.coveo-small.spobjective,
.coveo-icon.filetype.coveo-small.spobjectivelist,
.coveo-icon.sysfiletype.coveo-small.spobjectivelist,
.coveo-icon.filetype.coveo-small.spthingstobring,
.coveo-icon.sysfiletype.coveo-small.spthingstobring,
.coveo-icon.filetype.coveo-small.spthingstobringlist,
.coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
.coveo-icon.filetype.coveo-small.sparealisting,
.coveo-icon.sysfiletype.coveo-small.sparealisting,
.coveo-icon.filetype.coveo-small.spunknownlist,
.coveo-icon.sysfiletype.coveo-small.spunknownlist,
.coveo-icon.filetype.coveo-small.spdistributiongroup,
.coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
.coveo-icon.filetype.coveo-small.spdistributiongrouplist,
.coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.filetype.coveo-small.sptab,
.coveo-icon.sysfiletype.coveo-small.sptab,
.coveo-icon.filetype.coveo-small.sptablist,
.coveo-icon.sysfiletype.coveo-small.sptablist,
.coveo-icon.filetype.coveo-small.spworkflowprocess,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
.coveo-icon.filetype.coveo-small.spworkflowprocesslist,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
.coveo-icon.filetype.coveo-small.spcirculation,
.coveo-icon.sysfiletype.coveo-small.spcirculation,
.coveo-icon.filetype.coveo-small.spcirculationlist,
.coveo-icon.sysfiletype.coveo-small.spcirculationlist,
.coveo-icon.filetype.coveo-small.spwhereabout,
.coveo-icon.sysfiletype.coveo-small.spwhereabout,
.coveo-icon.filetype.coveo-small.spwhereaboutlist,
.coveo-icon.sysfiletype.coveo-small.spwhereaboutlist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/custom.svg);
}

.coveo-filetype-salesforce-standard-team-member-small,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/salesforce-standard-team-member.svg);
}

.coveo-filetype-webpage-small,
.coveo-icon.filetype.coveo-small.spportal,
.coveo-icon.sysfiletype.coveo-small.spportal {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/webpage.svg);
}

.coveo-filetype-images-small,
.coveo-icon.filetype.coveo-small.sppicturelibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/images.svg);
}

.coveo-filetype-kb-small,
.coveo-icon.filetype.coveo-small.spdatasource,
.coveo-icon.sysfiletype.coveo-small.spdatasource,
.coveo-icon.filetype.coveo-small.spdatasourcelist,
.coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
.coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.filetype.coveo-small.spipfslist,
.coveo-icon.sysfiletype.coveo-small.spipfslist {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(clientLibs/image/kb.svg);
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-filetype-salesforce-standard-log-a-call,
.coveo-filetype-salesforce-standard-log-a-call-small {
  background-color: #48c3cc;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-document,
.coveo-filetype-salesforce-standard-document-small {
  background-color: #baac93;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-environment-hub,
.coveo-filetype-salesforce-standard-environment-hub-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-flow,
.coveo-filetype-salesforce-standard-flow-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-sossession,
.coveo-filetype-salesforce-standard-sossession-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-process,
.coveo-filetype-salesforce-standard-process-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-news,
.coveo-filetype-salesforce-standard-news-small {
  background-color: #7f8de1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-home,
.coveo-filetype-salesforce-standard-home-small {
  background-color: #ef7ead;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-filetype-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
  background-color: #7f8de1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-apps-admin,
.coveo-filetype-salesforce-standard-apps-admin-small {
  background-color: #9895ee;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-announcement,
.coveo-filetype-salesforce-standard-announcement-small {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-person-account,
.coveo-filetype-salesforce-standard-person-account-small {
  background-color: #7f8de1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-social,
.coveo-filetype-salesforce-standard-social-small {
  background-color: #ea74a2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-campaign-members,
.coveo-filetype-salesforce-standard-campaign-members-small {
  background-color: #f49756;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-icon.filetype.cfpage,
.coveo-icon.sysfiletype.cfpage,
.coveo-filetype-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-icon.filetype.coveo-small.cfpage,
.coveo-icon.sysfiletype.coveo-small.cfpage {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-public,
.coveo-filetype-salesforce-standard-answer-public-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-private,
.coveo-filetype-salesforce-standard-answer-private-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-answer-best,
.coveo-filetype-salesforce-standard-answer-best-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-avatar-loading,
.coveo-filetype-salesforce-standard-avatar-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-filetype-salesforce-standard-campaign-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign {
  background-color: #f49756;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-calibration,
.coveo-filetype-salesforce-standard-calibration-small {
  background-color: #47cfd2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-avatar,
.coveo-filetype-salesforce-standard-avatar-small {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-approval,
.coveo-filetype-salesforce-standard-approval-small {
  background-color: #50cc7a;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-apps,
.coveo-filetype-salesforce-standard-apps-small {
  background-color: #3c97dd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-user,
.coveo-filetype-salesforce-standard-user-small {
  background-color: #34becd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-evernote,
.coveo-filetype-salesforce-standard-evernote-small {
  background-color: #86c86f;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-coaching,
.coveo-filetype-salesforce-standard-coaching-small {
  background-color: #f67594;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-connected-apps,
.coveo-filetype-salesforce-standard-connected-apps-small {
  background-color: #9895ee;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-drafts,
.coveo-filetype-salesforce-standard-drafts-small {
  background-color: #6ca1e9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email,
.coveo-filetype-salesforce-standard-email-small {
  background-color: #95aec5;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email-iq,
.coveo-filetype-salesforce-standard-email-iq-small {
  background-color: #a094ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-endorsement,
.coveo-filetype-salesforce-standard-endorsement-small {
  background-color: #8b9ae3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-filetype-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
  background-color: #eb7092;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-dropbox,
.coveo-filetype-salesforce-standard-dropbox-small {
  background-color: #52aef9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-concur,
.coveo-filetype-salesforce-standard-concur-small {
  background-color: #4cc3c7;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-email-chatter,
.coveo-filetype-salesforce-standard-email-chatter-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-transcript,
.coveo-filetype-salesforce-standard-case-transcript-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-email,
.coveo-filetype-salesforce-standard-case-email-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-log-a-call,
.coveo-filetype-salesforce-standard-case-log-a-call-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-comment,
.coveo-filetype-salesforce-standard-case-comment-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-change-status,
.coveo-filetype-salesforce-standard-case-change-status-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-order,
.coveo-filetype-salesforce-standard-work-order-small {
  background-color: #50e3c2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-order-item,
.coveo-filetype-salesforce-standard-work-order-item-small {
  background-color: #33a8dc;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-client,
.coveo-filetype-salesforce-standard-client-small {
  background-color: #00d2be;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-filetype-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
  background-color: #6ec06e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-dashboard,
.coveo-icon.objecttype.Dashboard,
.coveo-icon.objecttype.dashboard,
.coveo-filetype-salesforce-standard-dashboard-small,
.coveo-icon.objecttype.coveo-small.Dashboard,
.coveo-icon.objecttype.coveo-small.dashboard {
  background-color: #ef6e64;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case,
.coveo-filetype-salesforce-standard-case-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-empty,
.coveo-filetype-salesforce-standard-empty-small {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-default,
.coveo-icon.filetype.salesforceitem,
.coveo-icon.sysfiletype.salesforceitem,
.coveo-filetype-salesforce-standard-default-small,
.coveo-icon.filetype.coveo-small.salesforceitem,
.coveo-icon.sysfiletype.coveo-small.salesforceitem {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-custom,
.coveo-filetype-salesforce-standard-custom-small {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-canvas,
.coveo-filetype-salesforce-standard-canvas-small {
  background-color: #8199af;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-filetype-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
  background-color: #a094ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-portal,
.coveo-filetype-salesforce-standard-portal-small {
  background-color: #aec770;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-filetype-salesforce-standard-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
  background-color: #b781d3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-pricebook,
.coveo-filetype-salesforce-standard-pricebook-small {
  background-color: #b781d3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-feed,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.filetype.rssitem,
.coveo-icon.sysfiletype.rssitem,
.coveo-filetype-salesforce-standard-feed-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.filetype.coveo-small.rssitem,
.coveo-icon.sysfiletype.coveo-small.rssitem {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-feedback,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.sysfiletype.lithiumthread,
.coveo-filetype-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.lithiumthread {
  background-color: #6da1ea;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-filetype-salesforce-standard-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation {
  background-color: #baac93;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-filetype-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
  background-color: #56aadf;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-groups,
.coveo-icon.objecttype.Collaborationgroup,
.coveo-icon.objecttype.collaborationgroup,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.sysfiletype.lithiumboard,
.coveo-filetype-salesforce-standard-groups-small,
.coveo-icon.objecttype.coveo-small.Collaborationgroup,
.coveo-icon.objecttype.coveo-small.collaborationgroup,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumboard {
  background-color: #779ef2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-household,
.coveo-filetype-salesforce-standard-household-small {
  background-color: #00afa0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-hierarchy,
.coveo-filetype-salesforce-standard-hierarchy-small {
  background-color: #34becd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-insights,
.coveo-icon.filetype.cfblogentry,
.coveo-icon.sysfiletype.cfblogentry,
.coveo-filetype-salesforce-standard-insights-small,
.coveo-icon.filetype.coveo-small.cfblogentry,
.coveo-icon.sysfiletype.coveo-small.cfblogentry {
  background-color: #ec94ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-investment-account,
.coveo-filetype-salesforce-standard-investment-account-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-performance,
.coveo-filetype-salesforce-standard-performance-small {
  background-color: #f8b156;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-link,
.coveo-filetype-salesforce-standard-link-small {
  background-color: #7a9ae6;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-metrics,
.coveo-filetype-salesforce-standard-metrics-small {
  background-color: #56aadf;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-filetype-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
  background-color: #e6d478;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-filetype-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-filetype-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
  background-color: #fcb95b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-call,
.coveo-icon.objecttype.Phonecall,
.coveo-icon.objecttype.phonecall,
.coveo-filetype-salesforce-standard-call-small,
.coveo-icon.objecttype.coveo-small.Phonecall,
.coveo-icon.objecttype.coveo-small.phonecall {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-call-history,
.coveo-filetype-salesforce-standard-call-history-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-filetype-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
  background-color: #769ed9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-filetype-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
  background-color: #65cae4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-poll,
.coveo-filetype-salesforce-standard-poll-small {
  background-color: #699be1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-photo,
.coveo-filetype-salesforce-standard-photo-small {
  background-color: #d7d1d1;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-people,
.coveo-filetype-salesforce-standard-people-small {
  background-color: #34becd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-generic-loading,
.coveo-filetype-salesforce-standard-generic-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-group-loading,
.coveo-filetype-salesforce-standard-group-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-recent,
.coveo-filetype-salesforce-standard-recent-small {
  background-color: #6ca1e9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-solution,
.coveo-filetype-salesforce-standard-solution-small {
  background-color: #8fc972;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-record,
.coveo-filetype-salesforce-standard-record-small {
  background-color: #7dc37d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-question-best,
.coveo-filetype-salesforce-standard-question-best-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-question-feed,
.coveo-icon.filetype.cfcomment,
.coveo-icon.sysfiletype.cfcomment,
.coveo-filetype-salesforce-standard-question-feed-small,
.coveo-icon.filetype.coveo-small.cfcomment,
.coveo-icon.sysfiletype.coveo-small.cfcomment {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-related-list,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-filetype-salesforce-standard-related-list-small,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist {
  background-color: #59bcab;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill-entity,
.coveo-filetype-salesforce-standard-skill-entity-small {
  background-color: #8b9ae3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-scan-card,
.coveo-filetype-salesforce-standard-scan-card-small {
  background-color: #f39e58;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-report,
.coveo-icon.objecttype.Report,
.coveo-icon.objecttype.report,
.coveo-filetype-salesforce-standard-report-small,
.coveo-icon.objecttype.coveo-small.Report,
.coveo-icon.objecttype.coveo-small.report {
  background-color: #2ecbbe;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-filetype-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-filetype-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-task2,
.coveo-filetype-salesforce-standard-task2-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-team-member,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiumcommunity,
.coveo-filetype-salesforce-standard-team-member-small,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-thanks,
.coveo-filetype-salesforce-standard-thanks-small {
  background-color: #e9696e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-reward,
.coveo-filetype-salesforce-standard-reward-small {
  background-color: #e9696e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-thanks-loading,
.coveo-filetype-salesforce-standard-thanks-loading-small {
  background-color: #b8c3ce;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-today,
.coveo-filetype-salesforce-standard-today-small {
  background-color: #ef7ead;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-topic,
.coveo-icon.objecttype.Topic,
.coveo-icon.objecttype.topic,
.coveo-filetype-salesforce-standard-topic-small,
.coveo-icon.objecttype.coveo-small.Topic,
.coveo-icon.objecttype.coveo-small.topic {
  background-color: #56aadf;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-unmatched,
.coveo-filetype-salesforce-standard-unmatched-small {
  background-color: #62b7ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-marketing-actions,
.coveo-filetype-salesforce-standard-marketing-actions-small {
  background-color: #6bbd6e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-relationship,
.coveo-filetype-salesforce-standard-relationship-small {
  background-color: #3c97dd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-folder,
.coveo-filetype-salesforce-standard-folder-small {
  background-color: #8b9ae3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-contract,
.coveo-filetype-salesforce-standard-service-contract-small {
  background-color: #8a76f0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-merge,
.coveo-filetype-salesforce-standard-merge-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-forecasts,
.coveo-filetype-salesforce-standard-forecasts-small {
  background-color: #6bbd6e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlements,
.coveo-filetype-salesforce-standard-entitlements-small {
  background-color: #b781d3;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-sales-path,
.coveo-filetype-salesforce-standard-sales-path-small {
  background-color: #2a739e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-custom-notification,
.coveo-filetype-salesforce-standard-custom-notification-small {
  background-color: #6bb7e4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-datadotcom,
.coveo-filetype-salesforce-standard-datadotcom-small {
  background-color: #1589ee;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-rtc-presence,
.coveo-filetype-salesforce-standard-rtc-presence-small {
  background-color: #47cfd2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-consumed,
.coveo-filetype-salesforce-standard-product-consumed-small {
  background-color: #55bc9c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-transfer,
.coveo-filetype-salesforce-standard-product-transfer-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-item,
.coveo-filetype-salesforce-standard-product-item-small {
  background-color: #769ed9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-item-transaction,
.coveo-filetype-salesforce-standard-product-item-transaction-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-location,
.coveo-filetype-salesforce-standard-location-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-address,
.coveo-filetype-salesforce-standard-address-small {
  background-color: #4bc076;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-carousel,
.coveo-filetype-salesforce-standard-carousel-small {
  background-color: #6bbd6e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-assigned-resource,
.coveo-filetype-salesforce-standard-assigned-resource-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-operating-hours,
.coveo-filetype-salesforce-standard-operating-hours-small {
  background-color: #6b9ee2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-required,
.coveo-filetype-salesforce-standard-product-required-small {
  background-color: #ef6e64;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-absence,
.coveo-filetype-salesforce-standard-resource-absence-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-capacity,
.coveo-filetype-salesforce-standard-resource-capacity-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-preference,
.coveo-filetype-salesforce-standard-resource-preference-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-resource-skill,
.coveo-filetype-salesforce-standard-resource-skill-small {
  background-color: #45c173;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory-member,
.coveo-filetype-salesforce-standard-service-territory-member-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-appointment,
.coveo-icon.objecttype.Appointment,
.coveo-icon.objecttype.appointment,
.coveo-filetype-salesforce-standard-service-appointment-small,
.coveo-icon.objecttype.coveo-small.Appointment,
.coveo-icon.objecttype.coveo-small.appointment {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-report,
.coveo-icon.filetype.jiraissue,
.coveo-icon.sysfiletype.jiraissue,
.coveo-filetype-salesforce-standard-service-report-small,
.coveo-icon.filetype.coveo-small.jiraissue,
.coveo-icon.sysfiletype.coveo-small.jiraissue {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-resource,
.coveo-filetype-salesforce-standard-service-resource-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory,
.coveo-filetype-salesforce-standard-service-territory-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill,
.coveo-filetype-salesforce-standard-skill-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-skill-requirement,
.coveo-filetype-salesforce-standard-skill-requirement-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timeslot,
.coveo-filetype-salesforce-standard-timeslot-small {
  background-color: #fab24c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-work-type,
.coveo-filetype-salesforce-standard-work-type-small {
  background-color: #54698d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement,
.coveo-filetype-salesforce-standard-entitlement-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-live-chat,
.coveo-filetype-salesforce-standard-live-chat-small {
  background-color: #f88960;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-shipment,
.coveo-filetype-salesforce-standard-shipment-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-maintenance-plan,
.coveo-filetype-salesforce-standard-maintenance-plan-small {
  background-color: #2a739e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-maintenance-asset,
.coveo-filetype-salesforce-standard-maintenance-asset-small {
  background-color: #2a739e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-territory-location,
.coveo-filetype-salesforce-standard-service-territory-location-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-request,
.coveo-filetype-salesforce-standard-product-request-small {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-product-request-line-item,
.coveo-filetype-salesforce-standard-product-request-line-item-small {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entity-milestone,
.coveo-filetype-salesforce-standard-entity-milestone-small {
  background-color: #f49756;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-case-milestone,
.coveo-filetype-salesforce-standard-case-milestone-small {
  background-color: #f2cf5b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement-process,
.coveo-filetype-salesforce-standard-entitlement-process-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entitlement-template,
.coveo-filetype-salesforce-standard-entitlement-template-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-business-hours,
.coveo-filetype-salesforce-standard-business-hours-small {
  background-color: #7dc37d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timesheet,
.coveo-filetype-salesforce-standard-timesheet-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-timesheet-entry,
.coveo-filetype-salesforce-standard-timesheet-entry-small {
  background-color: #7dc37d;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-asset-relationship,
.coveo-filetype-salesforce-standard-asset-relationship-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-cms,
.coveo-filetype-salesforce-standard-cms-small {
  background-color: #88c651;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead-insights,
.coveo-filetype-salesforce-standard-lead-insights-small {
  background-color: #22b0e6;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quip,
.coveo-filetype-salesforce-standard-quip-small {
  background-color: #25b4e9;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-topic2,
.coveo-filetype-salesforce-standard-topic2-small {
  background-color: #56aad0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-macros,
.coveo-filetype-salesforce-standard-macros-small {
  background-color: #47cfd2;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-crew-member,
.coveo-filetype-salesforce-standard-service-crew-member-small {
  background-color: #7e8be4;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-service-crew,
.coveo-filetype-salesforce-standard-service-crew-small {
  background-color: #fa975c;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contract-line-item,
.coveo-filetype-salesforce-standard-contract-line-item-small {
  background-color: #6ec06e;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quip-sheet,
.coveo-filetype-salesforce-standard-quip-sheet-small {
  background-color: #30c85a;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-omni-supervisor,
.coveo-filetype-salesforce-standard-omni-supervisor-small {
  background-color: #8a76f0;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-quick-text,
.coveo-filetype-salesforce-standard-quick-text-small {
  background-color: #62b7e5;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-template,
.coveo-filetype-salesforce-standard-template-small {
  background-color: #3c97dd;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-lead-list,
.coveo-filetype-salesforce-standard-lead-list-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-contact-list,
.coveo-filetype-salesforce-standard-contact-list-small {
  background-color: #a094ed;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-list-email,
.coveo-filetype-salesforce-standard-list-email-small {
  background-color: #8baeb5;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-opportunity-splits,
.coveo-filetype-salesforce-standard-opportunity-splits-small {
  background-color: #fcb95b;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-entity,
.coveo-filetype-salesforce-standard-entity-small {
  background-color: #f88962;
  border-radius: 2px;
}

.coveo-filetype-salesforce-standard-bot,
.coveo-filetype-salesforce-standard-bot-small {
  background-color: #54698f;
  border-radius: 2px;
}

.coveo-icon {
  position: relative;
}

.coveo-icon .coveo-icon-caption-overlay {
  display: none;
}

.coveo-icon.objecttype {
  display: inline-block;
}

.coveo-icon.objecttype.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.solution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.task .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesliterature .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesorder .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.service .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.socialprofile .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbdocumentation .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbtechnicalarticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbsolution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbknowledgearticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small {
  display: inline-block;
}

.coveo-icon.objecttype.coveo-small.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.solution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.task .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesliterature .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesorder .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.service .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.socialprofile .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbdocumentation .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbsolution .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.objecttype.coveo-small.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype,
.coveo-icon.sysfiletype {
  display: inline-block;
}

.coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.zip .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.pdf .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xml .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.rssitem .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.rssitem .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.doc .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.docx .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.docx .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xls .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.ppt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.odt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.odt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfpage .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfpage .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfcomment .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfspace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfspace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.cfblogentry .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.confluencespace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small,
.coveo-icon.sysfiletype.coveo-small {
  display: inline-block;
}

.coveo-icon.filetype.coveo-small.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.txt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.zip .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.pdf .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xml .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.rssitem .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.rssitem .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.doc .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.docx .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.docx .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xls .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.ppt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.odt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.odt .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfpage .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfpage .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfcomment .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfcomment .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfspace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfspace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.cfblogentry .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.cfblogentry .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon.filetype.coveo-small.confluencespace .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.confluencespace .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon-caption-overlay {
  background-color: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  font-size: 11px;
  position: absolute;
  top: -16px;
  left: -10px;
  text-indent: 0;
  padding: 2px;
  color: #67768b;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coveo-icon.coveo-small .coveo-icon-caption-overlay {
  width: 40px;
  top: -18px;
  left: -10px;
}

.coveo-icon[data-with-label="true"] .coveo-icon-caption-overlay {
  display: block;
}

.coveo-icon[data-with-label="true"].coveo-small .coveo-icon-caption-overlay {
  display: none;
}

.CoveoIcon .CoveoQuickview,
.CoveoIcon.coveo-icon .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype .CoveoQuickview {
  position: absolute;
  text-indent: 0;
  left: 2px;
  right: 2px;
  position: "absolute";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.CoveoIcon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview {
  background-image: none;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: #f7f8f9;
}

.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview {
  display: block;
}

.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview:hover {
  text-decoration: none;
}

.coveo-btn {
  display: inline-block;
  height: 34px;
  padding: 8.5px 16px;
  color: #1d4f76;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #bcc3ca;
  border-radius: 2px;
  cursor: pointer;
}

.coveo-btn .coveo-icon {
  fill: #1d4f76;
}

.coveo-btn:hover,
.coveo-btn:focus {
  text-decoration: none;
}

.coveo-btn:focus {
  background-color: #e6ecf0;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.coveo-btn:disabled,
.coveo-btn.coveo-state-disabled {
  color: #bcc3ca;
  cursor: default;
}

.coveo-btn.coveo-mod-small {
  height: 24px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 14px;
}

.coveo-btn.coveo-mod-large {
  height: 50px;
}

.coveo-btn.coveo-mod-primary {
  color: #ffffff;
  background-color: #f58020;
  border: 1px solid #f58020;
}

.coveo-btn.coveo-mod-primary:hover,
.coveo-btn.coveo-mod-primary:focus {
  background-color: #f68e38;
  border: 1px solid #f68e38;
}

.coveo-btn.coveo-mod-primary:disabled,
.coveo-btn.coveo-mod-primary.coveo-state-disabled {
  background-color: #f9b882;
  border: 1px solid #f9b882;
}

.coveo-btn.coveo-mod-primary .coveo-icon {
  fill: #ffffff;
}

.coveo-btn.coveo-mod-danger {
  color: #ffffff;
  background-color: #ce3f00;
  border: 1px solid #ce3f00;
}

.coveo-btn.coveo-mod-danger:hover,
.coveo-btn.coveo-mod-danger:focus {
  background-color: #e84700;
  border: 1px solid #e84700;
}

.coveo-btn.coveo-mod-danger:disabled,
.coveo-btn.coveo-mod-danger.coveo-state-disabled {
  background-color: #ff7335;
  border: 1px solid #ff7335;
}

.coveo-btn.coveo-mod-danger .coveo-icon {
  fill: #ffffff;
}

.coveo-btn.coveo-mod-link {
  background-color: transparent;
  border: none;
}

.coveo-btn + .coveo-btn,
.coveo-btn + .coveo-btn-container {
  margin-left: 10px;
}

.coveo-btn .coveo-confirm-icon-error,
.coveo-btn .coveo-confirm-icon-success {
  display: none;
}

.coveo-btn.coveo-mod-confirm-success,
.coveo-btn.coveo-mod-confirm-error {
  position: relative;
  color: transparent;
  outline: 0;
  transition: background-color 0.2s ease;
  user-select: none;
}

.coveo-btn.coveo-mod-confirm-success:before,
.coveo-btn.coveo-mod-confirm-error:before {
  position: absolute;
  top: 40px;
  font-size: 11px;
  text-transform: initial;
  animation: coveo-vp-fadeIn ease-in 1;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-right:before,
.coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-right:before {
  right: 0;
}

.coveo-btn.coveo-mod-confirm-success.coveo-mod-confirm-left:before,
.coveo-btn.coveo-mod-confirm-error.coveo-mod-confirm-left:before {
  left: 0;
}

.coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error,
.coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-success,
.coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-error,
.coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success {
  position: absolute;
  top: calc(50% - 15px / 2);
  right: calc(50% - 15px / 2);
  display: inline-block;
  font-size: 15px;
  fill: #ffffff;
}

.coveo-btn.coveo-mod-confirm {
  margin-bottom: 20px;
}

.coveo-btn.coveo-mod-confirm-success {
  background-color: #009830;
  border: 1px solid #009830;
}

.coveo-btn.coveo-mod-confirm-success:focus,
.coveo-btn.coveo-mod-confirm-success:hover {
  background-color: #009830;
}

.coveo-btn.coveo-mod-confirm-success:before {
  color: #009830;
  content: attr(data-confirm-success);
}

.coveo-btn.coveo-mod-confirm-success .coveo-confirm-icon-error {
  display: none;
}

.coveo-btn.coveo-mod-confirm-error {
  background-color: #ce3f00;
  border: 1px solid #ce3f00;
}

.coveo-btn.coveo-mod-confirm-error:focus,
.coveo-btn.coveo-mod-confirm-error:hover {
  background-color: #ce3f00;
}

.coveo-btn.coveo-mod-confirm-error:before {
  color: #ce3f00;
  content: attr(data-confirm-error);
}

.coveo-btn.coveo-mod-confirm-error .coveo-confirm-icon-success {
  display: none;
}

.coveo-btn-container {
  display: inline-block;
  margin: 0;
}

.coveo-btn-container .coveo-btn[disabled] {
  pointer-events: none;
}

.coveo-btn-container + .coveo-btn,
.coveo-btn-container + .coveo-btn-container {
  margin-left: 10px;
}

.coveo-modal-backdrop,
.coveo-modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coveo-modal-backdrop {
  z-index: 1049;
  background: #1d4f76;
  transition: all 0.3s;
  opacity: 0.9;
}

.coveo-modal-backdrop.coveo-layer-1 {
  z-index: 1049;
}

.coveo-modal-backdrop.coveo-layer-2 {
  z-index: 1069;
}

.coveo-modal-backdrop.coveo-layer-3 {
  z-index: 1089;
}

.coveo-modal-backdrop.coveo-layer-4 {
  z-index: 1109;
}

.coveo-modal-backdrop.coveo-layer-5 {
  z-index: 1129;
}

.coveo-modal-backdrop.coveo-layer-6 {
  z-index: 1149;
}

.coveo-modal-backdrop.coveo-layer-7 {
  z-index: 1169;
}

.coveo-modal-backdrop.coveo-layer-8 {
  z-index: 1189;
}

.coveo-modal-backdrop.coveo-layer-9 {
  z-index: 1209;
}

.coveo-modal-backdrop.coveo-layer-10 {
  z-index: 1229;
}

.coveo-modal-backdrop.coveo-prompt-backdrop {
  position: absolute;
  opacity: 0.5;
}

.coveo-modal-backdrop.coveo-prompt-backdrop .coveo-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.coveo-modal-backdrop.coveo-clear,
.coveo-modal-backdrop.coveo-closed {
  opacity: 0;
}

.coveo-modal-backdrop.coveo-closed {
  visibility: hidden;
}

.coveo-modal-container {
  align-items: center;
  justify-content: center;
  z-index: 1050;
  display: flex;
  visibility: hidden;
  pointer-events: none;
}

.coveo-modal-container.coveo-layer-1 {
  z-index: 1050;
}

.coveo-modal-container.coveo-layer-2 {
  z-index: 1070;
}

.coveo-modal-container.coveo-layer-3 {
  z-index: 1090;
}

.coveo-modal-container.coveo-layer-4 {
  z-index: 1110;
}

.coveo-modal-container.coveo-layer-5 {
  z-index: 1130;
}

.coveo-modal-container.coveo-layer-6 {
  z-index: 1150;
}

.coveo-modal-container.coveo-layer-7 {
  z-index: 1170;
}

.coveo-modal-container.coveo-layer-8 {
  z-index: 1190;
}

.coveo-modal-container.coveo-layer-9 {
  z-index: 1210;
}

.coveo-modal-container.coveo-layer-10 {
  z-index: 1230;
}

.coveo-modal-container.coveo-opening,
.coveo-modal-container.coveo-opened {
  visibility: visible;
}

.coveo-modal-container.coveo-opening > .coveo-modal-content,
.coveo-modal-container.coveo-opened > .coveo-modal-content {
  opacity: 1;
}

.coveo-modal-container .coveo-modal-content {
  position: relative;
  flex-direction: column;
  display: flex;
  width: 45%;
  height: 50%;
  opacity: 0;
  pointer-events: auto;
}

.coveo-modal-container.coveo-mod-medium > .coveo-modal-content {
  width: 65%;
  height: 70%;
}

.coveo-modal-container.coveo-mod-big > .coveo-modal-content {
  width: 85%;
  height: 90%;
}

.coveo-modal-container.coveo-mod-width-small > .coveo-modal-content {
  width: 520px;
}

.coveo-modal-container.coveo-mod-stick-bottom {
  align-items: flex-end;
}

.coveo-modal-container.coveo-mod-stick-bottom > .coveo-modal-content {
  height: 55%;
}

.coveo-modal-container.coveo-mod-stick-bottom > .coveo-modal-content > .coveo-modal-footer {
  border-radius: 0;
}

.coveo-modal-container.coveo-mod-stick-bottom.coveo-mod-medium > .coveo-modal-content {
  height: 75%;
}

.coveo-modal-container.coveo-mod-stick-bottom.coveo-mod-big > .coveo-modal-content {
  height: 95%;
}

.coveo-modal-container.coveo-mod-fade-in-scale > .coveo-modal-content {
  transform: scale(0.7);
  transition: all 0.3s;
}

.coveo-modal-container.coveo-opened.coveo-mod-fade-in-scale > .coveo-modal-content {
  transform: scale(1);
}

.coveo-modal-container.coveo-mod-slide-in-bottom > .coveo-modal-content {
  transform: translate3d(0, 20%, 0);
  transition: all 0.3s;
}

.coveo-modal-container.coveo-opened.coveo-mod-slide-in-bottom > .coveo-modal-content {
  transform: translate3d(0, 0, 0);
}

.coveo-modal-header {
  align-items: center;
  display: flex;
  height: 100px;
  padding: 0 40px;
  color: #ffffff;
  background-color: #ffffff;
  border-bottom: 1px solid #bcc3ca;
  border-radius: 2px 2px 0 0;
}

.coveo-modal-header.coveo-mod-confirmation {
  background-color: #ecad00;
}

.coveo-modal-header.coveo-mod-warning {
  background-color: #ce3f00;
}

.coveo-modal-header.coveo-mod-info {
  background-color: #1d4f76;
}

.coveo-modal-header h1 {
  flex-grow: 1;
  overflow: hidden;
  color: #1d4f76;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coveo-modal-header .coveo-small-close {
  position: absolute;
  top: -2.10256em;
  right: 0;
  cursor: pointer;
}

.coveo-modal-header .coveo-small-close,
.coveo-modal-header .coveo-small-close .coveo-icon {
  width: 1.33333em;
  height: 1.33333em;
}

.coveo-modal-body {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
  background-color: #ffffff;
}

.coveo-modal-footer {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding: 24px 40px;
  overflow: hidden;
  background-color: #f1f3f4;
  border-top: 1px solid #bcc3ca;
  border-radius: 0 0 2px 2px;
}

.coveo-modal-footer.coveo-mod-small {
  padding: 12px 20px;
}

.coveo-modal-header .coveo-small-close {
  position: absolute;
  top: -1.7em;
  right: 0;
  cursor: pointer;
}

@media (max-height: 500px) {
  .coveo-modal-header .coveo-small-close {
    right: -1.7em;
    top: 0;
  }
}

.coveo-fill-pure-white {
  fill: #ffffff;
}

.coveo-modal-container {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.coveo-modal-container * {
  box-sizing: border-box;
}

.coveo-modal-container .coveo-modal-content {
  transform: scale(0.7);
  transition: all 0.3s;
}

.coveo-modal-container .coveo-modal-content .coveo-media-max-width-800 {
  width: 85%;
  height: 90%;
}

@media (max-width: 800px) {
  .coveo-modal-container .coveo-modal-content {
    width: 85%;
    height: 90%;
  }
}

.coveo-modal-container.coveo-mod-fade-in-scale .coveo-modal-content {
  transform: scale(1);
}

.coveo-modal-transparent {
  opacity: 0;
}

.coveo-modal-header h1 {
  line-height: inherit;
  font-size: 24px;
  font-weight: 400;
}

.coveo-modal-header {
  padding: 0 20px;
  height: 80px;
}

.coveo-modal-header .coveo-media-max-width-480 {
  height: 50px;
}

@media (max-width: 480px) {
  .coveo-modal-header {
    height: 50px;
  }
}

.coveo-modal-body {
  padding: 10px 20px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
  height: 40px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
  position: absolute;
  left: 25px;
  display: inline-block;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
  margin-right: 10px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
  color: #B4B4B4;
  font-weight: normal;
  display: inline-block;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-logo {
  display: inline-block;
}

.coveo-powered-by-svg {
  width: 100px;
  height: 28px;
}

.CoveoLogo {
  float: right;
  display: inline-block;
  margin: 0px 0 0 20px;
}

.CoveoLogo.coveo-hidden {
  display: none;
}

@media (max-width: 970px) {
  .CoveoLogo {
    position: absolute;
    right: 10px;
    bottom: -30px;
  }
}

@media (max-width: 970px) {
  .coveo-waiting-for-first-query .CoveoLogo {
    display: none;
  }
}

.coveo-facet-column .coveo-logo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px 0px;
}

@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

.coveo-youtube-player.coveo-modalBox > .coveo-wrapper {
  height: 90%;
  width: 90%;
  position: relative;
  overflow: hidden;
}

.coveo-youtube-thumbnail-container {
  position: relative;
}

.coveo-youtube-thumbnail-play-button {
  display: none;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body {
  height: 90%;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body div {
  height: 100%;
  width: 100%;
}

.coveo-modal-container.coveo-youtube-player .coveo-modal-body iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-input {
  position: relative;
  margin-top: 35px;
}

.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  transition: all 0.2s ease;
}

.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #296896;
}

.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4f5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  transition: color 0.2s ease;
}

.coveo-input input:disabled,
.coveo-input input[readonly='readonly'] {
  color: #4f5658;
  border-bottom-color: #4f5658;
}

.coveo-input input:disabled + label,
.coveo-input input[readonly='readonly'] + label {
  color: #4f5658;
}

.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  align-items: center;
  display: flex;
  color: #373737;
  font-size: 15px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #296896;
  font-size: 13px;
}

.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  transition: color 0.2s ease;
}

.coveo-input input::placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  transition: color 0.2s ease;
}

.coveo-numeric-spinner *,
.coveo-numeric-spinner *:before,
.coveo-numeric-spinner *:after {
  box-sizing: border-box;
}

.coveo-numeric-spinner input[type='text'] {
  width: 35px;
  height: 30px;
  border: 1px solid #a0aab3;
  border-radius: 2px 0 0 2px;
  font-size: 15px;
  text-align: center;
}

.coveo-numeric-spinner .coveo-add-on {
  display: inline-block;
  height: 30px;
  padding: 0;
  vertical-align: top;
  border: 1px solid #a0aab3;
  border-radius: 0 2px 2px 0;
  border-left-width: 0;
  user-select: none;
}

.coveo-spinner-down,
.coveo-spinner-up {
  display: flex;
  height: 50%;
  padding: 0 6px;
  border-radius: 3px;
  cursor: pointer;
}

.coveo-spinner-down:hover,
.coveo-spinner-up:hover {
  background-color: #296896;
}

.coveo-spinner-down-svg,
.coveo-spinner-up-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
  display: block;
  margin: auto;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-input {
  position: relative;
  margin-top: 35px;
}

.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  transition: all 0.2s ease;
}

.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #296896;
}

.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4f5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  transition: color 0.2s ease;
}

.coveo-input input:disabled,
.coveo-input input[readonly='readonly'] {
  color: #4f5658;
  border-bottom-color: #4f5658;
}

.coveo-input input:disabled + label,
.coveo-input input[readonly='readonly'] + label {
  color: #4f5658;
}

.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  align-items: center;
  display: flex;
  color: #373737;
  font-size: 15px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #296896;
  font-size: 13px;
}

.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  transition: color 0.2s ease;
}

.coveo-input input::placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  transition: color 0.2s ease;
}

.coveo-radio {
  position: relative;
}

.coveo-radio input[type='radio'] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.coveo-radio input[type='radio'] + label {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-left: 40px;
  color: #373737;
  line-height: 16px;
  transition: 0.28s ease;
  cursor: pointer;
  user-select: none;
}

.coveo-radio input[type='radio'] + label:before,
.coveo-radio input[type='radio'] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  transition: 0.28s ease;
  box-sizing: inherit;
}

.coveo-radio input[type='radio']:focus + label:before {
  box-shadow: 0 0 0 8px #bcc3ca;
}

.coveo-radio input[type='radio']:not(:checked) + label:before {
  border: 2px solid #296896;
}

.coveo-radio input[type='radio']:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}

.coveo-radio input[type='radio']:checked + label:before {
  border: 2px solid #4caf50;
}

.coveo-radio input[type='radio']:checked + label:after {
  z-index: 0;
  background-color: #4caf50;
  transform: scale(0.5);
}

.coveo-radio input[type='radio']:disabled + label {
  color: #4f5658;
}

.coveo-radio input[type='radio']:disabled + label:before {
  border-color: #4f5658;
}

.coveo-radio input[type='radio']:disabled:checked + label:after {
  background-color: #4f5658;
}

.coveo-radio + .coveo-radio {
  margin-top: 10px;
}

.radio-select .radio-option + .radio-option {
  margin-top: 18px;
}

.coveo-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: 1px solid #a0aab3;
  border-radius: 2px 0 0 2px;
  font-size: 15px;
  background: white;
  margin: 0 10px;
  -webkit-flex-basis: 115px;
  -moz-flex-basis: 115px;
  flex-basis: 115px;
  -ms-flex-preferred-size: 115px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIiB2aWV3Qm94PSIwIDAgNC45NSAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM0NDQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd3M8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQuOTUiIGhlaWdodD0iMTAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS40MSA0LjY3IDIuNDggMy4xOCAzLjU0IDQuNjcgMS40MSA0LjY3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat 95% 50%;
  vertical-align: middle;
  height: 30px;
  min-width: 150px;
  padding: 0px 20px 0px 0px;
  text-indent: 5px;
  color: #4f5658;
}

select.coveo-dropdown::-ms-expand {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .coveo-dropdown {
    background-position-x: 95px;
  }
}

.coveo-button {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 8.5px 16px;
  color: #296896;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #4f5658;
  border-radius: 2px;
  cursor: pointer;
}

.coveo-button .icon {
  fill: #296896;
}

.coveo-button:hover,
.coveo-button:focus {
  text-decoration: none;
}

.coveo-button:focus {
  background-color: #bcc3ca;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.coveo-button + .coveo-button {
  margin-left: 15px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #296896;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #296896;
  box-shadow: inset 0 1px 3px #296896;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #f58020;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #296896;
  box-shadow: none;
  border-radius: 3px;
}

.CoveoFollowItem {
  display: inline-block;
  color: #adadad;
  padding-left: 7px;
  cursor: pointer;
}

.CoveoFollowItem span {
  vertical-align: middle;
}

.coveo-follow-item-icon-loading-svg {
  display: none;
  color: #1d4f76;
}

.coveo-follow-item-loading .coveo-follow-item-icon-loading {
  margin: 1px 9px 1px 3px;
}

.coveo-follow-item-loading .coveo-follow-item-icon-svg {
  display: none;
}

.coveo-follow-item-loading .coveo-follow-item-icon-loading-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #1d4f76;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.coveo-follow-item-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.coveo-follow-item-icon-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.coveo-follow-item-followed .coveo-active-shape-svg {
  color: #ecad00;
}

.CoveoCardActionBar .CoveoFollowItem {
  display: flex;
  padding-left: 0;
  color: #fff;
}

.coveo-follow-query-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.CoveoSubscriptionsPanel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}

.coveo-modalBox.coveo-subscriptions-panel > .coveo-wrapper > .coveo-title {
  cursor: inherit;
}

.coveo-subscriptions-panel > .coveo-wrapper {
  overflow: visible;
}

.coveo-subscriptions-panel .coveo-body {
  max-height: 600px;
  min-width: 500px;
}

@media (max-width: 600px) {
  .coveo-subscriptions-panel .coveo-body {
    min-width: inherit;
  }
}

.coveo-subscriptions-panel .coveo-dropdown {
  margin: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-fail {
  padding: 10px 0px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content {
  width: 100%;
  margin: 20px 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-spacer td {
  height: 20px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td {
  text-align: left;
  padding: 0 10px;
  line-height: 37px;
  height: 37px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-type,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-type {
  padding-left: 30px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-actions,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-actions {
  padding-right: 30px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
  color: #395f84;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #bcc3ca;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-context {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action {
  display: block;
  padding-left: 34px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: #006286;
  border: 2px solid #006487;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
  box-sizing: border-box;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  left: 8px;
  top: 15px;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow {
  height: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:before {
  background-color: #003a4c;
  border: 2px solid #003a4c;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:after {
  background-color: #bcc3ca;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-follow {
  height: auto;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-unfollow {
  height: 0;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-frequency {
  visibility: hidden;
}

.coveo-subscriptions-panel .coveo-subscriptions-panel-subscription + .coveo-subscriptions-panel-no-subscriptions {
  display: none;
}

.coveo-subscriptions-panel-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-subscriptions-messages {
  z-index: 1;
}

.coveo-subscriptions-messages-message {
  background-color: #ecad00;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
}

.coveo-subscriptions-messages-message.coveo-subscriptions-messages-error {
  background-color: #f44336;
}

.coveo-subscriptions-messages-message.coveo-subscriptions-messages-error:after {
  border-color: transparent transparent #f44336 transparent;
}

.coveo-subscriptions-messages-message:before {
  content: '';
  vertical-align: middle;
  margin: 5px 7px 4px 0;
  float: left;
}

.coveo-subscriptions-messages-message:after {
  position: absolute;
  top: -7px;
  left: 8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ecad00 transparent;
  float: left;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
  padding: 7px 0;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content span {
  vertical-align: middle;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content .coveo-media-max-width-800 {
  font-size: 10px;
}

@media (max-width: 800px) {
  .coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
    font-size: 10px;
  }
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 6px 6px;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close svg {
  width: 12px;
  height: 12px;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:hover {
  color: #cc0d00;
}

.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSearchInterface {
  min-height: 100%;
  position: relative;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 15px;
  color: #373737;
}

.CoveoSearchInterface .coveo-highlight,
.CoveoSearchInterface .highlight {
  font-weight: bold;
}

.CoveoSearchInterface input[type='text']::-ms-clear {
  width: 0;
  height: 0;
}

.CoveoSearchInterface input:focus,
.CoveoSearchInterface textarea:focus,
.CoveoSearchInterface select:focus {
  outline: none;
}

.CoveoSearchInterface input[type='text'],
.CoveoSearchInterface textarea {
  color: #67768b;
}

.CoveoSearchInterface .coveo-tab-disabled {
  display: none;
}

.CoveoSearchInterface * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.CoveoSearchInterface .coveo-error {
  color: #dc291e;
}

.CoveoSearchInterface.coveo-hidden {
  display: none;
}

body.coveo-modalBox-opened,
body.coveo-modalBox-opened .CoveoSearchInterface {
  overflow: hidden;
}

.CoveoSearchInterface .coveo-modal-container.coveo-opened {
  display: flex;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title {
  height: 40px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
  position: absolute;
  left: 25px;
  display: inline-block;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
  margin-right: 10px;
}

.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
  color: #B4B4B4;
  font-weight: normal;
  display: inline-block;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSearchButton {
  color: white;
  border: 1px solid #bcc3ca;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  height: 50px;
  width: 60px;
  cursor: pointer;
  line-height: 0;
}

.CoveoSearchButton:before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.CoveoSearchButton .coveo-search-button,
.CoveoSearchButton .coveo-search-button-loading {
  vertical-align: middle;
  animation: none;
  display: inline-block;
}

.CoveoSearchButton .coveo-search-button-loading-svg {
  display: none;
}

.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #ecad00;
}

.coveo-search-button-svg {
  width: 18px;
  height: 18px;
  color: #1d4f76;
}

.coveo-executing-query .CoveoSearchButton .coveo-search-button-svg {
  display: none;
}

.coveo-executing-query .CoveoSearchButton .coveo-search-button-loading-svg {
  display: inline;
  color: #1d4f76;
  width: 18px;
  height: 18px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
  word-wrap: break-word;
}

.CoveoResultLink:hover,
.CoveoResultLink:visited,
a.CoveoResultLink:hover,
a.CoveoResultLink:visited,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResultLink:hover,
.CoveoResultLink:hover a,
a.CoveoResultLink:hover,
a.CoveoResultLink:hover a,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover a {
  text-decoration: underline;
}

.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink.coveo-selected * {
  color: #263e55;
}

.CoveoResultLink:hover,
a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover {
  color: #009ddc;
}

.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink.coveo-selected * {
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink:hover,
.coveo-card-overlay a.CoveoResultLink:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink:hover,
.coveo-card-overlay a.CoveoResultLink:hover a {
  text-decoration: underline;
}

.coveo-card-overlay a.CoveoResultLink.coveo-selected * {
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink:hover {
  color: #009ddc;
}

.coveo-card-overlay a.CoveoResultLink.coveo-selected * {
  color: #009ddc;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-input {
  position: relative;
  margin-top: 35px;
}

.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  transition: all 0.2s ease;
}

.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #296896;
}

.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4f5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  transition: color 0.2s ease;
}

.coveo-input input:disabled,
.coveo-input input[readonly='readonly'] {
  color: #4f5658;
  border-bottom-color: #4f5658;
}

.coveo-input input:disabled + label,
.coveo-input input[readonly='readonly'] + label {
  color: #4f5658;
}

.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  align-items: center;
  display: flex;
  color: #373737;
  font-size: 15px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #296896;
  font-size: 13px;
}

.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  transition: color 0.2s ease;
}

.coveo-input input::placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  transition: color 0.2s ease;
}

.coveo-radio {
  position: relative;
}

.coveo-radio input[type='radio'] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.coveo-radio input[type='radio'] + label {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-left: 40px;
  color: #373737;
  line-height: 16px;
  transition: 0.28s ease;
  cursor: pointer;
  user-select: none;
}

.coveo-radio input[type='radio'] + label:before,
.coveo-radio input[type='radio'] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  transition: 0.28s ease;
  box-sizing: inherit;
}

.coveo-radio input[type='radio']:focus + label:before {
  box-shadow: 0 0 0 8px #bcc3ca;
}

.coveo-radio input[type='radio']:not(:checked) + label:before {
  border: 2px solid #296896;
}

.coveo-radio input[type='radio']:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}

.coveo-radio input[type='radio']:checked + label:before {
  border: 2px solid #4caf50;
}

.coveo-radio input[type='radio']:checked + label:after {
  z-index: 0;
  background-color: #4caf50;
  transform: scale(0.5);
}

.coveo-radio input[type='radio']:disabled + label {
  color: #4f5658;
}

.coveo-radio input[type='radio']:disabled + label:before {
  border-color: #4f5658;
}

.coveo-radio input[type='radio']:disabled:checked + label:after {
  background-color: #4f5658;
}

.coveo-radio + .coveo-radio {
  margin-top: 10px;
}

.radio-select .radio-option + .radio-option {
  margin-top: 18px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-advanced-search-section {
  margin: 20px 0;
}

#coveo-advanced-search-in-the-last-select {
  margin-left: 20px;
}

#coveo-advanced-search-in-the-last-select .coveo-button {
  width: auto;
}

.coveo-advanced-search-section-title {
  font-weight: bold;
  border-bottom: thin solid #bcc3ca;
  padding: 5px 0;
}

.coveo-advanced-search-date-input-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 10px 0;
}

.coveo-advanced-search-date-input-section .coveo-radio input[type='radio'] + label {
  display: inline;
}

.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input {
  display: inline-block;
  padding: 0;
  border: none;
}

.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input .coveo-button {
  width: 100px;
}

.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input:disabled {
  visibility: hidden;
}

.coveo-advanced-search-document-input-section {
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.coveo-advanced-search-document-input-section .coveo-input {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
}

.coveo-advanced-search-date-input .coveo-numeric-spinner,
.coveo-advanced-search-document-input-section .coveo-numeric-spinner {
  display: inline-block;
  vertical-align: middle;
}

.coveo-advanced-search-date-input .coveo-numeric-spinner input[type='text'],
.coveo-advanced-search-document-input-section .coveo-numeric-spinner input[type='text'] {
  color: #4f5658;
  width: 55px;
}

#coveo-advanced-search-select-day {
  width: 50px;
}

#coveo-advanced-search-select-month {
  width: 50px;
}

#coveo-advanced-search-select-year {
  width: 70px;
}

.coveo-advanced-search-keyword-label {
  display: inline-block;
}

.coveo-advanced-search-label {
  display: inline-block;
  min-width: 7em;
  margin-bottom: 10px;
}

.coveo-advanced-search-select {
  margin: 0 5px 5px 0;
}

.coveo-advanced-search-and {
  display: inline-block;
  margin: 0 5px 5px 0;
  margin-left: 5px;
}

.coveo-number-input {
  max-width: 45px;
}

#coveo-advanced-search-execute-query {
  width: 200px;
  height: 35px;
  display: block;
  margin: 15px 0 15px auto;
}

.coveo-size-input-mode-section {
  display: inline-block;
}

.coveo-advanced-search-modal fieldset {
  display: inline-block;
}

.coveo-advanced-search-modal .coveo-dropdown,
.coveo-advanced-search-modal .coveo-numeric-spinner {
  margin: 0 5px 5px 0;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear {
  position: relative;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear:hover {
  color: #cc0d00;
}

.coveo-advanced-search-breadcrumb .coveo-advanced-search-breadcrumb-clear:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-advanced-search-breadcrumb-clear-svg {
  position: absolute;
  top: 5px;
  left: 3px;
}

.coveo-advanced-search-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-modal-container.coveo-authentication-popup .coveo-modal-body {
  height: 90%;
}

.coveo-modal-container.coveo-authentication-popup .coveo-modal-body div {
  height: 100%;
  width: 100%;
}

.coveo-modal-container.coveo-authentication-popup .coveo-modal-body iframe {
  height: 100%;
  width: 100%;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 10px 0 0 10px;
}

.coveo-authentication-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.coveo-waiting-for-authentication-popup {
  padding: 50px 150px;
}

.coveo-authentication-provider:hover .coveo-dropdown-authenticate-hover-svg {
  fill: #1d4f76;
}

.coveo-authentication-provider:hover .coveo-dropdown-authenticate-svg {
  fill: none;
}

.coveo-authentication-provider:hover .coveo-authentication-provider-svg {
  width: 12px;
  height: 16px;
}

.coveo-authentication-provider-svg {
  width: 12px;
  height: 14px;
}

.coveo-authentication-provider-svg .coveo-dropdown-authenticate-svg {
  fill: #1d4f76;
}

.CoveoBackdrop {
  background-size: cover;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoBreadcrumb {
  padding: 10px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  border-bottom: thin solid #bcc3ca;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.CoveoBreadcrumb.coveo-small-display {
  padding: 0px;
  margin: 0;
  background-color: #ececec;
  border-top: 1px solid #bcc3ca;
  border-bottom: 1px solid #bcc3ca;
  clear: both;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb.coveo-breadcrumb-item {
  display: inline;
  margin: 0;
  white-space: nowrap;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb.coveo-breadcrumb-item:before {
  content: "";
  display: inline;
  white-space: normal;
}

.CoveoBreadcrumb.coveo-small-display .coveo-header .coveo-title {
  display: none;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values {
  display: inline;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value {
  display: inline;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
  display: none;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb .coveo-facet-breadcrumb-title {
  padding: 7px 4px 0px 4px;
  border-right: 1px solid #bcc3ca;
  height: 30px;
  display: inline-block;
  margin-right: 0px;
  color: #2c5986;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value {
  background-color: #f7f7f7;
  color: #666666;
  white-space: normal;
  line-height: 30px;
  padding: 7px 5px 8px 5px;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:before {
  content: "";
  border-top: 1px solid #bcc3ca;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:after {
  content: "";
  border-right: 1px solid #bcc3ca;
  position: absolute;
  height: 30px;
  margin-left: 5px;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:first-child {
  white-space: nowrap;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-caption {
  max-width: 130px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
  display: none;
}

.coveo-no-results .CoveoBreadcrumb {
  text-align: left;
}

.coveo-breadcrumb-clear-all {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 5px;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-breadcrumb-clear-all:hover,
.coveo-breadcrumb-clear-all:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-breadcrumb-clear-all:hover,
.coveo-breadcrumb-clear-all:hover a {
  text-decoration: underline;
}

.coveo-breadcrumb-clear-all.coveo-selected * {
  color: #263e55;
}

.coveo-breadcrumb-clear-all > div {
  display: inline-block;
}

.coveo-breadcrumb-clear-all .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-breadcrumb-clear-all .coveo-breadcrumb-clear-all-icon svg {
  width: 12px;
  height: 12px;
}

.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-clear-all-icon {
  color: #cc0d00;
}

.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-clear-all-icon .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-breadcrumb-clear-all-icon {
  top: 1px;
  margin-right: 5px;
}

.coveo-breadcrumb-items {
  padding-bottom: 10px;
  display: inline-block;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.coveo-breadcrumb-item {
  margin: 5px 0px 5px 0px;
}

.coveo-media-max-width-480 .CoveoBreadcrumb {
  padding: 10px;
}

.coveo-media-max-width-480 .coveo-breadcrumb-items {
  padding-bottom: 0;
}

.coveo-media-max-width-480 .coveo-breadcrumb-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .CoveoBreadcrumb {
    padding: 10px;
  }

  .coveo-breadcrumb-items {
    padding-bottom: 0;
  }

  .coveo-breadcrumb-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoCardActionBar {
  display: flex;
  flex-wrap: wrap;
  min-height: 44px;
  background-color: #263e55;
  color: #fff;
  margin: auto -20px -20px -20px;
  padding: 0 0 10px 20px;
  font-size: 11px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
}

.CoveoCardActionBar.coveo-opened {
  transform: translateY(0);
}

.CoveoCardActionBar > * {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 20px;
}

.CoveoCardActionBar .coveo-icon {
  margin-right: 3px;
}

.coveo-card-action-bar-arrow-svg {
  width: 10px;
  height: 9px;
  color: #67768b;
}

.coveo-card-action-bar-arrow-container {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  background-color: #263e55;
  color: #fff;
  left: 0;
}

.CoveoCardActionBar .coveo-icon-for-quickview-svg {
  margin-top: 4px;
  color: #67768b;
}

.CoveoCardActionBar .coveo-follow-item-icon-svg {
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoCardOverlay {
  cursor: pointer;
}

.coveo-search-svg {
  color: #67768b;
  width: 18px;
  height: 18px;
}

.coveo-search-svg .coveo-magnifier-circle-svg {
  fill: #ecad00;
}

.coveo-replies-svg {
  color: #67768b;
  width: 20px;
  height: 20px;
}

.coveo-card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  z-index: 1;
  background-color: #263e55;
  color: #fff;
  cursor: default;
  transition: transform 0.5s ease-in-out;
  transform: translateY(100%);
  display: flex;
  animation: coveo-card-overlay-fade-out 0.5s linear;
}

.coveo-card-overlay.coveo-hidden-for-tab-nav {
  display: none;
}

@keyframes coveo-card-overlay-fade-out {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.coveo-card-overlay.coveo-opened {
  transform: translateY(0);
  animation: coveo-card-overlay-fade-in 0.5s linear;
}

@keyframes coveo-card-overlay-fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.coveo-card-overlay-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #bcc3ca;
  cursor: pointer;
}

.coveo-card-overlay-header .coveo-icon {
  margin-right: 3px;
}

.coveo-card-overlay-body {
  overflow: auto;
  overflow-x: hidden;
}

.coveo-card-overlay-footer {
  text-align: center;
  margin-top: auto;
  cursor: pointer;
  flex-shrink: 0;
}

.CoveoResult.coveo-with-card-overlay {
  -webkit-transition: min-height 0.5s;
  -moz-transition: min-height 0.5s;
  transition: min-height 0.5s;
  min-height: 0;
}

.CoveoResult.coveo-card-overlay-opened {
  min-height: 180px;
}

.coveo-open-card-overlay {
  display: inline-block;
  margin-bottom: 4px;
}

.coveo-open-card-overlay-svg {
  width: 10px;
  height: 6px;
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoDidYouMean {
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
}

.CoveoDidYouMean a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

.CoveoDidYouMean a:hover,
.CoveoDidYouMean a:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoDidYouMean a:hover,
.CoveoDidYouMean a:hover a {
  text-decoration: underline;
}

.CoveoDidYouMean a.coveo-selected * {
  color: #263e55;
}

.CoveoDidYouMean a:hover {
  text-decoration: underline;
}

.coveo-did-you-mean-highlight {
  font-weight: normal;
}

.coveo-did-you-mean-word-correction {
  font-weight: bold;
}

.coveo-did-you-mean-no-results-for {
  font-size: 16px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoErrorReport {
  text-align: center;
}

.CoveoErrorReport h1,
.CoveoErrorReport h2,
.CoveoErrorReport h3,
.CoveoErrorReport h4,
.CoveoErrorReport h5,
.CoveoErrorReport h6 {
  font-weight: normal;
  display: block;
  margin: 0 0 20px 0;
}

.coveo-error-report-help-link {
  display: inline-block;
  border: 1px solid #f58020;
  border-radius: 2px;
  text-decoration: none;
  background-color: #f58020;
  padding: 10px;
  font-weight: 700;
  color: white;
}

.coveo-error-report-help-link:hover {
  background-color: #F68E38;
}

.coveo-error-report-title {
  color: #1d4f76;
  margin-bottom: 20px;
  font-size: 12px;
}

.coveo-error-report-message {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
}

.coveo-error-report-message pre {
  font-size: 12px;
  text-align: left;
}

.coveo-error-report-container {
  padding: 45px;
  background-color: #F1F3F4;
  border: 1px solid #1d4f76;
}

.coveo-error-report-previous,
.coveo-error-report-clear,
.coveo-error-report-retry,
.coveo-error-report-more-info {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
}

.coveo-error-report-previous:hover,
.coveo-error-report-previous:visited,
.coveo-error-report-clear:hover,
.coveo-error-report-clear:visited,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:visited,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-error-report-previous:hover,
.coveo-error-report-previous:hover a,
.coveo-error-report-clear:hover,
.coveo-error-report-clear:hover a,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:hover a,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:hover a {
  text-decoration: underline;
}

.coveo-error-report-previous.coveo-selected *,
.coveo-error-report-clear.coveo-selected *,
.coveo-error-report-retry.coveo-selected *,
.coveo-error-report-more-info.coveo-selected * {
  color: #263e55;
}

.coveo-error-info {
  width: 100%;
}

.coveo-error-info textarea {
  width: 100%;
  height: 200px;
}

.CoveoExcerpt {
  word-wrap: break-word;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoExportToExcel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}

.CoveoExportToExcel.coveo-export-to-excel-opened {
  display: block;
}

.coveo-export-to-excel-svg {
  width: 14px;
  height: 14px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-facet-values {
  list-style: none;
  padding: 5px 0px 0px 0px;
  margin: 0;
}

.coveo-facet-value {
  padding: 0px 20px 0px 20px;
  margin: 0;
  line-height: 22px;
  position: relative;
}

.coveo-facet-value input[type="checkbox"] {
  display: none;
}

.coveo-facet-value .coveo-facet-value-checkbox {
  width: 18px;
  height: 18px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  background: white;
  position: relative;
  float: left;
  top: 2px;
}

.coveo-facet-value .coveo-facet-value-checkbox > svg {
  position: relative;
  background: none;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
  width: 14px;
  height: 12px;
  bottom: 3px;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: #4f5658;
}

.coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
  width: 14px;
  height: 12px;
  bottom: 3px;
}

.coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: #4f5658;
}

.coveo-facet-value:hover.coveo-excluded .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}

.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg {
  width: 14px;
  height: 12px;
  bottom: 3px;
}

.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
  fill: #4f5658;
}

.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-exclusion-svg {
  fill-opacity: 0;
}

.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg {
  width: 10px;
  height: 10px;
  bottom: 4px;
}

.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-value.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-value:hover.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg {
  width: 10px;
  height: 10px;
  bottom: 4px;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-value.coveo-facet-value-will-exclude:focus .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-value.coveo-facet-value-will-exclude:hover .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-caption,
.coveo-facet-value.coveo-excluded .coveo-facet-value-computed-field,
.coveo-facet-value.coveo-excluded .coveo-facet-value-count {
  text-decoration: line-through;
}

.coveo-facet-value > * {
  vertical-align: middle;
}

.coveo-facet-value:hover,
.coveo-facet-value.coveo-focused {
  background-color: #e6ecf0;
}

.coveo-facet-value.coveo-selected {
  font-weight: bold;
}

.coveo-facet-value.coveo-excluded .coveo-facet-value-exclude {
  visibility: hidden;
}

.coveo-facet-value.coveo-excluded:hover .coveo-facet-value-exclude {
  visibility: hidden;
}

.coveo-facet-value:hover .coveo-facet-value-exclude {
  visibility: visible;
}

.coveo-facet-value-label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
}

.coveo-facet-value-caption {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.coveo-facet-value-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
  float: left;
}

.coveo-facet-value-count {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  float: right;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.coveo-facet-value-count.coveo-waitDelta {
  opacity: 0;
}

.coveo-with-computed-field .coveo-facet-value-count,
.coveo-with-computed-field .coveo-facet-value-computed-field {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.coveo-facet-value-label.coveo-with-computed-field {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-count {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3;
}

.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-computed-field {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}

.coveo-facet-value-computed-field {
  float: right;
  margin-left: 5px;
}

.coveo-facet-value-exclude {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 5px;
  background: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  height: 13px;
  width: 13px;
  opacity: 0;
  z-index: 10;
}

.coveo-facet-value-exclude:hover,
.coveo-facet-value-exclude:focus {
  opacity: 1;
  outline: none;
}

.coveo-facet-value-exclude-svg {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.coveo-facet-value-exclude-svg .coveo-exclusion-svg {
  fill: #bcc3ca;
}

.coveo-facet-search-results {
  position: absolute;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
  list-style: none;
  margin: 0px 0 3px 0;
  padding: 0px 0px 10px 0px;
  z-index: 999;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  font-size: 12px;
}

.coveo-facet-search-results input[type='checkbox'] {
  display: none;
}

.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-count,
.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-computed-field {
  top: 0px;
}

.coveo-facet-search-results.coveo-no-results {
  display: none;
  visibility: hidden;
}

.coveo-facet-search-results .coveo-facet-value input[type="checkbox"] {
  display: none;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
  width: 13px;
  height: 13px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  background: white;
  position: relative;
  float: left;
  top: 2px;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox > svg {
  position: relative;
  background: none;
}

.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
  width: 11px;
  height: 9px;
  bottom: 5px;
}

.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: black;
}

.coveo-facet-search-results .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg {
  width: 11px;
  height: 9px;
  bottom: 5px;
}

.coveo-facet-search-results .coveo-facet-value:hover:not(.coveo-facet-search-button):not(.coveo-excluded):not(.coveo-facet-value-will-exclude):not(.coveo-has-childs-selected) .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: black;
}

.coveo-facet-search-results .coveo-facet-value:hover.coveo-excluded .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}

.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg {
  width: 11px;
  height: 9px;
  bottom: 5px;
}

.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
  fill: black;
}

.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus svg .coveo-exclusion-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg {
  width: 7px;
  height: 7px;
  bottom: 6px;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude.coveo-selected .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg {
  width: 7px;
  height: 7px;
  bottom: 6px;
}

.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude:focus .coveo-facet-value-checkbox .coveo-hook-svg,
.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude:hover .coveo-facet-value-checkbox .coveo-hook-svg {
  fill-opacity: 0;
}

.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
  position: relative;
  top: 5px;
}

.coveo-facet-search-results .coveo-facet-value-exclude {
  right: 10px;
}

.coveo-facet-search-results .coveo-facet-value-label {
  padding-right: 15px;
}

.coveo-facet-search-selectable {
  margin: 0;
  padding: 0px 10px;
}

.coveo-facet-search-selectable.coveo-current {
  background-color: #e6ecf0;
}

.coveo-facet-search-select-all {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.coveo-facet-search-select-all:hover,
.coveo-facet-search-select-all:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-facet-search-select-all:hover,
.coveo-facet-search-select-all:hover a {
  text-decoration: underline;
}

.coveo-facet-search-select-all.coveo-selected * {
  color: #263e55;
}

.coveo-facet-search-clear {
  float: right;
  margin-right: 3px;
  cursor: pointer;
  opacity: 0.5;
  clear: none;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-facet-search-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-facet-search-clear svg {
  width: 8px;
  height: 8px;
}

.coveo-facet-search-clear:hover {
  color: #cc0d00;
}

.coveo-facet-search-clear:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-search-clear:hover {
  opacity: 1;
}

.coveo-facet-search-input {
  border: 0px;
  padding: 1px 0px 0px 0px;
  margin: 0px;
  font-size: 13px;
  width: 100%;
  background-color: inherit;
  line-height: 15px;
}

.coveo-facet-search-input[value=""] {
  color: #bcc3ca;
}

@keyframes grow {
  0% {
    margin-right: 200px;
  }

  100% {
    margin-right: 20px;
  }
}

.coveo-facet-search {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  position: relative;
  background: white;
  display: none;
  margin: 2px 20px 1px 20px;
  padding: 4px;
  -webkit-animation: grow 0.3s linear;
  -moz-animation: grow 0.3s linear;
  animation: grow 0.3s linear;
}

.coveo-facet-searching .coveo-facet-search {
  display: block;
}

.coveo-facet-search-no-results {
  background-color: #ffd0d0;
}

.coveo-facet-search-no-results .coveo-facet-search-magnifier {
  visibility: hidden;
}

.coveo-facet-search-magnifier {
  float: left;
}

.coveo-facet-search-magnifier-svg {
  margin: 5px 6px 5px 10px;
  width: 10px;
  height: 10px;
  color: #9cb4cb;
}

.coveo-facet-search-wait-animation {
  float: left;
}

.coveo-facet-search-wait-animation-svg {
  width: 13px;
  height: 13px;
  color: #1d4f76;
  margin: 3px 3px 5px 10px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.coveo-facet-search-middle {
  overflow: hidden;
  line-height: 19px;
}

.coveo-facet-value.coveo-facet-search-button {
  color: #009ddc;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
  border-style: dashed;
}

.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox,
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:focus {
  border-style: solid;
}

.coveo-facet-searching .coveo-facet-value.coveo-facet-search-button {
  display: none;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
  bottom: 1px;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg {
  bottom: 4px;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg .coveo-more-svg {
  fill: #bcc3ca;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > .coveo-facet-value-checkbox-svg,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > .coveo-facet-value-checkbox-svg {
  color: #bcc3ca;
  width: 16px;
  height: 11px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-facet-settings-popup {
  position: absolute;
  overflow: hidden;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  z-index: 11;
  background-color: white;
}

.coveo-facet-settings-section {
  clear: both;
  white-space: nowrap;
}

.coveo-facet-settings-section svg {
  margin: 10px;
}

.coveo-facet-settings-section .coveo-icon-container {
  display: inline-block;
  vertical-align: middle;
}

.coveo-facet-settings-items {
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}

.coveo-facet-settings-item {
  white-space: nowrap;
  padding: 10px;
  cursor: pointer;
  -moz-padding-end: 70px;
  color: #373737;
}

.coveo-facet-settings-item.coveo-selected {
  font-weight: bold;
}

.coveo-facet-settings-disabled .coveo-facet-settings-item {
  cursor: default;
  opacity: 0.5;
}

.coveo-facet-settings-disabled .coveo-facet-settings-item:hover {
  background: white;
}

.coveo-facet-settings-section-sort .coveo-facet-settings-section-sort-svg {
  float: none;
}

.coveo-facet-settings-section-sort:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-sort.coveo-facet-settings-section {
  margin-bottom: 15px;
}

.coveo-facet-settings-section-sort.coveo-facet-settings-section .coveo-icon-container {
  vertical-align: top;
}

.coveo-facet-settings-section-sort-svg {
  width: 15px;
  height: 14px;
  color: #1d4f76;
}

.coveo-facet-settings-section-direction-ascending {
  cursor: pointer;
}

.coveo-facet-settings-section-direction-ascending.coveo-facet-settings-disabled {
  cursor: inherit;
}

.coveo-facet-settings-section-direction-ascending .coveo-facet-settings-section-direction-ascending-svg {
  float: none;
}

.coveo-facet-settings-section-direction-ascending:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-direction-ascending-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.coveo-facet-settings-section-direction-descending {
  cursor: pointer;
}

.coveo-facet-settings-section-direction-descending.coveo-facet-settings-disabled {
  cursor: inherit;
}

.coveo-facet-settings-section-direction-descending .coveo-facet-settings-section-direction-descending-svg {
  float: none;
}

.coveo-facet-settings-section-direction-descending:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-direction-descending-svg {
  width: 15px;
  height: 12px;
  color: #1d4f76;
}

.coveo-facet-settings-section-save-state {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-save-state .coveo-facet-settings-section-save-state-svg {
  float: none;
}

.coveo-facet-settings-section-save-state:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-save-state-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-clear-state {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-clear-state .coveo-facet-settings-section-clear-state-svg {
  float: none;
}

.coveo-facet-settings-section-clear-state:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-clear-state-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-hide {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-hide .coveo-facet-settings-section-hide-svg {
  float: none;
}

.coveo-facet-settings-section-hide:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-hide-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-show {
  border-top: thin solid #bcc3ca;
  cursor: pointer;
}

.coveo-facet-settings-section-show .coveo-facet-settings-section-show-svg {
  float: none;
}

.coveo-facet-settings-section-show:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-facet-settings-section-show-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.coveo-facet-settings-section-sort-title {
  font-size: 12px;
  font-weight: bold;
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-facet-header {
  padding: 10px 20px;
  background: #f7f8f9;
  clear: both;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.coveo-facet-header svg {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.coveo-facet-header-title-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.coveo-facet-header-settings-section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}

.coveo-facet-header-title {
  color: #1d4f76;
  font-size: 15px;
}

.coveo-facet-settings-more:hover,
.coveo-facet-settings-more:focus {
  outline: none;
}

.coveo-facet-settings-more:hover .coveo-more-background-svg,
.coveo-facet-settings-more:focus .coveo-more-background-svg {
  fill-opacity: 1;
  fill: #e6ecf0;
}

.coveo-facet-settings-more-svg {
  color: #1d4f76;
}

.coveo-facet-header-operator {
  color: #1d4f76;
}

.coveo-facet-header-operator .coveo-and .coveo-and-svg {
  fill: #ecad00;
}

.coveo-facet-header-operator .coveo-or .coveo-or-svg {
  fill: #ecad00;
}

.coveo-facet-header-operator,
.coveo-facet-header-eraser,
.coveo-facet-header-settings,
.coveo-facet-header-collapse,
.coveo-facet-header-expand {
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}

.coveo-facet-header-eraser {
  position: relative;
  top: 0px;
  visibility: hidden;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
  visibility: visible;
}

.coveo-facet-header-eraser .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-facet-header-eraser svg {
  width: 15px;
  height: 15px;
}

.coveo-facet-header-eraser:hover {
  color: #cc0d00;
}

.coveo-facet-header-eraser:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-header-wait-animation {
  margin-left: 10px;
  position: relative;
}

.coveo-facet-header-wait-animation .coveo-facet-header-wait-animation-svg {
  color: #1d4f76;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-facet-breadcrumb-title,
.coveo-facet-slider-breadcrumb-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  color: #1d4f76;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-facet-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption,
.coveo-facet-slider-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption {
  text-decoration: line-through;
}

.coveo-facet-breadcrumb-value .coveo-exclusion-svg,
.coveo-facet-slider-breadcrumb-value .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear svg,
.coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear {
  color: #cc0d00;
}

.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear .coveo-exclusion-svg,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-facet-breadcrumb-value:hover,
.coveo-facet-breadcrumb-value:visited,
.coveo-facet-slider-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-facet-breadcrumb-value:hover,
.coveo-facet-breadcrumb-value:hover a,
.coveo-facet-slider-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:hover a {
  text-decoration: underline;
}

.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
  color: #263e55;
}

.coveo-facet-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:hover {
  color: #009ddc;
}

.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
  color: #009ddc;
}

.coveo-facet-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-breadcrumb-value +
  .coveo-facet-slider-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value +
  .coveo-facet-slider-breadcrumb-value {
  margin-left: 20px;
}

.coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-clear {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.coveo-facet-breadcrumb-clear-svg,
.coveo-facet-slider-clear-svg {
  position: absolute;
}

.coveo-facet-breadcrumb-multi-icon {
  display: inline-block;
  margin: 0;
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected {
  margin-left: 0px;
  margin-right: 5px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected .coveo-facet-breadcrumb-multi-icon-svg {
  vertical-align: middle;
  width: 14px;
  height: 12px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-selected .coveo-hook-svg {
  fill: #1d4f76;
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded {
  margin-left: 0px;
  margin-right: 5px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded .coveo-facet-breadcrumb-multi-icon-svg {
  vertical-align: middle;
  width: 10px;
  height: 10px;
}

.coveo-facet-breadcrumb-multi-icon.coveo-excluded .coveo-exclusion-svg {
  fill: #cc0d00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-content {
  z-index: 20;
  margin: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-dropdown-header-active {
  z-index: 20;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-no-visible-facet {
  display: none;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
  overflow-y: scroll;
  max-height: 600px;
  clear: both;
  white-space: nowrap;
  padding: 0;
  min-width: 280px;
  width: 35%;
  z-index: 20;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0 2px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet .coveo-facet-header {
  border: 0;
  border-radius: 0;
  border-top: thin solid #bcc3ca;
  white-space: initial;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
  background: #f7f8f9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22px;
  line-height: 22px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
  display: block;
  padding: 10px 0 10px 20px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
  background: #f7f8f9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22px;
  line-height: 22px;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
  display: block;
  padding: 10px 0 10px 20px;
}

.coveo-facet-header-filter-by {
  display: none;
}

.coveo-facet-settings-popup {
  z-index: 999;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoFacet,
.CoveoFacetRange,
.CoveoFacetSlider,
.CoveoHierarchicalFacet {
  margin: 10px 0px 10px 0px;
  padding: 0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background: white;
  position: relative;
}

.coveo-facet-column .coveo-topSpace.coveo-with-animation,
.coveo-facet-column .coveo-bottomSpace.coveo-with-animation {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}

.coveo-facet-column.coveo-no-visible-facet {
  display: none;
}

.coveo-facet-empty {
  display: none;
}

.coveo-facet-empty.coveo-with-placeholder {
  display: block;
}

.coveo-facet-dependent {
  display: none;
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value {
  display: none;
}

.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-selected,
.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-excluded {
  display: inherit;
}

.coveo-facet-collapsed .coveo-facet-footer {
  display: none;
}

.coveo-facet-fade .coveo-facet-value {
  opacity: 0.5;
}

.coveo-facet-fade .coveo-facet-value.coveo-selected,
.coveo-facet-fade .coveo-facet-value.coveo-excluded,
.coveo-facet-fade .coveo-facet-value.coveo-facet-search-selectable {
  opacity: 1;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-facet-more,
.coveo-facet-less {
  width: 100%;
  height: 15px;
  background: #f7f8f9;
  cursor: pointer;
  text-align: center;
}

.coveo-facet-more:hover,
.coveo-facet-more:focus,
.coveo-facet-less:hover,
.coveo-facet-less:focus {
  background: #bcc3ca;
  outline: none;
}

.coveo-facet-more {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
}

.coveo-facet-more.coveo-active {
  display: block;
}

.coveo-facet-more-icon-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-facet-more-icon-svg,
.coveo-facet-less-icon-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-facet-more-icon,
.coveo-facet-less-icon {
  position: relative;
  top: -4px;
}

.coveo-facet-less {
  display: none;
}

.coveo-facet-less.coveo-active {
  display: block;
}

.coveo-facet-footer.coveo-facet-empty {
  display: block;
  visibility: hidden;
}

.coveo-facet-footer {
  background: #f7f8f9;
  min-height: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-slider-container {
  width: 100%;
  height: 85px;
  position: relative;
  padding: 25px 20px 20px;
}

.coveo-slider-container > div {
  height: 50px;
  position: relative;
}

.coveo-slider-container svg {
  overflow: hidden;
}

.coveo-slider-line {
  background-color: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 3px;
}

.coveo-slider-line.coveo-active {
  z-index: 1;
  background-color: #67768b;
}

.coveo-slider-button {
  background-color: #296896;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 16px;
  z-index: 2;
  position: absolute;
  margin-left: -7px;
}

.coveo-slider-button:hover {
  background-color: #296896;
}

.coveo-slider-button.coveo-active {
  background-color: #296896;
}

.coveo-slider-button:after {
  content: '';
  height: 10px;
  width: 2px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  right: 4px;
  top: 3px;
}

.coveo-slider-button:before {
  content: '';
  height: 10px;
  border-right: 1px solid white;
  position: absolute;
  left: 4px;
  top: 3px;
}

.coveo-slider-caption {
  position: absolute;
  top: 25px;
  left: 0px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coveo-slider-tooltip {
  white-space: nowrap;
  padding: 10px;
  background-color: #e6ecf0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  z-index: 10;
  position: absolute;
  margin-top: 30px;
}

.coveo-slider-tooltip .coveo-slider-tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bcc3ca;
  top: 38px;
  position: absolute;
}

.coveo-slider-tooltip .coveo-caption {
  font-size: 12px;
}

.coveo-slider-tooltip .coveo-count {
  font-size: 12px;
  margin-left: 5px;
}

.coveo-slider-container.coveo-with-graph {
  height: 135px;
}

.coveo-slider-container.coveo-with-graph > div {
  height: 100px;
}

.coveo-slider-container.coveo-with-graph svg {
  position: absolute;
  left: 0px;
  top: -5px;
}

.coveo-slider-container.coveo-with-graph svg .coveo-bar {
  fill: #67768b;
  shape-rendering: crispEdges;
}

.coveo-slider-container.coveo-with-graph svg .coveo-bar.coveo-active {
  fill: #296896;
}

.coveo-slider-container.coveo-with-graph svg .coveo-bar:hover {
  fill: #263e55;
  cursor: pointer;
}

.coveo-slider-container.coveo-with-graph .coveo-slider-line {
  top: 60px;
}

.coveo-slider-container.coveo-with-graph .coveo-slider-button {
  top: 57px;
}

.coveo-slider-container.coveo-with-graph .coveo-slider-caption {
  top: 80px;
}

.CoveoFacetSlider.coveo-disabled .coveo-slider-line {
  background-color: #bcc3ca;
}

.CoveoFacetSlider.coveo-disabled .coveo-slider-button {
  background-color: #296896;
  box-shadow: none;
}

.CoveoFacetSlider.coveo-facet-collapsed .coveo-slider-container {
  display: none;
}

.CoveoFacetSlider.coveo-disabled-empty {
  display: none;
}

.coveo-executing-query .coveo-slider-container {
  opacity: 0.5;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-top-field-suggestion-header {
  width: 100%;
  padding: 10px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoFieldTable {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  width: 100%;
  background-color: #f7f8f9;
  padding-bottom: 10px;
  position: relative;
  word-break: break-all;
  margin-top: 1px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.CoveoFieldTable th,
.CoveoFieldTable td {
  font-size: 14px;
}

.CoveoFieldTable td {
  width: 99%;
  padding: 10px 20px 0px 0px;
}

.CoveoFieldTable th {
  color: #67768b;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  padding: 10px 10px 0px 20px;
}

.CoveoFieldTable .coveo-clickable {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoFieldTable .coveo-clickable:hover,
.CoveoFieldTable .coveo-clickable:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoFieldTable .coveo-clickable:hover,
.CoveoFieldTable .coveo-clickable:hover a {
  text-decoration: underline;
}

.CoveoFieldTable .coveo-clickable.coveo-selected * {
  color: #263e55;
}

.CoveoFieldTable .coveo-clickable.coveo-selected {
  font-weight: bold;
}

.coveo-field-table-toggle {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 5px 5px 0px;
}

.coveo-field-table-toggle:hover,
.coveo-field-table-toggle:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-field-table-toggle:hover,
.coveo-field-table-toggle:hover a {
  text-decoration: underline;
}

.coveo-field-table-toggle.coveo-selected * {
  color: #263e55;
}

.coveo-field-table-toggle .coveo-field-table-toggle-caption {
  margin-right: 5px;
}

.coveo-field-table-toggle-container {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out;
}

.coveo-field-table-toggle-container.coveo-no-transition {
  transition: none;
}

.coveo-field-table-toggle-down {
  position: relative;
  top: 2px;
}

.coveo-field-table-toggle-down-svg {
  color: #1d4f76;
  width: 10px;
  height: 6px;
  -webkit-transition: fill-opacity 0.5s;
  -moz-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  fill-opacity: 1;
}

.coveo-field-table-toggle-down-svg.coveo-opened {
  fill-opacity: 0;
}

.coveo-field-table-toggle-up {
  position: absolute;
  bottom: 44px;
  right: 10px;
  margin: 0;
  height: 0px;
}

.coveo-field-table-toggle-up-svg {
  color: #1d4f76;
  width: 10px;
  height: 6px;
  -webkit-transition: fill-opacity 0s;
  -moz-transition: fill-opacity 0s;
  transition: fill-opacity 0s;
  fill-opacity: 0;
}

.coveo-field-table-toggle-up-svg.coveo-opened {
  fill-opacity: 1;
  height: 13px;
  -webkit-transition: fill-opacity cubic-bezier(1, 0, 1, 0) 0.4s;
  -moz-transition: fill-opacity cubic-bezier(1, 0, 1, 0) 0.4s;
  transition: fill-opacity cubic-bezier(1, 0, 1, 0) 0.4s;
}

.CoveoFieldValue .coveo-clickable {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoFieldValue .coveo-clickable:hover,
.CoveoFieldValue .coveo-clickable:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoFieldValue .coveo-clickable:hover,
.CoveoFieldValue .coveo-clickable:hover a {
  text-decoration: underline;
}

.CoveoFieldValue .coveo-clickable.coveo-selected * {
  color: #263e55;
}

.CoveoFieldValue .coveo-clickable.coveo-selected {
  font-weight: bold;
}

.CoveoFieldValue.coveo-with-label {
  display: inline-block;
}

.CoveoFieldValue .coveo-field-caption {
  color: #67768b;
  margin-right: 10px;
}

.coveo-card-overlay .CoveoFieldTable {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 10px 0 0;
}

.coveo-card-overlay .CoveoFieldTable th {
  color: #bcc3ca;
}

.coveo-card-overlay .coveo-clickable {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable:hover,
.coveo-card-overlay .coveo-clickable:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable:hover,
.coveo-card-overlay .coveo-clickable:hover a {
  text-decoration: underline;
}

.coveo-card-overlay .coveo-clickable.coveo-selected * {
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable:hover {
  color: #009ddc;
}

.coveo-card-overlay .coveo-clickable.coveo-selected * {
  color: #009ddc;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-hidden-query-breadcrumb-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-hidden-query-breadcrumb-value {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-hidden-query-breadcrumb-value:hover,
.coveo-hidden-query-breadcrumb-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-hidden-query-breadcrumb-value:hover,
.coveo-hidden-query-breadcrumb-value:hover a {
  text-decoration: underline;
}

.coveo-hidden-query-breadcrumb-value.coveo-selected * {
  color: #263e55;
}

.coveo-hidden-query-breadcrumb-value:hover {
  color: #009ddc;
}

.coveo-hidden-query-breadcrumb-value.coveo-selected * {
  color: #009ddc;
}

.coveo-hidden-query-breadcrumb-clear {
  display: inline-block;
  margin: 3px 0px 0px 5px;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-hidden-query-breadcrumb-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-hidden-query-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-hidden-query-breadcrumb-clear:hover {
  color: #cc0d00;
}

.coveo-hidden-query-breadcrumb-clear:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoHierarchicalFacet ul.coveo-facet-values {
  overflow-x: auto;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value {
  padding-left: 30px;
  position: relative;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected:not(.coveo-selected) .coveo-facet-value-checkbox-svg {
  width: 12px;
  height: 14px;
  visibility: visible;
  position: relative;
  bottom: 2px;
  left: 0px;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected:not(.coveo-selected) .coveo-line-svg {
  fill: rgba(188, 195, 202, 0.74);
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 7px;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
  display: none;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:hover {
  cursor: pointer;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-hierarchical-facet-collapse-svg {
  display: inline-block;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-hierarchical-facet-expand-svg {
  display: none;
}

.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-inactive {
  display: none;
}

.coveo-hierarchical-breadcrumb-separator {
  content: "";
  display: inline-block;
  top: 2px;
  left: 3px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: #b0b3ae;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoMatrix {
  margin: 10px 5px 10px 5px;
}

.coveo-matrix-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #1d4f76;
  font-size: 16px;
}

.coveo-matrix {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.coveo-matrix-row {
  display: table-row;
}

.coveo-matrix-row .matrix-first-column {
  text-align: left;
}

.matrix-header-row,
.matrix-total-row {
  font-weight: bold;
  color: #1d4f76;
  font-weight: bold;
  height: 45px;
  background-color: #f7f8f9;
}

.matrix-total-row {
  font-weight: bold;
}

.coveo-matrix-cell {
  display: table-cell;
  padding: 5px;
  text-align: right;
  overflow: hidden;
  vertical-align: middle;
  border: thin solid #bcc3ca;
}

.coveo-matrix-cell:hover {
  cursor: pointer;
}

.coveo-matrix-unimportant {
  color: lightgrey;
}

.matrix-results-preview-container {
  position: absolute;
  z-index: 1;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
}

.matrix-results-preview-container .coveo-result-frame {
  border-bottom: thin solid #bcc3ca;
  text-align: left;
  overflow: hidden;
  padding: 5px;
}

.matrix-results-preview-container .coveo-result-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.magic-box {
  position: relative;
  text-align: left;
  color: #212121;
  border: 1px solid #9e9e9e;
}

.magic-box .magic-box-input {
  background: #fff;
  height: 48px;
  overflow: hidden;
  position: relative;
}

.magic-box .magic-box-input .magic-box-underlay,
.magic-box .magic-box-input > input {
  color: #212121;
  text-align: left;
  padding: 12px 0;
  text-indent: 12px;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  white-space: pre;
  overflow: auto;
  box-sizing: border-box;
  display: block;
}

.magic-box .magic-box-input input {
  background: none;
  border: none;
  resize: none;
  outline: 0;
}

.magic-box .magic-box-input input::-ms-clear {
  width: 0;
  height: 0;
}

.magic-box .magic-box-input .magic-box-underlay {
  color: transparent;
  overflow: hidden;
}

.magic-box .magic-box-input .magic-box-underlay > span {
  text-indent: 0;
}

.magic-box .magic-box-input .magic-box-underlay span {
  display: inline-block;
  vertical-align: top;
}

.magic-box .magic-box-input .magic-box-underlay span[data-value=""] {
  height: 24px;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text {
  visibility: hidden;
  color: #bdbdbd;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-error {
  border-bottom: solid #f44336 2px;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty {
  position: relative;
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty:before {
  content: ' ';
  border-bottom: solid #f44336 2px;
  position: absolute;
}

.magic-box .magic-box-input .magic-box-underlay:after {
  content: '';
  display: inline-block;
}

.magic-box .magic-box-clear {
  position: relative;
  float: right;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  transition: width 0.3s;
  cursor: pointer;
  background: #fff;
  width: 0;
  overflow: hidden;
}

.magic-box .magic-box-clear .magic-box-icon:before {
  color: #9e9e9e;
  font-family: arial, sans-serif;
  content: "X";
  font-size: 24px;
}

.magic-box .magic-box-clear:before {
  content: '';
  border-left: #e0e0e0 1px solid;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
}

.magic-box.magic-box-notEmpty .magic-box-clear {
  width: 48px;
}

.magic-box.magic-box-hasFocus .magic-box-underlay .magic-box-ghost-text {
  visibility: visible;
}

.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
  display: block;
}

.magic-box .magic-box-suggestions {
  clear: both;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  display: none;
  font-family: arial, sans-serif;
  border: 1px solid #9e9e9e;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator,
.magic-box .magic-box-suggestions .magic-box-suggestion {
  opacity: 1;
  transition: opacity 0.3s;
}

.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion-seperator,
.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion {
  opacity: 0;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
  padding: 12px 12px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  overflow: hidden;
  height: 36px;
  border-top: 1px solid #e0e0e0;
  color: #9e9e9e;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator:first-child {
  border-top: none;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator .magic-box-suggestion-seperator-label {
  float: left;
  margin-right: 12px;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator:after {
  content: '';
  display: block;
  position: relative;
  top: 50%;
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

.magic-box .magic-box-suggestions .magic-box-suggestion-seperator + .magic-box-suggestion {
  border-top: none;
}

.magic-box .magic-box-suggestions .magic-box-suggestion {
  cursor: pointer;
  line-height: 24px;
  padding: 12px;
  font-size: 16px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #fafafa;
  color: #212121;
}

.magic-box .magic-box-suggestions .magic-box-suggestion .magic-box-hightlight {
  font-weight: bold;
  color: #000;
}

.magic-box .magic-box-suggestions .magic-box-suggestion:first-child {
  border-top: none;
}

.magic-box .magic-box-suggestions .magic-box-suggestion.magic-box-selected {
  background: #e0f7fa !important;
}

.magic-box .magic-box-suggestions .magic-box-suggestion:hover {
  background: #f5f5f5;
}

.magic-box.magic-box-inline {
  overflow: hidden;
}

.magic-box.magic-box-inline .magic-box-suggestions.magic-box-hasSuggestion {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  border-top: 1px solid #9e9e9e;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-waiting-for-first-query .coveo-omnibox {
  z-index: 0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight {
  font-weight: bold;
  color: #000;
}

.CoveoOmnibox.magic-box .magic-box-suggestions {
  z-index: 3;
}

.CoveoOmnibox.magic-box .coveo-omnibox-hightlight2 {
  font-weight: bold;
  font-style: italic;
  color: #000;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"] {
  position: relative;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c8e6c9;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"]:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"]:before {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: -1px;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"] {
  position: relative;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffecb3;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"] {
  position: relative;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffecb3;
}

.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
}

.CoveoOmnibox.magic-box.coveo-search-as-you-type .magic-box-ghost-text {
  display: none;
}

.CoveoOmnibox.magic-box .coveo-omnibox-selectable {
  cursor: pointer;
}

.CoveoOmnibox.magic-box .coveo-omnibox-selectable.coveo-omnibox-selected {
  background-color: #e6ecf0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value {
  width: 100%;
  display: inline-block;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
  margin: 0;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value li.coveo-facet-value {
  list-style-type: none;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-value .coveo-facet-value-label-wrapper > * {
  vertical-align: middle;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-header {
  float: left;
  width: 100%;
  padding: 5px 5px;
  height: 26px;
  color: #2c5985;
}

.CoveoOmnibox.magic-box .coveo-omnibox-facet-header .coveo-icon {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.CoveoOmnibox.magic-box .coveo-omnibox-section {
  vertical-align: middle;
  margin-bottom: 2px;
}

.CoveoOmnibox.magic-box .coveo-omnibox-header {
  height: 26px;
  color: #0065cb;
  margin-top: 4px;
  margin-bottom: 2px;
}

.CoveoOmnibox.magic-box .coveo-omnibox-header .coveo-text {
  padding: 6px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultList.coveo-faded {
  opacity: 0.5;
}

.CoveoResultList {
  margin-top: 15px;
  margin-bottom: 15px;
}

.CoveoResultList .coveo-fade-out {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.CoveoResultList .coveo-wait-animation {
  display: block;
  margin: 10px auto;
}

.CoveoResultList.coveo-hidden {
  display: none;
}

.CoveoResultList[data-layout='table'] {
  overflow-x: auto;
  margin-bottom: 20px;
}

.coveo-card-layout-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.coveo-card-layout-container .coveo-media-max-width-480 {
  margin-right: 0;
}

@media (max-width: 480px) {
  .coveo-card-layout-container {
    margin-right: 0;
  }
}

.coveo-table-layout-container {
  display: table;
  white-space: nowrap;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.coveo-result-list-table-footer {
  border-bottom: none;
}

.coveo-media-max-width-800 .CoveoResultList {
  margin-left: 10px;
  margin-right: 10px;
}

.coveo-media-max-width-800 .coveo-table-layout-container {
  table-layout: auto;
}

.coveo-media-max-width-800 .coveo-table-layout-container td {
  max-width: 300px;
}

@media (max-width: 800px) {
  .CoveoResultList {
    margin-left: 10px;
    margin-right: 10px;
  }

  .coveo-table-layout-container {
    table-layout: auto;
  }

  .coveo-table-layout-container td {
    max-width: 300px;
  }
}

.coveo-result-frame,
.CoveoResult.coveo-result-frame {
  margin-left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay,
.CoveoResult.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay {
  overflow: visible;
  position: relative;
}

.coveo-result-frame .coveo-result-row,
.CoveoResult.coveo-result-frame .coveo-result-row {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0.25em 0;
}

.coveo-result-frame .coveo-result-cell,
.CoveoResult.coveo-result-frame .coveo-result-cell {
  line-height: 1.25em;
  display: table-cell;
  vertical-align: top;
}

.coveo-result-frame .coveo-result-cell > *,
.CoveoResult.coveo-result-frame .coveo-result-cell > * {
  vertical-align: middle;
}

.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader,
.CoveoResult.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader {
  display: inline-block;
}

.coveo-result-frame .coveo-result-cell.coveo-no-wrap,
.CoveoResult.coveo-result-frame .coveo-result-cell.coveo-no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coveo-result-frame .CoveoThumbnail,
.CoveoResult.coveo-result-frame .CoveoThumbnail {
  max-width: 100%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 15px;
  margin: 0;
}

.CoveoResult .coveo-no-thumbnail {
  display: none;
}

.CoveoResult .coveo-date {
  float: right;
  font-size: 13px;
  margin-left: 10px;
  padding-top: 3px;
}

.CoveoResult .coveo-title {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}

.CoveoResult .coveo-title > * {
  vertical-align: middle;
}

.CoveoResult .coveo-title .CoveoResultLink {
  margin-right: 5px;
  display: inline;
  overflow: hidden;
  white-space: normal;
}

.CoveoResult .coveo-title .CoveoResultLink:after {
  content: '\A0';
  white-space: nowrap;
  visibility: hidden;
}

.CoveoResult .coveo-excerpt {
  max-width: 600px;
  font-size: 14px;
  padding: 5px 0 8px 0;
}

.CoveoResult a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoResult a:hover,
.CoveoResult a:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResult a:hover,
.CoveoResult a:hover a {
  text-decoration: underline;
}

.CoveoResult a.coveo-selected * {
  color: #263e55;
}

.CoveoResult .coveo-badge {
  display: inline-block;
  padding: 4px 6px;
  vertical-align: middle;
  font-size: 12px;
}

.CoveoResult .CoveoBadge .coveo-value {
  display: inline-block;
  vertical-align: middle;
  border-radius: 1em;
  line-height: 1.25em;
  margin-right: 8px;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover,
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover,
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover a {
  text-decoration: underline;
}

.CoveoResult .CoveoBadge .coveo-value.coveo-clickable.coveo-selected * {
  color: #263e55;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  width: 12px;
  height: 10px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border: 2px solid;
  border-right: none;
  -webkit-backface-visibility: hidden;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-sizing: border-box;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-bottom: none;
  border-left: none;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
}

.CoveoResult .CoveoBadge .coveo-value .coveo-badge-label {
  vertical-align: middle;
}

.CoveoResult .coveo-selectable-link {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoResult .coveo-selectable-link:hover,
.CoveoResult .coveo-selectable-link:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResult .coveo-selectable-link:hover,
.CoveoResult .coveo-selectable-link:hover a {
  text-decoration: underline;
}

.CoveoResult .coveo-selectable-link.coveo-selected * {
  color: #263e55;
}

.CoveoResult .coveo-field .coveo-label {
  font-weight: normal;
}

.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickview {
  margin-left: 5px;
}

.CoveoResult.coveo-is-recommendation {
  box-shadow: 0 0 1px 1px #263e55;
}

.coveo-list-layout.CoveoResult {
  border-bottom: thin solid #bcc3ca;
  padding: 16px 0px 16px 16px;
}

.coveo-card-layout {
  margin-right: -20px;
}

.coveo-card-layout.CoveoResult {
  overflow: hidden;
  display: flex;
  position: relative;
  font-size: 0.9em;
  width: 300px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin: 0 20px 20px 0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.coveo-card-layout.CoveoResult .coveo-media-max-width-480 {
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .coveo-card-layout.CoveoResult {
    margin: 0 0 20px 0;
  }
}

.coveo-card-layout.CoveoResult.coveo-clickable {
  cursor: pointer;
}

.coveo-card-layout.CoveoResult.coveo-clickable:hover {
  box-shadow: 0 0 0 2px #009ddc;
  border-color: #009ddc;
}

.coveo-card-layout.CoveoResult .coveo-result-row:first-child {
  margin-top: 0;
}

.coveo-card-layout.CoveoResult .coveo-result-frame,
.coveo-card-layout.CoveoResult.coveo-result-frame {
  display: flex;
  padding: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
  font-size: 16px;
  line-height: 21px;
}

.coveo-card-layout:empty {
  width: 300px;
  height: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin-right: 20px;
}

.coveo-card-layout.coveo-with-inline-ranking-info {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coveo-table-layout {
  display: table-row;
}

.coveo-table-layout td {
  display: table-cell;
  padding: 9px 15px;
  white-space: nowrap;
  border-bottom: thin solid #bcc3ca;
  overflow: hidden;
  text-overflow: ellipsis;
}

.coveo-table-layout th {
  text-align: left;
  font-size: 12px;
  color: #1d4f76;
  font-weight: bold;
  border-bottom: thin solid #bcc3ca;
  padding: 7px 15px;
}

.coveo-table-layout:hover td {
  background-color: #e6ecf0;
}

.coveo-table-layout .coveo-relevance-inspector-inline-ranking {
  display: table-cell;
  overflow: auto;
}

.coveo-card-overlay a {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
}

.coveo-card-overlay a:hover,
.coveo-card-overlay a:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-overlay a:hover,
.coveo-card-overlay a:hover a {
  text-decoration: underline;
}

.coveo-card-overlay a.coveo-selected * {
  color: #009ddc;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 36px;
  margin: 0;
  box-sizing: border-box;
}

.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected {
  padding: 7px 7px 8px 33px;
  background-color: white;
  border: thin solid #bcc3ca;
  border-width: 3px;
}

.coveo-omnibox-result-list-header {
  width: 100%;
  padding: 10px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-pager-list {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.coveo-pager-list-item {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  margin: 5px 6px;
  padding: 4px 8px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  color: #009ddc;
  font-size: 14px;
  cursor: pointer;
}

.coveo-pager-list-item.coveo-active,
.coveo-pager-list-item:hover {
  color: #cddee9;
  background-color: #1d4f76;
}

.coveo-pager-list-item.coveo-active a,
.coveo-pager-list-item:hover a {
  color: #cddee9;
}

.coveo-pager-previous,
.coveo-pager-next {
  margin: 5px 6px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  border: none;
  padding: 0;
}

.coveo-pager-previous:hover,
.coveo-pager-next:hover {
  color: #009ddc;
  background-color: white;
}

.CoveoPager {
  margin-top: 0px;
  margin-left: 25px;
  display: inline-block;
}

.coveo-pager-next-icon-svg,
.coveo-pager-previous-icon-svg {
  width: 11px;
  height: 20px;
  color: #1d4f76;
  vertical-align: middle;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoPreferencesPanel {
  display: none;
}

.CoveoResultsPreferences + .CoveoResultsFiltersPreferences {
  margin-top: 20px;
}

.preferences-panel-item-label {
  vertical-align: middle;
}

.preferences-panel-item-label:hover {
  cursor: pointer;
}

.coveo-preferences-panel-svg {
  width: 16px;
  height: 16px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoPrintableUri {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin: 2px 0 5px 0;
  font-size: 12px;
  padding: 0 2px 0 2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.CoveoPrintableUri.CoveoResultLink:hover {
  text-decoration: none;
  color: #296896;
}

.CoveoPrintableUri.CoveoResultLink:hover a {
  text-decoration: none;
}

.CoveoPrintableUri .coveo-printable-uri-separator {
  font-size: 12px;
  margin: 0 3px;
}

.CoveoPrintableUri .coveo-hidden {
  display: none;
}

.CoveoPrintableUri .coveo-printable-uri-part:nth-of-type(1) {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  min-width: 15px;
}

.CoveoPrintableUri .coveo-printable-uri-part:last-of-type {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  min-width: 15px;
}

.CoveoPrintableUri .coveo-printable-uri-part {
  color: #009ddc;
  margin: 0px;
  flex: 0 15 auto;
  min-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoQueryDuration {
  color: #67768b;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoQuerySummary {
  color: #67768b;
  text-align: left;
}

.CoveoQuerySummary div {
  margin-bottom: 5px;
}

.CoveoQuerySummary ul {
  margin-top: 0px;
}

.CoveoQuerySummary ul li {
  font-size: 14px;
}

.CoveoQuerySummary.coveo-hidden {
  display: none;
}

.coveo-query-summary-no-results-string {
  font-size: 16px;
}

.coveo-query-summary-search-tips-info {
  font-size: 16px;
}

.coveo-query-summary-cancel-last {
  font-size: 14px;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.coveo-query-summary-cancel-last:hover,
.coveo-query-summary-cancel-last:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-query-summary-cancel-last:hover,
.coveo-query-summary-cancel-last:hover a {
  text-decoration: underline;
}

.coveo-query-summary-cancel-last.coveo-selected * {
  color: #263e55;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoQuickview {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoQuickview:hover,
.CoveoQuickview:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoQuickview:hover,
.CoveoQuickview:hover a {
  text-decoration: underline;
}

.CoveoQuickview.coveo-selected * {
  color: #263e55;
}

.CoveoQuickview > div {
  position: relative;
}

.coveo-list-layout .CoveoQuickview:hover .coveo-caption-for-icon {
  display: inline;
  top: 26px;
  transform: translateX(-50%);
  left: 50%;
}

.CoveoQuickview .coveo-caption-for-icon {
  font-size: 12px;
  display: none;
  background: #263e55;
  color: white;
  border-radius: 2px;
  padding: 6px 16px;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.CoveoQuickview .coveo-caption-for-icon:before {
  border: solid;
  border-color: #263e55 transparent;
  border-width: 0 6px 7px 6px;
  content: '';
  position: absolute;
  z-index: 99;
  top: -6px;
  left: calc(50% - 6px);
}

.CoveoCardActionBar .CoveoQuickview {
  color: #fff;
  text-decoration: none;
}

.CoveoCardActionBar .CoveoQuickview > * {
  display: flex;
  align-items: center;
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-icon {
  position: relative;
  transform: none;
  display: inline;
  padding: 0px 5px;
  font-size: inherit;
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-icon:before {
  display: none;
}

.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-quickview {
  margin-top: 0;
  margin-left: 3px;
  font-size: 11px;
}

.CoveoQuickviewDocument {
  overflow: hidden;
}

.CoveoQuickviewDocument .coveo-quickview-document {
  height: 100%;
  width: 100%;
  display: table;
}

.CoveoQuickviewDocument .coveo-quickview-document > * {
  display: table-row;
}

.CoveoQuickviewDocument .coveo-quickview-document .coveo-iframeWrapper {
  height: 100%;
  width: 100%;
}

.coveo-term-for-quickview * {
  vertical-align: middle;
  box-sizing: border-box;
}

.coveo-term-for-quickview {
  margin: 0px 10px 10px 0px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid;
}

.coveo-term-for-quickview .coveo-term-for-quickview-down-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
  position: relative;
  width: 20px;
  border-right: 2px solid;
}

.coveo-term-for-quickview .coveo-term-for-quickview-down-arrow .coveo-term-for-quickview-down-arrow-icon {
  position: absolute;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.coveo-term-for-quickview .coveo-term-for-quickview-up-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
  position: relative;
  width: 20px;
}

.coveo-term-for-quickview .coveo-term-for-quickview-up-arrow .coveo-term-for-quickview-up-arrow-icon {
  position: absolute;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.coveo-term-for-quickview .coveo-term-for-quickview-name {
  font-size: 14px;
  padding: 5px 0;
  margin-left: 5px;
}

.coveo-quickview-left-header {
  overflow: hidden;
  padding-right: 16px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coveo-quickview-right-header {
  text-align: right;
  float: right;
}

.coveo-quickview-icon {
  margin-right: 10px;
  vertical-align: middle;
}

.coveo-quickview-pop-up-reminder {
  color: #0066cc;
  font-size: 16px;
  text-align: left;
}

.coveo-quickview-time {
  font-size: 12px;
  color: #b4b4b4;
  font-weight: normal;
  vertical-align: middle;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body {
  height: 90%;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body > div,
.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-list-layout,
.coveo-modal-container.coveo-quick-view .coveo-modal-body .CoveoQuickviewDocument,
.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quick-view-full-height {
  height: 100%;
  width: 100%;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-logo {
  height: 64px;
  width: 178px;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-loading-dot {
  height: 8px;
  width: 8px;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body .coveo-quickview-header {
  height: auto;
}

.coveo-modal-container.coveo-quick-view .coveo-modal-body iframe {
  height: 100%;
  width: 100%;
  position: relative;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 10px 0 0 10px;
}

.coveo-icon-for-quickview-svg {
  margin-top: 8px;
  width: 20px;
  height: 12px;
  color: #1d4f76;
}

.coveo-computed-modal-box-content > div {
  height: 100%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  background-color: white;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header.coveo-dropdown-header-active {
  background-color: #e6ecf0;
  border-color: #009ddc;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  padding: 0;
  margin: 25px 0 15px;
  border-bottom: 0px solid #e6ecf0;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content .coveo-media-max-width-480 {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}

@media (max-width: 480px) {
  .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  }
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-recommendation-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.CoveoRecommendation {
  display: block;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-open-dropdown-content {
  max-height: 1000px;
  width: 100%;
  border-bottom: 5px solid #e6ecf0;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-container {
  padding: 0;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
  border: none;
}

.CoveoSearchInterface.coveo-small-recommendation .CoveoResultlist .CoveoResult:first-child {
  border-top: thin solid #bcc3ca;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-header {
  padding: 5px 0 5px 0;
  background-color: #e6ecf0;
  border-bottom: thin solid #bcc3ca;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-title {
  color: #67768b;
}

.CoveoSearchInterface.coveo-small-recommendation #coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-facets #coveo-recommendation-results-column,
.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-results-column {
  width: auto;
  display: block;
}

.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-facets .coveo-recommendation-facet-column {
  width: 30%;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoRecommendation {
  margin: 10px 0;
  padding: 0;
  position: relative;
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.coveo-recommendation-header {
  padding: 10px 0 10px 0;
  background-color: #f7f8f9;
}

.coveo-recommendation-title {
  color: #1d4f76;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
}

.coveo-recommendation-body {
  background: white;
  margin-bottom: 1px;
}

.coveo-recommendation-body .CoveoResultList {
  margin: 0;
}

.coveo-recommendation-body .CoveoResultList .CoveoResult:first-child {
  border-top: none;
}

.coveo-recommendation-body .CoveoResultList .CoveoResult {
  margin: 0;
  padding: 5px 15px;
  border-top: thin solid #bcc3ca;
  border-bottom: none;
}

.coveo-recommendation-column {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
}

#coveo-recommendation-results-column,
.coveo-recommendation-results-column,
.CoveoSearchInterface .coveo-recommendation-results-column {
  width: 49%;
  display: inline-block;
}

#coveo-recommendation-results-column.coveo-no-results,
.coveo-recommendation-results-column.coveo-no-results,
.CoveoSearchInterface .coveo-recommendation-results-column.coveo-no-results {
  width: inherit;
  display: block;
}

#coveo-recommendation-facet-column,
.coveo-recommendation-facet-column,
.CoveoSearchInterface .coveo-recommendation-facet-column {
  display: inline-block;
  vertical-align: top;
}

#coveo-recommendation-facet-column.coveo-no-results,
.coveo-recommendation-facet-column.coveo-no-results,
.CoveoSearchInterface .coveo-recommendation-facet-column.coveo-no-results {
  display: none;
}

#coveo-recommendation-main-section,
.coveo-recommendation-main-section,
.CoveoSearchInterface .coveo-recommendation-main-section {
  max-width: 1450px;
}

#coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column,
.coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column,
.CoveoSearchInterface .coveo-recommendation-main-section.coveo-no-results .coveo-recommendation-column {
  display: none;
}

.CoveoRecommendationQuery,
script.CoveoRecommendationQuery[type='text/x-query-generic'] {
  display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultAttachments .coveo-attachment-sub-container {
  padding: 6px 0px 6px 20px;
}

.CoveoResultAttachments .coveo-attachment-icon {
  margin-right: 5px;
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  position: relative;
  top: 3px;
}

.coveo-result-attachments-container {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  position: relative;
}

.coveo-result-attachments-container .coveo-icon {
  margin: 0px 5px 0px 0px;
}

.coveo-result-attachments-container * {
  vertical-align: middle;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultFolding .coveo-folding-results {
  margin-bottom: 6px;
}

.CoveoResultFolding .coveo-folding-results > .coveo-result-frame > .coveo-result-row {
  margin: 0px;
}

.CoveoResultFolding .coveo-loading-animation {
  margin: auto;
  width: 84px;
  margin-bottom: 10px;
}

.coveo-list-layout .coveo-result-folding-child-result {
  border-left: thin solid #bcc3ca;
  padding: 0px 0px 0px 6px;
}

.coveo-list-layout .coveo-result-folding-child-result:hover {
  border-left: 1px solid #296896;
}

.coveo-list-layout .coveo-folding-normal-caption,
.coveo-list-layout .coveo-folding-expanded-caption,
.coveo-list-layout .coveo-folding-oneresult-caption {
  color: #333333;
}

.coveo-folding-footer-section-for-less,
.coveo-folding-footer-section-for-more {
  display: inline-block;
}

.coveo-folding-normal-caption,
.coveo-folding-expanded-caption,
.coveo-folding-oneresult-caption {
  font-size: 11px;
  margin-bottom: 10px;
}

.coveo-folding-normal-caption.coveo-hidden,
.coveo-folding-expanded-caption.coveo-hidden,
.coveo-folding-oneresult-caption.coveo-hidden {
  display: none;
}

.coveo-folding-footer {
  margin-top: 12px;
  margin-bottom: 3px;
}

.coveo-folding-footer-icon {
  margin-left: 5px;
}

.coveo-folding-more {
  display: inline-block;
  vertical-align: middle;
}

.coveo-folding-more:hover {
  cursor: pointer;
}

.coveo-folding-more .coveo-folding-footer-icon {
  position: relative;
  top: -2px;
}

.coveo-folding-more-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-folding-less {
  display: inline-block;
}

.coveo-folding-less:hover {
  cursor: pointer;
}

.coveo-folding-less .coveo-folding-footer-icon {
  position: relative;
  top: -1px;
}

.coveo-folding-less-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

a.coveo-folding-show-more,
a.coveo-folding-show-less {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:visited,
a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:visited {
  text-decoration: none;
  color: #263e55;
}

a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:hover a,
a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:hover a {
  text-decoration: underline;
}

a.coveo-folding-show-more.coveo-selected *,
a.coveo-folding-show-less.coveo-selected * {
  color: #263e55;
}

.coveo-card-layout a.coveo-folding-show-more,
.coveo-card-layout a.coveo-folding-show-less {
  color: #296896;
  color: #009ddc;
  text-decoration: none;
  cursor: pointer;
}

.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:visited,
.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:visited {
  text-decoration: none;
  color: #009ddc;
}

.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:hover a,
.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:hover a {
  text-decoration: underline;
}

.coveo-card-layout a.coveo-folding-show-more.coveo-selected *,
.coveo-card-layout a.coveo-folding-show-less.coveo-selected * {
  color: #009ddc;
}

.coveo-child-result {
  margin-bottom: 5px;
}

.coveo-child-result * {
  vertical-align: middle;
}

.coveo-card-overlay .coveo-folding-header,
.coveo-card-overlay .coveo-folding-results,
.coveo-card-overlay .coveo-folding-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.coveo-card-overlay .coveo-folding-header {
  margin-top: 10px;
}

.coveo-card-overlay .coveo-result-folding-child-result:not(:last-child) {
  border-bottom: 1px solid #bcc3ca;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultLayout,
.CoveoResultLayoutSelector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.CoveoResultLayout.coveo-result-layout-hidden,
.CoveoResultLayoutSelector.coveo-result-layout-hidden {
  display: none;
}

.coveo-result-layout-selector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 10px 5px;
  border-bottom: thin solid #bcc3ca;
  text-transform: uppercase;
  border-bottom: 2px solid #bcc3ca;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.coveo-result-layout-selector.coveo-selected,
.coveo-result-layout-selector.coveo-selected:hover {
  border-bottom: 2px solid #263e55;
}

.coveo-result-layout-selector:focus {
  outline-width: 1px;
  outline-color: #bcc3ca;
}

.coveo-result-layout-selector:hover {
  color: #263e55;
}

.coveo-result-layout-selector .coveo-icon {
  margin-right: 5px;
  min-width: 14px;
}

.coveo-result-layout-selector.coveo-hidden {
  display: none;
}

.coveo-card-layout-icon {
  width: 16px;
  height: 16px;
  fill: black;
}

.coveo-list-layout-icon {
  width: 19px;
  height: 14px;
  fill: black;
}

.coveo-table-layout-icon {
  width: 18px;
  height: 13px;
  fill: black;
}

.coveo-result-rating-star + .coveo-result-rating-star {
  margin-left: 2px;
}

.coveo-result-rating-star-svg {
  width: 16px;
  height: 16px;
  color: #E1E1E1;
}

.coveo-result-rating-star-active .coveo-result-rating-star-svg {
  color: #D9AF00;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultsFiltersPreferences .coveo-title {
  display: inline-block;
}

.CoveoResultsFiltersPreferences .coveo-choice-container {
  margin-bottom: 2px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-checkbox-span-label {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab,
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  padding-top: 2px;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-input {
  width: 20%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
  width: 20%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  width: 45%;
}

.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section.coveo-section-input .coveo-input-icon.coveo-selected:before {
  bottom: 7px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 5px 6px 5px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters:hover {
  cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-online-help {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  font-weight: bold;
}

.CoveoResultsFiltersPreferences .coveo-online-help:hover,
.CoveoResultsFiltersPreferences .coveo-online-help:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-online-help:hover,
.CoveoResultsFiltersPreferences .coveo-online-help:hover a {
  text-decoration: underline;
}

.CoveoResultsFiltersPreferences .coveo-online-help.coveo-selected * {
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-delete {
  margin-left: 10px;
}

.CoveoResultsFiltersPreferences .coveo-delete:hover {
  cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-delete-svg {
  width: 12px;
  height: 12px;
}

.CoveoResultsFiltersPreferences .coveo-delete-svg .coveo-exclusion-svg {
  fill: #cc0d00;
}

.CoveoResultsFiltersPreferences .coveo-edit:hover {
  cursor: pointer;
}

.CoveoResultsFiltersPreferences .coveo-edit-svg {
  width: 13px;
  height: 13px;
  color: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder {
  display: none;
  position: relative;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder.coveo-active {
  display: block;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder form {
  overflow: hidden;
  padding: 10px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-input {
  width: 100%;
  margin-bottom: 10px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption > div,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression > div {
  height: 100%;
  width: 100%;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 30px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover a {
  text-decoration: underline;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save.coveo-selected * {
  color: #263e55;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close {
  cursor: pointer;
  color: #1d4f76;
  position: absolute;
  top: 6px;
  right: 10px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close .coveo-exclusion-svg {
  fill: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close svg {
  width: 12px;
  height: 12px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover {
  color: #cc0d00;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover .coveo-exclusion-svg {
  fill: #cc0d00;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-save-svg {
  width: 14px;
  height: 12px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-save-svg .coveo-hook-svg {
  fill: #1d4f76;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
  min-height: 100px;
  width: 100%;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab optgroup {
  padding-left: 10px;
}

.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder input[type=submit] {
  display: none;
}

.coveo-results-filter-preferences-breadcrumb .coveo-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  color: #1d4f76;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear {
  color: #cc0d00;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover a {
  text-decoration: underline;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value.coveo-selected * {
  color: #263e55;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value:hover {
  color: #009ddc;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value.coveo-selected * {
  color: #009ddc;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value + .coveo-results-filter-preferences-breadcrumb .coveo-value {
  margin-left: 10px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear {
  position: relative;
  margin-left: 5px;
}

.coveo-results-filter-preferences-breadcrumb .coveo-clear-svg {
  position: absolute;
  top: 4px;
}

/*!
 Material Components for the web
 Copyright (c) 2017 Google Inc.
 License: Apache-2.0
*/
.mdc-select{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));padding-left:0;padding-right:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:calc(100% - 24px);height:32px;-webkit-transition:border-bottom-color .15s cubic-bezier(.4,0,.6,1) 0ms,background-color .15s cubic-bezier(.4,0,.6,1) 0ms;transition:border-bottom-color .15s cubic-bezier(.4,0,.6,1) 0ms,background-color .15s cubic-bezier(.4,0,.6,1) 0ms;border:none;border-bottom:1px solid rgba(0,0,0,.12);border-radius:0;background-repeat:no-repeat;background-position:100%;font-family:Roboto,sans-serif;font-size:.936rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-select[dir=rtl],[dir=rtl] .mdc-select{padding-left:24px;padding-right:0}.mdc-select::-ms-expand{display:none}.mdc-select:focus{border-bottom-color:#3f51b5;border-bottom-color:var(--mdc-theme-primary,#3f51b5);outline:none;background-color:rgba(0,0,0,.06)}.mdc-select[dir=rtl],[dir=rtl] .mdc-select{background-position:0}.mdc-select--theme-dark,.mdc-theme--dark .mdc-select{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");border-bottom:1px solid hsla(0,0%,100%,.12)}.mdc-select--theme-dark:focus,.mdc-theme--dark .mdc-select:focus{border-bottom-color:#3f51b5;border-bottom-color:var(--mdc-theme-primary,#3f51b5);background-color:hsla(0,0%,100%,.09)}.mdc-select__menu{position:fixed;top:0;left:0;max-height:100%;-webkit-transform-origin:center center;transform-origin:center center;z-index:4}.mdc-select__selected-text{-webkit-transition:opacity 125ms cubic-bezier(.4,0,.6,1) 0ms,-webkit-transform 125ms cubic-bezier(.4,0,.6,1) 0ms;transition:opacity 125ms cubic-bezier(.4,0,.6,1) 0ms,-webkit-transform 125ms cubic-bezier(.4,0,.6,1) 0ms;transition:opacity 125ms cubic-bezier(.4,0,.6,1) 0ms,transform 125ms cubic-bezier(.4,0,.6,1) 0ms;transition:opacity 125ms cubic-bezier(.4,0,.6,1) 0ms,transform 125ms cubic-bezier(.4,0,.6,1) 0ms,-webkit-transform 125ms cubic-bezier(.4,0,.6,1) 0ms;white-space:nowrap;overflow:hidden}.mdc-select--open .mdc-select__selected-text{-webkit-transform:translateY(8px);transform:translateY(8px);-webkit-transition:opacity 125ms cubic-bezier(0,0,.2,1) 125ms,-webkit-transform 125ms cubic-bezier(0,0,.2,1) 125ms;transition:opacity 125ms cubic-bezier(0,0,.2,1) 125ms,-webkit-transform 125ms cubic-bezier(0,0,.2,1) 125ms;transition:opacity 125ms cubic-bezier(0,0,.2,1) 125ms,transform 125ms cubic-bezier(0,0,.2,1) 125ms;transition:opacity 125ms cubic-bezier(0,0,.2,1) 125ms,transform 125ms cubic-bezier(0,0,.2,1) 125ms,-webkit-transform 125ms cubic-bezier(0,0,.2,1) 125ms;opacity:0}.mdc-select--disabled,.mdc-select[disabled]{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");border-bottom-style:dotted;cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdc-select--theme-dark.mdc-select--disabled,.mdc-select--theme-dark.mdc-select[disabled],.mdc-theme--dark .mdc-select--disabled,.mdc-theme--dark .mdc-select[disabled]{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.38' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");border-bottom:1px dotted hsla(0,0%,100%,.38)}.mdc-select__menu .mdc-list-item{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.mdc-select__menu .mdc-list-item[aria-selected=true]{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-item,.mdc-theme--dark .mdc-select__menu .mdc-list-item{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-item[aria-selected=true],.mdc-theme--dark .mdc-select__menu .mdc-list-item[aria-selected=true]{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-select__menu .mdc-list-group,.mdc-select__menu .mdc-list-group>.mdc-list-item:first-child{margin-top:12px}.mdc-select__menu .mdc-list-group{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));font-weight:400}.mdc-select__menu .mdc-list-group .mdc-list-item{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-group,.mdc-theme--dark .mdc-select__menu .mdc-list-group{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-group .mdc-list-item,.mdc-theme--dark .mdc-select__menu .mdc-list-group .mdc-list-item{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-multi-select{border-color:rgba(0,0,0,.38);border:1px solid var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));width:250px;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-multi-select--theme-dark,.mdc-theme--dark .mdc-multi-select{border-color:hsla(0,0%,100%,.5);border-color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-multi-select .mdc-list-group{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));margin:16px 0 0;padding:0 0 0 16px;font-weight:400}.mdc-multi-select .mdc-list-group--theme-dark,.mdc-theme--dark .mdc-multi-select .mdc-list-group{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-multi-select .mdc-list-group:last-child{margin-bottom:16px}.mdc-multi-select .mdc-list-group .mdc-list-divider{margin-left:-16px}.mdc-multi-select .mdc-list-item{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));margin:0 0 0 -16px;padding:0 16px}.mdc-multi-select .mdc-list-item--theme-dark,.mdc-theme--dark .mdc-multi-select .mdc-list-item{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-multi-select .mdc-list-item:first-child{margin-top:12px}.mdc-multi-select .mdc-list-item:last-child{margin-bottom:8px}.mdc-multi-select .mdc-list-item:checked{background-color:#fff;background-color:var(--mdc-theme-background,#fff)}.mdc-multi-select .mdc-list-item:checked--theme-dark,.mdc-theme--dark .mdc-multi-select .mdc-list-item:checked{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-multi-select .mdc-list-divider{margin-bottom:8px;padding-top:8px;font-size:0}.mdc-multi-select:focus .mdc-list-item:checked{background-color:#3f51b5;background-color:var(--mdc-theme-primary,#3f51b5)}.mdc-multi-select:focus .mdc-list-item:checked--theme-dark,.mdc-theme--dark .mdc-multi-select:focus .mdc-list-item:checked{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-list-item {
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-form-group {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

.coveo-form-group + .coveo-form-group {
  margin-top: 30px;
}

.coveo-form-group-label {
  color: #1d4f76;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoResultsPerPage {
  margin: 0 0 0 15px;
  display: inline-block;
  float: right;
}

.coveo-results-per-page-text {
  padding-left: 0;
  color: #bcc3ca;
}

.coveo-results-per-page-list {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.coveo-results-per-page-list-item {
  border: thin solid #bcc3ca;
  border-radius: 2px;
  margin: 5px 6px;
  padding: 4px 8px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  color: #009ddc;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
}

.coveo-results-per-page-list-item.coveo-active,
.coveo-results-per-page-list-item:hover {
  color: #cddee9;
  background-color: #1d4f76;
}

.coveo-results-per-page-list-item.coveo-active a,
.coveo-results-per-page-list-item:hover a {
  color: #cddee9;
}

.coveo-results-per-page-no-results {
  display: none;
}

.CoveoResultsPreferences .coveo-checkbox-label {
  display: block;
  margin: 5px 0;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-result-tagging-add-tag {
  display: inline-block;
  margin: 1px 2px;
}

.coveo-result-tagging-add-tag-text {
  color: #DDD;
  font-size: 11px;
}

.coveo-result-tagging-auto-complete-zone {
  display: none;
  position: relative;
}

.coveo-result-tagging-coveo-tag {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  background-color: #4f5658;
  border-radius: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
}

.coveo-result-tagging-coveo-tag span {
  line-height: 14px;
  vertical-align: middle;
}

.coveo-result-tagging-coveo-tag a {
  color: white;
}

.coveo-result-tagging-coveo-tag a:hover {
  color: #DDD;
}

.coveo-result-tagging-add-tag-tick-icon {
  display: inline-block;
  background: #B0B3AE;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
}

.coveo-result-tagging-add-tag-tick-icon span {
  cursor: pointer;
}

.coveo-result-tagging-add-tag-tick-icon-svg {
  width: 9px;
  height: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-clear-icon {
  display: inline-block;
  background: #B0B3AE;
  padding: 0 6px 0 5px;
  height: 22px;
  line-height: 22px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.coveo-result-tagging-clear-icon span {
  cursor: pointer;
}

.coveo-result-tagging-clear-icon-svg {
  width: 8px;
  height: 8px;
}

.coveo-result-tagging-clear-icon-svg .coveo-exclusion-svg {
  fill: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-add-tag-textbox {
  margin: 0;
  border: 1px solid #B0B3AE;
  background: transparent;
  padding: 3px;
  z-index: 10;
  font-size: 10px;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
}

.coveo-result-tagging-add-tag-textbox:focus {
  border-color: #9ecaed;
  box-shadow: inset 0 0 3px #9ecaed;
}

.coveo-result-tagging-tag-zone {
  display: inline-block;
}

.coveo-result-tagging-delete-icon {
  cursor: pointer;
  margin-left: 2px;
}

.coveo-result-tagging-delete-icon-svg {
  width: 8px;
  height: 8px;
}

.coveo-result-tagging-delete-icon-svg .coveo-exclusion-svg {
  fill: rgba(255, 255, 255, 0.5);
}

.coveo-result-tagging-auto-complete {
  position: absolute;
  padding-top: 1px;
  top: 18px;
  left: 0;
  background-color: white;
  border-left: 1px solid #B0B3AE;
  border-bottom: 1px solid #B0B3AE;
  border-right: 1px solid #B0B3AE;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 5;
}

.coveo-result-tagging-auto-complete .coveo-selectable {
  padding: 5px 10px 5px 16px;
  background-color: white;
  font-size: 10px;
  cursor: pointer;
}

.coveo-result-tagging-auto-complete .coveo-selected,
.coveo-result-tagging-auto-complete .coveo-selectable:hover {
  background-color: #d7ebff;
}

.CoveoResultTagging {
  margin: 0 3px;
  font-size: 12px;
}

.CoveoResultTagging * {
  vertical-align: middle;
}

.CoveoResultTagging {
  display: inline-block;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-add-tag {
  display: none;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone {
  display: inline-block;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone .coveo-add-tag-textbox {
  font-size: 11px;
  line-height: 16px;
}

.CoveoResultTagging.coveo-opened .coveo-result-tagging-coveo-tag {
  background-color: #1d4f76;
}

.CoveoResultTagging .CoveoResultTagging.coveo-error input {
  border-color: #c33;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSearchbox.coveo-inline {
  overflow: hidden;
}

.CoveoSearchbox.coveo-inline .magic-box {
  overflow: visible;
}

.CoveoSearchbox .CoveoSearchButton {
  float: right;
  z-index: 2;
  position: relative;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.CoveoSearchbox .magic-box {
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
  width: 15px;
  height: 15px;
  color: #1d4f76;
}

.CoveoSearchbox .magic-box .magic-box-clear:before {
  border-left: none;
}

.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
  content: '';
}

.CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 2px;
}

.CoveoSearchbox .magic-box .magic-box-input > input {
  color: #67768b;
}

.CoveoSettings ~ .CoveoSearchbox {
  margin-right: 76px;
}

.CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox {
  margin: 0;
}

.CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox .coveo-media-max-width-480 {
  margin: 0 20px;
}

@media (max-width: 480px) {
  .CoveoSearchInterface.coveo-waiting-for-query .CoveoSearchbox {
    margin: 0 20px;
  }
}

.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text,
.magic-box.magic-box-hasFocus .magic-box-input .magic-box-underlay .magic-box-ghost-text {
  display: none;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoSettings {
  float: right;
  margin: 0 0 0 36px;
  border-radius: 50%;
  border: thin solid #bcc3ca;
  width: 40px;
  height: 40px;
  top: 5px;
  position: relative;
  cursor: pointer;
}

.coveo-settings-squares {
  width: 100%;
  display: inline-block;
  line-height: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.coveo-settings-square {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  background-color: #67768b;
}

.coveo-settings-square + .coveo-settings-square {
  margin-left: 5px;
  margin-right: 5px;
}

.coveo-settings-square + .coveo-settings-square + .coveo-settings-square {
  margin-left: 0px;
  margin-right: 0px;
}

.coveo-settings-advanced-menu {
  position: absolute;
  background: #e6ecf0;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  min-width: 160px;
  z-index: 11;
}

.coveo-settings-advanced-menu:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 13px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #bcc3ca;
}

.coveo-settings-item {
  clear: both;
  overflow: hidden;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  cursor: pointer;
}

.coveo-settings-item .coveo-icon {
  min-width: 18px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: middle;
}

.coveo-settings-item:hover,
.coveo-settings-item:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-settings-item:hover,
.coveo-settings-item:hover a {
  text-decoration: underline;
}

.coveo-settings-item.coveo-selected * {
  color: #263e55;
}

.coveo-settings-item {
  background: white;
}

.coveo-settings-item:hover {
  background: #e6ecf0;
}

.coveo-settings-item .coveo-settings-text {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 8px 8px 8px;
}

.coveo-settings-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.coveo-settings-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.coveo-settings-item.coveo-share-query .coveo-share-query-svg {
  float: none;
}

.coveo-settings-item.coveo-share-query:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-advanced-search .coveo-advanced-search-svg {
  float: none;
}

.coveo-settings-item.coveo-advanced-search:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-preferences-panel .coveo-preferences-panel-svg {
  float: none;
}

.coveo-settings-item.coveo-preferences-panel:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-authentication-provider .coveo-icon {
  margin-left: 12px;
  margin-right: 8px;
}

.coveo-settings-item.coveo-authentication-provider .coveo-authentication-provider-svg {
  float: none;
}

.coveo-settings-item.coveo-authentication-provider:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-export-to-excel .coveo-icon {
  margin-left: 12px;
  margin-right: 8px;
}

.coveo-settings-item.coveo-export-to-excel .coveo-export-to-excel-svg {
  float: none;
}

.coveo-settings-item.coveo-export-to-excel:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-subscriptions-panel .coveo-subscription-panel-svg {
  float: none;
}

.coveo-settings-item.coveo-subscriptions-panel:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

.coveo-settings-item.coveo-follow-query .coveo-follow-query-svg {
  float: none;
}

.coveo-settings-item.coveo-follow-query:hover .coveo-active-shape-svg {
  fill: #ecad00;
}

.coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-active-shape-svg {
  fill: currentColor;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-share-query-summary-info-label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: initial;
}

.coveo-share-query-summary-info-input {
  width: 100%;
  margin-bottom: 5px;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 5px;
  height: 35px;
  font-size: 14px;
}

.coveo-share-query-svg {
  width: 18px;
  height: 14px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-sort-section {
  text-align: right;
  font-size: 0;
}

.coveo-sort-icon-descending-svg {
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.coveo-sort-icon-ascending-svg {
  display: none;
}

.CoveoSort {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 10px 5px;
  border-bottom: thin solid #bcc3ca;
  text-transform: uppercase;
  border-bottom: 2px solid #bcc3ca;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
  border-bottom: 2px solid #263e55;
}

.CoveoSort:focus {
  outline-width: 1px;
  outline-color: #bcc3ca;
}

.CoveoSort:hover {
  color: #263e55;
}

.CoveoSort .coveo-icon {
  margin-left: 5px;
  position: relative;
}

.CoveoSort .coveo-icon.coveo-hidden {
  visibility: hidden;
}

.CoveoSort.coveo-ascending .coveo-sort-icon-ascending-svg {
  display: inline-block;
  width: 10px;
  height: 6px;
  color: #1d4f76;
}

.CoveoSort.coveo-ascending .coveo-sort-icon-descending-svg {
  display: none;
}

.CoveoSort.coveo-sort-hidden {
  display: none;
}

.CoveoSort.coveo-table-header-sort {
  text-transform: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  display: table-cell;
}

.coveo-result-list-table-header .CoveoSort:not(.coveo-selected) .coveo-icon {
  visibility: hidden;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-small-tabs.coveo-tab-section .coveo-tab-dropdown-header {
  margin-left: auto;
  line-height: 22px;
}

.coveo-small-tabs .CoveoTab {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 12px;
  color: #1d4f76;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
  font-weight: 700;
}

.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
  border-bottom: 0;
}

.coveo-small-tabs .CoveoTab.coveo-selected p,
.coveo-small-tabs .CoveoTab.coveo-selected:hover p {
  border-bottom: 2px solid #263e55;
}

.coveo-small-tabs .coveo-tab-list {
  list-style: none;
  background-color: white;
  border: thin solid #bcc3ca;
  border-radius: 2px;
  padding: 0;
  white-space: nowrap;
}

.coveo-small-tabs .coveo-tab-list * {
  height: 30px;
  line-height: 30px;
  clear: both;
  white-space: nowrap;
}

.coveo-small-tabs .coveo-tab-list li:first-child {
  margin-top: 6px;
}

.coveo-small-tabs .coveo-tab-list li:last-child {
  margin-bottom: 6px;
}

.coveo-small-tabs .coveo-tab-list li:hover {
  background-color: #e6ecf0;
}

.coveo-tab-list-container {
  position: absolute;
  overflow: hidden;
  z-index: 11;
}

.coveo-tab-list-container ol {
  margin: 0;
}

.coveo-more-tabs-svg {
  width: 7px;
  height: 4px;
  color: #1d4f76;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoTab {
  color: #67768b;
  text-decoration: none;
  cursor: pointer;
  height: 52px;
  display: inline-block;
  font-size: 15px;
  padding: 0px 10px 2px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
}

.CoveoTab * {
  display: inline-block;
  vertical-align: middle;
  line-height: 52px;
  margin: 0;
}

.CoveoTab > .coveo-icon {
  margin-right: 5px;
}

.CoveoTab p {
  height: 100%;
}

.CoveoTab.coveo-selected,
.CoveoTab.coveo-selected:hover {
  border-bottom: 2px solid #263e55;
  padding-bottom: 0px;
}

.CoveoTab:hover {
  color: #263e55;
}

.CoveoTab:active,
.CoveoTab:active:focus,
.CoveoTab.coveo-selected {
  outline: none;
}

.coveo-tab-section {
  width: 100%;
  min-height: 52px;
  background-color: #f7f8f9;
  text-align: center;
  border-bottom: 1px solid #bcc3ca;
  font-size: 0;
  white-space: nowrap;
}

.coveo-media-max-width-480 .coveo-tab-section {
  min-height: 40px;
}

.coveo-media-max-width-480 .CoveoTab {
  height: 40px;
}

.coveo-media-max-width-480 .CoveoTab * {
  line-height: 40px;
}

@media (max-width: 480px) {
  .coveo-tab-section {
    min-height: 40px;
  }

  .CoveoTab {
    height: 40px;
  }

  .CoveoTab * {
    line-height: 40px;
  }
}

.CoveoText {
  word-wrap: break-word;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.CoveoTriggers .coveo-trigger-notify {
  padding: 10px 0px;
}

.CoveoTriggers a {
  color: #296896;
  text-decoration: none;
  cursor: pointer;
}

.CoveoTriggers a:hover,
.CoveoTriggers a:visited {
  text-decoration: none;
  color: #263e55;
}

.CoveoTriggers a:hover,
.CoveoTriggers a:hover a {
  text-decoration: underline;
}

.CoveoTriggers a.coveo-selected * {
  color: #263e55;
}

/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/

/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/

.coveo-simplefilter-header-wrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  display: block;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  padding: 0 0 0 15px;
}

.coveo-simplefilter-header-wrapper .coveo-media-max-width-800 {
  padding: 0 0 0 10px;
}

.coveo-simplefilter-header-wrapper .coveo-media-max-width-800.coveo-no-results {
  max-width: 100%;
}

@media (max-width: 800px) {
  .coveo-simplefilter-header-wrapper {
    padding: 0 0 0 10px;
  }

  .coveo-simplefilter-header-wrapper.coveo-no-results {
    max-width: 100%;
  }
}

.coveo-simplefilter-header-wrapper.coveo-no-results {
  max-width: 75%;
  margin: auto;
}

.coveo-results-column .coveo-simplefilter-header-wrapper.coveo-no-results {
  margin: 0;
  padding-left: 0;
  text-align: left;
}

.coveo-dropdown-background {
  display: none;
}

.coveo-dropdown-background-active {
  opacity: 0.9;
  display: block;
}

.CoveoSimpleFilter {
  cursor: pointer;
  padding: 5px 0;
  box-sizing: content-box;
  margin: 0 10px 5px 0;
  display: inline-block;
  position: relative;
  border: thin solid #bcc3ca;
  background-color: white;
  max-width: 250px;
  min-width: 150px;
}

.CoveoSimpleFilter:hover {
  background-color: #e6ecf0;
}

.coveo-simplefilter-selecttext {
  margin-left: 5px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.coveo-simplefilter-select {
  color: #1d4f76;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  overflow: hidden;
  width: inherit;
  pointer-events: none;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  height: 20px;
}

.coveo-simplefilter-toggle-svg-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}

.coveo-simplefilter-circle {
  display: inline-block;
  letter-spacing: 0.4px;
  background-color: white;
  border: 2px solid #1d4f76;
  border-radius: 50%;
  color: #1d4f76;
  font-size: 13px;
  font-weight: bold;
  min-height: 20px;
  min-width: 20px;
  line-height: 16px;
  padding: 0 3px 0 3px;
  text-align: center;
  margin: 0 3px;
  pointer-events: none;
}

.coveo-simplefilter-circle-hidden {
  display: none;
}

.coveo-simplefilter-value-container {
  display: none;
  border: thin solid #bcc3ca;
  position: absolute;
  right: -1px;
  box-sizing: content-box;
  background-color: white;
  top: 28px;
  width: 100%;
  text-align: left;
}

.coveo-simplefilter-value-container .coveo-checkbox-button {
  border: thin solid #bcc3ca;
  border-radius: 2px;
}

.coveo-simplefilter-value-container .coveo-checkbox-span-label {
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  margin-left: 6px;
}

.coveo-simplefilter-value-container .coveo-checkbox-button {
  vertical-align: middle;
}

.coveo-simplefilter-value-container .coveo-checkbox-label {
  white-space: nowrap;
  width: 100%;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.coveo-simplefilter-value-container label {
  display: inline-block;
}

.coveo-simplefilter-value-container-expanded {
  display: inline-block;
  z-index: 20;
}

.coveo-simplefilter-value-container label:hover {
  background-color: #e6ecf0;
}

.coveo-simplefilter-breadcrumb-title {
  color: #67768b;
  margin-right: 14px;
}

.coveo-simplefilter-breadcrumb-value {
  cursor: pointer;
  color: #1d4f76;
  color: #296896;
  text-decoration: none;
  cursor: pointer;
  color: #009ddc;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}

.coveo-simplefilter-breadcrumb-value .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-simplefilter-breadcrumb-value .coveo-simplefilter-breadcrumb-clear svg {
  width: 12px;
  height: 12px;
}

.coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear {
  color: #cc0d00;
}

.coveo-simplefilter-breadcrumb-value:hover .coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-simplefilter-breadcrumb-value:hover,
.coveo-simplefilter-breadcrumb-value:visited {
  text-decoration: none;
  color: #263e55;
}

.coveo-simplefilter-breadcrumb-value:hover,
.coveo-simplefilter-breadcrumb-value:hover a {
  text-decoration: underline;
}

.coveo-simplefilter-breadcrumb-value.coveo-selected * {
  color: #263e55;
}

.coveo-simplefilter-breadcrumb-value:hover {
  color: #009ddc;
}

.coveo-simplefilter-breadcrumb-value.coveo-selected * {
  color: #009ddc;
}

.coveo-simplefilter-breadcrumb-clear {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 5px;
  cursor: pointer;
  color: #1d4f76;
}

.coveo-simplefilter-breadcrumb-clear .coveo-exclusion-svg {
  fill: #1d4f76;
}

.coveo-simplefilter-breadcrumb-clear .coveo-breadcrumb-clear-all-icon svg {
  width: 12px;
  height: 12px;
}

.coveo-simplefilter-breadcrumb-clear:hover .coveo-breadcrumb-clear-all-icon {
  color: #cc0d00;
}

.coveo-simplefilter-breadcrumb-clear:hover .coveo-breadcrumb-clear-all-icon .coveo-exclusion-svg {
  fill: #cc0d00;
}

.coveo-simplefilter-breadcrumb-clear-svg {
  position: absolute;
  top: -15px;
}

.coveo-simplefilter-toggle-down-svg {
  margin: 0 5px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  color: #1d4f76;
  width: 10px;
  height: 6px;
}

.coveo-simplefilter-empty {
  display: none;
}


/*# sourceMappingURL=CoveoFullSearch.css.map*/
* {
    margin: 0;
    padding: 0;
}

#MainBody #MainChannel, #contentframe #productAndDoc #Content{
    width: 100%;
}

.page-container {
  max-width: 1150px;
  padding: 0;
  -ms-overflow-x: hidden;
}

.hideClass {
display : none;
}

.col3-manipulation {
	display: inline-block;
    width: 32.3%;
}
.col65-manipulation {
	display: inline-block;
    width: 65%;
}
.col30-manipulation {
	display: inline-block;
    width: 30%;
}
.col2-manipulation {
	display: inline-block;
    width: 49%;
}
.col1-manipulation {
	display: inline-block;
    width: 100%;
}

/* alert message starts here */

.alert-container {
  position: static;
  top: 150px;
  width: 100%;
  max-width: 1400px;
  color: #ffffff;
  background-color: #d83f05;
  z-index: 1;
}
.alert-message {
  padding: 15px 0;
  font-family: "proximaNova-Regular";
  font-size: 16px;
  padding-left: 70px;
  text-align:center;
}
.alert-message p{
   margin-bottom:0;
   margin-right:50px;
}
.alert-message-label {
  font-family: "proximaNova-Bold";
  margin-right: 5px;
}
.alert-message-link {
  font-family: "proximaNova-Bold";
  margin-left: 5px;
  color: inherit;
}
.alert-message-link:hover {
  font-family: "proximaNova-Bold";
  margin-left: 5px;
  text-decoration: underline;
  color: inherit;
}
.closeWrap{
    display:flex;
    align-items: center;
    justify-content: flex-end;

}
.close-button {
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  padding: 0 11px;
  margin: 7px -80px;
  float: right;
  margin: 7px -80px 14px 7px;
  margin-right: 0px;
  cursor:pointer;
}

.close-button::before {
  content: "X";
  font-size: 14px;
  vertical-align: 7px;
  margin: 0px -1px;
}
}
.close-button:hover {
  border-color: #000;
  color: #000;
  cursor: pointer;
}

/* alert message ends here */
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
/* alert message starts here */
  .alert-container-side-padding {
    padding-left: 4%;
    padding-right: 4%;
  }
  /* alert message ends here */
}
@media only screen and (min-width: 576px) {
/* alert message starts here */
  .alert-container-side-padding {
    padding-left: 4%;
    padding-right: 4%;
  }
  .alert-message {
      padding-left: 40px;
  }
  /* alert message ends here */
}
@media only screen and (min-width: 768px) {
/* alert message starts here */
  .alert-container-side-padding {
    padding-left: 4%;
    padding-right: 4%;
  }
  /* alert message ends here */
}
@media only screen and (min-width: 1200px) {
/* alert message starts here */
  .alert-container-side-padding {
    padding-left: 8%;
    padding-right: 8%;
  }

  .alert-container{
    position: static;
    z-index: 1;
    margin-top: -28px;
   }
  /* alert message ends here */
}

@media only screen and (max-width: 768px) {
/* alert message starts here */
  .alert-container{
      position: static;
  }
  /* alert message ends here */
}
a.home-page-logo:hover {
    text-decoration: none !important;
}
.author-css {
    height: 250px;
}
/* language selector css */
div#revampRegisteredProductFormPopup {
    background: #FFFFFF;
    border: 3px solid #000000;
    font-size: 11px;
    padding-right: 0 !important;
}

#revampRegisteredProductFormPopup {
    width: 330px;
    margin: 0 auto;
    height: initial;
}
/*Login popup on Additional Services*/
div#loginFormPopup {
    background: #FFFFFF;
    border: 3px solid #000000;
    font-size: 11px;
}

#loginFormPopup {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    min-height: 250px;
    heigth: auto;
}

/* changes for form 16 July 2019 starts */

#loginFormPopup .modal-dialog {
	margin: 0;
}

#loginFormPopup .modal-header {
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}

#loginFormPopup .modal-header span {
    float: left;
    margin: 2px 0px;
    font-size: 12px;
    color: #fff;
    font-family: Verdana,Arial,sans-serif;
}

#loginFormPopup .modal-header .close {
    margin: -19px -22px;
}

#loginFormPopup .modal-body {
    border: 0;
    padding: .5em 1em;
    background: none;
    zoom: 1;
    margin-left: 10px;
    margin-bottom: 20px;
}

.loginForm {
    margin-top: 15px;
    font-size: 12px;
}

.loginForm form {
    margin-bottom: 1px;
}

.loginForm label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
        font-family: Verdana,Arial,sans-serif;
}

.loginForm input[type='text'], .loginForm input[type='password'] {
    border: 1px solid #CCC;
    box-shadow: 0px 0px 3px 1px #CCC;
    height: 25px;
    width: 97%;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-top: 1px;
}

.loginForm input#btnSignIn {
    box-sizing: border-box;
}

.loginForm input.submitBtn {
    width: 60px;
    padding: 3px 0px 5px;
    height: 24px;
    cursor: pointer;
    margin-top: 0px;
    border: none;
}

.loginForm .forgotPwd {
    display: block;
    font-size: 11px;
    margin-top: 2px;
    margin-right: 12px;
    font-weight: normal;
    color: #FF3B00;
}

.loginForm .loginButton {
    float: right;
    background-color: #3498db;
    background-image: linear-gradient(to bottom, #aaaaaa, #aaaaaa);
    border-radius: 3px;
    margin: -20px 10px 10px;
    color: #FFF;
}

.loginHelpLinks a {
    display: inline-block;
    font-size: 12px;
    margin-top: 0px;
    top: 8px !important;
    font-weight: bold;
    color: #222222;
}

/*STRY0012370 */
.sessionExpirationButton{
	width: auto;
	padding: 3px 10px;
	height: 30px;
	cursor: pointer;
	margin: 10px 10px;
	border: none;
	float: right;
	background-color: #FF3B00;
	color: white;
	/* margin: -20px 10px 10px; */
}
.sessionexpiration p{
	color:#FF3B00;
	font-weight:bold;
}

.fancybox-opened {
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 1000px;
    height: 562px !important;
}
.fancybox-opened .fancybox-skin {
    padding: 0 !important;
}
.fancybox-type-iframe .fancybox-inner{
	width: 100% !important;
	height: 562px !important;
}
.row:before, .row:after {
    display: none !important;
}

#eula-form .parbase.text p {
    line-height: 14px;
   color: rgba(89,89,89,1);
}
#eula-form .previous_modal_dialog.modal-dialog.modal-lg {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}
#eula-form .previous_modal_dialog .modal-content {
  z-index: 200;
  background: #fff;
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 5px 10px;
  box-shadow: 0px 10px 29px -11px #000;
  border: 1px solid #ddd;
  border-radius: 7px;
  color: rgb(89,89,89);
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 10.5px;
  line-height: 1.231;
}
#eula-form .previous_modal_dialog .modal-content .acceptButton{
    font-size: 12px;
}
#eula-form .previous_modal_dialog .modal-section .modal-header{
   padding: 0px 10px;
}
#eula-form .previous_modal_dialog .modal-section .modal-header .close {
    opacity: 0.3;
}
.loginBoxOpen{
	visibility: hidden;
}
@media only screen and (max-width: 767px){
    #eula-form .previous_modal_dialog .modal-content {
        z-index: 200;
        background: #fff;
        width: 100%;
        min-width: 411px;
        height: auto;
        padding: 5px 10px;
        box-shadow: 0px 10px 29px -11px #000;
        border: 1px solid #ddd;
        border-radius: 7px;
        color: rgb(89,89,89);
        font-family: arial,helvetica,clean,sans-serif;
        font-size: 10.5px;
        line-height: 1.231;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    #eula-form .previous_modal_dialog .modal-content {
        z-index: 200;
        background: #fff;
        width: 100%;
        min-width: 700px;
        height: auto;
        padding: 5px 10px;
        box-shadow: 0px 10px 29px -11px #000;
        border: 1px solid #ddd;
        border-radius: 7px;
        color: rgb(89,89,89);
        font-family: arial,helvetica,clean,sans-serif;
        font-size: 10.5px;
        line-height: 1.231;
        position:absolute;;
        left:-350px;
    }
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('../../polycom-support-product-page/resources/PolycomService/css/images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3em; } 
button.ui-button-icons-only { width: 3.2em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 1.8em; }
.ui-button-text-icons .ui-button-text { padding-right: 1.8em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-icon-primary, .ui-button-text-icons .ui-icon-primary, .ui-button-icons-only .ui-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-button-set { margin-right: 7px; }
.ui-button-set .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: -8px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_highlight-soft_75_cccccc_1x100.pngrces/PolycomService/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_glass_75_e6e6e6_1x400.pngage/resources/PolycomService/css/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_glass_75_dadada_1x400.pngage/resources/PolycomService/css/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_glass_65_ffffff_1x400.pngage/resources/PolycomService/css/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_glass_55_fbf9ee_1x400.pngage/resources/PolycomService/css/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_glass_95_fef1ec_1x400.pngage/resources/PolycomService/css/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(/etc/designs/polycom-support-product-page/resources/PolycomService/css/Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(/etc/designs/polycom-support-product-page/resources/PolycomService/css/Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(../../polycom-support-product-page/resources/PolycomService/css/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(/etc/designs/polycom-support-product-page/resources/PolycomService/css/Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(clientLibs/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(clientLibs/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(clientLibs/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(clientLibs/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(clientLibs/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(clientLibs/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(clientLibs/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(clientLibs/css/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(clientLibs/css/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(clientLibs/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(clientLibs/css/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(clientLibs/css/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(clientLibs/css/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(clientLibs/css/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(clientLibs/css/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(clientLibs/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(clientLibs/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; top: 50%; left: 35%;}
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; background-position-x: -80px; background-position-y: -128px;}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(clientLibs/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(clientLibs/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(clientLibs/css/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(clientLibs/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(clientLibs/images/fancybox_sprite.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(clientLibs/images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
