.help-center-content {
	width: 100%;
}
.help_center_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
}
.help_center_box {
    width: 30%;
}
@media(max-width: 800px) {
	.help_center_box {
	    width: calc(50% - 8px);
	    margin: 0;
	}
}
@media(max-width: 375px) {
	.help_center_inner {
        flex-direction: column;
    }
    .help_center_box {
        width: 100%;
    }
}
.help_center_box .help_center_heading {
    font-size: 18px;
    padding: 0 0 5px;
    border-bottom: 1px solid #aba9a9;
}
.help_center_list ul {
    padding: 0;
    list-style: none;
}
.help_center_list ul a {
    font-size: 15px;
}

/* CSS Document */
h2 {
	color: inherit;
	font-weight: bold;
    margin-bottom: 4px;
    font-size: 20px;
}
h3 {
    color: #333;
    font-size: 16px;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 3px;
}
.help_content_container h1 {
	margin-left: 0px;
	margin-right: 0px;
}

.help_nav_title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
@media (min-width: 769px) {
	.help_nav_title {
		display: none;
	}
}
.help_content_container {
}
.help_content_container a {
    text-decoration: underline;
}

.active_page {
/*	background-color: white;
    border-left: 5px solid #0645AD;
    box-shadow: 0px -1px 0px #DFDFDF inset, 0px 1px 0px #DFDFDF inset;
    margin-left: -5px;
    width: calc(100% + 20px) !important;
    background: white !important;*/
    font-weight: bold;
}

@media (max-width: 850px){
	.active_page {
/*	    margin-left: 0px !important;
	    padding-left: 11px !important;
	    border-left: 4px solid #0645AD !important;*/
	}
}

@media(max-width: 640px) {
	.help_content_container h1 {
		font-size: 30px;
	}
}
.help_header img {
	max-width: 100%;
	margin-top: 10px;
    margin-bottom: 10px;
}
.h2 {
    font-size: 24px;
}
.glossary_description {
    font-style: italic;
    color: #666666;
}
.letters {
    margin-bottom: 10px;
}
.letters a {
    font-size: 20px;
    padding: 0 1px;
    text-decoration: none;
}
.letters a:after {
    content: " | ";
}
.letters a:nth-last-child(1):after {
    content: none;
}
.glossary_start_line {
    width: 100%;
    border-bottom: 1px solid grey;
}
.right_fixed_navigation {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 180px;
    height: auto;
    background: white;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
    display: none;
}
.right_fixed_navigation a {
    float: left;
    width: 15%;
    font-size: 18px;
    text-align: center;
    padding: 3px 0;
}
.quick_nav {
    text-align: center;
    font-weight: bold;
}
.hide_box {
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
    color: #214677;
    float: right;
}

.addl_links {
    width: 100%;
    display: inline-block;
}
.highlight {
    background: yellow;
}
@media (max-width:1400px) {
    .right_fixed_navigation {
        bottom: 0;
        left: 0;
        width: calc(100% - 80px);
        height: auto;
        padding: 0;
        border-radius: 0;
        z-index: 1;
    }
}