﻿/* Schlumberger Styles ----------------------*/
div.content-container
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

div.slideshow
{
    width: 980px;
    height: 310px;
    float: inherit;
}

.slide-controller
{
    margin: 0px auto 10px auto;
    width: 100%;
}

.flex-control-nav
{
    text-align: center;
    display:table;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-max-content;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1px 10px;
}

.center-module {
    padding: 10px 0px;
}


/* News Feature --------------------------- */
*
{
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.news-feed
{
    background: #e6e6e6;
    padding: 20px;
    margin-top: 10px;
    width: 100%;
    height: 208px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

    .news-feed .title-block
    {
        width: 100px;
        float: left;
        display: inline-block;
    }

    .news-feed .anchor-block
    {
        float: left;
        display: inline-block;
        width: 65%;
        border-left: 1px solid #cdcdcd;
        padding: 20px 20px 10px 20px;
    }

    .news-feed .title
    {
        font-size: 18px;
        color: #3857b3;
        font-weight: 100;
        margin: 0 0 10px 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        position: relative;
        top: 20px;
    }


        .news-feed .title a::after
        {
            content: " ";
            border-bottom: 1px solid #3857b3;
            width: 30px;
            height: 2px;
            position: relative;
            display: block;
        }


    .news-feed a
    {
        text-decoration: none;
        display: block;
        padding-bottom: 10px;
        float: left;
        width: 100%;
    }

        .news-feed a:hover p
        {
            color: #3857b3;
        }

            .news-feed a:hover p.description
            {
                text-decoration: none;
            }

        .news-feed .anchor-block a::after
        {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #e6e6e6;
            position: absolute;
            display: none;
            z-index: 2;
            float: right;
            right: 20.1%;
            transition: all 0.3s ease-in-out;
        }

        .news-feed a:hover::after
        {
            display: block;
        }

        .news-feed a.active::after
        {
            display: block;
            z-index: 1;
        }

        .news-feed a.active p
        {
            color: #3857b3;
        }


        .news-feed a p
        {
            font-size: 16px;
            color: #3b3b3b;
            font-weight: 600;
            margin: 0;
            width: 100%;
            float: left;
            transition: all 0.3s ease-in-out;
        }

            .news-feed a p.description
            {
                font-size: 14px;
                font-weight: 400;
            }

.feed-image
{
    display: none;
    width: 22%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -95px;
    max-height: 00%;
    z-index: 1;
    float: left;
}

.news-feed a.active .feed-image
{
    display: block;
}

.news-feed a:hover .feed-image
{
    display: block;
}

.news-feed a .feed-image .image
{
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    display: block;
    height: 100%;
    min-height: 208px;
    background-repeat: no-repeat;
    top: 95px;
}


/* HERO */
.hero
{
    height: 250px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 0 0;
}

    .hero h1
    {
        text-align: center;
        font-size: 48px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 900;
        color: #ffffff;
        margin: 0px 0;
    }

    .hero p
    {
        color: white;
        text-align: center;
        margin: 0px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 18px;
        max-width: 440px;
        margin: 0 auto;
    }

    .hero .hero-btn
    {
        background: #191a1c;
        border: 1px solid #cdcdcd;
        color: white;
        text-decoration: none;
        padding: 8px 20px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        margin: 30px auto;
        display: table;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
    }

        .hero .hero-btn:hover
        {
            background: #3857b3;
        }

.spotlight-widget
{
    margin-right: 10px;
}
