.pstglossary {
    line-height: 1.3;
}
.pstglossary h1 {
    height: auto;
    margin-bottom: 30px;
}
#pstg_letters {
    position: sticky;
    top: 155px;
    z-index: 100;
    background-color: white;
    text-align: center;
    padding: 5px;
}
@media (max-width:1230px) {
    #pstg_letters {
        top: 198px;
    }
}
@media (max-width:968px) {
    #pstg_letters {
        top: 110px;
    }
}

#pstg_letters ul {
    list-style: none;
    margin: 0;
}
#pstg_letters ul li {
    display: inline-block;
    vertical-align: top;
}
#pstg_letters ul li .pstg-top-letter {
    border: 1px solid #CCCCCC;
    border-left: none;
    display: block;
    padding: 5px 6px;
    text-transform: uppercase;
    background: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#pstg_letters ul li .pstg-top-letter.last-letter {
    border-radius: 0 4px 4px 0;
}
#pstg_letters ul li .pstg-top-letter:hover {
    background: #e8e8e8;
    text-decoration: none;
}
#pstg_letters ul li:first-of-type {
    border-left: 1px solid #CCCCCC;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#pstg_letters ul li .pstg-top-letter.disabled {
    cursor: default;
    color: #ccc;
}
#pstg_letters ul li .pstg-top-letter.disabled:hover {
    background: white;
}
.pstg-top-text {
    margin-bottom: 30px;
}
.pstg-top-text img {
    max-width: 100%;
    height: auto;
}
#pstg_words ul li {
    list-style: none;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.pstg-letter {
    background: #F15722;
    display: inline-block;
    width: 40px;
    height: 43px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
}
.pstg-letter:before,
.pstg-letter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    _border-color: #f15622 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    bottom: -6px;
}
.pstg-letter:before {
    border-width: 6px 20px 0 0;
    border-color: #f15622 transparent transparent transparent;
    left: 0;
}
.pstg-letter:after {
    border-width: 0 20px 6px 0;
    border-color: transparent #f15622 transparent transparent;
    right: 0;
}
.pstg_letter_row {
    margin-bottom: 40px;
}
.pstg_letter_row li {
    padding-bottom: 10px;
}
.pstg_letter_row a {
    color: #444444;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pstg_letter_row a:hover {
    border-bottom: 1px solid #444444;
    text-decoration: none;
}
.pstg_lr_items {
    padding-top: 4px;
}
.pstg-desc-preview {
    font-size: 0.85em;
    color: #888;
    padding-top: 5px;
}
.pstg_lr_items li {
    padding-bottom: 14px;
}
.pstg-item-link,
.pstg-item-popup {
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 1;
}
.pstg-item-link:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.pstg-item-popup:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}
.pstg-tooltip_templates {
    display: none;
}
.pstg-search {
    text-align: center;
}
.pstg-search .btn {
    width: auto;
    padding: 4px 6px;
    vertical-align: top;
}
.pstg-search .form-control {
    border: 1px solid #ccc;
    padding: 4px 6px;
}
.pstg-terms-table {
    width: 100%;
    border-collapse: collapse;
}
.pstg-terms-table th {
    font-weight: bold;
    padding: 10px 5px;
    vertical-align: top;
}
.pstg-terms-table td {
    padding: 10px 5px;
    vertical-align: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pstg-items-list .pstg-item-wrp {
    padding: 20px;
    background: #efefef;
    position: relative;
    top: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
}
.pstg-items-list .pstg-item-h {
    margin-bottom: 9px;
    padding-bottom: 1px;
}
.pstg-items-list .pstg-item-h a {
    font-size: 1.6em;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.3s;
    -moz-transition: border-bottom 0.3s;
    -ms-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    word-break: break-word;
}
.pstg-items-list .pstg-item-desc {
    word-break: break-word;
}
.pstg-items-list .pstg-item-h a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}
#pstg-items-grid {
    margin-left: -6px;
    margin-right: -6px;
    padding: 0;
}
#pstg-items-grid .grid-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
#pstg-items-grid.grid-vertical {
    columns: 3;
}
#pstg-items-grid.grid-vertical li {
    width: 100%;
}

.pstg-center {
    text-align: center;
}
.pstg-pagination {
    display: inline-block;
}
.pstg-pagination a,
.pstg-pagination span.pag {
    color: black;
    float: left;
    padding: 8px 9px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 20px 3px 0;
    font-size: 0.9em;
    background: white;
}
.pstg-pagination a.active {
    background-color: #989898;
    color: white;
    border: 1px solid #989898;
}
.pstg-pagination span.pag {
    opacity: 0.5;
    cursor: default;
}
.pstg-pagination a.disabled:hover {

}
.pstg-pagination a:hover:not(.active) {background-color: #ddd;}
.pstg_search_input {
    max-width: 300px;
    display: inline-block;
}
.pstg-return {
    margin-top: 30px;
}
.pstg-item-desc img {
    max-width: 100%;
}
.pstg-item-wrp iframe {
    max-width: 100%;
    height: auto;
}
#module-pstglossary-item .pstg-products-wrp {
    margin-top: 40px;
    overflow: hidden;
}
#module-pstglossary-item .pstg-products-wrp h2 {
    margin-bottom: 15px;
}
#module-pstglossary-glossary .pstg-item-img-wrp {
    text-decoration: none;
    border: none;
}
#module-pstglossary-glossary .pstg-item-img-wrp img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#pstg-items-grid .col-xs-5ths,
#pstg-items-grid .col-sm-5ths,
#pstg-items-grid .col-md-5ths,
#pstg-items-grid .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
}
#pstg-items-grid .col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    #pstg-items-grid .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    #pstg-items-grid .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    #pstg-items-grid .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
#module-pstglossary-item .rte .page-heading,
#module-pstglossary-glossary .rte .page-heading {
    margin-bottom: 1.5rem;
}
#pst_modal_content {
    overflow: visible;
    max-width: 650px;
    padding: 2rem;
}
#pst_modal_content .rte .page-heading {
    margin: 0 0 1.5rem;
}
#pst_modal_content .pstg-spin-wrp {
    text-align: center;
}
#pst_modal_content .pstg-dual-spin {
    display: inline-block;
    width: 80px;
    height: 80px;
}
#pst_modal_content .pstg-dual-spin:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ccc;
    border-color: #ccc transparent #ccc transparent;
    animation: pstg-dual-spin 0.6s linear infinite;
}
@keyframes pstg-dual-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.jquery-modal.pstg-blocker {
    background: rgba(0, 0, 0, 0.5);
}