﻿@import url("form.css");

/* Body Elements */
html {
    
}

body {
    margin: 0;
    color: #444444;
    min-width: 1000px;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: normal;
    /*background: url(../images/bg-body.jpg) no-repeat 50% 0;*/
}

.outer {
    background: #fff url(../images/html-bg.jpg) repeat-x 50% 0;
}

.action-btn:link,
.action-btn:active,
.action-btn:hover,
.action-btn:visited {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #404041;
    /*font-family: 'Oswald',sans-serif;*/
    font-weight: normal;
}

.media-aside h2, .media-aside h3, .media-aside h4, .media-aside h5, .media-aside h6 {
    color: #404041;
}

/* Only for Surfaces */
h3 a, h4 a {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

a:link,
a:active,
a:hover,
a:visited {
    color: #00AEEF;
}

/* Header Navigation */
.utility-bar li {
    background: url(../images/separator-navbar.gif) no-repeat 0 3px;
}

.utility-bar .user a, .utility-bar .static a {
    color: #5f5d5d;
    font-weight: normal;
}

#header #nav .nav-holder {
    padding: 0;
}

    #header #nav .nav-holder .nav-frame {
        padding: 0;
    }

        #header #nav .nav-holder .nav-frame ul li a div span,
        #header #nav .nav-holder .nav-frame a.btn {
            font-size: 0.9em;
            font-weight: normal;
        }

#header #nav {
    /*background: url(../images/bg-nav-l.png) no-repeat;*/
    background-color: #e40087;
}

    #header #nav .nav-holder {
        /*background: url(../images/bg-nav-r.png) no-repeat 100% 0;*/
    }

        #header #nav .nav-holder .nav-frame {
            /*background: url(../images/bg-nav-c.png) repeat-x;*/
            padding-right: 10px;
        }

            #header #nav .nav-holder .nav-frame .btn {
                width: 120px;
            }

    #header #nav ul li {
        background: url(../images/separator-nav.png) no-repeat 100% 7px;
    }

        #header #nav ul li.btn-register a {
            color: #ffffff !important;
        }

            #header #nav ul li.btn-register a:link,
            #header #nav ul li.btn-register a:active,
            #header #nav ul li.btn-register a:hover,
            #header #nav ul li.btn-register a:visited {
                background: url(../images/btn-register-lr.png) no-repeat;
            }

            #header #nav ul li.btn-register a:hover {
                color: #ffffff;
            }

        #header #nav ul li.btn-register div {
            background: url(../images/btn-register-lr.png) no-repeat 100% -51px transparent;
            color: #ffffff;
            text-shadow: none;
        }

        #header #nav ul li.btn-register span {
            background: url(../images/btn-register-c.png) repeat-x;
        }

        #header #nav ul li a:hover,
        #header #nav ul li.active a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    #header #nav .btn span {
        background: url("../images/btn-exhibitors.png") no-repeat scroll 100% 5px rgba(0, 0, 0, 0);
        margin-top: 2px; /* Surfaces Only */
    }

.subnav .submenu li a {
    font-weight: normal;
}

.nav-frame .btn {
    text-transform: uppercase;
}

/* Logo */
.logo {
    background: url(../images/logo.png) no-repeat;
    width: 560px;
    height: 75px;
}

/* BTN */
a.btn-select,
a.btn, .btn {
    background: #00d8ff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 2px 0 4px rgba(0, 0, 0, 0.3) inset, -2px -2px 4px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 2px 0 4px rgba(0, 0, 0, 0.3) inset, -2px -2px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 2px 0 4px rgba(0, 0, 0, 0.3) inset, -2px -2px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 2px 0 4px rgba(0, 0, 0, 0.3) inset, -2px -2px 4px rgba(0, 0, 0, 0.3) inset;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
    color: #ffffff;
    line-height: 2em;
    font-weight: normal;
    /*text-shadow: 1px 1px 1px #582897;*/
}

    a.btn-select:hover,
    a.btn:hover, .btn:hover {
        background: #00c9ed;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #51258b inset, -10px -5px 10px #48207b inset;
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #51258b inset, -10px -5px 10px #48207b inset;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #51258b inset, -10px -5px 10px #48207b inset;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #51258b inset, -10px -5px 10px #48207b inset;
        text-shadow: 1px 1px 1px #51258b;*/
        text-decoration: none;
    }

#header #nav ul li a:link, #header #nav ul li a:active, #header #nav ul li a:hover, #header #nav ul li a:visited {
    text-shadow: none;
    text-transform: uppercase;
}

#header #nav .nav-holder .nav-frame ul li a div span, #header #nav .nav-holder .nav-frame a.btn {
    font-weight: bold;
}


/* Footer */
.footer-bottom {
    background-color: #00d8ff;
    color: #ffffff;
}

    .footer-bottom a:link,
    .footer-bottom a:active,
    .footer-bottom a:hover,
    .footer-bottom a:visited {
        color: #ffffff;
    }

    .footer-bottom .footer-nav .copy-holder {
        font-size: 0.9em;
        color: #ffffff;
    }

/* Countdown */
.countdown .period3 {
    background: #29686E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #044e55 inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #044e55 inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #044e55 inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #044e55 inset;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #4D8202;
}

/* Tooltip Title */
.tooltip-white .title {
    color: #444444;
}

/* Tab Block: Date | Schedule Page */
.tab-block .date em {
    background-color: #48207b;
    color: #ffffff;
}

/* Custom Footer */
.footer-info {
    width: 100%;
    display: block;
    overflow: hidden;
}

    .footer-info .container_16 {
        width: 100%;
        display: block;
        overflow: hidden;
        background: url('../Images/footer-bg.jpg') repeat-x 0 -115px transparent;
    }

        .footer-info .container_16 .footer-graphics {
            display: block;
            overflow: hidden;
            width: 330px;
            height: 167px;
            margin: -90px 0 0;
            background: url('../Images/footer-graphic.gif') no-repeat 0 0 transparent;
            position: absolute;
        }

        .footer-info .container_16 .quick-links {
            width: 960px;
            height: 225px;
            display: block;
            overflow: hidden;
            margin: 0 auto;
        }

        .footer-info .container_16 .about-tise {
            width: 100%;
            display: block;
            overflow: hidden;
            background: #e40087;
        }

            .footer-info .container_16 .about-tise .about-holder {
                width: 960px;
                display: block;
                overflow: hidden;
                margin: 0 auto;
            }

                .footer-info .container_16 .about-tise .about-holder .social-icons {
                }

                    .footer-info .container_16 .about-tise .about-holder .social-icons ul {
                        margin: 20px 0 0;
                        padding: 0;
                        list-style-type: none;
                        display: block;
                        overflow: hidden;
                    }

                        .footer-info .container_16 .about-tise .about-holder .social-icons ul li {
                            float: left;
                            font-size: 1.8em;
                            margin-right: 10px;
                            padding-left: 0;
                        }

                            .footer-info .container_16 .about-tise .about-holder .social-icons ul li a:link,
                            .footer-info .container_16 .about-tise .about-holder .social-icons ul li a:active,
                            .footer-info .container_16 .about-tise .about-holder .social-icons ul li a:hover,
                            .footer-info .container_16 .about-tise .about-holder .social-icons ul li a:visited {
                                color: #ffffff;
                                text-decoration: none;
                            }

                .footer-info .container_16 .about-tise .about-holder .partners {
                }

                    .footer-info .container_16 .about-tise .about-holder .partners form {
                        margin: 20px 0 0;
                        padding: 0;
                        display: block;
                        overflow: hidden;
                    }

                        .footer-info .container_16 .about-tise .about-holder .partners form fieldset {
                            margin: 0;
                            padding: 0;
                        }

                            .footer-info .container_16 .about-tise .about-holder .partners form fieldset input {
                                float: left;
                                padding: 2%;
                            }

                                .footer-info .container_16 .about-tise .about-holder .partners form fieldset input#joinNewsletterEmail {
                                    width: 60%;
                                    border: 1px solid #dadada;
                                }

                                .footer-info .container_16 .about-tise .about-holder .partners form fieldset input#joinNewsletter {
                                    width: 30%;
                                    background: #727272;
                                    border: 1px solid #727272;
                                    color: #ffffff;
                                }

                    .footer-info .container_16 .about-tise .about-holder .partners ul {
                        margin: 10px 0 0;
                        padding: 0;
                        list-style-type: none;
                    }

                        .footer-info .container_16 .about-tise .about-holder .partners ul li {
                            float: left;
                            margin: 0;
                            padding: 0;
                        }

                            .footer-info .container_16 .about-tise .about-holder .partners ul li a:link,
                            .footer-info .container_16 .about-tise .about-holder .partners ul li a:active,
                            .footer-info .container_16 .about-tise .about-holder .partners ul li a:hover,
                            .footer-info .container_16 .about-tise .about-holder .partners ul li a:visited {
                                text-indent: -9999px;
                                display: block;
                                overflow: hidden;
                                height: 43px;
                            }

                            .footer-info .container_16 .about-tise .about-holder .partners ul li a.nsc {
                                width: 45px;
                                background: url('../Images/footer/stone-logo.png') no-repeat 0 0 transparent;
                            }

                            .footer-info .container_16 .about-tise .about-holder .partners ul li a.wfca {
                                width: 120px;
                                background: url('../Images/footer/WFCA-Logo.png') no-repeat 0 0 transparent;
                            }

                            .footer-info .container_16 .about-tise .about-holder .partners ul li a.mia {
                                width: 73px;
                                background: url('../Images/footer/mia-logo.png') no-repeat 0 0 transparent;
                            }

/* Mobile Promo */
.mobileHeader {
    background: url("../Images/sur-mobile-promo-bg.png") no-repeat 0 0;
    height: 92px;
    left: 510px;
    position: absolute;
    top: 76px;
    width: 170px;
}

    .mobileHeader > a:link, .mobileHeader > a:visited, .mobileHeader > a:active, .mobileHeader > a:hover {
        display: block;
        height: 20px;
        left: 55px;
        position: absolute;
        text-align: center;
        text-decoration: none;
    }

    .mobileHeader a#mob-coming-soon {
        background: url("../Images/now-available-btn.png") no-repeat 0 0;
        color: #FFFFFF;
        height: 22px;
        left: 55px;
        padding-top: 3px;
        top: 30px;
        width: 107px;
    }

        .mobileHeader a#mob-coming-soon:hover {
            text-decoration: underline;
        }

.search {
    background: none;
}

.toggle-attendee-exhibitors.grid_16 {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin: 20px 0;
    padding-top: 20px;
}

    .toggle-attendee-exhibitors.grid_16 .grid_8 {
        padding: 0 !important;
    }

        .toggle-attendee-exhibitors.grid_16 .grid_8 a.attendees {
            display: block;
            overflow: hidden;
            width: 238px;
            height: 67px;
            margin: 0 auto;
            padding: 0;
            background: url("../Images/toggle/attendee-toggle.png") no-repeat 0 0 transparent;
            text-indent: -9999px;
        }

        .toggle-attendee-exhibitors.grid_16 .grid_8 a.exhibitors {
            display: block;
            overflow: hidden;
            width: 238px;
            height: 67px;
            margin: 0 auto;
            padding: 0;
            background: url("../Images/toggle/exhibitor-toggle.png") no-repeat 0 0 transparent;
            text-indent: -9999px;
        }

.utility-bar .user .welcome,
.utility-bar .user .company-name {
    color: #404041;
}

.utility-bar .user .welcome {
    font-weight: normal;
}

/* Get Notified Form */
.get-notified-form {
}

    .get-notified-form form,
    .get-notified-form fieldset {
        margin: 0;
        padding: 0;
    }

        .get-notified-form form #joinNewsletterEmail {
            width: 90%;
            padding: 2.5%;
            background-color: #f7f8f9;
            border: 1px solid #e4e4e4;
            font-family: 'Oswald', sans-serif;
            font-weight: normal;
            font-size: 14px;
        }

        .get-notified-form form #joinNewsletter {
            background-color: #303031;
            border: 0 none;
            padding: 5px 10px;
            color: #ffffff;
            font-family: 'Oswald', sans-serif;
            font-size: 14px;
            margin-top: 10px;
        }

/* Referral Marketing Guide */
#marketingEbookPage .leftRail {
    float: left;
    width: 525px;
}

#marketingEbookPage .rightRail {
    float: right;
    width: 375px;
    margin-left: 60px;
}

    #marketingEbookPage .rightRail .marketingFormContainer {
        border: 1px solid #0090c7;
    }

        #marketingEbookPage .rightRail .marketingFormContainer .marketingFormHeader {
            display: block;
            overflow: hidden;
            width: 373px;
            height: 75px;
            margin-bottom: 10px;
        }

        #marketingEbookPage .rightRail .marketingFormContainer .marketingForm {
            display: block;
            overflow: hidden;
            text-align: center;
        }

            #marketingEbookPage .rightRail .marketingFormContainer .marketingForm .form-vertical {
                text-align: left;
            }

                #marketingEbookPage .rightRail .marketingFormContainer .marketingForm .form-vertical .control-group {
                    display: block;
                    margin-bottom: 10px;
                    overflow: hidden;
                }

                    #marketingEbookPage .rightRail .marketingFormContainer .marketingForm .form-vertical .control-group .controls > input {
                        background-color: #FFFFFF;
                        border: 1px solid #0090c7;
                        font-size: 1.1em;
                        padding: 1.5%;
                        width: 95%;
                    }

                        #marketingEbookPage .rightRail .marketingFormContainer .marketingForm .form-vertical .control-group .controls > input.submit {
                            background-color: #0090c7;
                            color: #FFFFFF;
                            float: none;
                            height: 35px;
                            line-height: 1em;
                            margin: 10px 19% 0;
                            width: 60%;
                        }

.tabset.subnav-tabset a {
    text-transform: uppercase;
}

/* Countdown */
.countdown .period3 {
    background: #55a2d2;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #4d8202 inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #4d8202 inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #4d8202 inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 10px -5px 10px #4d8202 inset;*/
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #4D8202;
}

/* Right Rail modules */
.media-aside h3 {
    background: none repeat scroll 0 0 #00d8ff;
    color: #ffffff;
    display: block;
    overflow: hidden;
    padding: 6px;
    font-weight: bold;
}

.media-aside .top-group-separator {
    border-bottom: 0 none;
    display: block;
    height: 15px;
    overflow: hidden;
}

.media-aside .customContentModuleHeader {
    margin-bottom: 10px;
}

.video-holder .top-group-separator {
    display: none;
}

.media-aside .video-box {
    margin-bottom: 0;
}

.video-box-info {
    background: none repeat scroll 0 0 #dddddd;
    color: #555555;
    opacity: 1;
    padding: 8px 13px;
}

.media-aside .image-gallery-module a.view-more-photos:link,
.media-aside .image-gallery-module a.view-more-photos:active,
.media-aside .image-gallery-module a.view-more-photos:hover,
.media-aside .image-gallery-module a.view-more-photos:visited {
    color: #ffffff;
    display: block;
    background: none repeat scroll 0 0 #343433;
    padding: 2px 13px;
}

#module_marketing_materials > h3 {
    margin-bottom: 13px;
}

/* Buttons */
a.btn-two,
a.btn-three,
a.btn-download,
a.btn-register,
a.next-tab,
a.btn-nextpage,
a.btn-grey {
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    padding: 0 17px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 1), 0px 2px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 4px rgba(255, 255, 255, 0.4) inset;
    -o-box-shadow: 0 1px 2px rgba(255, 255, 255, 1), 0px 2px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 4px rgba(255, 255, 255, 0.4) inset;
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 1), 0px 2px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 4px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 1), 0px 2px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 4px rgba(255, 255, 255, 0.4) inset;
}

a.btn-two {
    background: #fb7d4d;
    /*box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;
    -o-box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;
    -webkit-box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;
    -moz-box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;*/
    color: #ffffff;
    line-height: 2em;
    text-shadow: none;
}

    a.btn-two:hover {
        background: #eb7649;
        text-shadow: none;
        text-decoration: none;
    }

a.btn-three {
    background: #e40087;
    /*box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;
    -o-box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;
    -webkit-box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;
    -moz-box-shadow: -1px -1px 1px rgba(48, 95, 119, 0.84) inset;*/
    color: #ffffff;
    line-height: 2em;
    text-shadow: none;
}

    a.btn-three:hover {
        background: #d5007e;
        text-shadow: none;
        text-decoration: none;
    }

a.btn-download {
    background: #e40087;
    /*box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;
    -o-box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;
    -webkit-box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;
    -moz-box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;*/
    color: #ffffff;
    line-height: 2em;
    text-shadow: none;
}

    a.btn-download:hover {
        background: #d5007e;
        text-shadow: none;
        text-decoration: none;
    }

    a.btn-download:before {
        position: relative;
        font-family: FontAwesome;
        top: 0;
        left: -5px;
        content: "\f019";
    }

a.btn-register {
    background: #e40087;
    /*box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;
    -o-box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;
    -webkit-box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;
    -moz-box-shadow: -1px -1px 1px rgba(111, 72, 39, 0.84) inset;*/
    color: #ffffff;
    line-height: 2em;
    text-shadow: none;
}

    a.btn-register:hover {
        background: #d5007e;
        text-shadow: none;
        text-decoration: none;
    }

    a.btn-register:before {
        position: relative;
        font-family: FontAwesome;
        top: 0;
        left: -5px;
        content: "\f046";
    }

a.next-tab,
a.btn-nextpage,
a.btn-grey {
    border: 0 none;
    padding: 0 10px;
    margin: 0 0 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #8dcc01;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 2em;
    font-weight: bold;
}

    a.next-tab:hover,
    a.btn-nextpage:hover,
    a.btn-grey:hover {
        background: #84bf00;
        text-decoration: none;
    }

    a.next-tab:after,
    a.btn-nextpage:after {
        position: relative;
        font-family: FontAwesome;
        top: 0;
        left: -5px;
        content: "\f105";
        padding-left: 12px;
    }

    a.btn-grey span {
        background: url("../../../images/arrow-btn-grey.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    }

a.btn-showmore,
a.content-short,
a.content-full {
    border: 0 none;
    padding: 0 7px 0 0;
    margin: 0;
    display: table;
    overflow: hidden;
    position: relative;
    color: #414140;
    font-size: 0.8em;
    line-height: 2em;
    font-weight: bold;
    clear: both;
    text-decoration: none;
    background: #f1f1f1;
}

    a.btn-showmore:hover,
    a.content-short:hover,
    a.content-full:hover {
        text-decoration: none;
        background: #e3e3e3;
    }

    a.content-full p,
    a.content-short p {
        margin: 0 !important;
    }

    a.btn-showmore:before {
        position: relative;
        font-family: FontAwesome;
        top: 0;
        left: -5px;
        content: "\f067";
        padding-left: 12px;
    }

a.content-short,
a.content-full {
    margin-top: 15px;
}

a.content-full {
    margin-bottom: 30px;
}

a.btn-largereg:link, a.btn-largereg:active, a.btn-largereg:hover, a.btn-largereg:visited {
    background: #e40087;
}

a.btn-largereg:hover {
    background: #d6007f;
}

a.btn-pressreg:link, a.btn-pressreg:active, a.btn-pressreg:hover, a.btn-pressreg:visited {
    background: #8dcc01;
}

a.btn-pressreg:hover {
    background: #83be00;
}

a.btn-loginreg:link, a.btn-loginreg:active, a.btn-loginreg:hover, a.btn-loginreg:visited {
    background: #00d8ff;
}

a.btn-loginreg:hover {
    background: #00cff4;
}
/* Auto Link Group */
.auto-link-group-module h3:before {
    position: relative;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    content: "\f0c1";
    font-weight: normal;
}

.rss-module h3:before {
    position: relative;
    font-family: FontAwesome;
    top: 0;
    content: "\f09e";
    font-weight: normal;
}

.media-aside > .auto-link-group-module,
.media-aside > .rss-module {
    padding: 0;
    border: 0 none;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 10px;
    width: 100%;
}

    .media-aside > .auto-link-group-module ul.links,
    .media-aside > .rss-module {
    }

.media-aside .rss-module ul.bullet-list {
    margin: 0;
    padding: 0;
}

    .media-aside .rss-module ul.bullet-list li {
        padding: 0;
        margin: 0;
    }

        .media-aside .auto-link-group-module ul.links li a:link,
        .media-aside .auto-link-group-module ul.links li a:visited,
        .media-aside .auto-link-group-module ul.links li a:hover,
        .media-aside .auto-link-group-module ul.links li a:active,
        .media-aside .rss-module ul.bullet-list li a:link,
        .media-aside .rss-module ul.bullet-list li a:visited,
        .media-aside .rss-module ul.bullet-list li a:hover,
        .media-aside .rss-module ul.bullet-list li a:active {
            background: none repeat scroll 0 0 #777777;
            color: #ffffff;
            display: block;
            margin-bottom: 1px;
            overflow: hidden;
            padding: 2.5% 5%;
            width: 90%;
            text-decoration: none;
        }

        .media-aside .auto-link-group-module ul.links li a:hover,
        .media-aside .rss-module ul.bullet-list li a:hover {
            background: none repeat scroll 0 0 #8f8e8e;
        }

.media-aside .auto-link-group-module ul.links li a:after {
    position: relative;
    font-family: FontAwesome;
    top: 0;
    left: 5px;
    content: "\f105";
}

h3.modal-video-name {
    background: 0 none;
    color: inherit;
    padding: 0;
}

/* Tab Module Area */
.tab-block .tabset .tab {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.tab-block.calendar .tabset a:hover,
.tab-block.calendar .tabset .active a {
    margin-bottom: 1px;
    padding: 8px 7px 4px 11px;
}

.tab-block .active .date strong,
.tab-block a:hover .date strong {
    color: #ff6600;
}

.tab-block a:hover .date, .tab-block .active .date {
    border-bottom: 0 none;
}

.tab-block .tabset .tab {
    background: none repeat scroll 0 0 #eff0f1;
    margin: 0;
}

.tab-block .tabset li {
    padding: 0 1px 0 0;
}

.tab-block.calendar .tabset a {
    padding: 8px 7px 0 11px;
}

.tab-block a:hover .events, .tab-block .active .events {
    color: #a1a1a1;
}

.tab-block .date em {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px 8px 2px 6px;
    margin-top: -1px;
}

.tab-block a:hover .date em, .tab-block .active .date em {
    background: none repeat scroll 0 0 #00d8ff;
}

.tab-block .date em {
    background: none repeat scroll 0 0 #808080;
}

.tab-block .date strong {
    color: #808080;
}

.tab-block .events {
    padding-bottom: 6px;
    margin: 0;
}

.tab-block .tabset > li > a:hover,
.tab-block .tabset .active > a {
    color: #00d8ff;
}

.tab-block .tabset a {
    color: #808080;
}
