/* Minification failed. Returning unminified contents.
(60,28): run-time error CSS1034: Expected closing parenthesis, found ','
(60,28): run-time error CSS1042: Expected function, found ','
(60,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

#news-article-none {

    display:block;
    margin: auto;
    text-align: center;
    background-color: white;
    padding: 100px 0px;
    width: 100%;
    max-width: 1440px;

}

#news-container {
    width: 100vw;
    max-width: 1440px;
    padding: 8px;
    position: relative;
    min-height: calc(100vh - 200px);
    margin: auto;
    box-sizing: border-box;
}

 #newswall {
    width: 100%;
    max-width: 800px;
    margin: 16px auto auto;
    position: relative;
    font-size: 14px;

}

#newswall h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

#newswall p {
    text-align: justify;
    
}

#newswall input[type=text] {
    border-bottom-color: rgba(0,0,0,.12)!important;
}

#newswall input[type=text].error {
    border-bottom-color: #f44336!important;
}



#newswall-code-area, #newswall-input, #newswall-success {
box-shadow: 0px 1px 3px rgba(0,0,0,.25) inset;
margin: 32px;
box-sizing: border-box;
padding: 16px;
text-align: center;
background-color: rgb(0,0,0,.05);
}

#news-article {
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    font-size: 14px;
    background-color: white;
    box-shadow: rgba(0,0,0,.4) 0px 0px 3px;
    width: 800px;
    display: inline-block;
    max-width: 800px;
    box-sizing: border-box;

}

#article-search-text {
    margin-left: 8px;
    width: calc(100% - 64px);
    vertical-align: middle;
        border-bottom-color: rgba(0,0,0,.12)!important;
}

    #article-search-text:hover, #article-search-text:active {
        border-bottom-color: rgba(0,0,0,.12)!important;
    }
#article-search-button {
    vertical-align: middle;
    display: inline-block;
    border-radius: 48px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    margin-left: 4px;
    background-image: url("/svg/greySearch.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
}
#article-search-button:hover {
       box-shadow: 0 2px 2px 0 rgba(0,0,0,.2), 0 3px 7px 0 rgba(0,0,0,.3);
  
}
#article-search-button:active {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
  
}

#news-navigator-results-nodata {

    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: grey;
    padding: 24px 0px;

}

.news-navigator-sidebar, .news-navigator-standalone {
    position: absolute;
    background-color: white;
    min-height: 100px;
    box-shadow: rgba(0,0,0,.4) 0px 0px 3px;
    height: calc(100% - 20px);
    overflow: auto;
    margin: 8px;
    box-sizing: border-box;
    padding: 4px;
    top: 0px;
    right: 0px;
    display: inline-block;
}



.news-navigator-sidebar {
     width: calc(100% - 1040px);
}
.news-navigator-sidebar a{
    width: calc(50% - 12px);
    display: inline-block;
    margin: 6px 6px 0px;
}

.news-navigator-standalone {
    width: calc(100% - 830px);
}
.news-navigator-standalone a{
    width: calc(50% - 12px);
    display: inline-block;
    margin: 6px 6px 0px;
}

.news-navigator-standalone a, .news-navigator-sidebar a  {
    height: 180px;
    position: relative;
    background-size: cover; background-position: center center; background-repeat: no-repeat;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
}

    #news-navigator-results a:hover {
     box-shadow: 0 2px 2px 0 rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.3);

   }

#news-navigator-results a > span {

    display: block;
    position: relative;
    margin: 0px; position: absolute; bottom: 0px; left: 0px; width: 100%; width: auto; padding: 4px 8px 8px; display: inline-block; max-height: 100px;
    box-sizing: border-box;

}

    #news-navigator-results a > span .news-date {
        font-size: 10px;
        display: inline-block;
        font-weight: 500;
    }

    #news-navigator-results a > span .news-title {
        font-size: 14px;
        font-weight: 500;
    }


#news-body, #news-details { margin: 8px;
}

#news-article header {
background-size: cover; background-position: center center; background-repeat: no-repeat;
text-align: left;
margin: 0px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}


.news-text {
height: 450px;

}

.news-video {
    position: relative

}

.news-video:before {
    display:block;
    content:"";
    width:100%;
    padding-top:56.25%;
}

.news-video > iframe {
        position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}


 #news-body{
font-size:15px;
line-height:22px;
}

#news-details > div > span:first-child { font-size: 13px; color: rgb(150,150,150); }
#news-details > div > span:last-child { font-size: 13px; color: black; font-weight: 500; }


#vlogheader, #posterheader  { font-weight: 300; font-size:36px; color: #111111; margin: 0px; position: absolute; bottom: 0px; left: 0px; max-width: 100%; width: auto; padding: 15px; display: inline-block;}
#posterheader { font-weight: 300; font-size:36px; color: #111111; margin: 0px; position: absolute; bottom: 0px; left: 0px; max-width: 100%; width: auto; padding: 15px; display: inline-block;}
#vlogheader   { font-weight: 300; font-size:36px; color: #111111; margin: 8px; position: relative; padding: 15px 0px; display: inline-block;}
#news-article h2      { font-weight: 500; font-size:28px; color: #111111;}
#news-article h3      { font-weight: 500; font-size:20px; color: #111111;}
#news-article h4      { font-weight: 500; font-size:16px; color: #111111; margin:0px; padding: 0px; }


#news-community {
    margin: 0px 8px 0px 4px;
}

#news-article #news-community {
    margin: 8px 8px 0px 4px;
}

#news-subscribe {
    width: 318px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
#news-subscribe > span {
    padding-left: 4px;
    color: rgb(150,150,150);
    font-size: 13px;
    display: inline-block;
    width: 210px;
    vertical-align: middle;
    box-sizing: border-box;
}

        #news-share {
        box-sizing: border-box;
        text-align: right;
        width: calc(100% - 322px);
        display: inline-block;
        padding-top: 8px;
       }

            #news-share > * {
                text-align: right;
                vertical-align: baseline;
                margin-left: 4px;
            }

        #googlewrap {
        display: inline-block; }
        #emailwrap {
        display: inline-block; }


        #news-share  > div { margin: auto; display: flex; justify-content: flex-end; flex-flow: row wrap;
        }
            #news-share > div > div {
                text-align: center;
                display: flex;
                justify-content: flex-start;
                flex-flow: column wrap;
                margin: 2px;
                box-sizing: border-box;
                position: relative;
                overflow: hidden;
        }

.IN-widget {
    margin-top: 0px;
}



#sidebar {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}

#sidebar a{
text-decoration: none;
}

.sidebar-poster {
    vertical-align: top;
    margin-bottom: 16px;
    display: block;
    width: 192px; min-height: 192px; position: relative;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
    transition: box-shadow 0.28s cubic-bezier(0.4,0,0.2,1);
    box-sizing: border-box;
}

.sidebar-poster:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.3);
    }


.sidebar-poster-picture {
    display: block;
    width: 192px;
    height: 192px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebar-poster-caption {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
}

.sidebar-poster-title {
    position: relative; font-size: 15px ; line-height: 18px; display: block; white-space: nowrap; text-overflow: ellipsis; font-weight: 500;
}
.sidebar-poster-subtitle {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis; font-weight: 500;
}
.sidebar-poster-editorial {
    position: relative; font-size: 13px ; line-height: 16px; display: block;
}

#news-navigator-results {
position: absolute;
top: 49px;
left: 0px;
right: 0px;
bottom: 49px;
box-sizing: border-box;
padding: 4px 4px;
overflow: auto;
}

#news-full-directory-link-container {
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: solid 1px rgba(0,0,0,.12);
height: 48px;
}

#news-full-directory-link-search {
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
border-bottom: solid 1px rgba(0,0,0,.12);
height: 48px;
}

#news-full-directory-button {
width: 216px
}




@media only screen and (max-width: 1452px) and (min-width: 1281px) {
    .news-navigator-standalone.scroll-buffer {
        width: calc(100% - 846px) !important;
        right: 16px!important;
        
    }


    .news-navigator-sidebar.scroll-buffer {
        width: calc(100% - 1056px) !important;
        right: 16px!important;
    }
 
       .news-navigator-sidebar a {
        display: block;
        width: calc(100% - 12px);
        margin: 8px auto 0px;
         }
}


@media only screen and (max-width: 1280px) {


    .news-navigator-sidebar a {
        display: block;
        width: calc(100% - 12px);
        margin: 8px auto 0px;
    }

    .news-navigator-standalone a {
    display: block;
    width: calc(100% - 12px);
    margin: 8px auto;
    }


    .news-navigator-sidebar {
        width: 256px;
    }

    #news-article.article-with-sidebar {
        width: calc(100% - 480px);
    }

    #news-article.article-no-sidebar {
    }
}

@media only screen and (max-width: 1060px) {


    .news-navigator-sidebar a {
        display: inline-block;
        width: calc(33% - 10px);
        margin: 8px 6px 0px;
    }


    #news-article.article-with-sidebar {
        width: calc(100% - 208px);
        max-width: none;
    }

    #news-article.article-no-sidebar {
        width: calc(100% - 244px);
        max-width: none;
    }

    .news-navigator-standalone {
        width: 230px;
    }


    #news-body {
        font-size: 16px;
        line-height: 22px;
    }

    .news-navigator-sidebar {
        width: 100%;
        display: block;
        position: relative;
        margin: 8px 0px 0px;
        text-align: center;
    }

        .news-navigator-sidebar #news-full-directory-link-search {
            text-align: center;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            border-bottom: solid 1px rgba(0,0,0,.12);
            height: 48px;
        }

        .news-navigator-sidebar #news-navigator-results {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            box-sizing: border-box;
            padding: 4px 4px;
            overflow: auto;
        }

        .news-navigator-sidebar #news-full-directory-link-container {
            text-align: center;
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            border-top: solid 1px rgba(0,0,0,.12);
            height: 48px;
        }
}

@media only screen and (max-width: 850px) {
    #news-subscribe {
        display: block;
        width: 100%;
    }

    #news-share {
        display: block;
        width: 100%;
    }

}

@media only screen and (max-width: 760px) {

    #news-navigator-results {
        position: relative;
    }

    .news-navigator-sidebar {
            width: 100%;
            display: block;
            height: auto;
            position: relative;
            box-shadow: none;
            padding: 8px;
    }

.news-navigator-sidebar a, .news-navigator-standalone a{
    width: calc(50% - 12px);
    display: inline-block;
    margin: 6px 6px 0px;
}

    #sidebar {
        display: block;
        text-align: center;
        padding: 8px 0px 0px;
    }


    .sidebar-poster {
    display: inline-block; margin: 8px;
    }

    #news-body {
        font-size: 16px;
        line-height: 22px;
    }

    #news-article.article-with-sidebar {
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
    }



        #news-article.article-no-sidebar {
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
    }



        .news-navigator-standalone  {
        width: 100%;
        display: block;
        position: relative;
        margin: 8px 0px 0px;
        text-align: center;
    }

        .news-navigator-standalone  #news-full-directory-link-search {
            text-align: center;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            border-bottom: solid 1px rgba(0,0,0,.12);
            height: 48px;
        }

        .news-navigator-standalone  #news-navigator-results {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            box-sizing: border-box;
            padding: 4px 4px;
            overflow: auto;
        }

        .news-navigator-standalone  #news-full-directory-link-container {
            text-align: center;
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            border-top: solid 1px rgba(0,0,0,.12);
            height: 48px;
        }



}
@media only screen and (max-width: 530px) {

    #news-article h1 {
        font-size: 24px;
        color: RGB(17, 17, 17);
    }

    .news-text {
        min-height: 250px;
    }

    #news-share {
        display: block;
        width: 100%;
    }


}

@media only screen and (max-width: 450px) {

.news-navigator-sidebar a, .news-navigator-standalone a {
    display: block;
    width: calc(100% - 12px);
    margin: 8px auto 0px;
}
}

@media only screen and (max-width: 360px) {

    #news-subscribe > span {
        font-size: 12px;
        width: 192px;
    }
}

