
@font-face {
    font-family: DINRegular;
    src: url("../assets/fonts/din-regular-webfont.eot");
    src: url("../assets/fonts/din-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url("../assets/fonts/roboto-regular-webfont.eot");
    src: url("../assets/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-regular-webfont.woff") format("woff"), url("../assets/fonts/roboto-regular-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url("../assets/fonts/roboto-italic-webfont.eot");
    src: url("../assets/fonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-italic-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-italic-webfont.woff") format("woff"), url("../assets/fonts/roboto-italic-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-italic-webfont.svg#robotoitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url("../assets/fonts/roboto-black-webfont.eot");
    src: url("../assets/fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-black-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-black-webfont.woff") format("woff"), url("../assets/fonts/roboto-black-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-black-webfont.svg#robotoblack") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url("../assets/fonts/roboto-medium-webfont.eot");
    src: url("../assets/fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-medium-webfont.woff") format("woff"), url("../assets/fonts/roboto-medium-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url("../assets/fonts/roboto-bold-webfont.eot");
    src: url("../assets/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-bold-webfont.woff") format("woff"), url("../assets/fonts/roboto-bold-webfont.ttf") format("truetype"), url("../assets/fonts/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
}




body {
    font-family: robotoregular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1.hidden {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    color: black;
    height: 1px;
    width: 1px;
    background-color: black;
}

#school-zone-h2 {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    height: 1px;
    width: 1px;
    background-color: white;
}

#header {
    /*background-color: #2a2a2a;
	background-image: url(../images/layout/header-bg.png);
 	background-position: center bottom;
 	background-repeat: no-repeat;*/
    background: #464646;
    background: -o-linear-gradient(top, #000000,#464646 ); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #000000,#464646 ); /* for firefox 3.6 to 15 */
    background: linear-gradient(top, #000000,#464646 ); /* standard syntax */
    background: -webkit-linear-gradient(top, #000000,#464646);
}

#header2018 {
    background-color: #2a2a2a;
    background-image: url(../images/layout/header-bg-2018.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.title-bar {
    color: white;
    background-color: #2a2a2a;
    background-image: url(../images/layout/nav-bg-slice.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}


.contentBanner {
    border-bottom: 3px solid #35b8ac;
    background-image: url(../images/show2018/home-cropped-banner.png);
    background-repeat: repeat-x;
    height: 200px;
    cursor: default;
}

    .contentBanner .logo-container,
    .contentBanner .logo-text {
        float: left;
        width: 50%;
        line-height: 1;
    }

    .contentBanner .logo-text {
        margin-top: 2em;
    }

        .contentBanner .logo-text p {
            color: #ffffff;
            margin-bottom: 5px;
        }

@media(max-width: 50em) {
    .contentBanner {
        height: auto;
        background-image: url(../images/show2018/home-banner.jpg);
    }

        .contentBanner .logo-container {
            float: none;
            margin: auto;
        }

        /*.contentBanner .logo-container img {
                width: 100%;
            }*/

        .contentBanner .logo-text {
            float: none;
            width: 100%;
            margin: auto;
            text-align: center;
        }

            .contentBanner .logo-text .heading {
                font-size: 1.5em;
            }

            .contentBanner .logo-text .greenText {
                font-size: 1.5em;
            }

            .contentBanner .logo-text .links {
                font-size: 1em;
            }
}

.sponsors img {
    margin: 20px;
}

    .sponsors img.shrink {
        width: 130px;
    }

.homeBanner {
    border-bottom: 3px solid #35b8ac;
    background-image: url(../images/show2018/home-banner.jpg);
    /*max-height: 500px;*/
    overflow: hidden;
    cursor: default;
    background-repeat: repeat-x;
    background-size: cover;
}

    .homeBanner .logo-and-text-container {
        padding: 0 10%;
        margin-top: 10px;
    }

    .homeBanner .logo-container {
        float: left;
        width: 50%;
    }

        .homeBanner .logo-container img {
            width: 90%;
        }

    .homeBanner .logo-text {
        float: right;
        width: 50%;
        color: #ffffff;
        margin-top: 5%;
    }


        .homeBanner .logo-text .heading {
            font-size: 38px;
            line-height: 1.2;
        }

        .homeBanner .logo-text .greenText {
            color: #35b8ac;
            font-size: 38px;
        }

        .homeBanner .logo-text .links {
            font-size: 20px;
        }

/* 50.063 used instead of 60.063 to handle larger tablets */
@media(min-width: 50.063em) {
    .contentBanner .logo-container {
        height: 12.3em;
    }
}

@media(max-width: 60em) {
    .homeBanner {
        height: auto;
    }

        .homeBanner .logo-container {
            float: none;
            margin: auto;
        }

            .homeBanner .logo-container img {
                width: 100%;
            }

        .homeBanner .logo-text {
            float: none;
            width: 100%;
            margin: auto;
            text-align: center;
        }

            .homeBanner .logo-text .heading {
                font-size: 1.5em;
            }

            .homeBanner .logo-text .greenText {
                font-size: 1.5em;
            }

            .homeBanner .logo-text .links {
                font-size: 1em;
            }
}

@media(min-width: 40.063em) and (max-width:64em) {
    #slsshow-menu ul {
        /*left: 10%;*/
        position: relative;
    }

    .menu > li:not(.menu-text) > a {
        padding: .7rem .5em;
    }
}
/* main nav current link highlighting */
body#home-page #home-link a,
body#speakers-page #speakers-link a,
body#speakers-page #conference-menu-item > a,
body#schedule-page #schedule-link a,
body#schedule-page #conference-menu-item > a,
body#testimonials2016-page #testimonials2016-link a,
body#testimonials2016-page #conference-menu-item > a,
body#exhibitors-page #exhibitors-link a,
body#exhibitors-page #event-info-menu-item > a,
#body#contact-page #contact-link a,
body#contact-page #event-link > a,
body#register-page #register-link a,
body#register-page #event-link > a,
body#location-page #location-link a,
body#location-page #event-link > a,
body#floorplan-page #floorplan-link a,
body#floorplan-page #event-link > a,
body#faq-page #faq-link a,
body#faq-page #event-link > a,
body#amazon-page #amazon-link a,
body#amazon-page #event-link > a,
body#news-page #news-link a,
body#contact-page #contact-link a,
body#show2012-page #previous-show-link a,
body#show2014-page #previous-show-link a,
body#show2016-page #previous-show-link a,
body#labobjects-page #labobjects-link a,
body#pdz-page #pdz-link a,
body#school-page #school-link a,
body#previous-shows #previous-show-link a,
body#galadinner2016-page #previous-show-link a,
body#showgallery2016-page #previous-show-link a,
body#justicegallery2016-page #previous-show-link a,
body#galleries2016-page #previous-show-link a,
body#appDownload #download-app-link a,
body#appDownload #event-info-menu-item > a,
body#travelAccommodation #travel-accommodation-link a,
body#travelAccommodation ##event-info-menu-item > a {
    /*color: #E7204F;*/
    background-color: #E7204F;
}

.countdown-container {
    float: right;
    color: #ffffff;
    margin-top: 1%;
    display: none;
}

.top-header-logo-container {
    width: 50%;
    float: left;
}

.top-header-logo {
    float: left;
    background-image: url(../images/show2018/sls-logo-white.png?v1);
    height: 86px;
    width: 250px;
    background-repeat: no-repeat;
    cursor: pointer;
}


.top-header-supplier-logo {
    float: left;
    width: 35%;
    margin-left: 5%;
}


.sciCouncilLogoContainer {
    float: left;
}


.corningLogo {
    margin: 8px 0;
    max-width: 120px;
    max-height: 18px;
    height: auto;
    width: auto;
}

.eppendorfLogo {
    margin: 8px 0;
    max-width: 120px;
    max-height: 25px;
    height: auto;
    width: auto;
}

.sciCouncilLogo {
    max-width: 80px;
    max-height: 80px;
    height: auto;
    width: auto;
}

.logo-sub-container {
    display: flex;
    align-items: center;
}

@media(max-width:70em) {
    .countdown-container {
        float: none;
        text-align: center;
    }

    .logo-sub-container {
        float: right;
    }

    .top-header-logo-container {
        width: 100%;
        margin-bottom: 20px;
    }

    .top-header-logo-inner-container {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }


    .top-header-supplier-logo {
        width: 150px;
        margin-left: 35px;
    }
}


@media(max-width: 47em) {

    .top-header-logo-container {
        margin-left: 2%;
        margin-right: 5%;
        margin-top: 1%;
    }



    .top-header-logo {
        float: left;
        background-image: url(../images/show2018/sls-logo-white.png);
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: contain;
        width: 60%;
        height: 75px;
    }

    .logo-sub-container {
        width: 30%;
        float: right;
        display: flex;
        flex-direction: column-reverse;
    }


    .top-header-supplier-logo {
        width: 70px;
        margin-left: 0
    }

    .countdown-container {
        float: none;
        text-align: center;
    }



    .top-header-logo-inner-container {
        width: 100%;
        margin-bottom: 20px;
    }


    /*.logo-sub-container {
        width: 30%;
        float: left;
        display: flex;
        flex-direction: column-reverse;
    }*/

    .corningLogo {
        margin: 0 0;
        max-width: 70px;
        max-height: 15px;
        height: auto;
        width: auto;
    }

    .eppendorfLogo {
        margin: 0 0;
        max-width: 70px;
        max-height: 15px;
        height: auto;
        width: auto;
    }

    .sciCouncilLogo {
        max-width: 55px;
        max-height: 55px;
        height: auto;
        width: auto;
    }
}

.countdown-container .seperator {
    height: 65px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    width: 10px;
}

.countdown-container .timeblock {
    width: 65px;
    height: 65px;
    background: #35b8ac; /* for browsers that do not support gradients */
    background: -o-linear-gradient(120deg, #35b8ac,#c2e9e6 ); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(120deg, #35b8ac,#c2e9e6 ); /* for firefox 3.6 to 15 */
    background: linear-gradient(120deg, #35b8ac,#c2e9e6 ); /* standard syntax */
    background: -webkit-linear-gradient(120deg, #35b8ac,#c2e9e6 );
    border-radius: 10%;
    display: inline-block;
}

    .countdown-container .timeblock div {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        padding-top: 10px;
    }

    .countdown-container .timeblock span {
        font-size: 10px;
        text-align: center;
        display: block;
        font-weight: bold;
        margin-top: -7px;
    }



#main-menu {
    color: white;
    background-color: #2a2a2a;
    background-image: url(../images/layout/nav-bg-slice.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 42px !important;
}

    #main-menu a, #event-info-menu a, #previous-shows-menu a, #conference-menu a {
        color: white;
    }

        #main-menu a:hover, #event-info-menu a:hover, #previous-shows-menu a:hover, #conference-menu a:hover {
            /*color: #E7204F;*/
            background-color: #E7204F;
        }

#event-info-menu, #previous-shows-menu, #conference-menu {
    border: 1px solid #2a2a2a;
    background-color: #2a2a2a;
    color: white;
}

#main-content {
    padding-top: 2%;
}

    #main-content a {
        cursor: pointer;
        text-decoration: none;
        color: #35b8ac;
    }

        #main-content a:hover {
            text-decoration: underline;
        }

#slsshow-menu {
    height: 95%;
}

    #slsshow-menu.is-anchored {
        height: 40px;
    }

    #slsshow-menu.is-stuck {
        height: 42px;
    }

    #slsshow-menu ul li a {
        padding-bottom: 13px;
    }

.header {
    width: 100%;
}

    .header .header-logo {
        display: none;
    }

    .header .header-logo {
        display: none;
    }

@media(min-width:64.063em) {
    .header.is-stuck .header-logo {
        width: 144px;
        height: 50px;
        top: 5px;
        background-image: url(../../images/show2018/footer-logo.gif);
        left: 15px;
        background-size: 144px 50px;
        transition: all .25s ease;
        display: block;
    }
}


@media (min-width: 40.063em) {
    .header.sticky.is-stuck {
        box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    }
}

@media (max-width: 40em) {
    .header #slsshow-menu > ul {
        display: block !important;
    }
}

.header.is-stuck #main-menu {
    transition: all .45s ease;
    margin-top: 6em;
}

.header #main-menu,
.header .branding {
    position: relative;
}


.header.is-stuck .header-logo {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}


@media (min-width: 64.063em) {
    .sticky-container .header.is-stuck #slsshow-menu {
        height: 65px !important;
        border-bottom: 3px solid #E7204F;
    }

        .sticky-container .header.is-stuck #slsshow-menu > ul {
            position: relative;
            top: 22px;
            left: 5%;
        }
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto;
}

.header {
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    width: 100%;
}


.headerButton {
    max-width: 50%;
    padding: 20px;
}

@media (max-width: 60em) and (min-width: 40em) {

    #headerButtonsContainer {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .headerButton {
        width: 50%;
        padding: 20px;
    }
}

@media only screen and (max-width: 40em) {

    .headerButton {
        width: 50%;
    }
}





.sticky-container {
    position: relative;
    background-color: #2a2a2a;
}
/* to ensure drop-down menu arrows do not overlap text */
#previous-shows-menu-item > a {
    padding-right: 35px;
    padding-left: 35px;
}

#exhibitors-buttons {
    text-align: center;
}

    #exhibitors-buttons a {
        color: white;
        padding-left: 0;
        padding-right: 0;
    }


.pdz-item {
    padding: 10px 0
}

    .pdz-item img {
        padding: 10px 0;
    }

.news-item, .conf-item {
    margin: 20px 0;
}

.news-image, .conf-image {
    padding: 5px 20px 5px 0;
}

cite {
    color: #AC1E5A;
}

.form-error-message {
    color: #AC1E5A;
}

#footer {
    /*background-color: #CECDCF;*/
    background-color: #2a2a2a;
    background-image: url(../images/layout/footer-bgrd.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #ffffff;
    background-image: none;
    border-top: 3px solid #35b8ac;
}

.footer-logo {
    background-image: url(../../images/show2018/footer-logo.gif);
    float: left;
    margin: 0;
    width: 242px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer ul {
    float: right;
}

.footer .copyright {
    clear: both;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 25px;
    display: block;
    text-align: center;
    line-height: 24px;
}

.footer__social-icons {
    display: flex;
}

    .footer__social-icons li {
        list-style: none;
    }


@media (min-width: 61.25em) {
    .footer .copyright {
        clear: inherit;
        font-size: 11px;
        /* margin: 0 160px; */
        margin-left: 160px;
        margin-right: 260px;
        padding: 0 0 20px;
    }
}

@media (max-width: 40em) {
    .footer .footer-logo {
        float: none;
        margin: auto;
    }

    .footer ul {
        float: none;
        margin: auto;
        text-align: center;
    }

        .footer ul span {
            display: block;
        }

        .footer ul li {
            width: 13em;
            margin: auto;
            padding: 18px 0px;
        }
}


.school-logos, .news-logos {
    margin: 20px 20px 20px 0;
}

.list-margin {
    margin-left: 40px;
}

    .list-margin li {
        line-height: 2em;
    }

/* foundation */
/* change dropdown and accordian menu arrow colour */

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    border-color: #E7204F transparent transparent;
}

.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    border-color: transparent #E7204F transparent transparent;
}

/* do not show dropdown arrow on desktop menu*/
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    /*border-color: transparent transparent transparent transparent;*/
    content: none;
}

.is-accordion-submenu-parent > a::after {
    border-color: #E7204F transparent transparent;
}

.top-bar {
    padding: 0rem;
    background-color: #2a2a2a !important;
}

@media(min-width:64em) {
    .top-bar {
        display: inline-block;
    }
}

.is-stuck {
    border-bottom: 2px solid #E7204F;
}

/********SLICK **********/

.testimonials .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 50px 50px;
    top: 50%;
    bottom: 50%;
    margin-top: -25px;
    z-index: 1;
    opacity: 0.25;
}

    .testimonials .slick-arrow:hover {
        opacity: 0.4;
    }

.testimonials .slick-next {
    background-image: url(../images/show2018/slide-right-btn.png);
    right: 10px;
}

@media (min-width: 40.063em) {
    .testimonials .slick-next {
        right: 15px;
    }
}

.testimonials .slick-prev {
    background-image: url(../images/show2018/slide-left-btn.png);
    left: 10px;
}

@media (min-width: 40.063em) {
    .testimonials .slick-prev {
        left: 15px;
    }
}

.testimonials .slick-dots {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    text-align: center;
}

@media only screen and (min-width: 40.063em) {
    .testimonials .slick-dots {
        bottom: 13px;
    }
}

.testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
    .testimonials .slick-dots li {
        width: 20px;
        height: 20px;
    }
}

.testimonials .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    background: #ffffff;
}

.testimonials .content {
    width: 50%;
    margin: 5% auto;
    color: white;
    text-align: center;
    padding: 20px 0px;
    /* Two background images*/
    background-image: url(../images/show2018/left-quote.png), url(../images/show2018/right-quote.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 9px 0px, 100% 77%;
    background-size: 79px;
    /* End*/
}

@media(min-width:40.063em) and (max-width: 64em) {
    .testimonials .content {
        width: 65%;
    }
}


@media(max-width: 62em) {
    .hideForAllButDesktop {
        display: none;
        visibility: collapse;
    }
}

@media (max-width: 40em) {
    .testimonials .content {
        width: 92%;
        background-position: 9px 0px, 100% 100%;
    }

    .testimonials .slick-prev,
    .testimonials .slick-next {
        background-image: none;
    }
}

@media only screen and (min-width: 40.063em) {
    .testimonials .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 4px;
        border-radius: 8px;
    }
}

.testimonials .slick-dots li.slick-active button {
    background: #35b8ac;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .testimonials .slick-next {
        background-size: 50px 50px;
        background-image: url(../images/show2018/slide-right-btn@2x.png);
    }

    .testimonials .slick-prev {
        background-size: 50px 50px;
        background-image: url(../images/show2018/slide-left-btn@2x.png);
    }
}


.header-buttons-large {
    max-width: 41em;
}

.header-buttons-small {
    max-width: 37em;
}

@media(min-width:60.063em) {
    .header-buttons .button.turq {
        margin-right: 2.5em;
    }
}

@media(min-width: 40.063em) and (max-width:60em) {
    .header-buttons {
        max-width: 30em;
    }
}

@media(max-width:40em) {
    .header-buttons .button {
        width: 50%;
        font-size: 0.75em;
    }

    .header-buttons .button {
        padding: 1.31em 0.1em;
    }
}


.button.no-margin {
    margin: 0;
}

.dropdown.menu .submenu {
    min-width: 220px;
}

a.button.rounded,
.button.rounded,
button.rounded {
    border-radius: 10px;
}


.button.turq,
a.button.turq {
    background-color: #35b8ac;
    color: #ffffff !important;
    text-decoration: none !important;
}

    .button.turq:hover,
    a.button.turq:hover {
        background-color: #77d6cd;
    }


a.button.darkTurq {
    background-color: #1D8A84;
    color: #ffffff !important;
    text-decoration: none !important;
}

    a.button.darkTurq:hover {
        background-color: #77d6cd;
    }


button.pink,
.button.pink {
    background-color: #E7204F;
    color: #ffffff !important;
}

    button.pink:hover,
    .button.pink:hover {
        background-color: #ff6d8f;
    }


button.grey {
    background-color: #a9a9a9;
}

    button.grey:hover,
    .button.grey:focus {
        background-color: #a9a9a9;
    }

.boxes .large-4.columns div {
    cursor: pointer;
}

.boxes .boxLink {
    text-align: center;
    background-color: #504f4e;
    height: 50px;
    margin-bottom: 30px;
    max-width: 370px
}

.boxes .large-4.columns:hover .boxLink,
.boxes .large-4.columns:hover img {
    opacity: 0.8;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}



/* Added by Jane*/


h1 {
    color: #35b8ac;
    font-size: 2rem;
}



hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

/* Exhibitor pages*/
.exhibitor-item a.headerOffset {
    position: absolute;
    top: -65px;
}

.exhibitor-item a {
    color: black !important;
    font-weight: bold;
}

.button-group.expanded {
    display: table;
    table-layout: fixed;
    font-size: 1em;
    width: 49%;
    float: left;
}

@media(max-width:40em) {
    .button-group.expanded {
        display: table;
        table-layout: fixed;
        width: 100%;
        font-size: 1em;
    }
}




/*#exhibitors-buttons a {
    color: white;
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
}*/


/*.filterButton {
    width: 42px;
}*/

.speaker-item .readMoreLink {
    margin-top: 20px;
}

.speaker-content #main-content hr {
    width: 100%;
}


.speaker-item .displayBlockContent h3 {
    margin-bottom: 0;
}


/* news page*/
.news-item img {
    float: left;
    width: 250px !important;
    height: 250px;
}

.news-item {
    background-color: #f9f9f9;
    margin: 20px 0px;
    padding: 15px 25px;
}




@media (max-width:40em) {
    .news-item img {
        float: none;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.news-item h3 {
    font-size: 24px;
}

.news-item .date {
    color: #019ad6;
}

.news-item .link {
    float: right;
}

.news-item .weblink {
    float: left;
}


/* News article*/


.articleContent {
    padding-top: 25px;
}

    .articleContent p {
        background-color: none;
    }

.newsdate {
    color: #019ad6;
    margin-bottom: 5px;
}

.articleContent .weblink {
    float: left;
    padding-top: 20px;
}

#main-content .returnToNewslink {
    padding-bottom: 25px;
    float: right;
    padding-top: 15px;
}


/* schedule page*/

.scheduleTable {
    width: 100%;
    text-align: left;
}


    .scheduleTable tbody .scheduleRow:nth-child(odd) {
        background-color: #fbfbfb;
    }

    .scheduleTable tbody .scheduleRow:nth-child(even) {
        background-color: white;
    }

    .scheduleTable > tbody > tr.scheduleLunchRow {
        background-color: #EFF4FA;
        text-align: center;
    }


.scheduleEventName {
    font-weight: bold;
    margin-bottom: 0px;
}

.scheduletables {
    margin-left: 20px;
}

.tableTitle {
    font-weight: bold;
    padding-bottom: 1em;
}

.scheduleTable thead {
    background-color: #E1F4F2;
    border: none;
}

.scheduleTable tbody {
    border: none;
}

.scheduleTable hr {
    border-color: #EFF4FA;
    border-width: 2px;
}



/* individual speaker pages*/

.speakerSectionTitle {
    border-bottom: 3px solid #35b8ac;
    height: 4em;
}

.speakerSectionHeader {
    margin-bottom: 24px;
    display: flex;
    width: 100%;
}

.speakerSectionTitlePlaceholder {
    border-bottom: 3px solid #EFF4FA;
}

    .speakerSectionTitlePlaceholder.left {
        width: 58%;
    }

    .speakerSectionTitlePlaceholder.right {
        width: 100%;
    }


@media (max-width:60em) {
    .speakerSectionTitlePlaceholder.left {
        width: 0;
    }
}

.speakerImage {
    width: 25%;
    float: left;
}

.speakerContent {
    width: 75%;
    float: left;
    padding-bottom: 5%;
}

.joinus {
    text-align: center;
    background-color: #35b8ac;
    clear: both;
    color: white;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
}

    .joinus h2 {
        color: white;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .joinus p {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

@media (max-width:60em) {

    .joinus p {
        width: 83%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width:60em) {

    .speakerImage {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .speakerContent {
        width: 100%;
        padding: 10px;
        float: none;
    }
}


/*Previous Show site classes*/

.previousShowImage {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .appDownload img,
    .previousShowImage img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.appDownload,
.previousShow {
    text-align: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}


    .previousShow h3 {
        color: #E7204F;
        margin-top: 30px;
    }

    .previousShow a {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .previousShow blockquote em {
        font-size: 1.3em;
        font-style: normal;
    }

    .previousShow blockquote cite {
        font-size: 1em;
        color: black;
        font-style: normal;
        font-weight: bold;
    }


    .previousShow blockquote {
        margin: 5% auto;
        color: black;
        text-align: center;
        padding: 20px 0px;
        border-left: 0px solid white;
        /* Two background images*/
        background-repeat: no-repeat, no-repeat;
        background-position: 9px 0px, 100% 77%;
        background-size: 79px;
        /* End*/
    }

        .previousShow blockquote:nth-child(odd) {
            background-image: url(../images/show2018/left-quote-turq.png), url(../images/show2018/right-quote-turq.png);
        }

        .previousShow blockquote:nth-child(even) {
            background-image: url(../images/show2018/left-quote-grey.png), url(../images/show2018/right-quote-grey.png);
        }


@media (max-width: 60em) {
    .previousShow {
        margin: 0 auto !important;
        width: 100%;
    }
}
/*Consolidated Classes for all changes*/
/* Display Block currently used for speakers and exhibitors*/
.displayBlockItem {
    padding: 20px 0;
    display: flex;
    position: relative;
}

.displayBlockImage {
    height: 250px;
    width: 250px;
}

.displayBlockImageBorder {
    box-shadow: 0px 0px 15px #f0f0f0;
}

.displayBlockLogo {
    width: 100%;
    height: 100%;
    margin: auto;
    vertical-align: middle;
}

.displayBlockContent {
    width: 75%;
    margin-left: 3%;
}

.displayBlockSocialMediaIcon img {
    width: 50px;
    padding-left: 5px;
    /*border-radius: 100%;*/
}

div.displayBlockSocialMediaIcon {
    float: right;
}

.displayBlockSocialMediaIcon:hover {
    text-decoration: none !important;
}


.displayBlockItem #main-content hr {
    width: 100%;
}



@media (max-width:60em) {

    .displayBlockItem {
        display: block;
    }

    .displayBlockContent {
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 4%;
    }

    .displayBlockImage {
        margin-left: auto;
        margin-right: auto;
    }

        .displayBlockImage img {
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            vertical-align: middle;
        }

    .displayBlockSocialMediaIcon img {
        width: 40px;
    }

    div.displayBlockSocialMediaIcon {
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .speaker-item .displayBlockContent h5,
    .displayBlockContent h5,
    .speaker-item .displayBlockContent h3,
    .displayBlockContent h3 {
        margin-bottom: 10px;
    }
}


/*return to top button*/

.returnToTopLink {
    color: #787878 !IMPORTANT;
    font-size: 0.75em;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .returnToTopLink img {
        width: 40px;
    }


/* Page sub headings with underline*/
.sectionTitle {
    border-bottom: 2px solid #E7204F;
    color: #E7204F;
    white-space: nowrap;
    height: 2.5em;
}

.sectionTitleHeader {
    margin-bottom: 24px;
    display: flex;
    width: 100%;
}

.sectionSubTitlePlaceholder {
    border-bottom: 2px solid #EFF4FA;
    height: 2.5em;
    width: 100%;
    padding-left: 15px;
}

.sectionTitleMainText {
    font-size: 1.5em;
    color: #E7204F;
}

.sectionTitleSubText {
    font-size: 1.5em;
    color: #c4b9b9;
}



@media(max-width:60em) {

    .sectionTitleHeader {
        margin-bottom: 24px;
        width: 100%;
        display: block;
    }

    .sectionTitle {
        border: none;
        height: 2em;
    }

    .sectionSubTitlePlaceholder {
        border-bottom: 2px solid #E7204F;
        padding-left: 0px;
        height: 1.5em;
    }

    .sectionTitleSubText {
        font-size: 1.1em;
    }
}

/* spacer before footer*/

.spacer {
    height: 40px;
}

    .spacer.grey {
        background-color: #F0F0F0;
    }

    .spacer.white {
        background-color: white;
    }


/*App Download page css*/

.appDownload h2 {
    width: 90%;
    padding-bottom: 3%;
}


.appDownload h3 {
    width: 75%;
    padding-bottom: 20px;
    display: inline-block;
    color: #E7204F;
    margin-top: 30px;
}

.appDownload h4 {
    margin-bottom: 3%;
}

.appDownload {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .appDownload li {
        padding-bottom: 15px;
    }

    .appDownload ul {
        list-style-position: inside;
        margin-bottom: 3%;
        padding-bottom: 0;
        width: 64%;
        margin-left: auto;
        margin-right: auto;
    }

    .appDownload .appStoreLinks {
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
    }

@media (max-width: 60em) {


    .appDownload {
        width: 100%;
    }

        .appDownload ul {
            padding-left: 3%;
            padding-right: 3%;
        }
}


@media(max-width: 40.063em) {
    .appDownload ul {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}


/* grey scale images from SLS site*/


img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    /*opacity: 0.40;*/
    filter: grayscale(100%) opacity(100%); /*For Edge*/
}

/*img.grayscale:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
        opacity: 1;
        filter: grayscale(0%) opacity(100%); /*For Edge*/


@media (max-width:60em) {
    #main-content > div {
        margin-left: 1%;
        margin-right: 1%;
    }
}

/* Placeholder css copied from SLS site*/

/*[placeholder] {
    text-overflow: ellipsis;
}*/

.inputs input[type=text]::-webkit-input-placeholder,
.inputs input[type=email]::-webkit-input-placeholder,
.inputs input[type=password]::-webkit-input-placeholder,
.inputs textarea::-webkit-input-placeholder,
.inputs select::-webkit-input-placeholder {
    color: #A2A2A2;
    text-overflow: ellipsis;
}

.inputs input[type=text]:-moz-placeholder,
.inputs input[type=email]:-moz-placeholder,
.inputs input[type=password]:-moz-placeholder,
.inputs textarea:-moz-placeholder,
.inputs select:-moz-placeholder {
    /* Firefox 18- */
    color: #A2A2A2;
    text-overflow: ellipsis;
}

.inputs input[type=text]::-moz-placeholder,
.inputs input[type=email]::-moz-placeholder,
.inputs input[type=password]::-moz-placeholder,
.inputs textarea::-moz-placeholder,
.inputs select::-moz-placeholder {
    /* Firefox 19+ */
    color: #A2A2A2;
    text-overflow: ellipsis;
}

.inputs input[type=text]:-ms-input-placeholder,
.inputs input[type=email]:-ms-input-placeholder,
.inputs input[type=password]:-ms-input-placeholder,
.inputs textarea:-ms-input-placeholder,
.inputs select:-ms-input-placeholder {
    color: #A2A2A2;
    text-overflow: ellipsis;
}


.required_error {
    color: #AC1E5A;
}


[type=checkbox] + label, [type=radio] + label {
    font-size: 1em;
}


/* For embedded google map in travel page*/

#main-content p iframe {
    width: 600px;
    height: 450px;
}

@media(max-width:60em) {
    #main-content p iframe {
        width: 70vw;
        height: 50vw;
    }
}

@media (max-width:40em) {

    #main-content p iframe {
        width: 95vw;
        height: 95vw;
    }
}

.bannerDesktop {
    display: none;
}

.homePageVideoBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    margin-bottom: 50px;
    margin-left: -50%;
    margin-right: -50%;
    background-color: #a32056;
}

.showHighlightsButton {
    width: 50%;
}

    .showHighlightsButton a {
        font-size: large;
        font-weight: normal;
        height: 52px;
    }

@media (max-width:40em) {

    .showHighlightsButton a {
        font-size: large;
        font-weight: normal;
        height: 60px;
    }
}

@media (max-width:40em) {


    .showHighlightsButton {
        width: 60%;
    }

        .showHighlightsButton a {
            font-size: 90%;
            padding: 10% 0;
        }
}
