/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 17:37:49 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#read-more:focus {
outline: none;
}
.kk-footer-container { display: block;
    width: 100%;
  font-size: 1.5rem;
}
.kk-footer {
    display: flex;
justify-content: space-between; margin: 0 auto;
max-width: 1180px;
padding: 50px 10px;
width: 95%; }

.kk-footer-title {
  font-weight: 700;
  padding: 0 0 15px 0;
}

.kk-footer a{
color:#48484a!important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.kk-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px 0;
}
.kk-footer a:hover{
color:#AB212B!important; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
@media (max-width: 799px) { .kk-footer {
padding: 20px 10px 0;
text-align: center; 
display:block;}
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* .container.kk-accordian{
    text-align: left;
  margin: 0 auto;
  padding: 10px 0px 0px;
  width: 100%;

} */
.kk-heading {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 22px;
}

/* .accordion a, */  .accordion h2 {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.75rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0px;
      margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 20px;
}

.accordion h3{
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.75rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0px;
      margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 20px;
}

.accordion h2:hover,  .accordion h2:hover::after,  .accordion h3:hover,  .accordion h3:hover::after {
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  color: #ab222b;
}

.accordion h2.active, .accordion h3.active {
  color: #ab222b;
  border-bottom: 1px solid #ab222b;
}

 .accordion h2::after,  .accordion h3::after {
    content: "+";
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #7288a2;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
}

 .accordion h2.active::after,  .accordion h3.active::after {
   content: "-";
  color: #ab222b;
      font-weight: 800;
    font-size: 22px;
}

 .accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

 .accordion .content p {
 font-family: 'Open Sans', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 1em;
}

 .accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.container.kk-accordian {
    width: auto;
    padding: 0;
}
.kk-accordian.kk-content .content h3 {
    cursor: auto;
}

.kk-accordian .accordion h3::after{
	display:none;
}

