/**
 * @file
 * Stylesheet for Rules module debugging.
 */

.dictionary-alphabetical-list ul{
	list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
    padding: 15px 0;
}

.dictionary-alphabetical-list li{
  margin: 0;
	padding: 0;
list-style-type: none;
	display: inline-block;
	font-size: 2.33333333rem;
	font-weight: 500;
    color: #ff6b00;
    text-transform: uppercase;
	width: 3.0%;
}

.dictionary-alphabetical-list a{
  margin: 0;
	padding: 0;
	color: #ff6b00;
}

.dictionary-alphabetical-list a:hover{
  margin: 0;
	padding: 0;
	color: #ff6b00;
}

.alphabetical-key h3{
	font-size: 50px;
	color: #ff6b00;
	width: 40px;
    text-align: center;
}

.article-dictionary {
    margin-bottom: 25px;
}

.dictionary-alphabetical-list .no-content{
	color: #d3d3d3;
}

.has-content{
	
}
.alp-active {
    border-bottom: 4px solid;
}

@media only screen and (max-width:991px) {
	
.dictionary-alphabetical-list ul {
    margin: 0 0 20px 0;
}	
.alphabetical-key h3 {
    font-size: 35px;
}
.dictionary-alphabetical-list li {
    font-size: 1.5rem;
}
	
	
	
}

@media only screen and (max-width:767px) {
.alphabetical-key h3 {
    font-size: 40px;
}
.article-dictionary {
    margin-bottom: 30px;
}
	
	.dictionary-alphabetical-list li{
	width:auto;
		text-align: center;
		font-size: 1.0rem;
		display: block;
		font-weight: 400;
		margin: 0 0 5px 0;
}
	
	.dictionary-alphabetical-list {
    position: absolute;
    width: auto;
    right: 20px;
    z-index: 1;
}
	
	.dictionary-alphabetical-list ul {
    display: block;
		width: auto;
}
	
.faqs-list .accordion, .faqs-list .card-body {
    padding: 0px 45px 8px 10px !important;
}
	
.alp-active {
    border-bottom: 2px solid;
}	
	
}

.insurance-wrapper ul.tabs{
    Text-align: center;
    margin: 30px 0px;
    padding: 0px;
}

.insurance-wrapper ul.tabs li.active{
    border: 1px solid #F96B23 !important;
    position: relative;
}

.insurance-wrapper ul.tabs li{
    margin: 20px;
    padding: 10px 60px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline;
    background: none;
    list-style-type: none;
    white-space: nowrap;
}

.insurance-wrapper ul.tabs li a.insurance-type-tabs{
    color: black;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}

.insurance-wrapper ul.tabs li.active a.insurance-type-tabs:after{
    content: " ";
    right: 15px;
    position: absolute;
    background: url(/themes/custom/rsa_base/images/orange-tick.png) no-repeat left center;
        background-size: auto;
    width: 18px;
    height: 18px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}












