/* container.css */
.HomeSideLogo .sideLogo,
.HomeSideLogo .sideText {
    display: table-cell;
}

.HomeSideLogo .sideLogo {
    vertical-align: middle;
    width: 540px;
}

.HomeSideLogo .sideText {
    vertical-align: middle;
    padding-left: 70px;
}

.HomeSideLogo .sideText p:last-child {
    margin-bottom: 0;
}

.blueTitle .Title,
.whiteTitle .Title,
.grayTitle .Title,
.purpleTitle .Title,
.darkBlueTitle .Title,
.greenTitle .Title {
    margin-bottom: 20px;
}

.blueTitle .Head {
    color: #00adef;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.whiteTitle .Head {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.grayTitle .Head {
    color: #565656;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.purpleTitle .Head {
    color: #5d4199;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.darkBlueTitle .Head {
    color: #0d69b4;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.greenTitle .Head {
    color: #7eaf42;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.blueBackground {
    background: #00aeef;
}

.pinkBackground {
    background: #ec008c;
}

.grayBackground {
    background: #666;
}

.fullBackground {
    padding: 50px 0 35px 0;
}

.fullBackground,
.fullBackground .Normal,
.fullBackground a,
.fullBackground .Normal a,
.fullBackground .Normal a:link,
.fullBackground .Normal a:visited {
    color: #fff;
}

.TwoColumnsSmallText .Normal {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    font-size: 15px;
    color: #666;
}

.fullBackground .TwoColumnsSmallText .Normal {
    color: #fff;
}

@media (max-width:1190px) {
    .HomeSideLogo .sideText {
        padding-left: 15px;
    }

    .HomeSideLogo .sideLogo {
        width: 50%;
    }
}

@media (max-width:900px) {

    .HomeSideLogo .sideLogo,
    .HomeSideLogo .sideText {
        display: block;
        text-align: center;
        width: auto;
    }

    .HomeSideLogo .sideLogo {
        margin-bottom: 15px;
    }
}

@media (max-width:767px) {
    .TwoColumnsSmallText .Normal {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width:400px) {

    .grayTitle .Head,
    .blueTitle .Head,
    .whiteTitle .Head,
    .darkBlueTitle .Head,
    .greenTitle .Head,
    .purpleTitle .Head {
        font-size: 30px;
    }
}

/* end container.css */

.Normal {
    font-family: 'Open Sans', 'Arial';
    color: #000;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
}

.Normal p,
.Normal ul,
.Normal ol {
    margin-bottom: 1.5em;
}

#Header .Normal p {
    margin-bottom: 0;
}

.Normal a,
.Normal a:link,
.Normal a:visited,
.Normal a:hover {
    color: #0d69b4;
}

.Normal a:hover {
    text-decoration: underline;
}

.Normal a.fancyButton {
    display: inline-block;
    background-color: #d11e52;
    color: #fff;
    padding: .5em 1em;
    font-size: 2em;
    lin-height: 1;
    border-radius: .25em;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}
.Normal a.fancyButton:hover, .Normal a.fancyButton:focus {
    text-decoration: none;
    background-color: #0678a9;
}

h1,
.Normal h1 {
    font-size: 1.5em;
    font-weight: bold;
}

h2,
.Normal h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.Title .Head {
    font-family: 'Syncopate', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 42px;
}

.purpleText,
.Normal .purpleText {
    color: #5d4199;
}

.greenText,
.Normal .greenText {
    color: #7eaf42;
}

.dnnFormAndList .dnnForm {
    width: auto;
    min-width: 0;
    margin: 0;
}

.dnnFormAndList .dnnClear:after {
    content: none;
}

.dnnPrimaryAction {
    font-size: 12px;
}

.TopSideLogos img {
    margin-left: 17px;
    vertical-align: middle;
}

.HomeSideLogo .Normal {
    color: #666666;
    font-size: 18px;
}

.registerButton .buttonText {
    text-transform: uppercase;
}

.socialButtons {
    text-align: center;
}

.socialButtons a.socialButton {
    font-size: 25px;
    line-height: 50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    margin: 0 7px;
}

#TourSquares {
    margin: 0 auto;
    width: 1116px;
    display: table;
    table-layout: fixed;
    font-family: 'Open Sans', 'Arial';
    color: #fff;
    border-spacing: 20px;
}

#TourSquares .tourSquare {
    display: table-cell;
    vertical-align: top;
    background: #014a99;
    width: 352px;
    position: relative;
}

#TourSquares .squareContent {
    background: #014a99;
    padding: 17px 23px 70px 23px;
}

#TourSquares .squareTitle {
    font-size: 22px;
    margin-bottom: .5em;
}

#TourSquares .squareText {
    font-size: 15px;
    line-height: 1.35;
    overflow: hidden;
}

#TourSquares a.squareButton {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    box-sizing: content-box;
    color: #333;
    display: inline-block;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    padding: 6px 12px;
    position: absolute;
    bottom: 20px;
    left: 23px;
}

#TourSquares a.squareButton:hover {
    text-decoration: none;
    background: #ebebeb;
}

.HomeSpeakersTopText {
    text-align: center;
    position: relative;
    top: -.75em;
}

#HomeKeynote {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#HomeKeynoteBoxes {
    overflow: hidden;
    width: 100%;
    font-family: 'Open Sans', 'Arial';
    font-size: 14px;
    color: #343434;
    line-height: 1.3;
}

#HomeKeynote .speakerBox {
    display: table-cell;
    vertical-align: top;
    position: relative;
    background: #eee;
}

#HomeKeynote .speakerBox.alternate {
    background: #fff;
}

#HomeKeynote .speakerContent {
    padding: 5px 15px 15px 15px;
    text-align: center;
    width: 220px;
}

#HomeKeynote .speakerName {
    font-weight: bold;
    color: #5f5f5f;
}

#HomeKeynote .speakerJobTitle {
    font-size: 13px;
    color: #5f5f5f;
    height: 6em;
    margin: 0 -10px;
}

#HomeKeynote .speakerDesc {
    text-align: left;
}

#HomeKeynote .speakerMore {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#HomeKeynote a.speakerButton {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    box-sizing: content-box;
    color: #0d69b3;
    display: inline-block;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    padding: 6px 12px;
}

#HomeKeynote .fullBioLink {
    color: #0d69b4;
}

#HomeKeynote a.speakerButton:hover {
    text-decoration: none;
    background: #ebebeb;
}

#HomeKeynoteArrows {
    position: absolute;
    right: 0;
    top: -55px;
}

#HomeKeynoteArrows .keynoteArrow {
    font-size: 20px;
    cursor: pointer;
    margin-left: 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c2c2c2;
    padding: 11px 15px 7px 13px;
    text-align: center;
    border-radius: 5px;
    color: #0d69b3;
}

#HomeKeynoteArrows .keynoteArrow:hover {
    background: #ebebeb;
}

#HomeKeynoteArrows .keynoteArrow.inactive:hover {
    background: #fff;
}

#HomeKeynoteArrows .keynoteArrow.inactive {
    color: #c2c2c2;
    cursor: default;
}

#HomeKeynote .slick-slide {
    float: none;
}


.speakersFull.columns3 .Normal {
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
}

.speakersFull .speaker {
    display: inline-block;
    padding-top: 30px;
    color: #515151;
}

.speakersFull .speaker .speakerName {
    font-size: 21px;
}

.speakersFull .speaker .speakerJobTitle {
    font-size: 17px;
}

.speakersFull .speaker .speakerDesc {
    font-size: 14px;
    margin-top: 1em;
}

.videoGallerySlide {
    position: relative;
}

.videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 500ms 500ms;
    transition: all 500ms 500ms;
}

.overlayHidden .videoOverlay {
    visibility: hidden;
    opacity: 0;
}

.videoOverlay img {
    width: 100%;
}

.videoOverlay .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    color: #fff;
    font-size: 81px;
    opacity: .5;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.videoOverlay:hover .playIcon {
    opacity: 1;
}

.imageGallery {
    position: relative;
}

.imageGallery img.galleryImage {
    position: absolute;
    top: 0;
    left: 0;
}

.imageGallery img.galleryImage:first-child {
    position: static;
}

.partnersStrip {
    text-align: center;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

a.partnersStrip:hover {
    text-decoration: none;
}

.partnersStrip span {
    margin: 0 1%;
}

.partnersStrip img {
    width: 100%;
}

.copyright {
    color: #fff;
    float: right;
    font-size: 15px;
    font-family: 'Open Sans', 'Arial';
    letter-spacing: 1px;
    margin-bottom: 5rem;
}
.wrapper .fixed-button a {
    position: fixed;
    bottom: 0;
    right: 4.5rem;
    color: #fff;
    background-color: #d11e52;
    padding: .25em .5em .125em .5em;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: .1em;
    border-radius: .25em .25em 0 0;
    border-bottom: 0;
}
.fixed-button a:hover {
    color: #000;
    background-color: #30b8b3;
}
@media (max-width: 900px) {
    .wrapper .fixed-button a {
        font-size: 1.2em;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .copyright {
        margin-bottom: 3rem;
    }
}
@media (max-width:470px) {
    .copyright {
        font-size: 13px;
    }
}


.footerContent {
    font-family: 'Open Sans', 'Arial';
    font-size: 19px;
    color: #fff;
    line-height: 1.3;
}

.footerContent:after {
    content: '';
    display: block;
    clear: both;
}

.footerContent a {
    color: #fff;
}

.footerContent a:hover {
    color: #00aeef;
    text-decoration: none;
}

.footerContent .cell {
    float: left;
    width: 33%;
}

.footerContent .title {
    text-transform: uppercase;
    margin-bottom: 1.1em;
}

.footerContent .text {
    margin-bottom: 1.1em;
}

.footerRight {
    text-align: right;
}
a.footerButton {
    font-family: 'Exo', sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    padding: .5em;
    text-transform: uppercase;
    color: #0679a9;
    background-color: #fff;
    display: inline-block;
}
a.footerButton:hover {
    color: #0679a9;
}

.innerPartners {
    font-family: 'Open Sans', 'Arial';
    font-size: 15px;
    line-height: 1.4;
    color: #616161;
    margin-top: 80px;
    margin-bottom: -75px;
}

.innerPartners .innerPartner {
    display: inline-block;
    width: 100%;
    margin-bottom: 75px;
}

.innerPartners .innerPartner p {
    margin-bottom: 1.3em;
}

.innerPartners .innerPartnerImage {
    display: block;
    margin-bottom: 25px;
}

.businessContacts {
    display: table;
    table-layout: fixed;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0 -30px;
}

.businessContacts .row {
    display: table-row;
}

.businessContacts .businessContact {
    display: table-cell;
    width: 50%;
    padding: 10px 30px;
}

.businessContacts .title {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: .5em;
    color: #000;
}

.businessContacts .text {
    color: #666;
}

.businessContacts .orange .title {
    color: #fe9f19;
}

.businessContacts .blue .title {
    color: #5ac4ed;
}

.businessContacts .green .title {
    color: #6ac412;
}

.businessContacts .purple .title {
    color: #a35aed;
}

.businessContacts .turq .title {
    color: #3bbcb0;
}

.businessContactsFilter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.businessContactsFilter .Normal {
    background: #f3f3f3;
    padding: 5px 0;
    text-align: center;
}

.businessContactsFilter .Normal a,
.businessContactsFilter .Normal a:link,
.businessContactsFilter .Normal a:visited,
.businessContactsFilter .Normal a:hover {
    color: #3163b8;
    font-weight: bold;
    font-size: 20px;
}

.businessContactsFilter .Normal a:hover {
    text-decoration: none;
}

.businessContactsFilter .Normal a {
    margin: 0 30px;
    white-space: nowrap;
}

.businessContactsFilter .Normal a.blue,
.businessContactsFilter .Normal a.blue:link,
.businessContactsFilter .Normal a.blue:visited,
.businessContactsFilter .Normal a.blue:hover {
    color: #5ac4ed;
}

.businessContactsFilter .Normal a.orange,
.businessContactsFilter .Normal a.orange:link,
.businessContactsFilter .Normal a.orange:visited,
.businessContactsFilter .Normal a.orange:hover {
    color: #fe9f19;
}

.businessContactsFilter .Normal a.purple,
.businessContactsFilter .Normal a.purple:link,
.businessContactsFilter .Normal a.purple:visited,
.businessContactsFilter .Normal a.purple:hover {
    color: #a35aed;
}

.businessContactsFilter .Normal a.green,
.businessContactsFilter .Normal a.green:link,
.businessContactsFilter .Normal a.green:visited,
.businessContactsFilter .Normal a.green:hover {
    color: #6ac412;
}

.businessContactsFilter .Normal a.turq,
.businessContactsFilter .Normal a.turq:link,
.businessContactsFilter .Normal a.turq:visited,
.businessContactsFilter .Normal a.turq:hover {
    color: #3bbcb0;
}

.columns3 .Normal {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.columns3 .Normal p {
    display: inline-block;
}

.innovationAward2014 .text {
    margin-top: 20px;
}

.innovationAward2014 h2 {
    padding-bottom: 20px;
}

.gallery-wrapper .galleryArrow {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 80px;
    margin-top: -.5em;
    opacity: 0;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    z-index: 9999;
    cursor: pointer;
}

.gallery-wrapper:hover .galleryArrow {
    opacity: .5;
}

.gallery-wrapper .galleryArrow.prev {
    left: 30px;
}

.gallery-wrapper .galleryArrow.next {
    right: 30px;
}

.gallery-wrapper .galleryArrow:hover {
    opacity: 1;
}

.slick-dots {
    list-style: none;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots button {
    background: #000;
    border: 0;
    outline: none;
    cursor: pointer;
    text-indent: -999999px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    opacity: .5;
    -webkit-appearance: none;
}

.slick-dots button:hover,
.slick-dots button:focus {
    outline: none;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    opacity: .8;
}

.slick-dots.hidden {
    visibility: hidden;
    opacity: 0;
}

.gallery-wrapper .closeIcon {
    font-size: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 7px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.gallery-wrapper .closeIcon:hover {
    opacity: 1;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-slide {
    outline: 0;
}

.participatingCompanies {
    position: relative;
}
.participatingCompanies .companyLogo {
    position: relative;
}

.participatingCompanies .editLink {
    position: absolute;
    display: inline-block;
    background: #ccc;
}

.participatingCompanies .editLink img {
    display: inline-block;
}

.participatingCompanies .slick-dots {
    position: static;
    margin-top: 15px;
}

.speakersFull2 .mobile {
    display: none;
}

.speakersFull2:after {
    content: '';
    display: block;
    clear: both;
}

.speakersFull2 .column {
    width: 50%;
    float: left;
}

.speakersFull2 .speaker {
    color: #515151;
    margin: 0 1em 1em 1em;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    position: relative;
}

.speakersFull2 .speakerTitle {
    position: relative;
    cursor: pointer;
}

.speakersFull2 .speakerImage,
.speakersFull2 .speakerInfo {
    display: table-cell;
}

.speakersFull2 .speakerImage {
    width: 220px;
}

.speakersFull2 .speakerImage img {
    display: block;
}

.speakersFull2 .speakerInfo {
    vertical-align: bottom;
    padding: .5em 35px .5em .5em;
}

.speakersFull2 .speaker .speakerName {
    font-size: 21px;
    font-weight: 400;
}

.speakersFull2 .speaker .speakerJobTitle {
    font-size: 17px;
}

.speakersFull2 .speaker .speakerDesc {
    font-size: 14px;
    display: none;
    padding: 1em;
    box-sizing: content-box !important;
}

.speakersFull2 .expandSpeaker {
    position: absolute;
    right: 12px;
    bottom: 7px;
    font-size: 26px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.speakersFull2 .expanded .expandSpeaker {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.Home #dnn_ContentPane {
    position: relative;
}

.DnnModule-3882.DnnModule,
.DnnModule-3883.DnnModule {
    position: static;
}

.DnnModule-11942.DnnModule {
    z-index: 9;
}

.streamingBox {
    width: 50%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    box-shadow: 0 0 50px #000;
    z-index: 10;
    margin-top: 4%;
}

.Normal table,
.Normal thead,
.Normal tbody,
.Normal th,
.Normal td {
    font-size: 1em;
}

.Normal table[border="1"] {
    border-collapse: collapse;
    border-spacing: 0;
}

.Normal table[border="1"] td {
    border: 1px solid #565656;
    padding: 5px 10px;
    vertical-align: top;
}

.Normal table p {
    margin-bottom: 0;
}

table.timetable {
    border-spacing: 8px;
    margin: -8px;
    min-width: 100%;
}

.timetable td,
.timetable th {
    background: #f3f3f3;
    padding: 5px 10px;
    vertical-align: top;
    color: #444;
}

.timetable th {
    color: #000;
    background: #ddd;
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: middle;
    font-family: 'Exo', sans-serif;
}

.timetable p {
    margin-bottom: 0;
}

.timetable td {
    min-width: 200px;
}

.timetable td:first-child {
    min-width: 0;
}

table.timetable .greenCell {
    background: #73a340;
    color: #fff;
}

table.timetable .blueCell {
    background: #0d69b4;
    color: #fff;
}

table.timetable .pinkCell {
    background: #c5225b;
    color: #fff;
}

.timetable .greenCell a,
.timetable .greenCell a:link,
.timetable .greenCell a:visited,
.timetable .greenCell a:active {
    color: #fff;
}

.timetable .pinkCell a,
.timetable .pinkCell a:link,
.timetable .pinkCell a:visited,
.timetable .pinkCell a:active {
    color: #fff;
}

.timetable .blueCell a,
.timetable .blueCell a:link,
.timetable .blueCell a:visited,
.timetable .blueCell a:active {
    color: #fff;
}

.timetable hr {
    border: 0;
    border-bottom: 1px solid #fff;
    margin: .25em 0;
}

.mobileMenuList .Register a {
    background: #d11e52;
}

ul.menuList .Register a:hover {
    background: #d11e52;
    color: #fff;
}

a.registerButton {
    display: inline-block;
    background: #d11e52;
    color: #fff;
    padding: 5px 10px 1px 5px;
    border-radius: 8px;
    border: 1px solid #d11e52;
    width: 245px;
    height: 53px;
    line-height: 1;
}

a.registerButton,
a.registerButton:link,
a.registerButton:visited,
a.registerButton:active {
    color: #fff;
}

a.registerButton .icon {
    vertical-align: middle;
    font-size: 45px;
    margin-right: 10px;
    display: table-cell;
}

a.registerButton .buttonText {
    font-weight: bold;
    font-size: 19px;
    font-family: 'Arial';
    letter-spacing: 1.5px;
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

a.registerButton:hover {
    text-decoration: none;
    background: #fff;
    color: #d11e52;
}

.Normal a.pink-button {
    display: inline-block;
    background: #d11e52;
    color: #fff;
    border-radius: 8px;
    border: 3px solid #d11e52;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5em 1em;
    font-size: 1.25em;
}

.Normal a.pink-button:hover {
    text-decoration: none;
    background: #fff;
    color: #d11e52;
}


.business-category-title {
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
    color: #565656;
}

.business-category-title div {
    display: inline;
    margin: 0 .5em;
    line-height: 1.25;
}

.business-category-title .category-name,
.business-category-title .subsector-name {
    font-weight: bold;
}

.business-filter {
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
    font-family: 'Exo', 'Arial';
    font-size: 22px;
    background: #f3f3f3;
}

.business-filter ul,
.business-filter li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-filter li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 31px;
    background-color: #f3f3f3;
    text-align: left;
    font-size: 18px;
    min-width: 16em;
    padding: .5em 0;
    margin-left: 5px;
}

.business-filter li {
    display: inline-block;
    padding: 8px 1em;
    position: relative;
}

.business-filter li:hover ul {
    display: block;
}

.business-filter li li {
    display: block;
}

.business-filter li li a {
    display: block;
}

.business-filter-toggle {
    display: none;
}

.business-filter a,
.business-filter a:link,
.business-filter a:visited,
.business-filter a:active {
    color: #3163b8;
}

.business-filter .blue a,
.business-filter .blue a:link,
.business-filter .blue a:visited,
.business-filter .blue a:active {
    color: #5ac4ed;
}

.business-filter .orange a,
.business-filter .orange a:link,
.business-filter .orange a:visited,
.business-filter .orange a:active {
    color: #fe9f19;
}

.business-filter .purple a,
.business-filter .purple a:link,
.business-filter .purple a:visited,
.business-filter .purple a:active {
    color: #a35aed;
}

.business-filter .green a,
.business-filter .green a:link,
.business-filter .green a:visited,
.business-filter .green a:active {
    color: #6ac412;
}

.business-filter .turq a,
.business-filter .turq a:link,
.business-filter .turq a:visited,
.business-filter .turq a:active {
    color: #3bbcb0;
}

.DnnModule-5530,
.DnnModule-5569 {
    z-index: 903;
}

.participatingCompanies {
    overflow: hidden;
}
.participatingCompaniesGallery {
    display: flex;
}
.participatingCompanies .companyLogo {
    flex-shrink: 0;
    flex-basis: 11.625em;
}
.participatingCompanies .slick-track {
    height: 130px;
}
.participatingCompanies .logo-inner {
    border: 1px solid #d4d4d4;
    display: block;
    vertical-align: middle;
    height: 120px;
    text-align: center;

    margin: 0 6px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.participatingCompanies img.logoImage {
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
    margin-top: 5%;
    flex-shrink: 0;
}

.participatingCompanies strong {
    position: absolute;
}

@supports (display: flex) {

    .participatingCompanies img.logoImage {
        margin-top: 0;
    }
}


.logos-list ul,
.logos-list li {
    list-style: none;
    padding: 0;
}

.logos-list .Normal ul {
    display: flex;
    flex-wrap: wrap;
}

.logos-list .Normal li {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #a7a7a7;
    vertical-align: top;
    text-align: center;
    height: 100px;
    width: 289px;
    margin-right: .57%;
    margin-bottom: .57%;
    overflow: hidden;
    max-width: 100%;
}

.logos-list .Normal a {
    display: block;
    height: 100%;
    width: 100%;
}

.logos-list .Normal li,
.logos-list .Normal li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logos-list img {
    max-width: 90% !important;
    max-height: 90% !important;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 1279px) {
    .logos-list li {
        width: 22vw;
        height: 11vw;
    }
}

@media (max-width: 500px) {
    .logos-list li {
        width: 29vw;
        height: 14vw;
    }
}


.home-banner-bg {
    background: url('images/hero_video_still.jpg') no-repeat left top #000;
    background-size: cover;
    color: #fff;
    position: relative;
    padding-top: 30.2083333333%;
    overflow: hidden;
}

#HomeBannerVideo {
    width: 100%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: 0;
    opacity: 1;

    transition: opacity 600ms;
}

#HomeBannerVideo.transparent {
    opacity: 0;
}

.home-banner-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner-bg .content {
    height: 100%;
}

.home-banner-text {
    width: 3.1em;
    max-width: 100%;
    height: 100%;
    font-family: 'Syncopate', sans-serif;
    padding: .3em .1em .1em .1em;
    margin-left: -.1em;
    background-color: rgba(0, 0, 0, .5);
    font-size: 10em;
    font-size: 9vw;
}

.home-banner-heading.home-banner-heading {
    font-size: .275em;
    margin-bottom: 0;
    font-family: 'Syncopate', sans-serif;
    line-height: 1.2;
}

.home-banner-heading sup {
    font-size: 50%;
}

.home-banner-actions-bg {
    background-color: #0679a9;
}

.home-banner-details {
    color: #d5eb67;
    font-size: .225em;
    line-height: 1.2;
    margin-top: .25em;
}

.home-banner-details span {
    display: block;
}

.home-banner-actions {
    display: flex;
    align-items: center;
    padding: 2em 0;
    justify-content: space-between;
}

.home-banner-register a {
    font-size: 1.75em;
    font-weight: bold;
    border: 2px solid #fff;
    padding: .5em .25em .5em .5em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.home-banner-register a:hover {
    color: #fff;
}

.home-banner-register a .text {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Exo', sans-serif;
}

.home-banner-register a .icon {
    display: inline-block;
    vertical-align: middle;
    color: #d5eb67;
    margin-left: .25em;
}

.home-banner-register a .icon span {
    display: block;
}

.home-banner-infobtn a {
    background-color: #d5eb67;
    font-size: 1.75em;
    font-weight: bold;
    border: 2px solid #fff;
    padding: .5em .25em .5em .5em;
    color: #045373;
    font-family: 'Exo', sans-serif;
    display: inline-block;
}

@media (max-width: 1600px) {
    .home-banner-text {
        margin-left: 0;
    }
}

.banner-social,
.banner-social li {
    list-style: none;
    padding: 0;
}

.banner-social {
    color: #fff;
    font-size: 2em;
    display: flex;
    justify-content: center;
}
.Home .banner-social {
font-size: 2.5em;}

.banner-social li {
    display: inline-block;
    margin: 0 .25em;
}

.banner-social li * {
    display: block;
}

@media (max-width: 1023px) {
    .home-banner-text {
        font-size: 13.5vw;
    }
    .home-banner-actions {
        display: block;
        text-align: center;
        font-size: 70%;
    }
    .home-banner-register, .home-banner-infobtn {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 500px) {
    .banner-social li {
        margin: 0 .5em;
    }

    .inner-banner .banner-social li {
        font-size: 70%;
    }
}

.inner-banner {
    background-color: #0678a9;
    color: #fff;
    font-family: 'Syncopate', sans-serif;
    border-top: 1px solid #0090ce;
    padding: 1em 0;

}
.inner-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-banner-text {
    line-height: 1.2;
    font-size: 10em;
}

.inner-banner-heading {
    font-size: .2em;
    font-weight: bold;
}

.inner-banner-subtitle {
    font-size: .15em;
}

@media (max-width: 1279px) {
    .inner-banner-inner {
        flex-direction: column;
        text-align: center;
    }

    .inner-banner .banner-social {
        margin-top: .5em;
    }
}

@media (max-width: 1110px) {
    .inner-banner-text {
        font-size: 15vw;
    }
}

.PastSpeakers {
    position: relative;
    /*     max-width: 1500px; */
    width: auto;
    margin: 0 -.5em;
}

.PastSpeakers .speakerInner {
    margin: 0 .5em;
    position: relative;
    cursor: pointer;
}

.PastSpeakers .speakerInner img {
    width: 100%;
    max-width: 32em;
}

.PastSpeakers .speakerContent {
    text-align: center;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    padding: .5em 4%;
    min-height: 9em;
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: 'Exo';
    line-height: 1.3;
}

.PastSpeakers .speakerName {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}

.PastSpeakers .speakerJobTitle {
    color: #fff;
    font-size: 1.3125em;
    font-weight: 300;
}

@media (max-width: 1500px) {
    .PastSpeakers .speakerContent {
        font-size: 1.2vw;
    }
}

@media (max-width: 690px) {
    .PastSpeakers .speakerContent {
        font-size: 1.5vw;
    }
}

@media (max-width: 470px) {
    .PastSpeakers .speakerContent {
        font-size: 2.8vw;
    }
}

.HomeSpeakers {
    position: relative;
    /*     max-width: 1500px; */
    width: auto;
    margin: 0 -.75em;
}
.HomeSpeakers1 {
    margin-bottom: 1em;
}

.HomeSpeakers .speakerInner {
    margin: 0 .75em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.HomeSpeakers .speakerInner img {
    width: 100%;
    max-width: 32em;
}

.HomeSpeakers .speakerContent {
    text-align: center;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    padding: .5em 4%;
    min-height: 6.5em;
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: 'Exo';
    line-height: 1.3;
/*     -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 200ms; */
}

/* .HomeSpeakers .speakerInner:hover .speakerContent,
.HomeSpeakers .speakerInner:focus + .speakerContent {
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

.HomeSpeakers .speakerName {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}

.HomeSpeakers .speakerJobTitle {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
}

.keynote-arrow, .companies-arrow {
    font-size: 80px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: .125em;
    margin-top: -.5em;
}
.participatingCompanies .arrows {
    display: none;
}
.companies-arrow {
    font-size: 40px;
    right: 0;
    color: #000;
}
.companies-arrow span {
    display: block;
}

.keynote-arrow.prev {
    right: auto;
    left: .125em;
}
.companies-arrow.prev {
    right: auto;
    left: 4px;
}

@media (max-width: 1000px) {
    .keynote-arrow {
        font-size: 50px;
    }
}

.Home .squares-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-family: 'Syncopate', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.Home .amount {
    font-weight: bold;
    font-size: 3.8vw;
}

.Home .column-square {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Home .agenda-wrap {
    margin-bottom: 4em;
}
.Home .green-box {
    background: #6ba321;
    width: 45%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    justify-content: space-between;
    text-align: center;
    margin-left: 3%;
}

.Home .green-inner {
    font-size: 2.8vw;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.Home .box-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Home .square {
    width: 49.25%;
    font-size: 1.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .75% .75% 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    height: 5.75em;
    padding: .5em;
}

.Home h1 {
    margin-bottom: 10px;
    font-family: 'Syncopate', sans-serif;
    font-weight: normal;
    font-size: 42px;
}

.Home .purple {
    background: #a2006f;
}

.Home .lightblue {
    background: #30b8b3;
}

.Home .lightpurple {
    background: #7561ab;
}

.Home .blue {
    background: #156ab4;
}

.squares-wrapper a.square {
    transition: background-color 150ms;
}

.squares-wrapper a.square:hover {
    color: #fff;
    background-color: #5f5f5f;
}

.Home .squares-header {
    font-size: 2.25vw;
    color: #a2026f;
    font-weight: normal;
    font-family: 'Syncopate', sans-serif;
    margin-bottom: .3125em;
    transition: color 150ms;
}

.squares-wrapper a:hover .squares-header,
.squares-wrapper .squares-header a:hover {
    color: #5f5f5f;
}

.squares-wrapper .section-part {
    display: flex;
    font-size: 2vw;
    font-family: 'Syncopate', sans-serif;
    padding-right: .25%;
}

.squares-wrapper .section-part img {
    display: block;
}

.squares-wrapper .section-part span {
    display: block;
}

.squares-wrapper .section-part > * {
    width: 48.75%;
}

.squares-wrapper .b2b {
    margin-right: 2%;
}

.squares-wrapper .exhib .squares-header {
    color: #156ab4;
}

.squares-wrapper .b2b .squares-header {
    color: #6ba321;
}


.text-img {
}

.text-img-img {
    width: 50%;
    float: right;
    text-align: center;
}

.text-img-heading {
    color: #0679a9;
    font-size: 2.875em;
    margin-bottom: 0;
    float: left;
}

.text-img-text {
    width: 48%;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    clear: left;
    font-size: 1.6875em;
    line-height: 1.25;

}
.text-img strong {
    font-weight: 400;
}

.text-img p {
    margin-bottom: 1em;
}

.text-img p:last-child {
    margin-bottom: 0;
}

#dnn_TextImgContent {
    position: relative;
}
.DnnModule-EasyDNNGallery.DnnModule-12863 { /* Home EasyDNNGallery */
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    width: 51%;
    overflow: hidden;
}

@media (max-width: 1520px) {
    .text-img-text {
        font-size: 1.68vw;
    }
}
@media (max-width: 1150px) {
    .text-img-text {
        font-size: 1.63vw;
    }
}
@media (max-width: 1000px) {
    .text-img-heading, .text-img-img {
        float: none;
    }
    .text-img-text, .text-img-img {
        width: auto;
    }
    .text-img-img {
        margin-bottom: 1em;

        display: none;
    }
    .text-img-text {
        font-size: 1.25em;
        max-width: 746px;
        margin: 0 auto;
    }

    .DnnModule-EasyDNNGallery.DnnModule-12863 {
        position: static;
        width: auto;
        margin-top: 1.5em;
    }
}
.Home .icons {
    display: flex;
}

.Home .icons img {
    width: 50px;
    height: 50px;
}

.Home .socialButtons a {
    background: none !important;
    width: 50px !important;
    height: 50px !important;
}

.Inner .socialButtons a {
    background: none !important;
    width: 50px !important;
    height: 50px !important;
}

.Inner .socialButtons:hover {
    background: none;
}

.Inner .GrayStrip {
    background: #0679a9;
    border-top: 1px solid white;
    margin-bottom: 25px;
}

.Inner #GrayStripContent .mainTitle .row1 {
    color: #fff;
    font-family: syncopate;
    font-weight: normal;
}

.Inner #GrayStripContent .mainTitle .row2 {

    color: #fff;
    font-family: syncopate;
    font-weight: normal;
}

.Home a:hover {
    text-decoration: none;
}

.Inner #MainContent {
    padding: 0;
}

.Home .images-wrapper {
    margin: 90px 0 100px 0;
}

.Home .darkBlueTitle .Title {
    text-align: left;
}

.Home .darkBlueTitle .Title .Head {
    font-family: 'Syncopate', sans-serif;
    font-weight: normal;
    color: #0679a9;
}


.Home #dnn_AboutPane .slick-slide img {
    padding: 0;
}

.Home #dnn_AboutPane {
    padding: 0;
}

.Home #dnn_AboutPane .Title {
    text-align: left;
}

@media (max-width:470px) {
    .Home #HomeTopVideo a {
        font-size: 3em;
    }
}


@media (max-width: 768px) {

    .Normal {
        font-size: 1em;
    }
    #MainContent .Title .Head {
        font-size: 30px;
    }

    #Header {
        border-bottom: 0 !important;
    }

    .Home .squares-wrapper {
        flex-direction: column;
    }

    .Home .Title .Head {
        font-size: 32px;
    }

    .Home .agenda-wrap {
        margin-bottom: 1.5em;
    }
    .Home .agenda-wrap h1 {
        font-size: 32px;
    }

    .Home .amount {
        font-size: 36px;
    }

    .Home .column-square {
        width: 100%;
    }

    .Home .squares-header {
        font-size: 30px;
    }

    .Home .square {
        width: 100%;
        font-size: 20px;
        height: auto;
        min-height: 4.5em;
    }

    .Home .section-part {
        flex-direction: column;
    }

    .Home .b2b, .Home .exhib {
        width: 100%;
        font-size: 32px;
        margin-bottom: 1.5rem;
    }

    .Home .green-box {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .Home .green-inner {
        font-size: 32px;
        padding: 4%;
    }

    .Home .reg-button {

        margin-bottom: 4%;
    }

    .Home .icons {
        margin: 5%;
    }

}





.Inner .header {
    /* background-image: url(https://fuelchoicessummit.com/Portals/135/images/bg.png); */
    height: 700px;
    position: relative;
    /* padding:0 10%; */
    background-position: right;
    background-size: 85%;
}

.Inner .header .inner-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.Inner .header .content::after {
    display: none;
}

.Inner .header .header-text {
    color: #fff;
    max-width: 36%;
    margin-bottom: 17%;
}

.Inner .header .header-text h1 {
    font-size: 45px;
    margin-bottom: 10px;
    color: #ffff;
    line-height: 1.19;
}

.Inner .header .header-text h2 {
    font-size: 38px;
    color: #d5eb67;
    font-family: syncopate;
    font-weight: normal;
    text-transform: uppercase;
}

.Inner .header .header-actions {
    /* position: relative; */
    /* top: 92%; */
    display: flex;
    align-items: center;
    /* width: 100%; */
    justify-content: space-between;
    margin-bottom: 1.5%;
}

.Inner .header .reg-button {
    font-size: 28px;
    font-weight: bold;
    border: 2px solid white;
    padding: 5px;
    text-transform: uppercase;

    text-align: center;
    color: #fff;
}

.Inner .header .social {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    margin: 0 3px;
}

.grayTitle .Head {
    color: #5f5f5f;
}


.Inner #GrayStripContent .mainTitle .row1 {
    color: #fff;
    font-family: 'Syncopate', sans-serif;
    font-weight: bold;
}

#dnn_imagesSection2 .DnnModule-11952 {
    z-index: auto !important;
}

.Home #HomeImages {
    position: relative;

}

.Home #HomeImages2 {
    position: relative;

}


.Home .header .header-text h1 {
    font-family: syncopate;
}

.Home .DnnModule-11690 {
    z-index: 999999999;
}


.editlink img {
    width: auto !important;
}

.ModEasyDNNGalleryC {
    max-width: 1000px;
    margin: 0 auto;
}

.ModEasyDNNGalleryC * {
    box-sizing: content-box !important;
    ;
}

.general-info-nav, .general-info-nav li {
    list-style: none;
    padding: 0;
}
.general-info-nav {
    width: 70em;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Exo', sans-serif;
}
.general-info-nav li {
    margin-bottom: 2em;
}
.general-info-nav .link {
    display: block;
    background-color: #0679a9;
    position: relative;
    overflow: hidden;
}
.general-info-nav .block {
    position: relative;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22em;
    width: 22em;
    text-align: center;
    margin: 0 auto;
    padding: 2em;
}
.general-info-nav .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    transition: all 500ms;
}
.general-info-nav .text {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.3;
}

.general-info-nav .link:hover .bg, .general-info-nav .link:focus .bg {
    transform: scale(1.1);
}

@media (max-width: 50em) {
    .general-info-nav {
        font-size: 50%;
    }
}



@media (max-width:1190px) {
    .business-category-title div {
        display: block;
    }

    .business-filter {
        text-align: left;
    }

    .business-filter .business-filter-list {
        margin-top: 1em;
        padding-bottom: .5em;
    }

    .business-filter li {
        display: block;
    }

    .business-filter li ul {
        display: block;
        position: static;
        min-width: 0;
        margin-left: 0;
    }

    .business-filter li li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .business-filter-toggle {
        display: block;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        font-size: 1em;
        width: 100%;
        text-align: center;
        font-family: 'Open Sans', 'Arial';
        font-weight: bold;
        color: #000;
        background-color: #cfcfcf;
        padding: .65em 0;
    }

    .business-filter-toggle .hidden {
        display: none
    }

    .business-filter-list.mobile-hidden {
        display: none
    }

    #TourSquares {
        width: 100%;
    }

    #TourSquares .tourSquare {
        width: auto;
    }

    #HomeKeynote {
        width: auto;
    }

    #HomeKeynoteBoxes {
        margin: 0 auto;
    }

    .businessContacts {
        display: block;
        overflow: hidden;
        margin: 0;
    }

    .businessContacts .row {
        display: block;
    }

    .businessContacts .businessContact {
        display: block;
        width: auto;
        padding: 10px;
    }

    .speakersFull2 .mobile {
        display: block;
    }

    .speakersFull2 .desktop {
        display: none;
    }

    .speakersFull2 .mobile .speaker {
        margin: 0 0 1em 0
    }

    .speakersFull2 .mobile .speakerImage,
    .speakersFull2 .mobile .speakerInfo {
        display: block;
    }

    table.timetable {
        margin: 0;
        font-size: .9em;
    }

    .timetable td {
        min-width: 120px;
    }
}

@media (max-width:900px) {
    .streamingBox {
        width: 97%;
        margin: 0 auto 3em auto;
        position: static;
    }
}

@media (max-width:768px) {
    .business-category-title {
        font-size: 20px;
        padding-right: .5em;
        padding-left: .5em;
    }

    .gallery-wrapper .galleryArrow,
    .slick-dots {
        display: none !important;
    }

    .participatingCompanies .slick-dots {
        display: block !important;
    }
}

@media (max-width:767px) {

    #TourSquares,
    #TourSquares .tourSquare {
        display: block;
    }

    #TourSquares .tourSquare {
        margin-bottom: 15px;
    }

    #TourSquares .tourSquare .squareImage {
        width: 100%;
    }

    #HomeKeynoteArrows {
        right: 50%;
        margin-right: -65px;
    }

    #HomeKeynote {
        margin-top: 70px;
    }

    .footerContent .cell {
        float: none;
        width: auto;
    }
    .footerRight {
        text-align: center;
        margin-bottom: 2.5em;
    }

    .footerContent .socialButtons {
        margin: 0 0 40px 0;
        text-align: center;
    }

    .innerPartners {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .columns3 .Normal {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .columns3 .Normal p {
        display: block;
    }

    .businessContactsFilter .Normal a {
        margin: 0 10px;
    }
}

@media (max-width:1130px) {
    #HomeKeynote {
        width: 880px;
    }
}

@media (max-width:910px) {
    #HomeKeynote {
        width: 660px;
    }
}

@media (max-width:690px) {
    #HomeKeynote {
        width: 440px;
    }
}

@media (max-width:470px) {
    #HomeKeynote {
        width: 220px;
    }

    #HomeTopVideo a {
        font-size: 3em;
    }
}