@charset "UTF-8";

.ist-breadcrumb__spacer { 
    left: auto !important;
    right: 4% !important;
    position: absolute;
    text-align: right;
    top: 12px !important;
    width: 100%;
    z-index: 999;
}
.ist-breadcrumb__spacer.top50 { 
    top: -50px !important;
}

.ist-breadcrumb__ml20 {
    margin-left: 20px !important;
    position: relative;
    top: 1px;
}

.ist-button.ist-button--secondary:visited {
    color: #0b41cd;
}
.ist-button.ist-button--secondary:hover {
    opacity: 0.7;
}

.ist-breadcrumb__spacer .ist-button--secondary {
    background-color: #fff !important;
}

.ist-button.ist-button--small {
    min-height: 2.2rem !important;
    padding: .3rem .75rem !important;
}

.ist-button.ist-button--secondary {
    border: 1px solid #0b41cd;
    align-items: center;
}

.ist-button {
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    border-radius: 3px;
    cursor: pointer;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    text-decoration: none !important;
    transition: background-color .15s 
ease-out;
}

.ist-button .ist-button__text {
    word-break: break-word;
}

.ist-button--small .ist-button__text {
    font-size: .8125rem;
    line-height: 1.2;
}

.ist-button__text {
    letter-spacing: .05em;
    position: relative;
}

.main_index_wrapper.container-lg,
.trials_container.container-lg {
    position: relative;
}
