*{font-family:Microsoft Jhenhei}
.breadcrumb,
.breadcrumb a {
    height: 33px;
    display: inline-block;
}

.breadcrumb {
    margin: 0 0 1.2rem !important;
    padding: 0;
    overflow: hidden;
}

.breadcrumb a {
    text-rendering: optimizeLegibility;
    line-height: 33px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    padding: 0 10px 0 20px;
    position: relative;
}

.breadcrumb a:first-child {
    padding-left: 16px;
}

.breadcrumb a:last-child,
.breadcrumb input[type=text] {
    padding-right: 16px;
}

.breadcrumb a:after,
.breadcrumb a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    /* make left half the height */
    border-left: 10px solid transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 2;
}

.breadcrumb a:before {
    margin-left: 1px;
    z-index: 1;
}

.breadcrumb a:last-child {
    color: #fff;
}

.breadcrumb a:last-child {
    pointer-events: none;
    cursor: default;
}

.breadcrumb a:last-child:after,
.breadcrumb a:last-child:before,
.breadcrumb input[type=text] {
    border: none;
}

.breadcrumb input[type=text] {
    -webkit-appearance: none;
    display: inline-block;
    text-indent: 24px;
    padding: 0 16px;
    height: 33px;
    width: 10px;
    outline: 1px solid transparent;
    background-origin: content-box;
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    transition-property: all;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.breadcrumb input[type=text]:hover,
.breadcrumb input[type=text]:focus {
    width: 100px;
}


/* DARK COLORS */

.dark .breadcrumb {
    border-color: #2E3031;
}

.dark .breadcrumb a {
    color: #c6c6c6;
    background-color: #595B5B;
    text-shadow: 0 -1px rgba(0, 0, 0, .7);
    box-shadow: inset 0 1px 0 #727373;
}

.dark .breadcrumb a:after {
    border-left-color: #595B5B;
}

.dark .breadcrumb a:before {
    border-left-color: #2E3031;
}

.dark .breadcrumb a:hover {
    background: #646666;
}

.dark .breadcrumb a:hover:after {
    border-left-color: #646666;
}

.dark .breadcrumb a:active:before {
    border-left-color: #404141;
}

.dark .breadcrumb a:last-child,
.dark .breadcrumb input[type=text]{background-color:#404141;box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2)}

.dark .breadcrumb input[type=text]{color:#c6c6c6;background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/49364/search-light.svg)}
.search-result{}
.search-result a{text-decoration:none}
.search-result:hover{box-shadow:0 3px 5px #000}
.search-result .title p.h3{margin:0 0 8px;color:#333;font-size:1.3rem;font-weight:bold}

.search-result .title p{font-size:1.05rem;color:#333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.well.search-result.well-no{display:flex;align-items:center;justify-content:center}
.well {
    border: 0;
    padding: 10px 20px;
    min-height: 63px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    max-height: 100000px;
    border-bottom: 2px solid #ccc;
    transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.search-page-title{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 59px;
}
.no-search-results{font-size:20px;font-weight:normal}
.main-body{min-height:calc(100vh - 120px)}

.expo-cover-image-container{position:relative;padding-top:80px}
img.expo-cover-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;-o-object-fit:cover}

.layer-link{cursor:pointer}
@media screen and (max-width: 768px) {
    .expo-cover-image-container{padding-top:100px}
}

@media screen and (max-width: 500px) {
    .expo-cover-image-container{padding-top:80px}
}