/*!

 */


/*!
Backgrounds
 */
 
 
.bg-grey {
  background-color: #343837; } 
  
 .bg-light-grey {
  background-color: #EFEFEF; }   
   
  .bg-dark-red {
  background-color: #BD212F; }  
  
  .bg-light-red {
  background-color: #ED2228; }
  
   .bg-black {
  background-color: #000000; }
  
   .bg-white {
  background-color: #FFFFFF; }
 
 .bg-grey-silver {
  background-color: #c8c9cb; } 
 
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-grey {
  color: #343837 !important; }
  
   .text-dark-red {
  color: #BD212F !important; }
  
  .text-light-red {
  color: #ED2228 !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;} 
  

     @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: #ED2228;
  border-color: #ED2228;
  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: #ED2228;
    border-color: #ED2228; }
  .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: #ED2228;
    border-color: #ED2228; }
  .btn-search:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-search.dropdown-toggle {
    color: #ffffff;
    background-color: #ED2228;
    border-color: #ED2228; }
    .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); }
      
      
      
      
  @media(min-width: 768px) {

  .carousel-item {
    margin-right:0 !important;
  }
  
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}    



#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: #ED2228;
  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: #000000;
  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;
}

.img-gall-thumb {
    width: 270px; /* You can set the dimensions to whatever you want */
    height: 210px;
    object-fit: cover;
  }   
    
  
@media (min-width: 992px){
		.dropdown-menu .dropdown-toggle:after{
			border-top: .3em solid transparent;
		    border-right: 0;
		    border-bottom: .3em solid transparent;
		    border-left: .3em solid;
		}

		.dropdown-menu .dropdown-menu{
			margin-left:0; margin-right: 0;
		}

		.dropdown-menu li{
			position: relative;
		}
		.nav-item .submenu{ 
			display: none;
			position: absolute;
			left:100%; top:-7px;
		}
		.nav-item .submenu-left{ 
			right:100%; left:auto;
		}

		.dropdown-menu > li:hover{ background-color: #f1f1f1 }
		.dropdown-menu > li:hover > .submenu{
			display: block;
		}
	}
 

   .gcard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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, 0.125);
  border-radius: 0.25rem;
}

.gcard > hr {
  margin-right: 0;
  margin-left: 0;
}

.gcard > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.gcard > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.gcard > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.gcard > .gcard-header + .list-group,
.gcard > .list-group + .gcard-footer {
  border-top: 0;
}

.gcard-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 170px;
  padding: 1.25rem;
}

.gcard-title {
  margin-bottom: 0.75rem;
}

.gcard-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.gcard-text:last-child {
  margin-bottom: 0;
}

.gcard-link:hover {
  text-decoration: none;
}

.gcard-link + .gcard-link {
  margin-left: 1.25rem;
}

.gcard-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.gcard-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.gcard-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.gcard-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.gcard-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.gcard-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.gcard-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.gcard-img,
.gcard-img-top,
.gcard-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.gcard-img,
.gcard-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.gcard-img,
.gcard-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.gcard-deck .gcard {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .gcard-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .gcard-deck .gcard {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.gcard-group > .gcard {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .gcard-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gcard-group > .gcard {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .gcard-group > .gcard + .gcard {
    margin-left: 0;
    border-left: 0;
  }
  .gcard-group > .gcard:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .gcard-group > .gcard:not(:last-child) .gcard-img-top,
  .gcard-group > .gcard:not(:last-child) .gcard-header {
    border-top-right-radius: 0;
  }
  .gcard-group > .gcard:not(:last-child) .gcard-img-bottom,
  .gcard-group > .gcard:not(:last-child) .gcard-footer {
    border-bottom-right-radius: 0;
  }
  .gcard-group > .gcard:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .gcard-group > .gcard:not(:first-child) .gcard-img-top,
  .gcard-group > .gcard:not(:first-child) .gcard-header {
    border-top-left-radius: 0;
  }
  .gcard-group > .gcard:not(:first-child) .gcard-img-bottom,
  .gcard-group > .gcard:not(:first-child) .gcard-footer {
    border-bottom-left-radius: 0;
  }
}

.gcard-columns .gcard {
  margin-bottom: 0.75rem;
} 
    
   .hgcard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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, 0.125);
  border-radius: 0.25rem;
}

.hgcard > hr {
  margin-right: 0;
  margin-left: 0;
}

.hgcard > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.hgcard > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.hgcard > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.hgcard > .hgcard-header + .list-group,
.hgcard > .list-group + .hgcard-footer {
  border-top: 0;
}

.hgcard-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 20px;
  padding: 1.25rem;
}

.hgcard-title {
  margin-bottom: 0.75rem;
}

.hgcard-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.hgcard-text:last-child {
  margin-bottom: 0;
}

.hgcard-link:hover {
  text-decoration: none;
}

.hgcard-link + .hgcard-link {
  margin-left: 1.25rem;
}

.hgcard-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.hgcard-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.hgcard-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.hgcard-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.hgcard-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.hgcard-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.hgcard-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.hgcard-img,
.hgcard-img-top,
.hgcard-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.hgcard-img,
.hgcard-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.hgcard-img,
.hgcard-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.hgcard-deck .hgcard {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .hgcard-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .hgcard-deck .hgcard {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.hgcard-group > .hgcard {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .hgcard-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .hgcard-group > .hgcard {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .hgcard-group > .hgcard + .hgcard {
    margin-left: 0;
    border-left: 0;
  }
  .hgcard-group > .hgcard:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .hgcard-group > .hgcard:not(:last-child) .hgcard-img-top,
  .hgcard-group > .hgcard:not(:last-child) .hgcard-header {
    border-top-right-radius: 0;
  }
  .hgcard-group > .hgcard:not(:last-child) .hgcard-img-bottom,
  .hgcard-group > .hgcard:not(:last-child) .hgcard-footer {
    border-bottom-right-radius: 0;
  }
  .hgcard-group > .hgcard:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .hgcard-group > .hgcard:not(:first-child) .hgcard-img-top,
  .hgcard-group > .hgcard:not(:first-child) .hgcard-header {
    border-top-left-radius: 0;
  }
  .hgcard-group > .hgcard:not(:first-child) .hgcard-img-bottom,
  .hgcard-group > .hgcard:not(:first-child) .hgcard-footer {
    border-bottom-left-radius: 0;
  }
}

.hgcard-columns .hgcard {
  margin-bottom: 0.75rem;
} 
