#faqs {
  border-top: 120px solid transparent;
  margin: -120px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/*
.imagebg.tiers {
	background: rgb(250,213,4);
	background: linear-gradient(180deg, rgba(250,213,4,1) 0%, rgba(244,169,28,1) 100%);
}
*/
.tiers table { font-size: 0.96em }
.tiers table th, .tiers table td { padding-top: 0.46em; padding-bottom: 0.46em }
tbody>tr>td:first-child,
table thead>tr>th:first-child{ 
	background-color: #E9EDF4;
	font-weight: 500;
	text-align: left;
}
tbody>tr>td,
table thead>tr>th {
	background-color: #D7E4BD;
	font-weight: 500;
	text-align: center;
}
table thead>tr>th { font-weight: 600 }
tbody>tr:first-child td:first-child,
tbody>tr:nth-child(2) td:first-child,
tbody>tr:nth-child(3) td:first-child { padding-left: 0.92857143em }
tbody>tr td:first-child { padding-left: 2em }

tbody>tr:nth-child(1) td,
tbody>tr:nth-child(2) td,
tbody>tr:nth-child(3) td { background-color: #C3D69B }
tbody>tr:nth-child(1) td:first-child,
tbody>tr:nth-child(2) td:first-child,
tbody>tr:nth-child(3) td:first-child { background-color: #B9CDE5 !important }
tbody>tr:not(:last-child) >td { border-bottom: 1px solid #fff!important }
.boxed h3 { margin-top: 0 }
ul.faq-list {
	list-style-type: none !important;
	margin: 0 !important;
}
ul.faq-list .h5 { margin-bottom: 4px; color: #00487A }
/*Accordion*/
.page-content ul.accordion  {
	list-style-type: none;
	margin: 0;
}

.page-content ul.accordion .accordion__title { 
	margin-bottom: 0;
}
.page-content ul.accordion .accordion__content { padding: 0; background-color: #fff; }
.page-content ul.accordion .accordion__content p { padding: 1em 1em 1em 2.5em; margin-bottom: 0 }
.page-content ul.accordion .accordion__content ul,
.page-content ul.accordion .accordion__content ol {
	padding: 0.5em 1em 1em 2.5em;
    margin-bottom: 0;
}
.page-content ul.accordion .accordion__content .container { padding-left: 2.5em; padding-bottom: 1em }
.page-content ul.accordion li { 
	margin-bottom: 0.92857143em;
	background-color: #e5f7fb;
}
.page-content ul.accordion a.btn { 
	margin: 1em 1em 1em 2.5em;
    border: 1px solid #f1703d;
    background-color: #f1703d;
    color: #fff;
    box-shadow: 0px 3px 0px -1px rgb(220 85 32);
	transition: all 0.1s;
	padding: 4px 15px;
}
.page-content ul.accordion li.active .accordion__title {
    border: none;
    border-radius: 0;
}
.page-content ul.accordion li.active {
    border-radius: 4px;
}
.page-content ul.accordion li.active .accordion__title {
    border: none;
    border-radius: 0;
}
.page-content ul.accordion li.active .accordion__title:hover {
    border: none;
    border-radius: 0;
}
.page-content ul.accordion .accordion__title { opacity: 1; }
.page-content ul.accordion li .accordion__title:hover, .page-content ul.accordion li.active { border: 1px solid #00487a; }
.page-content ul.accordion li.active .accordion__title { background-color: #00487a }
.page-content ul.accordion .accordion__content p {
	padding: 1em;
    margin-bottom: 0;
}
.faq-wrapper .lead {
	color: #000;
	margin-top: 1em;
	opacity: 1;
}









