/*!

 */
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: 200;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: white; }


.bg-grey {
  background-color: #343837; } 
  
 .bg-light-grey {
  background-color: #EFEFEF; }   
   
  
.bg-dark-blue {
  background-color: #00447d; }  
  
  .bg-light-blue {
  background-color: #00abc9; }
  
 
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-grey {
  color: #333 !important; }
  
   .text-dark-blue {
  color: #00447d !important; }
  

 
 .text-main {
  font-size: 24px;}
  
  .text-small {
  font-size: 19px;}
  
  .text-med {
  font-size: 21px;}

.text-lrg {
  font-size: 25px;}
 
.text-xlrg {
  font-size: 28px;}  
  
  .text-footer {
  font-size: 14px;} 
  
  .text-home-rhs {
  font-size: 12px;} 


.border-black {
  border-color: #000000 !important; }



     @media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
 @media (max-width: 850px) {
  .hidden-x {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.btn-search {
  color: #ffffff;
  background-color: #00447d;
  border-color: #00447d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-search:hover {
    color: #fff;
    background-color: #00447d;
    border-color: #00447d; }
  .btn-search:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(54, 197, 185, 0.5); }
  .btn-search.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #00447d;
    border-color: #00447d; }
  .btn-search:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-search.dropdown-toggle {
    color: #ffffff;
    background-color: #00447d;
    border-color: #00447d; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(54, 197, 185, 0.5); }


#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #FFFFFF;
  display: block;
  text-align: left;
  background: #00abc9;
  color: #FFFFFF;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #00447d;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #FFFFFF;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #FFFFFF;
  line-height: 30px;
  color: #222;
}