.post-type-archive-glossary-terms #topmenu .topmenu-inner {
    box-shadow: 0 2px 18px 0 rgba(157, 156, 156, 0.21);
}

section.glossary_banner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    height: 738px;
    /* height: 38vw; */
    /* display: flex; */
    /* align-items: center; */
    padding-top: 115px;
}

.glossary_breadcrumbs, .glossary_breadcrumbs a {
    color: #1d0241;
    font-size: 14px;
}

.glossary_banner_title {
    margin: 80px 0 20px 0;
    font-size: 60px;
}

.glossary_banner_description {
    margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 1.25em;
    width: 32%;
}

section.glossary_terms {
    margin-bottom: 200px;
}

section.glossary_terms .container {
    padding: 0 125px;
}

.glossary_term {
    margin-top: 60px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 45px;
}

.glossary_term:last-child {
    border: none;
}

.glossary_term_icon {
    width: 170px;
    margin-right: 50px;
}

.glossary_term_icon img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.glossary_term_content {
    width: 60%;
}

.glossary_term_content a {
    text-decoration: none !important;
}

.glossary_term_title {
    margin: 0;
    color: #1d0241;
    font-size: 40px;
    font-weight: bold;
}

.glossary_term_excerpt {
    margin-top: 28px;
    color: #1d0241;
    font-size: 24px;
    line-height: 1.25em;
}

.glossary_term_cta {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.glossary_term_button {
    background-color: #ffa602;
    color: #ffffff;
    text-decoration: none !important;
    width: 170px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

a.glossary_term_button:hover {
    color: #1d0241;
}

.glossary_term svg {
    margin-top: 12px;
    width: 150px;
    height: 150px;
    padding: 20px;
}

.glossary_term.index_1 svg {
    fill: #ffffff;
    background-color: #28138b;
}

.glossary_term.index_2 svg {
    fill: #ffffff;
    background-color: #0465ff;
}

.glossary_term.index_3 svg {
    fill: #ffffff;
    background-color: #ffa602;
}

.glossary_term.index_4 svg {
    fill: #2a128a;
    background-color: #e9f2ff;
}

.glossary_index {
    margin: 60px 0;
    border-left: 1px solid #1d0241;
}

.glossary_index a {
    color: #1d0241;
    padding: 0;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Ample-Light';
    transition: all 0.1s ease;
    text-decoration: none;
    border: 1px solid #1d0241;
    border-left: none;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 44px;
}

.glossary_index a:hover {
    background-color: #1d0241;
    color: #ffffff;
    transition: all 0.1s ease;
}

.glossary_index span {
    color: #1d02415c;
    padding: 0;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Ample-Light';
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid #1d0241;
    border-left: none;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 44px;
}

#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffa602;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
}

#scrollToTopButton:hover {
    color: #000000;
}

@media (min-width:1025px) and (max-width:1600px) {
	
	section.glossary_terms .container {
    padding: 0;
}
	
section.glossary_banner {
	    padding-top: 60px;
    background-size: 58%;
    height: 625px;
}

.glossary_banner_title {
    margin: 55px 0 20px 0;
}
	
}


@media (max-width:767px) {
	
section.glossary_banner {
    background: none !important;
    padding: 0;
    height: auto;
}

.mobile_glossary_banner_image {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 500px;
}

.single-glossary .glossary_breadcrumbs {
    display: none;
}

.glossary_banner_title {
    margin: 40px 0 20px 0;
    font-size: 40px;
}

.glossary_banner_description {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
}

section.glossary_terms {
    margin-bottom: 80px;
}

section.glossary_terms .container {
    padding: 0 25px;
}

.glossary_term {
    margin-top: 45px;
    display: block;
    padding-bottom: 35px;
}

.glossary_term_icon {
    width: 119px;
    margin-right: 0;
}

.glossary_term_icon img {
    width: 119px;
    height: 119px;
}

.glossary_term_content {
    width: 100%;
}

.glossary_term_title {
    margin: 20px 0 0 0;
    font-size: 24px;
}

.glossary_term_excerpt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
}

.glossary_term_cta {
    margin-top: 15px;
    width: 100%;
    justify-content: flex-start;
}

.glossary_index {
    margin: 25px 0 -25px 0;
    border-left: none;
}

.glossary_index a, .glossary_index span {
    font-size: 25px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 1px;
    border: 1px solid #1d0241 !important;
}

#scrollToTopButton {
    bottom: 10px;
    right: 15px;
    padding: 12px;
    font-size: 16px;
}
	
}

@media (max-width:600px) {
.mobile_glossary_banner_image {
    height: 400px;
}
}
@media (max-width:400px) {
    .mobile_glossary_banner_image {
        height: 250px;
    }
    }