/* BW Hoverbox */
.bw_hoverbox {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bw_hoverbox.linked-box {
    cursor: pointer;
}
.bw_hoverbox-side {
    display: table;
    position: absolute;
    width: 101%;
    text-align: center;
    padding: 10px 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bw_hoverbox-inside-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.bw_hoverbox-back {
    opacity: 0;
    z-index: -99;
}
.bw_hoverbox:hover .bw_hoverbox-back {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
}
.bw_hoverbox:hover .bw_hoverbox-front {
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    -moz-transition: opacity 0.3s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out 0.3s;
    -ms-transition: opacity 0.3s ease-in-out 0.3s;
}
.bw_inner-hover {
    opacity: 0;
    transition: all 0s ease-in-out 0s;
    display: table-cell;
    position: absolute;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    left: 0;
    top: 0;
}
.bw_inner-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.bw-grid-container{
    position: relative;
    margin-top: 25px;
}
.bw-grid-container .see-all-link{
    text-align: center;
    margin: 15px 0;
}
.bw-grid-container .see-all-link a.vc_btn3{
    background-color: #1b5e82;
    font-size: 19px;
    padding: 9px 37px;
}
.bw-grid-container .see-all-link a.vc_btn3:hover{
    background-color: #1d3258;
}
.bw-term-block{
    vertical-align: top;
    display: inline-block;
    width:48%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.bw-term-block > div{
    float: left;
    width:49%;
    vertical-align: top;
}
.bw-term-block:nth-child(2n){
    margin-right: 0;
}
.bw-term-block .term-image-wrap{
    text-align: center;
}
.bw-term-block .term-image{
    background-color: #fff;
    border: 1px solid #1b5e82;
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
}
.bw-term-block .term-image img{
    display: block;
    max-width: 187px;
}
.bw-term-block .term-content{
    padding-left: 15px;
}
.bw-term-block .term-content h3{
    margin-top: 0;
    font-weight:500;
}
.hide-by-search{
    display: none !important;
    width:0;
    height:0;
}
.characters-container{
    margin-top: 20px;
}
.characters-container .search-field-wrapper{
    margin-bottom: 20px;
}
.search-field-wrapper label{
    font-family: 'Brandon Grotesque',sans-serif;
    font-weight: 500;
    color: #322f2f;
    font-size:17px;
}
#character-search{
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#search-reset{
    margin-top: 0;
    display: none;
}
.bw-device .device{
    position: relative;
    z-index: 2;
    width: 100%;
}
.bw-device .cover-wrap{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 16%;
}
.bw-device .cover-wrap .cover {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 0;
    background-size: 90%;
    margin: 0;
    background-color: #000;
    background-position: top;
}
@media screen and (max-width: 991px){
    .bw-term-block{
        width:100%;
        margin-right: 0;
    }
}
@media screen and (max-width: 960px) {
    /* Hide on Mobile Class */
    .hide-on-mobile {
        display:none !important;
    }
}
@media screen and (max-width: 767px){
    .bw-term-block > div{
        float: none;
        width:100%;
    }
    .bw-term-block .term-content{
        padding-left: 0;
    }
    .bw-device{
        position: relative !important;
        left: auto !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .sticky-element-placeholder{
        display: none !important;
    }
}
