#IEWSM .message{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    animation: animate-bg 5s linear infinite;
    z-index: 9999999;
    top : -107px;
}

#IEWSM .info{
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

#IEWSM .error{
    background-color: #de4343;
    border-color: #c43d3d;
}

#IEWSM .warning{
    background-color: #eaaf51;
    border-color: #d99a36;
}

#IEWSM .success{
    background-color: #61b832;
    border-color: #55a12c;
}

#IEWSM .message h3{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px;
}

#IEWSM .message p{
    margin: 0;
    color: #fff;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}

/*css*/ 
.no-result {
    background: #016157 none repeat scroll 0 0;
    border-radius: 6px;
    clear: both;
    color: #fff;
    font-size: 1.28rem;
    padding: 40px;
    text-align: center;
    width: 100%;
} 
#carousel-video-generic .carousel-indicators{width: 58.3%;margin-left: 0;margin-right: 0;bottom: 0;}
#carousel-video-generic .carousel-indicators li{background-color: rgba(109, 254, 239, 0.5);}
#carousel-video-generic .carousel-indicators .active {background-color: #016157;}
.video-more-info{color: #2f1419;font-size: 1rem;}

.news_img,.blog_img{
    background: #ccc;
    align-items: center;
    display: flex;
    height: 15.12rem;
    justify-content: center;
    width: 100%;
}
.blog_img{height:13.5rem;}
.news_img img,.blog_img img{
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.image_category_img{
    background: #ccc;
    align-items: center;
    display: flex;
    height: 24.71rem;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.image_category_img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.imagelibrary_title{
    height: 30px;
    overflow: hidden;
}
.tab-content > .active.trending_block{display:flex !important;}
.scroll-dropdown{
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
} 
div.blockquote_envelope {
    background-image: url("../images/callout_tip.png");
    background-position: 10px bottom;
    background-repeat: no-repeat; 
    padding: 5px 5px 20px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}
div.blockquote_callout {
    background-color: #fff;    
}
span.blockquote_header {
    background-color: #e82f00;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    margin-top: 10px;
    padding: 5px;
}
blockquote { 
    margin: 5px 0 0;
    padding: 21px 1px 0 20px;
    border:none;    
    color: #333;
    font-size: 16px;
    font-style: italic;
    background-image: url("../images/start_quote.png");
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0;
}
blockquote span {
    display: block;
    background-image: url("../images/end_quote.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0 20px 7px 0;
}
blockquote span em {
    display: block;
    font-size: 10px;
    font-style: italic;
    color: teal;
}
.error_content{
    padding:40px;
    text-align: center;
}
.error_content h1{
    font-size: 2.22rem;
}
.error_content h1 small{
    color: red;
}
.error_content .btn:hover{
    color: #fff;
}

/*======================================================= bootstrap overrides */

/* masonry preload keep cols in a row on tabbed content (default is display:block) */
#SocialTabContent.tab-content>.tab-pane.active{display:flex;}

/*======================================================= WYSIWYG content overrides */
.page-content-wrapper table td{vertical-align:baseline;}
