/* ------------------------------------------------
 Author: SIF
------------------------------------------------ */
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
#faqs-search-form {
  background: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(171, 194, 212, 0.06), 0 3px 20px rgba(171, 194, 212, 0.13);
  -moz-box-shadow: 0 3px 20px rgba(171, 194, 212, 0.06), 0 3px 20px rgba(171, 194, 212, 0.13);
  box-shadow: 0 3px 20px rgba(171, 194, 212, 0.06), 0 3px 20px rgba(171, 194, 212, 0.13);
  border-radius: 6px;
  min-height: 60px;
  position: relative; }
  #faqs-search-form.closed {
    height: 60px;
    overflow: hidden; }
  #faqs-search-form .icon-search {
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translate(-50%, -50%); }
    #faqs-search-form .icon-search svg {
      color: #7C8C9C; }
  #faqs-search-form .form-control {
    background: transparent;
    border: none;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px 0 55px;
    border: none !important; }
  #faqs-search-form #btn-search {
    position: absolute;
    right: 20px;
    top: 10px;
    display: none; }
  #faqs-search-form .form-control:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #faqs-search-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C5CCD3; }
  #faqs-search-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C5CCD3; }
  #faqs-search-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #C5CCD3; }

@media (min-width: 768px) {
  #faqs-search-form #btn-search {
    display: block; } }
/* Autocomplete */
.ui-widget-content {
  border: none;
  background: #00416a;
  -webkit-box-shadow: -8px 9px 32px 0px rgba(173, 182, 217, 0.17);
  -moz-box-shadow: -8px 9px 32px 0px rgba(173, 182, 217, 0.17);
  box-shadow: -8px 9px 32px 0px rgba(173, 182, 217, 0.17);
  border-radius: 0 0 6px 6px;
  z-index: 99;
  max-height: 500px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden; }
  .ui-widget-content li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-family: "DIN", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05); }
    .ui-widget-content li.ui-autocomplete-category {
      text-transform: uppercase;
      font-weight: 400;
      background: #00416a; }
      .ui-widget-content li.ui-autocomplete-category:hover {
        background: rgba(255, 255, 255, 0.09); }
    .ui-widget-content li.ui-autocomplete-subcategory {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400;
      background: rgba(255, 255, 255, 0.02);
      padding: 10px 20px 10px 40px; }
      .ui-widget-content li.ui-autocomplete-subcategory:hover {
        background: rgba(255, 255, 255, 0.09); }
    .ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
      padding: 10px 20px 10px 60px;
      font-size: 14px;
      letter-spacing: 0.5px; }
      .ui-widget-content li.ui-menu-item .ui-menu-item-wrapper:before {
        display: inline-block;
        content: '';
        height: 1px;
        width: 5px;
        background: #fff;
        vertical-align: middle;
        margin-right: 5px; }
      .ui-widget-content li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        border: none;
        font-weight: 400; }

#faq-left-sidebar p.category {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1.125rem;
  color: #004f90; }
#faq-left-sidebar ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  list-style: none;
  margin-bottom: 0;
  text-align: left; }
  #faq-left-sidebar ul li {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    line-height: 2;
    position: relative;
    text-decoration: none; }
    #faq-left-sidebar ul li a {
      text-decoration: none; }
    #faq-left-sidebar ul li.active {
      font-weight: bold; }
      #faq-left-sidebar ul li.active:before {
        content: '';
        width: 30px;
        height: 2px;
        background: #ff8300;
        position: absolute;
        top: 15px;
        left: -40px; }
    #faq-left-sidebar ul li span {
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #288dc1; }

p.faq-list-category {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 20px;
  letter-spacing: 0.5px; }
  p.faq-list-category a {
    position: relative;
    color: #288dc1;
    display: block;
    padding-bottom: 15px; }
    p.faq-list-category a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: #ff8300; }

.faq-list li {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  .faq-list li:last-of-type a {
    border: none; }
  .faq-list li a {
    padding: 15px 20px 15px 0;
    line-height: 1.4;
    display: block;
    position: relative;
    border-bottom: 1px solid #eef3f6;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    .faq-list li a:before {
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      width: 12px;
      color: #e6ecf0;
      margin-right: 3px;
      position: absolute;
      right: 0;
      top: 15px;
      font-weight: 400;
      transition: all .2s ease-in; }
    .faq-list li a:hover {
      color: #ff8300 !important;
      background: -moz-linear-gradient(125deg, #f7f9fb 0%, rgba(255, 255, 255, 0.5) 70%);
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f7f9fb), color-stop(70%, rgba(255, 255, 255, 0.5)));
      background: -webkit-linear-gradient(125deg, #f7f9fb 0%, rgba(255, 255, 255, 0.5) 70%);
      background: -o-linear-gradient(125deg, #f7f9fb 0%, rgba(255, 255, 255, 0.5) 70%);
      background: -ms-linear-gradient(125deg, #f7f9fb 0%, rgba(255, 255, 255, 0.5) 70%);
      background: linear-gradient(125deg, #f7f9fb 0%, rgba(255, 255, 255, 0.5) 70%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fb', endColorstr='rgba(255,255,255,0.5)', GradientType=1); }
      .faq-list li a:hover:before {
        color: #ff8300; }

.faqs {
  border-top: 1px solid #eef3f6; }
  .faqs .panel {
    margin-top: 0;
    border: 0;
    border-bottom: 1px solid #eef3f6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; }
    .faqs .panel span {
      padding-right: 30px;
      display: block; }
  .faqs a {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    display: block;
    padding: 24px 0 10px;
    text-decoration: none; }
  .faqs ul {
    list-style: disc; }
  .faqs .panel-heading {
    padding: 0;
    border-radius: 0;
    background: none; }
    .faqs .panel-heading a {
      position: relative;
      color: #288dc1;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .faqs .panel-heading a:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 2px;
        content: '';
        background: #ff8300;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out; }
      .faqs .panel-heading a:hover {
        color: #288dc1; }
        .faqs .panel-heading a:hover i {
          color: #ff8300 !important; }
    .faqs .panel-heading a[data-toggle="collapse"][aria-expanded="true"]:before {
      width: 40px; }
    .faqs .panel-heading .panel-collapse > .list-group,
    .faqs .panel-heading .panel-collapse > .panel-body {
      border: none; }
    .faqs .panel-heading .accordion-toggle i {
      width: 12px;
      transition: all .2s ease-in;
      transform: rotate(0deg);
      margin-right: 3px;
      position: absolute;
      right: 0;
      top: 30px;
      color: #9ab6cb; }
    .faqs .panel-heading .accordion-toggle.collapsed i {
      transition: all .2s ease-in;
      transform: rotate(45deg);
      color: #e6ecf0; }
  .faqs .panel-collapse {
    padding-top: 20px; }
    .faqs .panel-collapse .panel-body {
      position: relative;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      opacity: 0;
      border: none; }
  .faqs .panel-collapse.show .panel-body {
    opacity: 1; }

ul.widget-tag-cloud {
  vertical-align: middle; }
  ul.widget-tag-cloud li a {
    min-width: 53px;
    text-align: center; }

#faq-title {
  font-size: 32px; }

/*# sourceMappingURL=styles_faq.css.map */
