.boilerplate-view {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.boilerplate-loading-indicator {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
}

.boilerplate--loading .boilerplate-loading-indicator {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(assets/loader-ie9.gif);
}

.boilerplate--error .boilerplate-loading-indicator {
    display: block;
}

.boilerplate-loading-message {
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 60px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    text-align: center;
}

#view-container {
    z-index: 1000000;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.map-container {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    box-shadow: 0px 0px 20px #959595;
}

.fullscreen {
    z-index: 1000000;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.center-style {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.hug-bottom {
    position: absolute;
    bottom: 10px;
}

.clickable {
    cursor: pointer;
}

.card-fade {
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 0px #959595;
    transition: box-shadow 300ms ease-in-out;
}

.card-fade:hover {
    box-shadow: 0px 0px 20px #959595;
}

.card-image-caption {
    transition: all 0.3s ease-in-out;
}

.view-exit-button {
    position: absolute;
    margin: 15px;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
}

.app-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.view-exit-icon {
    position: absolute;
    top: 3px;
    left: 7.25px;
}

.view-exit-icon > svg {
    fill: currentColor;
    pointer-events: none;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    padding-right: .15em;
}

.open-out-container {
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: 23px;
    margin-bottom: 0.70rem;
    margin-right: 0.25rem;
    cursor: pointer;
}

.open-out-icon {
    position: relative;
    display: inline-block;
    margin: 0px;
    margin-right: 0.5rem;
    padding: 0px;
    opacity: 0.75;
}

.open-out-icon:focus {
    border: none;
    opacity: 1;
}

.open-out-icon:hover {
    opacity: 1;
}

.header-image {
    padding-top: 0.75rem;
    height: 40px;
    width: auto;
    float: left;
    margin-right: 1.5rem;
}

.thumbnail-min {
    padding-top: 66.5%;
    height: 0px;
}

.top-nav-link {
    float: right;
    margin-right: 1.5rem;
}

.item-description-text {
    font-size: 0.9em;
    padding-bottom: 1rem;
}

.author-text {
    padding-right: 5px;
    font-style: italic;
    max-width: calc(100% - 5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toolbar-tooltip:hover:before {
    display: inline-block;
    top: -9px;
    right: 50%;
    margin-right: -5px;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.80);
    content: "";
    position: absolute;
    z-index: 1000001;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, 0.75);
    pointer-events: none;
    max-width: 250px;
}

.toolbar-tooltip:hover:after {
    content: attr(aria-label);
    font-size: 0.875rem;
    display: inline-block;
    position: absolute;
    z-index: 1000000;
    padding: 0.3875rem 0.775rem;
    color: white;
    font-size: 0.875rem;
    text-align: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.80);
    top: auto;
    bottom: 100%;
    right: 20%;
    margin-bottom: 9px;
    line-height: 1.5;
    transform: translateX(20%);
    border-radius: 4px;
    width: 22em;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 250px;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate;
}

.card-below-image-caption {
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.55rem;
    padding: .35rem 1.25rem .35rem 1.25rem;
}

.break-word {
    word-wrap: break-word;
}

@media screen and (max-width: 1200px) and (min-width: 860px) {
    .block-group-5-up>.block {
        -ms-flex-preferred-size: calc(25% - 1.5rem);
        flex-basis: calc(25% - 1.5rem);
        width: calc(25% - 1.5rem);
    }
}

@media screen and (max-width: 640px) and (min-width: 480px) {
    .block-group-5-up>.block {
        -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
    }
}

.top-nav-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    float: right;
    margin-right: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #4c4c4c;
    padding: 1.1625rem 0 calc(1.1625rem - 4px) 0;
    border: none;
    border-bottom: 4px solid transparent;
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.top-nav-btn:hover {
    border-bottom-color: #0079c1;
    text-decoration: none;
}

.header-search-form {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 160px;
}

.drawer-block-list > * {
    display: block;
    float: none;
}

.full-width-grid-container {
    width: auto;
    max-width: none;
    margin: 0;
    flex: 1 1 auto;
}

.full-width-grid {
    float: none;
    margin: 0 auto;
}

#viewDiv {
    min-height: 100%;
    display: flex;
    flex-flow: column;
}

.pager-class {
    flex: 0 1 auto;
    background-color: white;
}

.no-click {
    pointer-events: none;
}

.menu-title {
    font-weight: 400;
    font-style: normal;
    font-size: 1.2019rem;
    text-align: right;
    margin-right: 1.5rem;
    margin-bottom: 0;
    padding-top: 1.125rem;
    line-height: 1.5rem;
}

.top-nav-btn.mobile-sign-in {
    padding: 0;
}

.top-nav-title {
    max-width: calc(50% - 120px - 3rem);
    max-height: calc(4.5rem - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 479px) {
    .top-nav-title {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 859px) {
    .top-nav-title {
        font-size: 1.1305rem;
    }
}

/** RTL **/
html[dir="rtl"] .full-width-grid {
    float: none;
} 

html[dir="rtl"] .top-nav-title {
    white-space: normal;
}

html[dir="rtl"] header img.header-image {
    float: right;
    margin-left: 1.5rem;
    margin-right: auto;
}

html[dir="rtl"] header .top-nav-link {
    float: left;
    margin-left: 1.5rem;
    margin-right: auto;
}

html[dir="rtl"] header .top-nav-btn {
    float: left;
    margin-left: 1.5rem;
    margin-right: auto;
}

html[dir="rtl"] .open-out-container {
    text-align: left;
    right: auto;
    left: 0px;
    margin-left: 0.25rem;
    margin-right: auto;
}

html[dir="rtl"] .open-out-icon {
    margin-left: 0.5rem;
    margin-right: auto;
}

html[dir="rtl"] .toolbar-tooltip:hover:after {
    left: 20%;
    right: auto;
    text-align: right;
    transform: translateX(-20%);
}

html[dir="rtl"] .menu-title {
    text-align: left;
    margin-left: 1.5rem;
    margin-right: auto;
}

/* html[dir="rtl"] .top-nav-title {
    max-width: calc(50% - 120px - 3rem);
    overflow: hidden;
    text-overflow: ellipsis;
} */