@font-face {
    font-family: 'IntelClearLt';
    src: url('../font/intelclear_wlatn_ltit-webfont.eot');
    src: url('../font/intelclear_wlatn_ltit-webfont.eot?#iefix') format('embedded-opentype'), url('../font/intelclear_wlatn_ltit-webfont.woff') format('woff'), url('../font/intelclear_wlatn_ltit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IntelClearRg';
    src: url('../font/intelclear_wlatn_rg-webfont.eot');
    src: url('../font/intelclear_wlatn_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../font/intelclear_wlatn_rg-webfont.woff') format('woff'), url('../font/intelclear_wlatn_rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IntelClearProBold;
    src: url('../font/IntelClearPro_Bd.ttf');
    font-weight: bold;
}

/* ==========================================================================
   Helper classes (define first for least precedence)
   ========================================================================== */

.replace-text {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* ==========================================================================
   Page styles
   ========================================================================== */
html,
body {
    background: #101c36; /* leave separate as ie8 fallback */
    height: 100%;
    min-height: 100%;
    font-family: IntelClearRg, sans-serif;
}

html {
    overflow: hidden;
}

body {
    background: #101c36 url(../img/bg.jpg) top center;
    overflow: auto;
}


h1,
h2,
h3,
h4 {
    font-family: IntelClearRg, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 10px 0;
}

a,
a:visited {
    color: #00aeef;
    text-decoration: none;
}

    a.nav-action {
        color: #fff;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: underline;
    }

    a.back::before {
        content: "◂ ";
        display: inline-block;
        font-size: 14px;
        margin-right: -19px;
        vertical-align: -1px;
    }

form {
    margin: 0;
}

input[type=button], input[type=submit],
a.button {
    background-color: #00aeef;
    border-width: 0;
    color: #ffffff;
    display: inline-block;
    font-family: IntelClearRg,sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    text-decoration: none;
}

input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

hr {
    border: 0;
    border-top: 1px solid #dddddd;
    color: transparent;
    background-color: transparent;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

ul.orange-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.orange-bullets li {
        text-indent: -.7em;
    }

        ul.orange-bullets li:before {
            content: "• ";
            color: #fdb813;
        }

.print {
    background-image: url(../images/print-icon.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    font-size: 13px;
    line-height: 15px;
    color: #00aeef;
    position: relative;
    float: right;
    top: 13px;
}

.logged-in-nav {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    margin-bottom: -30px;
    z-index: 500;
}

.logged-in-nav-wrapper {
    margin: 0 auto;
    width: 944px;
    text-align: right;
    padding: 5px 0;
}

.logged-in-nav p {
    color: #00aeef;
    display: inline;
    font-size: 12px;
    line-height: 21px;
    padding: 0 20px 0;
}

.logged-in-nav strong {
    text-transform: uppercase;
}

.logged-in-nav span {
    color: #00aeef !important;
}

.logged-in-nav ul {
    color: #00aeef;
    display: inline;
    margin: 0;
    padding: 0;
}

.logged-in-nav a {
    color: #00aeef;
    font-weight: bold;
    text-transform: uppercase;
}

    .logged-in-nav a:hover {
        color: #ffffff;
    }

.logged-in-nav li {
    display: inline-block;
    text-align: right;
    padding: 0 17px;
}

    .logged-in-nav li:first-of-type {
        padding-left: 0;
    }

    .logged-in-nav li:last-of-type {
        padding-right: 0;
    }

.logged-in-nav #thetopLeftmenus {
    float: left;
    margin-left: 244px;
    line-height: 21px;
}


.page-wrapper {
    /*
	margin: 0 auto;
	width: 1257px;
	*/
    /*height: 100%;*/
    background: transparent;
}

.content-wrapper {
    margin: 0 auto;
    width: 1257px;
}

header {
    background: #101c35; /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,0,24,.85) 0%, #101c35 10%, #101c35 90%, rgba(0,0,24,.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,24,.85) 0%,#101c35 10%,#101c35 90%,rgba(0,0,24,.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,24,.85) 0%,#101c35 10%,#101c35 90%,rgba(0,0,24,.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101c35', endColorstr='#101c35',GradientType=1 ); /* IE6-9 */
    margin: 0 0 0 0;
}

.header-wrapper {
    height: 100px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    position: relative;
    width: 945px;
}

header #logo-globalSummitLogo {
    top: 0;
    position: absolute;
    margin-left: 244px;
}

header #logo_globalSummitMark {
    top: 0;
    left: 100px;
    position: absolute;
}

header h1 {
    display: inline-block;
    margin: 0px 0px 244px 0;
}

    header h1 a {
        background: url(../img/logo2017.png);
        background-repeat: no-repeat;
        height: 63px;
        text-decoration: none;
        width: 184px;
        vertical-align: bottom;
    }

header h2 {
    background: url(../img/2016.png);
    background-repeat: no-repeat;
    background-position: right 4px;
    color: #ffffff;
    display: inline-block;
    font-family: IntelClearProBold, sans-serif;
    font-size: 48px;
    line-height: 67px;
    margin: 0;
    padding: 0 82px 4px 0;
    position: relative;
    top: -15px;
}

header h3 {
    color: #ffffff;
    display: inline-block;
    font-family: IntelClearRg, sans-serif;
    font-size: 19px;
    margin: 0 0 0 244px;
    position: relative;
    top: -28px;
}

header sidebar {
    top: 35%;
    font-family: IntelClearRg, sans-serif;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: right;
}

    header sidebar strong {
        color: #ffffff;
        font-size: 13px;
    }

.main-nav,
main {
    margin-left: 244px;
}

.main-nav {
    font-family: IntelClearRg, sans-serif;
    background: #003c71;
    margin: 0 400px;
    overflow: hidden;
    width: 701px;
}

    .main-nav ul {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .main-nav li {
        display: block;
        float: left;
    }

body.logged-in .main-nav li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main-nav a,
.main-nav a:visited {
    border-left: 1px solid #0071c5;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 0px 0;
    padding: 0 8px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.main-nav li:first-child a {
    border: none;
}

.main-nav:hover li.current a,
.main-nav:hover li.current a:visited {
    background: #00aeef;
}

.main-nav li:hover a, .main-nav li.current a,
.main-nav li.current a:visited {
    background: #00aeef;
}

.main-nav li.current a {
    font-weight: bold;
}

.main-nav:hover li:hover a,
.main-nav:hover li:hover a:visited {
    color: #ffffff;
}

main {
    background: #fff;
    color: #666;
    left: 157px;
    position: relative;
    width: 700px;
    margin-bottom: 40px;
}

    main a.cta,
    main a.cta:visited,
    .logged-in-nav a.cta {
        color: #00aeef;
        font-size: 12px;
        font-weight: bold;
        text-transform: none;
    }

        main a.cta:hover,
        .logged-in-nav a.cta:hover {
            text-decoration: underline;
        }

        main a.cta:after,
        .sponsors .cta:after,
        /*{
            content: ' ▶';
            color: #00aeef;
            display: inline-block;
            font-size: 0.7em;
            margin-left: 0.5em;
            vertical-align: 0.1em;
        }*/
        a.fa-caret-right:after {
            content: ' ▶';
            font-size: 12px;
        }

        .logged-in-nav a.cta:after {
            content: ' ▶';
            color: #00aeef;
            display: inline-block;
            font-size: 0.7em;
            margin-left: 0.5em;
            vertical-align: 0.1em;
        }

    main sidebar {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        left: -244px;
        padding: 20px 18px;
        position: absolute;
        top: -40px;
        width: 208px;
        height: 100%;
    }

.cssgradients main sidebar {
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

main sidebar .cta {
    display: block;
    margin: 5px 0 18px 0;
}

main sidebar button {
    background: #0071c5;
    border: 0;
    box-sizing: border-box;
    font-family: IntelClearRg, sans-serif;
    font-size: 12px;
    line-height: 30px;
    padding: 0 24px 0 12px;
    position: relative;
    text-align: left;
    width: 100%;
}

main sidebar label {
    color: #ffffff;
    display: block;
    font-family: IntelClearRg, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0 4px;
}

main sidebar input {
    border: solid 1px #0071c5;
    background-color: #003c71;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 28px;
    padding: 0;
    width: 100%;
}

main sidebar button::after {
    content: '▶';
    color: #00aeef;
    font-size: 13px;
    position: absolute;
    right: 12px;
}

main sidebar .reg-closed p {
    font-family: IntelClearRg, sans-serif;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

main sidebar h2 {
    font-family: IntelClearRg, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin: 24px 0 0;
}

main sidebar h3 {
    font-family: IntelClearRg, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

main sidebar > h3 {
    margin: 0 0 5px 0;
}

main sidebar h2:first-child {
    font-family: IntelClearProBold, sans-serif;
    margin: 0 0 15px 0;
}

main sidebar p {
    margin: 0 0 10px 0;
}

main sidebar a {
    font-family: IntelClearRg, sans-serif;
    font-style: normal;
}

main sidebar .dashboard p {
    font-size: 12px;
}

main sidebar .day-count {
    color: #f9a217;
}

main sidebar a.forgot-password {
    font-family: IntelClearRg, sans-serif;
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 8px 0 15px;
    text-decoration: underline;
}

main sidebar .separator {
    font-family: IntelClearRg, sans-serif;
    display: block;
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
}

main sidebar .social {
    border-top: #ddd solid 1px;
    margin: 0;
    padding: 16px 0 0;
    text-align: center;
}

    main sidebar .social li {
        display: inline-block;
        padding: 0 4px;
    }

main sidebar hr {
    margin: 18px 0;
}

main sidebar .reg-open {
    margin: 0 0 30px 0;
}

main sidebar .dashboard {
    margin: 0 0 30px 0;
}

    main sidebar .dashboard div#progress {
        height: 15px;
        width: 208px;
        background: #fff;
        margin: 0 0 15px 0;
    }

    main sidebar .dashboard div#progress-bar {
        background: #23aeef;
    }

    main sidebar .dashboard p#progress-text {
        font-family: IntelClearRg, sans-serif;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        /* slanted tail */
        background-image: url(../img/progress-bar2.gif);
        background-repeat: no-repeat;
        background-position: right top;
        margin: 0 -11px 0 0; /* right margin matches sprite width */
        text-transform: uppercase;
    }

    main sidebar .dashboard span.meeting-count {
        font-family: IntelClearRg, sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin-right: 5px;
    }

    main sidebar .dashboard p.summit-stat {
        font-family: IntelClearRg, sans-serif;
        margin-top: 0;
    }

        main sidebar .dashboard p.summit-stat span.global-stat {
            font-family: IntelClearRg, sans-serif;
            font-size: 24px;
            font-weight: bold;
        }

#content {
    padding: 0 0 20px 0;
}

.carousel section {
    height: 400px;
    position: relative;
}

.carousel .hero-text {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 50%;
}

    .carousel .hero-text h2 {
        color: white;
        font-size: 60px;
        line-height: 65px;
    }

.carousel h2 {
    color: #c4d600;
    font-family: IntelClearProBold, sans-serif;
    font-size: 70px;
    line-height: 75px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    width: 100%;
}

.carousel h3 {
    color: #ffffff;
    font-family: IntelClearRg, sans-serif;
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

.carousel p {
    color: #ffffff;
    font-family: IntelClearRg, sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.carousel a.button {
    margin: 28px 0 0 0;
}

.carousel img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-arrow {
    position: absolute;
    top: 170px;
    background-image: url(../img/carousel-nav.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 41px;
    text-indent: -9999px;
    background-color: transparent;
    border: none;
}

#carousel-prev {
    left: 10px;
    background-position: 0 0;
}

#carousel-next {
    background-position: -17px 0;
    right: 10px;
}

.owl-controls {
    position: relative;
    top: -58px;
}

.owl-carousel .owl-wrapper {
    background-color: #003c71;
}

.feature-blocks h2,
.feature-blocks {
    border: solid #ddd;
    border-width: 1px 0;
    margin: 0 30px;
    overflow: hidden;
    padding: 10px 0;
}

.feature-block {
    float: left;
    margin-left: 20px;
    width: 200px;
}

    .feature-block:first-child {
        margin-left: 0;
    }

    .feature-block h2 {
        margin: 0 0 6px;
    }

    .feature-block p {
        font-size: 12px;
        margin: 6px 0;
    }

.feature-rollovers a {
    background-repeat: no-repeat;
    display: block;
    width: 700px;
    /*height:142px;*/
    background-position: 0px 0px;
}

    .feature-rollovers a:hover {
        background-position: 0px -142px;
    }

.feature-rollovers {
    background: #102b48;
}

    .feature-rollovers a.feature {
        background: #003c71;
        color: #ffffff;
        display: block;
        width: 230px;
        float: left;
        margin-right: 5px;
        padding-bottom: 30px;
        text-align: center;
    }

        .feature-rollovers a.feature.last {
            margin-right: 0px;
        }

    .feature-rollovers .clearfix {
        clear: both;
        height: 1px;
    }

    .feature-rollovers a:hover {
        /*background-position: 0px -142px;*/
        background: #00aeef;
        cursor: pointer;
        text-decoration: none;
    }

    .feature-rollovers a.feature h3 {
        font-family: IntelClearProBold, sans-serif;
        font-size: 38px;
        margin-bottom: 10px;
    }

    .feature-rollovers a.feature div.icon {
        height: 100px;
        width: 100px;
        margin: auto;
    }

    .feature-rollovers a.feature div.icon_agenda {
        background: url(../img/icon-agenda.png) no-repeat center;
        background-size: 100px 100px;
    }

    .feature-rollovers a.feature div.icon_speaker {
        background: url(../img/icon-speaker.png) no-repeat center;
        background-size: 100px 100px;
    }

    .feature-rollovers a.feature div.icon_location {
        background: url(../img/icon-location.png) no-repeat center;
        background-size: 100px 100px;
    }

    .feature-rollovers a:hover div.icon_agenda {
        background: url(../img/icon-agenda-hover.png);
        background-size: 100px 100px;
    }

    .feature-rollovers a:hover div.icon_speaker {
        background: url(../img/icon-speaker-hover.png);
        background-size: 100px 100px;
    }

    .feature-rollovers a:hover div.icon_location {
        background: url(../img/icon-location-hover.png);
        background-size: 100px 100px;
    }

    .feature-rollovers a.feature div.cta {
        display: inline-block;
        padding-right: 30px;
        background: url(../img/icon-circle-play.png) no-repeat right;
        background-size: 20px 20px;
    }

    .feature-rollovers a.feature p {
        font-size: 14px;
    }

.sponsors {
    text-align: center;
}

    .sponsors h2 {
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        margin: 0 0 6px;
    }

    .sponsors .cta {
        color: #00aeef;
        display: block;
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        margin: 0 0 26px 0;
    }

    .sponsors ul {
        position: relative;
        left: -6px;
        margin: 0;
        padding: 0;
    }

    .sponsors li {
        display: block;
        height: 38px;
        float: left;
        margin: 0 0 16px;
        width: 143px;
    }

        .sponsors li:first-child {
            text-align: left;
        }

        .sponsors li:last-child {
            text-align: right;
        }

.schedule {
    border: 1px solid #C0C0C0;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    margin: 0 0 0 25px;
    width: 93%;
}

    .schedule caption {
        color: #0071c5;
        font-weight: bold;
        font-size: 15px;
        line-height: 16px;
        text-transform: uppercase;
        text-align: left;
        padding: 0 0 25px 0;
    }

        .schedule caption span {
            color: #0071c5 !important;
            font-weight: normal;
        }

    .schedule th {
        border-collapse: collapse;
        border-spacing: 0;
        color: #2e6ec4;
        font-size: 15px;
        border-top: 1px solid #dddddd;
        padding: 6px 22px;
        background-color: #ebebeb;
        text-transform: uppercase;
        text-align: left;
    }

    .schedule td {
        border: 1px solid #C0C0C0;
        padding: 6px 22px;
        height: 66px;
    }

        .schedule td.selected {
            background-color: #c4d600;
        }

        .schedule th:nth-child(1),
        .schedule td:nth-child(1) {
            padding: 0;
            width: 13px;
        }

        .schedule th:nth-child(2),
        .schedule td:nth-child(2) {
            width: 165px;
            font-weight: bold;
        }

    .schedule th:nth-child(3) {
        border-right: 1px solid #ebebeb;
    }

    .schedule td:nth-child(3) {
        border-right: 1px solid #ffffff;
        font-size: 16px;
        line-height: 18px;
        /*width: 191px;*/
        /*width: 244px;*/
    }

    .schedule td:nth-child(4) {
        font-size: 14px;
        font-weight: bold;
        line-height: 15px;
        text-align: right;
        border-right: 1px solid #ffffff;
        /*width: 235px;*/
        /*width: 133px;*/
    }

        .schedule td:nth-child(4) label {
            font-size: 11px;
            line-height: 12px;
        }

    .schedule input[type=checkbox] {
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .schedule input[type=button] {
        margin-bottom: 10px;
        padding: 5px 11px;
        font-weight: normal;
    }

    .schedule .cta {
        font-weight: normal;
        font-size: 12px;
        line-height: 13px;
    }

    .schedule .attendee-info {
        width: 140px;
    }


/********************/
/*.schedule-conflict {
    border: 1px solid #C0C0C0;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    width: 650px;
}

    .schedule-conflict caption {
        color: #0071c5;
        font-weight: bold;
        font-size: 15px;
        line-height: 16px;
        text-transform: uppercase;
        text-align: left;
        padding: 0 0 25px 0;
    }

        .schedule-conflict caption span {
            color: #0071c5 !important;
            font-weight: normal;
        }

    .schedule-conflict th {
        border-collapse: collapse;
        border-spacing: 0;
        color: #2e6ec4;
        font-size: 15px;
        border-top: 1px solid #dddddd;
        padding: 6px 22px;
        background-color: #ebebeb;
        text-transform: uppercase;
        text-align: left;
    }

    .schedule-conflict td {
        border: 1px solid #C0C0C0;
        padding: 6px 22px;
        height: 66px;
    }

        .schedule-conflict td.selected {
            background-color: #c4d600;
        }

        .schedule-conflict th:nth-child(1),
        .schedule-conflict td:nth-child(1) {
            padding: 0;
            width: 13px;
        }
    .schedule-conflict th:nth-child(2),
	.schedule-conflict td:nth-child(2) {
	    width:168px;
	    font-weight:bold;
	}
    .schedule-conflict th:nth-child(2) {
        border-right: 1px solid #ebebeb;
    }

    .schedule-conflict td:nth-child(2) {
        border-right: 1px solid #ffffff;
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
    }

    .schedule-conflict td:nth-child(3) {
        font-size: 14px;
        font-weight: bold;
        line-height: 15px;
        text-align: right;
        border-right: 1px solid #ffffff;
    }

        .schedule-conflict td:nth-child(3) label {
            font-size: 11px;
            line-height: 12px;
        }

    .schedule-conflict input[type=checkbox] {
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .schedule-conflict input[type=button] {
        margin-bottom: 10px;
        padding: 5px 11px;
        font-weight: normal;
    }

    .schedule-conflict .cta {
        font-weight: normal;
        font-size: 12px;
        line-height: 13px;
    }

    .schedule-conflict .attendee-info {
        width: 140px;
    }*/

/********************/


.attendee-list {
    border-collapse: collapse;
    border-spacing: 0;
    width: 93%;
    margin-left: 30px;
    border-bottom: 1px solid #dddddd;
}

    .attendee-list td {
        border-top: 1px solid #dddddd;
        padding: 12px 0;
        min-height: 130px;
        vertical-align: top;
    }

        .attendee-list td:nth-child(1) {
            width: 138px;
        }

    .attendee-list h3 {
        color: #0071c5;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }

    .attendee-list p {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 16px;
    }

        .attendee-list p small {
            font-size: 12px;
            font-weight: bold;
        }

    .attendee-list .question {
        display: inline-block;
        font-family: IntelClearRg, sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        cursor: pointer;
        color: #ffffff !important;
        background-color: #ffa300;
        padding: 1px;
        border-radius: 50%;
        width: 16px;
        text-align: center;
        position: relative;
        top: 2px;
        left: 4px;
    }

    .attendee-list .save-contact {
        margin: 0 0 20px 0;
    }

        .attendee-list .save-contact input[type=checkbox] {
            position: relative;
            top: 2px;
        }

        .attendee-list .save-contact a {
            font-size: 12px;
            line-height: 15px;
        }

    .attendee-list .question span {
        font-size: 11px;
        font-weight: normal;
        line-height: 13px;
        display: none;
        position: absolute;
        top: -62px;
        left: -47px;
        background-color: #ffffff;
        border: 2px solid #ffa300;
        width: 88px;
        padding: 5px 10px;
        text-align: left;
    }

        .attendee-list .question span:after,
        .attendee-list .question span:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .attendee-list .question span:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #ffffff;
            border-width: 6px;
            margin-left: -6px;
        }

        .attendee-list .question span:before {
            border-color: rgba(255, 163, 0, 0);
            border-top-color: #ffa300;
            border-width: 9px;
            margin-left: -9px;
        }

.bootstrap-tagsinput {
    padding: 4px 6px 6px 6px !important;
    width: 500px !important;
    box-shadow: none !important;
    border: 1px solid #dddddd !important;
    border-radius: 5px !important;
}

    .bootstrap-tagsinput .tag {
        background-color: #8b8b8b;
        border-radius: 0.25em;
        color: #fff;
        display: inline;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        padding: 0.2em 0.6em 0.3em;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;
    }

    .bootstrap-tagsinput input {
        border: none !important;
    }

.speakers .item {
    width: 302px;
    display: inline-block;
}

    .speakers .item .image {
        float: left;
        margin: 0 10px 0 0;
    }

    .speakers .item .detail {
        float: left;
        min-height: 100px;
    }

.detail-page #content .speakers .item .detail h3 {
    margin: 0 0 5px 0;
}

.speakers .item .detail p {
    margin: 0 0 5px 0;
}

.speakers .item .link {
    display: inline-block;
}

.agenda {
    border: 1px solid #c0c0c0;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    width: 100%;
}

    .agenda th {
        background-color: #ebebeb;
        border-collapse: collapse;
        border-spacing: 0;
        border-top: 1px solid #dddddd;
        color: #2e6ec4;
        font-size: 15px;
        padding: 6px 22px;
        text-align: left;
        text-transform: uppercase;
    }

    .agenda td {
        border: 1px solid #c0c0c0;
        height: 36px;
        padding: 6px 22px;
    }

        .agenda td:nth-child(1) {
            width: 155px;
            font-weight: bold;
            color: #333333;
        }

        .agenda td:nth-child(2) {
            width: 225px;
        }

.pdf {
    background-image: url(../images/document-icon.png);
    background-repeat: no-repeat;
    background-position: left middle;
    padding: 0 0 3px 22px;
    line-height: 28px;
}

.tabs {
    display: table;
    font-family: IntelClearProBold,sans-serif;
    font-size: 30px;
    line-height: 32px;
    list-style-type: none;
    margin: 0 0 22px 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}

    .tabs li {
        cursor: pointer;
        display: table-cell;
        margin: 0;
        text-align: center;
    }

    .tabs a {
        border-bottom: 7px solid #cccccc;
        color: #003c71;
        display: block;
        margin: 0 0 0 2px;
        padding: 5px 5px 16px 4px;
        text-decoration: none;
    }

    .tabs li a:hover,
    .tabs li.current a {
        background-image: url("../images/tab-arrow.gif");
        background-position: center bottom;
        background-repeat: no-repeat;
        border-bottom: 7px solid #00aeef;
    }

.highlights .tabs {
    font-size: 28px;
    line-height: 31px;
    margin: 38px auto 0px auto;
    width: 89%;
}

    .highlights .tabs a {
        color: #ffffff;
    }

    .highlights .tabs li a:hover,
    .highlights .tabs li.current a {
        color: #c4d600;
        background-image: url("../images/highlights-tab-arrow.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        border-bottom: 7px solid #c4d600;
    }

.highlights .banner {
    background-color: #004280;
    color: #ffffff;
    background-image: url("../images/highlights-banner.jpg");
    background-repeat: no-repeat;
}

    .highlights .banner h1 {
        color: #fdb813;
        font-family: IntelClearProBold,sans-serif;
        font-size: 56px;
        line-height: 48px;
        margin: 0 0 20px 0;
    }

    .highlights .banner p {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 20px 0;
    }

.highlights .item {
    padding: 38px 50px;
}

.highlights .banner .item {
    padding-bottom: 0px;
}

.highlights .tab-content .item {
    display: none;
}

.highlights .tab-content div.current {
    display: block;
}

.highlights .tab-content .multimedia {
    padding: 10px 30px;
}

.tab-content .pitches .image-left a {
    color: #fdb813;
    font-weight: bold;
}

.tab-content .pitches .image-left {
    margin: 0;
}

    .tab-content .pitches .image-left div {
        vertical-align: middle;
        padding: 0;
    }

.highlights .item h2 {
    color: #0071c5;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.highlights .item h3 {
    color: #0071c5;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.highlights .item ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 16px;
}

.highlights .item li {
    margin: 0 0 5px 0;
}

.highlights .item p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.highlights .tallies {
    color: #0071c5;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 22px;
    display: table;
}

    .highlights .tallies div {
        display: table-cell;
        padding: 10px 0 15px 0;
        vertical-align: top;
    }

    .highlights .tallies strong {
        color: #f7951b;
        font-size: 41px;
        line-height: 36px;
        padding: 0 10px 0 30px;
    }

    .highlights .tallies div:first-child strong {
        padding-left: 0;
    }

.highlights .image-left {
    margin-bottom: 10px;
    display: table;
}

    .highlights .image-left img {
        display: block;
        margin: 10px 36px 0 0;
    }

    .highlights .image-left div {
        display: table-cell;
        padding: 0 0 15px 0;
        vertical-align: top;
    }

.highlights blockquote {
    color: #0071c5;
    font-family: IntelClearProBold, sans-serif;
    font-size: 40px;
    line-height: 36px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 15px 0;
    padding: 10px 0 15px 0;
}

.highlights .video-sessions a {
    display: block;
    float: left;
    margin: 0 14px 20px 0;
    width: 304px;
    color: #666666;
    text-decoration: none;
    min-height: 226px;
}

    .highlights .video-sessions a img {
        display: block;
        margin: 0 0 8px 0;
    }

    .highlights .video-sessions a span {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
    }

.highlights .video-sessions:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.highlights .video-sessions.presentations a {
    color: #00aeef;
    width: auto;
    min-height: 0;
    min-width: 600px;
}

    .highlights .video-sessions.presentations a:hover {
        text-decoration: underline;
    }

    .highlights .video-sessions.presentations a span {
        font-weight: normal;
    }

.sponsors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sponsors-list li {
        display: none;
        margin: 0 0 23px 0;
    }

        .sponsors-list li.current {
            display: table;
            margin: 0 0 23px 0;
        }

        .sponsors-list li div {
            display: table-cell;
            vertical-align: top;
        }

    .sponsors-list .logo {
        border-right: 1px solid #dddddd;
        width: 170px;
        text-align: center;
    }

    .sponsors-list .description {
        padding: 0 30px;
        text-align: left;
    }

        .sponsors-list .description h2 {
            margin: 0;
            font-weight: bold;
        }

        .sponsors-list .description h3 {
            margin: 0 0 10px 0 !important;
        }

        .sponsors-list .description p {
            margin: 0 0 10px 0;
        }

            .sponsors-list .description p:last-child {
                margin: 0;
            }

.ad-image-description {
    color: #ffffff !important;
    font-size: 17px;
    line-height: 28px;
}

.main_galery_image,
.gallery_outer .thumbs {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.gallery_outer {
    height: auto !important;
}

footer {
    font-size: 10px;
    line-height: 9px;
}

.footer-wrapper {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    width: 945px;
}

footer nav {
    margin-bottom: 18px;
}

footer .primary {
    float: left;
}

footer .secondary {
    float: right;
}

footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

footer li {
    display: inline-block;
    padding: 0 7px;
}

footer .primary li,
footer .secondary li {
    border-left: 1px solid #ffffff;
}

    footer .primary li:first-child {
        padding-left: 14px;
    }

footer li:first-child {
    border-left: 0;
}

footer a,
footer a:visited {
    color: #fff;
}

    footer a:hover {
        text-decoration: underline;
    }

/* ==========================================================================
   Print styles
   ========================================================================== */
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
