body {
	
}

.dotsafter
{
  display: flex;
  width: 100%;
}


.dotsafter:after {
  border-bottom: 1px dotted #aaa;
  content: '';
  flex: 1;
  transform:translateY(-50%);
}


.ce-bodytext p a {
	color: blue;
}

.ce-bodytext p a:hover {
	text-decoration: underline !important;
}





/* Accordion */
.accordion .card-header > h2 > button {
    display: block;
    width: 100%;
    text-align: left;
    color: #1e2022;
    padding: 0.9rem 1.25rem;
    font-weight:400;
}

.accordion .card-header > h2 > button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    float: right;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.accordion .card-header > h2 > button.collapsed:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
}

.accordion .card-header {
    padding: 0;
    background-color: white;
    border-bottom: 1px solid #e7eaf3;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    ;
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid #e7eaf3;
    border-bottom-right-radius: 0;
}

.accordion > .card .card-header {
    margin-bottom: 0px;
}

.accordion .card-body {
    color: #77838f;
    font-weight: 400;
}



.accordion.accordion-v2 > .card {
    border: none;
}

.accordion.accordion-v2 > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}


.accordion.accordion-v3 {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom:none;
        border-radius: 5px;
    box-shadow: 0 3px 6px rgba(46,61,73,0.03);
}



.accordion.accordion-v3 .card-header > h2 > button {
    font-weight: 500;   
    padding: 1.1rem 1.75rem;
}

.accordion.accordion-v3 .card-header {
    border-bottom: 0px solid #e7eaf3;
}

.accordion.accordion-v3 .card-header > h2 > button {
    border-bottom: 0px solid #e7eaf3;
}

.accordion.accordion-v3 > .card {
    border: none!important;
    border-bottom: 1px solid #e7eaf3!important;
}

.accordion.accordion-v3 .card-body {
    padding: 25px 0 30px;
    margin: 0 30px 0 33px;
    border-top: 1px solid #e7eaf3;
 
}

.accordion.accordion-v3 .card-header [aria-expanded="true"] {
    background: #fafbfd;
}
.accordion.accordion-v3 .collapse.show{
    background-color: #fafbfd;
}


/* End Accordion */


/* CTA */

.ecccontent-footer-cta {
	position: fixed;
	bottom: 0;
	z-index: 20;
}








