/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.rs-accordion-style1 .card {
  border: 0;
}
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #f0f0f0;/*was ff3115*/
  color: #000000;   /*was color: #ffffff;*/
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #f0f0f0;   /*was color: #f0f0f0;*/
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
.rs-accordion-style1 .card .card-body  ul {
  padding: 5px 0px 0px; /*was  5px 5px 5px;*/
  list-style-type: none
}
.rs-accordion-style1 .card .card-body ul li {
  padding: 5px 5px 5px;
}
.rs-accordion-style1 .card .card-body ul li a {
  padding: 5px 0px 0px;/*was  5px 5px 5px;*/
    color: #6a6a6b;
    font-size: 18px;
}
							
.button.button-red1 {
    background-color: #C00000; 
    color: white; 
    border: 2px solid #C00000; 
/*    padding: 10px 20px;*/
    text-align: center;
/*    text-decoration: none;*/
    border-radius: 5px; 
    display: inline-block;
    transition: all 0.3s ease;
}


.button.button-red1:hover {
    background-color: transparent !important;
    color: #C00000 !important; 
}
