/*Color Variables should be changed for evry site*/


/* new: small button */

.btn-container {
  height: 55px;
  position: relative;
}


.btn-small {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   width: 55%;
	text-transform: uppercase;
	line-height: 1 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-align: center;
	letter-spacing: .05rem !important;
	text-rendering: optimizeLegibility !important;
	-webkit-appearance: none !important;
	border-radius: 1000px !important;
    	padding: 12px 25px !important;
    	transition: color .3s,background-color .3s,border-color .3s !important;
}

/* Make links size inherit from their parent */
a {
	font-size: inherit;
    line-height: inherit;
}

/*ADDED: Accordion Section & Expand/Collapse Cards*/
.accordion-content2 {
	padding: 50px 20px;
}



ul li {
font-size: 1.125rem
}


