body 
{
    line-height: 1;
    color: #fff;
    background: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Museo_Sans_300,sans-serif;
    
}

.show-content-container
{
    max-width: 87em !important;
}

#hero-container, .hero
{
    overflow:visible !important;
}


div.full_width_categories
{
    display:block;
    width:100%;
    margin:0px auto 50px auto;
}

div.full_width_categories ul li
{
    float:left;
    background-color:transparent;
    padding:0;
    margin:0;
    line-height:1.5; 
}

div.full_width_categories ul li a
{
    color:#11bbff;
    text-transform: none;    
    margin:0;
    padding:0;
    font-weight:700;
    font-size:.85em;
    letter-spacing:.9px;
}

div.full_width_categories ul li a:before 
{
    color:#000;
    padding:0 1.75em;
    font-size:.25em;
    content: "|";
}

div.full_width_categories ul li:first-child a:before 
{
    content: none;
}

@media screen and (max-width:850px)
{
    div.full_width_categories
    {
        padding:0;
        max-width:500px;
    }

    div.full_width_categories ul li
    {
        float:none;
    }

}

@media screen and (max-width:700px)
{

    div.full_width_categories ul li a:before
    {
        padding:0 1em;
    }
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* custom */

div#politics_hero
{
    display:block;
    width:100%;
    max-width:1366px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

div#politics_hero div.floating_border
{
    background-color:#11bbff;
    display:block;
    position:absolute;
    width:100%;
    height:5px;
    bottom:0;
    z-index:5;
}

div#politics_hero a.first_sub_hero,
div#politics_hero a.sub_hero
{
    display:flex;
    float:left;
    width:25%;
    height:50%;
    background-color:#fff;
    position:relative;
    overflow:hidden;
}

div#politics_hero a.first_sub_hero img,
div#politics_hero a.sub_hero img
{
    width:100%;
    height:100%;
}

div#politics_hero a.first_sub_hero
{
    width:50%;
}


div#politics_hero div.show_title div.category
{
    display:none;
}

/* Start No Thumb */
    div#politics_hero a.no_thumb img
    {
        opacity:0;
    }

    div#politics_hero a.no_thumb
    {
        height:50%;
        width:25%;
    }

    div#politics_hero a.no_thumb div.show_title
    {
        width:95%;
        margin: auto !important;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        height:auto;
        display:table;
        background:none !important;
    }

    div#politics_hero a.no_thumb div.show_title div.category
    {
        display:inline-block;
        color:#11bbff;
        text-transform:uppercase;
        margin:0 0 10px 0;
        font-size:.75em;
        font-weight:700;
    }

    div#politics_hero a.no_thumb div.show
    {
        color:#ad0000 !important;
        text-transform:uppercase;
        font-weight:700;
        display:none;
        margin:0 0 10px 0;
        text-shadow: none !important;
        font-size:.7em !important;
    }

    div#politics_hero a.no_thumb div.title
    {
        color:#000 !important;
        font-weight:700;
        display:inline-block;
        text-shadow:none !important;
    }
/* End No Thumb */


div#politics_hero a.first_sub_hero div.show_title,
div#politics_hero a.sub_hero div.show_title
{
    display:table;
    position:absolute;
    bottom:0;
    left:0;
    margin:0;
    padding:10px 20px 20px 20px;
    z-index:5;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

div#politics_hero a.sub_hero div.show_title
{
    padding:10px 20px 12px 20px;
}



div#politics_hero a.first_sub_hero div.show
{
    display:none;
    color:#fff;
    font-size:1em !important;
    margin-bottom:20px !important;
    font-weight:700;
    text-transform:uppercase;
}

div#politics_hero a.first_sub_hero div.title
{
    color:#fff;
    font-size:2em;
    line-height:1.2;
    font-weight:700;
}

div#politics_hero a.sub_hero div.show
{
    color:#fff !important;
    font-weight:700;
    display:none;
    margin:0 0 10px 0;
    text-shadow: 2px 1px 15px #000;
    font-size:.75em;
    text-transform:uppercase;
}

div#politics_hero a.sub_hero div.title
{
    color:#fff;
    font-weight:700;
    font-size:1.3em;
    line-height:1.3;
    display:inline-block;
    text-shadow: 2px 2px 15px #000;
}


@media all and (max-width: 1350px) and (min-width: 875px)
{
    div#politics_hero a.first_sub_hero div.show
    {
        font-size:1.3vw !important;
    }

    div#politics_hero a.first_sub_hero div.title
    {
        font-size:2.2vw;
        line-height:1.3;
    }

    div#politics_hero a.no_thumb div.show,
    div#politics_hero a.sub_hero div.show
    {
        font-size:1vw;
    }

    div#politics_hero a.sub_hero div.title
    {
        font-size:1.6vw;
        line-height:1.3;
    }


    div#politics_hero a.no_thumb div.show
    {
        font-weight:700;
        text-shadow: none !important;
        font-size:1vw !important;
    }

    div#politics_hero a.no_thumb div.title
    {
        font-weight:700;
        text-shadow:none !important;
    }

}



@media screen and (max-width:875px)
{
    div#politics_hero a.first_sub_hero,
    div#politics_hero a.sub_hero
    {
        width:50%;
    }

    div#politics_hero div.floating_border
    {
        display:none;
    }

    div#politics_hero
    {
        overflow:visible;
        display:block;
        border-bottom:5px solid #11bbff;
    }

    div#politics_hero a.no_thumb div.title
    {
        line-height:1.35em !important;
    }


    div#politics_hero a.first_sub_hero div.show_title
    {
        padding-bottom:12px;
    }

    div#politics_hero a.first_sub_hero div.show
    {
        color:#fff;
        font-size:.75em !important;
    }

    div#politics_hero a.first_sub_hero div.show,
    div#politics_hero a.sub_hero div.show
    {
        font-size:.74em;
    }

    div#politics_hero a.first_sub_hero div.title,
    div#politics_hero a.sub_hero div.title
    {
        line-height:1.3em;
        font-size:1.4em;
    }


    div#politics_hero ul.slick-dots
    {
        position:absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin:10px 0 30px 0;
    }


    div#politics_hero ul.slick-dots li
    {
        float:left;
        margin:0 .4em;
        padding:10px;
    }

    div#politics_hero ul.slick-dots li button
    {
        text-indent:-99999px;
        width:.70em;
        height:.70em;
        border-radius: 90%;
        background-color:#11bbff;
        border:0;
    }

    div#politics_hero ul.slick-dots li button:focus
    {
        outline:0;
    }
}

@media screen and (max-width:700px)
{
    div#politics_hero ul.slick-dots
    {
        min-width:230px;
    }


    div#politics_hero ul.slick-dots li
    {
        margin:0 .5em;
        padding:10px;
    }

}



@media screen and (max-width:700px)
{
    div#politics_hero
    {
        overflow:visible;
    }

    div#politics_hero a.first_sub_hero div.show,
    div#politics_hero a.sub_hero div.show
    {
        font-size:1em;
    }

    div#politics_hero a.first_sub_hero div.title,
    div#politics_hero a.sub_hero div.title
    {
        font-size:2em;
    }
}

div#politics_hero button.slick-arrow
{
    display:none !important;
}

div#politics_hero ul.slick-dots
{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index:6;
    margin-top:10px;
}


div#politics_hero ul.slick-dots li
{
    float:left;
    margin:0 .5em;
    padding:10px;
}

div#politics_hero ul.slick-dots li button
{
    text-indent:-99999px;
    width:.70em;
    height:.70em;
    border-radius: 90%;
    border:0;
}

div#politics_hero ul.slick-dots li button:focus
{
    outline:0;
}

@media screen and (max-width:700px)
{
    div#politics_hero ul.slick-dots li
    {
        margin:0 .5em;
        padding:10px;
    }

}

.larrykingnow 
{
    color: #11bbff;
}

div.lkn_newsletter
{
    border:0 !important;
    background-image: url("http://f.ora.tv/f/lkn_newsletter.jpg");
    background-repeat: no-repeat;
}

div#show_tile_layout_container
{
    max-width:1366px;
    margin:30px auto 10px auto;
    padding:10px 0;
    color:#11bbff !important;
    overflow:hidden;
}

div#show_tile_layout_container h1.show_tile_layout
{
    font-weight:700;
    color:#11bbff !important;
    font-size:2em;
    float:left;
    font-family: Museo_Sans_700,sans-serif;
}

ul.tile_layout_social
{
    overflow:visible;
    display:inline-block;
    float:left;
    margin:8px 0 0 35px;
}

ul.tile_layout_social li
{
    float:left; 
}
ul.tile_layout_social li a.sm-btn
{
    border-radius: 19px;
    font-size:.85em;
    margin:0 5px;
    padding:8px;
}

ul.tile_layout_social li a.icon-facebook
{   
    background: #2d609b;
    color:#ebebeb;
}

ul.tile_layout_social li a.icon-twitter
{
    background: #00c3f3;
    color:#ebebeb;
}

ul.tile_layout_social li a.icon-youtube
{
    background: #f80000;
    color:#ebebeb;
}

@media screen and (max-width:875px)
{
    div#show_tile_layout_container
    {
        text-align:center;
    }

    div#show_tile_layout_container h1.show_tile_layout
    {
        display:inline-block;
        width:100%;
        text-align:center;
    }

    ul.tile_layout_social
    {
        overflow:visible;
        display:inline-block;
        margin:30px auto 0 auto;
        float:none;
    }

    ul.tile_layout_social li
    {
        float:left;
    }

}

div.lkn_newsletter 
{
    height:250px !important;
    position:relative;
}

div.lkn_newsletter h2.email_cta
{
    color:#fff;
    font-weight:700;
    font-size:2.15em;
    margin:0 auto;
    width:98%;
    position:absolute;
    bottom:60px;
    left:0;
    right:0;   
}

div.lkn_newsletter .signup-form
{
    margin:0 auto;
    width:80%;
    position:absolute;
    bottom:5px;
    left:0;
    right:0;
}
