.glossary-wrapper {
    background: linear-gradient(180deg, rgb(12, 71, 232) 0%, rgb(10, 61, 201) 100%);
    width: 100vw;
    padding-bottom: 100px;
}

.navbar-sticky-wrapper {
    background: linear-gradient(180deg, rgb(12, 71, 232) 0%, rgb(10, 61, 201) 100%);
    width: 100vw;
}

.navbar-sticky-wrapper.is--fixed {
    position: fixed;
    left: 0;
    top: 0;
}

.glossary-hub-search-section {
    width: 100%;
    padding: 30px 20px 60px 20px;
}
.glossary-navbar-wrapper {
    width: 100%;
}
.glossary-navbar {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    padding-bottom: 13px;
    padding-top: 18px;
}

.glossary-modal-content img {
  max-width: 120% !important;
  margin-left: -10%;
}

.glossary-navbar-item {
    margin-left: 4px;
    text-align: center;
    width: 34px;
    height: 32px;
}

.glossary-navbar-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 18px;
}

.glossary-navbar-link:hover {
    color: rgba(255, 255, 255, 1);
}

.glossary-hub-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
    padding-top: 30px;
}

.glossary-letter {
    margin-top: 0px;
    padding-top: 40px;
}

.glossary-hub-search-container {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.glossary-hub-search-icon {
    position: absolute;
    z-index: 1000;
    top: 14px;
    left: 15px;
}

.glossary-hub-search-input {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 0;
    color: #000;
    font-size: 19px;
    line-height: 1.5;
    padding: 20px 20px 20px 40px;
}

.glossary-hub-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0,0,0,0.15);
  opacity: 1; /* Firefox */
}

.glossary-hub-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0,0,0,0.15);
}

.glossary-hub-search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0,0,0,0.15);
}

.glossary-hub-hero {
    background: rgb(13,71,232);
    padding: 50px 0 20px 0;
}
.glossary-hub-container {
    max-width: 950px;
    padding: 0px 20px;
    margin: 0 auto;
}
.glossary-hub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
}
.glossary-hub-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 50px;
    padding-bottom: 0px;
    max-width: 630px;
}

.glossary-header-close {
    width: 30px;
}


.post-header {
    display: none !important;
}

.glossary-inner {
    max-width: 875px;
    margin: 0px auto;
    padding: 30px 20px;
}

.footer-newsletter {
    display: none !important;
}

.footer {
    margin-top: -50px;
    border-bottom: none !important;
    border-top: none !important;
    background-image: linear-gradient(180deg, rgb(10, 61, 201) 0%, rgb(8, 48, 159) 100%) !important;
}

.navbar-inverse {
     background-color: rgb(12, 71, 232) !important;
}

.navbar-nav .btn-default {
     background-color: rgb(12, 71, 232) !important;
}

.navbar-static-top {
    margin-bottom: 0px !important;
}

.col-sm-12 {
    padding: 0px !important;
}

.glossary-modal {
    background: white;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 36px;
    padding-bottom: 128px;
}

.glossary-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.glossary-modal-title {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}

.glossary-byline {
  margin-bottom: 25px;
  margin-left: 2px;
}

.glossary-byline a {
  font-weight: bold;
  color: black;
}

.glossary-header-link {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    color: white;
}

.glossary-header-link:hover {
    text-decoration: none;
    color: #FFC107;
}

.glossary-header-slash {
    color: rgba(255, 255, 255, 0.3);
}

.glossary-modal-content {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.glossary-modal-content h2 {
    padding-top: 5px;
}

.glossary-modal-content h3 {
    font-size: 23px;
}

.glossary-hub-card-list {
    margin: 0px auto;
}

.glossary-hub-card-list-inner {
    max-width: 750px;
    margin: auto;
    padding: 20px 30px;
}

.glossary-hub-card {
    margin-bottom: 25px;
    padding-top: 40px;
}

.glossary-hub-card-title {
    color: rgb(13,71,232);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.5;
}

.glossary-hub-card-title:hover {
    color: #d48d1c;
    text-decoration: none;
}

.glossary-wrapper #key-takeaways img {
  margin-left: 0 !important;
}

.container {
    width: 100vw !important;
}
@media (min-width: 1200px) {
    .container {
        width: 100vw !important;
    }
}
@media(min-width: 992px) {
    .container {
        width: 100vw !important;
    }
}

@media(max-width: 900px) {
    .glossary-navbar {
        max-width: 100%;
        overflow-x: scroll;
        margin-left: 0px;
    }
    .glossary-navbar-item {
        margin-right: 30px;
    }
    .glossary-hub-title {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media(max-width: 850px) {
    .glossary-inner {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .glossary-header {
        padding: 20px 30px;
    }
    .glossary-modal {
        padding: 30px;
    }
    .glossary-modal-title {
        font-size: 40px;
    }
    .glossary-modal-content h2, 
    .glossary-modal-content h3 {
        font-size: 24px;
    }
    .glossary-modal-content {
        font-size: 17px;
    }
}

@media(min-width: 768px) {
    .container {
        width: 100vw !important;
    }
}

