/* Minification failed. Returning unminified contents.
(240,1): run-time error CSS1019: Unexpected token, found '@import'
(240,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway&display=swap")'
(241,1): run-time error CSS1019: Unexpected token, found '@import'
(241,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")'
(398,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(399,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2029,22): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(2029,85): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(2029,157): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(2168,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(2168,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(2168,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(2667,22): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(2667,90): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(2667,167): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(3045,20): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(3045,83): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(3045,155): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(3138,39): run-time error CSS1034: Expected closing parenthesis, found ','
(3138,39): run-time error CSS1042: Expected function, found ','
(3138,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3536,101): run-time error CSS1031: Expected selector, found '/'
(3536,101): run-time error CSS1025: Expected comma or open brace, found '/'
(3930,1): run-time error CSS1019: Unexpected token, found '@import'
(3930,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway&display=swap")'
(3931,1): run-time error CSS1019: Unexpected token, found '@import'
(3931,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")'
(4139,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(4139,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(4139,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(4185,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(4185,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(4185,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(4278,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4279,10): run-time error CSS1035: Expected colon, found '{'
(4287,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4288,10): run-time error CSS1035: Expected colon, found '{'
 */
/*!
 *  Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url('http://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css');
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot');
  src: url('http://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('http://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('http://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
       url('http://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('http://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
Embed code 049c86d1a8
*/

.buttoncenter{

    margin-left: 40%;
}

@media screen and (max-width:768px) {
    .buttoncenter{

        margin-left: unset;
    }


}



/* Exhibiting Sponsors Images */

.primary_content .booth-info {
    width: 260px;
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.primary_content div.descriptionLogo {
    width: 200px;
    min-height: 75px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 10px 4px 0;
    background-position: center;
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
}

.primary_content .exhibitor {
    margin-bottom: 20px;
}

.primary_content h2.exhibitorLevel {
    margin-bottom: 15px;
}


/****************************************************************************************************/
/* footer */
/****************************************************************************************************/

footer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: #fff;
    padding: 60px 30px;
    font-size: 1.0em;
}

    footer a {
        color: #999;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        footer a:hover {
            color: rgb(75, 8, 151);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.footer_block {
    float: left;
    margin: 0 2.6% 60px 0;
    padding: 0 30px 0 10px;
    border-right: solid 1px #eee;
    width: 23%;
    min-height: 140px;
}

    .footer_block:last-child {
        margin: 0 0 60px 0;
        border-right: none;
    }

footer ul li {
    padding: .5px 0 .5px 0;
}

.social ul li {
    float: left;
    margin: 0 25px 0 0;
}

    .social ul li:last-child {
        margin: 0 0 0 0;
    }

    .social ul li a {
        font-size: 1.9em;
    }

.email_signup {
    margin: 15px 0 0 0;
}

    .email_signup input {
        width: 85%;
        float: left;
        font-size: 1.1em;
        padding: 3px 10px;
        color: #666;
        height: 40px;
        border: solid 1px #ddd;
    }

        .email_signup input[type=submit],
        .email_signup input[type=button] {
            display: block;
            background: #eee;
            float: left;
            height: 40px;
            line-height: 35px;
            border-top: solid 1px #ddd;
            ;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            border-left: none;
            color: #222;
            text-align: center;
            padding: 0;
            text-transform: uppercase;
            font-size: 0.8em;
            width: 15%;
            cursor: pointer;
        }

            .email_signup input[type=submit]:hover {
                background: #aaa;
                color: #fff;
            }

.sub_logo {
    display: block;
    margin: 15px 0 0 0;
    width: 200px;
    text-indent: -9999px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.sub_logo {
    height: 43px;
    background: url(https://www.streamingmedia.com/Conferences/images/east2019/logo_sm_sub.svg) no-repeat;
    background-size: 200px 43px;
}

    .sub_logo:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    @media screen and (max-width:760px) {
        .social ul li {
         
            margin: 0 33px 0 0;
        }
    }
/*
        ___          ___          ___          ___      ___                   ___          ___     
       /\  \        /\  \        /\  \        /\  \    /\  \        ___      /\__\        /\  \    
      /::\  \      /::\  \      /::\  \      /::\  \   \:\  \      /\  \    /:/  /       /::\  \   
     /:/\:\  \    /:/\:\  \    /:/\:\  \    /:/\:\  \   \:\  \     \:\  \  /:/  /       /:/\:\  \  
    /:/  \:\  \  /::\~\:\  \  /::\~\:\  \  /::\~\:\  \  /::\  \    /::\__\/:/__/  ___  /::\~\:\  \ 
   /:/__/ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\__\__/:/\/__/|:|  | /\__\/:/\:\ \:\__\
   \:\  \  \/__/\/_|::\/:/  /\:\~\:\ \/__/\/__\:\/:/  /:/  \/__/\/:/  /   |:|  |/:/  /\:\~\:\ \/__/
    \:\  \         |:|::/  /  \:\ \:\__\       \::/  /:/  /    \::/__/    |:|__/:/  /  \:\ \:\__\  
     \:\  \        |:|\/__/    \:\ \/__/       /:/  /\/__/      \:\__\     \::::/__/    \:\ \/__/  
      \:\__\       |:|  |       \:\__\        /:/  /             \/__/      ~~~~         \:\__\    
       \___/        \|__|    ___ \/__/    ___ \/__/   ___  ___                            \/__/    
       /\__\       ___      /\__\        /\  \       /\__\/\  \                                    
      /:/  /      /\  \    /::|  |      /::\  \     /:/  /::\  \                                   
     /:/__/       \:\  \  /:|:|  |     /:/\:\  \   /:/  /:/\:\  \                                  
    /::\__\____   /::\__\/:/|:|  |__  /:/  \:\__\ /:/  /::\~\:\  \                                 
   /:/\:::::\__\_/:/\/__/:/ |:| /\__\/:/__/ \:|__/:/__/:/\:\ \:\__\                                
   \/_|:|~~|~ /\/:/  /  \/__|:|/:/  /\:\  \ /:/  |:\  \:\~\:\ \/__/                                
      |:|  |  \::/__/       |:/:/  /  \:\  /:/  / \:\  \:\ \:\__\                                  
      |:|  |   \:\__\       |::/  /    \:\/:/  /   \:\  \:\ \/__/                                  
      |:|  |    \/__/       /:/  /      \::/__/     \:\__\:\__\                                    
       \|__|                \/__/        ~~          \/__/\/__/                                    
*/


/****************************************************************************************************/


/* recommended CSS reset, based on work by Eric Meyer - http://meyerweb.co */


/****************************************************************************************************/

@import url("https://fonts.googleapis.com/css?family=Raleway&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}


/****************************************************************************************************/


/* more resets */


/****************************************************************************************************/

* {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

ul {
    list-style: none;
    list-style-type: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

.mobile_hidden {
    display: none;
}


/****************************************************************************************************/


/* css3 animations */


/****************************************************************************************************/

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/****************************************************************************************************/


/* structure */


/****************************************************************************************************/


/*-------------------------------------------*\
** Global
\*-------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    height: 100%;
    font-family: "Raleway", sans-serif;
    /*background: #efefef;*/
}

html,
body {
    /* added font-size to test -- mjd 
    font-size: 62.5%;*/
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*  
body,
html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 62.5%;
    font-family: 'Raleway', sans-serif;
}

*/


/****************************************************************************************************/


/* fonts text typography */


/****************************************************************************************************/

h1 {
    font-size: 3rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
}

h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    /*text-transform: capitalize;*/
    color: #1B334C;
    font-weight: 900;
}

h3 {
    font-size: 2rem;
    margin: 1rem 0;
    /* text-transform: capitalize; */
    color: #1B334C;
    text-align: left;
    font-weight: 900;
}

h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
}

h5 {
    font-size: 1rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
    text-align: center;
}

h6 {
    font-size: 0.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
}

.sponsors h4 {
    text-align: center;
}

p {
    /*  font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    font-size: 1.2em;*/
    margin: 0.8rem 0;
    text-align: left;
}

a[name] {
    padding-top: 120px;
    margin-top: -120px;
}

.primary_content2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    padding: 50px 30px;
    background: #fff;
}


/****************************************************************************************************/


/* header */


/****************************************************************************************************/

header {
    /* mjd test header
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    
    */
    position: fixed;
    z-index: 9999;
    margin: -100px 0 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* took out because of stupid firefox width: -webkit-fill-available; */
    width: 100%;
}


/****************************************************************************************************/


/* homepage < theme */


/****************************************************************************************************/

.theme {
    width: 100%;
    max-height: 670px;
    overflow: hidden;
    position: relative;
}

.gradient {
    background-color: rgba(62, 126, 138, 0.6);
    width: 100%;
    height: 100%;
    padding: 27px 0 0 0;
}


/*
.theme video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
}
*/

.theme_no_video {
    display: none;
}

.theme_content {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 25px 0;
}

.theme_content .logo {
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.theme_content .tagline {
    color: #fff;
    font-size: 2.3em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.theme_content .date_location {
    color: #fff;
    font-size: 3em;
    padding: 15px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    margin: 30px 0;
}

.date_location span {
    font-size: 0.8em;
}

.theme_content .register_btn {
    width: 240px;
    height: 70px;
    /*margin: 0 auto;*/
    margin: 0 0 5% 16.5%;
}

.theme_content .register_btn2 {
    width: 240px;
    height: 70px;
    margin: -70px -30px 0 300px;
}

.theme_content .register_btn a {
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    display: block;
    width: 240px;
    height: 70px;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.theme_content .register_btn a:hover {
    background: #9f2021;
    border: solid 1px #9f2021;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/****************************************************************************************************/


/* homepage */


/****************************************************************************************************/

.primary_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #111;
    padding: 60px 30px;
    background: #fff;
}


/****************************************************************************************************/


/* homepage < slider */


/****************************************************************************************************/


/*Company and all slider but speakers*/

.division_slider {
    clear: both;
    margin: 0 auto;
}

.division_wrap {
    height: 130px;
    display: table;
    margin: 0;
}

.division_wrap div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.division_wrap img {
    display: block;
    /*max-height: 130px;*/
    max-height: 77px;
    width: auto;
    margin: 0 auto;
}


/*SPEAKERS Slider*/

.division_wrap_speaker {
    height: 130px;
    display: table;
    margin: 0;
}

.division_wrap_speaker div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.division_wrap_speaker img {
    display: block;
    max-height: 130px;
    width: auto;
    margin: 0 auto;
}


/****************************************************************************************************/


/* homepage < slider overrides */


/****************************************************************************************************/

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
    border-bottom: solid 1px #eee;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #eee;
    margin: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b7b7b7;
}


/****************************************************************************************************/


/* homepage < about intro */


/****************************************************************************************************/

.intro_media {
    width: 45%;
    position: relative;
}

.intro_media.left {
    float: left;
    margin: 0 60px 30px 0;
}

.intro_media.right {
    float: right;
    margin: 0 0 53px 60px;
}

.intro_media img {
    width: 100%;
    height: auto;
}

.intro_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    margin: 15px 0 7px 0;
}

.intro_media:after {
    content: "";
    width: 100%;
    height: 38px;
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/video_drop_shadow.png) no-repeat;
    background-size: contain;
    position: absolute;
}

.intro_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro_img {
    width: 45%;
}

.intro_img.left {
    float: left;
    margin: 0 60px 30px 0;
}

.intro_img.right {
    float: right;
    margin: 0 0 30px 60px;
}

.intro_img img {
    width: 100%;
    height: auto;
}


/****************************************************************************************************/


/* homepage < slider < speakers */


/****************************************************************************************************/

.speakers {
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/Sectionbackground_SME19v4.jpg) no-repeat;
    background-size: cover;
}

.speakers h5 {
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
    color: #fff;
}

.speaker_headshots {
    text-align: center;
}

.speaker_headshots img {
    border-radius: 50%;
    /*
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	*/
}

.spk_name {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
}

.spk_comp {
    color: #f1f1f1;
    font-style: italic;
    font-size: 0.7em;
    font-weight: 700;
}

.spk_title {
    font-size: 1.1em;
    color: #f1f1f1;
}


/****************************************************************************************************/


/* homepage < highlights */


/****************************************************************************************************/

.highlight_wrapper {
    width: 100%;
    background: linear-gradient(to bottom left, rgba(14, 81, 150, 0.9), rgba(14, 81, 150, 0.8)), url(https://www.streamingmedia.com/conferences/images/east2020/placeholder--abstract.jpg) center center no-repeat;
    /*background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;*/
    background-size: cover;
    float: left;
}

.highlights {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
    color: #fff;
}

.highlights h3 {
    color: #fff;
}

.highlights div,
.who_attend div {
    width: 100%;
    padding: 30px;
    color: #fff;
}

.highlights div.icon {
    float: left;
    width: 130px;
    text-align: center;
    margin: 0 60px 60px 0;
    padding: 0;
}

.highlights div.icon i.fa {
    font-size: 5em;
    color: #fff;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 150px;
    border: solid 1px #fff;
}


/****************************************************************************************************/


/* homepage < who attend */


/****************************************************************************************************/

.who_attend {
    background: url(https://dzceab466r34n.cloudfront.net/Conference/StreamingMediaEast/2020/placeholder--location.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    float: left;
}

.who_attend h3 {
    color: #fff;
}

.who_attend div {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
}

.who_attend ul {
    float: left;
    padding: 0 0 30px 0;
}

.who_attend li {
    /*font-size: 1.5em;*/
    float: left;
    width: 45%;
    padding: 15px 15px 0 15px;
    margin: 0 0 0 5%;
}

.who_attend a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.who_attend a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.who_attend li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -30px;
    padding: 0 10px 0 0;
    color: #fff;
}


/****************************************************************************************************/


/* homepage < tracks */


/****************************************************************************************************/

.tracks {
    width: 100%;
    clear: both;
    float: left;
}

.tracks_wrap {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tracks h3 {
    /*color: #870c0d;*/
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;
    background-size: cover;
}

.track {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 99;
}

a.track_link {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    position: absolute;
    z-index: -99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track:hover a.track_link {
    top: 45px;
    bottom: 45px;
    left: 45px;
    right: 45px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track_info {
    padding: 75px;
}

.track img {
    max-width: 75%;
    height: auto;
    max-height: 120px;
}

.track .img2 {
    max-width: 100%;
    height: auto;
    max-height: 130px;
}

.track .img3 {
    max-width: 100%;
    height: 120px;
    max-height: 140px;
}

.track .img_bst {
    max-width: 100%;
    height: 118px;
}

.track p {
    margin: 30px 0 0 0;
}

.track p.fix {
    margin: 30px 0 0 0;
}

.btn2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    position: relative;
    margin: 30px auto 0 auto;
    text-indent: -50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: solid 1px #0e5196;
    color: #0e5196;
}

.btn2 span {
    display: inline-block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    background: #0e5196;
    position: absolute;
    color: #fff;
    right: 0;
    text-indent: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn2 span .fa {
    line-height: 50px;
}

.track:hover .btn2 i {
    animation: bounce 0.7s;
}

.track:hover .btn2 {
    background: #0e5196;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track:hover .btn2 span {
    background: #0e5196;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.track_sme {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/BusandStrat19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_cds {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/CDSblock.jpg) no-repeat center center;
    background-size: cover;
}

.track_Discovery {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/Discovery19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_OTT {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/OTT19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_lss {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/LSS19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_Tech {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/TechHowTo19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_VES {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/VES19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_smu {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/SMU19block.jpg) no-repeat center center;
    background-size: cover;
}


/****************************************************************************************************/


/* homepage < testimonials */


/****************************************************************************************************

.testimonials {
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/Sectionbackground_SME19v4.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0 0 0;
    color: #fff;
    float: left;
}

.testimonial {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
    clear: both;
}

.testimonial img {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 3px #fff;
    margin: 0 30px 60px 0;
}

.testimonial_name {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
}

*/


/****************************************************************************************************/


/* homepage < sponsors */


/****************************************************************************************************/

.sponsor_wrapper {
    margin: 60px 0;
    float: left;
    clear: both;
    width: 100%;
}

.sponsors {
    margin: 30px 0 0 0;
    color: #666;
}

.sponsors ul {
    text-align: center
}

.sponsors ul li {
    display: inline-block;
    margin: 15px;
}

.sponsors ul li {
    min-width: 120px;
    min-height: 60px;
    background: #ffffff;
    /*background:#f1f1f1;*/
}


/****************************************************************************************************/


/* subpage */


/****************************************************************************************************/

.subpage {
    width: 100%;
    /* background: url(/Conferences/images/east2020/bg_subpage.jpg) no-repeat fixed top center; */
    background-size: cover;
}

.subpage .hero__location2 {
    display: block;
}


/*
 .subpage  .main_menu li:first-child {
    width: 169px;
    height: 120px;
    margin: -9px 12px 0 0;
    background: url(/Conferences/images/east2020/logo_menu.svg) no-repeat;
    background-size: 172px 87px;
    line-height: normal;
}

.subpage .main_menu li:first-child a {
    width: 190px;
    height: 50px;
    text-indent: -9999px;
    display: block;
}

.subpage .banner_date_location {
    top: 70px;
    position: fixed;
    background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) center center;
    opacity: 1.0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    color: #444;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    z-index: 99;
}

.subpage .banner_date_location.scroll {
    top: -70px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
*/

.secondary_content {
    padding: 80px 30px 0 30px;
}

.subpage .primary_content {
    background: #fff;
    padding: 40px 30px 0 30px;
}

.menu_set {
    width: 322px;
    margin-top: -6.3%;
    /*float:right;
margin-right: 39%;
margin-left: 37%;
padding-top: 9px;
padding-bottom: 13px;*/
}

.subpage .secondary_content {
    background: none;
}

.unorderedlist ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.7;
    list-style-type: disc;
    text-align: left;
}

.unorderedlist ul li ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.7;
    list-style-type: disc;
}

.unorderedlist2 ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 1em 0;
    list-style-type: none;
}

.unorderedlist2 ul li ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 1em 0;
    list-style-type: none;
    ;
}


/* Below are only for the landing pages of the colocated in SME site
    Not needed elsewhere */

.ColocatedImageHearder150 {
    width: 600px;
    height: 150px;
}

.ColocatedImageHeader200 {
    width: 600px;
    height: 200px;
}

.ColocatedImageHeaderBST {
    width: 700px;
    height: 200px;
}

.ColocatedImageHearderDiscovery {
    width: 700px;
    height: 151px;
}


/****************************************************************************************************/


/* subpage overrides */


/****************************************************************************************************/

.subpage_conference_info {
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/Greysectionbackground-SME19.png) center center;
    background-size: cover;
    width: 100%;
    margin: 70px auto 0 auto;
    display: inline-block;
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding: 15px;
}

.subpage_conference_info .theme_content {
    max-width: 400px;
    padding: 100px 0 30px 0;
}

.subpage_conference_info .date_location {
    font-size: 2em;
    color: #444;
}

.sub_page .primary_content {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
}

.sub_page .primary_content {
    text-align: center;
}

.sub_page_agenda {
    max-width: 1600px !important;
    width: 100% !important;
}


/****************************************************************************************************************************/


/* Co-located events    */


/**********************************************************************************************************************/


/*
.colocated ul li {
    margin: 0.6rem;
    
}
.colocated ul li img {
  
    max-width: 75%;
}
.colocated ul {
    text-align: center;
    display: inline-flex;
}
.colocated ul li {
    display: inline-flex;
}
.colocated h5 {
    font-size: 2rem;
    color: #0e5196;
    text-align: center;
    margin-bottom: auto;
}

  width: intrinsic;          Safari/WebKit uses a non-standard name 
  width: -moz-max-content;    = Firefox/Gecko 
  width: -webkit-max-content; = Chrome 
*/

.colocated {
    margin: 90px 0px -45px;
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
}

.colocated ul {
    text-align: center
}

.colocated ul li {
    display: inline-block;
    margin: 1%;
}

.colocated ul li {
    min-width: 151px;
    min-height: 60px;
}


/*
.colocated ul li:first-child {
    min-width: 140px;
    min-height: 60px;
    
    
}
*/

.colocated h5 {
    font-size: 2rem;
    color: #315565;
    text-align: center;
    margin-bottom: auto;
}

ul li span {
    font-size: 1em;
}


/****************************************************************************************************/


/* other screens */


/****************************************************************************************************/

@media screen and (max-width:1160px) {
    /* .theme_content {
        padding: 100px 0 30px 0;
    }*/
}

@media screen and (max-width:1070px) {
    .theme_content .logo {
        max-width: 540px;
    }
    .theme_content .tagline {
        font-size: 1.8em;
        margin: 5px 0 0 0;
    }
    .theme_content .date_location {
        font-size: 3em;
        padding: 10px 0;
        margin: 5px auto 30px auto;
    }
    .subpage_conference_info .date_location {
        font-size: 2em;
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:1030px) {
    .social ul li a {
        font-size: 1.4em;
    }
    .session {
        padding: 15px;
    }
    .menu_set {
        width: 281px;
        margin-top: -9.8%;
    }
}


/*
@media screen and (max-width:970px) {
    .main_menu ul li {
        margin: 0 15px 0 0;
    }
}
*/

@media screen and (max-width:950px) {
    /*
    .main_menu ul li {
        margin: 0 14px 0 0;
    }
    .main_menu ul li a {
        font-size: 1.3em;
    }
    .subpage .main_menu li:last-child {
        width: 80px;
        height: 40px;
        margin: 15px 0 0 0;
        background: #9f2021;
        line-height: normal;
    }
    .subpage .main_menu li:last-child a {
        color: #fff;
        line-height: 40px;
        width: 80px;
        height: 40px;
        text-align: center;
    }
    */
    footer {
        max-width: 700px;
        margin: 0 auto;
    }
    .footer_block {
        float: left;
        margin: 0 2.6% 30px 0;
        padding: 0 30px 0 0;
        border-right: none;
        width: 46%;
        min-height: 140px;
    }
    .footer_block:nth-child(2),
    .footer_block:nth-child(4) {
        text-align: right;
        padding: 0 0 0 0;
    }
    .footer_block:nth-child(2) ul {
        float: right;
    }
    .sub_logo {
        float: right;
    }
}


/*
@media screen and (max-width:920px) {

    .main_menu ul li {
        margin: 0 10px 0 0;
    }
    .main_menu ul li a {
        font-size: 1.2em;
    }
}
*/

@media screen and (max-width:870px) {
    /*
    header,
    .list_grid_toggle {
        display: none;
    }
    .mobile_header,
    .mobile_menu_btn {
        display: block;
    }
    */
    .theme_content {
        padding: 20px 0 0px 0;
    }
    .subpage_conference_info {
        margin: 50px auto 0px auto;
    }
    .theme_content .date_location {
        margin: 0px auto 30px auto;
    }
}

@media screen and (max-width:830px) {
    .theme_content .date_location {
        font-size: 2.8em;
        text-shadow: 2px 2px #000;
    }
    /* took out 12-15-19 mjd 
    h2 {
        font-size: 3.7em;
    }
    p {
        font-size: 1.5em;
        margin: 0.9em 0;
    }
    */
    .highlights {
        float: left;
    }
    .highlights div {
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
        float: left;
        text-align: left;
    }
    .highlights div:last-child {
        margin: 0 0 30px 0;
    }
    .track:hover a.track_link {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .track_info {
        padding: 45px;
    }
    .subpage .banner_date_location {
        top: 50px;
    }
    .gradient {
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    .menu_set {
        width: 210px;
        float: right;
        margin-right: 39%;
        margin-top: -11.8%;
    }
}

@media screen and (max-width:760px) {
    .theme_video {
        display: none;
    }
    .theme_content {
        padding: 90px 0 60px 0;
    }
    .subpage .primary_content {
        padding: 20px 30px 0 30px;
    }
    .ColocatedImageHeader200 {
        width: 600px;
        height: 100px;
    }
    .ColocatedImageHearder150 {
        width: 600px;
        height: 78px;
    }
    .ColocatedImageHeaderBST {
        width: 700px;
        height: 100px;
    }
    .ColocatedImageHearderDiscovery {
        width: 700px;
        height: 100px;
    }
    .theme_no_video {
        display: block;
        background: url(https://dzceab466r34n.cloudfront.net/Conference/StreamingMediaEast/2020/placeholder--location.jpg) top left no-repeat;
        background-size: cover;
        min-height: 670px;
        position: absolute;
        z-index: -99;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .sub_page .primary_content {
        padding: 100px 10px 60px 10px;
    }
    .session_time {
        font-size: 1.3em;
        padding: 10px;
    }
    .session {
        margin: 0 0 0 70px;
    }
}

@media screen and (max-width:630px) {
    .theme_content .logo {
        width: 100%;
    }
    .subpage .banner_date_location {
        font-size: 1.3em;
    }
    .mobile_hidden {
        display: inline;
    }
    .intro_media {
        float: none;
        margin: 0 auto 15px auto;
        width: 100%;
    }
    h3 {
        font-size: 2.7em;
        margin: 0 0 0 0;
    }
    .highlight_wrapper {
        background: url(https://www.streamingmedia.com/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;
        background-size: cover;
    }
    .highlights div {
        text-align: center;
    }
    .highlights div.icon {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .who_attend li {
        width: 95%;
    }
    .track {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .testimonial {
        text-align: center;
    }
    .testimonial img {
        float: none;
        clear: both;
        display: inline-block;
        margin: 0 auto;
    }
    .footer_block {
        float: left;
        clear: both;
        margin: 15px auto 0 auto;
        padding: 15px 0 0 0;
        border-top: solid 1px #eee;
        width: 100%;
        min-height: inherit;
        text-align: center;
    }
    .footer_block:nth-child(2),
    .footer_block:nth-child(4) {
        text-align: center;
        padding: 15px 0 0 0;
    }
    .footer_block:nth-child(2) ul {
        float: none;
        margin: 0 auto;
        width: 165px;
    }
    .email_updates {
        padding: 15px 0 30px 0;
    }
    .sub_logo {
        float: none;
        margin: 10px auto 15px auto;
    }
    .division_wrap {
        margin: 36px;
    }
    .division_wrap img {
        margin: 0px 20px 45px;
    }
    /*.intro_media {
        display:none;
    }*/
}

@media screen and (max-width:440px) {
    .theme_content .register_btn {
        width: 240px;
        height: 115px;
        margin: 0px 0 1px 38px;
    }
    .theme_content .register_btn2 {
        /* width: 164px; */
        /* height: 22px; */
        margin: 15px auto auto 0px;
    }
    .theme_content {
        padding: 60px 0 60px 0;
    }
    .theme_content .tagline {
        font-size: 1.6em;
        margin: 5px 0 0 0;
    }
    .theme_content .date_location {
        font-size: 0.8em;
    }
    h3 {
        font-size: 1.5em;
    }
}
/**************************************** tracks_old / front_page ****************************************/

.tracks_old {
    width: 100%;
   /* background: -webkit-gradient(linear, right top, left bottom, from(rgba(49, 85, 101, 0.9)), to(rgba(49, 85, 101, 0.8))), url(/Conferences/Images/Connect2021/SM-Connect-21_Web-Image.jpg) top center no-repeat;
    background: linear-gradient(to bottom left, rgba(49, 85, 101, 0.9), rgba(49, 85, 101, 0.8)), url(/Conferences/Images/Connect2021/SM-Connect-21_Web-Image.jpg) top center no-repeat;
    */
    
	background:rgb(23, 66, 105);
	background-size: cover;
     padding: 30px;
}

.tex {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    }

.tracks_old h2, .tracks_old h4 {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-shadow: 2px 2px grey;
}

.track_old {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    /*padding: 30px;*/
    box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
	border-radius: 25px;
}
.title {
    font-weight: 400;
    font-size: 2.0em;
    line-height: 1.7;
    
}
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    width: 82px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #9f2021;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 39px;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    content: "";
    position: absolute;
    display: block;
    border: 25px solid #9f2021;
    z-index: -5;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    right: -49px;
    top: 0em;
    border-right-color: transparent;
}

.explore_btn_mobile {
    display: none;
}

span.speakerRole {
    font-size: 14px;
    font-weight: bolder;
}
.table td {
    
    
    border-top: unset !important;
}
@media screen and (max-width:630px) {
    .tracks_old {
      /* padding: 15px;*/
    }
    .track_old {
        display: inline-block;
        padding: 5px;
    }
    


    .explore_btn {
        display: none;
    }
    
    .explore_btn_mobile {
        display: block;
    }
}

/****************************************************************************************************/


/* subpage < schedule sessions agenda < LIST styles */


/****************************************************************************************************/

.sessioncanceled {
    opacity: .7;
    cursor: none;
}

.sessioncanceled h3 {
    color: #777777;
}

.sessioncanceled .session-title {
    color: #777777;
    cursor: none;
}

.sessioncanceled span {
    color: #777777;
}

.list_grid_toggle {
    float: right;
}

.list_grid_toggle li {
    display: inline-block;
    font-size: 2.5em;
    color: #ccc;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.list_grid_toggle li.active_list_grid {
    color: #000;
}

.session_date_selector {
    float: right;
}

.session_date_selector li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    font-size: 0.9em;
    cursor: pointer;
    font-weight: 700;
    border-radius: 22px;
}

.session_date_selector li.session_date_show {
    border-top: solid 1px #D0332B;
    border-right: solid 1px #D0332B;
    border-left: solid 1px #D0332B;
    background: #D0332B;
    color: #fff;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}

.session_filter_label {
    float: right;
    clear: right;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
}

.session_filter_label span {
    font-size: 1.0em;
    font-weight: 700;
}

.session_filter_label:after {
    font-family: FontAwesome;
    content: "\f0b0";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

.session_filter {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 30px;
    width: 350px;
    top: 0;
    right: 0;
    box-shadow: 0 1px 5px #999;
}

.session_filter_type {
    font-size: 1.3em;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: solid 1px #999;
    color: #999;
}

.session_filter li {
    display: block;
    cursor: pointer;
    font-size: 1.0em;
}

.session_filter li:before {
    font-family: FontAwesome;
    content: "\f10c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.session_filter li.session_selected:before {
    content: "\f058";
}

.session_filter_clear {
    display: block;
    cursor: pointer;
    font-size: 1.2em;
    color: #999;
    float: right;
}

.session_filter_clear:before {
    font-family: FontAwesome;
    content: "\f2d3";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.sessions_wrapper {
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    clear: both;
}

.session_time {
    float: left;
    width: 100px;
    flex: 0 0 120px;
    text-align: left;
    font-size: 0.9em;
    /*padding: 15px;*/
    padding-top: 33px;
    border-top: solid 1px #eee;
}

.session {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_keynote {
    /* margin: 0px; */
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_reception {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_roundtable {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_strategy {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_break {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_title a {
    font-size: 1.7em;
    /*color: #870c0d;*/
    color: #1B334C;
    margin: 15px 0 0 0;
    display: block;
    pointer-events: none;
}

.session_title span {
    font-size: 1.0em;
    color: #1B334C;
    /*color: #870c0d;*/
    margin: 15px 0 0 0;
    display: block;
    cursor: default;
}

.session_title a:hover {
    color: #ccc;
}

.session_tag {
    display: inline-block;
    padding: 3px;
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
}

.session_track {
    font-size: 1.2em;
    display: block;
    margin: 0;
}

.session_location {
    border: none;
    margin: 0;
}

.session_location,
.session_length,
.session_speaker,
.session_description {
    font-size: 0.8em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}

.session_location span,
.session_length span,
.session_description span {
    color: #000;
    font-size: 1.1em;
}

.session_speaker span {
    /*color: #870c0d;*/
    color: #1B334C;
}

.session_speaker {
    /*margin: 10px 0;*/
    margin: 0;
    flex: 1;
}


/* added last-child on 3/12/18 from Mike E */

.session:last-child {
    border-right: solid 1px #eee;
}

.session_break:last-child {
    border-right: solid 1px #eee;
}

.session_reception:last-child {
    border-right: solid 1px #eee;
}

.session_roundtable:last-child {
    border-right: solid 1px #eee;
}

.session_strategy:last-child {
    border-right: solid 1px #eee;
}

.session_keynote:last-child {
    border-right: solid 1px #eee;
}

.session_speaker a {
    color: #1B334C;
}

.session_speaker a:hover {
    color: #ccc;
}


/****************************************************************************************************/


/* subpage < schedule sessions agenda < GRID styles */


/****************************************************************************************************/

.display_list_grid {
    border-bottom: solid 1px #eee;
    display: inline-block;
    width: 100%;
}

.display_show_grid .session_track,
.display_show_grid .session_speaker,
.display_show_grid .session_description,
.display_show_grid .session_tag,
.display_show_grid .session_location {
    display: none;
}

.display_show_grid .session_time_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    background: #fafafa;
}

.display_show_grid .session .session_title {
    cursor: pointer;
}

.display_show_grid .session_keynote .session_title {
    cursor: pointer;
}

.display_show_grid .session_reception .session_title {
    cursor: pointer;
}

.display_show_grid .session_roundtable .session_title {
    cursor: pointer;
}

.display_show_grid .session_strategy .session_title {
    cursor: pointer;
}

.display_show_grid .session_kenote_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
}


/* old before 3/12/18 
.display_show_grid .session {
    margin: 0;
     width: 21%;
    float: left;
    
    
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
}
*/

.display_show_grid .session {
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    width: 100%;
    /* width should be 20% */
}

.display_show_grid .session_keynote {
    /*margin-left: -8px;
    width: 80.6%;
    margin-right:65.5px;
    float: left;
    flex:1;
    */
    width: 100%;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_reception {
    margin: 0;
    /*
    width: 107%;
    float: left;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_roundtable {
    margin: 0;
    width: 42.5%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_strategy {
    margin: 0;
    width: 66%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break {
    margin: 0;
    /*
    width: 107%;
    float: left;
    flex:1;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break .session_title a {
    pointer-events: none;
    cursor: none;
}

.display_show_grid .session_title span {
    font-size: 1.0em;
    cursor: pointer;
}

.display_show_grid .session_title a {
    font-size: 1.0em;
    cursor: pointer;
    pointer-events: all;
}

.display_show_grid .session_title a:hover+.display_show_grid .session_description {
    display: block;
}


/****************************************************************************************************/


/* grid label overrides */


/****************************************************************************************************/


/*
.grid_labels {
    display: none;
    --deletemax-width: 1540px; 
    width: 100%;
    --deletefloat: left;
}
 */

.grid_labels {
    display: none;
    max-width: 1540px;
    width: 100%;
}

.grid_labels .session_time {
    border: none;
    padding: 0 15px;
}

.grid_labels .session {
    padding: 0;
    /* border: none; */
}

.grid_labels .session_track {
    padding: 7px 15px;
    display: block;
    height: 80px;
    font-size: 0.8rem;
	
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgba(0, 0, 0, .25)), inset var(--clay-shadow-inset-primary, -8px -8px 16px 0 rgba(0, 0, 0, .25)), inset var(--clay-shadow-inset-secondary, 8px 8px 16px 0 hsla(0, 0%, 100%, .2));

}


/*
.grid_label_lock {
    position: fixed;
    z-index: 10001;
    top: 120px;
    left: 0;
    padding: 0 30px;
}
*/

.grid_label_lock {
    position: fixed;
    z-index: 1001;
    top: 120px;
    left: auto
}

.session_date_selector_lock {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    float: right;
    background: url(https://www.streamingmedia.com/Conferences/images/east2020/bg_poly.jpg) center center;
    margin-left: 53%;
}

.display_show_grid .monday_aug_23 .session {
    width: 100%;
}


/*.display_show_grid .monday_nov_12 .session_track {
   color:rgb(133, 17, 143);
   
}*/

.session_description .unorderedlist ul {
    font-size: inherit;
}

@media screen and (max-width: 1440px) {
    /*.grid_label_lock {
        max-width: 1380px; 
    }*/
    .session_track {
        font-size: 1.0em;
    }
    /*.display_show_grid .session_keynote {
         width:86.6%; 
    }*/
    .display_show_grid .session_break {
        margin-left: -06.px;
    }
    .session_location,
    .session_length,
    .session_speaker,
    .session_description {
        font-size: 0.8em;
        display: block;
        color: #666;
        font-weight: 400;
        padding: 0 0 3px 0;
    }
    .display_show_grid .session_title span {
        font-size: 0.8em;
        cursor: pointer;
    }
    .session_location span,
    .session_length span,
    .session_description span {
        color: #000;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1024px) {
    /* .grid_label_lock {
        max-width: 963px; 
    }
    */
    .session_track {
        font-size: 0.9em;
    }
}

@media screen and (max-width:1600px) {
    .grid_label_lock {
        left: 0;
        padding: 0 30px;
    }
    .grid_labels {
        max-width: none;
    }
}

@media screen and (max-width: 960px) {
    .session_date_selector_lock {
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        z-index: 1001;
        font-weight: 0;
    }
    .session_date_selector {
        margin: 0;
        padding: 5px;
        font-size: 1.1em;
        text-align: center;
    }
    .session_title {
        font-size: 0.8em;
    }
    .session_description span,
    .session_description span p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 667px) {
    .session_time {
        font-size: 1.0em;
    }
    .session_title {
        font-size: 0.5em;
    }
    .session {
        margin: 0 0 0 100px;
        font-size: unset;
        border-top: solid 1px #eee;
        border-left: solid 1px #eee;
        padding: unset;
    }
    .session_location,
    .session_length,
    .session_speaker,
    .session_description {
        font-size: 0.7em;
        display: block;
        color: #666;
        font-weight: 400;
        padding: 0 0 3px 0;
    }
    .session_date_selector {
        margin: 0;
        padding: unset;
        font-size: 0.8em;
        /* text-align: center; */
    }
    .session_date_selector li {
        margin: 0 7.7px 0 0;
        padding: 0.3rem;
        font-size: 0.6em;
        cursor: pointer;
        /* font-weight: 700; 
    display: table-cell;*/
    }
    .unorderedlist {
        font-size: 0.8em;
    }
    .list_grid_toggle {
        display: none;
    }
}
/************************************************************/
		/* required styles for Featured Events Footer*/
		/************************************************************/
		
		.events_featured {
			position: fixed;
			z-index: 999;
			bottom: -200px;
			left: 0;
			width:100%;
			padding: 15px;
			background: rgba(0,0,0,0.8);
			-webkit-transition:all .4s ease-in-out;
			-moz-transition:all .4s ease-in-out;
			-o-transition:all .4s ease-in-out;
			-ms-transition:all .4s ease-in-out;
			transition:all .4s ease-in-out
		}
		
		.events_featured.events_featured_show {
			bottom:0px;		
			-webkit-transition:all .4s ease-in-out;
			-moz-transition:all .4s ease-in-out;
			-o-transition:all .4s ease-in-out;
			-ms-transition:all .4s ease-in-out;
			transition:all .4s ease-in-out
		}
		
		.events_featured h5 {
			font-size: 2em;
			color: #fff;
			text-align: center;
			margin: 0 auto 10px auto;
			padding: 0 0 10px 0;
			font-weight: 300;
			font-style: italic;
			border-bottom:solid 1px #fff;
			max-width: 1200px;
			width: 100%;
		}
		
		.events_featured ul {
			display: table;
			max-width: 1200px;
			width: 100%;
			margin: 15px auto 0 auto;
			text-align: center;
		}
		
		.events_featured li {
			list-style: none;
			height: 70px;
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		
		.events_featured li img {
			height: 70px;
			width: auto;
		}
		/************************************************************/
		/* other screens; restricted by width & height */
		/************************************************************/
		
		@media screen and (max-width: 760px), screen and (max-height: 400px) {
			.events_featured {
				display: none;
			}
		}
.form_home_signup {
	text-align:center;
}

.form_home_signup_inputs div {
	width:32%;
	float:left;
	clear:none;
	padding:0;
	display: inline-block;
	margin: 0 2% 0 0;
}

.form_home_signup_inputs div:last-child {
	margin:0;
}


.form_home_signup label {
	color:#870c0d;
	font-size:1.5em;
}

.form_home_signup input {
	height:40px;
	width:100%;
	border:none;
	padding:0 10px;
	font-size:1.3em;
}

input.form_home_signup_submit {
	clear:both;
	margin: 30px auto 0 auto;
	width:150px;
	cursor: pointer;
	background:#870c0d;
	color: #fff;
	border: solid 1px #fff;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

input.form_home_signup_submit:hover{
	background:#fff;
	color: #870c0d;
	border: solid 1px #870c0d;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.img-mau {
    
    border-radius: 50px;
	position: relative;
    transition: transform .9s ease 0s;
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
width:28rem;
	
}


/*
@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}
*/



/* causes image to spin around in very hectic manner */
/* This works with the keyframe shake 
.img-mau:hover {
  animation: shake 0.1s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(3px, 3px) rotate(180deg); }
  10% { transform: translate(-3px, -4px) rotate(-180deg); }
  20% { transform: translate(-3px, 10px) rotate(180deg); }
  30% { transform: translate(13px, 14px) rotate(0deg); }
  40% { transform: translate(13px, -14px) rotate(13deg); }
  50% { transform: translate(-11px, 16px) rotate(-180deg); }
  60% { transform: translate(-13px, 14px) rotate(0deg); }
  70% { transform: translate(13px, 11px) rotate(-3deg); }
  80% { transform: translate(-1px, -14px) rotate(180deg); }
  90% { transform: translate(3px, 14px) rotate(14deg); }
  100% { transform: translate(3px, -14px) rotate(-3deg); }
}
*/


/* Causes image to grow larger and have a white background glow */

.img-mau:hover {

position: relative;
    transform: scale(1.1);

    box-shadow: 0px 0px 62px #fff;
	}
	
	
	



ul.dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  
 
  display: none;
       -webkit-transition: all 4.9s ease-in-out;
  transition: all 4.9s ease-in-out;
   
  
}
ul li:hover > ul.dropdown,
 ul.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: grid;
  background-color:white; 
  width:19%;
  padding-top:2%;
  line-height:2;
  border-radius:15px;
     -webkit-transition: all 4.9s ease-in-out;
  transition: all 4.9s ease-in-out;
  box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}


/*



ul li ul li {
  clear: both;
  width: 100%;
}
*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.unorderedlist {
    font-size: 0.9em;
}

.modal-Header {
    background-color: #1B334C;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    height: 36px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}

#modal-LargeEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 750px;
    height: 460px;
    top: 45%;
    left: 50%;
    margin-left: -350px;
    margin-top: -225px;
    overflow: hidden;
    z-index: 12000;
    border-radius: 5px;
    display: block;
}

#modal-LargeEditor .modalContent {
    width: 740px;
    height: 370px;
    overflow: auto;
    padding: 5px;
    /*background-color:#cecece;*/
}

#modal-LargeEditor .modalContent .unorderedlist ul {
    font-size: inherit;
}

#modal-LargeEditor .buttons {
    /*
    width: 750px;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
  */
    width: 33%;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
    margin: 0 0 0 33%;
	
}

.btn--outline.btn--blue2 {
    background-color: rgb(62, 126, 138, 0.3);
    /* background-color: transparent; */
    border-color: #1B334C;
}

.btn--outline.btn--blue2:hover {
    background: #0e5196;
    color: #fff;
}

#modal-LargeEditor .buttons input {
    padding: 4px;
    margin: 4px auto;
    cursor: pointer;
}

#modal-LargeEditor .advertisements {
    width: 750px;
    height: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#modal-LargeEditor .Session_Title {
    font-size: 1.3em;
}

#modal-LargeEditor .clsPresentationTitle {
    font-size: 0.9em;
    padding: 0 0 3px 0;
}

#modal-MediumEditor {
    display: none;
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 700px;
    /*
    height: 350px;
    */
    top: 50%;
    left: 40%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 10041;
    border-radius: 5px;
}

#modal-MediumEditor .modalContent {
    /*
    
    width: 690px;
    height: 280px;
    */
    overflow: auto;
    padding: 5px;
}

#modal-MediumEditor .buttons {
    /*
    width: 680px;
    height: 10px;
    */
    padding: 15px 5px;
    text-align: center;
}

#modal-SmallEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2000;
    border-radius: 5px;
}

#modal-SmallEditor .modalContent {
    width: 390px;
    height: 147px;
    overflow: auto;
}

#modal-SmallEditor .buttons {
    width: 390px;
    height: 30px;
    text-align: center;
}

#modal-SmallEditor .buttons input {
    padding: 0 4px;
    cursor: pointer;
}

.modalContent {
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 1.1em;
}

.modalContent .clsSessionTime {
    font-size: 1.5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent .clsPresenter {
    font-family: inherit;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent p {
    font-size: 0.9em;
    line-height: 1.4;
}

.modal-Header {
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5;
}

.clsModalSpeakerTitle {
    margin: 0;
}
#multicolumns       
{
    font-size: 1.5em; /* 12/16 */
    width: 40.875%; /* 650/960 */
    max-width: 960px;
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: 3.84615384615385%; /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 21.5em;
	margin: 0 0 10px 25px;
	line-height: 1.7;
	
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}
/**************************************** schedule agenda page ****************************************/

.key_legend {
    width: 100%;
    padding: 30px 0 65px 40px;
}

    .key_legend li {
        width: 16%;
        float: left;
    }

.key_legend_purple,
.key_legend_red,
.key_legend_gray,
.key_legend_green,
.key_legend_orange,
.key_legend_mauve,
.key_legend_pdf {
    height: 30px;
}

.key_legend_purple {
    width: 19%;
    background: #673bb8;
    float: left;
}

.key_legend_red {
    width: 19%;
    background: #e91f63;
    float: left;
}

.key_legend_gray {
    width: 19%;
    background: #607d8b;
    float: left;
}

.key_legend_green {
    width: 19%;
    background: #4cb050;
    float: left;
}

.key_legend_orange {
    width: 19%;
    background: #ff9900;
    float: left;
}

.key_legend_mauve {
    width: 19%;
    background: #cc99ff;
    float: left;
}

.key_legend_pdf {
    width: 19%;
    background: #ffffff;
    float: right;
}

.key_legend_category {
    float: left;
    width: 70%;
    margin: 0 5%;
    font-size: 1.3em;
    font-style: italic;
}

.key_legend_category_red {
    float: left;
    width: 70%;
    margin: 0 5%;
    font-size: 1.2em;
    font-style: italic;
}

.schedule_agenda {
    width: 100%;
    margin: 30px auto;
    background: #f9f9f9;
    color: #333;
    padding: 30px;
    box-shadow: 0 1px 1px #ccc;
}

.schedule_date {
    font-size: 42px;
    color: #00aec4;
}

.time_block {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: solid 1px #ccc;
    display: inline-block;
}

.schedule_time {
    float: left;
    color: #00aec4;
    font-size: 22px;
    min-width: 150px;
    width: 208px;
}

.schedule_events {
    float: left;
    margin: 0 0 0 30px;
    font-size: 20px;
    color: #333;
    width: 842px;
}

    .schedule_events li {
        width: 100%;
    }

        .schedule_events li div {
            max-height: 10000px;
            transition: max-height 1s ease-in-out, opacity 1s linear;
            opacity: 1;
        }

            .schedule_events li div.hide {
                overflow: hidden;
                max-height: 0;
                opacity: 0;
            }


div.description p {
    font-size: 15px;
    margin: 5px 0;
}

.schedule_events li div div.title {
    font-size: 18px;
    font-style: italic;
}

.schedule_blue,
.schedule_purple,
.schedule_red,
.schedule_gray,
.schedule_green,
.schedule_orange,
.schedule_grey,
.schedule_mauve .schedule_dblue {
    font-size: 1.4em;
}

.schedule_blue,
.track_blue {
    color: #1ec2f3;
}

.schedule_purple,
.track_purple {
    color: #673bb8;
}

.schedule_red,
.track_red {
    color: #e91f63;
}

.schedule_gray,
.track_gray {
    color: #607d8b;
}

.schedule_green,
 {
    color: #4cb050;
}

.schedule_orange,
.track_orange {
    color: #ff9900;
}

.schedule_mauve,
.track_mauve {
    color: #cc99ff;
}

@media screen and (max-width:830px) {
    .key_legend {
        display: inline-block;
        padding: 30px 0 0 0;
    }

        .key_legend li {
            width: 100%;
            float: left;
            clear: both;
            min-height: 40px;
        }

    .schedule_time, .schedule_events {
        width: auto;
    }

    .schedule_events {
        margin: 0 0 0 15px;
        font-size: 15px;
    }

    .schedule_time {
        font-size: 18px;
        transition: font-size .5s;
    }
}

@media screen and (max-width:630px) {
    .schedule_agenda {
        padding: 15px;
    }

    .schedule_date {
        font-size: 32px;
    }
}

****************************************************************************************************/
/* subpage < schedule agenda  */
/****************************************************************************************************/

.key_legend {
	width:100%;
	padding:30px 0 60px 0;
}

.key_legend li {
	width:20%;
	float:left;
}

.key_legend_purple, .key_legend_red, .key_legend_gray, .key_legend_green, .key_legend_orange {
	width:20%;
	height:30px;
	float:left;
}

.key_legend_purple {
	background:#673bb8;
}

.key_legend_red {
	background:#e91f63;
}

.key_legend_gray {
	background:#607d8b;
}

.key_legend_green {
	background:#4cb050;
}

.key_legend_orange {
	background:#ff9900;
}

.key_legend_category {
	float:left;
	width:70%;
	margin:0 5%;
	font-size:1.3em;
	font-style:italic;
}

.schedule_agenda {
	width:100%;
	margin:30px auto;
	background:#f9f9f9;
	color:#333;
	padding:30px;
	box-shadow:0px 1px 1px #ccc;
}

.schedule_date {
	font-size:3.9em;
	color:#9f2021;
}

.time_block {
	width:100%;
	margin:30px 0 0 0;
	padding:30px 0 0 0;
	border-top:solid 1px #ccc;
	display:inline-block;	
}

.schedule_time {
	float:left;
	color:#9f2021;
	font-size:2.2em;
	min-width:150px;
}

.schedule_events {
	float:left;
	margin:0 0 0 30px;
	font-size:1.7em;
	color:#333;
}


.schedule_events li {
	width:100%;
}

.schedule_blue, .schedule_purple, .schedule_red, .schedule_gray, .schedule_green, .schedule_orange {
	font-size:1.4em;
}

.schedule_blue {
	color:#1ec2f3;
}

.schedule_purple {
	color:#673bb8;
}

.schedule_red {
	color:#e91f63;
}

.schedule_gray {
	color:#607d8b;
}

.schedule_green {
	color:#4cb050;
}

.schedule_orange {
	color:#ff9900;
}

/****************************************************************************************************/


/* homepage < subscribe */


/****************************************************************************************************/


.subscribe_mod {
width: 100%;
background: url(https://www.streamingmedia.com/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;
background-size: cover;
float: left;


}
.subscribe_mod_wrapper {
    padding: 0 0 0 10%;
    
flex-direction: row;
flex: 0 1 auto;
flex-wrap: wrap;
display: flex;
justify-content: center;
}

.subscribe_mod h3 {
	color: #870c0d;
	text-transform: capitalize;
    text-align: center;
    
	padding: 3% 0%;
}

/*.subscribe_mod div {
	background: url(/Conferences/images/east2019/bg_poly.jpg) no-repeat;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
}*/
.subscribe_mod .subscribe_mod_wrapper div {
	width:5%;
	
	
	
	
	margin: 0 0 3% 0;
}


.subscribe_mod  div {
	width: 83%;
	float:left;
	
	/*padding:0 16%; takin out while testing*/
    align-items: center;

    margin: 0 0 1% 93px;
    flex-direction: row;
    flex: 1 1 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}
/*
.subscribe_mod ul {
    float: left;
    padding: 0 0 30px 0;
}

.subscribe_mod li {
    font-size: 1.5em;
    float: left;
    width: 45%;
    padding: 15px 15px 0 15px;
    margin: 0 0 0 5%;
    }

*/






/*.subscribe_mod input {
    
    float: left;
    font-size: 1.1em;
    padding: 3px 10px;
    color: #666;
    height: 40px;
    border: solid 1px #ddd;
    }*/

    .subscribe_mod input{
        padding: 0.5rem 1rem;
        background: transparent;
        border: solid 1px #fff;
        color: #fff;
        border-radius: 2rem;
        font-size: 1rem;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        display: block;
        width: 100%;
    }




/*	takin out while testing. looks good.
.subscribe_mod div.btnSub{

    margin: -3% 0% 0px 0%;
    flex-direction: row;
    flex: 1 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    }
*/
.subscribe_mod input[type=submit],
.subscribe_mod input[type=button] {
        display: block;
        background: #9f2021;
        float: left;
        /*height: 37px;
        line-height: 35px;*/
        border-top: solid 1px #ddd;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        border-left: none;
        color: #fff;
        text-align: center;
        
        text-transform: uppercase;
        font-size: 1.3em;
        margin:16px 0px 0px -120px;
        cursor: pointer;
    }

    .subscribe_mod input[type=submit]:hover {
        background: #aaa;
        color: #fff;
    }
			
	.subscribe_mod legend {
		color:#870c0d;
		font-size:1.5em;
	}

        @media screen and (max-width:1370px) {
            .subscribe_mod  div {
                width: 100%;
                margin: 0 0 0 0px;
            }
        }
@media screen and (max-width:768px) {

    .subscribe_mod input[type=button] {
        display: block;
        background: #9f2021;
        float: left;
        /*height: 37px;
        line-height: 35px; */
        border-top: solid 1px #ddd;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        border-left: none;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3em;
        margin: 15px 0px -6px -56px;
        cursor: pointer;
    }
    .subscribe_mod div {
        width: 102%;
     
    }
}

    @media screen and (max-width:760px) {

        .subscribe_mod {
            flex-direction: column
        }

            .subscribe_mod div {
                flex-direction: column
            }

            .subscribe_mod .subscribe_mod_wrapper div {
                width: 0%;
                padding: 0 0%;
                margin: 0 0 0% 0;
            }

            .subscribe_mod input[type=button] {
            }
    }


    @media screen and (max-width:420px) {
    .subscribe_mod .subscribe_mod_wrapper div {
        width: 62%;
        /* padding: 0 0%; */
         margin: 0 10% 5% 0; 
    }
}

@media screen and (max-width:322px) {
    .subscribe_mod .subscribe_mod_wrapper div {
        width: 76%;
        /* padding: 0 0%; */
        /* margin: 0 0 0% 0; */
    }
}
.testimg {
	width: 33% !Important;
}

.section .test__item {
    display: inline-block;
    text-align: center;
    height: 320px;
    width: 450px;
    margin: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}


    .speakervid {
	border-radius: 30px;

    text-align: left;
    position: inherit;
    width: 442px;
    bottom: 0;
    margin-top: 55px;
    right: 103px;
    height: 280px;
}
/*-------------------------------------------*\
** Imports
    - Colors
    - Typography
    - Mixins
    - Buttons
    - Navigation
    - Header
    - Footer
    - Forms    
    - Carousel    
** SASS Variables
** Global
\*-------------------------------------------*/


/**
* colors.scss
* partial to store color variables and color maps
*/


/**
 * typography.scss
 *
 * partial to store typography including imports of fonts as well as
 * setting up variables for font faces
 */

@import url("https://fonts.googleapis.com/css?family=Raleway&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;display=swap");
h6 {
    font-size: 0.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h5 {
    font-size: 1rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h3 {
    font-size: 2rem;
    margin: 1rem 0;
    /*text-transform: capitalize; */
    color: #0e5196;
    font-weight: 900;
}

h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    /*text-transform: capitalize;*/
    color: #0e5196;
    font-weight: 900;
}

h1 {
    font-size: 3rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

.bold {
    font-weight: 900;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.image_header_CDS {
    max-width: 40%;
}

.image_header_SMU {
    width: auto;
    margin-right: 5%;
}

.hero__tagline span {
    font-size: 1.4rem;
}


/**
* mixins.scss
* partial to store mixins for commonly used styles such as transitions,
* opacity, borders, etc.
*/


/**
* buttons.scss
* partial to define all buttons states
*/

.btn {
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 0;
    border-width: 0.1rem;
    border-radius: 2rem;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn--solid.btn--white {
    background-color: #fff;
    border-color: #fff;
    color: choose-contrast-color(#fff);
}

.btn--solid.btn--white:hover {
    background: none;
    color: #fff;
}

.btn--solid.btn--black {
    background-color: #000;
    border-color: #000;
    color: choose-contrast-color(#000);
}

.btn--solid.btn--black:hover {
    background: none;
    color: #000;
}

.btn--solid.btn--gray {
    background-color: #666;
    border-color: #666;
    color: choose-contrast-color(#666);
}

.btn--solid.btn--gray:hover {
    background: none;
    color: #666;
}

.btn--solid.btn--gray-light {
    background-color: #efefef;
    border-color: #efefef;
    color: choose-contrast-color(#efefef);
}

.btn--solid.btn--gray-light:hover {
    background: none;
    color: #efefef;
}

.btn--solid.btn--blue {
    background-color: #0e5196;
    border-color: #0e5196;
    color: choose-contrast-color(#0e5196);
}

.btn--solid.btn--blue:hover {
    background: none;
    color: #0e5196;
}

.btn--solid.btn--blue-light {
    background-color: #7da7d9;
    border-color: #7da7d9;
    color: choose-contrast-color(#7da7d9);
}

.btn--solid.btn--blue-light:hover {
    background: none;
    color: #7da7d9;
}

.btn--solid.btn--purple {
    /*background-color: #8560a8;*/
    border-color: #8560a8;
    color: choose-contrast-color(#8560a8);
}

.btn--solid.btn--purple:hover {
    background: none;
    color: #fff;
    background-color: #8560a8;
}

.btn--solid.btn--fuschia {
    background-color: #8f008f;
    border-color: #8f008f;
    color: choose-contrast-color(#8f008f);
}

.btn--solid.btn--fuschia:hover {
    background: none;
    color: #8f008f;
}

.btn--solid.btn--pink {
    background-color: #ff00ff;
    border-color: #ff00ff;
    color: choose-contrast-color(#ff00ff);
}

.btn--solid.btn--pink:hover {
    background: none;
    color: #ff00ff;
}

.btn--outline.btn--white {
    background-color: #D0332B;
    /*border-color: #fff;*/
    color: #fff;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
	font-family: 'Paralucent-Medium', sans-serif;
}

.btn--outline.btn--white:hover {
    background: white;
    color: #0e5196;
    border-color: #fff;
}

.btn--outline.btn--black {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.btn--outline.btn--black:hover {
    background: #000;
    color: #fff;
}

.btn--outline.btn--gray {
    background-color: transparent;
    border-color: #666;
    color: #666;
}

.btn--outline.btn--gray:hover {
    background: #666;
    color: #fff;
}

.btn--outline.btn--gray-light {
    background-color: transparent;
    border-color: #efefef;
    color: #efefef;
}

.btn--outline.btn--gray-light:hover {
    background: #efefef;
    color: #fff;
}

.btn--outline.btn--blue {
    background-color: transparent;
    border-color: #0e5196;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
    /*color: #0e5196; took out mjd 
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--blue:hover {
    background: #0e5196;
    color: #fff;
}

.btn--outline.btn--blue-light {
    background-color: transparent;
    border-color: #7da7d9;
    /*color: #7da7d9; took out mjd 
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--blue-light:hover {
    background: #7da7d9;
    color: #fff;
}

.btn--outline.btn--purple {
    background-color: transparent;
    border-color: #8560a8;
    /* mjd color: #8560a8;
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--purple:hover {
    background: #8560a8;
    color: #fff;
}

.btn--outline.btn--fuschia {
    background-color: transparent;
    border-color: #8f008f;
    /* took out mjd color: #8f008f;
  background-color: rgb(62, 126, 138, 0.3); */
}

.btn--outline.btn--fuschia:hover {
    background: #8f008f;
    color: #fff;
}

.btn--outline.btn--pink {
    background-color: transparent;
    border-color: #ff00ff;
    /*color: #ff00ff; took out mjd*/
    /*background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--maroon {
    /*border-color: #9f2021;*/
    border-color: #ED1C24
}

.btn--outline.btn--maroon:hover {
    background: #ED1C24;
    color: #fff;
}

.btn--outlinee.btn--pink.a {
    color: #0e5196;
}

.btn--outline.btn--pink:hover {
    background: #ff00ff;
    color: #fff;
}


/*-------------------------------------------*\
** Overrides
\*-------------------------------------------*/

.btn--outline.btn--white:hover {
    background: white;
    color: #0e5196 !important;
    border-color: #fff;
    /*
  background: rgba(255, 0, 255, 0.5);
  border-color: rgba(255, 0, 255, 0.2);
  */
}


/**
 * navigation.scss
 *
 */

@-webkit-keyframes scroll {
    from {
        top: -110px;
    }
    to {
        top: 0;
    }
}

@keyframes scroll {
    from {
        top: -110px;
    }
    to {
        top: 0;
    }
}

.table-responsive {
    display: unset;
}

.header {
    position: relative;
    z-index: 999;
    height: 115px;
}

.header a {
    color: rgb(27, 8, 66);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header a:hover {
    color: rgb(161, 211, 222);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .duplicate {
    display: block;
}

.header .header-inner {
    height: 110px;
    background: #fff;
    width: 100%;
}

.header .header-inner.scrolled {
    position: fixed;
    -webkit-animation: scroll 1s forwards;
    animation: scroll 1s forwards;
}

.header .header-inner.scrolled .logo {
    display: block;
}

.header .header-inner.scrolled .navigation-main {
    display: none;
}

.header .header-inner.scrolled .duplicate {
    display: block;
}

.header .container {
    max-width: 1920px;
    position: relative;
}

.subpage .header .header-inner.scrolled {
    -webkit-animation: none;
    animation: none;
    top: 0;
}

.header-cta {
    width: 100%;
    background: rgb(15, 39, 65);
    color: #fff;
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 900;
    font-size: 0.9rem;
}

.header-cta a {
    color: #fff;
}

.header-cta__description {
    width: 50%;
    float: left;
}

.header-cta__link {
    width: 50%;
    float: left;
    text-align: right;
}

.header-navigation {
    width: 100%;
}

.header-navigation .logo {
    max-width: 250px;
    display: inline-block;
}

.header-navigation .logo img {
    width: 100%;
    height: auto;
    margin-top: 0%;
}

.navigation-main {
    float: right;
    margin: 15px 60px 0 0;
    display: none;
}

.navigation-main ul {
    list-style: none;
}

.navigation-main ul li {
    display: inline-block;
    font-weight: 900;
    margin: 0 0 0 1rem;
}

.navigation-dd__menu {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    padding: 0 1rem;
}

.navigation-dd__menu ul {
    list-style: none;
}

.navigation-dd__menu ul li {
    margin: .5rem 0 0 0;
    padding: .5rem 0 0 0;
    border-top: solid 1px #f1f1f1;
}

.navigation-dd__menu.opened {
    display: block;
}

.navigation-dd__btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 99999;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.navigation-dd__btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 34px;
    background: #0e5196;
    border-radius: 1px;
    opacity: 1;
    left: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navigation-dd__btn span:nth-child(1) {
    top: 12px;
}

.navigation-dd__btn span:nth-child(2),
.navigation-dd__btn span:nth-child(3) {
    top: 23px;
}

.navigation-dd__btn span:nth-child(4) {
    top: 34px;
}

.navigation-dd__btn.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.navigation-dd__btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-dd__btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-dd__btn.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

@media (min-width: 829px) {
    .header .navigation-main {
        display: block;
    }
    .header .duplicate {
        display: none;
    }
    .header .scrolled .logo {
        margin: 0 auto;
    }
}


/**
 * header.scss
 *
 */


/**
 * footer.scss
 *
 */


/**
* forms.scss
* partial to define all form styles
*/

.form--signup input {
    padding: 0.5rem 1rem;
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 2rem;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    display: block;
    width: 100%;
}

.form--signup input::-webkit-input-placeholder {
    color: #fff;
}

.form--signup input:-ms-input-placeholder {
    color: #fff;
}

.form--signup input::-ms-input-placeholder {
    color: #fff;
}

.form--signup input::placeholder {
    color: #fff;
}

.form--signup input[type=submit] {
    width: 50%;
    background: #fff;
    color: #0e5196;
}

.form--signup input[type=button] {
    width: 100%;
    background: #fff;
    color: #0e5196;
}


/**
 * carousel.scss
 *
 * partial to store carousel styles
 */

.carousel {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 130px;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.carousel__list {
    position: absolute;
    list-style: none;
}

.carousel__item {
    height: 130px;
    max-width: 200px;
    display: inline-block;
    margin: 0;
}

.carousel__outer {
    height: 130px;
    display: table;
    margin: 0;
}

.carousel__inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2rem;
}

.carousel img {
    display: block;
    max-height: 130px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}


/*-------------------------------------------*\
** SASS Variables
\*-------------------------------------------*/


/*-------------------------------------------*\
** Global
\*-------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    height: 100%;
    font-family: "Raleway", sans-serif;
    /*background: #efefef;*/
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*-------------------------------------------*\
** Hero
\*-------------------------------------------*/

.hero {
    position: relative;
    background-color: black;
	   
    height: 800px;
    width: 100%;
    max-width: 1920px;
	
    overflow: hidden;
    margin: 0 auto;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    /*background-color: blue;*/
    /*background-color: grey;*/
    opacity: 0.3;
    z-index: 1;
}

.hero video {
    position: absolute;
	
	
    top: 25%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero__content {
    max-width: 1920px;
    position: inherit;
    z-index: 9;
    height: 100%;
	right:6%;
}

.hero__date-loc {
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0 0 1rem;
}

.hero__date-loc div {
    clear: both;
}

.hero__logo {
    max-width: 700px;
    width: 100%;
    margin: 2rem auto -2rem auto;
}

.hero__logo img {
    width: 100%;
    height: auto;
}

.hero__tagline {
    color: #A1D3DE;
    text-shadow: 0 1px 10px #000;
    
    font-size: 5rem;
    text-align: left;
    max-width: 1000px;
    width: 100%;
	font-family: 'Paralucent-Heavy', sans-serif;
     line-height: 1;
	margin:6.3% auto auto auto
    /*
	
	margin: -2rem auto auto auto;
	line-height: 1;
	*/
}

.hero__tagline2{
    color: #FCFCFC;
    text-shadow: 0 1px 10px #000;
    
    font-size: 3rem;
    text-align: left;
    padding-top: 1%;
	font-family: 'Paralucent-Medium', sans-serif;
     
	 
    /*
	margin: -2rem auto auto auto;
	line-height: 1;
	*/
}

.hero__ctas {
    max-width: 700px;
    /*margin: 0 auto;*/
	padding-top:5%;
    
}

.hero__ctas a {
    margin: 1rem auto;
    max-width: 80%;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    color: #fff !important;
}


/*-------------------------------------------*\
** Sections
    - Global
    - Intro (homepage)
    - Call to Action
    - Carousel
    - Events
    - Stats
\*-------------------------------------------*/

.section {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    color: #666;
    font-size: 1.3rem;
    padding: 1rem;
    background: #fff;
    text-align: center;
}

.section--img {
  /*  background: -webkit-gradient(linear, right top, left bottom, from(rgba(25, 32, 87, 0.9)), to(rgba(25, 32, 87, 0.8))), url("") center center no-repeat;
    background: linear-gradient(to bottom left, rgba(25, 32, 87, 0.9), rgba(25, 32, 87, 0.8)), url("") center center no-repeat;
    rgb(33,76,122)*/
	background: rgb(23, 66, 105);
	background-size: cover;
    color: #fff;
}

.section--img h2 {
    color: #fff;
}

.section--shadow {
    -webkit-box-shadow: 0 2px 10px #000;
    box-shadow: 0 2px 10px #000;
    position: relative;
    z-index: 1;
}

.section .btn {
    width: auto;
    margin: 1rem auto;
    display: inline-block;
    padding: 0.5rem 3rem;
}

.section--intro__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section--intro__icon {
    color: #fff;
    -webkit-box-flex: 46%;
    -ms-flex: 46%;
    flex: 46%;
    margin: 4% 2%;
    background: rgb(15, 39, 65);
    border-radius: 10px;
    text-align: center;
    padding: 2rem 1rem;
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section--intro__icon i {
    display: block;
    font-size: 8rem;
    margin: 0 0 1rem 0;
}

.section--intro__icon:hover {
    color: #fff;
	-webkit-box-shadow: 16px 16px 5px #333;
    box-shadow: 16px 16px 5px #333;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	transform: scale(1.1);
    box-shadow: 0px 0px 62px #fff;
}

.section--sponsor__icon {
    color: #fff;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    margin: 4% 2%;
    background: rgb(27, 51, 76);
    border-radius: 10px;
    text-align: center;
    padding: 2rem 1rem;
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section--sponsor__icon i {
    display: block;
    font-size: 8rem;
    margin: 0 0 1rem 0;
}

.section--sponsor__icon:hover {
    color: rgba(255, 255, 255, 0.5);
}

.section--speakers {
    padding: 4rem 2rem;
    text-align: center;
}

.section .speaker__list {
    text-align: center;
}

.section .speaker__item {
    display: inline-block;
    text-align: center;
    height: 220px;
    width: 220px;
    margin: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.section .speaker__link {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section .speaker__link:hover {
    color: #ff00ff;
}

.section .speaker__info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0.5rem;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.section .speaker__name,
.section .speaker__company {
    font-size: 0.8rem;
    font-weight: 900;
    display: block;
}

.section .speaker__company {
    font-style: italic;
}

.section .speaker__image {
    border-radius: 10px;
    width: 100%;
    height: auto;
    position: relative;
    transition: transform 0.2s ease 0s;
    /*
   These 2 below add greyscale to the speaker pics
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
  */
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
}

.section .speaker__image:hover {
    border-radius: 20px;
    width: 100%;
    height: auto;
    position: relative;
    transform: scale(1.1);
    box-shadow: 0px 0px 62px #fff;
  }

.section--cta {
    padding: 4rem 2rem;
    text-align: center;
}

.section--cta .btn {
    font-size: 1.7rem;
}

.section--cta-speaker {
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(23, 66, 105, 0.8)), to(rgba(23, 66, 105, 0.8))), url("https://dzceab466r34n.cloudfront.net/Conference/StreamingConnect/November/SMC-Nov-Be-A-Speaker-Background.png") top center no-repeat;
    /*background: -webkit-gradient(linear, right top, left bottom, from(rgba(14, 81, 150, 0.8)), to(rgba(133, 96, 168, 0.8))), url("/Conferences/images/West2020/BeaSpeaker.jpg") center center no-repeat;*/
    background: linear-gradient(to bottom left, rgba(23, 66, 105, 0.8), rgba(23, 66, 105, 0.8)), url("https://dzceab466r34n.cloudfront.net/Conference/StreamingConnect/November/SMC-Nov-Be-A-Speaker-Background.png") top center no-repeat;
	background-position: 20% 20%;
    background-size: cover;
}

.section--cta-sponsor {
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(23, 66, 105, 0.8)), to(rgba(23, 66, 105, 0.8))), url("https://dzceab466r34n.cloudfront.net/Conference/StreamingConnect/November/SMC-Nov-Be-A-Sponsor-Background.png") right bottom no-repeat;
    background: linear-gradient(to bottom left, rgba(23, 66, 105, 0.8), rgba(23, 66, 105, 0.8)), url("https://dzceab466r34n.cloudfront.net/Conference/StreamingConnect/November/SMC-Nov-Be-A-Sponsor-Background.png") right bottom no-repeat;
	background-position: 30% 14%;
    background-size: cover;
}

.section--carousel {
    text-align: center;
    padding: 4rem 2rem;
    color: #0e5196;
    background: #fff;
}

.section--events__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section--events__event {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    text-align: center;
    height: 300px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 2rem;
    line-height: 1;
}

.section--events__event span {
    position: relative;
    z-index: 9;
}

.section--events__event img {
    position: relative;
}

.section--events__event:hover {
    color: #fff;
}

.section--stats .stats {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    list-style: none;
}

.section--stats .stats__item {
    display: inline-block;
    padding: 2rem;
    text-align: center;
}

.section--stats .stats span {
    font-size: 4rem;
}

.section--testimonials {
    text-align: center;
}

.section--testimonials .testimonials {
    list-style: none;
    position: relative;
    margin: -3rem auto 0 auto;
    max-width: 1200px;
    display: block;
}

.section--testimonials .testimonials__item {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
    color: #666;
    border-radius: 5px;
    position: relative;
    padding: 2rem;
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 1% 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.section--testimonials .testimonials__image {
    border-radius: 50%;
    /*  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
    max-width: 170px;
    width: 100%;
    margin: 0 0 1rem 0;
}

.section--testimonials .testimonials__quote {
    display: block;
    font-style: italic;
}

.section--testimonials .testimonials__name,
.section--testimonials .testimonials__company {
    display: inline-block;
    font-size: 1.2rem;
}


/*-------------------------------------------*\
** Video (responsive)
\*-------------------------------------------*/

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    margin: 15px 0 7px 0;
}

.video__outer {
    position: relative;
    display: block;
    max-width: 100%;
}

.video__inner {
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*-------------------------------------------*\
** Other Screens
\*-------------------------------------------*/

@media (min-width: 768px) {
    .hero {
        height: 700px;
    }
    .hero__tagline {
        font-size: 4.5rem;
    }
    .hero__ctas a {
        max-width: 100%;
    }
    .section {
        padding: 4rem;
    }
    .section--intro,
    .section--events {
        text-align: left;
    }
    .section--testimonials .testimonials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -7rem auto 0 auto;
    }
    .section--testimonials .testimonials__item {
        -webkit-box-flex: 48%;
        -ms-flex: 48%;
        flex: 48%;
        margin: 1%;
    }
}

@media (min-width: 992px) {
    /*.hero__tagline {
    font-size: 2.2rem;
  }*/
    .section--hotel,
    .section--testimonials,
    .section--form {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .header .navigation-main {
        font-size: 0.8rem;
    }
    .hero__tagline {
        
        margin: 1rem auto auto 60px;
    }
	.hero__ctas a {
		max-width: 50%;
}

@media screen and (max-width: 768px) {
.hero__tagline2 {
	font-size: 2rem;
}
.hero__tagline {
	font-size: 3rem;
}
.hero {
	height: 500px;
}
.hero__ctas {
	max-width:450px;
}
}
@media screen and (max-width:415px) {
	
	.hero__content{
		right:unset;
	}
	
	  .hero {
        background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/SMC24_Feb_SiteHeaderSample_V2_2000x1333.svg) no-repeat !important;
  
    background-size: cover !important;
    height: 500px;
	  }
	  
	  .hero video {
    display: contents;
}
.hero__tagline2{
	font-size:1.5rem;
}
.header-cta {
	padding:unset;
}
	
    
 
    
    .hero__logo {
        max-width: 600px;
        width: 100%;
        margin: 1rem auto -3rem auto;
    }
    /*.header-navigation .logo img {
  width: 60%;
}
*/

	
    .hero__tagline {
        font-size: 2.5rem;
		margin: 1rem auto;
    }
    .header-navigation .logo {
        max-width: 222px;
    }
    .header-cta__link {
        font-size: 0.8rem;
    }
    .image_header_CDS {
        padding-top: 10px;
        max-width: 92%;
    }
}
