@font-face {
    font-family: EntypoRegular;
    src: url(../../fonts/entypo/entypo.eot);
    src: url(../../fonts/entypo/entypo.eot?#iefix) format('embedded-opentype'),url(../fonts/entypo/entypo.woff) format('woff'),url(../fonts/entypo/entypo.ttf) format('truetype'),url(../../fonts/entypo/entypo.svg#EntypoRegular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: EntypoSocialRegular;
    src: url(../../fonts/entypo-social/entypo-social.eot);
    src: url(../../fonts/entypo-social/entypo-social.eot?#iefix) format('embedded-opentype'),url(../../fonts/entypo-social/entypo-social.woff) format('woff'),url(../../fonts/entypo-social/entypo-social.ttf) format('truetype'),url(../../fonts/entypo-social/entypo-social.svg#EntypoRegular) format('svg');
    font-weight: 400;
    font-style: normal
}

.entypo {
    font-family: EntypoRegular;
    font-size: 2em;
    font-weight: 400;
    line-height: 0
}

.entypo.chevron-thin-right:before {
    content: '\E766'
}

.entypo.circled-info:before {
    content: '\E705'
}

.entypo.comment:before {
    content: '\E718'
}

.entypo.rss:before {
    content: '\E73A'
}

.entypo.search:before {
    content: '\1F50D'
}

.entypo.video:before {
    content: '\1F3AC'
}

.entypo-social {
    font-family: EntypoSocialRegular;
    font-size: 2em;
    font-weight: 400;
    line-height: 0
}

.entypo-social.s-facebook:before {
    content: '\F30E'
}

.entypo-social.twitter:before {
    content: '\F309'
}

.entypo-social.google:before {
    content: '\F30F'
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before,.fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
    border: 0;
    margin: 0;
    padding: 0;
    /*font-size: 100%*/
}

body,html {
    height: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

b,strong {
    font-weight: 700
}

em {
    font-style: italic
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle
}

ol,ul {
    list-style: none
}

li {
    display: list-item
}

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

caption,td,th {
    font-weight: 400;
    vertical-align: top;
    text-align: left
}

q {
    quotes: none
}

q:after,q:before {
    content: '';
    content: none
}

small,sub,sup {
    font-size: 75%
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    overflow: hidden
}

.row {
    width: 1248px;
    margin: auto;
    padding: 0
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9 {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.grid_1 {
    width: 165px
}

.grid_2 {
    width: 330px
}

.grid_3 {
    width: 495px
}

.grid_4 {
    width: 660px
}

.grid_5 {
    width: 825px
}

.grid_6 {
    width: 990px
}

.grid_7 {
    width: 1155px
}

.grid_8 {
    width: 1320px
}

.grid_9 {
    width: 1485px
}

.group {
    overflow: hidden;
    -moz-background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    float: left
}

.lastGroup {
    overflow: hidden;
    -moz-background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    float: none;
    width: auto
}

.line {
    zoom:1}

.line:after,.line:before {
    content: " ";
    display: table
}

.line:after {
    clear: both
}

.line>* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lastUnit {
    overflow: hidden;
    -moz-background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px
}

.unit {
    overflow: hidden;
    -moz-background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.size1of1,.size2of2,.size3of3,.size4of4,.size8of8 {
    width: 100%
}

.size7of8 {
    width: 87.5%
}

.size3of4,.size6of8 {
    width: 75%
}

.size2of3 {
    width: 66.66667%
}

.size5of8 {
    width: 62.5%
}

.size1of2,.size2of4,.size4of8 {
    width: 50%
}

.size3of8 {
    width: 37.5%
}

.size1of3 {
    width: 33.33333%
}

.size1of4,.size2of8 {
    width: 25%
}

.size1of5 {
    width: 20%
}

.size1of6 {
    width: 16.66%
}

.size1of7 {
    width: 14.28%
}

.size1of8 {
    width: 12.5%
}

.size1of2:first-child {
    max-width: 580px
}

.size1of2.maintain-width {
    max-width: inherit
}

.section {
    margin-bottom: 1.5em
}

.main-section {
    margin-bottom: 66px
}

.sub-section {
    margin-bottom: 42px
}

.sub-section:after,.sub-section:before {
    content: " ";
    display: table
}

.sub-section:after {
    clear: both
}

.sub-section :last-child,.sub-section:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .size1of2,.size1of3,.size1of4,.size1of5,.size1of6,.size1of7,.size2of3,.size2of4,.size2of8,.size3of4,.size3of8,.size4of8,.size5of8,.size6of8,.size7of8 {
        width:100%
    }

    .size1of2.lastUnit,.size1of2.unit,.size1of3.lastUnit,.size1of3.unit,.size1of4.lastUnit,.size1of4.unit,.size1of5.unit,.size2of3.lastUnit,.size2of3.unit,.size2of4.lastUnit,.size2of4.unit,.size2of8.lastUnit,.size2of8.unit,.size3of4.lastUnit,.size3of4.unit,.size3of8.lastUnit,.size3of8.unit,.size4of8.lastUnit,.size4of8.unit,.size5of8.lastUnit,.size5of8.unit,.size6of8.lastUnit,.size6of8.unit,.size7of8.lastUnit,.size7of8.unit {
        float: none;
        display: block
    }

    .size1of8 {
        width: 50%
    }

    .size1of8.lastUnit,.size1of8.unit {
        float: none;
        display: block
    }

    .size1of2.nochange {
        width: 50%
    }

    .size1of2.nochange.unit {
        float: left
    }

    .size1of2.nochange.lastUnit {
        float: none
    }

    .size1of3.nochange {
        width: 33.33333333333333%
    }

    .size1of3.nochange.unit {
        float: left
    }

    .size1of3.nochange.lastUnit {
        float: none
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.header-mini h2,.header-mini h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #888;
    margin: 0;
    padding: 15px 0
}

.header-mini h3#related_stories {
    color: #353536;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    padding: 35px 0 15px
}

.sidebar>div {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.sidebar>div:first-child {
    border: none;
    box-shadow: none
}

.sidebar>div.widget>h2,.sidebar>div.widget>h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.sidebar>div.widget>h2 a,.sidebar>div.widget>h3 a {
    color: #fff
}

.sidebar>div.guide ul {
    padding: 15px 0
}

.sidebar>div.guide ul li {
    position: relative;
    padding: 15px 0
}

.sidebar>div.guide ul li a span.graphic,.sidebar>div.guide ul li a span.icon-detailed {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -25px 0 0;
    border: 1px solid #d7dadc;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center
}

.sidebar>div.guide ul li a span.icon-detailed {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 0;
    margin: -40px 0 0 -10px
}

.sidebar>div.guide ul li a span.graphic i {
    font-size: 50px;
    margin: auto;
    line-height: 50px
}

.sidebar>div.guide ul li a h3 {
    margin: 0 0 0 65px;
    font-size: 14px;
    font-weight: 600
}

.sidebar>div.guide ul li a p {
    margin: 0 0 0 65px;
    font-size: 13px
}

.sidebar>div.guide ul li a>span.entypo {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -25px 0 0;
    line-height: 1;
    font-size: 55px;
    color: #c3c3c3
}

div.search-sidebar {
    display: none
}

.page-template-template-nosidebar .single-title {
    padding-bottom: 15px;
    padding-top: 0
}

.page-template-default .single-content,.page-template-template-icotracker .single-content,.page-template-template-nosidebar .single-content {
    padding: 30px
}

.page-template-default .single-title {
    padding-top: 0
}

.page-template-template-eventsconsensus2017livestream .empty-message,.page-template-template-eventsconsensus2017replays .empty-message,.page-template-template-icoregwall .empty-message,.page-template-template-researchregwall .empty-message {
    text-align: center;
    display: none;
    padding-top: 50px
}

.page-template-template-eventsconsensus2017livestream .session,.page-template-template-eventsconsensus2017replays .session,.page-template-template-icoregwall .session,.page-template-template-researchregwall .session {
    min-width: 1094px;
    display: inline-block;
    padding-top: 50px;
    align-items: center
}

.page-template-template-eventsconsensus2017livestream .session .thumbnail,.page-template-template-eventsconsensus2017replays .session .thumbnail,.page-template-template-icoregwall .session .thumbnail,.page-template-template-researchregwall .session .thumbnail {
    float: left;
    margin-right: 50px;
    min-height: 350px
}

.page-template-template-eventsconsensus2017livestream .session .info,.page-template-template-eventsconsensus2017replays .session .info,.page-template-template-icoregwall .session .info,.page-template-template-researchregwall .session .info {
    text-align: left;
    display: inline
}

.page-template-template-eventsconsensus2017livestream .session .session-url img,.page-template-template-eventsconsensus2017replays .session .session-url img,.page-template-template-icoregwall .session .session-url img,.page-template-template-researchregwall .session .session-url img {
    width: 400px
}

.page-template-template-eventsconsensus2017livestream .session .session-title,.page-template-template-eventsconsensus2017replays .session .session-title,.page-template-template-icoregwall .session .session-title,.page-template-template-researchregwall .session .session-title {
    color: #000;
    display: inline;
    line-height: 43px;
    font-size: 30px;
    text-align: left;
    font-weight: 600
}

.page-template-template-eventsconsensus2017livestream .session img.live-icon,.page-template-template-eventsconsensus2017replays .session img.live-icon,.page-template-template-icoregwall .session img.live-icon,.page-template-template-researchregwall .session img.live-icon {
    width: 50px;
    MARGIN-BOTTOM: 14px;
    margin-left: 7px
}

.page-template-template-eventsconsensus2017livestream .session .session-time,.page-template-template-eventsconsensus2017replays .session .session-time,.page-template-template-icoregwall .session .session-time,.page-template-template-researchregwall .session .session-time {
    color: #00A69C;
    font-weight: 900;
    font-size: 20px
}

.page-template-template-eventsconsensus2017livestream .session .session-description,.page-template-template-eventsconsensus2017replays .session .session-description,.page-template-template-icoregwall .session .session-description,.page-template-template-researchregwall .session .session-description {
    line-height: 24px;
    text-align: left;
    margin-bottom: 0
}

.vid-container {
    position: relative;
    height: 348px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 857px
}

.vid-container .bgvid {
    position: absolute;
    left: 0;
    top: 0;
    width: 857px;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px)
}

.vid-container .inner-container {
    width: 400px;
    height: 400px;
    position: absolute;
    top: calc(-150vh);
    left: calc(-150vw);
    overflow: hidden
}

.vid-container .box {
    position: absolute;
    height: 348px;
    width: 857px;
    color: #fff;
    background: rgba(0,0,0,.18)
}

.vid-container .box h1 {
    text-align: center;
    margin: 20px 0
}

.vid-container .box input {
    display: block;
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    background: rgba(0,0,0,.2);
    color: #fff;
    border: 0
}

.vid-container .box button:active,.vid-container .box button:focus,.vid-container .box input:active,.vid-container .box input:focus {
    outline: 0
}

.vid-container .box button {
    background: #2ecc71;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    width: 330px;
    margin: 20px auto;
    display: block;
    cursor: pointer
}

.vid-container .box button:active {
    background: #27ae60
}

.vid-container .box p {
    font-size: 14px;
    text-align: center
}

.vid-container .box p span {
    cursor: pointer;
    color: #666
}

.vid-container .register {
    background-color: #00A69C;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    box-shadow: none;
    display: block;
    width: 115px;
    margin: auto
}

.vid-container .live-now-icon {
    width: 60px;
    position: absolute;
    top: 20px;
    right: 20px
}

.vid-container .live-stream-text {
    color: #fff;
    font-size: 60px
}

.vid-container .c17videologo {
    height: 100px;
    display: block;
    margin: 35px auto 0
}

.category-token-economy .post-type-token-economy {
    background: #fff
}

.category-token-economy .post-type-token-economy header {
    background: url(https://media.coindesk.com/uploads/2017/09/token-economy-header.png) 0 51%/cover
}

.hidden {
    display: none!important
}

.fade-out {
    opacity: .5
}

.fade-in {
    opacity: 1
}

.hide {
    display: none
}

.faded {
    opacity: .6
}

.fwb {
    font-weight: 700
}

.round {
    border-radius: 50%
}

.alignr {
    text-align: right
}

.alignc {
    text-align: center
}

.floatr {
    float: right
}

.floatl {
    float: left
}

.noborder {
    border: 0!important
}

.nomargin {
    margin: 0!important
}

.nopadding {
    padding: 0!important
}

.below10 {
    margin-bottom: 10px!important
}

.below20 {
    margin-bottom: 20px!important
}

.below30 {
    margin-bottom: 30px!important
}

.pad-lv1 {
    padding: 10px
}

.pad-lv2 {
    padding: 20px
}

.pad-lv3 {
    padding: 30px
}

.mar-lv1 {
    margin: 10px
}

.mar-lv2 {
    margin: 20px
}

.mar-lv3 {
    margin: 30px
}

html {
    color: #353536
}

body {
    background: #f1f1f1;
    font-size: 14px;
    line-height: 1.4;
    font-family: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #353536;
    padding: 0
}

a {
    color: #353536;
    outline: 0
}

a.fade:focus,a.fade:hover {
    opacity: .8
}

button,h1,h2,h3,h4,input,ol,p,select,textarea,ul {
    font-size: 14px;
    line-height: 1.4;
    color: #353536
}

h1,h2,h3 {
    color: #353536;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

h1 .aside,h2 .aside,h3 .aside {
    font-size: 12px;
    font-weight: 400
}

h1 .aside a,h2 .aside a,h3 .aside a {
    color: #aaa
}

button,input[type=email],input[type=text] {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.single-content h2 {
    font-size: 22px
}

.single-content h3 {
    font-size: 18px
}

.single-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

.single-content hr {
    height: 2px;
    border: none;
    color: #c3c3c3;
    background-color: #c3c3c3;
    margin: 20px auto;
    width: 70%;
    border-radius: 2px
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

img.alignleft {
    float: left
}

img.alignright {
    float: right
}

.error404 .grid_6 {
    background: #fff;
    padding: 200px 0;
    text-align: center
}

.error404 .grid_6 h1 {
    font-weight: 200;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: inherit
}

.error404 .grid_6 h6 {
    font-size: 17px;
    font-weight: 200;
    color: #888
}

#sentimentindex .main {
    padding: 30px
}

#sentimentindex #content {
    width: 840px
}

.single-data .main,.single-sponsored_content .main {
    padding: 30px
}

.single-data .breadcrumbs {
    background: 0 0;
    padding: 0
}

.single-data .data-description {
    padding-bottom: 40px;
    font-size: 15pt
}

#atm-map {
    padding-bottom: 15px
}

.page-template-template-atmmap-php .main {
    padding: 30px
}

.page-template-template-atmmap-php .single-header {
    overflow: auto
}

.page-template-template-atmmap-php .single-header h1 {
    float: left
}

.page-template-template-atmmap-php .single-header .ad-sponsored-page {
    float: right
}

::-webkit-input-placeholder {
    color: rgba(53,53,54,.5)
}

:-moz-placeholder {
    color: rgba(53,53,54,.5)
}

::-moz-placeholder {
    color: rgba(53,53,54,.5)
}

:-ms-input-placeholder {
    color: rgba(53,53,54,.5)
}

#loadingBall {
    position: relative;
    width: 256px;
    height: 20px;
    margin: 0 auto;
    top: 30%
}

.loadingBall {
    text-indent: 999em;
    overflow: hidden;
    background-color: #fbc001;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -moz-animation-name: bouncingBall;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 10px;
    -webkit-animation-name: bouncingBall;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 10px;
    -ms-animation-name: bouncingBall;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 10px;
    -o-animation-name: bouncingBall;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 10px;
    animation-name: bouncingBall;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: linear
}

@-moz-keyframes bouncingBall {
    0% {
        left: 0
    }

    50% {
        left: 236px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes bouncingBall {
    0% {
        left: 0
    }

    50% {
        left: 236px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes bouncingBall {
    0% {
        left: 0
    }

    50% {
        left: 236px
    }

    100% {
        left: 0
    }
}

@-o-keyframes bouncingBall {
    0% {
        left: 0
    }

    50% {
        left: 236px
    }

    100% {
        left: 0
    }
}

@keyframes bouncingBall {
    0% {
        left: 0
    }

    50% {
        left: 236px
    }

    100% {
        left: 0
    }
}

iframe {
    display: block;
    margin: auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}

img.alignleft {
    margin-right: 15px
}

img.alignright {
    margin-left: 15px
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.wp-smiley {
    display: inline
}

a,a:active,a:hover,a:visited {
    text-decoration: none
}

a {
    -webkit-transition-property: color;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: color;
    -moz-transition-duration: .25s;
    -moz-transition-timing-function: linear;
    -o-transition-property: color;
    -o-transition-duration: .25s;
    -o-transition-timing-function: linear
}

::selection {
    background: #F9BA00;
    color: #fff;
    text-shadow: none
}

.clear {
    clear: both;
    height: 0
}

.inv {
    display: none
}

a img {
    border: none
}

.single-page.api {
    padding: 30px
}

.page-template-default .consensus-navigation-wrapper {
    display: none
}

table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th {
    padding: 20px;
    font-size: 12pt
}

.market-center-asset-logo {
    padding-right: 20px;
    height: 24px!important
}

.market-center-asset-link {
    white-space: nowrap;
    display: inline-block
}

.market-center-image-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-bottom: none!important;
    vertical-align: middle;
    margin-right: 14px
}

.top-countdown-section {
    display: block;
    height: 66px;
    width: 100%;
    background-color: #4da39b;
    z-index: 10000
}

.top-countdown-section-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 980px;
    margin: 0 auto
}

.countdown-text {
    display: inline-block;
    color: #000;
    font-weight: 700;
    width: 400px;
    padding: 7px;
    text-align: right;
    line-height: 26px;
    vertical-align: top;
    font-size: 18px
}

.top-countdown-section-timer-block {
    display: inline-block;
    margin: 0 20px
}

.invest-countdown {
    display: block
}

.top-countdown-section-timer-button-block {
    display: inline-block;
    height: 100%;
    line-height: 66px;
    vertical-align: top
}

.top-countdown-section-timer-button {
    display: block;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    text-align: center;
    font-size: 18px;
    padding: 6px;
    cursor: pointer
}

@media (min-width: 1440px) {
    .top-countdown-section-inner {
        max-width:1460px
    }

    .countdown-text {
        width: 810px;
        padding: 0;
        line-height: 66px;
        font-size: 21px
    }
}

@media (min-width: 1260px) and (max-width:1440px) {
    .top-countdown-section-inner {
        max-width:1260px
    }

    .countdown-text {
        width: 670px;
        padding: 0;
        line-height: 66px;
        font-size: 18px
    }
}

@media (min-width: 900px) and (max-width:1074px) {
    .top-countdown-section-inner {
        max-width:880px
    }

    .countdown-text {
        width: 306px;
        font-size: 15px
    }

    .top-countdown-section-timer-button {
        line-height: 32px;
        width: 100px;
        font-size: 16px
    }
}

@media (min-width: 767px) and (max-width:900px) {
    .top-countdown-section-inner {
        max-width:880px
    }

    .countdown-text {
        width: 270px;
        padding-right: 0;
        font-size: 14px
    }

    .top-countdown-section-timer-block {
        margin: 0 8px
    }

    .top-countdown-section-timer-button {
        line-height: 34px;
        width: 100px;
        padding: 0;
        font-size: 15px
    }
}

@media (min-width: 0) and (max-width:767px) {
    .top-countdown-section {
        top:-88px;
        height: 88px
    }

    .top-countdown-section-inner {
        max-width: none
    }

    .countdown-text {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        padding: 0;
        width: 100%;
        height: 30px;
        font-size: 12px;
        line-height: 18px
    }

    .top-countdown-section-timer-block {
        display: block;
        transform: scale(0.7,.7);
        margin: -4px
    }

    .top-countdown-section-timer-button-block {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }

    .top-countdown-section-timer-button {
        display: block;
        height: 100%;
        width: 100%;
        background-color: transparent;
        color: transparent
    }
}

.buttonHeaders {
    margin-bottom: 15px
}

.buttonHeaders .left,.buttonHeaders .right {
    width: 50%;
    float: left
}

.buttonHeaders .button {
    text-align: center;
    font-size: 28px;
    background-color: #fff;
    margin: 0 5px 0 0;
    padding: 5px 0;
    cursor: pointer;
    border: 2px dashed #eee;
    color: #999
}

.buttonHeaders .button:hover {
    border: 2px solid #eee;
    background-color: #eee
}

.buttonHeaders .button.active {
    color: #333;
    border: 2px solid #eee;
    background-color: #eee;
    text-shadow: 0 1px 0 #fff
}

.buttonHeaders .right .button {
    margin: 0 0 0 5px
}

.horizontal-cover-logo-image {
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px auto;
    background-image: url(https://media.coindesk.com/uploads/brand/logo/normal/horizontal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.contact-coindesk-item-block {
    margin-top: 10px;
    padding-bottom: 10px
}

.contact-coindesk-item-block:first-of-type {
    margin-top: 20px
}

.contact-coindesk-item-block:last-of-type {
    margin-bottom: 50px
}

.contact-coindesk-item-block h4 {
    display: block;
    margin-top: 25px;
    margin-bottom: 5px
}

.about-history-timeline-block {
    display: block;
    width: 100%;
    max-width: 440px;
    padding: 20px 0;
    margin: 25px auto;
    position: relative
}

.about-history-timeline-block:before {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: 0;
    border-radius: 8px;
    bottom: 0;
    height: 100%;
    width: 4px;
    background-color: #f3c347
}

.about-history-timeline-item {
    display: block;
    width: 100%;
    margin: 20px 0 20px 50px;
    position: relative
}

.about-history-timeline-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: -64px;
    border: 2px solid #f3c347;
    background-color: #fff;
    border-radius: 50%
}

.about-history-timeline-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    top: 8px;
    height: 7px;
    left: -56px;
    background-color: #f3c347;
    border-radius: 50%
}

.about-history-timeline-item.empty:before {
    border: 2px solid #f3c347;
    background-color: #fff
}

.about-history-timeline-item.empty:after {
    content: none
}

.about-history-timeline-item h4 {
    font-size: 20px;
    line-height: 25px
}

.about-history-timeline-item h6 {
    font-size: 14px;
    line-height: 25px;
    color: grey
}

@media (min-width: 0) and (max-width:767px) {
    .contact-coindesk-item-block:before {
        margin-top:5px;
        padding-bottom: 5px
    }

    .contact-coindesk-item-block h4 {
        display: block
    }
}

div.selector {
    display: inline-block;
    width: 100%!important;
    position: relative;
    font-size: inherit;
    color: inherit;
    margin: 0;
    vertical-align: top;
    padding: 18px 0 17px;
    cursor: pointer;
    border: 1px solid #c8c8c8
}

div.selector span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto!important;
    padding: 8px 10px;
    background: #f5f6f6;
    background: -moz-linear-gradient(top,#fff 0,#f5f6f6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f5f6f6));
    background: -webkit-linear-gradient(top,#fff 0,#f5f6f6 100%);
    background: -o-linear-gradient(top,#fff 0,#f5f6f6 100%);
    background: -ms-linear-gradient(top,#fff 0,#f5f6f6 100%);
    background: linear-gradient(to bottom,#fff 0,#f5f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f6f6', GradientType=0);
    cursor: pointer
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    margin: 0;
    -webkit-appearance: menulist-button;
    cursor: pointer;
    border: none
}

div.selector i:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    font-size: 10px;
    content: "\25BC";
    color: #95a5a6;
    cursor: pointer;
    margin-top: -6px
}

span.icon {
    display: block;
    background-image: url(../../images/sprite.png?3);
    background-position: 0 0;
    width: 38px;
    height: 38px
}

span.icon-detailed {
    display: block;
    background-image: url(../../images/sprite-detailed.png?3);
    width: 80px;
    height: 80px
}

span.icon-detailed-mini {
    background-image: url(../../images/sprite-detailed-mini.png?3);
    width: 40px;
    height: 40px;
    display: block
}

@media (-webkit-min-device-pixel-ratio: 1.1),(min-resolution:120dppx) {
    span.icon {
        background-image:url(../../images/sprite@2x.png?3);
        -webkit-background-size: 532px;
        background-size: 532px
    }

    span.icon-detailed {
        background-image: url(../../images/sprite-detailed@2x.png?3);
        -webkit-background-size: 160px;
        background-size: 160px
    }

    span.icon-detailed-mini {
        background-image: url(../../images/sprite-detailed@2x.png?3);
        -webkit-background-size: 80px;
        background-size: 80px
    }
}

span.icon-detailed-coins {
    background-position: 0 0
}

span.icon-detailed-shop {
    background-position: 0 -80px
}

span.icon-detailed-help {
    background-position: 0 -160px
}

span.icon-detailed-cone {
    background-position: 0 -240px
}

span.icon-detailed-pickaxe {
    background-position: 0 -320px
}

span.icon-detailed-question {
    background-position: 0 -400px
}

span.icon-detailed-money {
    background-position: 0 -480px
}

span.icon-detailed-magnet {
    background-position: 0 -560px
}

span.icon-detailed-glossary {
    background-position: 0 -640px
}

span.icon-detailed-economy {
    background-position: 0 -720px
}

span.icon-detailed-other {
    background-position: 0 -800px
}

span.icon-detailed-legal {
    background-position: 0 -880px
}

span.icon-detailed-cart {
    background-position: 0 -960px
}

span.icon-detailed-who {
    background-position: 0 -1040px
}

span.icon-detailed-address {
    background-position: 0 -1120px
}

span.icon-detailed-world {
    background-position: 0 -1200px
}

span.icon-detailed-resources {
    background-position: 0 -1280px
}

span.icon-detailed-safe {
    background-position: 80px 0
}

span.icon-detailed-laptop {
    background-position: 80px -80px
}

span.icon-detailed-smartphone {
    background-position: 80px -160px
}

span.icon-detailed-network {
    background-position: 80px -240px
}

span.icon-detailed-verifiication {
    background-position: 80px -320px
}

span.icon-detailed-handshake {
    background-position: 80px -400px
}

span.icon-detailed-inspector {
    background-position: 80px -480px
}

span.icon-detailed-lightbulb {
    background-position: 80px -560px
}

span.icon-detailed-wallet {
    background-position: 80px -640px
}

span.icon-detailed-handtools {
    background-position: 80px -720px
}

span.icon-detailed-calculator {
    background-position: 80px -800px
}

span.icon-detailed-bagsofmoney {
    background-position: 80px -880px
}

span.icon-detailed-padlock {
    background-position: 80px -960px
}

span.icon-detailed-security {
    background-position: 80px -1040px
}

span.icon-detailed-law {
    background-position: 80px -1120px
}

span.icon-detailed-mini.icon-detailed-coins {
    background-position: 0 0
}

span.icon-detailed-mini.icon-detailed-shop {
    background-position: 0 -40px
}

span.icon-detailed-mini.icon-detailed-help {
    background-position: 0 -80px
}

span.icon-detailed-mini.icon-detailed-cone {
    background-position: 0 -120px
}

span.icon-detailed-mini.icon-detailed-pickaxe {
    background-position: 0 -160px
}

span.icon-detailed-mini.icon-detailed-question {
    background-position: 0 -200px
}

span.icon-detailed-mini.icon-detailed-money {
    background-position: 0 -240px
}

span.icon-detailed-mini.icon-detailed-magnet {
    background-position: 0 -280px
}

span.icon-detailed-mini.icon-detailed-glossary {
    background-position: 0 -320px
}

span.icon-detailed-mini.icon-detailed-economy {
    background-position: 0 -360px
}

span.icon-detailed-mini.icon-detailed-other {
    background-position: 0 -400px
}

span.icon-detailed-mini.icon-detailed-legal {
    background-position: 0 -440px
}

span.icon-detailed-mini.icon-detailed-cart {
    background-position: 0 -480px
}

span.icon-detailed-mini.icon-detailed-who {
    background-position: 0 -520px
}

span.icon-detailed-mini.icon-detailed-address {
    background-position: 0 -560px
}

span.icon-detailed-mini.icon-detailed-world {
    background-position: 0 -600px
}

span.icon-detailed-mini.icon-detailed-resources {
    background-position: 0 -640px
}

span.icon-detailed-mini.icon-detailed-safe {
    background-position: 40px 0
}

span.icon-detailed-mini.icon-detailed-laptop {
    background-position: 40px -40px
}

span.icon-detailed-mini.icon-detailed-smartphone {
    background-position: 40px -80px
}

span.icon-detailed-mini.icon-detailed-network {
    background-position: 40px -120px
}

span.icon-detailed-mini.icon-detailed-verifiication {
    background-position: 40px -160px
}

span.icon-detailed-mini.icon-detailed-handshake {
    background-position: 40px -200px
}

span.icon-detailed-mini.icon-detailed-inspector {
    background-position: 40px -240px
}

span.icon-detailed-mini.icon-detailed-lightbulb {
    background-position: 40px -280px
}

span.icon-detailed-mini.icon-detailed-wallet {
    background-position: 40px -320px
}

span.icon-detailed-mini.icon-detailed-handtools {
    background-position: 40px -360px
}

span.icon-detailed-mini.icon-detailed-calculator {
    background-position: 40px -400px
}

span.icon-detailed-mini.icon-detailed-bagsofmoney {
    background-position: 40px -440px
}

span.icon-detailed-mini.icon-detailed-padlock {
    background-position: 40px -480px
}

span.icon-detailed-mini.icon-detailed-security {
    background-position: 40px -520px
}

span.icon-detailed-mini.icon-detailed-law {
    background-position: 40px -560px
}

#content {
    padding-bottom: 20px;
    background-color: #fff
}

.content {
    display: flex;
    clear: both;
    background-position: 0 0;
    background-repeat: repeat-y
}

.content .main {
    width: 888px;
    background-color: #fff;
    min-height: 50vh
}

.content .latest-articles-container {
    width: 237px
}

.category-content {
    width: 800px;
    margin: 0 auto;
    padding-top: 30px
}

.page-template-default .single-title {
    padding-bottom: 0
}

.page-template-default .single-title h1 {
    margin-bottom: 0
}

.header-info-button:hover {
    text-decoration: none!important;
    border-bottom: none!important
}

.header-info-button i {
    line-height: 18px;
    font-size: 14px;
    vertical-align: top;
    background-color: #bebebe;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%
}

.header-info-button i:hover {
    background-color: #aaa
}

.header-info-button i:active {
    background-color: #a0a0a0
}

@media screen and (max-width: 640px) {
    .content .main {
        padding:0!important
    }

    .category-content {
        padding: 30px!important;
        width: auto
    }

    .category-content .article.medium {
        padding: 0 0 30px
    }

    .main.category-content {
        padding: 30px!important;
        width: auto
    }

    .main.category-content .article.medium {
        padding: 0 0 30px
    }
}

.single-content .block-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-content .block-list li {
    float: left;
    width: 50%;
    margin: 0 0 5px;
    padding: 0;
    list-style: none
}

.single-content .block-list li a {
    position: relative;
    display: block;
    margin: 5px 5px 0;
    padding: 10px;
    color: #353536;
    background-color: #f2f2f2;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none
}

.single-content .block-list li a:hover {
    border: none;
    background-color: #eaeaea
}

.single-content .block-list li a:hover span.entypo {
    color: silver
}

.single-content .block-list li a span.entypo {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #c3c3c3
}

#construct-modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 680px;
    box-sizing: border-box;
    width: 90%;
    padding: 15px 30px;
    z-index: 1002!important;
    text-align: center
}

#construct-modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWâ€¦kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat
}

#construct-modal h1 {
    color: #fff;
    font-size: 36pt;
    margin-bottom: 35px
}

#construct-modal h2 {
    font-size: 24pt;
    color: #fff!important;
    font-weight: 400;
    margin-bottom: 25px
}

#construct-modal a.button {
    background-color: #00A69C
}

#construct-modal a.button:hover {
    opacity: .8
}

#construct-modal .close-link {
    margin-top: 45px
}

#construct-modal .close-link a {
    color: #fff;
    text-decoration: underline
}

.jquery-modal.blocker {
    z-index: 1001!important;
    opacity: .85!important
}

@media (max-width: 640px) {
    .jquery-modal.blocker {
        display:none
    }

    #construct-modal {
        display: none!important
    }
}

.margin-center {
    margin: 0 auto
}

.ease {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.content.row .container,.content.row .container section {
    width: 100%!important;
    padding: 10px 0!important
}

.content.row .container .inner-section {
    width: 84%!important;
    max-width: 1400px!important;
    margin: 0 auto!important
}

.content.row .container .inner-section p {
    display: block;
    padding: 10px 25px
}

@media (min-width: 1650px) {
    .content.row .container .inner-section {
        width:92%!important;
        max-width: none!important
    }
}

.content.row .container .inner-section-flex {
    max-width: 100%!important
}

.content.row .container .inner-section-lg-2x {
    max-width: 1640px!important
}

.content.row .container .inner-section-lg-1x {
    max-width: 1400px!important
}

.content.row .container .inner-section-lg {
    max-width: 1200px!important
}

.content.row .container .inner-section-md {
    max-width: 950px!important
}

.content.row .container .inner-section-sm {
    max-width: 650px!important
}

.header {
    background: #101820;
    font-size: 13px;
    color: #fff;
    padding: 19px 0;
    min-width: 1248px
}

.header h2 {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0
}

.header a {
    display: block
}

.header a,.header p,.header ul {
    color: #fff;
    font-size: 13px
}

.header .row>div {
    padding: 0 19px
}

.header .row {
    display: inline-flex;
    align-items: center
}

.header .header-container {
    width: 1248px;
    margin-left: auto;
    margin-right: auto
}

.header .header-container .row {
    width: 888px;
    margin: 0
}

.header-alert-banner {
    background-color: #fcc118;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 100%;
    position: relative
}

@media screen and (max-width: 640px) {
    .header {
        min-width:0
    }

    .header .header-container,.header .header-container .row {
        width: auto
    }

    .header-alert-banner {
        min-width: 0
    }
}

.header-logo {
    float: left;
    padding: 0 23px 0 0!important
}

.header-logo a {
    padding: 5px 0
}

.header-trending a h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-height: 65px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.header-trending a p {
    font-size: 16px;
    line-height: 22px;
    margin: 0
}

.header-trending a p.meta {
    font-size: 13px;
    line-height: 18px;
    color: #fcc118
}

.header-price-index {
    position: relative;
    cursor: pointer
}

.header-price-index .circled-info {
    padding: 3px;
    color: #888;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 12px
}

.header-price-index .circled-info:hover {
    color: #BBC6C7
}

.header-prices {
    overflow: hidden;
    padding-right: 0;
    cursor: pointer
}

.header-prices .price-container {
    float: left;
    width: 50%;
    font-size: 13px
}

.header-prices .price-container h3 {
    color: #fcc118;
    font-size: 13px;
    margin: 0
}

.header-prices .price-container .bpi-change {
    display: inline;
    padding-left: 5px;
    font-weight: 400
}

.header-prices .price-big h3 {
    display: block
}

.header-prices .price-big .bpi-value {
    font-size: 35px;
    line-height: 1.3
}

.header-prices .price-small h3 {
    display: inline-block;
    margin: 0 2px 0 0
}

.header-prices .price-small .bpi-value {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px
}

.header-prices .price-small .bpi-value span {
    margin: 0;
    color: #fcc118
}

#header-chart {
    height: 100px
}

.price-widget-actual-graph {
    height: 100px;
    width: 300px
}

.header-social .header-social-icon {
    font-size: 22pt;
    padding: 0 7px;
    display: inline
}

#exinfo {
    display: none;
    position: absolute;
    top: 20px;
    right: 5px;
    left: 15px;
    padding: 10px 14px;
    background: #424242;
    color: #DFDFDF;
    z-index: 1001;
    font-size: 13px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    border-radius: 2px
}

#exinfo:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px;
    border-color: transparent transparent #424242
}

#exinfo p {
    color: #DFDFDF;
    font-size: 13px;
    border-bottom: 1px solid #5E5E5E;
    padding: 0 0 10px
}

#extable {
    width: 100%
}

#extable th {
    padding: 10px 0 0;
    color: #fcc118
}

#extable td {
    width: 50%
}

#extable td.value {
    text-align: right
}

.ticker-banner {
    display: block;
    position: fixed;
    z-index: 10;
    background-color: #101820;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #464646;
    padding: 0!important;
    height: 40px!important
}

.ticker-banner .ticker-banner-container {
    max-width: 1248px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

.ticker-banner .ticker-banner-container .presented-text,.ticker-banner .ticker-banner-container .trending {
    color: #787878;
    line-height: 40px
}

.ticker-banner .ticker-banner-container .trending {
    font-weight: 700
}

.ticker-banner .ticker-banner-container .ticker-ad-image {
    margin-left: 10px
}

.ticker-banner .ticker-banner-container #ticker-bar-asset-container {
    display: flex;
    height: 40px;
    line-height: 40px
}

.ticker-banner .header-alert-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.ticker-banner .header-alert-banner-inner .asset {
    color: #fff;
    padding: 0 30px
}

.ticker-banner .header-alert-banner-inner .asset .ticker {
    padding-right: 8px
}

.ticker-banner .header-alert-banner-inner .asset .percent {
    font-family: monospace;
    padding-right: 5px
}

.ticker-banner .header-alert-banner-inner .asset .gain {
    color: #5cbb26
}

.ticker-banner .header-alert-banner-inner .asset .loss {
    color: #c95e22
}

@media (min-width: 900px) and (max-width:1100px) {
    .ticker-banner .header-alert-banner-inner .asset {
        padding:0 12px
    }
}

@media (min-width: 767px) and (max-width:900px) {
    .ticker-banner .ticker-banner-container {
        padding:0 12px
    }

    .ticker-banner .ticker-banner-container .presented-text,.ticker-banner .ticker-banner-container .trending {
        font-size: 11px
    }

    .ticker-banner .header-alert-banner-inner .asset {
        padding: 0 10px;
        font-size: 11px
    }

    .ticker-banner .header-alert-banner-inner .asset .ticker {
        padding-right: 4px;
        font-weight: 700
    }

    .ticker-banner .header-alert-banner-inner .asset:first-of-type {
        padding-left: 0
    }

    .ticker-banner .header-alert-banner-inner .asset:last-of-type {
        padding-right: 0
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .ticker-banner {
        display:none!important
    }
}

.mobile {
    display: none
}

.navigation {
    background: #101820;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    left: 0;
    right: 0
}

.navigation:after {
    content: "";
    display: table;
    clear: both
}

.navigation .main {
    float: left
}

.navigation .search-wrapper {
    float: right;
    display: table;
    position: relative;
    height: 47px;
    margin: 0 15px
}

.navigation .search-wrapper #search {
    display: table-cell;
    width: 45%;
    margin: 0;
    position: relative;
    padding: 0;
    vertical-align: middle
}

.navigation .search-wrapper #search input {
    width: 100%;
    border: none;
    margin: 0;
    outline: 0;
    padding: 10px 40px 10px 10px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    background-color: #2b3035
}

.navigation .search-wrapper #search input::-webkit-input-placeholder {
    color: #fff
}

.navigation .search-wrapper #search input:-moz-placeholder {
    color: #fff
}

.navigation .search-wrapper #search input::-moz-placeholder {
    color: #fff
}

.navigation .search-wrapper #search input:-ms-input-placeholder {
    color: #fff
}

.navigation .search-wrapper #search button {
    width: 30px;
    text-align: center;
    position: absolute;
    height: 100%;
    top: 4px;
    right: 5px;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.navigation .search-wrapper #search button:hover {
    opacity: .6
}

.navigation .search-wrapper #search button .search {
    font-size: 40px;
    color: #fff
}

.breadcrumbs {
    background: #f1f1f1;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 15px 10px
}

.breadcrumbs span,.breadcrumbs span a {
    color: #888
}

.ubermenu-nav {
    display: flex!important;
    justify-content: space-around
}

.sidebar {
    background-color: #2b3035;
    width: 360px;
    display: flex;
    overflow: hidden;
    margin-bottom: -1px;
    flex-direction: column;
    z-index: 2;
    position: relative
}

.sidebar>div:nth-child(odd) {
    background: #2b3035
}

.sidebar>div:nth-child(even) {
    background: #202326
}

.sidebar .facebook_like_box {
    background-color: #fff;
    text-align: center
}

.sidebar .google_top_posts li {
    margin-bottom: 20px
}

.sidebar .google_top_posts li .gtc-link {
    display: block;
    padding-top: 2px;
    font-weight: 600
}

.sidebar .read-more-brave {
    padding: 5px 30px;
    text-align: center;
    font-size: 13px
}

.sidebar .read-more-brave-highlight {
    color: #408bfe;
    text-decoration: underline
}

.sidebar .tip.fade:hover {
    opacity: .8
}

.sidebar .tip.fade .tip-title {
    background-color: inherit
}

.sidebar .qr-code-top-half {
    background-color: #353536;
    padding: 15px 0
}

.sidebar .tip-coindesk-title {
    color: #f1c40f;
    font-size: 18px
}

.sidebar .qr-code-container {
    text-align: center;
    margin-top: 15px
}

.sidebar .qr-code-image {
    border: 7px solid #fff
}

.sidebar .qr-code-tip-address {
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.sidebar .download-brave-button {
    background-color: #00a69c
}

.sidebar .download-brave-button .white-text,.sidebar .white-text {
    color: #fff
}

.sidebar .inline-emoji {
    height: 16px;
    margin-bottom: 4px
}

.sidebar .qr-code-explainer {
    background-color: #1d726a;
    padding: 15px 0 0
}

.sidebar .brave-emoji-text {
    margin-bottom: 15px
}

.sidebar .qr-code-widget {
    margin: 31px
}

.sidebar .tip-widget {
    padding: 15px 30px
}

.sidebar .tip-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 15pt;
    padding-bottom: 0
}

.sidebar .tip-widget-subtext {
    font-size: 13pt;
    color: #fcc118
}

.sidebar .ui-widget {
    font-family: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif!important
}

.sidebar .sidebar-price-widget.error,.sidebar .sidebar-price-widget.loading {
    height: 100px!important
}

.sidebar .sidebar-price-widget.error:after,.sidebar .sidebar-price-widget.loading:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    background-color: #2c3035;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.sidebar .sidebar-price-widget.loading:after {
    background-size: 80px 80px;
    background-image: url(/wp-content/themes/coindesk2/images/icons/placeholders/spinner.gif)
}

.sidebar .sidebar-price-widget.error:after {
    content: 'Error loading price data.';
    background-size: 50px 50px;
    color: #e6e6e6;
    line-height: 170px;
    text-align: center;
    font-size: 12px;
    background-image: url(/wp-content/themes/coindesk2/images/icons/placeholders/error.png)
}

.sidebar .sidebar-price-widget .currency-title {
    color: #fcc118;
    font-size: 13pt;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.sidebar .sidebar-price-widget .currency-title .changeUSD {
    font-weight: 400
}

.sidebar .sidebar-price-widget .currency-title:first-of-type {
    border-bottom: 10px solid #212326
}

.sidebar .sidebar-price-widget .currency-title:first-of-type.ui-accordion-header-active {
    border-bottom-color: transparent!important
}

.sidebar .sidebar-price-widget .mkt-center-title {
    color: #2b3035;
    font-size: 13pt;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background-color: #fcc118
}

.sidebar .sidebar-price-widget .mkt-center-title .changeUSD {
    font-weight: 400
}

.sidebar .sidebar-price-widget .currency-price-in-header {
    color: #fff;
    font-weight: 400
}

.sidebar .sidebar-price-widget .show-on-active,.sidebar .sidebar-price-widget .ui-accordion-header-active .hide-on-active {
    display: none
}

.sidebar .sidebar-price-widget .ui-accordion-header-active .show-on-active {
    display: inline-block
}

.sidebar .sidebar-price-widget .sidebar-price-currency {
    padding: 0 30px
}

.sidebar .sidebar-price-widget .sidebar-price-currency .currency-price {
    color: #fff;
    font-size: 44pt;
    font-weight: 700
}

.sidebar .sidebar-price-widget .sidebar-price-currency .fiat-currency {
    font-weight: 700;
    color: #fff;
    font-size: 12pt;
    padding-top: 5px
}

.sidebar .sidebar-price-widget .sidebar-price-currency .chart-title {
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    padding-top: 14px
}

.sidebar .sidebar-price-widget .sidebar-price-currency .positive-return {
    color: #35c042;
    font-weight: 400
}

.sidebar .sidebar-price-widget .sidebar-price-currency .fiat-price {
    font-weight: 400
}

.sidebar .sidebar-price-widget .sidebar-price-currency .price-widget-chart {
    padding-top: 16px
}

.sidebar .sidebar-price-widget .sidebar-price-currency .price-widget-chart:hover {
    cursor: pointer
}

.sidebar .sidebar-price-widget .sidebar-price-currency.expanded {
    background-color: transparent
}

.sidebar .sidebar-price-widget .sidebar-price-currency.expanded.BTC {
    border-bottom: 10px solid #212326
}

.sidebar .widget_coindesk_follow_us_widget {
    padding: 30px;
    background-color: transparent
}

.sidebar .widget_coindesk_follow_us_widget h3 {
    color: #fff;
    margin-bottom: 5px
}

.sidebar .widget_coindesk_follow_us_widget p {
    color: #fff;
    text-align: left
}

.sidebar .widget_text {
    padding: 30px
}

.sidebar .widget_text h1,.sidebar .widget_text h2,.sidebar .widget_text h3 {
    color: #fff
}

.sidebar .featured-posts-widget-container {
    padding: 30px
}

.sidebar .widget_coindesk_bitcoin_qr_code_widget {
    display: none
}

.sidebar .widget_polls-widget {
    padding: 30px
}

.sidebar .widget_polls-widget .wp-polls p,.sidebar .widget_polls-widget .wp-polls-form p {
    color: #fff
}

.sidebar .widget_polls-widget .wp-polls .poll-header,.sidebar .widget_polls-widget .wp-polls-form .poll-header {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.sidebar .widget_polls-widget .wp-polls-ans input {
    display: inline;
    width: inherit
}

.sidebar .widget_polls-widget .wp-polls-ans label {
    margin-left: 6px;
    color: #fff
}

.sidebar .widget_polls-widget .wp-polls-ans .Buttons {
    border: 1px solid #fcc118;
    background-color: #fcc118;
    color: #353536;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    width: 100%
}

.sidebar .widget_polls-widget .wp-polls-ul li {
    margin-bottom: 12px;
    color: #fff
}

.arrow-up {
    color: green!important
}

.arrow-up:before {
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 6px;
    border-top: 10px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 10px solid green
}

.arrow-down {
    color: red!important
}

.arrow-down:before {
    content: '';
    display: inline-block;
    position: relative;
    margin-bottom: -8px;
    vertical-align: middle;
    margin-right: 6px;
    border-top: 10px solid red;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 10px solid transparent
}

.sidebar-price-widget {
    background-color: #212326
}

.sidebar-price-widget-currency-block {
    display: block;
    background-color: #2c3035;
    margin-bottom: 10px
}

.sidebar-price-widget-currency-block:last-of-type {
    margin-bottom: 0!important
}

.sidebar-price-widget-currency-block-upper {
    display: block;
    height: 50px;
    cursor: pointer;
    padding: 0 40px 0 30px;
    position: relative
}

.sidebar-price-widget-currency-block-upper:hover {
    background-color: #2a2d32
}

.sidebar-price-widget-currency-block-upper:after {
    content: '+';
    position: absolute;
    display: block;
    font-weight: 600;
    color: rgba(255,255,255,.25);
    right: 5px;
    top: 0;
    bottom: 0;
    line-height: 50px;
    width: 20px;
    font-size: 18px
}

.open .sidebar-price-widget-currency-block-upper:after {
    content: 'â€“';
    line-height: 44px
}

.sidebar-price-widget-cbu-title {
    display: inline-block;
    line-height: 50px;
    color: #f5c347;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .045em
}

.sidebar-price-widget-cbu-time {
    display: none;
    line-height: 50px;
    margin-left: 10px;
    color: #c8c8c8;
    font-size: 13px;
    vertical-align: top
}

.open .sidebar-price-widget-currency-block-upper .sidebar-price-widget-cbu-time {
    display: inline-block!important
}

.sidebar-price-widget-cbu-percent {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: top;
    letter-spacing: .05em
}

.open .sidebar-price-widget-currency-block-upper .sidebar-price-widget-cbu-percent {
    float: right
}

.sidebar-price-widget-cbu-price {
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    vertical-align: top;
    letter-spacing: .05em
}

.open .sidebar-price-widget-currency-block-upper .sidebar-price-widget-cbu-price {
    display: none!important
}

.sidebar-price-widget-currency-block-dropdown {
    display: block;
    max-height: 0;
    position: relative;
    overflow: hidden;
    padding: 0 30px
}

.open .sidebar-price-widget-currency-block-dropdown {
    max-height: 400px!important
}

.sidebar-price-widget-cbd-price {
    display: block;
    font-size: 40px;
    color: #f5c347;
    padding: 0 0 10px
}

.sidebar-price-widget-cbd-fiat-block {
    display: block;
    height: 26px
}

.sidebar-price-widget-cbd-fiat-block span:first-of-type {
    display: inline-block;
    line-height: 26px;
    color: #f0f0f0;
    font-size: 15px
}

.sidebar-price-widget-cbd-fiat-block span:last-of-type {
    display: inline-block;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
    letter-spacing: .075em
}

.sidebar-price-widget-cbd-chart {
    display: block;
    min-height: 120px;
    padding: 10px 0;
    margin-top: 15px
}

.sidebar-price-widget-cbd-button {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

#rhstwitter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

#rhstwitter p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 150px
}

.post-type-archive-information .main {
    padding: 30px
}

.guide-header-list {
    background-color: #f1f1f1;
    padding: 30px
}

.guide-header-list h1 {
    font-size: 40px;
    margin: 0;
    padding: 0 0 15px
}

.guide-header {
    padding: 30px
}

.guide-header h1 {
    font-size: 40px;
    margin: 0
}

.guide-header .single-description {
    margin: -15px 0 0
}

.guide-header .single-description p {
    font-size: 16px
}

.guide-header .single-description p a {
    text-decoration: underline
}

.single-content ul.guide-index {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.single-content ul.guide-index li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-content ul.guide-index li a {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-content ul.guide-index li a:focus,.single-content ul.guide-index li a:hover {
    border: none
}

.single-content ul.guide-index li a h2,.single-content ul.guide-index li a p {
    padding: 0 15px;
    margin: 0
}

.single-content ul.guide-index li a h2 {
    font-size: 14px;
    font-weight: 600
}

.single-content ul.guide-index li a p {
    font-size: 13px
}

.single-content ul.guide-index li a>span {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.single-content ul.guide-index li a>span.icon-holder {
    width: 17%;
    text-align: center;
    opacity: .25;
    filter: alpha(opacity=25)
}

.guide-page .main {
    margin-left: 70px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 30px 0;
    width: auto
}

.guide-page .article-share ul {
    overflow: hidden
}

.guide-page .article-share:after {
    content: "";
    display: inline;
    clear: none
}

.guide-page nav {
    float: left;
    width: 70px
}

.guide-page nav ul li a {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 9px
}

.guide-page nav ul li a:focus,.guide-page nav ul li a:hover {
    border-left: 4px solid #fcc118;
    padding-left: 5px;
    opacity: 1
}

.guide-page nav ul li a span.icon-detailed-mini {
    margin: auto;
    width: 40px;
    height: 40px
}

.guide-page nav ul li a span i.icon {
    font-size: 50px;
    color: #888
}

.guide-page nav.current {
    border-left: 4px solid #fcc118
}

.guide-page nav.current a:focus,.guide-page nav.current a:hover {
    border-left: 0;
    padding-left: 9px
}

.guide-page nav.current a span i.icon {
    color: #353536
}

.guide-page .next-guide {
    padding: 15px 0
}

.guide-page .next-guide h3 {
    color: #888
}

.guide-page .next-guide h3 a {
    color: #353536
}

.guide-page .next-guide article {
    position: relative;
    padding: 15px 0 0
}

.guide-page .next-guide article a {
    display: table;
    width: 100%
}

.guide-page .next-guide article a div.picture {
    display: table-cell;
    vertical-align: middle
}

.guide-page .next-guide article a div.picture em {
    background: #fcc118;
    color: #353536;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900
}

.guide-page .next-guide article a h4 {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 0 0 15px;
    font-weight: 600
}

.guide-page .next-guide article span.icon-arrow-light-right {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 0
}

.guide-page .guide-index {
    padding: 15px 0
}

.guide-page .guide-index h3 {
    color: #888
}

.guide-page .guide-index h3 a {
    color: #353536
}

.guide-page .guide-index ul {
    list-style: none;
    margin: 0
}

.guide-page .guide-index ul li {
    margin: 9px 0
}

.guide-page .guide-index ul li a {
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden
}

.guide-page .guide-index ul li a h4,.guide-page .guide-index ul li a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #353536
}

.guide-page .guide-index ul li a span {
    margin: 0 15px 0 0;
    width: 45px
}

.guide-page .guide-index ul li a span i {
    font-size: 45px;
    line-height: .8
}

.guide-page .guide-index ul li a h5 {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-size: 13px;
    color: #888;
    font-weight: 300
}

.single-information .guide-page .article-share {
    margin-top: 0;
    padding-top: 20px
}

div.sidebar div.quote {
    text-align: center;
    z-index: 0;
    padding: 0 15px 30px
}

.single-content blockquote {
    padding: 15px 15px 0;
    margin: 30px;
    border-left: 4px solid #fcc118;
    background: #f1f1f1;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.single-content blockquote p {
    font-size: 17px;
    font-style: italic;
    color: gray;
    line-height: 1.6
}

.single-content blockquote.hero {
    float: left;
    width: 300px;
    margin: 0 28px 0 -15px;
    padding: 12px 28px;
    border: none;
    position: relative;
    overflow: hidden
}

.single-content .alignleft {
    max-width: 100%;
    margin-right: 15px
}

.single-content .alignright {
    max-width: 100%;
    margin-left: 15px
}

div.sidebar div.quote blockquote {
    position: relative;
    overflow: hidden
}

.single-content blockquote.hero:before,div.sidebar div.quote blockquote:before {
    content: "â€œ";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    text-indent: -120px;
    font-family: Arial;
    font-size: 600px;
    font-weight: 900;
    font-style: italic;
    color: #ededed;
    line-height: .4
}

.single-content blockquote.hero p,div.sidebar div.quote blockquote p {
    position: relative;
    z-index: 2;
    text-align: center;
    font-style: italic;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    color: #353536;
    letter-spacing: -1px;
    margin: 30px 0
}

.single-content blockquote.hero p em,div.sidebar div.quote blockquote p span {
    font-weight: 900;
    color: #fec300;
    font-style: italic;
    font-size: 45px;
    margin: 0 0 0 10px;
    vertical-align: sub;
    letter-spacing: 0;
    line-height: 1
}

.single-content blockquote.hero p em:first-child,div.sidebar div.quote blockquote p span:first-child {
    margin: 0 10px 0 0;
    vertical-align: inherit
}

div.sidebar div.quote blockquote cite {
    position: relative;
    z-index: 2;
    display: block;
    font-style: normal;
    font-size: 15px;
    color: #888
}

.sidebar form {
    position: relative;
    overflow: hidden
}

.sidebar form p {
    margin: 0;
    padding: 0
}

.sidebar form input {
    display: block;
    padding: 8px 12px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: 1px solid #fff
}

.sidebar form input:active,.sidebar form input:focus {
    outline: 0
}

.sidebar form button,.sidebar form input[type=submit] {
    position: absolute;
    top: 1px;
    right: 1px;
    width: auto;
    padding: 8px 15px;
    margin: 0;
    background: #fcc118;
    border: none;
    box-shadow: none;
    color: #353536;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600
}

.list-signup {
    text-align: center
}

.list-signup input[type=email] {
    text-align: center;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    width: 270px
}

.list-signup input[type=email]:focus {
    outline: 0
}

.list-signup input[type=submit] {
    height: 42px;
    background: #ff9890;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none
}

.list-signup .output {
    font-size: 17px
}

div.bucket {
    background: #f1c40f;
    padding: 3px 10px;
    text-transform: uppercase;
    color: #353536;
    text-align: center;
    font-size: 15px
}

div.bucket.pressRelease {
    color: #fff;
    background: #000
}

div.bucket.sponsoredContent {
    color: #fff;
    background: #5ccccc
}

a:hover>div.bucket {
    opacity: .8
}

.single-post div.bucket.sponsoredContent {
    margin-top: 10px
}

.single-header {
    background: #f1f1f1;
    padding: 0 15px
}

.blog-header h1,.single-header h1 {
    font-size: 40px;
    margin: 0;
    padding: 0 0 30px
}

.single-title {
    padding: 20px 0
}

.single-title h1 {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 10px
}

.single-title div.bucket {
    float: right
}

.single-published {
    color: #8B8B8B;
    overflow: auto
}

.single-published span {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px
}

.single-info {
    font-size: 13px;
    font-weight: 500;
    color: #888
}

.single-info strong {
    font-weight: 400
}

.single-info strong em {
    font-style: normal
}

.single-info a {
    color: #888
}

.single-info .single-category {
    padding: 25px 0;
    display: block;
    overflow: hidden;
    font-size: 11pt
}

.single-info .single-category a {
    color: #888
}

.single-sidebar-content {
    width: 315px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px
}

.single-sidebar-content .avatar.photo {
    border-radius: 50%
}

.single-container {
    margin: 0 30px;
    background: #fff;
    display: inline-block
}

.single-container .avatar.photo {
    border-radius: 50%
}

.single-content {
    padding: 0 0 15px
}

.single-content ul.share-bar {
    padding: 0
}

.single-content .header-mini h2 {
    padding-top: 0
}

.single-content .article-content-container {
    margin-top: 20px
}

.single-content div.picture {
    position: relative;
    float: right;
    width: 300px;
    height: 185px;
    margin: 0 0 10px 28px;
    overflow: hidden
}

.single-content .small,.single-content small {
    font-size: 80%
}

.single-content p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px
}

.single-content p iframe {
    max-width: 100%
}

.single-content p.disclaimer {
    border-top: 5px solid #f2f2f2;
    margin-top: 30px;
    padding-top: 10px;
    color: #aeaeae;
    font-style: italic
}

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

.single-content .featured img {
    border: 0
}

.single-content a {
    color: #408bfe
}

.single-content a:hover {
    border-bottom: 1px solid
}

.single-content ol,.single-content ul {
    padding-left: 17px;
    margin-bottom: 10px;
    margin-top: 0
}

.single-content ol li,.single-content ul li {
    font-size: 17px;
    display: list-item;
    margin-left: 30px;
    padding-bottom: 15px
}

.single-content ul li {
    list-style: disc
}

.single-content ol li {
    list-style: decimal
}

.single-content figcaption,.single-content p.wp-caption-text {
    font-size: 11px;
    margin: 10px 0;
    color: #95a5a6
}

.single-comments {
    padding: 15px
}

#breadcrumbs {
    margin-bottom: 28px
}

.single-tags {
    margin: 0
}

.single-tags a {
    font-size: 13px;
    background: #ededed;
    padding: 5px;
    margin: 0 5px 0 0;
    border-radius: 2px
}

.blog-header {
    background: #f1f1f1;
    padding: 0 15px
}

.blog-header h1 {
    padding: 0
}

.blog-header .single-description {
    padding: 0 0 30px
}

.blog-header .single-description p {
    font-size: 16px;
    margin-bottom: 10px
}

.blog-header .single-description p a {
    text-decoration: underline
}

.blog-header .author-pic {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 15px 15px 0
}

.blog-header .author-pic img {
    width: 100%;
    height: 100%
}

.author .blog-header .author-pic {
    width: 120px;
    height: 120px;
    margin: 10px 35px 15px 0
}

.author .blog-header .author-pic img {
    border-radius: 50%
}

.featured-container {
    margin-left: 16px;
    width: 100%
}

@media screen and (max-width: 640px) {
    .featured-container {
        margin-left:0
    }
}

#advert-stream-leaderboard {
    padding: 10px 0;
    text-align: center;
    height: 92px
}

.single-leaderboard-ad {
    margin-top: 20px
}

.sub-features {
    overflow: hidden
}

.sub-features .article {
    margin-bottom: 15px
}

.sub-features .article .fade .picture img {
    width: 275px;
    height: 275px;
    object-fit: cover
}

.sub-features .featured-article-companion::after,.sub-features .featured-article-companion::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

.sub-features .featured-article-companion {
    padding: 15px 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between
}

.sub-features .featured-article-companion .ip-emailcapture {
    margin-top: 0
}

.sub-features .subfeatures-wide {
    width: 50%
}

.sub-features .subfeatures-wide .article-featured {
    padding: 15px 0 0
}

.sub-features .subfeatures-wide .article .fade .article-meta {
    padding: 100px 15px 12px
}

.sub-features .subfeatures-wide .article .fade .picture img {
    width: 425px;
    height: 210px;
    object-fit: cover
}

.latest-articles-container .article {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0
}

.latest-articles-container .article h3 {
    margin: 0 15px 5px 0
}

.latest-articles-container .article h3 a {
    margin-top: inherit
}

.article.medium.bordered {
    padding: 15px 30px 15px 0;
    border-bottom: solid 1px #e8e8e8
}

.article.medium {
    padding: 0 30px 30px 0
}

.article.medium h3 {
    margin: 0;
    font-size: 9pt
}

.article.medium h3 a {
    display: block;
    font-size: 14pt;
    margin-top: 3px;
    margin-bottom: 7px
}

.article.medium p.timeauthor {
    margin-bottom: 4px
}

.article.medium div.picture {
    width: 190px;
    margin: 0 30px 0 0;
    display: table-cell;
    vertical-align: middle
}

.article.medium div.picture em {
    background: #fcc118;
    color: #353536;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900
}

.article.medium div.picture a {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 100%;
    border-radius: 2px
}

.article.medium div.picture a img {
    width: 100%;
    height: auto
}

.article.medium div.picture img+div.bucket {
    position: absolute;
    top: 0;
    opacity: .9;
    font-size: 12px
}

.article.medium div.picture div.bucket.solo {
    position: static;
    opacity: 1;
    text-align: center;
    font-size: 15px;
    vertical-align: middle
}

.article {
    width: 100%;
    padding: 0 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table
}

.article div.picture {
    width: 105px;
    margin: 0 30px 0 0;
    display: table-cell;
    vertical-align: middle
}

.article div.picture em {
    background: #fcc118;
    color: #353536;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900
}

.article div.picture a {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 100%;
    border-radius: 2px
}

.article div.picture a img {
    width: 100%;
    height: auto
}

.article div.picture img+div.bucket {
    position: absolute;
    top: 0;
    opacity: .9;
    font-size: 12px
}

.article div.picture div.bucket.solo {
    position: static;
    opacity: 1;
    text-align: center;
    font-size: 15px;
    vertical-align: middle
}

.article div.post-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px
}

.article.sc {
    background-color: #f6fdfd
}

.article h3 {
    margin: 0;
    font-size: 9pt
}

.article h3 a {
    display: block;
    font-size: 10pt;
    margin-top: 5px
}

.article p {
    font-size: 15px
}

.article p cite,.article p cite a,.article p time {
    font-style: normal;
    font-weight: 400;
    color: #888
}

.article .timeauthor {
    color: #888;
    font-size: 9pt
}

.article-featured {
    border-bottom: none
}

.sub-features .article-featured {
    float: left;
    width: auto;
    padding: 0 0 0 16px;
    border: none
}

.sub-features .article-featured h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.sub-features .article-featured:first-child {
    padding: 0
}

.sub-features .article-featured a img {
    height: auto
}

.article-featured a {
    position: relative;
    display: block
}

.article-featured div.picture {
    float: none;
    height: auto;
    min-height: 1px;
    width: 100%
}

.article-featured a div.article-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.002) 1.8%,rgba(0,0,0,.008) 4.8%,rgba(0,0,0,.021) 9%,rgba(0,0,0,.042) 13.9%,rgba(0,0,0,.075) 19.8%,rgba(0,0,0,.126) 27%,rgba(0,0,0,.194) 35%,rgba(0,0,0,.278) 43.5%,rgba(0,0,0,.382) 53%,rgba(0,0,0,.541) 66%,rgba(0,0,0,.738) 81%,#000 100%);
    padding: 90px 15px 12px
}

.article-featured h3 {
    font-size: 32pt;
    color: #fff;
    margin: 0;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0,0,0,.65)
}

.article-featured p cite,.article-featured p cite a {
    color: #fff
}

.article-featured .timeauthor {
    margin: 0;
    font-size: 12pt;
    padding-bottom: 5px
}

.main-feature .article-featured a img {
    width: 857px;
    height: 348px;
    object-fit: cover
}

@media screen and (max-width: 640px) {
    .main-feature .article-featured a img {
        width:auto;
        height: auto
    }
}

.featured-article-title {
    line-height: 45px;
    padding-bottom: 14px
}

.single-cover .main-feature .article-featured {
    padding: 0
}

.single-cover .main-feature .article-featured .fade {
    position: relative;
    display: block
}

.single-cover .main-feature .article-featured .fade .article-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.002) 1.8%,rgba(0,0,0,.008) 4.8%,rgba(0,0,0,.021) 9%,rgba(0,0,0,.042) 13.9%,rgba(0,0,0,.075) 19.8%,rgba(0,0,0,.126) 27%,rgba(0,0,0,.194) 35%,rgba(0,0,0,.278) 43.5%,rgba(0,0,0,.382) 53%,rgba(0,0,0,.541) 66%,rgba(0,0,0,.738) 81%,#000 100%);
    padding: 140px 30px 55px
}

.single-cover .main-feature .article-featured .fade div.picture img {
    object-fit: cover;
    width: 888px;
    height: 430px
}

.latest-articles-section-header {
    padding-left: 15px;
    color: #888;
    margin-bottom: 0;
    margin-top: 15px
}

.featured-articles-section-header {
    color: #888;
    margin-top: 15px
}

.featured-holder .main-feature .article-featured {
    width: 857px
}

@media screen and (max-width: 640px) {
    .featured-holder .main-feature .article-featured {
        width:auto
    }
}

.one-column-stories {
    width: 1390px
}

#consensus-scrolling-leaderboard {
    position: relative;
    width: 728px;
    height: 90px;
    margin-top: 15px;
    border: 1px solid #3f3f3f
}

#consensus-scrolling-leaderboard div.leaderboard-content {
    display: none
}

#consensus-scrolling-leaderboard div.leaderboard-content div.lb-description {
    display: flex;
    justify-content: space-between;
    padding: 6px
}

#consensus-scrolling-leaderboard div.leaderboard-content div.lb-description div.lb-text {
    text-align: center;
    font-weight: 700;
    font-size: 13pt;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%
}

#consensus-scrolling-leaderboard div.leaderboard-content div.lb-description div.lb-button {
    font-weight: 700;
    font-size: 8pt;
    width: 100%;
    text-align: center;
    background-color: #00A69C
}

.scrolling-leaderboard-image {
    height: 20px;
    margin: 0 5px
}

#consensus-marquee {
    width: 539px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box
}

.marquee-pusher {
    width: 1800px
}

.leaderboard-event-logo {
    height: 60px;
    padding: 15px 12px
}

.leaderboard-logo-bg {
    background-color: #3f3f3f;
    display: none
}

.article-page-section {
    display: block;
    background-color: #fff;
    width: auto;
    height: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 20px
}

.article-header-ad {
    display: block;
    margin-top: 0;
    height: 90px;
    min-height: 90px;
    width: 100%
}

@media (min-width: 0) and (max-width:767px) {
    .article-header-ad {
        height:auto;
        min-height: 60px
    }
}

.article-top {
    display: block;
    width: 100%;
    padding-top: 0 20px 20px 20px
}

.article-top-title {
    display: block;
    font-size: 42px;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 10px
}

.article-top-image-section {
    display: block;
    width: auto;
    margin: 0 auto;
    position: relative;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.article-top-image-section-inner {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.002) 1.8%,rgba(0,0,0,.008) 4.8%,rgba(0,0,0,.021) 9%,rgba(0,0,0,.042) 13.9%,rgba(0,0,0,.075) 19.8%,rgba(0,0,0,.126) 27%,rgba(0,0,0,.194) 35%,rgba(0,0,0,.278) 43.5%,rgba(0,0,0,.382) 53%,rgba(0,0,0,.541) 66%,rgba(0,0,0,.738) 81%,#000 100%);
    padding: 140px 30px 15px
}

.article-top-tag {
    display: inline-block;
    float: right;
    vertical-align: middle;
    background-color: #dcdcdc;
    color: #000;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px
}

@media (min-width: 0) and (max-width:960px) {
    .article-top-tag {
        line-height:27px;
        padding: 0 10px;
        margin-top: 7px;
        font-size: 11px
    }
}

.article-top-author-block {
    display: block;
    padding: 0 40px
}

.article-top-author-block-left {
    display: inline-block;
    width: 50px;
    margin-right: 2px
}

.article-container-lab-photo {
    display: block;
    height: 42px;
    width: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    cursor: pointer
}

.article-top-author-block-right {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    margin-left: 2px;
    width: calc(100% - 60px);
    width: -o-calc(100% - 60px)
}

.article-top-author-block-right-group {
    display: inline-block;
    vertical-align: middle
}

.article-top-author-block-right-upper {
    display: block;
    padding: 2px
}

.article-container-lab-name {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px;
    color: #282828
}

.article-author-link-btn {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    width: 20px;
    color: #282828
}

.article-author-link-btn .fa,.article-top-author-block-right-lower {
    display: block
}

.article-container-left-timestamp {
    display: block;
    padding: 0 2px;
    color: #8c8c8c
}

.article-container-left-timestamp .fa {
    display: inline-block;
    margin-right: 1px
}

@media (min-width: 960px) and (max-width:1024px) {
    .article-top-author-block {
        padding:0 20px
    }

    .article-top-image-section-inner {
        padding: 140px 25px 15px
    }

    .article-top-title {
        padding: 0
    }
}

@media (min-width: 0) and (max-width:960px) {
    .article-top-author-block {
        padding:0 15px
    }

    .article-top-title {
        padding: 0;
        font-size: 32px
    }

    .article-top-image-section {
        height: 320px
    }

    .article-top-image-section-inner {
        padding: 140px 25px 15px
    }
}

@media (min-width: 0) and (max-width:767px) {
    .article-top-image-section-inner {
        padding:140px 15px 15px
    }
}

.article-top-sharing-row {
    display: block;
    padding: 0 40px;
    margin-top: 15px;
    margin-bottom: 20px
}

.article-top-sharing-row .share-bar {
    padding: 0
}

.article-top-sharing-row .share-bar li {
    width: 16.67px;
    width: calc(100% / 6);
    width: -o-calc(100% / 6)
}

.article-top-sharing-column {
    position: absolute;
    top: 20px;
    left: -80px
}

.article-top-sharing-column .share-bar {
    padding: 0
}

@media (max-width: 1024px) {
    .article-top-sharing-column {
        display:none!important
    }
}

.article-container {
    display: block;
    padding: 20px
}

@media (min-width: 1024px) and (max-width:1260px) {
    .article-container {
        padding:15px 20px
    }
}

@media (min-width: 960px) and (max-width:1024px) {
    .article-container {
        padding:15px 20px
    }

    .article-top-sharing-row {
        padding: 0 20px
    }
}

@media (min-width: 767px) and (max-width:960px) {
    .article-container {
        padding:15px
    }

    .article-top-sharing-row {
        padding: 0 15px
    }
}

@media (min-width: 0) and (max-width:767px) {
    .article-container {
        padding:15px 10px
    }

    .article-top-sharing-row {
        padding: 0 10px
    }
}

.article-post-container {
    padding: 0 40px 20px;
    border-top: 1px dashed #e6e6e6
}

.article-disclaimer {
    border-top: 5px solid #f2f2f2;
    margin-top: 30px;
    padding-top: 10px;
    color: #aeaeae;
    font-style: italic
}

@media (min-width: 0) and (max-width:960px) {
    .article-post-container {
        padding:0 5px
    }
}

.author-page-block-left {
    display: inline-block;
    width: 90px;
    vertical-align: top
}

.author-page-block-left-photo {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.author-page-block-right {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding-top: 5px;
    width: calc(100% - 115px);
    width: -o-calc(100% - 115px)
}

.author-page-name-block,.author-page-name-block h1 {
    display: block
}

.author-page-social-block {
    display: block;
    margin-bottom: 10px
}

.author-page-social-block a {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    width: 26px;
    color: #282828;
    font-size: 18px;
    text-align: center
}

.author-page-description-block {
    display: block;
    padding: 15px 5px;
    margin-top: 20px;
    border-top: 1px solid #dcdcdc
}

.author-page-description-block p {
    display: block
}

.author-page-description-block p a {
    text-decoration: underline
}

.author .blog-header {
    padding: 30px;
    margin-bottom: 30px
}

.author .blog-header.no-description {
    padding-bottom: 0!important
}

.author .blog-header.no-description .author-page-block-right .author-page-description-block {
    border-top: none!important;
    margin-top: 0!important
}

.pagination {
    padding: 15px 0
}

.pagination a,.pagination span {
    display: inline-block;
    border: 1px solid #353536;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    margin: 0 5px
}

.pagination span.current {
    background: #353536;
    color: #fff
}

#byscripts_ajax_posts_loader_trigger {
    position: relative;
    margin: 20px 16px 0 0;
    border: 1px solid #353536;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    color: #353536;
    font-size: 16px;
    cursor: pointer
}

#byscripts_ajax_posts_loader_trigger:hover {
    background-color: #f6f6f6
}

.previous-next {
    width: 100%;
    padding: 5px 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 10px 0 20px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #f0f0f0
}

.previous-next:after {
    content: "";
    display: table;
    clear: both
}

.previous-next h3 {
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    line-height: 30px
}

.previous-next ul.list li {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.previous-next ul.list li.next {
    float: right;
    padding: 0 0 0 15px
}

.previous-next ul.list li.next div.picture {
    float: right
}

.previous-next ul.list li.next span.icon {
    right: -28px
}

.previous-next ul.list li span.icon {
    position: absolute;
    top: 43px
}

.previous-next ul.list li.previous span.icon {
    left: -28px
}

.ad div {
    overflow: hidden
}

.widget_coindesk_freestar_ad_unit_widget_sidebar_top,.widget_coindesk_freestar_atf_ad_unit_widget,.widget_coindesk_freestar_btf_ad_unit_widget {
    padding: 30px
}

.ad-sponsored-page div {
    border: 0!important
}

.ad-main div {
    padding: 0;
    text-align: center
}

.page-template-template-bitcoinprice #advert-super-top-leaderboard {
    padding-top: 20px;
    padding-bottom: 10px
}

.home #advert-bottom-leaderboard,.home #advert-top-leaderboard {
    padding: 15px
}

.home #advert-bottom-leaderboard div {
    height: 92px
}

.category #advert-top-leaderboard {
    padding-top: 30px
}

.page-template-template-bitcoinprice .ad-main div,.page-template-template-nosidebar .ad-main div,.single-information .ad-main div {
    height: 92px
}

.page-template-template-bitcoinprice #advert-top-leaderboard,.page-template-template-nosidebar #advert-top-leaderboard,.single-information #advert-top-leaderboard {
    padding-bottom: 30px
}

.page-template-template-bitcoinprice #advert-bottom-leaderboard,.page-template-template-bitcoinprice #advert-mid-leaderboard,.page-template-template-nosidebar #advert-bottom-leaderboard,.page-template-template-nosidebar #advert-mid-leaderboard,.single-information #advert-bottom-leaderboard,.single-information #advert-mid-leaderboard {
    padding: 30px
}

.page-template-template-bitcoinprice #advert-mid-leaderboard {
    padding-bottom: 0
}

.page-template-template-bitcoinprice #advert-bottom-leaderboard {
    padding-top: 0
}

.page-template-template-bitcoinprice .ad-main div {
    height: inherit
}

.page-template-default #advert-top-leaderboard {
    padding: 30px
}

.page-template-default #advert-mid-leaderboard {
    padding-top: 30px
}

.post-type-archive-information #advert-top-leaderboard {
    padding: 30px
}

.post-type-archive-information #advert-bottom-leaderboard {
    padding-top: 30px
}

.page-template-template-exchangerateconverter #advert-bottom-leaderboard {
    padding: 30px 0
}

.page-template-template-exchangerateconverter .ad-main div {
    height: 92px
}

.ad-rhs div {
    padding: 30px;
    text-align: center;
    border: none!important
}

.ad-rhs.fixed {
    position: fixed;
    top: 15px;
    width: 360px
}

#advert-top-leaderboard {
    text-align: center
}

#advert-top-leaderboard div {
    vertical-align: middle;
    border: none!important
}

#advert-bpi-above-chart-leaderboard {
    padding: 20px 0 0
}

#advert-super-bottom-leaderboard,#advert-super-top-leaderboard {
    text-align: center
}

.network-data #advert-top-leaderboard div {
    padding: 0 0 15px
}

.embed-container,.widget_facebook_likebox {
    background: #fff;
    text-align: center;
    padding: 30px
}

.embed-container iframe {
    display: inline
}

.tip {
    background: #fcf0d9
}

.tip .tip-icon {
    font-size: 44px;
    vertical-align: middle
}

.tip .tip-title {
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    color: #353536;
    font-size: 15px
}

.tip .tip-title:focus,.tip .tip-title:hover {
    background: #fce7c0
}

.tip .tip-content {
    display: none;
    border-top: 1px solid #fcf9f2;
    padding: 10px 15px
}

.tip .tip-content p {
    margin: 0 0 10px
}

.tip .tip-content .cancel {
    display: block;
    margin: 10px auto 0;
    text-decoration: underline;
    cursor: pointer;
    color: #888;
    text-align: center;
    font-size: 15px
}

ul.list {
    display: none;
    list-style: none;
    margin: 0
}

ul.list.active {
    display: block
}

ul.list li {
    margin: 20px 0 0
}

ul.list li:first-child {
    margin-top: 0
}

ul.list li a {
    display: table;
    overflow: hidden
}

ul.list li div.picture {
    width: 54px;
    display: table-cell;
    vertical-align: middle
}

ul.list li h4 {
    display: table-cell;
    vertical-align: top;
    padding: 2px 0 0 15px;
    font-weight: 600
}

ul.list li h4 cite {
    display: block;
    font-style: normal;
    color: #888;
    text-transform: none;
    font-weight: 500
}

ul.list li.empty h4 {
    color: #888
}

ul.unstyled {
    padding-left: 0;
    list-style: none
}

.leaders {
    overflow-x: hidden;
    padding-left: 0!important;
    margin: 0
}

.leaders li {
    line-height: 1.6em;
    margin-bottom: .5em;
    margin-left: 0!important;
    list-style: none!important;
    font-size: inherit!important;
    padding-bottom: 0!important
}

.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    color: #d9d9d9;
    content: "................................................................................................................................................................................................................................................................................................................................";
    font-size: 10px;
    line-height: inherit
}

.leaders li>span {
    background-color: #fff
}

.leaders li>span:first-child {
    padding-right: 12px
}

.leaders li>span+span {
    float: right;
    padding-left: 12px;
    display: inline-table
}

@media screen and (max-width: 400px) {
    .leaders li:before {
        content:""
    }

    body .leaders li>span+span {
        display: block;
        padding: 0;
        float: none
    }
}

.tabs {
    overflow: hidden;
    list-style: none
}

.tabs li {
    float: left;
    color: #353536;
    font-size: 20px;
    font-weight: 500;
    margin-right: 18px;
    padding: 20px 28px
}

.tabs li>* {
    margin-bottom: 0
}

.tabs li a {
    color: #888
}

.tabs li.active a {
    color: #353536
}

.tab_content {
    display: none;
    list-style: none;
    margin: 0
}

.tab_content.active {
    display: block
}

.tab_container {
    margin: 20px 0
}

.tabs.paper {
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    list-style: none;
    overflow: visible
}

.tabs.paper:after,.tabs.paper:before {
    content: "";
    display: table;
    clear: both
}

.tabs.paper>li {
    float: left;
    margin: 0 0 -1px;
    position: relative;
    display: block;
    padding: 0;
    font-size: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tabs.paper>li a {
    margin-right: 2px;
    border: 1px solid transparent;
    position: relative;
    display: block;
    padding: 15px;
    color: #888;
    text-transform: uppercase
}

.tabs.paper>li a:focus,.tabs.paper>li a:hover {
    border-color: transparent
}

.tabs.paper>li.active a,.tabs.paper>li.active a:focus,.tabs.paper>li.active a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.sidebar .tabs {
    display: table;
    width: 100%
}

.sidebar .tabs li {
    display: table-cell;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0
}

.sidebar .tabs li a {
    display: block;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #d7dadc;
    border-width: 0 0 1px
}

.sidebar .tabs li.active a {
    color: #353536;
    border-width: 1px 1px 0
}

ul.tabs.bpiIndexSel {
    margin-top: 0;
    padding-top: 0;
    float: right
}

ul.tabs.bpiIndexSel>li {
    text-transform: uppercase;
    color: #888;
    cursor: pointer;
    font-weight: 500;
    font-size: 14pt;
    line-height: 14pt;
    padding: 10px 15px;
    margin: 9px;
    border-radius: 5px
}

ul.tabs.bpiIndexSel>li.active {
    background-color: #2b3035
}

ul.tabs.bpiIndexSel>li.active a {
    color: #fff
}

ul.tabs.currencySel {
    margin-top: 0;
    padding-top: 0;
    float: left
}

ul.tabs.currencySel>li {
    color: #888;
    cursor: pointer;
    font-weight: 500;
    font-size: 14pt;
    line-height: 14pt;
    padding: 10px 15px;
    margin: 9px;
    border-radius: 5px
}

ul.tabs.currencySel>li.active {
    background-color: #2b3035
}

ul.tabs.currencySel>li.active a {
    color: #fff
}

.message {
    position: relative;
    font-size: 14px;
    padding: 7px 10px 7px 36px;
    margin: 0 0 10px;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.message a {
    border-bottom: 1px dotted
}

.message .message-icon {
    font-family: EntypoRegular;
    font-weight: 400;
    font-size: 34px;
    line-height: 0;
    position: absolute;
    top: 16px;
    left: 10px
}

.message-success {
    color: #549400;
    background-color: #dcffae
}

.message-success .message-icon:before {
    content: '\2713'
}

.message-success a {
    color: #549400
}

.message-info {
    color: #0055bd;
    background-color: #d7e9ff
}

.message-info .message-icon:before {
    content: '\E705'
}

.message-info a {
    color: #0055bd
}

.message-warning {
    color: #bd6200;
    background-color: #ffecd7
}

.message-warning .message-icon:before {
    content: '\26A0'
}

.message-warning a {
    color: #bd6200
}

.message-error {
    color: #bd0000;
    background-color: #ffd7d7
}

.message-error .message-icon:before {
    content: '\2716'
}

.message-error a {
    color: #bd0000
}

.featured-posts-title {
    padding-bottom: 15px;
    color: #fff;
    margin: 0;
    text-transform: inherit;
    font-size: 18px;
    font-weight: 600
}

.featured-posts-title a {
    color: #fff
}

#featured-posts {
    display: block;
    padding: 0;
    margin-bottom: 0
}

#featured-posts li {
    margin: 0 0 10px;
    padding-bottom: 10px
}

#featured-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

#featured-posts li div.bucket {
    position: absolute;
    z-index: 1;
    opacity: .9;
    font-size: 10px
}

#featured-posts h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.popup {
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: -300px;
    width: 300px;
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    white-space: normal
}

.popup a {
    display: block;
    padding: 24px 28px 28px;
    border-top: 4px solid #fcc118;
    position: relative
}

.popup a:focus,.popup a:hover {
    box-shadow: 0 0 0 1px #c4c4c4
}

.popup a div.picture {
    position: relative;
    float: left;
    width: 54px;
    min-height: 45px;
    height: 45px;
    margin: 0 18px 0 0;
    overflow: hidden;
    border-radius: 2px
}

.popup a div.picture em {
    background: #fcc118;
    color: #353536;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900
}

.popup a h2,.popup a h3 {
    margin: 0
}

.popup a h2 {
    color: #95a5a6;
    font-size: 17px;
    margin-bottom: 18px
}

.popup a h3 {
    font-size: 13px;
    font-weight: 900;
    padding: 6px 0 6px 72px;
    color: #545454;
    margin-top: -1px
}

div.tooltip {
    opacity: 0;
    position: absolute;
    background: #101820;
    padding: 9px 14px;
    z-index: 100;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
    pointer-events: none
}

div.tooltip:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

div.tooltip.vertical {
    top: -38px;
    left: -16px;
    min-width: 40px;
    text-align: center
}

div.tooltip.vertical:after {
    border-color: #101820 transparent transparent;
    border-width: 6px;
    top: 100%;
    left: 50%;
    margin-left: -6px
}

div.tooltip.horizontal {
    top: 12px;
    left: 62px
}

div.tooltip.horizontal:after {
    border-color: transparent;
    border-right-color: #101820;
    border-width: 6px;
    top: 50%;
    right: 100%;
    margin-top: -6px
}

.table {
    table-layout: auto;
    word-break: normal;
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%
}

.table td,.table th {
    padding: 6px 15px;
    vertical-align: middle;
    text-align: left
}

.table th {
    word-break: normal;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 500
}

.table td {
    border-bottom: 1px dotted #d0d0d0
}

.table strike {
    opacity: .7;
    font-weight: 400;
    margin-right: 6px
}

.table .no-header tr:first-child td {
    border-top: dotted 1px #c9c9c9
}

.table .wrap-cells td {
    vertical-align: top
}

.comments-area {
    padding: 28px
}

.comments-area .showDisqus {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    display: none
}

#disqus_thread {
    margin-top: 28px;
    margin-bottom: 28px
}

ul.share-bar {
    padding: 15px 0;
    height: 40px
}

ul.share-bar li {
    width: 100px;
    height: 40px;
    margin: inherit;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0
}

ul.share-bar li:hover {
    opacity: .7
}

ul.share-bar li.twitter {
    background-color: #00aced
}

ul.share-bar li.facebook {
    background-color: #3b5998
}

ul.share-bar li.google-plus {
    background-color: #dd4b39
}

ul.share-bar li.google-plus i {
    position: relative;
    top: 1px
}

ul.share-bar li.linkedin {
    background-color: #0976b4
}

ul.share-bar li.pinterest {
    background-color: #cc2127
}

ul.share-bar li.reddit {
    background-color: #6e6e6e
}

ul.share-bar li.whatsapp {
    background-color: #34af23;
    display: none
}

ul.share-bar li.email {
    background-color: #333
}

ul.share-bar li a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    opacity: .9
}

ul.share-bar li a i,ul.share-bar li a span {
    line-height: 40px;
    vertical-align: middle
}

ul.share-bar li a i {
    display: inline-block;
    font-size: 25px
}

ul.share-bar li a .count {
    font-size: 16px;
    margin-left: 10px
}

.single-title+.share-bar {
    margin-top: 0
}

ul.share-bar.vertical {
    display: block;
    width: 42px;
    margin: 0 auto
}

ul.share-bar.vertical li {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto
}

ul.share-bar.vertical li:first-of-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

ul.share-bar.vertical li:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

ul.share-bar.vertical li a {
    line-height: 44px;
    padding: 0;
    text-align: center
}

ul.share-bar.vertical li a i {
    display: block;
    line-height: 44px;
    padding: 0
}

.share-btn {
    position: relative;
    display: inline-block;
    height: 24px;
    margin: 0 2px;
    padding: 2px 8px;
    line-height: 1.53;
    letter-spacing: .04em;
    vertical-align: top;
    font-size: 12px;
    font-weight: 700;
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: #111;
    background: #e0e0e0;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    text-decoration: none;
    transition: all .2s ease
}

.share-btn:focus,.share-btn:hover {
    background: #d3d3d3;
    border-color: #bababa;
    text-decoration: none;
    color: #111
}

.share-btn:active {
    background: #c7c7c7;
    border-color: #adadad;
    text-decoration: none;
    color: #111
}

.share-btn.share-btn-sm {
    height: 20px;
    font-size: 10px;
    padding: 0 8px;
    line-height: 1.6
}

.share-btn.share-btn-lg {
    height: 28px;
    font-size: 16px;
    line-height: 1.4
}

.share-btn .share-btn-text-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.share-btn.share-btn-branded {
    color: #fff
}

.share-btn.share-btn-branded.share-btn-twitter {
    background: #55acee;
    border-color: #3ea1ec
}

.share-btn.share-btn-branded.share-btn-twitter:focus,.share-btn.share-btn-branded.share-btn-twitter:hover {
    background: #3ea1ec;
    border-color: #2795e9
}

.share-btn.share-btn-branded.share-btn-twitter:active {
    background: #2795e9;
    border-color: #1689e0
}

.share-btn.share-btn-branded.share-btn-facebook {
    background: #3b5998;
    border-color: #344e86
}

.share-btn.share-btn-branded.share-btn-facebook:focus,.share-btn.share-btn-branded.share-btn-facebook:hover {
    background: #344e86;
    border-color: #2d4373
}

.share-btn.share-btn-branded.share-btn-facebook:active {
    background: #2d4373;
    border-color: #263961
}

.share-btn.share-btn-branded.share-btn-googleplus {
    background: #dd4b39;
    color: #fff;
    border-color: #d73925
}

.share-btn.share-btn-branded.share-btn-googleplus:focus,.share-btn.share-btn-branded.share-btn-googleplus:hover {
    background: #d73925;
    border-color: #c23321
}

.share-btn.share-btn-branded.share-btn-googleplus:active {
    background: #c23321;
    border-color: #ac2d1e
}

.share-btn.share-btn-branded.share-btn-tumblr {
    background: #35465c;
    color: #fff;
    border-color: #2c3a4c
}

.share-btn.share-btn-branded.share-btn-tumblr:focus,.share-btn.share-btn-branded.share-btn-tumblr:hover {
    background: #2c3a4c;
    border-color: #222d3c
}

.share-btn.share-btn-branded.share-btn-tumblr:active {
    background: #222d3c;
    border-color: #19212b
}

.share-btn.share-btn-branded.share-btn-reddit {
    background: #ff4500;
    color: #fff;
    border-color: #e63e00
}

.share-btn.share-btn-branded.share-btn-reddit:focus,.share-btn.share-btn-branded.share-btn-reddit:hover {
    background: #e63e00;
    border-color: #cc3700
}

.share-btn.share-btn-branded.share-btn-reddit:active {
    background: #cc3700;
    border-color: #b33000
}

.share-btn.share-btn-branded.share-btn-linkedin {
    background: #0976b4;
    color: #fff;
    border-color: #08669c
}

.share-btn.share-btn-branded.share-btn-linkedin:focus,.share-btn.share-btn-branded.share-btn-linkedin:hover {
    background: #08669c;
    border-color: #075683
}

.share-btn.share-btn-branded.share-btn-linkedin:active {
    background: #075683;
    border-color: #05466b
}

.share-btn.share-btn-branded.share-btn-delicious {
    background: #39f;
    color: #fff;
    border-color: #198cff
}

.share-btn.share-btn-branded.share-btn-delicious:focus,.share-btn.share-btn-branded.share-btn-delicious:hover {
    background: #198cff;
    border-color: #007fff
}

.share-btn.share-btn-branded.share-btn-delicious:active {
    background: #007fff;
    border-color: #0073e5
}

.share-btn.share-btn-branded.share-btn-stumbleupon {
    background: #eb4924;
    color: #fff;
    border-color: #e13b15
}

.share-btn.share-btn-branded.share-btn-stumbleupon:focus,.share-btn.share-btn-branded.share-btn-stumbleupon:hover {
    background: #e13b15;
    border-color: #ca3412
}

.share-btn.share-btn-branded.share-btn-stumbleupon:active {
    background: #ca3412;
    border-color: #b22e10
}

.share-btn.share-btn-branded.share-btn-pinterest {
    background: #cc2127;
    color: #fff;
    border-color: #b61d23
}

.share-btn.share-btn-branded.share-btn-pinterest:focus,.share-btn.share-btn-branded.share-btn-pinterest:hover {
    background: #b61d23;
    border-color: #a01a1f
}

.share-btn.share-btn-branded.share-btn-pinterest:active {
    background: #a01a1f;
    border-color: #8a161a
}

.share-btn.share-btn-inverse {
    color: #eee;
    background: #1f1f1f;
    border-color: #050505
}

.share-btn.share-btn-inverse:focus,.share-btn.share-btn-inverse:hover {
    background: #121212;
    border-color: #000;
    color: #eee
}

.share-btn.share-btn-inverse:active {
    background: #050505;
    border-color: #000;
    color: #eee
}

.share-btn.share-btn-delicious .share-btn-icon,.share-btn.share-btn-googleplus .share-btn-icon,.share-btn.share-btn-linkedin .share-btn-icon,.share-btn.share-btn-more .share-btn-icon,.share-btn.share-btn-pinterest .share-btn-icon,.share-btn.share-btn-stumbleupon .share-btn-icon,.share-btn.share-btn-tumblr .share-btn-icon,.share-btn.share-btn-twitter .share-btn-icon {
    position: relative;
    top: 1px
}

@-moz-document url-prefix() {
    .share-btn-delicious .share-btn-icon,.share-btn-googleplus .share-btn-icon,.share-btn-linkedin .share-btn-icon,.share-btn-more .share-btn-icon,.share-btn-pinterest .share-btn-icon,.share-btn-stumbleupon .share-btn-icon,.share-btn-tumblr .share-btn-icon,.share-btn-twitter .share-btn-icon {
        top: 0
    }
}

.share-btn.share-btn-more.share-btn-lg .share-btn-icon {
    top: 2px
}

.share-btn .share-btn-text {
    padding-left: 2px
}

.share-btn-icon {
    font-family: FontAwesome
}

.share-btn-icon:before {
    display: block;
    line-height: 25px;
    width: 14px;
    font-size: 16px;
    text-align: center
}

.share-btn-email .share-btn-icon:before {
    content: "\f0e0"
}

.share-btn-more .share-btn-icon:before {
    content: "\f067"
}

.share-btn-googleplus .share-btn-icon:before {
    content: "\f0d5"
}

.share-btn-facebook .share-btn-icon:before {
    content: "\f09a"
}

.share-btn-twitter .share-btn-icon:before {
    content: "\f099"
}

.share-btn-github .share-btn-icon:before {
    content: "\f113"
}

.share-btn-tumblr .share-btn-icon:before {
    content: "\f173"
}

.share-btn-reddit .share-btn-icon:before {
    content: "\f1a1"
}

.share-btn-linkedin .share-btn-icon:before {
    content: "\f0e1"
}

.share-btn-delicious .share-btn-icon:before {
    content: "\f1a5"
}

.share-btn-stumbleupon .share-btn-icon:before {
    content: "\f1a4"
}

.share-btn-pinterest .share-btn-icon:before {
    content: "\f0d2"
}

@media (min-width: 767px) {
    .whatsapp {
        display:none!important
    }
}

#bpiIndexWrapper {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

#bpiIndexWrapper div.how {
    float: left;
    padding: 15px;
    border-left: solid 1px #ddd
}

#bpiIndexWrapper div.how a {
    color: #888;
    font-size: 14pt
}

#bpiIndexWrapper div.how a:focus,#bpiIndexWrapper div.how a:hover {
    text-decoration: underline
}

.price-summary {
    width: 888px
}

.price-summary .related-stories-ad-unit {
    padding: 30px
}

#xbtindex-chart {
    width: 888px
}

.pricepage-data {
    display: flex;
    height: 115px;
    align-items: center;
    padding-left: 20px
}

.xbtindex {
    margin-top: 0
}

.xbtindex .separator {
    margin: 0 10px
}

.xbtindex .header-mini {
    border-bottom: none;
    height: 50px
}

.xbtindex .header-mini h2 {
    display: inline-block
}

.xbtindex .header-mini .ad-sponsored-page {
    margin-top: -15px;
    float: right
}

#rawdata {
    width: 90%
}

.xbtindex .dlData,.xbtindex .viewData {
    cursor: pointer;
    margin-bottom: 20px
}

#chart-rawdata {
    display: none
}

#chart-rawdata table {
    margin: 20px auto
}

#chart-rawdata table,#chart-rawdata table tr,#chart-rawdata table tr td {
    border: 1px solid #000;
    padding: 5px 10px
}

#chart-rawdata table thead,#chart-rawdata table thead tr th {
    font-weight: 700;
    border: 1px solid #000;
    padding: 10px
}

.bitcoinprice .single-content .single-title {
    padding-bottom: 10px
}

.price-data {
    background: #101820
}

.price-data .main-holder {
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
    box-shadow: none
}

.price-data .sidebar>div {
    border-top-color: #484848;
    box-shadow: none
}

.data {
    position: relative
}

.data-up {
    color: #5cbb26
}

.data-up:before {
    color: #5cbb26;
    content: "\25B2"
}

.data-down {
    color: #c95e22
}

.data-down:before {
    color: #c95e22;
    content: "\25BC"
}

.data-down:before,.data-up:before {
    display: inline-block;
    margin: 0 5px 0 15px;
    vertical-align: baseline
}

#cdbpidata {
    background: rgba(216,216,216,.73);
    position: relative;
    z-index: 1;
    margin: -30px 0 0;
    padding: 0;
    overflow: hidden
}

#cdbpidata #advert-super-top-leaderboard {
    margin: 10px 0
}

#cdbpidata div.latest {
    display: flex;
    position: relative;
    float: left;
    width: 350px;
    font-size: 36pt;
    line-height: 115px;
    font-weight: 700;
    color: #909090;
    letter-spacing: -2px;
    white-space: nowrap;
    padding-left: 20px
}

#cdbpidata div.latest span.symbol {
    top: 10px;
    left: -30px;
    text-indent: 0
}

#cdbpidata div.latest span.percent {
    font-size: 20pt;
    letter-spacing: 0;
    padding: 0
}

#cdbpidata dl.data {
    float: right;
    width: 215px;
    margin-left: 25px
}

#cdbpidata dl.data dl {
    overflow: hidden
}

#cdbpidata dl.data dt {
    float: left;
    width: 50%;
    clear: left;
    font-size: 17px;
    color: #888;
    font-weight: 700
}

#cdbpidata dl.data dd {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 17px;
    font-weight: 500
}

#cdbpidata dl.data dd.first,#cdbpidata dl.data dt.first {
    padding: 0
}

#chartOptions {
    margin: 15px 0
}

div.main div.chart {
    height: 400px;
    line-height: 400px;
    text-align: center
}

#chart-share {
    position: relative
}

#chart-share label {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #888;
    margin: 0;
    padding: 15px 0
}

#chart-share input {
    display: block;
    padding: 8px 12px;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: 1px solid #c8c8c8;
    box-shadow: inset 2px 2px 0 #f2f2f2;
    outline: 0;
    color: #353536
}

#chart-share a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    margin: 0;
    outline: 0;
    background: #101820;
    color: #fff;
    padding: 9px 18px
}

div.sidebar .widget-price-historical {
    margin-bottom: 30px
}

div.sidebar .widget-price-calculator h2 {
    padding-top: 0
}

div.sidebar .widget-price-calculator form ul li {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px
}

div.sidebar .widget-price-calculator form input {
    float: left;
    border: 1px solid #c8c8c8;
    box-shadow: inset 2px 2px 0 #f2f2f2;
    width: 50%;
    background: #fff;
    color: #353536;
    text-align: right;
    padding-right: 18px!important
}

div.sidebar .widget-price-calculator form select {
    float: left;
    width: 50%
}

div.sidebar .widget-price-calculator form div.selector {
    float: right;
    width: 50%!important;
    border: none
}

div.sidebar .widget-price-calculator form p {
    color: #888;
    font-size: 13px
}

div.sidebar .uniform.btcinput,div.sidebar .uniform.fiatcurrency {
    border-color: #101820;
    box-shadow: none;
    background-color: #101820;
    color: #fff;
    text-align: left
}

#price-calculator ul li {
    position: relative
}

#price-calculator ul li i:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    font-size: 10px;
    content: "\25BC";
    color: #fff;
    cursor: pointer;
    margin-top: -6px
}

div.sidebar .widget-price-historical table {
    width: 100%
}

div.sidebar .widget-price-historical table thead {
    color: #888
}

div.sidebar .widget-price-historical table thead th {
    text-align: right;
    font-size: 15px;
    padding: 0 0 6px
}

div.sidebar .widget-price-historical table thead th:first-child {
    text-align: left
}

div.sidebar .widget-price-historical table tbody {
    color: #fff;
    display: none
}

div.sidebar .widget-price-historical table tbody.active {
    display: table-row-group
}

div.sidebar .widget-price-historical table tbody td,div.sidebar .widget-price-historical table tbody th {
    text-align: right;
    font-size: 13px;
    padding: 6px 0;
    color: #666
}

div.sidebar .widget-price-historical table tbody th {
    text-align: left
}

div.sidebar .widget-price-historical a {
    display: block;
    margin-top: 15px;
    text-align: center;
    background: #101820;
    color: #fff;
    padding: 10px 15px
}

.api pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border: 1px solid #000;
    background-color: #fcf9f0;
    margin-bottom: 10px;
    padding: 10px
}

.api h1 {
    font-size: 30px
}

.api h2 {
    margin-top: 40px
}

.api .endpoint li {
    font-weight: 700;
    list-style: none
}

.api blockquote em {
    font-weight: 700
}

.api blockquote code {
    color: #545454
}

#bpilatestnews .article:first-child {
    padding-top: 0
}

#aboutbpi ol,#aboutbpi ul {
    padding-bottom: 28px;
    list-style-type: circle;
    padding-left: 28px
}

#aboutbpi ol li,#aboutbpi ul li {
    padding-top: 5px;
    padding-left: 10px
}

#chartLinkOutput {
    display: none;
    margin-bottom: 20px;
    width: 730px;
    margin-left: auto;
    margin-right: auto
}

#chartLinkOutput .chartlinkurl {
    border: 1px solid #000;
    width: 370px;
    padding: 10px;
    background-color: #D5EBFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

#chartOptions {
    clear: left;
    margin-left: 10px
}

#chartOptions .getChartDateLink {
    cursor: pointer
}

body.page-template-template-bitcoinprice-php .single-title h1 {
    font-size: 48px
}

body.page-template-template-bitcoinprice-php .single-post.bitcoinprice ul {
    padding-left: 33px
}

div.grid_12.main.bitcoinprice,div.grid_12.main.data {
    width: 100%;
    background-color: #fff
}

div.grid_8.main.single-post.bitcoinprice h2 {
    padding-top: 0
}

div.grid_8.main.single-post.bitcoinprice>.article-share {
    margin-top: 0
}

div.grid_12.main.data .single-content .content {
    text-align: center;
    padding: 0 28px 28px
}

.exchangeOptions {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
    font-size: 12px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#fff));
    background: -webkit-linear-gradient(#f4f4f4,#fff);
    background: -moz-linear-gradient(#f4f4f4,#fff);
    background: -o-linear-gradient(#f4f4f4,#fff);
    background: linear-gradient(#f4f4f4,#fff);
    display: none
}

.exchangeOptions .toggle {
    cursor: pointer
}

.exchangeOptions .toggle:hover {
    text-decoration: underline
}

.exchangeOptions.active {
    display: block
}

.exchangeData label {
    float: left;
    clear: both;
    height: 22px
}

.button {
    background-color: #101820;
    border: none;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    margin: 0;
    padding: 9px 18px;
    width: auto
}

.below-price-chart {
    margin: 20px auto 6px;
    text-align: center
}

.below-price-chart-left {
    display: flex
}

.below-price-chart-right {
    z-index: 100
}

.price-chart-sponsor-text {
    color: #888;
    font-size: 12pt;
    margin-left: 100px
}

.price-chart-sponsor-logo {
    height: 35px!important;
    margin-left: 12px
}

.below-chart-button {
    background-color: #2b3035;
    font-weight: 500;
    font-size: 12pt;
    line-height: 14pt;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    color: #fff!important
}

h2.pricing-news-header {
    color: #353536;
    font-size: 14pt;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 25px;
    padding-top: 0
}

.bpi-lower-section {
    display: flex;
    padding: 0 30px
}

.bpi-lower-section div div.widget_coindesk_press_releases_widget h3 {
    font-size: 14pt;
    margin-bottom: 25px
}

.chart-type-slider {
    color: #888
}

.page-template-template-bitcoinprice .currency-title.BTC,.page-template-template-bitcoinprice .currency-title.ETH,.page-template-template-bitcoinprice .currency-title.XRP {
    display: none
}

.tools-header {
    background: #f1f1f1;
    padding: 0 15px
}

.tools-header h1 {
    font-size: 30px;
    margin: 0;
    padding: 0 0 30px
}

.currencyconverter .description {
    margin-bottom: 30px
}

.currencyconverter .description .header-mini {
    margin-bottom: 15px
}

.exchangeratecontainer {
    font-size: 26px;
    margin: 0 0 30px
}

.exchangeratecontainer input[type=text] {
    padding: 5px;
    border: 1px solid #c8c8c8;
    box-shadow: inset 2px 2px 2px #f2f2f2;
    text-align: center;
    font-size: 26px;
    width: 30%;
    outline: 0
}

.exchangeratecontainer input[type=text]:focus,.exchangeratecontainer select:hover {
    box-shadow: 0 0 2px #fcc118
}

.exchangeratecontainer select {
    font-size: 15px;
    border: 0
}

.exchangeratecontainer #fiatcurrency {
    width: 12%
}

#fiatcurrencymobile {
    display: none
}

#networkchart {
    height: 300px
}

.table.half th {
    width: 50%
}

.stat-block {
    padding-top: 1.8125em;
    padding-bottom: 1.8125em;
    border: 1px solid #d9d9d9;
    border-left: 0 none
}

.stat-block.no-border,.stat-block.no-border:first-child {
    border: none
}

.stat-block:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 6px 0 0 6px
}

.stat-block:last-child {
    border-radius: 0 6px 6px 0
}

.stat-block:only-child {
    border-radius: 6px
}

.stat-block p {
    max-width: 100%;
    margin-bottom: 0
}

.stat-block h2 {
    color: #fcc118;
    font-size: 28px
}

.network-data a {
    color: inherit;
    border-bottom: 1px dotted
}

.network-data a:hover {
    border-bottom: 1px solid
}

.coin {
    height: 140px;
    width: 140px;
    margin: 0 auto;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 80%
}

.coin.bitcoin {
    background-image: url(../../images/icon_bitcoin.svg)
}

.coin.litecoin {
    background-image: url(../../images/icon_litecoin.svg)
}

.tabcoin {
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin-bottom: -2px;
    margin-right: .3em;
    width: 1em;
    box-shadow: 0 1px 0 rgba(0,0,0,.1)
}

.tabcoin.bitcoin {
    background-color: #FBC001
}

.tabcoin.litecoin {
    background-color: #B2B2B2
}

.footer-nav {
    padding: 30px 0;
    background: #101820;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (min-width: 0) and (max-width:767px) {
    .footer-nav {
        padding-bottom:30px!important
    }
}

.footer-nav .footer-logo {
    height: 53px;
    padding: 0 35px
}

.footer-nav .row {
    width: 100%!important;
    position: relative
}

.footer-nav .row>span,.footer-nav .row>ul {
    display: inline-block;
    margin: 0
}

.footer-nav .row>span {
    font-weight: 600;
    margin: 0 5px 0 0;
    white-space: nowrap
}

.footer-nav .row>ul li {
    display: inline-block;
    margin: 0 5px
}

.social-footer-wrap {
    display: none
}

.bottomNav li a:focus,.bottomNav li a:hover {
    opacity: .8
}

.bottomNav li a {
    color: #888
}

.page-template-template-eventsconsensus2015nosidebar .header-alert-banner-inner {
    width: inherit
}

.page-template-template-eventsconsensus2015nosidebar .main {
    width: 1248px
}

.consensus-2015 .single-content ol,.consensus-2015 .single-content ul {
    padding-left: 0
}

.consensus-2015 a {
    color: #bd5c8b
}

.consensus-2015 header {
    background: url(../../images/events/consensus-2015/hexagons.png) 680px -90px no-repeat #353536;
    text-align: center;
    position: relative
}

.consensus-2015 header .logo {
    position: absolute;
    left: 40px;
    top: 20px
}

.consensus-2015 header .logo:hover {
    opacity: .7
}

.consensus-2015 header .date {
    position: absolute;
    right: 40px;
    top: 35px
}

.consensus-2015 header .headline {
    padding: 50px 0
}

.consensus-2015 header .sponsors {
    margin: 0;
    opacity: .8;
    padding: 20px 0;
    background-color: #f2f3f4;
    text-align: center
}

.consensus-2015 header .sponsors li {
    margin: 0 5px;
    text-align: center;
    display: inline-block
}

.consensus-2015 header .sponsors li img {
    max-height: 25px
}

.consensus-2015 header .sponsors li img.coinalytics,.consensus-2015 header .sponsors li img.coinbase,.consensus-2015 header .sponsors li img.general-assembly,.consensus-2015 header .sponsors li img.ideo-futures {
    height: 13px
}

.consensus-2015 header .sponsors li img.itbit,.consensus-2015 header .sponsors li img.netki {
    height: 17px
}

.consensus-2015 header .sponsors li img.ledger-wallet {
    height: 18px
}

.consensus-2015 header .sponsors li img.citi {
    height: 20px
}

.consensus-2015 header .sponsors li img.braintree-dev {
    height: 21px
}

.consensus-2015 header .sponsors li img.chain,.consensus-2015 header .sponsors li img.gyft,.consensus-2015 header .sponsors li img.keepkey {
    height: 24px
}

.consensus-2015 header a.consensus-2016 {
    background: rgba(215,53,119,.9);
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px
}

.consensus-2015 header a.consensus-2016:hover {
    opacity: .9
}

.consensus-2015 .single-content {
    padding: 30px 0
}

.consensus-2015 .single-content a.button {
    display: block;
    padding: 15px 10px;
    background-color: #d9a0bb;
    color: rgba(0,0,0,.8);
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.consensus-2015 .single-content a.button:hover {
    border-bottom: 0;
    opacity: .8
}

.consensus-2015 .single-content a.button.apply {
    background-color: #38CF8E
}

.consensus-2015 .single-content ul.navigation {
    background: 0 0;
    margin-bottom: 25px;
    border-bottom: 5px solid #d7dadc;
    height: 30px;
    text-align: center
}

.consensus-2015 .single-content ul.navigation li {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-size: 17px;
    margin: 0 10px;
    padding: 0;
    list-style: none
}

.consensus-2015 .single-content ul.navigation li.active {
    font-weight: 700;
    border-bottom: 5px solid #00A69C
}

.consensus-2015 .single-content ul.navigation li:hover {
    border-bottom: 5px solid #00A69C
}

.consensus-2015 .single-content ul.navigation li a {
    display: block;
    height: 100%;
    color: #353536
}

.consensus-2015 .single-content ul.navigation li a:hover {
    border-bottom: 0
}

.consensus-2015 .single-content ul.navigation li a.promotion {
    position: relative
}

.consensus-2015 .single-content ul.navigation li a.promotion span {
    position: absolute;
    font-weight: 400;
    width: 200px;
    color: #fff;
    background: #EC5043;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    visibility: visible;
    bottom: 30px;
    top: -40px;
    margin-left: -130px;
    z-index: 10
}

.consensus-2015 .single-content ul.navigation li a.promotion span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #EC5043;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.consensus-2015 .single-content .purchase-confirmation {
    text-align: center
}

.consensus-2015 .sidebar>h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    text-align: center
}

.consensus-2015 .sidebar>h4,.consensus-2015 .sidebar>h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center
}

.consensus-2015 .sidebar .map {
    border: 0;
    margin-top: 25px
}

.consensus-2015 .sidebar .button {
    margin: 0 auto 20px
}

.consensus-2015 .sidebar .share-bar {
    margin-top: 35px;
    width: 100%
}

.consensus-2015 .sidebar .share-bar .count {
    display: none
}

.consensus-2015 .sidebar .share-bar li {
    width: 16.666%;
    margin: 0
}

.consensus-2015 .sidebar .event-countdown {
    text-align: center;
    background-color: #fff;
    color: rgba(0,0,0,.7);
    padding: 10px 0;
    margin-bottom: 0
}

.consensus-2015 .sidebar .event-countdown h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500
}

.consensus-2015 .sidebar .event-countdown .counters>div {
    display: inline-block;
    margin: 0 10px;
    font-weight: 700;
    font-variant: small-caps
}

.consensus-2015 .sidebar .event-countdown .warning {
    margin-top: 10px
}

.consensus-2015 .speakers {
    margin: 0 -50px
}

.consensus-2015 .speakers p {
    font-size: 14px;
    margin-bottom: 8px
}

.consensus-2015 .speakers h3,.consensus-2015 .speakers h4 {
    margin-bottom: 5px;
    font-size: 15px
}

.consensus-2015 .speakers .line {
    margin-bottom: 13px
}

.consensus-2015 .speakers .line h3 {
    font-size: 18px;
    margin-bottom: 2px
}

.consensus-2015 .speakers .line p {
    line-height: 23px
}

.consensus-2015 .speakers .line:not(:last-child):after {
    content: '* * *';
    color: #d7dadc;
    font-size: 25px;
    margin: 0 auto;
    padding-top: 5px
}

.consensus-2015 .speaker-highlights p {
    margin-bottom: 5px
}

.consensus-2015 .speaker-highlights .line {
    padding: 6px 0
}

.consensus-2015 .image-wrapper {
    position: relative;
    display: inline-block
}

.consensus-2015 .image-wrapper img {
    display: block;
    width: 100%
}

.consensus-2015 .image-wrapper p {
    display: none
}

.consensus-2015 .image-wrapper .image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(134,159,173,.3)
}

.consensus-2015 .eventbrite {
    height: 540px;
    margin-top: 20px;
    width: 100%
}

.consensus-2015 ul {
    text-align: left
}

.consensus-2015 ul li {
    padding-bottom: 0;
    list-style: none
}

.consensus-2015 .text {
    padding: 0 100px 20px
}

.consensus-2015 .text ul li:before {
    content: 'â€¢';
    font-size: 150%;
    padding-right: 10px
}

.consensus-2015 p {
    line-height: 27px
}

.consensus-2015 h3.section-heading {
    text-align: center;
    font-size: 25px!important;
    border-bottom: 4px solid #d7dadc;
    padding: 10px 0;
    margin-bottom: 20px
}

.consensus-2015 .button {
    width: 250px;
    margin: 30px auto 0
}

.consensus-2015 section {
    margin-bottom: 60px
}

.consensus-2015 blockquote {
    margin-top: 0!important
}

.consensus-2015 .map {
    width: 100%;
    margin-bottom: 10px
}

.consensus-2015 ul.share-bar {
    margin: 0 auto;
    width: 350px
}

.consensus-2015 ul.share-bar .count {
    display: none
}

.consensus-2015 ul.share-bar li {
    width: 16.666%!important;
    margin: 0
}

.consensus-2015 ul.share-bar li:before {
    content: '';
    padding: 0
}

.consensus-2015 .keep-updated {
    text-align: center
}

.consensus-2015 iframe.typeform {
    width: 100%;
    height: 700px;
    margin-bottom: 40px
}

.consensus-2015.news .article-wrapper .article {
    border: 0;
    padding: 0
}

.consensus-2015.news .article-wrapper .article div.post-info {
    padding-left: 0
}

.consensus-2015.news .article-wrapper .article div.post-info h3 a {
    display: inline
}

.consensus-2015.news .article-wrapper .article div.post-info p {
    margin-bottom: 10px
}

.consensus-2015.news .article-wrapper .article .picture {
    height: auto
}

.consensus-2015.news .article-wrapper:not(:last-child):after {
    content: '* * *';
    color: #d7dadc;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 25px;
    padding: 15px 0
}

.consensus-2015 .media {
    text-align: center
}

.consensus-2015 .media .logos {
    text-align: center;
    margin: 20px 0 50px;
    opacity: .5
}

.consensus-2015 .media .logos .line {
    margin-bottom: 25px
}

.consensus-2015 .media .logos .line img {
    max-width: 200px;
    margin: 0 13px
}

.consensus-2015 .sponsors h2 {
    font-size: 20px;
    text-align: center
}

.consensus-2015 .sponsors .brands {
    margin: 30px 0 50px
}

.consensus-2015 .sponsors .brands li {
    text-align: center
}

.consensus-2015 .sponsors .brands li p {
    display: none
}

.consensus-2015 .sponsors .brands li:before {
    content: '';
    padding: 0
}

.consensus-2015 .sponsors .brands li:not(:last-child):after {
    display: block;
    content: '* * *';
    color: #d7dadc;
    font-size: 25px;
    margin: 40px 0 0
}

.consensus-2015 .sponsors .brands li .line .image-wrapper {
    width: 100%
}

.consensus-2015 .sponsors .brands li .line .image-wrapper img {
    margin: 0 auto;
    max-height: 100px;
    width: auto
}

.consensus-2015 .sponsors .brands li .line .image-wrapper a:hover img {
    opacity: .7
}

.consensus-2015 .sponsors .brands li .line.title-sponsor .image-wrapper {
    height: 130px
}

.consensus-2015 .sponsors .brands li .line.makeathon-sponsors .image-wrapper {
    height: 145px
}

.consensus-2015 .sponsors .brands li .line.makeathon-sponsors .image-wrapper .braintree-dev,.consensus-2015 .sponsors .brands li .line.makeathon-sponsors .image-wrapper .coinbase {
    margin-top: 20px
}

.consensus-2015 .sponsors .brands li .line.makeathon-sponsors .image-wrapper .keepkey {
    height: 90px
}

.consensus-2015 .sponsors .brands li .line.other-sponsors .image-wrapper {
    height: 140px
}

.consensus-2015 .sponsors .brands li .line.other-sponsors .image-wrapper .coinalytics,.consensus-2015 .sponsors .brands li .line.other-sponsors .image-wrapper .ledger-wallet {
    margin-top: 28px
}

.consensus-2015 .sponsors .brands li .line.other-sponsors .image-wrapper .itbit {
    margin-top: 18px;
    width: 80%
}

.consensus-2015 .sponsors .brands li .line.makeathon-partners .image-wrapper {
    height: 70px
}

.consensus-2015 .sponsors .brands li .line.partners .image-wrapper {
    height: 140px
}

.consensus-2015 .sponsors .brands li .line.partners .image-wrapper img.digital-currency-council,.consensus-2015 .sponsors .brands li .line.partners .image-wrapper img.the-bay-pay-forum {
    margin-top: 23px
}

.consensus-2015 .sponsors .brands li .line.partners .image-wrapper img.plug-and-play {
    margin-top: 25px
}

.consensus-2015 .sponsors .brands li .line.partners .image-wrapper img.the-paypers {
    margin-top: 38px
}

.consensus-2015 .sponsors .brands li .line.partners .image-wrapper img.coin-center {
    margin-top: 41px
}

.consensus-2015 .sponsors .brands li .line.partners .image-wrapper img.chamber-of-digital-commerce {
    margin-top: 15px
}

.consensus-2015 .sponsors .brands h3 {
    margin-top: 20px;
    color: #95a5a6
}

.consensus-2015 .sponsors iframe.flickr {
    margin-bottom: 25px
}

.consensus-2015.alert {
    background-color: #353536;
    color: #fff;
    text-align: center;
    margin: 0 -15px 20px
}

.consensus-2015.alert>a {
    display: block;
    padding: 7px;
    height: 100%
}

.consensus-2015.alert>a .speaker {
    color: #fff
}

.consensus-2015.alert>a .saving {
    margin-top: 5px;
    color: #13a89e
}

.consensus-2015 .line.general-assembly {
    margin: 20px 0 35px
}

.consensus-2015 .who-is-coming {
    text-align: center
}

.consensus-2015 .who-is-coming .slider {
    width: 90%;
    margin: 0 auto 80px
}

.consensus-2015 .who-is-coming .slick-slide {
    margin: 0 10px;
    height: 90px;
    text-align: center
}

.consensus-2015 .who-is-coming .slick-slide img {
    width: 100px;
    vertical-align: middle;
    display: inline-block
}

.consensus-2015 .who-is-coming .slick-slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.consensus-2015 .who-is-coming .slick-slide:focus {
    outline: 0
}

.consensus-2015 .who-is-coming .slick-next:before,.consensus-2015 .who-is-coming .slick-prev:before {
    color: #d9a0bb
}

.consensus-2015 .who-is-coming ul.slick-dots {
    margin-bottom: 0;
    padding: 0;
    height: 30px;
    text-align: center
}

.consensus-2015 .who-is-coming ul.slick-dots li {
    display: inline-block!important;
    margin: 0 12px
}

.consensus-2015 .who-is-coming ul.slick-dots li:before {
    content: ''
}

.consensus-2015 table.schedule {
    margin: 0 auto 40px;
    width: 100%;
    border-top: 1px solid #eee
}

.consensus-2015 table.schedule tr {
    height: 40px;
    border-bottom: 1px solid #eee
}

.consensus-2015 table.schedule tr td {
    padding: 15px
}

.consensus-2015 table.schedule tr td.start {
    border-right: 2px solid #dddee0;
    font-weight: 700;
    text-align: right;
    width: 80px;
    font-size: 14px
}

.consensus-2015 table.schedule tr td.detail h3 {
    margin-bottom: 0;
    font-size: 14px
}

.consensus-2015 table.schedule tr td.detail p.description {
    display: none;
    margin-top: 5px;
    font-size: 14px
}

.consensus-2015 table.schedule tr td.detail p.description span {
    opacity: 0
}

.consensus-2015 table.schedule tr td.who {
    color: #a6aaa8;
    width: 200px
}

.consensus-2015 table.schedule tr td.who ul {
    display: none;
    padding: 0;
    margin: 0
}

.consensus-2015 table.schedule tr td.who ul li {
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px
}

.consensus-2015 table.schedule tr td.who ul li:before {
    content: ''!important;
    padding: 0
}

.consensus-2015 table.schedule tr:hover td.detail,.consensus-2015 table.schedule tr:hover td.who {
    background-color: #fceaf3;
    cursor: pointer
}

.page-template-template-eventsconsensus2016about .header-alert-banner-inner,.page-template-template-eventsconsensus2016agenda .header-alert-banner-inner,.page-template-template-eventsconsensus2016agendaprivate .header-alert-banner-inner,.page-template-template-eventsconsensus2016announcements .header-alert-banner-inner,.page-template-template-eventsconsensus2016antiharassment .header-alert-banner-inner,.page-template-template-eventsconsensus2016attendees .header-alert-banner-inner,.page-template-template-eventsconsensus2016faqs .header-alert-banner-inner,.page-template-template-eventsconsensus2016hackathon .header-alert-banner-inner,.page-template-template-eventsconsensus2016media .header-alert-banner-inner,.page-template-template-eventsconsensus2016pitchcompetition .header-alert-banner-inner,.page-template-template-eventsconsensus2016register .header-alert-banner-inner,.page-template-template-eventsconsensus2016registered .header-alert-banner-inner,.page-template-template-eventsconsensus2016speakers .header-alert-banner-inner,.page-template-template-eventsconsensus2016sponsors .header-alert-banner-inner,.page-template-template-eventsconsensus2016video .header-alert-banner-inner,.page-template-template-eventsconsensus2017about .header-alert-banner-inner,.page-template-template-eventsconsensus2017livestream .header-alert-banner-inner,.page-template-template-eventsconsensus2017register .header-alert-banner-inner,.page-template-template-eventsconsensus2017replays .header-alert-banner-inner,.page-template-template-eventsconsensus2018about .header-alert-banner-inner,.page-template-template-eventsconsensus2018inner .header-alert-banner-inner,.page-template-template-eventsconstruct2017about .header-alert-banner-inner,.page-template-template-eventsconstruct2017register .header-alert-banner-inner,.page-template-template-eventsinvest2017about .header-alert-banner-inner,.page-template-template-eventsinvest2017inner .header-alert-banner-inner,.page-template-template-eventsinvest2017replays .header-alert-banner-inner,.page-template-template-icoregwall .header-alert-banner-inner,.page-template-template-researchregwall .header-alert-banner-inner {
    width: auto
}

.page-template-template-eventsconsensus2016about .content,.page-template-template-eventsconsensus2016agenda .content,.page-template-template-eventsconsensus2016agendaprivate .content,.page-template-template-eventsconsensus2016announcements .content,.page-template-template-eventsconsensus2016antiharassment .content,.page-template-template-eventsconsensus2016attendees .content,.page-template-template-eventsconsensus2016faqs .content,.page-template-template-eventsconsensus2016hackathon .content,.page-template-template-eventsconsensus2016media .content,.page-template-template-eventsconsensus2016pitchcompetition .content,.page-template-template-eventsconsensus2016register .content,.page-template-template-eventsconsensus2016registered .content,.page-template-template-eventsconsensus2016speakers .content,.page-template-template-eventsconsensus2016sponsors .content,.page-template-template-eventsconsensus2016video .content,.page-template-template-eventsconsensus2017about .content,.page-template-template-eventsconsensus2017livestream .content,.page-template-template-eventsconsensus2017register .content,.page-template-template-eventsconsensus2017replays .content,.page-template-template-eventsconsensus2018about .content,.page-template-template-eventsconsensus2018inner .content,.page-template-template-eventsconstruct2017about .content,.page-template-template-eventsconstruct2017register .content,.page-template-template-eventsinvest2017about .content,.page-template-template-eventsinvest2017inner .content,.page-template-template-eventsinvest2017replays .content,.page-template-template-icoregwall .content,.page-template-template-researchregwall .content {
    display: block;
    background: #fff
}

.page-template-template-eventsconsensus2016about .content .main,.page-template-template-eventsconsensus2016agenda .content .main,.page-template-template-eventsconsensus2016agendaprivate .content .main,.page-template-template-eventsconsensus2016announcements .content .main,.page-template-template-eventsconsensus2016antiharassment .content .main,.page-template-template-eventsconsensus2016attendees .content .main,.page-template-template-eventsconsensus2016faqs .content .main,.page-template-template-eventsconsensus2016hackathon .content .main,.page-template-template-eventsconsensus2016media .content .main,.page-template-template-eventsconsensus2016pitchcompetition .content .main,.page-template-template-eventsconsensus2016register .content .main,.page-template-template-eventsconsensus2016registered .content .main,.page-template-template-eventsconsensus2016speakers .content .main,.page-template-template-eventsconsensus2016sponsors .content .main,.page-template-template-eventsconsensus2016video .content .main,.page-template-template-eventsconsensus2017about .content .main,.page-template-template-eventsconsensus2017livestream .content .main,.page-template-template-eventsconsensus2017register .content .main,.page-template-template-eventsconsensus2017replays .content .main,.page-template-template-eventsconsensus2018about .content .main,.page-template-template-eventsconsensus2018inner .content .main,.page-template-template-eventsconstruct2017about .content .main,.page-template-template-eventsconstruct2017register .content .main,.page-template-template-eventsinvest2017about .content .main,.page-template-template-eventsinvest2017inner .content .main,.page-template-template-eventsinvest2017replays .content .main,.page-template-template-icoregwall .content .main,.page-template-template-researchregwall .content .main {
    min-height: inherit;
    width: auto
}

.page-template-template-eventsconsensus2016about .content p,.page-template-template-eventsconsensus2016agenda .content p,.page-template-template-eventsconsensus2016agendaprivate .content p,.page-template-template-eventsconsensus2016announcements .content p,.page-template-template-eventsconsensus2016antiharassment .content p,.page-template-template-eventsconsensus2016attendees .content p,.page-template-template-eventsconsensus2016faqs .content p,.page-template-template-eventsconsensus2016hackathon .content p,.page-template-template-eventsconsensus2016media .content p,.page-template-template-eventsconsensus2016pitchcompetition .content p,.page-template-template-eventsconsensus2016register .content p,.page-template-template-eventsconsensus2016registered .content p,.page-template-template-eventsconsensus2016speakers .content p,.page-template-template-eventsconsensus2016sponsors .content p,.page-template-template-eventsconsensus2016video .content p,.page-template-template-eventsconsensus2017about .content p,.page-template-template-eventsconsensus2017livestream .content p,.page-template-template-eventsconsensus2017register .content p,.page-template-template-eventsconsensus2017replays .content p,.page-template-template-eventsconsensus2018about .content p,.page-template-template-eventsconsensus2018inner .content p,.page-template-template-eventsconstruct2017about .content p,.page-template-template-eventsconstruct2017register .content p,.page-template-template-eventsinvest2017about .content p,.page-template-template-eventsinvest2017inner .content p,.page-template-template-eventsinvest2017replays .content p,.page-template-template-icoregwall .content p,.page-template-template-researchregwall .content p {
    font-size: 16px;
    line-height: 30px;
    color: #898989;
    text-align: center;
    margin: 16px 0
}

.page-template-template-eventsconsensus2016about .content section a,.page-template-template-eventsconsensus2016agenda .content section a,.page-template-template-eventsconsensus2016agendaprivate .content section a,.page-template-template-eventsconsensus2016announcements .content section a,.page-template-template-eventsconsensus2016antiharassment .content section a,.page-template-template-eventsconsensus2016attendees .content section a,.page-template-template-eventsconsensus2016faqs .content section a,.page-template-template-eventsconsensus2016hackathon .content section a,.page-template-template-eventsconsensus2016media .content section a,.page-template-template-eventsconsensus2016pitchcompetition .content section a,.page-template-template-eventsconsensus2016register .content section a,.page-template-template-eventsconsensus2016registered .content section a,.page-template-template-eventsconsensus2016speakers .content section a,.page-template-template-eventsconsensus2016sponsors .content section a,.page-template-template-eventsconsensus2016video .content section a,.page-template-template-eventsconsensus2017about .content section a,.page-template-template-eventsconsensus2017livestream .content section a,.page-template-template-eventsconsensus2017register .content section a,.page-template-template-eventsconsensus2017replays .content section a,.page-template-template-eventsconsensus2018about .content section a,.page-template-template-eventsconsensus2018inner .content section a,.page-template-template-eventsconstruct2017about .content section a,.page-template-template-eventsconstruct2017register .content section a,.page-template-template-eventsinvest2017about .content section a,.page-template-template-eventsinvest2017inner .content section a,.page-template-template-eventsinvest2017replays .content section a,.page-template-template-icoregwall .content section a,.page-template-template-researchregwall .content section a {
    color: #00A69C;
    font-weight: 700
}

.page-template-template-eventsconsensus2016about .content section a:hover,.page-template-template-eventsconsensus2016agenda .content section a:hover,.page-template-template-eventsconsensus2016agendaprivate .content section a:hover,.page-template-template-eventsconsensus2016announcements .content section a:hover,.page-template-template-eventsconsensus2016antiharassment .content section a:hover,.page-template-template-eventsconsensus2016attendees .content section a:hover,.page-template-template-eventsconsensus2016faqs .content section a:hover,.page-template-template-eventsconsensus2016hackathon .content section a:hover,.page-template-template-eventsconsensus2016media .content section a:hover,.page-template-template-eventsconsensus2016pitchcompetition .content section a:hover,.page-template-template-eventsconsensus2016register .content section a:hover,.page-template-template-eventsconsensus2016registered .content section a:hover,.page-template-template-eventsconsensus2016speakers .content section a:hover,.page-template-template-eventsconsensus2016sponsors .content section a:hover,.page-template-template-eventsconsensus2016video .content section a:hover,.page-template-template-eventsconsensus2017about .content section a:hover,.page-template-template-eventsconsensus2017livestream .content section a:hover,.page-template-template-eventsconsensus2017register .content section a:hover,.page-template-template-eventsconsensus2017replays .content section a:hover,.page-template-template-eventsconsensus2018about .content section a:hover,.page-template-template-eventsconsensus2018inner .content section a:hover,.page-template-template-eventsconstruct2017about .content section a:hover,.page-template-template-eventsconstruct2017register .content section a:hover,.page-template-template-eventsinvest2017about .content section a:hover,.page-template-template-eventsinvest2017inner .content section a:hover,.page-template-template-eventsinvest2017replays .content section a:hover,.page-template-template-icoregwall .content section a:hover,.page-template-template-researchregwall .content section a:hover {
    opacity: .8
}

.page-template-template-eventsconsensus2016about .content section h1,.page-template-template-eventsconsensus2016about .content section h2,.page-template-template-eventsconsensus2016about .content section h3,.page-template-template-eventsconsensus2016agenda .content section h1,.page-template-template-eventsconsensus2016agenda .content section h2,.page-template-template-eventsconsensus2016agenda .content section h3,.page-template-template-eventsconsensus2016agendaprivate .content section h1,.page-template-template-eventsconsensus2016agendaprivate .content section h2,.page-template-template-eventsconsensus2016agendaprivate .content section h3,.page-template-template-eventsconsensus2016announcements .content section h1,.page-template-template-eventsconsensus2016announcements .content section h2,.page-template-template-eventsconsensus2016announcements .content section h3,.page-template-template-eventsconsensus2016antiharassment .content section h1,.page-template-template-eventsconsensus2016antiharassment .content section h2,.page-template-template-eventsconsensus2016antiharassment .content section h3,.page-template-template-eventsconsensus2016attendees .content section h1,.page-template-template-eventsconsensus2016attendees .content section h2,.page-template-template-eventsconsensus2016attendees .content section h3,.page-template-template-eventsconsensus2016faqs .content section h1,.page-template-template-eventsconsensus2016faqs .content section h2,.page-template-template-eventsconsensus2016faqs .content section h3,.page-template-template-eventsconsensus2016hackathon .content section h1,.page-template-template-eventsconsensus2016hackathon .content section h2,.page-template-template-eventsconsensus2016hackathon .content section h3,.page-template-template-eventsconsensus2016media .content section h1,.page-template-template-eventsconsensus2016media .content section h2,.page-template-template-eventsconsensus2016media .content section h3,.page-template-template-eventsconsensus2016pitchcompetition .content section h1,.page-template-template-eventsconsensus2016pitchcompetition .content section h2,.page-template-template-eventsconsensus2016pitchcompetition .content section h3,.page-template-template-eventsconsensus2016register .content section h1,.page-template-template-eventsconsensus2016register .content section h2,.page-template-template-eventsconsensus2016register .content section h3,.page-template-template-eventsconsensus2016registered .content section h1,.page-template-template-eventsconsensus2016registered .content section h2,.page-template-template-eventsconsensus2016registered .content section h3,.page-template-template-eventsconsensus2016speakers .content section h1,.page-template-template-eventsconsensus2016speakers .content section h2,.page-template-template-eventsconsensus2016speakers .content section h3,.page-template-template-eventsconsensus2016sponsors .content section h1,.page-template-template-eventsconsensus2016sponsors .content section h2,.page-template-template-eventsconsensus2016sponsors .content section h3,.page-template-template-eventsconsensus2016video .content section h1,.page-template-template-eventsconsensus2016video .content section h2,.page-template-template-eventsconsensus2016video .content section h3,.page-template-template-eventsconsensus2017about .content section h1,.page-template-template-eventsconsensus2017about .content section h2,.page-template-template-eventsconsensus2017about .content section h3,.page-template-template-eventsconsensus2017livestream .content section h1,.page-template-template-eventsconsensus2017livestream .content section h2,.page-template-template-eventsconsensus2017livestream .content section h3,.page-template-template-eventsconsensus2017register .content section h1,.page-template-template-eventsconsensus2017register .content section h2,.page-template-template-eventsconsensus2017register .content section h3,.page-template-template-eventsconsensus2017replays .content section h1,.page-template-template-eventsconsensus2017replays .content section h2,.page-template-template-eventsconsensus2017replays .content section h3,.page-template-template-eventsconsensus2018about .content section h1,.page-template-template-eventsconsensus2018about .content section h2,.page-template-template-eventsconsensus2018about .content section h3,.page-template-template-eventsconsensus2018inner .content section h1,.page-template-template-eventsconsensus2018inner .content section h2,.page-template-template-eventsconsensus2018inner .content section h3,.page-template-template-eventsconstruct2017about .content section h1,.page-template-template-eventsconstruct2017about .content section h2,.page-template-template-eventsconstruct2017about .content section h3,.page-template-template-eventsconstruct2017register .content section h1,.page-template-template-eventsconstruct2017register .content section h2,.page-template-template-eventsconstruct2017register .content section h3,.page-template-template-eventsinvest2017about .content section h1,.page-template-template-eventsinvest2017about .content section h2,.page-template-template-eventsinvest2017about .content section h3,.page-template-template-eventsinvest2017inner .content section h1,.page-template-template-eventsinvest2017inner .content section h2,.page-template-template-eventsinvest2017inner .content section h3,.page-template-template-eventsinvest2017replays .content section h1,.page-template-template-eventsinvest2017replays .content section h2,.page-template-template-eventsinvest2017replays .content section h3,.page-template-template-icoregwall .content section h1,.page-template-template-icoregwall .content section h2,.page-template-template-icoregwall .content section h3,.page-template-template-researchregwall .content section h1,.page-template-template-researchregwall .content section h2,.page-template-template-researchregwall .content section h3 {
    text-align: center;
    color: #111;
    text-transform: uppercase
}

.page-template-template-eventsconsensus2016about .content .container,.page-template-template-eventsconsensus2016agenda .content .container,.page-template-template-eventsconsensus2016agendaprivate .content .container,.page-template-template-eventsconsensus2016announcements .content .container,.page-template-template-eventsconsensus2016antiharassment .content .container,.page-template-template-eventsconsensus2016attendees .content .container,.page-template-template-eventsconsensus2016faqs .content .container,.page-template-template-eventsconsensus2016hackathon .content .container,.page-template-template-eventsconsensus2016media .content .container,.page-template-template-eventsconsensus2016pitchcompetition .content .container,.page-template-template-eventsconsensus2016register .content .container,.page-template-template-eventsconsensus2016registered .content .container,.page-template-template-eventsconsensus2016speakers .content .container,.page-template-template-eventsconsensus2016sponsors .content .container,.page-template-template-eventsconsensus2016video .content .container,.page-template-template-eventsconsensus2017about .content .container,.page-template-template-eventsconsensus2017livestream .content .container,.page-template-template-eventsconsensus2017register .content .container,.page-template-template-eventsconsensus2017replays .content .container,.page-template-template-eventsconsensus2018about .content .container,.page-template-template-eventsconsensus2018inner .content .container,.page-template-template-eventsconstruct2017about .content .container,.page-template-template-eventsconstruct2017register .content .container,.page-template-template-eventsinvest2017about .content .container,.page-template-template-eventsinvest2017inner .content .container,.page-template-template-eventsinvest2017replays .content .container,.page-template-template-icoregwall .content .container,.page-template-template-researchregwall .content .container {
    width: 1134px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page-template-template-eventsconsensus2016about .content .container section,.page-template-template-eventsconsensus2016agenda .content .container section,.page-template-template-eventsconsensus2016agendaprivate .content .container section,.page-template-template-eventsconsensus2016announcements .content .container section,.page-template-template-eventsconsensus2016antiharassment .content .container section,.page-template-template-eventsconsensus2016attendees .content .container section,.page-template-template-eventsconsensus2016faqs .content .container section,.page-template-template-eventsconsensus2016hackathon .content .container section,.page-template-template-eventsconsensus2016media .content .container section,.page-template-template-eventsconsensus2016pitchcompetition .content .container section,.page-template-template-eventsconsensus2016register .content .container section,.page-template-template-eventsconsensus2016registered .content .container section,.page-template-template-eventsconsensus2016speakers .content .container section,.page-template-template-eventsconsensus2016sponsors .content .container section,.page-template-template-eventsconsensus2016video .content .container section,.page-template-template-eventsconsensus2017about .content .container section,.page-template-template-eventsconsensus2017livestream .content .container section,.page-template-template-eventsconsensus2017register .content .container section,.page-template-template-eventsconsensus2017replays .content .container section,.page-template-template-eventsconsensus2018about .content .container section,.page-template-template-eventsconsensus2018inner .content .container section,.page-template-template-eventsconstruct2017about .content .container section,.page-template-template-eventsconstruct2017register .content .container section,.page-template-template-eventsinvest2017about .content .container section,.page-template-template-eventsinvest2017inner .content .container section,.page-template-template-eventsinvest2017replays .content .container section,.page-template-template-icoregwall .content .container section,.page-template-template-researchregwall .content .container section {
    margin: 40px 0 50px;
    text-align: center
}

.page-template-template-eventsconsensus2016about .content .hero,.page-template-template-eventsconsensus2016agenda .content .hero,.page-template-template-eventsconsensus2016agendaprivate .content .hero,.page-template-template-eventsconsensus2016announcements .content .hero,.page-template-template-eventsconsensus2016antiharassment .content .hero,.page-template-template-eventsconsensus2016attendees .content .hero,.page-template-template-eventsconsensus2016faqs .content .hero,.page-template-template-eventsconsensus2016hackathon .content .hero,.page-template-template-eventsconsensus2016media .content .hero,.page-template-template-eventsconsensus2016pitchcompetition .content .hero,.page-template-template-eventsconsensus2016register .content .hero,.page-template-template-eventsconsensus2016registered .content .hero,.page-template-template-eventsconsensus2016speakers .content .hero,.page-template-template-eventsconsensus2016sponsors .content .hero,.page-template-template-eventsconsensus2016video .content .hero,.page-template-template-eventsconsensus2017about .content .hero,.page-template-template-eventsconsensus2017livestream .content .hero,.page-template-template-eventsconsensus2017register .content .hero,.page-template-template-eventsconsensus2017replays .content .hero,.page-template-template-eventsconsensus2018about .content .hero,.page-template-template-eventsconsensus2018inner .content .hero,.page-template-template-eventsconstruct2017about .content .hero,.page-template-template-eventsconstruct2017register .content .hero,.page-template-template-eventsinvest2017about .content .hero,.page-template-template-eventsinvest2017inner .content .hero,.page-template-template-eventsinvest2017replays .content .hero,.page-template-template-icoregwall .content .hero,.page-template-template-researchregwall .content .hero {
    text-align: center;
    position: relative;
    overflow: auto;
    display: table;
    width: 100%;
    background-image: url(../../images/events/consensus-2016/hero-bg.png);
    background-attachment: fixed;
    background-size: cover
}

.page-template-template-eventsconsensus2016about .content .hero h1,.page-template-template-eventsconsensus2016about .content .hero h2,.page-template-template-eventsconsensus2016agenda .content .hero h1,.page-template-template-eventsconsensus2016agenda .content .hero h2,.page-template-template-eventsconsensus2016agendaprivate .content .hero h1,.page-template-template-eventsconsensus2016agendaprivate .content .hero h2,.page-template-template-eventsconsensus2016announcements .content .hero h1,.page-template-template-eventsconsensus2016announcements .content .hero h2,.page-template-template-eventsconsensus2016antiharassment .content .hero h1,.page-template-template-eventsconsensus2016antiharassment .content .hero h2,.page-template-template-eventsconsensus2016attendees .content .hero h1,.page-template-template-eventsconsensus2016attendees .content .hero h2,.page-template-template-eventsconsensus2016faqs .content .hero h1,.page-template-template-eventsconsensus2016faqs .content .hero h2,.page-template-template-eventsconsensus2016hackathon .content .hero h1,.page-template-template-eventsconsensus2016hackathon .content .hero h2,.page-template-template-eventsconsensus2016media .content .hero h1,.page-template-template-eventsconsensus2016media .content .hero h2,.page-template-template-eventsconsensus2016pitchcompetition .content .hero h1,.page-template-template-eventsconsensus2016pitchcompetition .content .hero h2,.page-template-template-eventsconsensus2016register .content .hero h1,.page-template-template-eventsconsensus2016register .content .hero h2,.page-template-template-eventsconsensus2016registered .content .hero h1,.page-template-template-eventsconsensus2016registered .content .hero h2,.page-template-template-eventsconsensus2016speakers .content .hero h1,.page-template-template-eventsconsensus2016speakers .content .hero h2,.page-template-template-eventsconsensus2016sponsors .content .hero h1,.page-template-template-eventsconsensus2016sponsors .content .hero h2,.page-template-template-eventsconsensus2016video .content .hero h1,.page-template-template-eventsconsensus2016video .content .hero h2,.page-template-template-eventsconsensus2017about .content .hero h1,.page-template-template-eventsconsensus2017about .content .hero h2,.page-template-template-eventsconsensus2017livestream .content .hero h1,.page-template-template-eventsconsensus2017livestream .content .hero h2,.page-template-template-eventsconsensus2017register .content .hero h1,.page-template-template-eventsconsensus2017register .content .hero h2,.page-template-template-eventsconsensus2017replays .content .hero h1,.page-template-template-eventsconsensus2017replays .content .hero h2,.page-template-template-eventsconsensus2018about .content .hero h1,.page-template-template-eventsconsensus2018about .content .hero h2,.page-template-template-eventsconsensus2018inner .content .hero h1,.page-template-template-eventsconsensus2018inner .content .hero h2,.page-template-template-eventsconstruct2017about .content .hero h1,.page-template-template-eventsconstruct2017about .content .hero h2,.page-template-template-eventsconstruct2017register .content .hero h1,.page-template-template-eventsconstruct2017register .content .hero h2,.page-template-template-eventsinvest2017about .content .hero h1,.page-template-template-eventsinvest2017about .content .hero h2,.page-template-template-eventsinvest2017inner .content .hero h1,.page-template-template-eventsinvest2017inner .content .hero h2,.page-template-template-eventsinvest2017replays .content .hero h1,.page-template-template-eventsinvest2017replays .content .hero h2,.page-template-template-icoregwall .content .hero h1,.page-template-template-icoregwall .content .hero h2,.page-template-template-researchregwall .content .hero h1,.page-template-template-researchregwall .content .hero h2 {
    color: #fff;
    text-align: center;
    margin: 0
}

.page-template-template-eventsconsensus2016about .content .hero h1,.page-template-template-eventsconsensus2016agenda .content .hero h1,.page-template-template-eventsconsensus2016agendaprivate .content .hero h1,.page-template-template-eventsconsensus2016announcements .content .hero h1,.page-template-template-eventsconsensus2016antiharassment .content .hero h1,.page-template-template-eventsconsensus2016attendees .content .hero h1,.page-template-template-eventsconsensus2016faqs .content .hero h1,.page-template-template-eventsconsensus2016hackathon .content .hero h1,.page-template-template-eventsconsensus2016media .content .hero h1,.page-template-template-eventsconsensus2016pitchcompetition .content .hero h1,.page-template-template-eventsconsensus2016register .content .hero h1,.page-template-template-eventsconsensus2016registered .content .hero h1,.page-template-template-eventsconsensus2016speakers .content .hero h1,.page-template-template-eventsconsensus2016sponsors .content .hero h1,.page-template-template-eventsconsensus2016video .content .hero h1,.page-template-template-eventsconsensus2017about .content .hero h1,.page-template-template-eventsconsensus2017livestream .content .hero h1,.page-template-template-eventsconsensus2017register .content .hero h1,.page-template-template-eventsconsensus2017replays .content .hero h1,.page-template-template-eventsconsensus2018about .content .hero h1,.page-template-template-eventsconsensus2018inner .content .hero h1,.page-template-template-eventsconstruct2017about .content .hero h1,.page-template-template-eventsconstruct2017register .content .hero h1,.page-template-template-eventsinvest2017about .content .hero h1,.page-template-template-eventsinvest2017inner .content .hero h1,.page-template-template-eventsinvest2017replays .content .hero h1,.page-template-template-icoregwall .content .hero h1,.page-template-template-researchregwall .content .hero h1 {
    font-size: 30px
}

.page-template-template-eventsconsensus2016about .content .hero h2,.page-template-template-eventsconsensus2016agenda .content .hero h2,.page-template-template-eventsconsensus2016agendaprivate .content .hero h2,.page-template-template-eventsconsensus2016announcements .content .hero h2,.page-template-template-eventsconsensus2016antiharassment .content .hero h2,.page-template-template-eventsconsensus2016attendees .content .hero h2,.page-template-template-eventsconsensus2016faqs .content .hero h2,.page-template-template-eventsconsensus2016hackathon .content .hero h2,.page-template-template-eventsconsensus2016media .content .hero h2,.page-template-template-eventsconsensus2016pitchcompetition .content .hero h2,.page-template-template-eventsconsensus2016register .content .hero h2,.page-template-template-eventsconsensus2016registered .content .hero h2,.page-template-template-eventsconsensus2016speakers .content .hero h2,.page-template-template-eventsconsensus2016sponsors .content .hero h2,.page-template-template-eventsconsensus2016video .content .hero h2,.page-template-template-eventsconsensus2017about .content .hero h2,.page-template-template-eventsconsensus2017livestream .content .hero h2,.page-template-template-eventsconsensus2017register .content .hero h2,.page-template-template-eventsconsensus2017replays .content .hero h2,.page-template-template-eventsconsensus2018about .content .hero h2,.page-template-template-eventsconsensus2018inner .content .hero h2,.page-template-template-eventsconstruct2017about .content .hero h2,.page-template-template-eventsconstruct2017register .content .hero h2,.page-template-template-eventsinvest2017about .content .hero h2,.page-template-template-eventsinvest2017inner .content .hero h2,.page-template-template-eventsinvest2017replays .content .hero h2,.page-template-template-icoregwall .content .hero h2,.page-template-template-researchregwall .content .hero h2 {
    font-size: 50px
}

.page-template-template-eventsconsensus2016about .content .encore,.page-template-template-eventsconsensus2016agenda .content .encore,.page-template-template-eventsconsensus2016agendaprivate .content .encore,.page-template-template-eventsconsensus2016announcements .content .encore,.page-template-template-eventsconsensus2016antiharassment .content .encore,.page-template-template-eventsconsensus2016attendees .content .encore,.page-template-template-eventsconsensus2016faqs .content .encore,.page-template-template-eventsconsensus2016hackathon .content .encore,.page-template-template-eventsconsensus2016media .content .encore,.page-template-template-eventsconsensus2016pitchcompetition .content .encore,.page-template-template-eventsconsensus2016register .content .encore,.page-template-template-eventsconsensus2016registered .content .encore,.page-template-template-eventsconsensus2016speakers .content .encore,.page-template-template-eventsconsensus2016sponsors .content .encore,.page-template-template-eventsconsensus2016video .content .encore,.page-template-template-eventsconsensus2017about .content .encore,.page-template-template-eventsconsensus2017livestream .content .encore,.page-template-template-eventsconsensus2017register .content .encore,.page-template-template-eventsconsensus2017replays .content .encore,.page-template-template-eventsconsensus2018about .content .encore,.page-template-template-eventsconsensus2018inner .content .encore,.page-template-template-eventsconstruct2017about .content .encore,.page-template-template-eventsconstruct2017register .content .encore,.page-template-template-eventsinvest2017about .content .encore,.page-template-template-eventsinvest2017inner .content .encore,.page-template-template-eventsinvest2017replays .content .encore,.page-template-template-icoregwall .content .encore,.page-template-template-researchregwall .content .encore {
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 30px;
    background-image: url(../../images/events/consensus-2016/encore-bg.png);
    background-size: cover
}

.page-template-template-eventsconsensus2016about .content .encore h2,.page-template-template-eventsconsensus2016agenda .content .encore h2,.page-template-template-eventsconsensus2016agendaprivate .content .encore h2,.page-template-template-eventsconsensus2016announcements .content .encore h2,.page-template-template-eventsconsensus2016antiharassment .content .encore h2,.page-template-template-eventsconsensus2016attendees .content .encore h2,.page-template-template-eventsconsensus2016faqs .content .encore h2,.page-template-template-eventsconsensus2016hackathon .content .encore h2,.page-template-template-eventsconsensus2016media .content .encore h2,.page-template-template-eventsconsensus2016pitchcompetition .content .encore h2,.page-template-template-eventsconsensus2016register .content .encore h2,.page-template-template-eventsconsensus2016registered .content .encore h2,.page-template-template-eventsconsensus2016speakers .content .encore h2,.page-template-template-eventsconsensus2016sponsors .content .encore h2,.page-template-template-eventsconsensus2016video .content .encore h2,.page-template-template-eventsconsensus2017about .content .encore h2,.page-template-template-eventsconsensus2017livestream .content .encore h2,.page-template-template-eventsconsensus2017register .content .encore h2,.page-template-template-eventsconsensus2017replays .content .encore h2,.page-template-template-eventsconsensus2018about .content .encore h2,.page-template-template-eventsconsensus2018inner .content .encore h2,.page-template-template-eventsconstruct2017about .content .encore h2,.page-template-template-eventsconstruct2017register .content .encore h2,.page-template-template-eventsinvest2017about .content .encore h2,.page-template-template-eventsinvest2017inner .content .encore h2,.page-template-template-eventsinvest2017replays .content .encore h2,.page-template-template-icoregwall .content .encore h2,.page-template-template-researchregwall .content .encore h2 {
    color: #fff;
    font-size: 30px
}

.page-template-template-eventsconsensus2016about .content .encore p,.page-template-template-eventsconsensus2016agenda .content .encore p,.page-template-template-eventsconsensus2016agendaprivate .content .encore p,.page-template-template-eventsconsensus2016announcements .content .encore p,.page-template-template-eventsconsensus2016antiharassment .content .encore p,.page-template-template-eventsconsensus2016attendees .content .encore p,.page-template-template-eventsconsensus2016faqs .content .encore p,.page-template-template-eventsconsensus2016hackathon .content .encore p,.page-template-template-eventsconsensus2016media .content .encore p,.page-template-template-eventsconsensus2016pitchcompetition .content .encore p,.page-template-template-eventsconsensus2016register .content .encore p,.page-template-template-eventsconsensus2016registered .content .encore p,.page-template-template-eventsconsensus2016speakers .content .encore p,.page-template-template-eventsconsensus2016sponsors .content .encore p,.page-template-template-eventsconsensus2016video .content .encore p,.page-template-template-eventsconsensus2017about .content .encore p,.page-template-template-eventsconsensus2017livestream .content .encore p,.page-template-template-eventsconsensus2017register .content .encore p,.page-template-template-eventsconsensus2017replays .content .encore p,.page-template-template-eventsconsensus2018about .content .encore p,.page-template-template-eventsconsensus2018inner .content .encore p,.page-template-template-eventsconstruct2017about .content .encore p,.page-template-template-eventsconstruct2017register .content .encore p,.page-template-template-eventsinvest2017about .content .encore p,.page-template-template-eventsinvest2017inner .content .encore p,.page-template-template-eventsinvest2017replays .content .encore p,.page-template-template-icoregwall .content .encore p,.page-template-template-researchregwall .content .encore p {
    font-size: 22px;
    color: #fff
}

.page-template-template-eventsconsensus2016about .content .encore .register,.page-template-template-eventsconsensus2016agenda .content .encore .register,.page-template-template-eventsconsensus2016agendaprivate .content .encore .register,.page-template-template-eventsconsensus2016announcements .content .encore .register,.page-template-template-eventsconsensus2016antiharassment .content .encore .register,.page-template-template-eventsconsensus2016attendees .content .encore .register,.page-template-template-eventsconsensus2016faqs .content .encore .register,.page-template-template-eventsconsensus2016hackathon .content .encore .register,.page-template-template-eventsconsensus2016media .content .encore .register,.page-template-template-eventsconsensus2016pitchcompetition .content .encore .register,.page-template-template-eventsconsensus2016register .content .encore .register,.page-template-template-eventsconsensus2016registered .content .encore .register,.page-template-template-eventsconsensus2016speakers .content .encore .register,.page-template-template-eventsconsensus2016sponsors .content .encore .register,.page-template-template-eventsconsensus2016video .content .encore .register,.page-template-template-eventsconsensus2017about .content .encore .register,.page-template-template-eventsconsensus2017livestream .content .encore .register,.page-template-template-eventsconsensus2017register .content .encore .register,.page-template-template-eventsconsensus2017replays .content .encore .register,.page-template-template-eventsconsensus2018about .content .encore .register,.page-template-template-eventsconsensus2018inner .content .encore .register,.page-template-template-eventsconstruct2017about .content .encore .register,.page-template-template-eventsconstruct2017register .content .encore .register,.page-template-template-eventsinvest2017about .content .encore .register,.page-template-template-eventsinvest2017inner .content .encore .register,.page-template-template-eventsinvest2017replays .content .encore .register,.page-template-template-icoregwall .content .encore .register,.page-template-template-researchregwall .content .encore .register {
    color: #00A69C;
    background-color: #fff;
    margin-top: 30px
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand,.page-template-template-eventsconsensus2016media .content .hack-a-brand,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand,.page-template-template-eventsconsensus2016register .content .hack-a-brand,.page-template-template-eventsconsensus2016registered .content .hack-a-brand,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand,.page-template-template-eventsconsensus2016video .content .hack-a-brand,.page-template-template-eventsconsensus2017about .content .hack-a-brand,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand,.page-template-template-eventsconsensus2017register .content .hack-a-brand,.page-template-template-eventsconsensus2017replays .content .hack-a-brand,.page-template-template-eventsconsensus2018about .content .hack-a-brand,.page-template-template-eventsconsensus2018inner .content .hack-a-brand,.page-template-template-eventsconstruct2017about .content .hack-a-brand,.page-template-template-eventsconstruct2017register .content .hack-a-brand,.page-template-template-eventsinvest2017about .content .hack-a-brand,.page-template-template-eventsinvest2017inner .content .hack-a-brand,.page-template-template-eventsinvest2017replays .content .hack-a-brand,.page-template-template-icoregwall .content .hack-a-brand,.page-template-template-researchregwall .content .hack-a-brand {
    text-align: center;
    background-image: url(../../images/events/consensus-2016/hack-a-brand/bg.png);
    background-size: cover
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016media .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016register .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016video .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017about .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017register .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .unit,.page-template-template-eventsconsensus2018about .content .hack-a-brand .unit,.page-template-template-eventsconsensus2018inner .content .hack-a-brand .unit,.page-template-template-eventsconstruct2017about .content .hack-a-brand .unit,.page-template-template-eventsconstruct2017register .content .hack-a-brand .unit,.page-template-template-eventsinvest2017about .content .hack-a-brand .unit,.page-template-template-eventsinvest2017inner .content .hack-a-brand .unit,.page-template-template-eventsinvest2017replays .content .hack-a-brand .unit,.page-template-template-icoregwall .content .hack-a-brand .unit,.page-template-template-researchregwall .content .hack-a-brand .unit {
    display: table;
    min-height: 270px
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016media .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016register .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016video .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017about .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017register .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .logo,.page-template-template-eventsconsensus2018about .content .hack-a-brand .logo,.page-template-template-eventsconsensus2018inner .content .hack-a-brand .logo,.page-template-template-eventsconstruct2017about .content .hack-a-brand .logo,.page-template-template-eventsconstruct2017register .content .hack-a-brand .logo,.page-template-template-eventsinvest2017about .content .hack-a-brand .logo,.page-template-template-eventsinvest2017inner .content .hack-a-brand .logo,.page-template-template-eventsinvest2017replays .content .hack-a-brand .logo,.page-template-template-icoregwall .content .hack-a-brand .logo,.page-template-template-researchregwall .content .hack-a-brand .logo {
    display: table-cell;
    vertical-align: middle
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016media .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016register .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016video .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017about .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017register .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2018about .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2018inner .content .hack-a-brand .logo img,.page-template-template-eventsconstruct2017about .content .hack-a-brand .logo img,.page-template-template-eventsconstruct2017register .content .hack-a-brand .logo img,.page-template-template-eventsinvest2017about .content .hack-a-brand .logo img,.page-template-template-eventsinvest2017inner .content .hack-a-brand .logo img,.page-template-template-eventsinvest2017replays .content .hack-a-brand .logo img,.page-template-template-icoregwall .content .hack-a-brand .logo img,.page-template-template-researchregwall .content .hack-a-brand .logo img {
    vertical-align: middle
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016media .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016register .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .cta,.page-template-template-eventsconsensus2016video .content .hack-a-brand .cta,.page-template-template-eventsconsensus2017about .content .hack-a-brand .cta,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .cta,.page-template-template-eventsconsensus2017register .content .hack-a-brand .cta,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .cta,.page-template-template-eventsconsensus2018about .content .hack-a-brand .cta,.page-template-template-eventsconsensus2018inner .content .hack-a-brand .cta,.page-template-template-eventsconstruct2017about .content .hack-a-brand .cta,.page-template-template-eventsconstruct2017register .content .hack-a-brand .cta,.page-template-template-eventsinvest2017about .content .hack-a-brand .cta,.page-template-template-eventsinvest2017inner .content .hack-a-brand .cta,.page-template-template-eventsinvest2017replays .content .hack-a-brand .cta,.page-template-template-icoregwall .content .hack-a-brand .cta,.page-template-template-researchregwall .content .hack-a-brand .cta {
    vertical-align: middle;
    display: table-cell
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016media .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016register .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016video .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017about .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017register .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2018about .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2018inner .content .hack-a-brand .cta p,.page-template-template-eventsconstruct2017about .content .hack-a-brand .cta p,.page-template-template-eventsconstruct2017register .content .hack-a-brand .cta p,.page-template-template-eventsinvest2017about .content .hack-a-brand .cta p,.page-template-template-eventsinvest2017inner .content .hack-a-brand .cta p,.page-template-template-eventsinvest2017replays .content .hack-a-brand .cta p,.page-template-template-icoregwall .content .hack-a-brand .cta p,.page-template-template-researchregwall .content .hack-a-brand .cta p {
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-left: 40px
}

.page-template-template-eventsconsensus2016about .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016media .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016register .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2016video .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2017about .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2017register .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2018about .content .hack-a-brand .cta a.button,.page-template-template-eventsconsensus2018inner .content .hack-a-brand .cta a.button,.page-template-template-eventsconstruct2017about .content .hack-a-brand .cta a.button,.page-template-template-eventsconstruct2017register .content .hack-a-brand .cta a.button,.page-template-template-eventsinvest2017about .content .hack-a-brand .cta a.button,.page-template-template-eventsinvest2017inner .content .hack-a-brand .cta a.button,.page-template-template-eventsinvest2017replays .content .hack-a-brand .cta a.button,.page-template-template-icoregwall .content .hack-a-brand .cta a.button,.page-template-template-researchregwall .content .hack-a-brand .cta a.button {
    margin-top: 15px;
    background-color: #fff;
    color: #2bb958
}

.page-template-template-eventsconsensus2016about .content h1.main,.page-template-template-eventsconsensus2016about .content h2.main,.page-template-template-eventsconsensus2016agenda .content h1.main,.page-template-template-eventsconsensus2016agenda .content h2.main,.page-template-template-eventsconsensus2016agendaprivate .content h1.main,.page-template-template-eventsconsensus2016agendaprivate .content h2.main,.page-template-template-eventsconsensus2016announcements .content h1.main,.page-template-template-eventsconsensus2016announcements .content h2.main,.page-template-template-eventsconsensus2016antiharassment .content h1.main,.page-template-template-eventsconsensus2016antiharassment .content h2.main,.page-template-template-eventsconsensus2016attendees .content h1.main,.page-template-template-eventsconsensus2016attendees .content h2.main,.page-template-template-eventsconsensus2016faqs .content h1.main,.page-template-template-eventsconsensus2016faqs .content h2.main,.page-template-template-eventsconsensus2016hackathon .content h1.main,.page-template-template-eventsconsensus2016hackathon .content h2.main,.page-template-template-eventsconsensus2016media .content h1.main,.page-template-template-eventsconsensus2016media .content h2.main,.page-template-template-eventsconsensus2016pitchcompetition .content h1.main,.page-template-template-eventsconsensus2016pitchcompetition .content h2.main,.page-template-template-eventsconsensus2016register .content h1.main,.page-template-template-eventsconsensus2016register .content h2.main,.page-template-template-eventsconsensus2016registered .content h1.main,.page-template-template-eventsconsensus2016registered .content h2.main,.page-template-template-eventsconsensus2016speakers .content h1.main,.page-template-template-eventsconsensus2016speakers .content h2.main,.page-template-template-eventsconsensus2016sponsors .content h1.main,.page-template-template-eventsconsensus2016sponsors .content h2.main,.page-template-template-eventsconsensus2016video .content h1.main,.page-template-template-eventsconsensus2016video .content h2.main,.page-template-template-eventsconsensus2017about .content h1.main,.page-template-template-eventsconsensus2017about .content h2.main,.page-template-template-eventsconsensus2017livestream .content h1.main,.page-template-template-eventsconsensus2017livestream .content h2.main,.page-template-template-eventsconsensus2017register .content h1.main,.page-template-template-eventsconsensus2017register .content h2.main,.page-template-template-eventsconsensus2017replays .content h1.main,.page-template-template-eventsconsensus2017replays .content h2.main,.page-template-template-eventsconsensus2018about .content h1.main,.page-template-template-eventsconsensus2018about .content h2.main,.page-template-template-eventsconsensus2018inner .content h1.main,.page-template-template-eventsconsensus2018inner .content h2.main,.page-template-template-eventsconstruct2017about .content h1.main,.page-template-template-eventsconstruct2017about .content h2.main,.page-template-template-eventsconstruct2017register .content h1.main,.page-template-template-eventsconstruct2017register .content h2.main,.page-template-template-eventsinvest2017about .content h1.main,.page-template-template-eventsinvest2017about .content h2.main,.page-template-template-eventsinvest2017inner .content h1.main,.page-template-template-eventsinvest2017inner .content h2.main,.page-template-template-eventsinvest2017replays .content h1.main,.page-template-template-eventsinvest2017replays .content h2.main,.page-template-template-icoregwall .content h1.main,.page-template-template-icoregwall .content h2.main,.page-template-template-researchregwall .content h1.main,.page-template-template-researchregwall .content h2.main {
    min-height: inherit;
    height: inherit;
    width: inherit;
    margin-bottom: 10px;
    font-size: 35px
}

.page-template-template-eventsconsensus2016about .content .registration-hours ul,.page-template-template-eventsconsensus2016agenda .content .registration-hours ul,.page-template-template-eventsconsensus2016agendaprivate .content .registration-hours ul,.page-template-template-eventsconsensus2016announcements .content .registration-hours ul,.page-template-template-eventsconsensus2016antiharassment .content .registration-hours ul,.page-template-template-eventsconsensus2016attendees .content .registration-hours ul,.page-template-template-eventsconsensus2016faqs .content .registration-hours ul,.page-template-template-eventsconsensus2016hackathon .content .registration-hours ul,.page-template-template-eventsconsensus2016media .content .registration-hours ul,.page-template-template-eventsconsensus2016pitchcompetition .content .registration-hours ul,.page-template-template-eventsconsensus2016register .content .registration-hours ul,.page-template-template-eventsconsensus2016registered .content .registration-hours ul,.page-template-template-eventsconsensus2016speakers .content .registration-hours ul,.page-template-template-eventsconsensus2016sponsors .content .registration-hours ul,.page-template-template-eventsconsensus2016video .content .registration-hours ul,.page-template-template-eventsconsensus2017about .content .registration-hours ul,.page-template-template-eventsconsensus2017livestream .content .registration-hours ul,.page-template-template-eventsconsensus2017register .content .registration-hours ul,.page-template-template-eventsconsensus2017replays .content .registration-hours ul,.page-template-template-eventsconsensus2018about .content .registration-hours ul,.page-template-template-eventsconsensus2018inner .content .registration-hours ul,.page-template-template-eventsconstruct2017about .content .registration-hours ul,.page-template-template-eventsconstruct2017register .content .registration-hours ul,.page-template-template-eventsinvest2017about .content .registration-hours ul,.page-template-template-eventsinvest2017inner .content .registration-hours ul,.page-template-template-eventsinvest2017replays .content .registration-hours ul,.page-template-template-icoregwall .content .registration-hours ul,.page-template-template-researchregwall .content .registration-hours ul {
    font-size: 16px;
    text-align: center
}

.page-template-template-eventsconsensus2016about .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016agenda .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016agendaprivate .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016announcements .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016antiharassment .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016attendees .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016faqs .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016hackathon .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016media .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016pitchcompetition .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016register .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016registered .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016speakers .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016sponsors .content .registration-hours ul span.date,.page-template-template-eventsconsensus2016video .content .registration-hours ul span.date,.page-template-template-eventsconsensus2017about .content .registration-hours ul span.date,.page-template-template-eventsconsensus2017livestream .content .registration-hours ul span.date,.page-template-template-eventsconsensus2017register .content .registration-hours ul span.date,.page-template-template-eventsconsensus2017replays .content .registration-hours ul span.date,.page-template-template-eventsconsensus2018about .content .registration-hours ul span.date,.page-template-template-eventsconsensus2018inner .content .registration-hours ul span.date,.page-template-template-eventsconstruct2017about .content .registration-hours ul span.date,.page-template-template-eventsconstruct2017register .content .registration-hours ul span.date,.page-template-template-eventsinvest2017about .content .registration-hours ul span.date,.page-template-template-eventsinvest2017inner .content .registration-hours ul span.date,.page-template-template-eventsinvest2017replays .content .registration-hours ul span.date,.page-template-template-icoregwall .content .registration-hours ul span.date,.page-template-template-researchregwall .content .registration-hours ul span.date {
    width: 200px;
    display: inline-block;
    text-align: right;
    margin-right: 5px
}

.page-template-template-eventsconsensus2016about .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016agenda .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016agendaprivate .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016announcements .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016antiharassment .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016attendees .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016faqs .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016hackathon .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016media .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016pitchcompetition .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016register .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016registered .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016speakers .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016sponsors .content .registration-hours ul span.time,.page-template-template-eventsconsensus2016video .content .registration-hours ul span.time,.page-template-template-eventsconsensus2017about .content .registration-hours ul span.time,.page-template-template-eventsconsensus2017livestream .content .registration-hours ul span.time,.page-template-template-eventsconsensus2017register .content .registration-hours ul span.time,.page-template-template-eventsconsensus2017replays .content .registration-hours ul span.time,.page-template-template-eventsconsensus2018about .content .registration-hours ul span.time,.page-template-template-eventsconsensus2018inner .content .registration-hours ul span.time,.page-template-template-eventsconstruct2017about .content .registration-hours ul span.time,.page-template-template-eventsconstruct2017register .content .registration-hours ul span.time,.page-template-template-eventsinvest2017about .content .registration-hours ul span.time,.page-template-template-eventsinvest2017inner .content .registration-hours ul span.time,.page-template-template-eventsinvest2017replays .content .registration-hours ul span.time,.page-template-template-icoregwall .content .registration-hours ul span.time,.page-template-template-researchregwall .content .registration-hours ul span.time {
    width: 200px;
    display: inline-block;
    text-align: left;
    margin-left: 5px
}

.page-template-template-eventsconsensus2016about .content .speakers,.page-template-template-eventsconsensus2016agenda .content .speakers,.page-template-template-eventsconsensus2016agendaprivate .content .speakers,.page-template-template-eventsconsensus2016announcements .content .speakers,.page-template-template-eventsconsensus2016antiharassment .content .speakers,.page-template-template-eventsconsensus2016attendees .content .speakers,.page-template-template-eventsconsensus2016faqs .content .speakers,.page-template-template-eventsconsensus2016hackathon .content .speakers,.page-template-template-eventsconsensus2016media .content .speakers,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers,.page-template-template-eventsconsensus2016register .content .speakers,.page-template-template-eventsconsensus2016registered .content .speakers,.page-template-template-eventsconsensus2016speakers .content .speakers,.page-template-template-eventsconsensus2016sponsors .content .speakers,.page-template-template-eventsconsensus2016video .content .speakers,.page-template-template-eventsconsensus2017about .content .speakers,.page-template-template-eventsconsensus2017livestream .content .speakers,.page-template-template-eventsconsensus2017register .content .speakers,.page-template-template-eventsconsensus2017replays .content .speakers,.page-template-template-eventsconsensus2018about .content .speakers,.page-template-template-eventsconsensus2018inner .content .speakers,.page-template-template-eventsconstruct2017about .content .speakers,.page-template-template-eventsconstruct2017register .content .speakers,.page-template-template-eventsinvest2017about .content .speakers,.page-template-template-eventsinvest2017inner .content .speakers,.page-template-template-eventsinvest2017replays .content .speakers,.page-template-template-icoregwall .content .speakers,.page-template-template-researchregwall .content .speakers {
    margin: 15px 0
}

.page-template-template-eventsconsensus2016about .content .speakers .speaker,.page-template-template-eventsconsensus2016agenda .content .speakers .speaker,.page-template-template-eventsconsensus2016agendaprivate .content .speakers .speaker,.page-template-template-eventsconsensus2016announcements .content .speakers .speaker,.page-template-template-eventsconsensus2016antiharassment .content .speakers .speaker,.page-template-template-eventsconsensus2016attendees .content .speakers .speaker,.page-template-template-eventsconsensus2016faqs .content .speakers .speaker,.page-template-template-eventsconsensus2016hackathon .content .speakers .speaker,.page-template-template-eventsconsensus2016media .content .speakers .speaker,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers .speaker,.page-template-template-eventsconsensus2016register .content .speakers .speaker,.page-template-template-eventsconsensus2016registered .content .speakers .speaker,.page-template-template-eventsconsensus2016speakers .content .speakers .speaker,.page-template-template-eventsconsensus2016sponsors .content .speakers .speaker,.page-template-template-eventsconsensus2016video .content .speakers .speaker,.page-template-template-eventsconsensus2017about .content .speakers .speaker,.page-template-template-eventsconsensus2017livestream .content .speakers .speaker,.page-template-template-eventsconsensus2017register .content .speakers .speaker,.page-template-template-eventsconsensus2017replays .content .speakers .speaker,.page-template-template-eventsconsensus2018about .content .speakers .speaker,.page-template-template-eventsconsensus2018inner .content .speakers .speaker,.page-template-template-eventsconstruct2017about .content .speakers .speaker,.page-template-template-eventsconstruct2017register .content .speakers .speaker,.page-template-template-eventsinvest2017about .content .speakers .speaker,.page-template-template-eventsinvest2017inner .content .speakers .speaker,.page-template-template-eventsinvest2017replays .content .speakers .speaker,.page-template-template-icoregwall .content .speakers .speaker,.page-template-template-researchregwall .content .speakers .speaker {
    padding: 15px 70px
}

.page-template-template-eventsconsensus2016about .content .speakers .speaker img,.page-template-template-eventsconsensus2016agenda .content .speakers .speaker img,.page-template-template-eventsconsensus2016agendaprivate .content .speakers .speaker img,.page-template-template-eventsconsensus2016announcements .content .speakers .speaker img,.page-template-template-eventsconsensus2016antiharassment .content .speakers .speaker img,.page-template-template-eventsconsensus2016attendees .content .speakers .speaker img,.page-template-template-eventsconsensus2016faqs .content .speakers .speaker img,.page-template-template-eventsconsensus2016hackathon .content .speakers .speaker img,.page-template-template-eventsconsensus2016media .content .speakers .speaker img,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers .speaker img,.page-template-template-eventsconsensus2016register .content .speakers .speaker img,.page-template-template-eventsconsensus2016registered .content .speakers .speaker img,.page-template-template-eventsconsensus2016speakers .content .speakers .speaker img,.page-template-template-eventsconsensus2016sponsors .content .speakers .speaker img,.page-template-template-eventsconsensus2016video .content .speakers .speaker img,.page-template-template-eventsconsensus2017about .content .speakers .speaker img,.page-template-template-eventsconsensus2017livestream .content .speakers .speaker img,.page-template-template-eventsconsensus2017register .content .speakers .speaker img,.page-template-template-eventsconsensus2017replays .content .speakers .speaker img,.page-template-template-eventsconsensus2018about .content .speakers .speaker img,.page-template-template-eventsconsensus2018inner .content .speakers .speaker img,.page-template-template-eventsconstruct2017about .content .speakers .speaker img,.page-template-template-eventsconstruct2017register .content .speakers .speaker img,.page-template-template-eventsinvest2017about .content .speakers .speaker img,.page-template-template-eventsinvest2017inner .content .speakers .speaker img,.page-template-template-eventsinvest2017replays .content .speakers .speaker img,.page-template-template-icoregwall .content .speakers .speaker img,.page-template-template-researchregwall .content .speakers .speaker img {
    width: 100%
}

.page-template-template-eventsconsensus2016about .content .speakers .speaker h3,.page-template-template-eventsconsensus2016agenda .content .speakers .speaker h3,.page-template-template-eventsconsensus2016agendaprivate .content .speakers .speaker h3,.page-template-template-eventsconsensus2016announcements .content .speakers .speaker h3,.page-template-template-eventsconsensus2016antiharassment .content .speakers .speaker h3,.page-template-template-eventsconsensus2016attendees .content .speakers .speaker h3,.page-template-template-eventsconsensus2016faqs .content .speakers .speaker h3,.page-template-template-eventsconsensus2016hackathon .content .speakers .speaker h3,.page-template-template-eventsconsensus2016media .content .speakers .speaker h3,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers .speaker h3,.page-template-template-eventsconsensus2016register .content .speakers .speaker h3,.page-template-template-eventsconsensus2016registered .content .speakers .speaker h3,.page-template-template-eventsconsensus2016speakers .content .speakers .speaker h3,.page-template-template-eventsconsensus2016sponsors .content .speakers .speaker h3,.page-template-template-eventsconsensus2016video .content .speakers .speaker h3,.page-template-template-eventsconsensus2017about .content .speakers .speaker h3,.page-template-template-eventsconsensus2017livestream .content .speakers .speaker h3,.page-template-template-eventsconsensus2017register .content .speakers .speaker h3,.page-template-template-eventsconsensus2017replays .content .speakers .speaker h3,.page-template-template-eventsconsensus2018about .content .speakers .speaker h3,.page-template-template-eventsconsensus2018inner .content .speakers .speaker h3,.page-template-template-eventsconstruct2017about .content .speakers .speaker h3,.page-template-template-eventsconstruct2017register .content .speakers .speaker h3,.page-template-template-eventsinvest2017about .content .speakers .speaker h3,.page-template-template-eventsinvest2017inner .content .speakers .speaker h3,.page-template-template-eventsinvest2017replays .content .speakers .speaker h3,.page-template-template-icoregwall .content .speakers .speaker h3,.page-template-template-researchregwall .content .speakers .speaker h3 {
    font-size: 20px;
    margin: 15px 0 5px;
    text-transform: uppercase;
    text-align: center;
    color: #00A69C
}

.page-template-template-eventsconsensus2016about .content .speakers .speaker h4,.page-template-template-eventsconsensus2016agenda .content .speakers .speaker h4,.page-template-template-eventsconsensus2016agendaprivate .content .speakers .speaker h4,.page-template-template-eventsconsensus2016announcements .content .speakers .speaker h4,.page-template-template-eventsconsensus2016antiharassment .content .speakers .speaker h4,.page-template-template-eventsconsensus2016attendees .content .speakers .speaker h4,.page-template-template-eventsconsensus2016faqs .content .speakers .speaker h4,.page-template-template-eventsconsensus2016hackathon .content .speakers .speaker h4,.page-template-template-eventsconsensus2016media .content .speakers .speaker h4,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers .speaker h4,.page-template-template-eventsconsensus2016register .content .speakers .speaker h4,.page-template-template-eventsconsensus2016registered .content .speakers .speaker h4,.page-template-template-eventsconsensus2016speakers .content .speakers .speaker h4,.page-template-template-eventsconsensus2016sponsors .content .speakers .speaker h4,.page-template-template-eventsconsensus2016video .content .speakers .speaker h4,.page-template-template-eventsconsensus2017about .content .speakers .speaker h4,.page-template-template-eventsconsensus2017livestream .content .speakers .speaker h4,.page-template-template-eventsconsensus2017register .content .speakers .speaker h4,.page-template-template-eventsconsensus2017replays .content .speakers .speaker h4,.page-template-template-eventsconsensus2018about .content .speakers .speaker h4,.page-template-template-eventsconsensus2018inner .content .speakers .speaker h4,.page-template-template-eventsconstruct2017about .content .speakers .speaker h4,.page-template-template-eventsconstruct2017register .content .speakers .speaker h4,.page-template-template-eventsinvest2017about .content .speakers .speaker h4,.page-template-template-eventsinvest2017inner .content .speakers .speaker h4,.page-template-template-eventsinvest2017replays .content .speakers .speaker h4,.page-template-template-icoregwall .content .speakers .speaker h4,.page-template-template-researchregwall .content .speakers .speaker h4 {
    font-size: 18px;
    text-align: center;
    color: #4b4c4c
}

.page-template-template-eventsconsensus2016about .content .quotes li,.page-template-template-eventsconsensus2016agenda .content .quotes li,.page-template-template-eventsconsensus2016agendaprivate .content .quotes li,.page-template-template-eventsconsensus2016announcements .content .quotes li,.page-template-template-eventsconsensus2016antiharassment .content .quotes li,.page-template-template-eventsconsensus2016attendees .content .quotes li,.page-template-template-eventsconsensus2016faqs .content .quotes li,.page-template-template-eventsconsensus2016hackathon .content .quotes li,.page-template-template-eventsconsensus2016media .content .quotes li,.page-template-template-eventsconsensus2016pitchcompetition .content .quotes li,.page-template-template-eventsconsensus2016register .content .quotes li,.page-template-template-eventsconsensus2016registered .content .quotes li,.page-template-template-eventsconsensus2016speakers .content .quotes li,.page-template-template-eventsconsensus2016sponsors .content .quotes li,.page-template-template-eventsconsensus2016video .content .quotes li,.page-template-template-eventsconsensus2017about .content .quotes li,.page-template-template-eventsconsensus2017livestream .content .quotes li,.page-template-template-eventsconsensus2017register .content .quotes li,.page-template-template-eventsconsensus2017replays .content .quotes li,.page-template-template-eventsconsensus2018about .content .quotes li,.page-template-template-eventsconsensus2018inner .content .quotes li,.page-template-template-eventsconstruct2017about .content .quotes li,.page-template-template-eventsconstruct2017register .content .quotes li,.page-template-template-eventsinvest2017about .content .quotes li,.page-template-template-eventsinvest2017inner .content .quotes li,.page-template-template-eventsinvest2017replays .content .quotes li,.page-template-template-icoregwall .content .quotes li,.page-template-template-researchregwall .content .quotes li {
    text-align: center;
    margin: 30px 0
}

.page-template-template-eventsconsensus2016about .content .quotes li blockquote,.page-template-template-eventsconsensus2016agenda .content .quotes li blockquote,.page-template-template-eventsconsensus2016agendaprivate .content .quotes li blockquote,.page-template-template-eventsconsensus2016announcements .content .quotes li blockquote,.page-template-template-eventsconsensus2016antiharassment .content .quotes li blockquote,.page-template-template-eventsconsensus2016attendees .content .quotes li blockquote,.page-template-template-eventsconsensus2016faqs .content .quotes li blockquote,.page-template-template-eventsconsensus2016hackathon .content .quotes li blockquote,.page-template-template-eventsconsensus2016media .content .quotes li blockquote,.page-template-template-eventsconsensus2016pitchcompetition .content .quotes li blockquote,.page-template-template-eventsconsensus2016register .content .quotes li blockquote,.page-template-template-eventsconsensus2016registered .content .quotes li blockquote,.page-template-template-eventsconsensus2016speakers .content .quotes li blockquote,.page-template-template-eventsconsensus2016sponsors .content .quotes li blockquote,.page-template-template-eventsconsensus2016video .content .quotes li blockquote,.page-template-template-eventsconsensus2017about .content .quotes li blockquote,.page-template-template-eventsconsensus2017livestream .content .quotes li blockquote,.page-template-template-eventsconsensus2017register .content .quotes li blockquote,.page-template-template-eventsconsensus2017replays .content .quotes li blockquote,.page-template-template-eventsconsensus2018about .content .quotes li blockquote,.page-template-template-eventsconsensus2018inner .content .quotes li blockquote,.page-template-template-eventsconstruct2017about .content .quotes li blockquote,.page-template-template-eventsconstruct2017register .content .quotes li blockquote,.page-template-template-eventsinvest2017about .content .quotes li blockquote,.page-template-template-eventsinvest2017inner .content .quotes li blockquote,.page-template-template-eventsinvest2017replays .content .quotes li blockquote,.page-template-template-icoregwall .content .quotes li blockquote,.page-template-template-researchregwall .content .quotes li blockquote {
    font-size: 19px;
    text-align: center;
    color: #4a4b4b
}

.page-template-template-eventsconsensus2016about .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016agenda .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016agendaprivate .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016announcements .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016antiharassment .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016attendees .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016faqs .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016hackathon .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016media .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016pitchcompetition .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016register .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016registered .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016speakers .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016sponsors .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2016video .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2017about .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2017livestream .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2017register .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2017replays .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2018about .content .quotes li blockquote span:before,.page-template-template-eventsconsensus2018inner .content .quotes li blockquote span:before,.page-template-template-eventsconstruct2017about .content .quotes li blockquote span:before,.page-template-template-eventsconstruct2017register .content .quotes li blockquote span:before,.page-template-template-eventsinvest2017about .content .quotes li blockquote span:before,.page-template-template-eventsinvest2017inner .content .quotes li blockquote span:before,.page-template-template-eventsinvest2017replays .content .quotes li blockquote span:before,.page-template-template-icoregwall .content .quotes li blockquote span:before,.page-template-template-researchregwall .content .quotes li blockquote span:before {
    content: 'â€œ'
}

.page-template-template-eventsconsensus2016about .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016agenda .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016agendaprivate .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016announcements .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016antiharassment .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016attendees .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016faqs .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016hackathon .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016media .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016pitchcompetition .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016register .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016registered .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016speakers .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016sponsors .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2016video .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2017about .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2017livestream .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2017register .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2017replays .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2018about .content .quotes li blockquote span:after,.page-template-template-eventsconsensus2018inner .content .quotes li blockquote span:after,.page-template-template-eventsconstruct2017about .content .quotes li blockquote span:after,.page-template-template-eventsconstruct2017register .content .quotes li blockquote span:after,.page-template-template-eventsinvest2017about .content .quotes li blockquote span:after,.page-template-template-eventsinvest2017inner .content .quotes li blockquote span:after,.page-template-template-eventsinvest2017replays .content .quotes li blockquote span:after,.page-template-template-icoregwall .content .quotes li blockquote span:after,.page-template-template-researchregwall .content .quotes li blockquote span:after {
    content: 'â€'
}

.page-template-template-eventsconsensus2016about .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016agenda .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016agendaprivate .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016announcements .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016antiharassment .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016attendees .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016faqs .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016hackathon .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016media .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016pitchcompetition .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016register .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016registered .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016speakers .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016sponsors .content .quotes li blockquote cite,.page-template-template-eventsconsensus2016video .content .quotes li blockquote cite,.page-template-template-eventsconsensus2017about .content .quotes li blockquote cite,.page-template-template-eventsconsensus2017livestream .content .quotes li blockquote cite,.page-template-template-eventsconsensus2017register .content .quotes li blockquote cite,.page-template-template-eventsconsensus2017replays .content .quotes li blockquote cite,.page-template-template-eventsconsensus2018about .content .quotes li blockquote cite,.page-template-template-eventsconsensus2018inner .content .quotes li blockquote cite,.page-template-template-eventsconstruct2017about .content .quotes li blockquote cite,.page-template-template-eventsconstruct2017register .content .quotes li blockquote cite,.page-template-template-eventsinvest2017about .content .quotes li blockquote cite,.page-template-template-eventsinvest2017inner .content .quotes li blockquote cite,.page-template-template-eventsinvest2017replays .content .quotes li blockquote cite,.page-template-template-icoregwall .content .quotes li blockquote cite,.page-template-template-researchregwall .content .quotes li blockquote cite {
    color: #00A69C;
    display: block
}

.page-template-template-eventsconsensus2016about .content .video-wrapper,.page-template-template-eventsconsensus2016agenda .content .video-wrapper,.page-template-template-eventsconsensus2016agendaprivate .content .video-wrapper,.page-template-template-eventsconsensus2016announcements .content .video-wrapper,.page-template-template-eventsconsensus2016antiharassment .content .video-wrapper,.page-template-template-eventsconsensus2016attendees .content .video-wrapper,.page-template-template-eventsconsensus2016faqs .content .video-wrapper,.page-template-template-eventsconsensus2016hackathon .content .video-wrapper,.page-template-template-eventsconsensus2016media .content .video-wrapper,.page-template-template-eventsconsensus2016pitchcompetition .content .video-wrapper,.page-template-template-eventsconsensus2016register .content .video-wrapper,.page-template-template-eventsconsensus2016registered .content .video-wrapper,.page-template-template-eventsconsensus2016speakers .content .video-wrapper,.page-template-template-eventsconsensus2016sponsors .content .video-wrapper,.page-template-template-eventsconsensus2016video .content .video-wrapper,.page-template-template-eventsconsensus2017about .content .video-wrapper,.page-template-template-eventsconsensus2017livestream .content .video-wrapper,.page-template-template-eventsconsensus2017register .content .video-wrapper,.page-template-template-eventsconsensus2017replays .content .video-wrapper,.page-template-template-eventsconsensus2018about .content .video-wrapper,.page-template-template-eventsconsensus2018inner .content .video-wrapper,.page-template-template-eventsconstruct2017about .content .video-wrapper,.page-template-template-eventsconstruct2017register .content .video-wrapper,.page-template-template-eventsinvest2017about .content .video-wrapper,.page-template-template-eventsinvest2017inner .content .video-wrapper,.page-template-template-eventsinvest2017replays .content .video-wrapper,.page-template-template-icoregwall .content .video-wrapper,.page-template-template-researchregwall .content .video-wrapper {
    margin-top: 30px;
    position: relative;
    padding-bottom: 56.45%;
    height: 0
}

.page-template-template-eventsconsensus2016about .content .video-wrapper .video,.page-template-template-eventsconsensus2016agenda .content .video-wrapper .video,.page-template-template-eventsconsensus2016agendaprivate .content .video-wrapper .video,.page-template-template-eventsconsensus2016announcements .content .video-wrapper .video,.page-template-template-eventsconsensus2016antiharassment .content .video-wrapper .video,.page-template-template-eventsconsensus2016attendees .content .video-wrapper .video,.page-template-template-eventsconsensus2016faqs .content .video-wrapper .video,.page-template-template-eventsconsensus2016hackathon .content .video-wrapper .video,.page-template-template-eventsconsensus2016media .content .video-wrapper .video,.page-template-template-eventsconsensus2016pitchcompetition .content .video-wrapper .video,.page-template-template-eventsconsensus2016register .content .video-wrapper .video,.page-template-template-eventsconsensus2016registered .content .video-wrapper .video,.page-template-template-eventsconsensus2016speakers .content .video-wrapper .video,.page-template-template-eventsconsensus2016sponsors .content .video-wrapper .video,.page-template-template-eventsconsensus2016video .content .video-wrapper .video,.page-template-template-eventsconsensus2017about .content .video-wrapper .video,.page-template-template-eventsconsensus2017livestream .content .video-wrapper .video,.page-template-template-eventsconsensus2017register .content .video-wrapper .video,.page-template-template-eventsconsensus2017replays .content .video-wrapper .video,.page-template-template-eventsconsensus2018about .content .video-wrapper .video,.page-template-template-eventsconsensus2018inner .content .video-wrapper .video,.page-template-template-eventsconstruct2017about .content .video-wrapper .video,.page-template-template-eventsconstruct2017register .content .video-wrapper .video,.page-template-template-eventsinvest2017about .content .video-wrapper .video,.page-template-template-eventsinvest2017inner .content .video-wrapper .video,.page-template-template-eventsinvest2017replays .content .video-wrapper .video,.page-template-template-icoregwall .content .video-wrapper .video,.page-template-template-researchregwall .content .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-template-eventsconsensus2016about .content .overview,.page-template-template-eventsconsensus2016agenda .content .overview,.page-template-template-eventsconsensus2016agendaprivate .content .overview,.page-template-template-eventsconsensus2016announcements .content .overview,.page-template-template-eventsconsensus2016antiharassment .content .overview,.page-template-template-eventsconsensus2016attendees .content .overview,.page-template-template-eventsconsensus2016faqs .content .overview,.page-template-template-eventsconsensus2016hackathon .content .overview,.page-template-template-eventsconsensus2016media .content .overview,.page-template-template-eventsconsensus2016pitchcompetition .content .overview,.page-template-template-eventsconsensus2016register .content .overview,.page-template-template-eventsconsensus2016registered .content .overview,.page-template-template-eventsconsensus2016speakers .content .overview,.page-template-template-eventsconsensus2016sponsors .content .overview,.page-template-template-eventsconsensus2016video .content .overview,.page-template-template-eventsconsensus2017about .content .overview,.page-template-template-eventsconsensus2017livestream .content .overview,.page-template-template-eventsconsensus2017register .content .overview,.page-template-template-eventsconsensus2017replays .content .overview,.page-template-template-eventsconsensus2018about .content .overview,.page-template-template-eventsconsensus2018inner .content .overview,.page-template-template-eventsconstruct2017about .content .overview,.page-template-template-eventsconstruct2017register .content .overview,.page-template-template-eventsinvest2017about .content .overview,.page-template-template-eventsinvest2017inner .content .overview,.page-template-template-eventsinvest2017replays .content .overview,.page-template-template-icoregwall .content .overview,.page-template-template-researchregwall .content .overview {
    background: rgba(0,0,0,.5);
    margin: 30px auto;
    width: 505px;
    padding: 35px;
    border-radius: 10px
}

.page-template-template-eventsconsensus2016about .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016agenda .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016agendaprivate .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016announcements .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016antiharassment .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016attendees .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016faqs .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016hackathon .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016media .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016pitchcompetition .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016register .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016registered .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016speakers .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016sponsors .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2016video .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2017about .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2017livestream .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2017register .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2017replays .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2018about .content .overview .logo-slogan-date,.page-template-template-eventsconsensus2018inner .content .overview .logo-slogan-date,.page-template-template-eventsconstruct2017about .content .overview .logo-slogan-date,.page-template-template-eventsconstruct2017register .content .overview .logo-slogan-date,.page-template-template-eventsinvest2017about .content .overview .logo-slogan-date,.page-template-template-eventsinvest2017inner .content .overview .logo-slogan-date,.page-template-template-eventsinvest2017replays .content .overview .logo-slogan-date,.page-template-template-icoregwall .content .overview .logo-slogan-date,.page-template-template-researchregwall .content .overview .logo-slogan-date {
    display: inline-block
}

.page-template-template-eventsconsensus2016about .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016agenda .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016agendaprivate .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016announcements .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016antiharassment .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016attendees .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016faqs .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016hackathon .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016media .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016pitchcompetition .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016register .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016registered .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016speakers .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016sponsors .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2016video .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2017about .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2017livestream .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2017register .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2017replays .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2018about .content .overview .logo-slogan-date .logo,.page-template-template-eventsconsensus2018inner .content .overview .logo-slogan-date .logo,.page-template-template-eventsconstruct2017about .content .overview .logo-slogan-date .logo,.page-template-template-eventsconstruct2017register .content .overview .logo-slogan-date .logo,.page-template-template-eventsinvest2017about .content .overview .logo-slogan-date .logo,.page-template-template-eventsinvest2017inner .content .overview .logo-slogan-date .logo,.page-template-template-eventsinvest2017replays .content .overview .logo-slogan-date .logo,.page-template-template-icoregwall .content .overview .logo-slogan-date .logo,.page-template-template-researchregwall .content .overview .logo-slogan-date .logo {
    max-width: 400px;
    display: block;
    margin: 0 auto
}

.page-template-template-eventsconsensus2016about .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016agenda .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016agendaprivate .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016announcements .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016antiharassment .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016attendees .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016faqs .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016hackathon .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016media .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016pitchcompetition .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016register .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016registered .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016speakers .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016sponsors .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2016video .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2017about .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2017livestream .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2017register .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2017replays .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2018about .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconsensus2018inner .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconstruct2017about .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsconstruct2017register .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsinvest2017about .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsinvest2017inner .content .overview .logo-slogan-date .slogan-date,.page-template-template-eventsinvest2017replays .content .overview .logo-slogan-date .slogan-date,.page-template-template-icoregwall .content .overview .logo-slogan-date .slogan-date,.page-template-template-researchregwall .content .overview .logo-slogan-date .slogan-date {
    margin-top: 20px;
    max-width: 230px
}

.page-template-template-eventsconsensus2016about .content .overview .stats,.page-template-template-eventsconsensus2016agenda .content .overview .stats,.page-template-template-eventsconsensus2016agendaprivate .content .overview .stats,.page-template-template-eventsconsensus2016announcements .content .overview .stats,.page-template-template-eventsconsensus2016antiharassment .content .overview .stats,.page-template-template-eventsconsensus2016attendees .content .overview .stats,.page-template-template-eventsconsensus2016faqs .content .overview .stats,.page-template-template-eventsconsensus2016hackathon .content .overview .stats,.page-template-template-eventsconsensus2016media .content .overview .stats,.page-template-template-eventsconsensus2016pitchcompetition .content .overview .stats,.page-template-template-eventsconsensus2016register .content .overview .stats,.page-template-template-eventsconsensus2016registered .content .overview .stats,.page-template-template-eventsconsensus2016speakers .content .overview .stats,.page-template-template-eventsconsensus2016sponsors .content .overview .stats,.page-template-template-eventsconsensus2016video .content .overview .stats,.page-template-template-eventsconsensus2017about .content .overview .stats,.page-template-template-eventsconsensus2017livestream .content .overview .stats,.page-template-template-eventsconsensus2017register .content .overview .stats,.page-template-template-eventsconsensus2017replays .content .overview .stats,.page-template-template-eventsconsensus2018about .content .overview .stats,.page-template-template-eventsconsensus2018inner .content .overview .stats,.page-template-template-eventsconstruct2017about .content .overview .stats,.page-template-template-eventsconstruct2017register .content .overview .stats,.page-template-template-eventsinvest2017about .content .overview .stats,.page-template-template-eventsinvest2017inner .content .overview .stats,.page-template-template-eventsinvest2017replays .content .overview .stats,.page-template-template-icoregwall .content .overview .stats,.page-template-template-researchregwall .content .overview .stats {
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
    text-align: center
}

.page-template-template-eventsconsensus2016about .content .register-strip-placeholder,.page-template-template-eventsconsensus2016agenda .content .register-strip-placeholder,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip-placeholder,.page-template-template-eventsconsensus2016announcements .content .register-strip-placeholder,.page-template-template-eventsconsensus2016antiharassment .content .register-strip-placeholder,.page-template-template-eventsconsensus2016attendees .content .register-strip-placeholder,.page-template-template-eventsconsensus2016faqs .content .register-strip-placeholder,.page-template-template-eventsconsensus2016hackathon .content .register-strip-placeholder,.page-template-template-eventsconsensus2016media .content .register-strip-placeholder,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip-placeholder,.page-template-template-eventsconsensus2016register .content .register-strip-placeholder,.page-template-template-eventsconsensus2016registered .content .register-strip-placeholder,.page-template-template-eventsconsensus2016speakers .content .register-strip-placeholder,.page-template-template-eventsconsensus2016sponsors .content .register-strip-placeholder,.page-template-template-eventsconsensus2016video .content .register-strip-placeholder,.page-template-template-eventsconsensus2017about .content .register-strip-placeholder,.page-template-template-eventsconsensus2017livestream .content .register-strip-placeholder,.page-template-template-eventsconsensus2017register .content .register-strip-placeholder,.page-template-template-eventsconsensus2017replays .content .register-strip-placeholder,.page-template-template-eventsconsensus2018about .content .register-strip-placeholder,.page-template-template-eventsconsensus2018inner .content .register-strip-placeholder,.page-template-template-eventsconstruct2017about .content .register-strip-placeholder,.page-template-template-eventsconstruct2017register .content .register-strip-placeholder,.page-template-template-eventsinvest2017about .content .register-strip-placeholder,.page-template-template-eventsinvest2017inner .content .register-strip-placeholder,.page-template-template-eventsinvest2017replays .content .register-strip-placeholder,.page-template-template-icoregwall .content .register-strip-placeholder,.page-template-template-researchregwall .content .register-strip-placeholder {
    width: 100%
}

.page-template-template-eventsconsensus2016about .content .register-strip-wrapper,.page-template-template-eventsconsensus2016agenda .content .register-strip-wrapper,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip-wrapper,.page-template-template-eventsconsensus2016announcements .content .register-strip-wrapper,.page-template-template-eventsconsensus2016antiharassment .content .register-strip-wrapper,.page-template-template-eventsconsensus2016attendees .content .register-strip-wrapper,.page-template-template-eventsconsensus2016faqs .content .register-strip-wrapper,.page-template-template-eventsconsensus2016hackathon .content .register-strip-wrapper,.page-template-template-eventsconsensus2016media .content .register-strip-wrapper,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip-wrapper,.page-template-template-eventsconsensus2016register .content .register-strip-wrapper,.page-template-template-eventsconsensus2016registered .content .register-strip-wrapper,.page-template-template-eventsconsensus2016speakers .content .register-strip-wrapper,.page-template-template-eventsconsensus2016sponsors .content .register-strip-wrapper,.page-template-template-eventsconsensus2016video .content .register-strip-wrapper,.page-template-template-eventsconsensus2017about .content .register-strip-wrapper,.page-template-template-eventsconsensus2017livestream .content .register-strip-wrapper,.page-template-template-eventsconsensus2017register .content .register-strip-wrapper,.page-template-template-eventsconsensus2017replays .content .register-strip-wrapper,.page-template-template-eventsconsensus2018about .content .register-strip-wrapper,.page-template-template-eventsconsensus2018inner .content .register-strip-wrapper,.page-template-template-eventsconstruct2017about .content .register-strip-wrapper,.page-template-template-eventsconstruct2017register .content .register-strip-wrapper,.page-template-template-eventsinvest2017about .content .register-strip-wrapper,.page-template-template-eventsinvest2017inner .content .register-strip-wrapper,.page-template-template-eventsinvest2017replays .content .register-strip-wrapper,.page-template-template-icoregwall .content .register-strip-wrapper,.page-template-template-researchregwall .content .register-strip-wrapper {
    display: table;
    width: 100%;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out
}

.page-template-template-eventsconsensus2016about .content .register-strip,.page-template-template-eventsconsensus2016agenda .content .register-strip,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip,.page-template-template-eventsconsensus2016announcements .content .register-strip,.page-template-template-eventsconsensus2016antiharassment .content .register-strip,.page-template-template-eventsconsensus2016attendees .content .register-strip,.page-template-template-eventsconsensus2016faqs .content .register-strip,.page-template-template-eventsconsensus2016hackathon .content .register-strip,.page-template-template-eventsconsensus2016media .content .register-strip,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip,.page-template-template-eventsconsensus2016register .content .register-strip,.page-template-template-eventsconsensus2016registered .content .register-strip,.page-template-template-eventsconsensus2016speakers .content .register-strip,.page-template-template-eventsconsensus2016sponsors .content .register-strip,.page-template-template-eventsconsensus2016video .content .register-strip,.page-template-template-eventsconsensus2017about .content .register-strip,.page-template-template-eventsconsensus2017livestream .content .register-strip,.page-template-template-eventsconsensus2017register .content .register-strip,.page-template-template-eventsconsensus2017replays .content .register-strip,.page-template-template-eventsconsensus2018about .content .register-strip,.page-template-template-eventsconsensus2018inner .content .register-strip,.page-template-template-eventsconstruct2017about .content .register-strip,.page-template-template-eventsconstruct2017register .content .register-strip,.page-template-template-eventsinvest2017about .content .register-strip,.page-template-template-eventsinvest2017inner .content .register-strip,.page-template-template-eventsinvest2017replays .content .register-strip,.page-template-template-icoregwall .content .register-strip,.page-template-template-researchregwall .content .register-strip {
    background: rgba(0,0,0,.28);
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 100px
}

.page-template-template-eventsconsensus2016about .content .register-strip .text,.page-template-template-eventsconsensus2016agenda .content .register-strip .text,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip .text,.page-template-template-eventsconsensus2016announcements .content .register-strip .text,.page-template-template-eventsconsensus2016antiharassment .content .register-strip .text,.page-template-template-eventsconsensus2016attendees .content .register-strip .text,.page-template-template-eventsconsensus2016faqs .content .register-strip .text,.page-template-template-eventsconsensus2016hackathon .content .register-strip .text,.page-template-template-eventsconsensus2016media .content .register-strip .text,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip .text,.page-template-template-eventsconsensus2016register .content .register-strip .text,.page-template-template-eventsconsensus2016registered .content .register-strip .text,.page-template-template-eventsconsensus2016speakers .content .register-strip .text,.page-template-template-eventsconsensus2016sponsors .content .register-strip .text,.page-template-template-eventsconsensus2016video .content .register-strip .text,.page-template-template-eventsconsensus2017about .content .register-strip .text,.page-template-template-eventsconsensus2017livestream .content .register-strip .text,.page-template-template-eventsconsensus2017register .content .register-strip .text,.page-template-template-eventsconsensus2017replays .content .register-strip .text,.page-template-template-eventsconsensus2018about .content .register-strip .text,.page-template-template-eventsconsensus2018inner .content .register-strip .text,.page-template-template-eventsconstruct2017about .content .register-strip .text,.page-template-template-eventsconstruct2017register .content .register-strip .text,.page-template-template-eventsinvest2017about .content .register-strip .text,.page-template-template-eventsinvest2017inner .content .register-strip .text,.page-template-template-eventsinvest2017replays .content .register-strip .text,.page-template-template-icoregwall .content .register-strip .text,.page-template-template-researchregwall .content .register-strip .text {
    color: #fff;
    vertical-align: middle;
    font-size: 25px;
    padding-left: 30px
}

.page-template-template-eventsconsensus2016about .content a.button,.page-template-template-eventsconsensus2016agenda .content a.button,.page-template-template-eventsconsensus2016agendaprivate .content a.button,.page-template-template-eventsconsensus2016announcements .content a.button,.page-template-template-eventsconsensus2016antiharassment .content a.button,.page-template-template-eventsconsensus2016attendees .content a.button,.page-template-template-eventsconsensus2016faqs .content a.button,.page-template-template-eventsconsensus2016hackathon .content a.button,.page-template-template-eventsconsensus2016media .content a.button,.page-template-template-eventsconsensus2016pitchcompetition .content a.button,.page-template-template-eventsconsensus2016register .content a.button,.page-template-template-eventsconsensus2016registered .content a.button,.page-template-template-eventsconsensus2016speakers .content a.button,.page-template-template-eventsconsensus2016sponsors .content a.button,.page-template-template-eventsconsensus2016video .content a.button,.page-template-template-eventsconsensus2017about .content a.button,.page-template-template-eventsconsensus2017livestream .content a.button,.page-template-template-eventsconsensus2017register .content a.button,.page-template-template-eventsconsensus2017replays .content a.button,.page-template-template-eventsconsensus2018about .content a.button,.page-template-template-eventsconsensus2018inner .content a.button,.page-template-template-eventsconstruct2017about .content a.button,.page-template-template-eventsconstruct2017register .content a.button,.page-template-template-eventsinvest2017about .content a.button,.page-template-template-eventsinvest2017inner .content a.button,.page-template-template-eventsinvest2017replays .content a.button,.page-template-template-icoregwall .content a.button,.page-template-template-researchregwall .content a.button {
    background-color: #00A69C;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    padding: 13px 40px;
    border-radius: 5px;
    margin: 0 10px
}

.page-template-template-eventsconsensus2016about .content a.button.hotel,.page-template-template-eventsconsensus2016agenda .content a.button.hotel,.page-template-template-eventsconsensus2016agendaprivate .content a.button.hotel,.page-template-template-eventsconsensus2016announcements .content a.button.hotel,.page-template-template-eventsconsensus2016antiharassment .content a.button.hotel,.page-template-template-eventsconsensus2016attendees .content a.button.hotel,.page-template-template-eventsconsensus2016faqs .content a.button.hotel,.page-template-template-eventsconsensus2016hackathon .content a.button.hotel,.page-template-template-eventsconsensus2016media .content a.button.hotel,.page-template-template-eventsconsensus2016pitchcompetition .content a.button.hotel,.page-template-template-eventsconsensus2016register .content a.button.hotel,.page-template-template-eventsconsensus2016registered .content a.button.hotel,.page-template-template-eventsconsensus2016speakers .content a.button.hotel,.page-template-template-eventsconsensus2016sponsors .content a.button.hotel,.page-template-template-eventsconsensus2016video .content a.button.hotel,.page-template-template-eventsconsensus2017about .content a.button.hotel,.page-template-template-eventsconsensus2017livestream .content a.button.hotel,.page-template-template-eventsconsensus2017register .content a.button.hotel,.page-template-template-eventsconsensus2017replays .content a.button.hotel,.page-template-template-eventsconsensus2018about .content a.button.hotel,.page-template-template-eventsconsensus2018inner .content a.button.hotel,.page-template-template-eventsconstruct2017about .content a.button.hotel,.page-template-template-eventsconstruct2017register .content a.button.hotel,.page-template-template-eventsinvest2017about .content a.button.hotel,.page-template-template-eventsinvest2017inner .content a.button.hotel,.page-template-template-eventsinvest2017replays .content a.button.hotel,.page-template-template-icoregwall .content a.button.hotel,.page-template-template-researchregwall .content a.button.hotel {
    background-color: #00a69c
}

.page-template-template-eventsconsensus2016about .content .more,.page-template-template-eventsconsensus2016agenda .content .more,.page-template-template-eventsconsensus2016agendaprivate .content .more,.page-template-template-eventsconsensus2016announcements .content .more,.page-template-template-eventsconsensus2016antiharassment .content .more,.page-template-template-eventsconsensus2016attendees .content .more,.page-template-template-eventsconsensus2016faqs .content .more,.page-template-template-eventsconsensus2016hackathon .content .more,.page-template-template-eventsconsensus2016media .content .more,.page-template-template-eventsconsensus2016pitchcompetition .content .more,.page-template-template-eventsconsensus2016register .content .more,.page-template-template-eventsconsensus2016registered .content .more,.page-template-template-eventsconsensus2016speakers .content .more,.page-template-template-eventsconsensus2016sponsors .content .more,.page-template-template-eventsconsensus2016video .content .more,.page-template-template-eventsconsensus2017about .content .more,.page-template-template-eventsconsensus2017livestream .content .more,.page-template-template-eventsconsensus2017register .content .more,.page-template-template-eventsconsensus2017replays .content .more,.page-template-template-eventsconsensus2018about .content .more,.page-template-template-eventsconsensus2018inner .content .more,.page-template-template-eventsconstruct2017about .content .more,.page-template-template-eventsconstruct2017register .content .more,.page-template-template-eventsinvest2017about .content .more,.page-template-template-eventsinvest2017inner .content .more,.page-template-template-eventsinvest2017replays .content .more,.page-template-template-icoregwall .content .more,.page-template-template-researchregwall .content .more {
    background-image: url(../../images/events/consensus-2016/more-bg.png);
    background-size: cover
}

.page-template-template-eventsconsensus2016about .content .more p,.page-template-template-eventsconsensus2016agenda .content .more p,.page-template-template-eventsconsensus2016agendaprivate .content .more p,.page-template-template-eventsconsensus2016announcements .content .more p,.page-template-template-eventsconsensus2016antiharassment .content .more p,.page-template-template-eventsconsensus2016attendees .content .more p,.page-template-template-eventsconsensus2016faqs .content .more p,.page-template-template-eventsconsensus2016hackathon .content .more p,.page-template-template-eventsconsensus2016media .content .more p,.page-template-template-eventsconsensus2016pitchcompetition .content .more p,.page-template-template-eventsconsensus2016register .content .more p,.page-template-template-eventsconsensus2016registered .content .more p,.page-template-template-eventsconsensus2016speakers .content .more p,.page-template-template-eventsconsensus2016sponsors .content .more p,.page-template-template-eventsconsensus2016video .content .more p,.page-template-template-eventsconsensus2017about .content .more p,.page-template-template-eventsconsensus2017livestream .content .more p,.page-template-template-eventsconsensus2017register .content .more p,.page-template-template-eventsconsensus2017replays .content .more p,.page-template-template-eventsconsensus2018about .content .more p,.page-template-template-eventsconsensus2018inner .content .more p,.page-template-template-eventsconstruct2017about .content .more p,.page-template-template-eventsconstruct2017register .content .more p,.page-template-template-eventsinvest2017about .content .more p,.page-template-template-eventsinvest2017inner .content .more p,.page-template-template-eventsinvest2017replays .content .more p,.page-template-template-icoregwall .content .more p,.page-template-template-researchregwall .content .more p {
    color: #fff;
    margin: 8px 0
}

.page-template-template-eventsconsensus2016about .content .social,.page-template-template-eventsconsensus2016agenda .content .social,.page-template-template-eventsconsensus2016agendaprivate .content .social,.page-template-template-eventsconsensus2016announcements .content .social,.page-template-template-eventsconsensus2016antiharassment .content .social,.page-template-template-eventsconsensus2016attendees .content .social,.page-template-template-eventsconsensus2016faqs .content .social,.page-template-template-eventsconsensus2016hackathon .content .social,.page-template-template-eventsconsensus2016media .content .social,.page-template-template-eventsconsensus2016pitchcompetition .content .social,.page-template-template-eventsconsensus2016register .content .social,.page-template-template-eventsconsensus2016registered .content .social,.page-template-template-eventsconsensus2016speakers .content .social,.page-template-template-eventsconsensus2016sponsors .content .social,.page-template-template-eventsconsensus2016video .content .social,.page-template-template-eventsconsensus2017about .content .social,.page-template-template-eventsconsensus2017livestream .content .social,.page-template-template-eventsconsensus2017register .content .social,.page-template-template-eventsconsensus2017replays .content .social,.page-template-template-eventsconsensus2018about .content .social,.page-template-template-eventsconsensus2018inner .content .social,.page-template-template-eventsconstruct2017about .content .social,.page-template-template-eventsconstruct2017register .content .social,.page-template-template-eventsinvest2017about .content .social,.page-template-template-eventsinvest2017inner .content .social,.page-template-template-eventsinvest2017replays .content .social,.page-template-template-icoregwall .content .social,.page-template-template-researchregwall .content .social {
    display: none;
    background-color: #4a4b4b;
    padding-top: 30px;
    text-align: center
}

.page-template-template-eventsconsensus2016about .content .social a,.page-template-template-eventsconsensus2016agenda .content .social a,.page-template-template-eventsconsensus2016agendaprivate .content .social a,.page-template-template-eventsconsensus2016announcements .content .social a,.page-template-template-eventsconsensus2016antiharassment .content .social a,.page-template-template-eventsconsensus2016attendees .content .social a,.page-template-template-eventsconsensus2016faqs .content .social a,.page-template-template-eventsconsensus2016hackathon .content .social a,.page-template-template-eventsconsensus2016media .content .social a,.page-template-template-eventsconsensus2016pitchcompetition .content .social a,.page-template-template-eventsconsensus2016register .content .social a,.page-template-template-eventsconsensus2016registered .content .social a,.page-template-template-eventsconsensus2016speakers .content .social a,.page-template-template-eventsconsensus2016sponsors .content .social a,.page-template-template-eventsconsensus2016video .content .social a,.page-template-template-eventsconsensus2017about .content .social a,.page-template-template-eventsconsensus2017livestream .content .social a,.page-template-template-eventsconsensus2017register .content .social a,.page-template-template-eventsconsensus2017replays .content .social a,.page-template-template-eventsconsensus2018about .content .social a,.page-template-template-eventsconsensus2018inner .content .social a,.page-template-template-eventsconstruct2017about .content .social a,.page-template-template-eventsconstruct2017register .content .social a,.page-template-template-eventsinvest2017about .content .social a,.page-template-template-eventsinvest2017inner .content .social a,.page-template-template-eventsinvest2017replays .content .social a,.page-template-template-icoregwall .content .social a,.page-template-template-researchregwall .content .social a {
    font-size: 25px;
    color: #00a69c
}

.page-template-template-eventsconsensus2016about .content .fixed,.page-template-template-eventsconsensus2016agenda .content .fixed,.page-template-template-eventsconsensus2016agendaprivate .content .fixed,.page-template-template-eventsconsensus2016announcements .content .fixed,.page-template-template-eventsconsensus2016antiharassment .content .fixed,.page-template-template-eventsconsensus2016attendees .content .fixed,.page-template-template-eventsconsensus2016faqs .content .fixed,.page-template-template-eventsconsensus2016hackathon .content .fixed,.page-template-template-eventsconsensus2016media .content .fixed,.page-template-template-eventsconsensus2016pitchcompetition .content .fixed,.page-template-template-eventsconsensus2016register .content .fixed,.page-template-template-eventsconsensus2016registered .content .fixed,.page-template-template-eventsconsensus2016speakers .content .fixed,.page-template-template-eventsconsensus2016sponsors .content .fixed,.page-template-template-eventsconsensus2016video .content .fixed,.page-template-template-eventsconsensus2017about .content .fixed,.page-template-template-eventsconsensus2017livestream .content .fixed,.page-template-template-eventsconsensus2017register .content .fixed,.page-template-template-eventsconsensus2017replays .content .fixed,.page-template-template-eventsconsensus2018about .content .fixed,.page-template-template-eventsconsensus2018inner .content .fixed,.page-template-template-eventsconstruct2017about .content .fixed,.page-template-template-eventsconstruct2017register .content .fixed,.page-template-template-eventsinvest2017about .content .fixed,.page-template-template-eventsinvest2017inner .content .fixed,.page-template-template-eventsinvest2017replays .content .fixed,.page-template-template-icoregwall .content .fixed,.page-template-template-researchregwall .content .fixed {
    position: fixed
}

.page-template-template-eventsconsensus2016about .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016agenda .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016agendaprivate .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016announcements .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016antiharassment .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016attendees .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016faqs .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016hackathon .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016media .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016pitchcompetition .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016register .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016registered .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016speakers .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016sponsors .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2016video .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2017about .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2017livestream .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2017register .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2017replays .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2018about .content .fixed.register-strip-wrapper,.page-template-template-eventsconsensus2018inner .content .fixed.register-strip-wrapper,.page-template-template-eventsconstruct2017about .content .fixed.register-strip-wrapper,.page-template-template-eventsconstruct2017register .content .fixed.register-strip-wrapper,.page-template-template-eventsinvest2017about .content .fixed.register-strip-wrapper,.page-template-template-eventsinvest2017inner .content .fixed.register-strip-wrapper,.page-template-template-eventsinvest2017replays .content .fixed.register-strip-wrapper,.page-template-template-icoregwall .content .fixed.register-strip-wrapper,.page-template-template-researchregwall .content .fixed.register-strip-wrapper {
    top: 0;
    bottom: auto;
    z-index: 1;
    background: rgba(0,0,0,.9)
}

.page-template-template-eventsconsensus2016about .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016agenda .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016agendaprivate .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016announcements .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016antiharassment .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016attendees .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016faqs .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016hackathon .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016media .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016pitchcompetition .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016register .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016registered .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016speakers .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016sponsors .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2016video .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2017about .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2017livestream .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2017register .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2017replays .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2018about .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconsensus2018inner .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconstruct2017about .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsconstruct2017register .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsinvest2017about .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsinvest2017inner .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-eventsinvest2017replays .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-icoregwall .content .fixed.register-strip-wrapper a.register:hover,.page-template-template-researchregwall .content .fixed.register-strip-wrapper a.register:hover {
    background-color: #c64479;
    opacity: 1
}

.page-template-template-eventsconsensus2016about .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016agenda .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016agendaprivate .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016announcements .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016antiharassment .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016attendees .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016faqs .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016hackathon .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016media .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016pitchcompetition .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016register .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016registered .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016speakers .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016sponsors .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2016video .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2017about .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2017livestream .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2017register .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2017replays .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2018about .content .fixed.consensus-navigation,.page-template-template-eventsconsensus2018inner .content .fixed.consensus-navigation,.page-template-template-eventsconstruct2017about .content .fixed.consensus-navigation,.page-template-template-eventsconstruct2017register .content .fixed.consensus-navigation,.page-template-template-eventsinvest2017about .content .fixed.consensus-navigation,.page-template-template-eventsinvest2017inner .content .fixed.consensus-navigation,.page-template-template-eventsinvest2017replays .content .fixed.consensus-navigation,.page-template-template-icoregwall .content .fixed.consensus-navigation,.page-template-template-researchregwall .content .fixed.consensus-navigation {
    top: 0;
    width: 1248px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px #999;
    -moz-box-shadow: 0 5px 10px #999;
    box-shadow: 0 5px 10px #999
}

.page-template-template-eventsconsensus2016about .content img,.page-template-template-eventsconsensus2016agenda .content img,.page-template-template-eventsconsensus2016agendaprivate .content img,.page-template-template-eventsconsensus2016announcements .content img,.page-template-template-eventsconsensus2016antiharassment .content img,.page-template-template-eventsconsensus2016attendees .content img,.page-template-template-eventsconsensus2016faqs .content img,.page-template-template-eventsconsensus2016hackathon .content img,.page-template-template-eventsconsensus2016media .content img,.page-template-template-eventsconsensus2016pitchcompetition .content img,.page-template-template-eventsconsensus2016register .content img,.page-template-template-eventsconsensus2016registered .content img,.page-template-template-eventsconsensus2016speakers .content img,.page-template-template-eventsconsensus2016sponsors .content img,.page-template-template-eventsconsensus2016video .content img,.page-template-template-eventsconsensus2017about .content img,.page-template-template-eventsconsensus2017livestream .content img,.page-template-template-eventsconsensus2017register .content img,.page-template-template-eventsconsensus2017replays .content img,.page-template-template-eventsconsensus2018about .content img,.page-template-template-eventsconsensus2018inner .content img,.page-template-template-eventsconstruct2017about .content img,.page-template-template-eventsconstruct2017register .content img,.page-template-template-eventsinvest2017about .content img,.page-template-template-eventsinvest2017inner .content img,.page-template-template-eventsinvest2017replays .content img,.page-template-template-icoregwall .content img,.page-template-template-researchregwall .content img {
    max-width: 100%
}

.page-template-template-eventsconsensus2016about .content .points,.page-template-template-eventsconsensus2016agenda .content .points,.page-template-template-eventsconsensus2016agendaprivate .content .points,.page-template-template-eventsconsensus2016announcements .content .points,.page-template-template-eventsconsensus2016antiharassment .content .points,.page-template-template-eventsconsensus2016attendees .content .points,.page-template-template-eventsconsensus2016faqs .content .points,.page-template-template-eventsconsensus2016hackathon .content .points,.page-template-template-eventsconsensus2016media .content .points,.page-template-template-eventsconsensus2016pitchcompetition .content .points,.page-template-template-eventsconsensus2016register .content .points,.page-template-template-eventsconsensus2016registered .content .points,.page-template-template-eventsconsensus2016speakers .content .points,.page-template-template-eventsconsensus2016sponsors .content .points,.page-template-template-eventsconsensus2016video .content .points,.page-template-template-eventsconsensus2017about .content .points,.page-template-template-eventsconsensus2017livestream .content .points,.page-template-template-eventsconsensus2017register .content .points,.page-template-template-eventsconsensus2017replays .content .points,.page-template-template-eventsconsensus2018about .content .points,.page-template-template-eventsconsensus2018inner .content .points,.page-template-template-eventsconstruct2017about .content .points,.page-template-template-eventsconstruct2017register .content .points,.page-template-template-eventsinvest2017about .content .points,.page-template-template-eventsinvest2017inner .content .points,.page-template-template-eventsinvest2017replays .content .points,.page-template-template-icoregwall .content .points,.page-template-template-researchregwall .content .points {
    list-style: disc inside;
    font-size: 16px;
    line-height: 30px;
    color: #898989;
    text-align: left;
    display: inline-block
}

.page-template-template-eventsconsensus2016about .content .agenda,.page-template-template-eventsconsensus2016agenda .content .agenda,.page-template-template-eventsconsensus2016agendaprivate .content .agenda,.page-template-template-eventsconsensus2016announcements .content .agenda,.page-template-template-eventsconsensus2016antiharassment .content .agenda,.page-template-template-eventsconsensus2016attendees .content .agenda,.page-template-template-eventsconsensus2016faqs .content .agenda,.page-template-template-eventsconsensus2016hackathon .content .agenda,.page-template-template-eventsconsensus2016media .content .agenda,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda,.page-template-template-eventsconsensus2016register .content .agenda,.page-template-template-eventsconsensus2016registered .content .agenda,.page-template-template-eventsconsensus2016speakers .content .agenda,.page-template-template-eventsconsensus2016sponsors .content .agenda,.page-template-template-eventsconsensus2016video .content .agenda,.page-template-template-eventsconsensus2017about .content .agenda,.page-template-template-eventsconsensus2017livestream .content .agenda,.page-template-template-eventsconsensus2017register .content .agenda,.page-template-template-eventsconsensus2017replays .content .agenda,.page-template-template-eventsconsensus2018about .content .agenda,.page-template-template-eventsconsensus2018inner .content .agenda,.page-template-template-eventsconstruct2017about .content .agenda,.page-template-template-eventsconstruct2017register .content .agenda,.page-template-template-eventsinvest2017about .content .agenda,.page-template-template-eventsinvest2017inner .content .agenda,.page-template-template-eventsinvest2017replays .content .agenda,.page-template-template-icoregwall .content .agenda,.page-template-template-researchregwall .content .agenda {
    margin-top: 40px
}

.page-template-template-eventsconsensus2016about .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016agenda .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016agendaprivate .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016announcements .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016antiharassment .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016attendees .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016faqs .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016hackathon .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016media .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016register .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016registered .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016speakers .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016sponsors .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2016video .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2017about .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2017livestream .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2017register .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2017replays .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2018about .content .agenda .agenda-navigation,.page-template-template-eventsconsensus2018inner .content .agenda .agenda-navigation,.page-template-template-eventsconstruct2017about .content .agenda .agenda-navigation,.page-template-template-eventsconstruct2017register .content .agenda .agenda-navigation,.page-template-template-eventsinvest2017about .content .agenda .agenda-navigation,.page-template-template-eventsinvest2017inner .content .agenda .agenda-navigation,.page-template-template-eventsinvest2017replays .content .agenda .agenda-navigation,.page-template-template-icoregwall .content .agenda .agenda-navigation,.page-template-template-researchregwall .content .agenda .agenda-navigation {
    text-align: center;
    height: 72px
}

.page-template-template-eventsconsensus2016about .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016agenda .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016agendaprivate .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016announcements .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016antiharassment .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016attendees .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016faqs .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016hackathon .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016media .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016register .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016registered .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016speakers .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016sponsors .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2016video .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2017about .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2017livestream .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2017register .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2017replays .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2018about .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconsensus2018inner .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconstruct2017about .content .agenda .agenda-navigation .arrows,.page-template-template-eventsconstruct2017register .content .agenda .agenda-navigation .arrows,.page-template-template-eventsinvest2017about .content .agenda .agenda-navigation .arrows,.page-template-template-eventsinvest2017inner .content .agenda .agenda-navigation .arrows,.page-template-template-eventsinvest2017replays .content .agenda .agenda-navigation .arrows,.page-template-template-icoregwall .content .agenda .agenda-navigation .arrows,.page-template-template-researchregwall .content .agenda .agenda-navigation .arrows {
    display: inline-block
}

.page-template-template-eventsconsensus2016about .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016agenda .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016agendaprivate .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016announcements .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016antiharassment .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016attendees .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016faqs .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016hackathon .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016media .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016register .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016registered .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016speakers .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016sponsors .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2016video .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2017about .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2017livestream .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2017register .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2017replays .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2018about .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconsensus2018inner .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconstruct2017about .content .agenda .agenda-navigation .arrow,.page-template-template-eventsconstruct2017register .content .agenda .agenda-navigation .arrow,.page-template-template-eventsinvest2017about .content .agenda .agenda-navigation .arrow,.page-template-template-eventsinvest2017inner .content .agenda .agenda-navigation .arrow,.page-template-template-eventsinvest2017replays .content .agenda .agenda-navigation .arrow,.page-template-template-icoregwall .content .agenda .agenda-navigation .arrow,.page-template-template-researchregwall .content .agenda .agenda-navigation .arrow {
    width: 51px;
    margin: 0 20px
}

.page-template-template-eventsconsensus2016about .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016about .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016agenda .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016agenda .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016agendaprivate .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016agendaprivate .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016announcements .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016announcements .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016antiharassment .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016antiharassment .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016attendees .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016attendees .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016faqs .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016faqs .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016hackathon .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016hackathon .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016media .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016media .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016pitchcompetition .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016register .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016register .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016registered .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016registered .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016speakers .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016speakers .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016sponsors .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016sponsors .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2016video .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2016video .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2017about .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2017about .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2017livestream .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2017livestream .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2017register .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2017register .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2017replays .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2017replays .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2018about .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2018about .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconsensus2018inner .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconsensus2018inner .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconstruct2017about .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconstruct2017about .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsconstruct2017register .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsconstruct2017register .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsinvest2017about .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsinvest2017about .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsinvest2017inner .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsinvest2017inner .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-eventsinvest2017replays .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-eventsinvest2017replays .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-icoregwall .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-icoregwall .content .agenda .agenda-navigation .arrow.on.slick-disabled,.page-template-template-researchregwall .content .agenda .agenda-navigation .arrow.off:not(.slick-disabled),.page-template-template-researchregwall .content .agenda .agenda-navigation .arrow.on.slick-disabled {
    display: none!important
}

.page-template-template-eventsconsensus2016about .content .agenda-date,.page-template-template-eventsconsensus2016agenda .content .agenda-date,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-date,.page-template-template-eventsconsensus2016announcements .content .agenda-date,.page-template-template-eventsconsensus2016antiharassment .content .agenda-date,.page-template-template-eventsconsensus2016attendees .content .agenda-date,.page-template-template-eventsconsensus2016faqs .content .agenda-date,.page-template-template-eventsconsensus2016hackathon .content .agenda-date,.page-template-template-eventsconsensus2016media .content .agenda-date,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-date,.page-template-template-eventsconsensus2016register .content .agenda-date,.page-template-template-eventsconsensus2016registered .content .agenda-date,.page-template-template-eventsconsensus2016speakers .content .agenda-date,.page-template-template-eventsconsensus2016sponsors .content .agenda-date,.page-template-template-eventsconsensus2016video .content .agenda-date,.page-template-template-eventsconsensus2017about .content .agenda-date,.page-template-template-eventsconsensus2017livestream .content .agenda-date,.page-template-template-eventsconsensus2017register .content .agenda-date,.page-template-template-eventsconsensus2017replays .content .agenda-date,.page-template-template-eventsconsensus2018about .content .agenda-date,.page-template-template-eventsconsensus2018inner .content .agenda-date,.page-template-template-eventsconstruct2017about .content .agenda-date,.page-template-template-eventsconstruct2017register .content .agenda-date,.page-template-template-eventsinvest2017about .content .agenda-date,.page-template-template-eventsinvest2017inner .content .agenda-date,.page-template-template-eventsinvest2017replays .content .agenda-date,.page-template-template-icoregwall .content .agenda-date,.page-template-template-researchregwall .content .agenda-date {
    display: inline-block;
    width: 176px;
    vertical-align: middle
}

.page-template-template-eventsconsensus2016about .content .agenda-date img,.page-template-template-eventsconsensus2016agenda .content .agenda-date img,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-date img,.page-template-template-eventsconsensus2016announcements .content .agenda-date img,.page-template-template-eventsconsensus2016antiharassment .content .agenda-date img,.page-template-template-eventsconsensus2016attendees .content .agenda-date img,.page-template-template-eventsconsensus2016faqs .content .agenda-date img,.page-template-template-eventsconsensus2016hackathon .content .agenda-date img,.page-template-template-eventsconsensus2016media .content .agenda-date img,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-date img,.page-template-template-eventsconsensus2016register .content .agenda-date img,.page-template-template-eventsconsensus2016registered .content .agenda-date img,.page-template-template-eventsconsensus2016speakers .content .agenda-date img,.page-template-template-eventsconsensus2016sponsors .content .agenda-date img,.page-template-template-eventsconsensus2016video .content .agenda-date img,.page-template-template-eventsconsensus2017about .content .agenda-date img,.page-template-template-eventsconsensus2017livestream .content .agenda-date img,.page-template-template-eventsconsensus2017register .content .agenda-date img,.page-template-template-eventsconsensus2017replays .content .agenda-date img,.page-template-template-eventsconsensus2018about .content .agenda-date img,.page-template-template-eventsconsensus2018inner .content .agenda-date img,.page-template-template-eventsconstruct2017about .content .agenda-date img,.page-template-template-eventsconstruct2017register .content .agenda-date img,.page-template-template-eventsinvest2017about .content .agenda-date img,.page-template-template-eventsinvest2017inner .content .agenda-date img,.page-template-template-eventsinvest2017replays .content .agenda-date img,.page-template-template-icoregwall .content .agenda-date img,.page-template-template-researchregwall .content .agenda-date img {
    height: 72px
}

.page-template-template-eventsconsensus2016about .content .agenda-days,.page-template-template-eventsconsensus2016agenda .content .agenda-days,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-days,.page-template-template-eventsconsensus2016announcements .content .agenda-days,.page-template-template-eventsconsensus2016antiharassment .content .agenda-days,.page-template-template-eventsconsensus2016attendees .content .agenda-days,.page-template-template-eventsconsensus2016faqs .content .agenda-days,.page-template-template-eventsconsensus2016hackathon .content .agenda-days,.page-template-template-eventsconsensus2016media .content .agenda-days,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-days,.page-template-template-eventsconsensus2016register .content .agenda-days,.page-template-template-eventsconsensus2016registered .content .agenda-days,.page-template-template-eventsconsensus2016speakers .content .agenda-days,.page-template-template-eventsconsensus2016sponsors .content .agenda-days,.page-template-template-eventsconsensus2016video .content .agenda-days,.page-template-template-eventsconsensus2017about .content .agenda-days,.page-template-template-eventsconsensus2017livestream .content .agenda-days,.page-template-template-eventsconsensus2017register .content .agenda-days,.page-template-template-eventsconsensus2017replays .content .agenda-days,.page-template-template-eventsconsensus2018about .content .agenda-days,.page-template-template-eventsconsensus2018inner .content .agenda-days,.page-template-template-eventsconstruct2017about .content .agenda-days,.page-template-template-eventsconstruct2017register .content .agenda-days,.page-template-template-eventsinvest2017about .content .agenda-days,.page-template-template-eventsinvest2017inner .content .agenda-days,.page-template-template-eventsinvest2017replays .content .agenda-days,.page-template-template-icoregwall .content .agenda-days,.page-template-template-researchregwall .content .agenda-days {
    margin-top: 30px
}

.page-template-template-eventsconsensus2016about .content .agenda-days li img,.page-template-template-eventsconsensus2016agenda .content .agenda-days li img,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-days li img,.page-template-template-eventsconsensus2016announcements .content .agenda-days li img,.page-template-template-eventsconsensus2016antiharassment .content .agenda-days li img,.page-template-template-eventsconsensus2016attendees .content .agenda-days li img,.page-template-template-eventsconsensus2016faqs .content .agenda-days li img,.page-template-template-eventsconsensus2016hackathon .content .agenda-days li img,.page-template-template-eventsconsensus2016media .content .agenda-days li img,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-days li img,.page-template-template-eventsconsensus2016register .content .agenda-days li img,.page-template-template-eventsconsensus2016registered .content .agenda-days li img,.page-template-template-eventsconsensus2016speakers .content .agenda-days li img,.page-template-template-eventsconsensus2016sponsors .content .agenda-days li img,.page-template-template-eventsconsensus2016video .content .agenda-days li img,.page-template-template-eventsconsensus2017about .content .agenda-days li img,.page-template-template-eventsconsensus2017livestream .content .agenda-days li img,.page-template-template-eventsconsensus2017register .content .agenda-days li img,.page-template-template-eventsconsensus2017replays .content .agenda-days li img,.page-template-template-eventsconsensus2018about .content .agenda-days li img,.page-template-template-eventsconsensus2018inner .content .agenda-days li img,.page-template-template-eventsconstruct2017about .content .agenda-days li img,.page-template-template-eventsconstruct2017register .content .agenda-days li img,.page-template-template-eventsinvest2017about .content .agenda-days li img,.page-template-template-eventsinvest2017inner .content .agenda-days li img,.page-template-template-eventsinvest2017replays .content .agenda-days li img,.page-template-template-icoregwall .content .agenda-days li img,.page-template-template-researchregwall .content .agenda-days li img {
    margin: 0 auto
}

.page-template-template-eventsconsensus2016about .content .agenda-day,.page-template-template-eventsconsensus2016agenda .content .agenda-day,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day,.page-template-template-eventsconsensus2016announcements .content .agenda-day,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day,.page-template-template-eventsconsensus2016attendees .content .agenda-day,.page-template-template-eventsconsensus2016faqs .content .agenda-day,.page-template-template-eventsconsensus2016hackathon .content .agenda-day,.page-template-template-eventsconsensus2016media .content .agenda-day,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day,.page-template-template-eventsconsensus2016register .content .agenda-day,.page-template-template-eventsconsensus2016registered .content .agenda-day,.page-template-template-eventsconsensus2016speakers .content .agenda-day,.page-template-template-eventsconsensus2016sponsors .content .agenda-day,.page-template-template-eventsconsensus2016video .content .agenda-day,.page-template-template-eventsconsensus2017about .content .agenda-day,.page-template-template-eventsconsensus2017livestream .content .agenda-day,.page-template-template-eventsconsensus2017register .content .agenda-day,.page-template-template-eventsconsensus2017replays .content .agenda-day,.page-template-template-eventsconsensus2018about .content .agenda-day,.page-template-template-eventsconsensus2018inner .content .agenda-day,.page-template-template-eventsconstruct2017about .content .agenda-day,.page-template-template-eventsconstruct2017register .content .agenda-day,.page-template-template-eventsinvest2017about .content .agenda-day,.page-template-template-eventsinvest2017inner .content .agenda-day,.page-template-template-eventsinvest2017replays .content .agenda-day,.page-template-template-icoregwall .content .agenda-day,.page-template-template-researchregwall .content .agenda-day {
    width: 100%;
    font-size: 21px;
    table-layout: fixed
}

.page-template-template-eventsconsensus2016about .content .agenda-day tr,.page-template-template-eventsconsensus2016agenda .content .agenda-day tr,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day tr,.page-template-template-eventsconsensus2016announcements .content .agenda-day tr,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day tr,.page-template-template-eventsconsensus2016attendees .content .agenda-day tr,.page-template-template-eventsconsensus2016faqs .content .agenda-day tr,.page-template-template-eventsconsensus2016hackathon .content .agenda-day tr,.page-template-template-eventsconsensus2016media .content .agenda-day tr,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day tr,.page-template-template-eventsconsensus2016register .content .agenda-day tr,.page-template-template-eventsconsensus2016registered .content .agenda-day tr,.page-template-template-eventsconsensus2016speakers .content .agenda-day tr,.page-template-template-eventsconsensus2016sponsors .content .agenda-day tr,.page-template-template-eventsconsensus2016video .content .agenda-day tr,.page-template-template-eventsconsensus2017about .content .agenda-day tr,.page-template-template-eventsconsensus2017livestream .content .agenda-day tr,.page-template-template-eventsconsensus2017register .content .agenda-day tr,.page-template-template-eventsconsensus2017replays .content .agenda-day tr,.page-template-template-eventsconsensus2018about .content .agenda-day tr,.page-template-template-eventsconsensus2018inner .content .agenda-day tr,.page-template-template-eventsconstruct2017about .content .agenda-day tr,.page-template-template-eventsconstruct2017register .content .agenda-day tr,.page-template-template-eventsinvest2017about .content .agenda-day tr,.page-template-template-eventsinvest2017inner .content .agenda-day tr,.page-template-template-eventsinvest2017replays .content .agenda-day tr,.page-template-template-icoregwall .content .agenda-day tr,.page-template-template-researchregwall .content .agenda-day tr {
    border: 2px solid #dedede;
    border-left: 0;
    border-right: 0
}

.page-template-template-eventsconsensus2016about .content .agenda-day tr td,.page-template-template-eventsconsensus2016agenda .content .agenda-day tr td,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day tr td,.page-template-template-eventsconsensus2016announcements .content .agenda-day tr td,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day tr td,.page-template-template-eventsconsensus2016attendees .content .agenda-day tr td,.page-template-template-eventsconsensus2016faqs .content .agenda-day tr td,.page-template-template-eventsconsensus2016hackathon .content .agenda-day tr td,.page-template-template-eventsconsensus2016media .content .agenda-day tr td,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day tr td,.page-template-template-eventsconsensus2016register .content .agenda-day tr td,.page-template-template-eventsconsensus2016registered .content .agenda-day tr td,.page-template-template-eventsconsensus2016speakers .content .agenda-day tr td,.page-template-template-eventsconsensus2016sponsors .content .agenda-day tr td,.page-template-template-eventsconsensus2016video .content .agenda-day tr td,.page-template-template-eventsconsensus2017about .content .agenda-day tr td,.page-template-template-eventsconsensus2017livestream .content .agenda-day tr td,.page-template-template-eventsconsensus2017register .content .agenda-day tr td,.page-template-template-eventsconsensus2017replays .content .agenda-day tr td,.page-template-template-eventsconsensus2018about .content .agenda-day tr td,.page-template-template-eventsconsensus2018inner .content .agenda-day tr td,.page-template-template-eventsconstruct2017about .content .agenda-day tr td,.page-template-template-eventsconstruct2017register .content .agenda-day tr td,.page-template-template-eventsinvest2017about .content .agenda-day tr td,.page-template-template-eventsinvest2017inner .content .agenda-day tr td,.page-template-template-eventsinvest2017replays .content .agenda-day tr td,.page-template-template-icoregwall .content .agenda-day tr td,.page-template-template-researchregwall .content .agenda-day tr td {
    text-align: center;
    padding: 20px
}

.page-template-template-eventsconsensus2016about .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016agenda .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016announcements .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016attendees .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016faqs .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016hackathon .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016media .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016register .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016registered .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016speakers .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016sponsors .content .agenda-day tr td+td,.page-template-template-eventsconsensus2016video .content .agenda-day tr td+td,.page-template-template-eventsconsensus2017about .content .agenda-day tr td+td,.page-template-template-eventsconsensus2017livestream .content .agenda-day tr td+td,.page-template-template-eventsconsensus2017register .content .agenda-day tr td+td,.page-template-template-eventsconsensus2017replays .content .agenda-day tr td+td,.page-template-template-eventsconsensus2018about .content .agenda-day tr td+td,.page-template-template-eventsconsensus2018inner .content .agenda-day tr td+td,.page-template-template-eventsconstruct2017about .content .agenda-day tr td+td,.page-template-template-eventsconstruct2017register .content .agenda-day tr td+td,.page-template-template-eventsinvest2017about .content .agenda-day tr td+td,.page-template-template-eventsinvest2017inner .content .agenda-day tr td+td,.page-template-template-eventsinvest2017replays .content .agenda-day tr td+td,.page-template-template-icoregwall .content .agenda-day tr td+td,.page-template-template-researchregwall .content .agenda-day tr td+td {
    border-left: 2px solid #dedede
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016about .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016about .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016media .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016media .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016media .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016register .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016register .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016register .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016video .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2016video .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016video .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017about .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2017about .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017about .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017register .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2017register .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017register .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2018about .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2018about .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2018about .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-what h2,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-what h4,.page-template-template-eventsconstruct2017about .content .agenda-day .session-what h2,.page-template-template-eventsconstruct2017about .content .agenda-day .session-what h3,.page-template-template-eventsconstruct2017about .content .agenda-day .session-what h4,.page-template-template-eventsconstruct2017register .content .agenda-day .session-what h2,.page-template-template-eventsconstruct2017register .content .agenda-day .session-what h3,.page-template-template-eventsconstruct2017register .content .agenda-day .session-what h4,.page-template-template-eventsinvest2017about .content .agenda-day .session-what h2,.page-template-template-eventsinvest2017about .content .agenda-day .session-what h3,.page-template-template-eventsinvest2017about .content .agenda-day .session-what h4,.page-template-template-eventsinvest2017inner .content .agenda-day .session-what h2,.page-template-template-eventsinvest2017inner .content .agenda-day .session-what h3,.page-template-template-eventsinvest2017inner .content .agenda-day .session-what h4,.page-template-template-eventsinvest2017replays .content .agenda-day .session-what h2,.page-template-template-eventsinvest2017replays .content .agenda-day .session-what h3,.page-template-template-eventsinvest2017replays .content .agenda-day .session-what h4,.page-template-template-icoregwall .content .agenda-day .session-what h2,.page-template-template-icoregwall .content .agenda-day .session-what h3,.page-template-template-icoregwall .content .agenda-day .session-what h4,.page-template-template-researchregwall .content .agenda-day .session-what h2,.page-template-template-researchregwall .content .agenda-day .session-what h3,.page-template-template-researchregwall .content .agenda-day .session-what h4 {
    margin: 0;
    font-weight: 600;
    font-size: 21px;
    text-transform: none
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016media .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016register .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2016video .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017about .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017register .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2018about .content .agenda-day .session-what h3,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-what h3,.page-template-template-eventsconstruct2017about .content .agenda-day .session-what h3,.page-template-template-eventsconstruct2017register .content .agenda-day .session-what h3,.page-template-template-eventsinvest2017about .content .agenda-day .session-what h3,.page-template-template-eventsinvest2017inner .content .agenda-day .session-what h3,.page-template-template-eventsinvest2017replays .content .agenda-day .session-what h3,.page-template-template-icoregwall .content .agenda-day .session-what h3,.page-template-template-researchregwall .content .agenda-day .session-what h3 {
    font-weight: 600;
    color: #00A69C
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016media .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016register .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2016video .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017about .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017register .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2018about .content .agenda-day .session-what h4,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-what h4,.page-template-template-eventsconstruct2017about .content .agenda-day .session-what h4,.page-template-template-eventsconstruct2017register .content .agenda-day .session-what h4,.page-template-template-eventsinvest2017about .content .agenda-day .session-what h4,.page-template-template-eventsinvest2017inner .content .agenda-day .session-what h4,.page-template-template-eventsinvest2017replays .content .agenda-day .session-what h4,.page-template-template-icoregwall .content .agenda-day .session-what h4,.page-template-template-researchregwall .content .agenda-day .session-what h4 {
    color: #f1ac3b;
    font-weight: 600
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-who,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-who,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-who,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-who,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-who,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-who,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-who,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-who,.page-template-template-eventsconsensus2016media .content .agenda-day .session-who,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-who,.page-template-template-eventsconsensus2016register .content .agenda-day .session-who,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-who,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-who,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-who,.page-template-template-eventsconsensus2016video .content .agenda-day .session-who,.page-template-template-eventsconsensus2017about .content .agenda-day .session-who,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-who,.page-template-template-eventsconsensus2017register .content .agenda-day .session-who,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-who,.page-template-template-eventsconsensus2018about .content .agenda-day .session-who,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-who,.page-template-template-eventsconstruct2017about .content .agenda-day .session-who,.page-template-template-eventsconstruct2017register .content .agenda-day .session-who,.page-template-template-eventsinvest2017about .content .agenda-day .session-who,.page-template-template-eventsinvest2017inner .content .agenda-day .session-who,.page-template-template-eventsinvest2017replays .content .agenda-day .session-who,.page-template-template-icoregwall .content .agenda-day .session-who,.page-template-template-researchregwall .content .agenda-day .session-who {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    color: #898989
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016media .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016register .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-who li,.page-template-template-eventsconsensus2016video .content .agenda-day .session-who li,.page-template-template-eventsconsensus2017about .content .agenda-day .session-who li,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-who li,.page-template-template-eventsconsensus2017register .content .agenda-day .session-who li,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-who li,.page-template-template-eventsconsensus2018about .content .agenda-day .session-who li,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-who li,.page-template-template-eventsconstruct2017about .content .agenda-day .session-who li,.page-template-template-eventsconstruct2017register .content .agenda-day .session-who li,.page-template-template-eventsinvest2017about .content .agenda-day .session-who li,.page-template-template-eventsinvest2017inner .content .agenda-day .session-who li,.page-template-template-eventsinvest2017replays .content .agenda-day .session-who li,.page-template-template-icoregwall .content .agenda-day .session-who li,.page-template-template-researchregwall .content .agenda-day .session-who li {
    padding: 3px 0
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016media .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016register .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-who a,.page-template-template-eventsconsensus2016video .content .agenda-day .session-who a,.page-template-template-eventsconsensus2017about .content .agenda-day .session-who a,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-who a,.page-template-template-eventsconsensus2017register .content .agenda-day .session-who a,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-who a,.page-template-template-eventsconsensus2018about .content .agenda-day .session-who a,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-who a,.page-template-template-eventsconstruct2017about .content .agenda-day .session-who a,.page-template-template-eventsconstruct2017register .content .agenda-day .session-who a,.page-template-template-eventsinvest2017about .content .agenda-day .session-who a,.page-template-template-eventsinvest2017inner .content .agenda-day .session-who a,.page-template-template-eventsinvest2017replays .content .agenda-day .session-who a,.page-template-template-icoregwall .content .agenda-day .session-who a,.page-template-template-researchregwall .content .agenda-day .session-who a {
    color: #898989
}

.page-template-template-eventsconsensus2016about .content .agenda-day .session-description,.page-template-template-eventsconsensus2016agenda .content .agenda-day .session-description,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day .session-description,.page-template-template-eventsconsensus2016announcements .content .agenda-day .session-description,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day .session-description,.page-template-template-eventsconsensus2016attendees .content .agenda-day .session-description,.page-template-template-eventsconsensus2016faqs .content .agenda-day .session-description,.page-template-template-eventsconsensus2016hackathon .content .agenda-day .session-description,.page-template-template-eventsconsensus2016media .content .agenda-day .session-description,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day .session-description,.page-template-template-eventsconsensus2016register .content .agenda-day .session-description,.page-template-template-eventsconsensus2016registered .content .agenda-day .session-description,.page-template-template-eventsconsensus2016speakers .content .agenda-day .session-description,.page-template-template-eventsconsensus2016sponsors .content .agenda-day .session-description,.page-template-template-eventsconsensus2016video .content .agenda-day .session-description,.page-template-template-eventsconsensus2017about .content .agenda-day .session-description,.page-template-template-eventsconsensus2017livestream .content .agenda-day .session-description,.page-template-template-eventsconsensus2017register .content .agenda-day .session-description,.page-template-template-eventsconsensus2017replays .content .agenda-day .session-description,.page-template-template-eventsconsensus2018about .content .agenda-day .session-description,.page-template-template-eventsconsensus2018inner .content .agenda-day .session-description,.page-template-template-eventsconstruct2017about .content .agenda-day .session-description,.page-template-template-eventsconstruct2017register .content .agenda-day .session-description,.page-template-template-eventsinvest2017about .content .agenda-day .session-description,.page-template-template-eventsinvest2017inner .content .agenda-day .session-description,.page-template-template-eventsinvest2017replays .content .agenda-day .session-description,.page-template-template-icoregwall .content .agenda-day .session-description,.page-template-template-researchregwall .content .agenda-day .session-description {
    color: #898989;
    margin: 20px 0 0;
    padding: 0
}

.page-template-template-eventsconsensus2016about .content .agenda-day table,.page-template-template-eventsconsensus2016agenda .content .agenda-day table,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day table,.page-template-template-eventsconsensus2016announcements .content .agenda-day table,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day table,.page-template-template-eventsconsensus2016attendees .content .agenda-day table,.page-template-template-eventsconsensus2016faqs .content .agenda-day table,.page-template-template-eventsconsensus2016hackathon .content .agenda-day table,.page-template-template-eventsconsensus2016media .content .agenda-day table,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day table,.page-template-template-eventsconsensus2016register .content .agenda-day table,.page-template-template-eventsconsensus2016registered .content .agenda-day table,.page-template-template-eventsconsensus2016speakers .content .agenda-day table,.page-template-template-eventsconsensus2016sponsors .content .agenda-day table,.page-template-template-eventsconsensus2016video .content .agenda-day table,.page-template-template-eventsconsensus2017about .content .agenda-day table,.page-template-template-eventsconsensus2017livestream .content .agenda-day table,.page-template-template-eventsconsensus2017register .content .agenda-day table,.page-template-template-eventsconsensus2017replays .content .agenda-day table,.page-template-template-eventsconsensus2018about .content .agenda-day table,.page-template-template-eventsconsensus2018inner .content .agenda-day table,.page-template-template-eventsconstruct2017about .content .agenda-day table,.page-template-template-eventsconstruct2017register .content .agenda-day table,.page-template-template-eventsinvest2017about .content .agenda-day table,.page-template-template-eventsinvest2017inner .content .agenda-day table,.page-template-template-eventsinvest2017replays .content .agenda-day table,.page-template-template-icoregwall .content .agenda-day table,.page-template-template-researchregwall .content .agenda-day table {
    width: 100%
}

.page-template-template-eventsconsensus2016about .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016agenda .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016announcements .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016attendees .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016faqs .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016hackathon .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016media .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016register .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016registered .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016speakers .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016sponsors .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2016video .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2017about .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2017livestream .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2017register .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2017replays .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2018about .content .agenda-day table tr:first-child,.page-template-template-eventsconsensus2018inner .content .agenda-day table tr:first-child,.page-template-template-eventsconstruct2017about .content .agenda-day table tr:first-child,.page-template-template-eventsconstruct2017register .content .agenda-day table tr:first-child,.page-template-template-eventsinvest2017about .content .agenda-day table tr:first-child,.page-template-template-eventsinvest2017inner .content .agenda-day table tr:first-child,.page-template-template-eventsinvest2017replays .content .agenda-day table tr:first-child,.page-template-template-icoregwall .content .agenda-day table tr:first-child,.page-template-template-researchregwall .content .agenda-day table tr:first-child {
    border-top: 0
}

.page-template-template-eventsconsensus2016about .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016agenda .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016announcements .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016attendees .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016faqs .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016hackathon .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016media .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016register .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016registered .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016speakers .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016sponsors .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2016video .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2017about .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2017livestream .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2017register .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2017replays .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2018about .content .agenda-day table tr:first-child td,.page-template-template-eventsconsensus2018inner .content .agenda-day table tr:first-child td,.page-template-template-eventsconstruct2017about .content .agenda-day table tr:first-child td,.page-template-template-eventsconstruct2017register .content .agenda-day table tr:first-child td,.page-template-template-eventsinvest2017about .content .agenda-day table tr:first-child td,.page-template-template-eventsinvest2017inner .content .agenda-day table tr:first-child td,.page-template-template-eventsinvest2017replays .content .agenda-day table tr:first-child td,.page-template-template-icoregwall .content .agenda-day table tr:first-child td,.page-template-template-researchregwall .content .agenda-day table tr:first-child td {
    padding-top: 0
}

.page-template-template-eventsconsensus2016about .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016agenda .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016announcements .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016attendees .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016faqs .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016hackathon .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016media .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016register .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016registered .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016speakers .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016sponsors .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2016video .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2017about .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2017livestream .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2017register .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2017replays .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2018about .content .agenda-day table tr:last-child,.page-template-template-eventsconsensus2018inner .content .agenda-day table tr:last-child,.page-template-template-eventsconstruct2017about .content .agenda-day table tr:last-child,.page-template-template-eventsconstruct2017register .content .agenda-day table tr:last-child,.page-template-template-eventsinvest2017about .content .agenda-day table tr:last-child,.page-template-template-eventsinvest2017inner .content .agenda-day table tr:last-child,.page-template-template-eventsinvest2017replays .content .agenda-day table tr:last-child,.page-template-template-icoregwall .content .agenda-day table tr:last-child,.page-template-template-researchregwall .content .agenda-day table tr:last-child {
    border-bottom: 0
}

.page-template-template-eventsconsensus2016about .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016agenda .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016announcements .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016antiharassment .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016attendees .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016faqs .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016hackathon .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016media .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016register .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016registered .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016speakers .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016sponsors .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2016video .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2017about .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2017livestream .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2017register .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2017replays .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2018about .content .agenda-day table tr:last-child td,.page-template-template-eventsconsensus2018inner .content .agenda-day table tr:last-child td,.page-template-template-eventsconstruct2017about .content .agenda-day table tr:last-child td,.page-template-template-eventsconstruct2017register .content .agenda-day table tr:last-child td,.page-template-template-eventsinvest2017about .content .agenda-day table tr:last-child td,.page-template-template-eventsinvest2017inner .content .agenda-day table tr:last-child td,.page-template-template-eventsinvest2017replays .content .agenda-day table tr:last-child td,.page-template-template-icoregwall .content .agenda-day table tr:last-child td,.page-template-template-researchregwall .content .agenda-day table tr:last-child td {
    padding-bottom: 0
}

.page-template-template-eventsconsensus2016about .logos,.page-template-template-eventsconsensus2016agenda .logos,.page-template-template-eventsconsensus2016agendaprivate .logos,.page-template-template-eventsconsensus2016announcements .logos,.page-template-template-eventsconsensus2016antiharassment .logos,.page-template-template-eventsconsensus2016attendees .logos,.page-template-template-eventsconsensus2016faqs .logos,.page-template-template-eventsconsensus2016hackathon .logos,.page-template-template-eventsconsensus2016media .logos,.page-template-template-eventsconsensus2016pitchcompetition .logos,.page-template-template-eventsconsensus2016register .logos,.page-template-template-eventsconsensus2016registered .logos,.page-template-template-eventsconsensus2016speakers .logos,.page-template-template-eventsconsensus2016sponsors .logos,.page-template-template-eventsconsensus2016video .logos,.page-template-template-eventsconsensus2017about .logos,.page-template-template-eventsconsensus2017livestream .logos,.page-template-template-eventsconsensus2017register .logos,.page-template-template-eventsconsensus2017replays .logos,.page-template-template-eventsconsensus2018about .logos,.page-template-template-eventsconsensus2018inner .logos,.page-template-template-eventsconstruct2017about .logos,.page-template-template-eventsconstruct2017register .logos,.page-template-template-eventsinvest2017about .logos,.page-template-template-eventsinvest2017inner .logos,.page-template-template-eventsinvest2017replays .logos,.page-template-template-icoregwall .logos,.page-template-template-researchregwall .logos {
    display: table;
    width: 100%;
    overflow: auto;
    margin: 20px 0 50px
}

.page-template-template-eventsconsensus2016about .logos .logo,.page-template-template-eventsconsensus2016agenda .logos .logo,.page-template-template-eventsconsensus2016agendaprivate .logos .logo,.page-template-template-eventsconsensus2016announcements .logos .logo,.page-template-template-eventsconsensus2016antiharassment .logos .logo,.page-template-template-eventsconsensus2016attendees .logos .logo,.page-template-template-eventsconsensus2016faqs .logos .logo,.page-template-template-eventsconsensus2016hackathon .logos .logo,.page-template-template-eventsconsensus2016media .logos .logo,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo,.page-template-template-eventsconsensus2016register .logos .logo,.page-template-template-eventsconsensus2016registered .logos .logo,.page-template-template-eventsconsensus2016speakers .logos .logo,.page-template-template-eventsconsensus2016sponsors .logos .logo,.page-template-template-eventsconsensus2016video .logos .logo,.page-template-template-eventsconsensus2017about .logos .logo,.page-template-template-eventsconsensus2017livestream .logos .logo,.page-template-template-eventsconsensus2017register .logos .logo,.page-template-template-eventsconsensus2017replays .logos .logo,.page-template-template-eventsconsensus2018about .logos .logo,.page-template-template-eventsconsensus2018inner .logos .logo,.page-template-template-eventsconstruct2017about .logos .logo,.page-template-template-eventsconstruct2017register .logos .logo,.page-template-template-eventsinvest2017about .logos .logo,.page-template-template-eventsinvest2017inner .logos .logo,.page-template-template-eventsinvest2017replays .logos .logo,.page-template-template-icoregwall .logos .logo,.page-template-template-researchregwall .logos .logo {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: none
}

.page-template-template-eventsconsensus2016about .logos .logo img,.page-template-template-eventsconsensus2016agenda .logos .logo img,.page-template-template-eventsconsensus2016agendaprivate .logos .logo img,.page-template-template-eventsconsensus2016announcements .logos .logo img,.page-template-template-eventsconsensus2016antiharassment .logos .logo img,.page-template-template-eventsconsensus2016attendees .logos .logo img,.page-template-template-eventsconsensus2016faqs .logos .logo img,.page-template-template-eventsconsensus2016hackathon .logos .logo img,.page-template-template-eventsconsensus2016media .logos .logo img,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo img,.page-template-template-eventsconsensus2016register .logos .logo img,.page-template-template-eventsconsensus2016registered .logos .logo img,.page-template-template-eventsconsensus2016speakers .logos .logo img,.page-template-template-eventsconsensus2016sponsors .logos .logo img,.page-template-template-eventsconsensus2016video .logos .logo img,.page-template-template-eventsconsensus2017about .logos .logo img,.page-template-template-eventsconsensus2017livestream .logos .logo img,.page-template-template-eventsconsensus2017register .logos .logo img,.page-template-template-eventsconsensus2017replays .logos .logo img,.page-template-template-eventsconsensus2018about .logos .logo img,.page-template-template-eventsconsensus2018inner .logos .logo img,.page-template-template-eventsconstruct2017about .logos .logo img,.page-template-template-eventsconstruct2017register .logos .logo img,.page-template-template-eventsinvest2017about .logos .logo img,.page-template-template-eventsinvest2017inner .logos .logo img,.page-template-template-eventsinvest2017replays .logos .logo img,.page-template-template-icoregwall .logos .logo img,.page-template-template-researchregwall .logos .logo img {
    max-height: 90px;
    max-width: 190px
}

.page-template-template-eventsconsensus2016about .logos .logo.large img,.page-template-template-eventsconsensus2016agenda .logos .logo.large img,.page-template-template-eventsconsensus2016agendaprivate .logos .logo.large img,.page-template-template-eventsconsensus2016announcements .logos .logo.large img,.page-template-template-eventsconsensus2016antiharassment .logos .logo.large img,.page-template-template-eventsconsensus2016attendees .logos .logo.large img,.page-template-template-eventsconsensus2016faqs .logos .logo.large img,.page-template-template-eventsconsensus2016hackathon .logos .logo.large img,.page-template-template-eventsconsensus2016media .logos .logo.large img,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo.large img,.page-template-template-eventsconsensus2016register .logos .logo.large img,.page-template-template-eventsconsensus2016registered .logos .logo.large img,.page-template-template-eventsconsensus2016speakers .logos .logo.large img,.page-template-template-eventsconsensus2016sponsors .logos .logo.large img,.page-template-template-eventsconsensus2016video .logos .logo.large img,.page-template-template-eventsconsensus2017about .logos .logo.large img,.page-template-template-eventsconsensus2017livestream .logos .logo.large img,.page-template-template-eventsconsensus2017register .logos .logo.large img,.page-template-template-eventsconsensus2017replays .logos .logo.large img,.page-template-template-eventsconsensus2018about .logos .logo.large img,.page-template-template-eventsconsensus2018inner .logos .logo.large img,.page-template-template-eventsconstruct2017about .logos .logo.large img,.page-template-template-eventsconstruct2017register .logos .logo.large img,.page-template-template-eventsinvest2017about .logos .logo.large img,.page-template-template-eventsinvest2017inner .logos .logo.large img,.page-template-template-eventsinvest2017replays .logos .logo.large img,.page-template-template-icoregwall .logos .logo.large img,.page-template-template-researchregwall .logos .logo.large img {
    max-width: 400px;
    max-height: 250px
}

.page-template-template-eventsconsensus2016hackathon .content section .gallery {
    margin: 25px auto 0;
    width: 85%
}

.page-template-template-eventsconsensus2016hackathon .content section .gallery img {
    margin-bottom: 15px
}

.page-template-template-eventsconsensus2016sponsors .content .industry-partners {
    margin: 20px auto 50px
}

.page-template-template-eventsconsensus2016sponsors .content .industry-partners .partner {
    display: inline-block;
    margin: 0 20px 25px 0
}

.page-template-template-eventsconsensus2016sponsors .content .industry-partners .partner img {
    max-width: 250px;
    margin: 0 10px
}

.page-template-template-eventsconsensus2016sponsors .content .knowledge-bar-kiosk {
    margin-top: 30px
}

.page-template-template-eventsconsensus2016sponsors .content .knowledge-bar-kiosk img {
    margin: 0 5px 10px;
    vertical-align: bottom
}

.page-template-template-eventsconsensus2016sponsors .content p.exhibitor-media {
    font-size: 22px
}

.page-template-template-eventsconsensus2016faqs .content p.additional-questions {
    font-size: 18px
}

.page-template-template-eventsconsensus2016faqs .content .faq h2 {
    font-size: 18px;
    text-transform: none
}

.page-template-template-eventsconsensus2016faqs .content .faq h3 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 2px
}

.page-template-template-eventsconsensus2016faqs .content .faq .answer {
    margin: 0 0 30px
}

.page-template-template-eventsconsensus2016faqs .content .faq .answer p {
    margin: 5px 0 20px
}

.page-template-template-eventsconsensus2016announcements .content .article div.picture {
    vertical-align: top
}

.page-template-template-eventsconsensus2016announcements .content .article div.post-info {
    padding-top: 7px
}

.page-template-template-eventsconsensus2016announcements .content .article div.post-info p {
    margin: 13px 0
}

.page-template-template-eventsconsensus2016announcements .content .article:last-child {
    border-bottom: 0
}

.page-template-template-eventsconsensus2016about .receive-updates {
    margin-top: 40px;
    height: 130px
}

.page-template-template-eventsconsensus2016about .content .list-signup .email-address {
    text-align: center;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    width: 270px
}

.page-template-template-eventsconsensus2016about .content .list-signup .submit {
    height: 42px;
    background: #f1ac3a;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none
}

.page-template-template-eventsconsensus2016about .content .list-signup .output {
    margin-bottom: 20px;
    font-size: 16px
}

.page-template-template-eventsconsensus2016sponsors .content section.blocks .line {
    margin-bottom: 80px
}

.page-template-template-eventsconsensus2016sponsors .content section.blocks h2 {
    color: #898989;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 30px;
    display: inline-block;
    margin-left: 10px
}

.page-template-template-eventsconsensus2016media .content section.media-attending {
    margin-bottom: 70px
}

.page-template-template-eventsconsensus2016attendees table.attendees {
    margin: 30px auto 0;
    font-size: 16px
}

.page-template-template-eventsconsensus2016attendees table.attendees thead tr {
    background-color: #f2f2f2
}

.page-template-template-eventsconsensus2016attendees table.attendees thead tr td {
    font-weight: 700
}

.page-template-template-eventsconsensus2016attendees table.attendees tr {
    border-bottom: 2px solid #f2f2f2
}

.page-template-template-eventsconsensus2016attendees table.attendees tr td {
    padding: 7px
}

.page-template-template-eventsconsensus2017about .content .hero-2017,.page-template-template-eventsconsensus2017register .content .hero-2017,.page-template-template-eventsconsensus2018about .content .hero-2017,.page-template-template-eventsconsensus2018inner .content .hero-2017 {
    background-image: url(../../images/events/consensus-2017/hero-bg.png)
}

.page-template-template-eventsconsensus2017about .content .hero-2017 .register-strip .text,.page-template-template-eventsconsensus2017register .content .hero-2017 .register-strip .text,.page-template-template-eventsconsensus2018about .content .hero-2017 .register-strip .text,.page-template-template-eventsconsensus2018inner .content .hero-2017 .register-strip .text {
    padding-left: 0
}

.page-template-template-eventsconsensus2017about .content .hero-2017 .register-strip a.logo,.page-template-template-eventsconsensus2017register .content .hero-2017 .register-strip a.logo,.page-template-template-eventsconsensus2018about .content .hero-2017 .register-strip a.logo,.page-template-template-eventsconsensus2018inner .content .hero-2017 .register-strip a.logo {
    padding-right: 40px
}

.page-template-template-eventsconsensus2017about .content .hero-2017 .corner-tiles,.page-template-template-eventsconsensus2017register .content .hero-2017 .corner-tiles,.page-template-template-eventsconsensus2018about .content .hero-2017 .corner-tiles,.page-template-template-eventsconsensus2018inner .content .hero-2017 .corner-tiles {
    position: absolute;
    bottom: 0;
    left: 0
}

.page-template-template-eventsconsensus2017about .content .hero-2017 .overview-2017,.page-template-template-eventsconsensus2017register .content .hero-2017 .overview-2017,.page-template-template-eventsconsensus2018about .content .hero-2017 .overview-2017,.page-template-template-eventsconsensus2018inner .content .hero-2017 .overview-2017 {
    background: 0 0;
    margin: 40px 0
}

.page-template-template-eventsconsensus2017about .content .hero-2017 .overview-2017 img,.page-template-template-eventsconsensus2017register .content .hero-2017 .overview-2017 img,.page-template-template-eventsconsensus2018about .content .hero-2017 .overview-2017 img,.page-template-template-eventsconsensus2018inner .content .hero-2017 .overview-2017 img {
    vertical-align: middle;
    margin: 20px 30px
}

.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
    max-height: 100px!important
}

.page-template-template-eventsinvest2017about .content.row,.page-template-template-eventsinvest2017inner .content.row,.page-template-template-eventsinvest2017replays .content.row {
    width: 100%!important
}

.page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
    background-image: url(../../images/events/consensus-2017/hero-bg.png);
    height: 650px
}

@media (min-height: 0) and (max-height:600px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:320px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-logo {
        height: 80px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title span {
        font-size: 32px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title a {
        font-size: 22px!important
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-button {
        margin: 20px auto
    }
}

@media (min-height: 600px) and (max-height:650px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:350px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-logo {
        height: 90px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title span {
        font-size: 32px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title a {
        font-size: 22px!important
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-button {
        margin: 20px auto
    }
}

@media (min-height: 650px) and (max-height:700px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:400px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-logo {
        height: 100px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title span {
        font-size: 32px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title a {
        font-size: 22px!important
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-button {
        margin: 20px auto
    }
}

@media (min-height: 700px) and (max-height:750px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:450px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-logo {
        height: 110px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title span,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title span {
        font-size: 32px
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-2017-content-title a {
        font-size: 22px!important
    }

    .page-template-template-eventsinvest2017about .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-button,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-button {
        margin: 20px auto
    }
}

@media (min-height: 750px) and (max-height:800px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:500px
    }
}

@media (min-height: 800px) and (max-height:850px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:550px
    }
}

@media (min-height: 850px) and (max-height:900px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:600px
    }
}

@media (min-height: 900px) and (max-height:950px) {
    .page-template-template-eventsinvest2017about .content .hero-2017,.page-template-template-eventsinvest2017inner .content .hero-2017,.page-template-template-eventsinvest2017replays .content .hero-2017 {
        height:650px
    }
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img,.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img,.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img:nth-of-type(1),.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img:nth-of-type(1),.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img:nth-of-type(1) {
    background-image: url(../../images/events/consensus-invest-2017/hero-bg-1.jpg)
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img:nth-of-type(2),.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img:nth-of-type(2),.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img:nth-of-type(2) {
    background-image: url(../../images/events/consensus-invest-2017/hero-bg-2.jpg)
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img:nth-of-type(3),.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img:nth-of-type(3),.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img:nth-of-type(3) {
    background-image: url(../../images/events/consensus-invest-2017/hero-bg-3.jpg)
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img:nth-of-type(4),.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img:nth-of-type(4),.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img:nth-of-type(4) {
    background-image: url(../../images/events/consensus-invest-2017/hero-bg-4.jpg)
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img:nth-of-type(5),.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img:nth-of-type(5),.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img:nth-of-type(5) {
    background-image: url(../../images/events/consensus-invest-2017/hero-bg-5.jpg)
}

.page-template-template-eventsinvest2017about .content .hero-2017 .hero-slider-img:nth-of-type(6),.page-template-template-eventsinvest2017inner .content .hero-2017 .hero-slider-img:nth-of-type(6),.page-template-template-eventsinvest2017replays .content .hero-2017 .hero-slider-img:nth-of-type(6) {
    background-image: url(../../images/events/consensus-invest-2017/hero-bg-6.jpg)
}

.page-template-template-eventsinvest2017about .content .fixed,.page-template-template-eventsinvest2017inner .content .fixed,.page-template-template-eventsinvest2017replays .content .fixed {
    position: fixed
}

.page-template-template-eventsinvest2017about .content .fixed.consensus-navigation,.page-template-template-eventsinvest2017inner .content .fixed.consensus-navigation,.page-template-template-eventsinvest2017replays .content .fixed.consensus-navigation {
    top: 0;
    width: 100%!important;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px #999;
    -moz-box-shadow: 0 5px 10px #999;
    box-shadow: 0 5px 10px #999
}

.page-template-template-eventsinvest2017about .footer-nav,.page-template-template-eventsinvest2017inner .footer-nav,.page-template-template-eventsinvest2017replays .footer-nav {
    width: 100%!important
}

.page-template-template-eventsinvest2017about .footer-nav .row,.page-template-template-eventsinvest2017inner .footer-nav .row,.page-template-template-eventsinvest2017replays .footer-nav .row {
    width: 100%!important;
    margin: 0!important
}

.page-template-template-eventsinvest2017about .invest-2017-type-text-logo,.page-template-template-eventsinvest2017inner .invest-2017-type-text-logo,.page-template-template-eventsinvest2017replays .invest-2017-type-text-logo {
    display: block;
    height: 80px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.page-template-template-eventsinvest2017about .consensus-navigation-wrapper,.page-template-template-eventsinvest2017inner .consensus-navigation-wrapper,.page-template-template-eventsinvest2017replays .consensus-navigation-wrapper {
    min-height: 75px
}

.page-template-template-eventsinvest2017about .consensus-navigation,.page-template-template-eventsinvest2017inner .consensus-navigation,.page-template-template-eventsinvest2017replays .consensus-navigation {
    width: 100%!important;
    text-align: center;
    border-bottom: 5px solid #d7dadc;
    height: 75px;
    z-index: 1000!important;
    background-color: #fff;
    box-sizing: border-box;
    transition: box-shadow .2s ease-out;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}

.page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
    margin: 0 13px!important;
    display: inline-block;
    font-size: 17px;
    line-height: 75px;
    height: 75px;
    box-sizing: border-box
}

.page-template-template-eventsinvest2017about .consensus-navigation li:hover,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover {
    border-bottom: 5px solid #00A69C
}

.page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.page-template-template-eventsinvest2017about .consensus-navigation li.active,.page-template-template-eventsinvest2017inner .consensus-navigation li.active,.page-template-template-eventsinvest2017replays .consensus-navigation li.active {
    font-weight: 700;
    border-bottom: 5px solid #00A69C
}

.page-template-template-eventsinvest2017about .hero-slider,.page-template-template-eventsinvest2017inner .hero-slider,.page-template-template-eventsinvest2017replays .hero-slider {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    position: absolute
}

.page-template-template-eventsinvest2017about .hero-slider-inner,.page-template-template-eventsinvest2017inner .hero-slider-inner,.page-template-template-eventsinvest2017replays .hero-slider-inner {
    display: block;
    position: relative;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll
}

.page-template-template-eventsinvest2017about .hero-slider-inner::-webkit-scrollbar,.page-template-template-eventsinvest2017inner .hero-slider-inner::-webkit-scrollbar,.page-template-template-eventsinvest2017replays .hero-slider-inner::-webkit-scrollbar {
    display: none
}

.page-template-template-eventsinvest2017about .hero-2017-content,.page-template-template-eventsinvest2017inner .hero-2017-content,.page-template-template-eventsinvest2017replays .hero-2017-content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.15)
}

.page-template-template-eventsinvest2017about .hero-2017-content-inner,.page-template-template-eventsinvest2017inner .hero-2017-content-inner,.page-template-template-eventsinvest2017replays .hero-2017-content-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}

.page-template-template-eventsinvest2017about .hero-2017-content-center,.page-template-template-eventsinvest2017inner .hero-2017-content-center,.page-template-template-eventsinvest2017replays .hero-2017-content-center {
    display: block;
    position: relative;
    top: 40%;
    transform: translateY(-50%)
}

.page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.page-template-template-eventsinvest2017about .hero-button,.page-template-template-eventsinvest2017inner .hero-button,.page-template-template-eventsinvest2017replays .hero-button {
    display: block;
    text-align: center;
    margin: 40px auto 20px;
    background-color: #00a69c;
    color: #fff!important;
    height: 52px;
    width: 240px;
    line-height: 52px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px
}

.page-template-template-eventsinvest2017about .hero-button:hover,.page-template-template-eventsinvest2017inner .hero-button:hover,.page-template-template-eventsinvest2017replays .hero-button:hover {
    opacity: .9!important;
    color: #fff!important;
    text-decoration: none!important
}

.page-template-template-eventsinvest2017about .hero-2017-content-title,.page-template-template-eventsinvest2017inner .hero-2017-content-title,.page-template-template-eventsinvest2017replays .hero-2017-content-title {
    display: block;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(0,0,0,.5)
}

.page-template-template-eventsinvest2017about .hero-2017-content-title span:first-of-type,.page-template-template-eventsinvest2017inner .hero-2017-content-title span:first-of-type,.page-template-template-eventsinvest2017replays .hero-2017-content-title span:first-of-type {
    display: block;
    color: #fff;
    font-size: 42px;
    font-weight: 400
}

.page-template-template-eventsinvest2017about .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .hero-2017-content-title a {
    display: block!important;
    color: #fff!important;
    font-size: 26px!important;
    font-weight: 600!important
}

.page-template-template-eventsinvest2017about .hero-2017-bg-indicator-block,.page-template-template-eventsinvest2017inner .hero-2017-bg-indicator-block,.page-template-template-eventsinvest2017replays .hero-2017-bg-indicator-block {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 140px;
    height: 20px;
    left: calc(-20%);
    left: -o-calc(-20%);
    z-index: 12
}

.page-template-template-eventsinvest2017about .hero-2017-bg-indicator-block a,.page-template-template-eventsinvest2017inner .hero-2017-bg-indicator-block a,.page-template-template-eventsinvest2017replays .hero-2017-bg-indicator-block a {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.5);
    margin: 4px 2px;
    border-radius: 50%;
    cursor: pointer
}

.page-template-template-eventsinvest2017about .hero-2017-bg-indicator-block a:hover,.page-template-template-eventsinvest2017inner .hero-2017-bg-indicator-block a:hover,.page-template-template-eventsinvest2017replays .hero-2017-bg-indicator-block a:hover {
    border-color: #fff
}

.page-template-template-eventsinvest2017about .hero-2017-bg-indicator-block a.active,.page-template-template-eventsinvest2017inner .hero-2017-bg-indicator-block a.active,.page-template-template-eventsinvest2017replays .hero-2017-bg-indicator-block a.active {
    background-color: #fff
}

.page-template-template-eventsinvest2017about .mobile-full-size-search-btn,.page-template-template-eventsinvest2017inner .mobile-full-size-search-btn,.page-template-template-eventsinvest2017replays .mobile-full-size-search-btn {
    display: none
}

.page-template-template-eventsinvest2017about .mobile-full-size-search-on,.page-template-template-eventsinvest2017inner .mobile-full-size-search-on,.page-template-template-eventsinvest2017replays .mobile-full-size-search-on {
    height: 108px!important
}

.page-template-template-eventsinvest2017about .register-strip-placeholder,.page-template-template-eventsinvest2017inner .register-strip-placeholder,.page-template-template-eventsinvest2017replays .register-strip-placeholder {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.page-template-template-eventsinvest2017about .register-strip,.page-template-template-eventsinvest2017inner .register-strip,.page-template-template-eventsinvest2017replays .register-strip {
    background: rgba(0,0,0,.5)!important;
    border-top: 1px solid rgba(0,0,0,.25)
}

.page-template-template-eventsinvest2017about .sponsor-scrolling-list,.page-template-template-eventsinvest2017inner .sponsor-scrolling-list,.page-template-template-eventsinvest2017replays .sponsor-scrolling-list {
    width: 80%;
    max-width: 1200px;
    height: 120px;
    max-height: 120px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0
}

.page-template-template-eventsinvest2017about .sponsor-scrolling-list ul,.page-template-template-eventsinvest2017inner .sponsor-scrolling-list ul,.page-template-template-eventsinvest2017replays .sponsor-scrolling-list ul {
    height: 600px;
    margin: 0;
    width: 1500px
}

.page-template-template-eventsinvest2017about .sponsor-scrolling-list ul li,.page-template-template-eventsinvest2017inner .sponsor-scrolling-list ul li,.page-template-template-eventsinvest2017replays .sponsor-scrolling-list ul li {
    display: inline-block;
    margin: 10px 40px 10px 0;
    height: 110px;
    width: 110px;
    cursor: pointer
}

.page-template-template-eventsinvest2017about .sponsor-scrolling-list ul li a,.page-template-template-eventsinvest2017inner .sponsor-scrolling-list ul li a,.page-template-template-eventsinvest2017replays .sponsor-scrolling-list ul li a {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.page-template-template-eventsinvest2017about .scrolling-sponsors-block,.page-template-template-eventsinvest2017inner .scrolling-sponsors-block,.page-template-template-eventsinvest2017replays .scrolling-sponsors-block {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden
}

.page-template-template-eventsinvest2017about .scrolling-sponsors-block-inner,.page-template-template-eventsinvest2017inner .scrolling-sponsors-block-inner,.page-template-template-eventsinvest2017replays .scrolling-sponsors-block-inner {
    display: block;
    width: 100%;
    height: 100%;
    list-style-type: none
}

.page-template-template-eventsinvest2017about .scrolling-sponsors-block-inner li,.page-template-template-eventsinvest2017inner .scrolling-sponsors-block-inner li,.page-template-template-eventsinvest2017replays .scrolling-sponsors-block-inner li {
    display: inline
}

.page-template-template-eventsinvest2017about .scrolling-sponsors-block-inner::-webkit-scrollbar,.page-template-template-eventsinvest2017inner .scrolling-sponsors-block-inner::-webkit-scrollbar,.page-template-template-eventsinvest2017replays .scrolling-sponsors-block-inner::-webkit-scrollbar {
    display: none
}

.page-template-template-eventsinvest2017about .sponsor-item,.page-template-template-eventsinvest2017inner .sponsor-item,.page-template-template-eventsinvest2017replays .sponsor-item {
    display: inline-block;
    margin: 20px;
    height: 110px;
    width: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.page-template-template-eventsinvest2017about section.videoplayback,.page-template-template-eventsinvest2017inner section.videoplayback,.page-template-template-eventsinvest2017replays section.videoplayback {
    background: #4a4b4b
}

.page-template-template-eventsinvest2017about section.videoplayback h4,.page-template-template-eventsinvest2017inner section.videoplayback h4,.page-template-template-eventsinvest2017replays section.videoplayback h4 {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px
}

.page-template-template-eventsinvest2017about section.videoplayback a,.page-template-template-eventsinvest2017inner section.videoplayback a,.page-template-template-eventsinvest2017replays section.videoplayback a {
    display: block!important;
    width: 205px;
    text-align: center;
    margin: 20px auto 10px!important;
    background-color: transparent!important;
    color: #fff!important
}

.page-template-template-eventsinvest2017about section.videoplayback span,.page-template-template-eventsinvest2017inner section.videoplayback span,.page-template-template-eventsinvest2017replays section.videoplayback span {
    display: block;
    text-align: center;
    color: #fff!important;
    margin: 10px auto;
    padding: 0 10px;
    max-width: 767px
}

.page-template-template-eventsinvest2017about .agenda-table,.page-template-template-eventsinvest2017inner .agenda-table,.page-template-template-eventsinvest2017replays .agenda-table {
    margin: 0 auto;
    font-size: 19px;
    border: 1px solid #898989
}

.page-template-template-eventsinvest2017about .agenda-table td,.page-template-template-eventsinvest2017inner .agenda-table td,.page-template-template-eventsinvest2017replays .agenda-table td {
    padding: 10px;
    font-size: 19px;
    border: 1px solid #898989
}

.page-template-template-eventsinvest2017about .agenda-table tr,.page-template-template-eventsinvest2017inner .agenda-table tr,.page-template-template-eventsinvest2017replays .agenda-table tr {
    font-size: 19px;
    border: 1px solid #898989
}

.page-template-template-eventsinvest2017about .email-capture,.page-template-template-eventsinvest2017inner .email-capture,.page-template-template-eventsinvest2017replays .email-capture {
    display: block;
    max-width: 420px;
    margin: 0 auto
}

.page-template-template-eventsinvest2017about .email-capture form,.page-template-template-eventsinvest2017about .email-capture form .additional-info-inputs,.page-template-template-eventsinvest2017inner .email-capture form,.page-template-template-eventsinvest2017inner .email-capture form .additional-info-inputs,.page-template-template-eventsinvest2017replays .email-capture form,.page-template-template-eventsinvest2017replays .email-capture form .additional-info-inputs {
    display: block
}

.page-template-template-eventsinvest2017about .email-capture form .additional-info-inputs input,.page-template-template-eventsinvest2017inner .email-capture form .additional-info-inputs input,.page-template-template-eventsinvest2017replays .email-capture form .additional-info-inputs input {
    display: block;
    text-align: center;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    float: none;
    margin: 5px 0;
    width: 100%
}

.page-template-template-eventsinvest2017about .email-capture form .additional-info-inputs input:last-of-type,.page-template-template-eventsinvest2017inner .email-capture form .additional-info-inputs input:last-of-type,.page-template-template-eventsinvest2017replays .email-capture form .additional-info-inputs input:last-of-type {
    background: #dcdcdc
}

.page-template-template-eventsinvest2017about .subfooter,.page-template-template-eventsinvest2017inner .subfooter,.page-template-template-eventsinvest2017replays .subfooter {
    display: block;
    padding: 20px;
    background-color: #646464;
    text-align: center
}

.page-template-template-eventsinvest2017about .subfooter-section-title,.page-template-template-eventsinvest2017inner .subfooter-section-title,.page-template-template-eventsinvest2017replays .subfooter-section-title {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    margin-top: 10px
}

.page-template-template-eventsinvest2017about .subfooter-section-subtitle,.page-template-template-eventsinvest2017inner .subfooter-section-subtitle,.page-template-template-eventsinvest2017replays .subfooter-section-subtitle {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto
}

.page-template-template-eventsinvest2017about .subfooter-section-button,.page-template-template-eventsinvest2017inner .subfooter-section-button,.page-template-template-eventsinvest2017replays .subfooter-section-button {
    margin: 20px auto 40px!important
}

.page-template-template-eventsinvest2017about .subfooter-section-hashtag-btn,.page-template-template-eventsinvest2017inner .subfooter-section-hashtag-btn,.page-template-template-eventsinvest2017replays .subfooter-section-hashtag-btn {
    display: block;
    color: #00aced!important;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    letter-spacing: .085em;
    font-weight: 600!important
}

@media (min-width: 1024px) and (max-width:1200px) {
    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        height:180px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        margin: 0 12px!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 14px!important;
        margin: 0 auto
    }
}

@media (min-width: 900px) and (max-width:1024px) {
    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        height:160px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        margin: 0 8px!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 13px!important;
        margin: 0 auto
    }
}

@media (min-width: 845px) and (max-width:900px) {
    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        height:140px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation,.page-template-template-eventsinvest2017about .consensus-navigation-wrapper,.page-template-template-eventsinvest2017inner .consensus-navigation,.page-template-template-eventsinvest2017inner .consensus-navigation-wrapper,.page-template-template-eventsinvest2017replays .consensus-navigation,.page-template-template-eventsinvest2017replays .consensus-navigation-wrapper {
        height: 60px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        margin: 0 8px!important;
        height: 60px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 13px!important;
        height: 60px;
        line-height: 60px;
        margin: 0 auto
    }
}

@media (min-width: 767px) and (max-width:845px) {
    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        height:140px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation-wrapper,.page-template-template-eventsinvest2017inner .consensus-navigation-wrapper,.page-template-template-eventsinvest2017replays .consensus-navigation-wrapper {
        height: 60px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation,.page-template-template-eventsinvest2017inner .consensus-navigation,.page-template-template-eventsinvest2017replays .consensus-navigation {
        height: 120px;
        padding-top: 5px;
        width: 100%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(10),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(9),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(10),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(9),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(10),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(9) {
        margin: 0 2%!important;
        width: 12%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(2) {
        margin: 0 2%!important;
        width: 20%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        font-size: 14px!important;
        height: 50px;
        line-height: 50px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 14px!important;
        height: 42px;
        line-height: 42px;
        margin: 4px auto
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover a,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover a,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover a {
        color: #00a69c!important;
        font-weight: 600
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active,.page-template-template-eventsinvest2017inner .consensus-navigation li.active,.page-template-template-eventsinvest2017replays .consensus-navigation li.active {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active a,.page-template-template-eventsinvest2017inner .consensus-navigation li.active a,.page-template-template-eventsinvest2017replays .consensus-navigation li.active a {
        background-color: #00a69c;
        color: #fff!important;
        border-radius: 40px
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        height:140px
    }

    .page-template-template-eventsinvest2017about .hero-2017-content-title span:first-of-type,.page-template-template-eventsinvest2017inner .hero-2017-content-title span:first-of-type,.page-template-template-eventsinvest2017replays .hero-2017-content-title span:first-of-type {
        margin-top: 15px;
        font-size: 36px
    }

    .page-template-template-eventsinvest2017about .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .hero-2017-content-title a {
        font-size: 24px!important
    }

    .page-template-template-eventsinvest2017about .full-size-section-image,.page-template-template-eventsinvest2017inner .full-size-section-image,.page-template-template-eventsinvest2017replays .full-size-section-image {
        height: 240px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation-wrapper,.page-template-template-eventsinvest2017inner .consensus-navigation-wrapper,.page-template-template-eventsinvest2017replays .consensus-navigation-wrapper {
        height: 120px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation.fixed,.page-template-template-eventsinvest2017inner .consensus-navigation.fixed,.page-template-template-eventsinvest2017replays .consensus-navigation.fixed {
        position: relative!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation,.page-template-template-eventsinvest2017inner .consensus-navigation,.page-template-template-eventsinvest2017replays .consensus-navigation {
        height: 120px;
        padding-top: 5px;
        width: 100%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(10),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(10),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(10),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(6) {
        margin: 0 2%!important;
        width: 14%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(7) {
        width: 9%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(8) {
        width: 8%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(2) {
        margin: 0 2%!important;
        width: 20%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        font-size: 14px!important;
        height: 50px;
        line-height: 50px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 14px!important;
        height: 42px;
        line-height: 42px;
        margin: 4px auto
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover a,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover a,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover a {
        color: #00a69c!important;
        font-weight: 600
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active,.page-template-template-eventsinvest2017inner .consensus-navigation li.active,.page-template-template-eventsinvest2017replays .consensus-navigation li.active {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active a,.page-template-template-eventsinvest2017inner .consensus-navigation li.active a,.page-template-template-eventsinvest2017replays .consensus-navigation li.active a {
        background-color: #00a69c;
        color: #fff!important;
        border-radius: 40px
    }
}

@media (min-width: 360px) and (max-width:640px) {
    .page-template-template-eventsinvest2017about .full-size-section-image,.page-template-template-eventsinvest2017inner .full-size-section-image,.page-template-template-eventsinvest2017replays .full-size-section-image {
        height:240px
    }

    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        height: 110px
    }

    .page-template-template-eventsinvest2017about .hero-2017-content-title span:first-of-type,.page-template-template-eventsinvest2017inner .hero-2017-content-title span:first-of-type,.page-template-template-eventsinvest2017replays .hero-2017-content-title span:first-of-type {
        margin-top: 20px;
        font-size: 32px
    }

    .page-template-template-eventsinvest2017about .hero-2017-content-title a,.page-template-template-eventsinvest2017inner .hero-2017-content-title a,.page-template-template-eventsinvest2017replays .hero-2017-content-title a {
        font-size: 22px!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation-wrapper,.page-template-template-eventsinvest2017inner .consensus-navigation-wrapper,.page-template-template-eventsinvest2017replays .consensus-navigation-wrapper {
        height: 160px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation.fixed,.page-template-template-eventsinvest2017inner .consensus-navigation.fixed,.page-template-template-eventsinvest2017replays .consensus-navigation.fixed {
        position: relative!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation,.page-template-template-eventsinvest2017inner .consensus-navigation,.page-template-template-eventsinvest2017replays .consensus-navigation {
        height: 160px;
        padding-top: 5px;
        width: 100%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(3) {
        margin: 0 2%!important;
        width: 18%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(2) {
        margin: 0 2%!important;
        width: 36%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(6) {
        margin: 0 .5%!important;
        width: 22%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(9),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(9),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(9) {
        margin: 0 2%!important;
        width: 22%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(8) {
        margin: 0 .5%!important;
        width: 12%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        font-size: 14px!important;
        height: 50px;
        line-height: 50px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 14px!important;
        height: 42px;
        line-height: 42px;
        margin: 4px auto
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover a,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover a,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover a {
        color: #00a69c!important;
        font-weight: 600
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active,.page-template-template-eventsinvest2017inner .consensus-navigation li.active,.page-template-template-eventsinvest2017replays .consensus-navigation li.active {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active a,.page-template-template-eventsinvest2017inner .consensus-navigation li.active a,.page-template-template-eventsinvest2017replays .consensus-navigation li.active a {
        background-color: #00a69c;
        color: #fff!important;
        border-radius: 40px
    }
}

@media (min-width: 0) and (max-width:360px) {
    .page-template-template-eventsinvest2017about .hero-2017-content-logo,.page-template-template-eventsinvest2017inner .hero-2017-content-logo,.page-template-template-eventsinvest2017replays .hero-2017-content-logo {
        background-color:#fff
    }

    .page-template-template-eventsinvest2017about .full-size-section-image,.page-template-template-eventsinvest2017inner .full-size-section-image,.page-template-template-eventsinvest2017replays .full-size-section-image {
        height: 240px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation-wrapper,.page-template-template-eventsinvest2017inner .consensus-navigation-wrapper,.page-template-template-eventsinvest2017replays .consensus-navigation-wrapper {
        height: 160px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation.fixed,.page-template-template-eventsinvest2017inner .consensus-navigation.fixed,.page-template-template-eventsinvest2017replays .consensus-navigation.fixed {
        position: relative!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation,.page-template-template-eventsinvest2017inner .consensus-navigation,.page-template-template-eventsinvest2017replays .consensus-navigation {
        height: 160px;
        padding-top: 5px;
        width: 100%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(3),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(1),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(3) {
        margin: 0 2%!important;
        width: 26%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(2),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(2) {
        margin: 0 2%!important;
        width: 32%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(6),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(4),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(5),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(6) {
        margin: 0 .5%!important;
        width: 22%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017about .consensus-navigation li:nth-of-type(9),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017inner .consensus-navigation li:nth-of-type(9),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(7),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(8),.page-template-template-eventsinvest2017replays .consensus-navigation li:nth-of-type(9) {
        margin: 0 2%!important;
        width: 24%!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li,.page-template-template-eventsinvest2017inner .consensus-navigation li,.page-template-template-eventsinvest2017replays .consensus-navigation li {
        font-size: 14px!important;
        height: 50px;
        line-height: 50px
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li a,.page-template-template-eventsinvest2017inner .consensus-navigation li a,.page-template-template-eventsinvest2017replays .consensus-navigation li a {
        font-size: 14px!important;
        height: 42px;
        line-height: 42px;
        margin: 4px auto
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li:hover a,.page-template-template-eventsinvest2017inner .consensus-navigation li:hover a,.page-template-template-eventsinvest2017replays .consensus-navigation li:hover a {
        color: #00a69c!important;
        font-weight: 600
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active,.page-template-template-eventsinvest2017inner .consensus-navigation li.active,.page-template-template-eventsinvest2017replays .consensus-navigation li.active {
        border-bottom: none!important
    }

    .page-template-template-eventsinvest2017about .consensus-navigation li.active a,.page-template-template-eventsinvest2017inner .consensus-navigation li.active a,.page-template-template-eventsinvest2017replays .consensus-navigation li.active a {
        background-color: #00a69c;
        color: #fff!important;
        border-radius: 40px
    }
}

.event-faq-section {
    display: block;
    width: 100%;
    padding-top: 25px;
    margin: 20px 0
}

.event-faq-section-header {
    display: block;
    text-align: left;
    font-size: 18px;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #dcdcdc
}

.event-faq-section-header:first-of-type {
    margin-top: 0!important;
    border-top: none!important
}

.event-faq-section-subheader {
    display: block;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    color: #888
}

.event-faq-block {
    display: block;
    width: 100%;
    margin-top: 40px
}

.event-faq-block h4 {
    display: block;
    text-align: left;
    font-size: 15px
}

.event-faq-block p {
    display: block;
    text-align: left!important;
    font-size: 15px!important;
    padding: 0 15px!important;
    margin: 10px 0!important;
    line-height: 20px
}

.events-qr-code-section {
    display: block
}

.events-qr-code-section a {
    display: inline-block;
    height: 150px;
    width: 150px;
    margin: 20px 50px;
    position: relative
}

.events-qr-code-section a:after {
    content: attr(data-title);
    position: absolute;
    display: block;
    bottom: -40px;
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center
}

.section-subtitle {
    display: block;
    padding: 10px;
    margin: 20px auto;
    font-size: 16px;
    color: #a0a0a0
}

.page-template-template-eventsinvest2017replays .container {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.page-template-template-eventsinvest2017replays .container section {
    padding-top: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    background-color: #fafafa
}

@media (min-width: 0) and (max-width:960px) {
    .page-template-template-eventsinvest2017replays .container section .hero-2017 {
        background-color:pink;
        height: 450px!important
    }
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 {
    height: 600px;
    margin: 0;
    max-height: none!important
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-slider {
    background-color: #fff
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-slider .hero-slider-inner .hero-slider-img {
    background-image: url(/wp-content/themes/coindesk2/images/events/consensus-invest-2017/nyc-skyline-vector.png);
    background-position: bottom;
    background-size: contain
}

@media (min-width: 0) and (max-width:960px) {
    .page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-slider .hero-slider-inner .hero-slider-img {
        background-size:150%
    }
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content,.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content .hero-2017-content-inner {
    background-color: transparent
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content .hero-2017-content-inner .hero-2017-content-center {
    top: 35%
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content .hero-2017-content-inner .hero-2017-content-center .hero-2017-content-title {
    margin-top: 30px
}

.page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content .hero-2017-content-inner .hero-2017-content-center .hero-2017-content-title span {
    color: #000;
    text-shadow: none;
    font-weight: 600
}

@media (min-width: 0) and (max-width:960px) {
    .page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content .hero-2017-content-inner .hero-2017-content-center .hero-2017-content-title span {
        font-size:28px;
        padding: 0 40px
    }
}

@media (min-width: 0) and (max-width:960px) {
    .page-template-template-eventsinvest2017replays .container section .hero-2017 .hero-2017-content .hero-2017-content-inner .hero-2017-content-center {
        top:40%
    }
}

.events-invest-replay-video-container {
    display: block;
    width: 90%;
    margin: 10px auto;
    border-top: 2px solid #eebc8c;
    padding-top: 10px;
    position: relative;
    background-color: #fff;
    max-width: 1600px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 80px -20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 80px -20px rgba(0,0,0,.2);
    box-shadow: 0 0 80px -20px rgba(0,0,0,.2)
}

.events-invest-replay-video-container-inner {
    display: block;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    border-top: 2px solid #eebc8c
}

.events-invest-replay-video-container-inner-upper {
    display: block;
    padding: 20px
}

.events-invest-replay-video-container-title {
    display: inline-block;
    font-size: 36px;
    color: #000;
    line-height: 100px
}

.events-invest-replay-video-container-share-block {
    display: block
}

.events-invest-replay-video-container-share-block a {
    color: #fff!important
}

.events-invest-replay-video-container-tabs-block {
    display: block;
    margin: 15px auto
}

.events-invest-replay-video-container-tab {
    display: inline-block;
    line-height: 40px;
    color: #00A69C;
    font-size: 22px;
    border-radius: 40px;
    border: 3px solid #00A69C;
    padding: 0 10px;
    text-align: center;
    min-width: 160px;
    margin: 0 20px;
    cursor: pointer
}

.events-invest-replay-video-container-tab.active,.events-invest-replay-video-container-tab:active,.events-invest-replay-video-container-tab:hover {
    background-color: #00A69C;
    color: #fff!important
}

@media (min-width: 0) and (max-width:960px) {
    .events-invest-replay-video-container,.events-invest-replay-video-container-inner {
        border-top-width:1px;
        width: 98%
    }

    .events-invest-replay-video-container-inner-upper {
        padding-top: 0
    }

    .events-invest-replay-video-container-tab {
        display: block;
        margin: 10px auto;
        width: 70%;
        min-width: 140px
    }
}

.post-type-archive-research header,.single-research header {
    background-image: url(../../images/research/header.png);
    opacity: .9;
    padding: 20px 0;
    text-align: center
}

.post-type-archive-research header .logo,.single-research header .logo {
    width: 90%;
    max-width: 600px
}

.post-type-archive-research a.button,.single-research a.button {
    display: block;
    padding: 15px 10px;
    margin: 0 auto;
    width: 260px;
    background: #f1c40f;
    color: rgba(0,0,0,.7);
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.post-type-archive-research a.button:hover,.single-research a.button:hover {
    border-bottom: 0;
    opacity: .8
}

.post-type-archive-research .featured {
    margin-bottom: 40px;
    margin-top: 35px!important
}

.post-type-archive-research .featured .teaser {
    padding: 0
}

.post-type-archive-research .featured .teaser h2 {
    font-size: 20px;
    margin-bottom: 10px
}

.post-type-archive-research .featured .teaser .text {
    margin-bottom: 12px;
    padding: 0 15px
}

.post-type-archive-research .featured .teaser p {
    margin-bottom: 9px
}

.post-type-archive-research .featured .teaser p,.post-type-archive-research .featured .teaser ul li {
    font-size: 16px
}

.post-type-archive-research .featured .teaser ul {
    margin-left: 5px
}

.post-type-archive-research .featured .teaser ul li {
    padding-bottom: 10px
}

.post-type-archive-research .tile {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.post-type-archive-research .tile.small {
    height: 235px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.post-type-archive-research .tile.small.about {
    padding: 14px;
    background-color: #f6f8fb
}

.post-type-archive-research .tile.small.about h2 {
    font-size: 18px
}

.post-type-archive-research .tile.small.about p {
    font-size: 14px
}

.post-type-archive-research .tile img {
    width: 100%
}

.post-type-archive-research .tile .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post-type-archive-research .tile .meta .action {
    text-align: right;
    font-weight: bolder;
    color: #f1c40f
}

.post-type-archive-research .tile .meta h3,.post-type-archive-research .tile .meta p {
    color: #fff;
    margin: 0
}

.post-type-archive-research .tile:hover .meta .action {
    text-decoration: underline
}

.post-type-archive-research .tile:hover {
    border-bottom: 0
}

.post-type-archive-research .tile:hover img {
    opacity: .7
}

.post-type-archive-research .corner-ribbon {
    z-index: 1;
    width: 200px;
    background: #e43;
    position: absolute;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
    font-size: 20px
}

.page-template-template-eventsconsensus2017livestream,.page-template-template-eventsconsensus2017replays,.page-template-template-icoregwall,.page-template-template-researchregwall,.single-research {
    overflow-y: auto
}

.page-template-template-eventsconsensus2017livestream .email-capture,.page-template-template-eventsconsensus2017replays .email-capture,.page-template-template-icoregwall .email-capture,.page-template-template-researchregwall .email-capture,.single-research .email-capture {
    overflow: auto;
    margin-top: 30px
}

.page-template-template-eventsconsensus2017livestream .email-capture form,.page-template-template-eventsconsensus2017replays .email-capture form,.page-template-template-icoregwall .email-capture form,.page-template-template-researchregwall .email-capture form,.single-research .email-capture form {
    display: block;
    position: relative;
    float: left;
    left: 50%
}

.page-template-template-eventsconsensus2017livestream .email-capture form .inputs,.page-template-template-eventsconsensus2017replays .email-capture form .inputs,.page-template-template-icoregwall .email-capture form .inputs,.page-template-template-researchregwall .email-capture form .inputs,.single-research .email-capture form .inputs {
    position: relative;
    float: left;
    left: -50%
}

.page-template-template-eventsconsensus2017livestream .email-capture form .additional-info-inputs,.page-template-template-eventsconsensus2017replays .email-capture form .additional-info-inputs,.page-template-template-icoregwall .email-capture form .additional-info-inputs,.page-template-template-researchregwall .email-capture form .additional-info-inputs,.single-research .email-capture form .additional-info-inputs {
    float: none
}

.page-template-template-eventsconsensus2017livestream .disclaimer,.page-template-template-eventsconsensus2017replays .disclaimer,.page-template-template-icoregwall .disclaimer,.page-template-template-researchregwall .disclaimer,.single-research .disclaimer {
    margin-top: 30px;
    text-align: center;
    color: #95a5a6
}

.page-template-template-eventsconsensus2017livestream input[type=email],.page-template-template-eventsconsensus2017livestream input[type=text],.page-template-template-eventsconsensus2017replays input[type=email],.page-template-template-eventsconsensus2017replays input[type=text],.page-template-template-icoregwall input[type=email],.page-template-template-icoregwall input[type=text],.page-template-template-researchregwall input[type=email],.page-template-template-researchregwall input[type=text],.single-research input[type=email],.single-research input[type=text] {
    text-align: center;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    float: left;
    margin: 0;
    width: 270px
}

.page-template-template-eventsconsensus2017livestream input[type=submit],.page-template-template-eventsconsensus2017replays input[type=submit],.page-template-template-icoregwall input[type=submit],.page-template-template-researchregwall input[type=submit],.single-research input[type=submit] {
    height: 42px;
    background: #f1c40f;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    float: left;
    margin: 0;
    -webkit-appearance: none
}

.page-template-template-eventsconsensus2017livestream .additional-info-inputs>input,.page-template-template-eventsconsensus2017replays .additional-info-inputs>input,.page-template-template-icoregwall .additional-info-inputs>input,.page-template-template-researchregwall .additional-info-inputs>input,.single-research .additional-info-inputs>input {
    display: block;
    float: none;
    margin-top: 10px
}

.page-template-template-eventsconsensus2017livestream input[type=submit].fullwidth,.page-template-template-eventsconsensus2017replays input[type=submit].fullwidth,.page-template-template-icoregwall input[type=submit].fullwidth,.page-template-template-researchregwall input[type=submit].fullwidth,.single-research input[type=submit].fullwidth {
    width: 100%
}

.page-template-template-eventsconsensus2017livestream input:focus,.page-template-template-eventsconsensus2017replays input:focus,.page-template-template-icoregwall input:focus,.page-template-template-researchregwall input:focus,.single-research input:focus {
    background: #f1f1f1;
    outline: 0!important
}

.page-template-template-eventsconsensus2017livestream .single-content,.page-template-template-eventsconsensus2017replays .single-content,.page-template-template-icoregwall .single-content,.page-template-template-researchregwall .single-content,.single-research .single-content {
    padding: 20px 20px 100px
}

.page-template-template-eventsconsensus2017livestream iframe.tinypass,.page-template-template-eventsconsensus2017replays iframe.tinypass,.page-template-template-icoregwall iframe.tinypass,.page-template-template-researchregwall iframe.tinypass,.single-research iframe.tinypass {
    width: 100%;
    height: 490px;
    margin-bottom: 40px
}

.page-template-template-eventsconsensus2017livestream .line .unit:first-child,.page-template-template-eventsconsensus2017replays .line .unit:first-child,.page-template-template-icoregwall .line .unit:first-child,.page-template-template-researchregwall .line .unit:first-child,.single-research .line .unit:first-child {
    padding-left: 0
}

.page-template-template-eventsconsensus2017livestream .line .unit:last-child,.page-template-template-eventsconsensus2017replays .line .unit:last-child,.page-template-template-icoregwall .line .unit:last-child,.page-template-template-researchregwall .line .unit:last-child,.single-research .line .unit:last-child {
    padding-right: 0
}

.page-template-template-eventsconsensus2017livestream .contents,.page-template-template-eventsconsensus2017replays .contents,.page-template-template-icoregwall .contents,.page-template-template-researchregwall .contents,.single-research .contents {
    padding: 15px;
    background-color: #f6f8fb
}

.page-template-template-eventsconsensus2017livestream .contents ol,.page-template-template-eventsconsensus2017replays .contents ol,.page-template-template-icoregwall .contents ol,.page-template-template-researchregwall .contents ol,.single-research .contents ol {
    padding: 0;
    color: #868997
}

.page-template-template-eventsconsensus2017livestream .contents ol li,.page-template-template-eventsconsensus2017replays .contents ol li,.page-template-template-icoregwall .contents ol li,.page-template-template-researchregwall .contents ol li,.single-research .contents ol li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    clear: both
}

.page-template-template-eventsconsensus2017livestream .contents ol li .index,.page-template-template-eventsconsensus2017replays .contents ol li .index,.page-template-template-icoregwall .contents ol li .index,.page-template-template-researchregwall .contents ol li .index,.single-research .contents ol li .index {
    font-weight: 700;
    float: right;
    text-align: right;
    width: 100px
}

.page-template-template-eventsconsensus2017livestream .contents ol li .index .chevron,.page-template-template-eventsconsensus2017replays .contents ol li .index .chevron,.page-template-template-icoregwall .contents ol li .index .chevron,.page-template-template-researchregwall .contents ol li .index .chevron,.single-research .contents ol li .index .chevron {
    float: left;
    cursor: pointer
}

.page-template-template-eventsconsensus2017livestream .contents ol ol,.page-template-template-eventsconsensus2017replays .contents ol ol,.page-template-template-icoregwall .contents ol ol,.page-template-template-researchregwall .contents ol ol,.single-research .contents ol ol {
    padding-left: 25px;
    padding-top: 5px
}

.page-template-template-eventsconsensus2017livestream .contents ol p,.page-template-template-eventsconsensus2017replays .contents ol p,.page-template-template-icoregwall .contents ol p,.page-template-template-researchregwall .contents ol p,.single-research .contents ol p {
    display: none
}

.page-template-template-eventsconsensus2017livestream .slider,.page-template-template-eventsconsensus2017replays .slider,.page-template-template-icoregwall .slider,.page-template-template-researchregwall .slider,.single-research .slider {
    max-width: 1045px;
    margin: 0 auto
}

.page-template-template-eventsconsensus2017livestream .slick-slide,.page-template-template-eventsconsensus2017replays .slick-slide,.page-template-template-icoregwall .slick-slide,.page-template-template-researchregwall .slick-slide,.single-research .slick-slide {
    margin: 0 3px
}

.page-template-template-eventsconsensus2017livestream .slick-next:before,.page-template-template-eventsconsensus2017livestream .slick-prev:before,.page-template-template-eventsconsensus2017replays .slick-next:before,.page-template-template-eventsconsensus2017replays .slick-prev:before,.page-template-template-icoregwall .slick-next:before,.page-template-template-icoregwall .slick-prev:before,.page-template-template-researchregwall .slick-next:before,.page-template-template-researchregwall .slick-prev:before,.single-research .slick-next:before,.single-research .slick-prev:before {
    color: #868997
}

.page-template-template-eventsconsensus2017livestream ul.slick-dots,.page-template-template-eventsconsensus2017replays ul.slick-dots,.page-template-template-icoregwall ul.slick-dots,.page-template-template-researchregwall ul.slick-dots,.single-research ul.slick-dots {
    margin-bottom: 0;
    padding: 0
}

.page-template-template-eventsconsensus2017livestream ul.slick-dots li,.page-template-template-eventsconsensus2017replays ul.slick-dots li,.page-template-template-icoregwall ul.slick-dots li,.page-template-template-researchregwall ul.slick-dots li,.single-research ul.slick-dots li {
    display: inline-block!important;
    list-style: none!important;
    margin: 0 5px!important;
    padding: 5px!important
}

.page-template-template-eventsconsensus2017livestream iframe.slideshare,.page-template-template-eventsconsensus2017replays iframe.slideshare,.page-template-template-icoregwall iframe.slideshare,.page-template-template-researchregwall iframe.slideshare,.single-research iframe.slideshare {
    width: 650px;
    height: 526px
}

.page-template-template-eventsconsensus2017livestream .payment-methods,.page-template-template-eventsconsensus2017replays .payment-methods,.page-template-template-icoregwall .payment-methods,.page-template-template-researchregwall .payment-methods,.single-research .payment-methods {
    width: 350px;
    display: block;
    margin: 80px auto 30px;
    opacity: .8
}

.page-template-template-eventsconsensus2017livestream .tinypass.mobile,.page-template-template-eventsconsensus2017replays .tinypass.mobile,.page-template-template-icoregwall .tinypass.mobile,.page-template-template-researchregwall .tinypass.mobile,.single-research .tinypass.mobile {
    display: none
}

.page-template-template-eventsconsensus2017livestream .single-header,.page-template-template-eventsconsensus2017replays .single-header,.page-template-template-icoregwall .single-header,.page-template-template-researchregwall .single-header,.single-research .single-header {
    overflow: auto;
    background-color: #fff;
    padding: 20px 20px 0
}

.page-template-template-eventsconsensus2017livestream .single-header h1,.page-template-template-eventsconsensus2017replays .single-header h1,.page-template-template-icoregwall .single-header h1,.page-template-template-researchregwall .single-header h1,.single-research .single-header h1 {
    float: left;
    font-size: 30px;
    padding-bottom: 0
}

.page-template-template-eventsconsensus2017livestream .single-header .ad-sponsored-page,.page-template-template-eventsconsensus2017replays .single-header .ad-sponsored-page,.page-template-template-icoregwall .single-header .ad-sponsored-page,.page-template-template-researchregwall .single-header .ad-sponsored-page,.single-research .single-header .ad-sponsored-page {
    float: right
}

.page-template-template-eventsconsensus2017livestream .content,.page-template-template-eventsconsensus2017replays .content,.page-template-template-icoregwall .content,.page-template-template-researchregwall .content {
    margin-top: 0!important
}

.post-type-archive-year-in-review header {
    background: url(../../images/year-in-review/header.png) 0 51%/cover
}

.post-type-archive-year-in-review .faces-row {
    margin-bottom: 50px
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review .faces-row {
        margin-bottom:0
    }
}

.post-type-archive-year-in-review p.mini-excerpt {
    font-size: 15px;
    line-height: 1.4
}

.post-type-archive-year-in-review section.summary-section {
    margin: 30px 70px 35px;
    text-align: center
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review section.summary-section {
        margin:50px 35px 0
    }
}

.post-type-archive-year-in-review p.summary-text {
    font-size: 18px;
    color: #353536;
    text-align: center;
    margin: 16px 0
}

.post-type-archive-year-in-review div.line-margin-bottom {
    margin: 20px 250px 70px
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.line-margin-bottom {
        margin:inherit;
        margin-bottom: 20px
    }

    .post-type-archive-year-in-review .visible-on-desktop {
        display: none
    }
}

.post-type-archive-year-in-review div.vertically-center-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center
}

.post-type-archive-year-in-review div.editors-label {
    height: 50px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.editors-label {
        height:inherit
    }
}

.post-type-archive-year-in-review div.horizontally-center-content {
    display: flex;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.horizontally-center-content {
        margin-left:30px;
        margin-right: auto;
        padding-top: 35px
    }
}

.post-type-archive-year-in-review div.editor-name {
    font-size: 18px
}

.post-type-archive-year-in-review img.editor-image {
    height: 50px
}

.post-type-archive-year-in-review div.editor-info {
    height: 50px;
    vertical-align: middle;
    margin-left: 20px;
    justify-content: space-around;
    display: flex;
    flex-direction: column
}

.post-type-archive-year-in-review div.hero-info {
    margin: 0 20px;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.hero-info {
        margin:0 30px
    }
}

.post-type-archive-year-in-review h3.hero-title {
    font-size: 45px;
    margin-bottom: 35px;
    line-height: 55px
}

.post-type-archive-year-in-review p.hero-excerpt {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 0
}

.post-type-archive-year-in-review h3.mini-title {
    line-height: 22px
}

.post-type-archive-year-in-review div.hero-line {
    display: flex
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.hero-line {
        display:block
    }
}

.post-type-archive-year-in-review p.author-bio {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0
}

.post-type-archive-year-in-review div.hero-info>a.fade:hover {
    border-bottom: none
}

.post-type-archive-year-in-review .size3of8>.tile {
    margin-bottom: 0
}

.post-type-archive-year-in-review div.first-faces-row {
    margin-bottom: 70px
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.first-faces-row {
        margin-bottom:0
    }
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review div.face-unit {
        padding:30px
    }
}

.post-type-archive-year-in-review .editor-name-link {
    color: #353536
}

.post-type-archive-year-in-review .editor-name-link:hover {
    border-bottom: none
}

.post-type-archive-year-in-review .read-more-button {
    width: auto;
    padding: 15px 30px;
    font-size: 20px;
    margin: 0;
    background: #f1c40f;
    border: none;
    box-shadow: none;
    color: #353536;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600
}

.post-type-archive-year-in-review .hero-button {
    text-align: right;
    margin-top: 60px
}

@media screen and (max-width: 640px) {
    .post-type-archive-year-in-review .read-more-button {
        width:100%
    }

    .post-type-archive-year-in-review .hero-button {
        margin-top: 25px;
        margin-bottom: 50px
    }
}

.post-type-archive-year-in-review .read-more-anchor {
    color: inherit
}

.post-type-archive-year-in-review .read-more-anchor:hover {
    border-bottom: none
}

.post-type-archive-milestones header {
    background: url(../../images/milestones-header.png) 0 80%/cover;
    padding: 40px 0
}

.post-type-archive-milestones header .logo {
    width: 90%;
    max-width: inherit
}

.post-type-archive-milestones .single-content a:hover {
    border-bottom: none
}

.post-type-archive-milestones .author-link-timeline {
    margin-top: 0
}

.post-type-archive-milestones .author-link-timeline a {
    color: #95a5a6
}

.post-type-archive-milestones .special-category-banner {
    text-align: center
}

.post-type-archive-milestones section.summary-section {
    margin: 30px 110px 35px
}

@media screen and (max-width: 640px) {
    .post-type-archive-milestones section.summary-section {
        margin:50px 35px 0
    }
}

.overlay {
    text-align: center
}

.overlay i.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #fff
}

.overlay i.close:hover {
    opacity: .7
}

.overlay-consensus-register-now i.close {
    position: absolute;
    top: -20px
}

.overlay-follow {
    background-color: #1d726a;
    width: 450px;
    height: 245px
}

.overlay-follow header {
    text-align: center;
    background-color: #0f5852;
    background-image: none;
    padding: 13px
}

.overlay-follow header .heading {
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 22px
}

.overlay-follow .sub-heading {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    margin-top: 15px
}

.overlay-follow .list-signup {
    min-height: 50px;
    margin-top: 15px
}

.overlay-follow .list-signup .form-wrapper {
    overflow: hidden
}

.overlay-follow .list-signup .form-wrapper form {
    margin: 0 auto 15px;
    display: block;
    position: relative;
    float: left;
    left: 50%
}

.overlay-follow .list-signup .form-wrapper form .inputs {
    position: relative;
    float: left;
    left: -50%;
    height: 35px
}

.overlay-follow .list-signup .form-wrapper form .inputs input[type=email] {
    padding: 8px 12px;
    width: 200px;
    border: 0;
    float: left;
    background-color: #f6f6f6;
    text-align: center
}

.overlay-follow .list-signup .form-wrapper form .inputs input[type=submit] {
    background-color: #f1c40f;
    float: left;
    border: 0;
    height: 35px;
    width: 100px;
    color: #093532
}

.overlay-follow .list-signup .form-wrapper form .inputs input:focus {
    outline: 0
}

.overlay-follow .list-signup .output {
    color: #f1c40f;
    font-size: 15px;
    margin-bottom: 15px
}

.overlay-follow .list-signup .output a {
    color: #f1c40f
}

.overlay-follow .list-signup .spinner {
    top: 44%!important
}

.overlay-follow .social li {
    display: inline-block;
    font-size: 40px;
    margin: 0 10px
}

.overlay-follow .social li a {
    color: #e5e5e5
}

.overlay-follow .social li a:hover {
    opacity: .7
}

.overlay-follow a:hover {
    text-decoration: underline
}

.post-type-archive-press_release #byscripts_ajax_posts_loader_trigger {
    margin: 0
}

.post-type-archive-press_release .blog-header {
    padding: 30px
}

.post-type-archive-press_release .blog-header .single-description {
    padding-bottom: 20px
}

.post-type-archive-press_release .blog-header .single-description a {
    color: #408bfe
}

.post-type-archive-press_release .blog-header a.button {
    display: inline-block;
    background: #f1c40f;
    color: #353536;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 15px
}

.post-type-archive-press_release .blog-header a.button:hover {
    opacity: .8
}

.post-type-archive-press_release #advert-top-leaderboard {
    padding-top: 30px
}

.post-type-archive-press_release .category-content {
    padding-top: 0
}

.post-type-archive-press_release .header-mini {
    margin-top: 30px
}

.post-type-archive-press_release .header-mini h2 {
    display: inline-block
}

.post-type-archive-press_release .header-mini .icons {
    float: right;
    padding: 15px 0
}

.post-type-archive-press_release .header-mini .icons i {
    color: #95a5a6;
    margin-left: 5px
}

.post-type-archive-press_release .header-mini .icons a:hover i {
    color: #353536
}

.post-type-archive-press_release .disclaimer {
    margin-bottom: 20px;
    color: #aeaeae;
    font-style: italic
}

.post-type-archive-press_release .main,.single-press_release .single-post {
    padding: 30px
}

.single-press_release .single-content {
    font-family: monospace;
    margin-top: 20px
}

.single-press_release .single-content .line .unit:first-child {
    padding-left: 0
}

.single-press_release .single-content .press-contact {
    background-color: #f2f2f2;
    padding: 15px;
    color: #868997
}

.single-press_release .single-content .press-contact h3 {
    text-align: center
}

.single-press_release .single-content .press-contact ul {
    padding-left: 0
}

.single-press_release .single-content .press-contact ul li {
    margin: 0;
    list-style: none;
    font-size: 14px
}

.single-press_release .single-content .press-contact ul li h4 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px
}

.press-release-submission-errors p,.press-release-submission-errors ul {
    color: #ca2027
}

form.press-release-submission {
    padding: 20px 0 15px
}

form.press-release-submission .line {
    margin-bottom: 40px
}

form.press-release-submission .line .group {
    border: 1px solid red
}

form.press-release-submission .line .form-group {
    margin-bottom: 10px
}

form.press-release-submission .line .form-group:last-child {
    margin-bottom: 0
}

form.press-release-submission .line .form-group-collection {
    margin-bottom: 40px
}

form.press-release-submission section {
    margin-bottom: 20px
}

form.press-release-submission label {
    font-weight: 700
}

form.press-release-submission textarea {
    height: 100px
}

form.press-release-submission input[type=email],form.press-release-submission input[type=tel],form.press-release-submission input[type=text],form.press-release-submission textarea {
    display: block;
    padding: 4px 7px;
    width: 90%;
    border: 1px solid #e5e5e5
}

form.press-release-submission input[type=submit] {
    background: #f1c40f;
    border: none;
    box-shadow: none;
    color: #353536;
    padding: 5px 15px;
    margin-top: 10px
}

form.press-release-submission .btn {
    border: 1px solid #e5e5e5;
    padding: 5px;
    cursor: pointer;
    display: inline-block
}

form.press-release-submission .file-wrapper .uploaded-file {
    margin-left: 3px
}

form.press-release-submission .g-recaptcha,form.press-release-submission .unit.publish-at,form.press-release-submission .unit.terms-and-conditions {
    margin-top: 15px
}

form.press-release-submission p.detail {
    margin-bottom: 5px;
    font-size: 14px
}

form.press-release-submission .mce-tinymce.mce-panel {
    border: 1px solid #e5e5e5
}

form.press-release-submission .mce-tinymce .mce-container-body .mce-panel {
    border: 0
}

form.press-release-submission .mce-tinymce .mce-path {
    display: none
}

form.press-release-submission p.conditions {
    font-size: 14px
}

form.press-release-submission .live-preview {
    border: 1px dashed #ccc;
    min-height: 100px;
    padding: 0 20px
}

.widget_coindesk_press_releases_widget {
    padding: 30px
}

.widget_coindesk_press_releases_widget h3 a {
    color: #fff
}

.widget_coindesk_press_releases_widget ul li {
    margin-bottom: 10px;
    overflow: auto
}

.widget_coindesk_press_releases_widget ul li time {
    float: left;
    display: inline-block;
    width: 110px;
    color: #fff
}

.widget_coindesk_press_releases_widget ul li h4 {
    margin-left: 110px
}

.widget_coindesk_press_releases_widget ul li h4 a {
    color: #fff
}

.widget_coindesk_press_releases_widget ul li h4 h4 a {
    display: block
}

.widget_coindesk_press_releases_widget .options {
    margin-top: 20px
}

.widget_coindesk_press_releases_widget .options .unit a {
    background-color: #f1c40f;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px
}

.widget_coindesk_press_releases_widget .options .unit a:hover {
    opacity: .8
}

.single-sponsored_content .single-content .wp-post-image {
    width: 600px
}

.single-sponsored_content .single-content p.disclaimer {
    border-top: 5px solid #C0F5F5;
    color: #353536;
    background-color: #f2f2f2;
    padding: 10px
}

.single-sponsored_content .single-content .giveaway {
    margin: 30px 0
}

.single-sponsored_content .single-content .giveaway .list-signup {
    text-align: center
}

.single-sponsored_content .single-content .giveaway .list-signup input[type=email] {
    text-align: center;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    width: 270px
}

.single-sponsored_content .single-content .giveaway .list-signup input[type=email]:focus {
    outline: 0
}

.single-sponsored_content .single-content .giveaway .list-signup input[type=submit] {
    height: 42px;
    background: #ff9890;
    border: 0;
    padding: 0 15px;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none
}

.single-sponsored_content .single-content .giveaway .list-signup .output {
    font-size: 17px;
    margin-bottom: 15px
}

.header-beta-label {
    display: block;
    margin-top: -10px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px
}

.hero-button {
    background-color: #00A69C;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    width: 270px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    margin: 10px auto 40px;
    border-bottom: none!important
}

.market-center-toolbar {
    display: block;
    margin-bottom: 25px;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    height: 50px;
    overflow: hidden
}

.market-center-toolbar-fiat-switcher {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 7px 12px 7px 14px;
    height: 34px
}

.market-center-toolbar-fiat-switcher::after,.market-center-toolbar-fiat-switcher::before {
    content: "";
    position: absolute;
    pointer-events: none
}

.market-center-toolbar-fiat-switcher::after {
    content: "\f0d7";
    font-family: FontAwesome;
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em
}

.market-center-toolbar-fiat-switcher::before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0
}

.market-center-toolbar-fiat-switcher select[disabled] {
    color: rgba(0,0,0,.3)
}

.market-center-toolbar-fiat-switcher select[disabled]::after {
    color: rgba(0,0,0,.1)
}

.market-center-toolbar-fiat-switcher::before {
    background-color: rgba(0,0,0,.05);
    border-left: 1px solid #dcdcdc
}

.market-center-toolbar-fiat-switcher::after {
    color: rgba(0,0,0,.4)
}

.market-center-toolbar-fiat-switcher select {
    background-color: #fff;
    color: #000;
    font-size: inherit;
    padding: 7px 2.5em 7px 7px;
    cursor: pointer;
    margin: 0;
    border-radius: 3px;
    text-indent: .01px;
    text-overflow: '';
    border: 1px solid #dcdcdc;
    -webkit-appearance: button;
    outline: 0
}

.market-center-toolbar-asset-type-button-block {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    position: relative;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 6px 16px;
    width: auto!important
}

.market-center-toolbar-asset-type-button-block-inner {
    display: block;
    position: relative
}

.market-center-toolbar-asset-type-button-block-inner:before {
    content: '';
    background-color: #d7d7d7;
    border-radius: 4px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 73px;
    margin-left: -1px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.market-center-toolbar-asset-type-button-block.all .market-center-toolbar-asset-type-button-block-inner:before {
    left: 0;
    right: auto
}

.market-center-toolbar-asset-type-button-block.coins .market-center-toolbar-asset-type-button-block-inner:before {
    left: 72px;
    right: 72px
}

.market-center-toolbar-asset-type-button-block.tokens .market-center-toolbar-asset-type-button-block-inner:before {
    left: auto;
    right: 0
}

.market-center-toolbar-asset-type-button {
    display: inline-block;
    width: 60px;
    padding: 8px 6px;
    text-align: center;
    color: #a0a0a0!important;
    cursor: pointer;
    position: relative;
    margin: 0 -2px!important;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.market-center-toolbar-asset-type-button:after {
    content: attr(data-name);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    color: #a0a0a0!important;
    line-height: 37px
}

.market-center-toolbar-asset-type-button:hover {
    color: #8c8c8c!important;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7!important
}

.market-center-toolbar-asset-type-button:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #dcdcdc
}

.market-center-toolbar-asset-type-button:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #dcdcdc
}

.market-center-toolbar-asset-type-button.active,.market-center-toolbar-asset-type-button.active:after {
    color: #000!important;
    font-weight: 600
}

.market-center-toolbar-search {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    float: right;
    border: 1px solid #dcdcdc!important;
    width: 220px;
    border-radius: 4px!important;
    padding-left: 12px;
    margin: 9px 10px;
    outline: 0!important
}

.search-input {
    background-image: url(/wp-content/themes/coindesk2/images/search_dark.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 6px;
    padding-left: 34px
}

@media (min-width: 0) and (max-width:767px) {
    .market-center-toolbar {
        height:104px;
        padding-top: 6px
    }

    .market-center-toolbar-asset-type-button-block {
        border-right: none!important
    }

    .market-center-toolbar-search {
        display: block;
        width: auto;
        float: left;
        margin: 9px 12px
    }

    .market-center-toolbar-fiat-switcher {
        margin: 10px 12px 7px 14px!important;
        height: 32px!important
    }

    .market-center-toolbar-fiat-switcher select {
        font-size: 12px!important
    }

    .market-center-toolbar-asset-type-button-block {
        height: 30px;
        margin-top: 4px
    }

    .market-center-toolbar-asset-type-button {
        width: 50px;
        font-size: 12px;
        padding: 0;
        line-height: 30px
    }

    .market-center-toolbar-asset-type-button-block-inner:before {
        width: 50px
    }

    .market-center-toolbar-asset-type-button-block.coins .market-center-toolbar-asset-type-button-block-inner:before {
        left: 50px!important;
        right: 50px!important
    }
}

#assets-table {
    min-width: 1080px;
    max-width: 1080px;
    width: 1080px;
    border-bottom: 1px solid #dcdcdc!important
}

#assets-table thead tr th {
    border-bottom: 1px solid #b4b4b4!important
}

#assets-table tbody tr,#assets-table tbody tr td {
    padding: 0 20px!important;
    background-color: #fff!important;
    font-size: 17px!important;
    font-weight: 400!important;
    line-height: 56px!important
}

#assets-table tbody tr:hover td {
    background-color: #fafafa!important
}

#assets-table tbody tr td.sorting_1 {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc
}

#assets-table_wrapper table.dataTable tbody tr td:nth-of-type(2),#assets-table_wrapper table.dataTable thead tr th:nth-of-type(2) {
    width: 160px!important;
    min-width: 160px!important
}

#assets-table_wrapper table.dataTable tbody tr td:nth-of-type(3),#assets-table_wrapper table.dataTable thead tr th:nth-of-type(3) {
    width: 60px!important;
    min-width: 60px!important
}

#assets-table_wrapper table.dataTable tbody tr td:nth-of-type(7),#assets-table_wrapper table.dataTable thead tr th:nth-of-type(7) {
    width: 90px!important;
    min-width: 90px!important
}

#assets-table_wrapper table.dataTable thead td,#assets-table_wrapper table.dataTable thead tr th {
    background-color: #fff!important;
    padding: 0 20px!important;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc
}

#assets-table_wrapper table.dataTable tbody tr {
    background-color: #fff!important
}

#assets-table_wrapper table.dataTable.no-footer,.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none!important
}

.center-cell {
    display: block;
    text-align: center
}

.market-center-asset-link {
    font-weight: 400!important
}

.market-center-asset-link:hover {
    border-bottom: none!important;
    text-decoration: underline!important
}

.market-center-asset-link span {
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 10px
}

.mc-mobile-asset-td {
    border-right: 1px solid #dcdcdc
}

.mobile-mc-asset-cell .mc-v1-1-sprite-32 {
    display: inline-block;
    vertical-align: top
}

.mobile-mc-asset-cell .mc-symbol-link {
    display: inline-block;
    font-size: 28px;
    vertical-align: top;
    line-height: 32px;
    margin-left: 8px
}

.mobile-mc-asset-cell .mc-asset-link {
    display: block;
    margin-left: 41px;
    color: #8c8c8c;
    font-size: 12px
}

.mobile-mc-asset-cell .mc-asset-link:hover,.mobile-mc-asset-cell .mc-symbol-link:hover {
    text-decoration: underline;
    border-bottom: none!important
}

@media (min-width: 1024px) and (max-width:1260px) {
    #assets-table_wrapper {
        border:1px solid #c8c8c8;
        border-radius: 4px;
        overflow: hidden
    }
}

@media (min-width: 900px) and (max-width:1024px) {
    #assets-table_wrapper table.dataTable tbody td:first-of-type,#assets-table_wrapper table.dataTable tfoot tr th:first-of-type,#assets-table_wrapper table.dataTable thead tr th:first-of-type {
        padding:0!important;
        text-align: center
    }

    #assets-table_wrapper table.dataTable tbody td:first-of-type {
        font-size: 22px;
        color: #787878
    }

    #assets-table thead tr th {
        border-bottom: none!important
    }

    #assets-table_wrapper {
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        overflow: hidden
    }

    #assets-table_wrapper table.dataTable tbody tr {
        height: 50px!important;
        max-height: 50px
    }

    #assets-table_wrapper table.dataTable.display tbody td,#assets-table_wrapper table.dataTable.display tbody th,#assets-table_wrapper table.dataTable.row-border tbody td,#assets-table_wrapper table.dataTable.row-border tbody th {
        padding: 0 10px!important
    }

    #assets-table_wrapper table.dataTable tbody tr td:nth-of-type(2),#assets-table_wrapper table.dataTable thead tr th:nth-of-type(2) {
        border-right: 1px solid #dcdcdc
    }
}

@media (min-width: 0) and (max-width:900px) {
    #assets-table_wrapper table.dataTable tbody td:first-of-type,#assets-table_wrapper table.dataTable tfoot tr th:first-of-type,#assets-table_wrapper table.dataTable thead tr th:first-of-type {
        padding:0!important;
        text-align: center
    }

    #assets-table_wrapper table.dataTable tbody td:first-of-type {
        font-size: 22px;
        color: #787878
    }

    #assets-table_wrapper table.dataTable.display tbody td,#assets-table_wrapper table.dataTable.display tbody th,#assets-table_wrapper table.dataTable.row-border tbody td,#assets-table_wrapper table.dataTable.row-border tbody th {
        padding: 0 10px!important
    }

    #assets-table thead tr th {
        border-bottom: none!important
    }

    #assets-table_wrapper {
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        overflow: hidden
    }

    #assets-table_wrapper table.dataTable tbody tr {
        height: 50px!important;
        max-height: 50px
    }

    #assets-table tbody tr,#assets-table tbody tr td {
        line-height: 40px!important;
        font-size: 15px!important
    }

    #assets-table_wrapper table.dataTable tbody tr td:nth-of-type(2),#assets-table_wrapper table.dataTable thead tr th:nth-of-type(2) {
        border-right: 1px solid #dcdcdc
    }
}

.market-center-footer {
    display: block;
    width: 100%;
    margin-top: 25px
}

.market-center-footer-title {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 5px
}

.market-center-footer-bottom {
    display: block;
    margin-top: 25px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 30px
}

.market-center-footer-bottom-left {
    display: inline-block;
    width: 49%;
    float: left
}

.market-center-footer-bottom-left-date-label {
    display: block;
    text-align: left;
    color: #a0a0a0;
    line-height: 30px
}

.market-center-footer-bottom-right {
    display: inline-block;
    width: 49%;
    float: right;
    text-align: right
}

@media (min-width: 0) and (max-width:900px) {
    .market-center-footer-bottom {
        border-bottom:none!important
    }

    .market-center-footer-bottom-left {
        display: block;
        width: 100%
    }

    .market-center-footer-bottom-left-date-label {
        text-align: center
    }

    .market-center-footer-bottom-right {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #dcdcc8;
        border-bottom: 1px solid #dcdcc8;
        margin-bottom: 20px
    }
}

.page-template-template-marketcenter .ui-widget-content {
    background-color: #fff!important;
    margin-top: -6px!important;
    margin-left: -.5px!important;
    max-height: 90px!important;
    overflow: hidden!important
}

.page-template-template-marketcenter .ui-menu .ui-menu-item {
    padding: 0!important;
    overflow: hidden
}

.page-template-template-marketcenter .ui-menu .ui-menu-item a.market-center-asset-link {
    color: #333;
    display: block;
    width: 100%;
    line-height: 30px;
    padding-left: 10px
}

.mc-v1-sprite-200 {
    background: url(https://media.coindesk.com/coins/200x200/mc-v1-sprite-sheet-200.png) top left no-repeat;
    width: 200px;
    height: 200px
}

.mc-v1-sprite-200.BCH {
    background-position: 0 0
}

.mc-v1-sprite-200.BTC {
    background-position: 0 -200px
}

.mc-v1-sprite-200.BTS {
    background-position: 0 -400px
}

.mc-v1-sprite-200.DASH {
    background-position: 0 -600px
}

.mc-v1-sprite-200.EOS {
    background-position: 0 -800px
}

.mc-v1-sprite-200.ETC {
    background-position: 0 -1000px
}

.mc-v1-sprite-200.ETH {
    background-position: 0 -1200px
}

.mc-v1-sprite-200.LTC {
    background-position: 0 -1400px
}

.mc-v1-sprite-200.NEO {
    background-position: 0 -1600px
}

.mc-v1-sprite-200.NXT {
    background-position: 0 -1800px
}

.mc-v1-sprite-200.OMG {
    background-position: 0 -2000px
}

.mc-v1-sprite-200.QTUM {
    background-position: 0 -2200px
}

.mc-v1-sprite-200.SNT {
    background-position: 0 -2400px
}

.mc-v1-sprite-200.STRAT {
    background-position: 0 -2600px
}

.mc-v1-sprite-200.USDT {
    background-position: 0 -2800px
}

.mc-v1-sprite-200.WAVES {
    background-position: 0 -3000px
}

.mc-v1-sprite-200.XMR {
    background-position: 0 -3200px
}

.mc-v1-sprite-200.XRP {
    background-position: 0 -3400px
}

.mc-v1-sprite-200.ZEC {
    background-position: 0 -3600px
}

.mc-v1-sprite-128 {
    background: url(https://media.coindesk.com/coins/128x128/mc-v1-sprite-sheet-128.png) top left no-repeat;
    width: 128px;
    height: 128px
}

.mc-v1-sprite-128.BCH {
    background-position: 0 0
}

.mc-v1-sprite-128.BTC {
    background-position: 0 -128px
}

.mc-v1-sprite-128.BTS {
    background-position: 0 -256px
}

.mc-v1-sprite-128.DASH {
    background-position: 0 -384px
}

.mc-v1-sprite-128.EOS {
    background-position: 0 -512px
}

.mc-v1-sprite-128.ETC {
    background-position: 0 -640px
}

.mc-v1-sprite-128.ETH {
    background-position: 0 -768px
}

.mc-v1-sprite-128.LTC {
    background-position: 0 -896px
}

.mc-v1-sprite-128.NEO {
    background-position: 0 -1024px
}

.mc-v1-sprite-128.NXT {
    background-position: 0 -1152px
}

.mc-v1-sprite-128.OMG {
    background-position: 0 -1280px
}

.mc-v1-sprite-128.QTU {
    background-position: 0 -1408px
}

.mc-v1-sprite-128.SNT {
    background-position: 0 -1536px
}

.mc-v1-sprite-128.STRAT {
    background-position: 0 -1664px
}

.mc-v1-sprite-128.USDT {
    background-position: 0 -1792px
}

.mc-v1-sprite-128.WAVES {
    background-position: 0 -1920px
}

.mc-v1-sprite-128.XMR {
    background-position: 0 -2048px
}

.mc-v1-sprite-128.XRP {
    background-position: 0 -2176px
}

.mc-v1-sprite-128.ZEC {
    background-position: 0 -2304px
}

.mc-v1-sprite-64 {
    background: url(https://media.coindesk.com/coins/64x64/mc-v1-sprite-sheet-64.png) top left no-repeat;
    width: 64px;
    height: 64px
}

.mc-v1-sprite-64.BCH {
    background-position: 0 0
}

.mc-v1-sprite-64.BTC {
    background-position: 0 -64px
}

.mc-v1-sprite-64.BTS {
    background-position: 0 -128px
}

.mc-v1-sprite-64.DASH {
    background-position: 0 -192px
}

.mc-v1-sprite-64.EOS {
    background-position: 0 -256px
}

.mc-v1-sprite-64.ETC {
    background-position: 0 -320px
}

.mc-v1-sprite-64.ETH {
    background-position: 0 -384px
}

.mc-v1-sprite-64.LTC {
    background-position: 0 -448px
}

.mc-v1-sprite-64.NEO {
    background-position: 0 -512px
}

.mc-v1-sprite-64.NXT {
    background-position: 0 -576px
}

.mc-v1-sprite-64.OMG {
    background-position: 0 -640px
}

.mc-v1-sprite-64.QTUM {
    background-position: 0 -704px
}

.mc-v1-sprite-64.SNT {
    background-position: 0 -768px
}

.mc-v1-sprite-64.STRAT {
    background-position: 0 -832px
}

.mc-v1-sprite-64.USDT {
    background-position: 0 -896px
}

.mc-v1-sprite-64.WAVES {
    background-position: 0 -960px
}

.mc-v1-sprite-64.XMR {
    background-position: 0 -1024px
}

.mc-v1-sprite-64.XRP {
    background-position: 0 -1088px
}

.mc-v1-sprite-64.ZEC {
    background-position: 0 -1152px
}

.mc-v1-sprite-32 {
    background: url(https://media.coindesk.com/coins/32x32/mc-v1-sprite-sheet-32.png) top left no-repeat;
    width: 32px;
    height: 32px
}

.mc-v1-sprite-32.BCH {
    background-position: 0 0
}

.mc-v1-sprite-32.BTC {
    background-position: 0 -32px
}

.mc-v1-sprite-32.BTS {
    background-position: 0 -64px
}

.mc-v1-sprite-32.DASH {
    background-position: 0 -96px
}

.mc-v1-sprite-32.EOS {
    background-position: 0 -128px
}

.mc-v1-sprite-32.ETC {
    background-position: 0 -160px
}

.mc-v1-sprite-32.ETH {
    background-position: 0 -192px
}

.mc-v1-sprite-32.LTC {
    background-position: 0 -224px
}

.mc-v1-sprite-32.NEO {
    background-position: 0 -256px
}

.mc-v1-sprite-32.NXT {
    background-position: 0 -288px
}

.mc-v1-sprite-32.OMG {
    background-position: 0 -320px
}

.mc-v1-sprite-32.QTUM {
    background-position: 0 -352px
}

.mc-v1-sprite-32.SNT {
    background-position: 0 -384px
}

.mc-v1-sprite-32.STRAT {
    background-position: 0 -416px
}

.mc-v1-sprite-32.USDT {
    background-position: 0 -448px
}

.mc-v1-sprite-32.WAVES {
    background-position: 0 -480px
}

.mc-v1-sprite-32.XMR {
    background-position: 0 -512px
}

.mc-v1-sprite-32.XRP {
    background-position: 0 -544px
}

.mc-v1-sprite-32.ZEC {
    background-position: 0 -576px
}

.mc-v1-sprite-16 {
    background: url(https://media.coindesk.com/coins/16x16/mc-v1-sprite-sheet-16.png) top left no-repeat;
    width: 16px;
    height: 16px
}

.mc-v1-sprite-16.BCH {
    background-position: 0 0
}

.mc-v1-sprite-16.BTC {
    background-position: 0 -16px
}

.mc-v1-sprite-16.BTS {
    background-position: 0 -32px
}

.mc-v1-sprite-16.DASH {
    background-position: 0 -48px
}

.mc-v1-sprite-16.EOS {
    background-position: 0 -64px
}

.mc-v1-sprite-16.ETC {
    background-position: 0 -80px
}

.mc-v1-sprite-16.ETH {
    background-position: 0 -96px
}

.mc-v1-sprite-16.LTC {
    background-position: 0 -112px
}

.mc-v1-sprite-16.NEO {
    background-position: 0 -128px
}

.mc-v1-sprite-16.NXT {
    background-position: 0 -144px
}

.mc-v1-sprite-16.OMG {
    background-position: 0 -160px
}

.mc-v1-sprite-16.QTUM {
    background-position: 0 -176px
}

.mc-v1-sprite-16.SNT {
    background-position: 0 -192px
}

.mc-v1-sprite-16.STRAT {
    background-position: 0 -208px
}

.mc-v1-sprite-16.USDT {
    background-position: 0 -224px
}

.mc-v1-sprite-16.WAVES {
    background-position: 0 -240px
}

.mc-v1-sprite-16.XMR {
    background-position: 0 -256px
}

.mc-v1-sprite-16.XRP {
    background-position: 0 -272px
}

.mc-v1-sprite-16.ZEC {
    background-position: 0 -288px
}

.mc-v1-1-sprite-16 {
    background: url(https:///media.coindesk.com/coins/16x16/mc-v1-1-sprite-sheet-16.png) top left no-repeat;
    width: 16px;
    height: 16px
}

.mc-v1-1-sprite-16.XRP {
    background-position: 0 0
}

.mc-v1-1-sprite-16.BTS {
    background-position: 0 -21px
}

.mc-v1-1-sprite-16.LTC {
    background-position: 0 -42px
}

.mc-v1-1-sprite-16.EOS {
    background-position: 0 -63px
}

.mc-v1-1-sprite-16.ETC {
    background-position: 0 -84px
}

.mc-v1-1-sprite-16.ZEC {
    background-position: 0 -105px
}

.mc-v1-1-sprite-16.QTUM {
    background-position: 0 -126px
}

.mc-v1-1-sprite-16.NEO {
    background-position: 0 -147px
}

.mc-v1-1-sprite-16.ETH {
    background-position: 0 -168px
}

.mc-v1-1-sprite-16.DASH {
    background-position: 0 -189px
}

.mc-v1-1-sprite-16.WAVES {
    background-position: 0 -210px
}

.mc-v1-1-sprite-16.XMR {
    background-position: 0 -231px
}

.mc-v1-1-sprite-16.OMG {
    background-position: 0 -252px
}

.mc-v1-1-sprite-16.NXT {
    background-position: 0 -273px
}

.mc-v1-1-sprite-16.SNT {
    background-position: 0 -294px
}

.mc-v1-1-sprite-16.STRAT {
    background-position: 0 -315px
}

.mc-v1-1-sprite-16.BCH {
    background-position: 0 -336px
}

.mc-v1-1-sprite-16.BTC {
    background-position: 0 -357px
}

.mc-v1-1-sprite-16.CVC {
    background-position: 0 -378px
}

.mc-v1-1-sprite-16.LSK {
    background-position: 0 -399px
}

.mc-v1-1-sprite-16.PAY {
    background-position: 0 -420px
}

.mc-v1-1-sprite-16.HSR {
    background-position: 0 -441px
}

.mc-v1-1-sprite-16.ADA {
    background-position: 0 -462px
}

.mc-v1-1-sprite-16.WTC {
    background-position: 0 -483px
}

.mc-v1-1-sprite-16.DGB {
    background-position: 0 -504px
}

.mc-v1-1-sprite-16.IOT {
    background-position: 0 -525px
}

.mc-v1-1-sprite-32 {
    background: url(https:///media.coindesk.com/coins/32x32/mc-v1-1-sprite-sheet-32.png) top left no-repeat;
    width: 32px;
    height: 32px
}

.mc-v1-1-sprite-32.XRP {
    background-position: 0 0
}

.mc-v1-1-sprite-32.BTS {
    background-position: 0 -37px
}

.mc-v1-1-sprite-32.LTC {
    background-position: 0 -74px
}

.mc-v1-1-sprite-32.EOS {
    background-position: 0 -111px
}

.mc-v1-1-sprite-32.ETC {
    background-position: 0 -148px
}

.mc-v1-1-sprite-32.ZEC {
    background-position: 0 -185px
}

.mc-v1-1-sprite-32.QTUM {
    background-position: 0 -222px
}

.mc-v1-1-sprite-32.NEO {
    background-position: 0 -259px
}

.mc-v1-1-sprite-32.ETH {
    background-position: 0 -296px
}

.mc-v1-1-sprite-32.DASH {
    background-position: 0 -333px
}

.mc-v1-1-sprite-32.WAVES {
    background-position: 0 -370px
}

.mc-v1-1-sprite-32.XMR {
    background-position: 0 -407px
}

.mc-v1-1-sprite-32.OMG {
    background-position: 0 -444px
}

.mc-v1-1-sprite-32.NXT {
    background-position: 0 -481px
}

.mc-v1-1-sprite-32.SNT {
    background-position: 0 -518px
}

.mc-v1-1-sprite-32.STRAT {
    background-position: 0 -555px
}

.mc-v1-1-sprite-32.BCH {
    background-position: 0 -592px
}

.mc-v1-1-sprite-32.BTC {
    background-position: 0 -629px
}

.mc-v1-1-sprite-32.HSR {
    background-position: 0 -666px
}

.mc-v1-1-sprite-32.IOT {
    background-position: 0 -703px
}

.mc-v1-1-sprite-32.CVC {
    background-position: 0 -740px
}

.mc-v1-1-sprite-32.LSK {
    background-position: 0 -777px
}

.mc-v1-1-sprite-32.DGB {
    background-position: 0 -814px
}

.mc-v1-1-sprite-32.PAY {
    background-position: 0 -851px
}

.mc-v1-1-sprite-32.ADA {
    background-position: 0 -888px
}

.mc-v1-1-sprite-32.WTC {
    background-position: 0 -925px
}

.mc-v1-1-sprite-64 {
    background: url(https:///media.coindesk.com/coins/64x64/mc-v1-1-sprite-sheet-64.png) top left no-repeat;
    width: 64px;
    height: 64px
}

.mc-v1-1-sprite-64.XRP {
    background-position: 0 0
}

.mc-v1-1-sprite-64.BTS {
    background-position: 0 -69px
}

.mc-v1-1-sprite-64.LTC {
    background-position: 0 -138px
}

.mc-v1-1-sprite-64.EOS {
    background-position: 0 -207px
}

.mc-v1-1-sprite-64.ETC {
    background-position: 0 -276px
}

.mc-v1-1-sprite-64.ZEC {
    background-position: 0 -345px
}

.mc-v1-1-sprite-64.QTUM {
    background-position: 0 -414px
}

.mc-v1-1-sprite-64.NEO {
    background-position: 0 -483px
}

.mc-v1-1-sprite-64.ETH {
    background-position: 0 -552px
}

.mc-v1-1-sprite-64.DASH {
    background-position: 0 -621px
}

.mc-v1-1-sprite-64.WAVES {
    background-position: 0 -690px
}

.mc-v1-1-sprite-64.XMR {
    background-position: 0 -759px
}

.mc-v1-1-sprite-64.OMG {
    background-position: 0 -828px
}

.mc-v1-1-sprite-64.NXT {
    background-position: 0 -897px
}

.mc-v1-1-sprite-64.SNT {
    background-position: 0 -966px
}

.mc-v1-1-sprite-64.START {
    background-position: 0 -1035px
}

.mc-v1-1-sprite-64.BCH {
    background-position: 0 -1104px
}

.mc-v1-1-sprite-64.BTC {
    background-position: 0 -1173px
}

.mc-v1-1-sprite-64.HSR {
    background-position: 0 -1242px
}

.mc-v1-1-sprite-64.IOT {
    background-position: 0 -1311px
}

.mc-v1-1-sprite-64.CVC {
    background-position: 0 -1380px
}

.mc-v1-1-sprite-64.LSK {
    background-position: 0 -1449px
}

.mc-v1-1-sprite-64.DGB {
    background-position: 0 -1518px
}

.mc-v1-1-sprite-64.PAY {
    background-position: 0 -1587px
}

.mc-v1-1-sprite-64.ADA {
    background-position: 0 -1656px
}

.mc-v1-1-sprite-64.WTC {
    background-position: 0 -1725px
}

.mc-v1-1-sprite-128 {
    background: url(https:///media.coindesk.com/coins/128x128/mc-v1-1-sprite-sheet-128.png) top left no-repeat;
    width: 128px;
    height: 128px
}

.mc-v1-1-sprite-128.XRP {
    background-position: 0 0
}

.mc-v1-1-sprite-128.BTS {
    background-position: 0 -133px
}

.mc-v1-1-sprite-128.LTC {
    background-position: 0 -266px
}

.mc-v1-1-sprite-128.EOS {
    background-position: 0 -399px
}

.mc-v1-1-sprite-128.ETC {
    background-position: 0 -532px
}

.mc-v1-1-sprite-128.ZEC {
    background-position: 0 -665px
}

.mc-v1-1-sprite-128.QTUM {
    background-position: 0 -798px
}

.mc-v1-1-sprite-128.NEO {
    background-position: 0 -931px
}

.mc-v1-1-sprite-128.ETH {
    background-position: 0 -1064px
}

.mc-v1-1-sprite-128.DASH {
    background-position: 0 -1197px
}

.mc-v1-1-sprite-128.WAVES {
    background-position: 0 -1330px
}

.mc-v1-1-sprite-128.XMR {
    background-position: 0 -1463px
}

.mc-v1-1-sprite-128.OMG {
    background-position: 0 -1596px
}

.mc-v1-1-sprite-128.NXT {
    background-position: 0 -1729px
}

.mc-v1-1-sprite-128.SNT {
    background-position: 0 -1862px
}

.mc-v1-1-sprite-128.START {
    background-position: 0 -1995px
}

.mc-v1-1-sprite-128.BCH {
    background-position: 0 -2128px
}

.mc-v1-1-sprite-128.BTC {
    background-position: 0 -2261px
}

.mc-v1-1-sprite-128.HSR {
    background-position: 0 -2394px
}

.mc-v1-1-sprite-128.IOT {
    background-position: 0 -2527px
}

.mc-v1-1-sprite-128.CVC {
    background-position: 0 -2660px
}

.mc-v1-1-sprite-128.LSK {
    background-position: 0 -2793px
}

.mc-v1-1-sprite-128.DGB {
    background-position: 0 -2926px
}

.mc-v1-1-sprite-128.PAY {
    background-position: 0 -3059px
}

.mc-v1-1-sprite-128.ADA {
    background-position: 0 -3192px
}

.mc-v1-1-sprite-128.WTC {
    background-position: 0 -3325px
}

.mc-v1-1-sprite-200 {
    background: url(ttps:///media.coindesk.com/coins/200x200/mc-v1-1-sprite-sheet-200.png) top left no-repeat;
    width: 200px;
    height: 200px
}

.mc-v1-1-sprite-200.XRP {
    background-position: 0 0
}

.mc-v1-1-sprite-200.BTS {
    background-position: 0 -205px
}

.mc-v1-1-sprite-200.LTC {
    background-position: 0 -410px
}

.mc-v1-1-sprite-200.EOS {
    background-position: 0 -615px
}

.mc-v1-1-sprite-200.ETC {
    background-position: 0 -820px
}

.mc-v1-1-sprite-200.ZEC {
    background-position: 0 -1025px
}

.mc-v1-1-sprite-200.QTUM {
    background-position: 0 -1230px
}

.mc-v1-1-sprite-200.NEO {
    background-position: 0 -1435px
}

.mc-v1-1-sprite-200.ETH {
    background-position: 0 -1640px
}

.mc-v1-1-sprite-200.DASH {
    background-position: 0 -1845px
}

.mc-v1-1-sprite-200.WAVES {
    background-position: 0 -2050px
}

.mc-v1-1-sprite-200.XMR {
    background-position: 0 -2255px
}

.mc-v1-1-sprite-200.OMG {
    background-position: 0 -2460px
}

.mc-v1-1-sprite-200.NXT {
    background-position: 0 -2665px
}

.mc-v1-1-sprite-200.SNT {
    background-position: 0 -2870px
}

.mc-v1-1-sprite-200.START {
    background-position: 0 -3075px
}

.mc-v1-1-sprite-200.BCH {
    background-position: 0 -3280px
}

.mc-v1-1-sprite-200.BTC {
    background-position: 0 -3485px
}

.mc-v1-1-sprite-200.HSR {
    background-position: 0 -3690px
}

.mc-v1-1-sprite-200.IOT {
    background-position: 0 -3895px
}

.mc-v1-1-sprite-200.CVC {
    background-position: 0 -4100px
}

.mc-v1-1-sprite-200.LSK {
    background-position: 0 -4305px
}

.mc-v1-1-sprite-200.DGB {
    background-position: 0 -4510px;
    width: 128px;
    height: 128px
}

.mc-v1-1-sprite-200.PAY {
    background-position: 0 -4643px
}

.mc-v1-1-sprite-200.ADA {
    background-position: 0 -4848px
}

.mc-v1-1-sprite-200.WTC {
    background-position: 0 -5053px
}

.webinars-header {
    display: block;
    height: 520px;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    background-image: url(https://media.coindesk.com/uploads/2017/10/movie-theater-webinars-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 20px 55px -50px rgba(0,0,0,.25);
    box-shadow: 0 20px 55px -50px rgba(0,0,0,.25)
}

.webinars-header-upper {
    display: block;
    width: 100%;
    height: 300px
}

.webinars-header-upper-inner {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.webinars-header-title {
    display: block;
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: lighter
}

.webinars-header-subtitle {
    display: block;
    width: 66%;
    margin: 0 auto;
    text-align: center;
    color: #787878;
    font-size: 20px;
    font-weight: 400
}

.webinars-header-upper-subscribe-block {
    display: block;
    width: 340px;
    margin: 10px auto;
    padding: 10px
}

.webinars-header-upper-subscribe-block-inner {
    display: block;
    background-color: #fff;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    height: 36px
}

.webinars-header-upper-subscribe-block-inner div {
    display: inline-block!important
}

.webinars-header-upper-subscribe-block-inner div .grecaptcha-badge {
    display: none!important
}

.webinars-header-upper-subscribe-block-inner .fa {
    display: inline-block;
    line-height: 36px;
    width: 36px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #32394d;
    border-right: 2px solid #dcdcdc
}

.webinars-header-upper-subscribe-block-inner input {
    display: inline-block;
    background-color: #fff;
    color: #000;
    line-height: 36px;
    width: 176px;
    height: 32px;
    text-align: left;
    font-weight: 500;
    vertical-align: top;
    outline: 0;
    border: none
}

.webinars-header-upper-subscribe-block-inner button {
    display: inline-block;
    background-color: #32394d;
    color: #fff;
    line-height: 28px;
    margin: 5px;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: top;
    float: right;
    outline: 0;
    border: none
}

.webinars-header-upper-subscribe-block-inner button:hover {
    background-color: #252a39;
    color: #fff;
    text-decoration: none
}

.webinars-header-upper-subscribe-block-inner button:active {
    background-color: #181b24;
    font-weight: 600;
    color: #fff;
    text-decoration: none
}

.webinars-header-upper-subscribe-block-input-error {
    display: block;
    color: #787878;
    text-align: center;
    font-size: 12px;
    padding: 5px
}

@media (min-width: 900px) {
    .webinars-header-upper-subscribe-block {
        width:520px
    }

    .webinars-header-upper-subscribe-block-inner {
        height: 42px
    }

    .webinars-header-upper-subscribe-block-inner .fa {
        line-height: 44px;
        width: 42px;
        font-size: 22px
    }

    .webinars-header-upper-subscribe-block-inner input {
        line-height: 40px;
        width: 300px;
        height: 40px;
        font-size: 16px
    }

    .webinars-header-upper-subscribe-block-inner button {
        padding-top: 2px;
        line-height: 28px;
        font-size: 16px;
        margin: 4px;
        width: 154px
    }
}

.webinars-sort-container {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 42px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e6e6e6
}

.webinars-sort-container-inner {
    display: block;
    width: 86%;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.webinars-sort-container-inner span {
    display: inline-block;
    line-height: 42px;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    padding-right: 60px;
    position: relative
}

.webinars-sort-container-inner span:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    top: 19px;
    right: 8px;
    background-color: #000
}

.webinars-sort-container-inner a {
    display: inline-block;
    line-height: 42px;
    vertical-align: top;
    margin: 0 8px;
    cursor: pointer
}

.webinars-sort-container-inner a:hover {
    border-bottom: 2px solid #000;
    color: #000;
    text-decoration: none
}

.webinars-sort-container-inner a.active,.webinars-sort-container-inner a.active:active,.webinars-sort-container-inner a.active:hover,.webinars-sort-container-inner a:active {
    border-bottom: 2px solid #000;
    font-weight: 600;
    color: #000;
    text-decoration: none
}

@media (max-width: 767px) {
    .webinars-sort-container-inner span {
        display:inline-block
    }

    .webinars-sort-container-inner a {
        line-height: 34px;
        margin: 4px 2px;
        height: 34px;
        border-bottom: none!important;
        padding: 0 6px;
        display: inline-block;
        border-radius: 30px
    }

    .webinars-sort-container-inner a:hover {
        background-color: #dcdcdc;
        color: #000;
        text-decoration: none
    }

    .webinars-sort-container-inner a.active,.webinars-sort-container-inner a.active:active,.webinars-sort-container-inner a.active:hover,.webinars-sort-container-inner a:active {
        font-weight: 600;
        color: #000;
        text-decoration: none;
        background-color: #dcdcdc
    }
}

@media (max-width: 560px) {
    .webinars-sort-container-inner span {
        display:inline-block;
        padding-right: 10px
    }

    .webinars-sort-container-inner span:after {
        content: ':';
        position: relative;
        padding-left: 5px;
        width: 1px;
        height: 20px;
        top: 0;
        right: 0;
        background-color: transparent
    }

    .webinars-sort-container-inner a {
        line-height: 34px;
        margin: 4px 2px;
        height: 34px;
        border-bottom: none!important;
        padding: 0 6px;
        display: inline-block;
        border-radius: 30px
    }

    .webinars-sort-container-inner a:hover {
        background-color: #dcdcdc;
        color: #000;
        text-decoration: none
    }

    .webinars-sort-container-inner a.active,.webinars-sort-container-inner a.active:active,.webinars-sort-container-inner a.active:hover,.webinars-sort-container-inner a:active {
        font-weight: 600;
        color: #000;
        text-decoration: none;
        background-color: #dcdcdc
    }
}

.webinars-list {
    display: block
}

.webinars-list-count-label {
    display: block;
    padding: 10px;
    margin-left: 14px;
    font-size: 16px;
    color: #b4b4b4
}

.webinars-list-footer-label {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    font-size: 14px;
    color: #b4b4b4
}

.page-number-block {
    display: block;
    width: 100%;
    height: 48px;
    margin: 60px auto 80px
}

.page-number-block-inner {
    display: block;
    width: 86%;
    margin: 0 auto;
    height: 100%;
    max-width: 1040px;
    position: relative
}

.page-number-block-inner-arrow {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: top;
    line-height: 40px;
    color: #5a5a5a;
    background-color: #e6e6e6;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    -webkit-box-shadow: inset 10px 10px 5px 0 rgba(0,0,0,.025);
    box-shadow: inset 10px 10px 5px 0 rgba(0,0,0,.025)
}

.page-number-block-inner-arrow:first-of-type {
    float: left
}

.page-number-block-inner-arrow:last-of-type {
    float: right
}

.page-number-block-inner-numbers {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    width: -o-calc(100% - 100px);
    margin: 0 auto;
    text-align: center
}

.page-number-block-inner-number,.page-number-block-inner-numbers a {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: top;
    line-height: 40px;
    color: #5a5a5a;
    background-color: #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 10px 10px 5px 0 rgba(0,0,0,.025);
    box-shadow: inset 10px 10px 5px 0 rgba(0,0,0,.025)
}

.page-number-block-inner-number:hover,.page-number-block-inner-numbers a:hover {
    color: #000;
    background-color: #e1e1e1;
    border: 1px solid #d2d2d2
}

.page-number-block-inner-number.active,.page-number-block-inner-number.active:active,.page-number-block-inner-number.active:hover,.page-number-block-inner-number:active,.page-number-block-inner-numbers a.active,.page-number-block-inner-numbers a:active {
    font-weight: 600;
    color: #000;
    background-color: #dcdcdc;
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: inset 10px 10px 5px 0 rgba(0,0,0,.05);
    box-shadow: inset 10px 10px 5px 0 rgba(0,0,0,.05)
}

.webinars-list-item {
    display: inline-block;
    min-height: 294px;
    width: 30%;
    margin: 20px 1.575%;
    vertical-align: top;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 55px -50px rgba(0,0,0,.9);
    box-shadow: 0 20px 55px -50px rgba(0,0,0,.9);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.webinars-list-item-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative
}

.webinars-list-item-inner-icon {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: top;
    position: relative;
    height: 210px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.webinars-list-item-inner-icon-block {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 150px 50px rgba(0,0,0,.45);
    box-shadow: inset 0 0 150px 50px rgba(0,0,0,.45)
}

.webinars-list-item-inner-icon-block:active {
    -webkit-box-shadow: inset 0 0 150px 100px rgba(0,0,0,.65);
    box-shadow: inset 0 0 150px 100px rgba(0,0,0,.65)
}

.webinars-list-item-inner-icon-block-button {
    display: block;
    color: #000;
    background-color: rgba(255,255,255,.94);
    text-align: center;
    position: relative;
    top: 35%;
    height: 75px;
    line-height: 75px;
    font-weight: 600;
    border-radius: 50px;
    width: 75px;
    margin: 0 auto;
    font-size: 38px
}

.webinars-list-item-inner-icon-block-button .fa {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 72px;
    margin-left: 3px
}

.webinars-list-item-inner-icon-block:active .webinars-list-item-inner-icon-block-button {
    background-color: #fff
}

.webinars-list-item:hover .webinars-list-item-inner-icon-block {
    opacity: 1
}

.webinars-list-item-inner-icon-block:hover .webinars-list-item-inner-icon-block-button {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.webinars-list-item-inner-icon-block:active .webinars-list-item-inner-icon-block-button {
    -webkit-transform: scale(0.992);
    transform: scale(0.992)
}

.webinars-list-item-upper-description {
    display: block;
    height: 26px;
    padding: 0 10px
}

.webinars-list-item-upper-description span:first-of-type {
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 13px;
    line-height: 26px;
    color: #a0a0a0
}

.webinars-list-item-upper-description span:last-of-type {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 13px;
    line-height: 26px;
    color: #a0a0a0
}

.webinars-list-item-upper-description span i {
    color: #a0a0a0;
    margin-right: 6px
}

.webinars-list-item-upper-tags {
    display: block;
    padding: 0 10px;
    margin-bottom: 5px
}

.webinars-list-item-upper-tags span {
    display: inline-block;
    background-color: #e1e1e1;
    color: #373737;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 15px;
    margin: 4px
}

.webinars-list-item-upper-tags span:first-of-type {
    margin-left: 0!important
}

.webinars-list-item-title {
    display: block;
    text-align: left;
    padding: 0 10px;
    font-size: 26px;
    margin-top: 4px;
    font-weight: 400;
    color: #505050
}

@media (min-width: 1650px) {
    .webinars-list-item {
        min-height:400px
    }

    .webinars-list-item-inner-icon {
        height: 310px
    }
}

@media (min-width: 1440px) and (max-width:1650px) {
    .webinars-list-item {
        min-height:325px
    }

    .webinars-list-item-inner-icon {
        height: 240px
    }
}

@media (min-width: 1260px) and (max-width:1440px) {
    .webinars-list-item {
        min-height:270px;
        width: 29%;
        margin: 20px 1.65%
    }

    .webinars-list-item-inner-icon {
        height: 190px
    }
}

@media (min-width: 1024px) and (max-width:1260px) {
    .webinars-list-item {
        min-height:300px;
        width: 46%;
        margin: 20px 1.885%
    }

    .webinars-list-item-inner-icon {
        height: 215px
    }
}

@media (min-width: 900px) and (max-width:1024px) {
    .webinars-list-item {
        min-height:290px;
        width: 46%;
        margin: 20px 1.85%
    }

    .webinars-list-item-inner-icon {
        height: 205px
    }
}

@media (min-width: 767px) and (max-width:900px) {
    .webinars-list-item {
        min-height:275px;
        width: 45%;
        margin: 20px 2.25%
    }

    .webinars-list-item-inner-icon {
        height: 190px
    }
}

@media (min-width: 0) and (max-width:767px) {
    .webinars-list-item {
        min-height:325px;
        width: 100%;
        margin: 20px 2.25%
    }

    .webinars-list-item-inner-icon {
        height: 240px
    }
}

.webinar-view-section {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px!important;
    padding: 0!important;
    background-color: #fcfcfc
}

.webinar-view-section-sidebar {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-right: 1px solid #b4b4b4;
    width: 460px;
    height: 100%;
    top: 0;
    left: 0
}

.webinar-view-section-sidebar-bg {
    display: block;
    background-color: #fff;
    opacity: .25;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://media.coindesk.com/uploads/2017/10/webinar-sidebar-background-yellow-white.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 300px 300px
}

.webinar-view-section-sidebar-ribbon {
    display: block;
    position: absolute;
    right: -25px;
    top: 29px;
    font-size: 10px;
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
    color: #828282;
    width: 120px;
    line-height: 18px;
    text-align: center;
    z-index: 10
}

.webinar-view-section-sidebar-ribbon a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.webinar-view-section-sidebar-ribbon div {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-left: none;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 10px
}

.webinar-view-section-sidebar-ribbon div:after {
    content: 'Sponsored By';
    position: absolute;
    color: #bebebe;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.webinar-view-section-sidebar-ribbon span:first-of-type {
    display: block;
    position: absolute;
    -webkit-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
    border-right: 3px solid transparent;
    border-left: 17.5px solid #dcdcdc;
    border-bottom: 28px solid transparent;
    border-top: 10px solid transparent;
    left: -21px;
    top: -.8px
}

.webinar-view-section-sidebar-ribbon span:first-of-type:before {
    display: block;
    content: '';
    position: absolute;
    border-right: 3px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 27px solid transparent;
    border-top: 10px solid transparent;
    top: -12px;
    left: -17px
}

.webinar-view-section-sidebar-ribbon span:last-of-type {
    display: block;
    position: absolute;
    background-color: #a0a0a0;
    height: 12px;
    width: 18px;
    right: -1px;
    bottom: -3px;
    -webkit-transform: rotateZ(60deg);
    transform: rotateZ(60deg)
}

.webinar-view-section-sidebar-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.webinar-view-section-sidebar-inner-top {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin: 0 auto
}

.webinar-view-section-sidebar-inner-top-upper {
    display: block
}

.webinar-view-section-sidebar-sponsor-logo {
    display: block;
    height: 80px;
    width: 100%;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.webinar-view-section-sidebar-sponsor-name {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000
}

.webinar-view-section-sidebar-inner-top-lower {
    display: block
}

.webinar-view-section-sidebar-sponsor-website {
    display: block;
    text-align: center;
    color: #000
}

.webinar-view-section-sidebar-sponsor-description {
    display: block;
    text-align: center;
    color: #505050;
    padding-top: 10px;
    width: 80%;
    margin: 10px auto;
    position: relative
}

.webinar-view-section-sidebar-sponsor-description:before {
    content: 'â€“ â€“ â€“ â€“ â€“';
    position: absolute;
    display: block;
    top: -10px;
    width: 100px;
    left: calc(50% - 50px);
    left: -o-calc(50% - 50px);
    text-align: center;
    color: #b4b4b4
}

.webinar-view-section-sidebar-inner-lower {
    display: block;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .65;
    position: absolute
}

.webinar-view-section-sidebar-inner-lower-label {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    color: #a0a0a0
}

.webinar-view-section-sidebar-inner-lower-label a {
    color: #8c8c8c;
    text-decoration: underline;
    cursor: pointer
}

@media (min-width: 1024px) and (max-width:1260px) {
    .webinar-view-section-sidebar {
        width:30%!important
    }

    .webinar-view-section-content {
        position: relative;
        width: 70%!important;
        left: 30%!important
    }
}

@media (min-width: 960px) and (max-width:1024px) {
    .webinar-view-section-sidebar {
        width:252px!important
    }

    .webinar-view-section-content {
        left: 252px!important;
        width: calc(100% - 252px)!important;
        width: -o-calc(100% - 252px)!important
    }
}

@media (min-width: 0) and (max-width:960px) {
    .webinar-view-section-sidebar {
        overflow:hidden!important;
        position: relative!important;
        width: 100%!important;
        height: 200px!important;
        left: 0!important;
        right: 0!important
    }

    .webinar-view-section-content {
        position: relative!important;
        width: 100%!important;
        height: auto!important;
        left: 0!important;
        right: 0!important
    }

    .webinar-view-section {
        height: auto!important
    }
}

.webinar-view-section-content {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 460px;
    overflow: hidden;
    overflow-y: scroll
}

.webinar-view-section-content-inner {
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto
}

.webinar-view-section-content-upper-container {
    display: block;
    width: 100%
}

.webinar-view-section-content-title {
    display: block;
    text-align: left;
    font-size: 46px;
    padding: 20px;
    font-weight: lighter
}

.webinar-view-section-content-subtitle {
    display: block;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #787878;
    border-bottom: 1px solid #b4b4b4
}

.webinar-view-section-content-info-container {
    display: block;
    height: 30px;
    width: 92%;
    margin: 0 auto;
    padding: 10px 0
}

.webinar-view-section-content-info-container-left {
    display: block;
    width: auto;
    float: right;
    height: 30px
}

.webinar-view-section-content-info-container-right {
    float: left;
    width: 210px;
    display: inline-block
}

.webinar-view-section-content-info-container-right span {
    display: block;
    color: #787878
}

.webinar-view-section-content-info-container-right span p {
    display: inline;
    color: #787878
}

.webinar-view-section-content-info-container-right span i {
    display: inline;
    margin-right: 8px
}

.webinar-view-section-content-video-container {
    display: block;
    margin: 20px auto 5px;
    width: 92%;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    min-height: 500px;
    position: relative
}

.webinar-view-section-content-video-container-form-block {
    display: block;
    width: 90%;
    margin: 20px auto
}

.webinar-view-section-content-video-container-form-block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #505050;
    padding: 5px;
    text-align: center
}

.webinar-view-section-content-video-container-form-block form {
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    padding: 10px;
    position: relative
}

.webinar-view-section-content-video-container-form-block form div {
    display: block;
    width: 80%;
    padding: 10px;
    margin: 0 auto
}

.webinar-view-section-content-video-container-form-block form div:nth-of-type(2) {
    padding-bottom: 0!important
}

.webinar-view-section-content-video-container-form-block form .g-recaptcha {
    height: 100px
}

.webinar-view-section-content-video-container-form-block form .g-recaptcha>div:first-child {
    float: left;
    margin-left: -38px
}

.webinar-view-section-content-video-container-form-block form div input {
    display: block;
    width: 100%;
    outline: 0;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    line-height: 28px;
    vertical-align: top;
    padding-left: 5px
}

.webinar-view-section-content-video-container-form-block form div label {
    display: block;
    font-size: 14px;
    width: 150px;
    color: #787878;
    line-height: 28px;
    vertical-align: top
}

.webinar-view-section-content-video-container-form-block form button {
    display: block;
    width: 220px;
    margin: 25px auto 20px;
    outline: 0;
    border: none;
    color: #fff;
    background-color: #ecc55e;
    line-height: 32px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer
}

.webinar-view-section-content-video-container-video {
    display: block;
    margin-bottom: 35px
}

.webinar-view-section-content-video-container-video iframe {
    display: block;
    width: 90%;
    height: 400px
}

.webinar-view-section-content-video-container-video iframe.empty {
    background-color: #c8c8c8;
    border: 1px dashed #646464;
    width: 90%;
    height: 400px;
    opacity: .15;
    background-image: url(https://d30y9cdsu7xlg0.cloudfront.net/png/258000-200.png);
    background-size: 200px 200px;
    background-position: center;
    background-repeat: no-repeat
}

.webinar-view-section-content-container-section {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 35px 0
}

.webinar-view-section-content-container-section-title {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #505050;
    padding: 20px 20px 40px
}

.webinar-view-section-content-container-section-inner {
    display: block;
    text-align: center
}

.webinar-view-section-content-speaker-block {
    display: inline-block;
    width: 22%;
    text-align: center;
    margin: 0 1.3%;
    vertical-align: top
}

.webinar-view-section-content-speaker-block div {
    display: block;
    background-image: url(http://via.placeholder.com/350x150);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    width: 120px;
    margin: 0 auto 10px;
    border-radius: 50%
}

.webinar-view-section-content-speaker-block span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.webinar-view-section-content-speaker-block p {
    display: block;
    color: #3c3c3c;
    text-align: center;
    padding: 6px
}

.webinar-view-section-content-container-footer {
    display: block
}

.webinar-view-section-content-container-footer-btn {
    display: block;
    margin: 10px auto 50px;
    width: 260px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #f3c347;
    color: #fff;
    line-height: 46px;
    font-weight: 600;
    cursor: pointer
}

@media (min-width: 1550px) and (max-width:1650px) {
    .webinar-view-section-content-video-container-video iframe {
        height:320px
    }
}

@media (min-width: 1650px) {
    .webinar-view-section-content-video-container-video iframe {
        height:360px
    }
}

@media (min-width: 1550px) {
    .webinar-view-section-content-video-container-form-block {
        width:calc(50% - 50px)!important;
        width: -o-calc(50% - 50px)!important;
        display: block!important;
        margin: 10px auto 0!important;
        vertical-align: middle
    }

    .webinar-view-section-content-video-container {
        min-height: 475px!important
    }
}

@media (min-width: 1024px) and (max-width:1260px) {
    .webinar-view-section-content-video-container-video iframe {
        height:440px
    }
}

@media (max-width: 960px) {
    .webinar-view-section-content-inner {
        padding:0!important
    }

    .webinar-view-section-content-upper-container {
        margin-top: 20px
    }

    .webinar-view-section-content-subtitle {
        padding-bottom: 45px
    }

    .webinar-view-section-sidebar {
        border-right: none;
        border-bottom: 1px solid #b4b4b4
    }

    .webinar-view-section-sidebar-inner-top {
        width: 96!important
    }

    .webinar-view-section-sidebar-inner-top-lower,.webinar-view-section-sidebar-inner-top-upper {
        display: inline-block;
        width: 49%;
        vertical-align: middle
    }

    .webinar-view-section-sidebar-inner-lower,.webinar-view-section-sidebar-sponsor-website {
        display: none
    }

    .webinar-view-section-sidebar-sponsor-description:before {
        content: none
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .webinar-view-section-content-speaker-block {
        display:inline-block;
        width: 42%;
        margin: 20px 3.5%
    }

    .webinar-view-section-content-info-container {
        height: 50px
    }

    .webinar-view-section-content-info-container-left {
        display: block;
        width: 100%;
        float: none
    }

    .webinar-view-section-content-info-container-right {
        display: block;
        width: 100%;
        margin: 20px 0 0;
        float: none
    }

    .webinar-view-section-content-info-container-right span {
        display: inline-block!important;
        width: 48%
    }

    .webinar-view-section-content-info-container-right span:first-of-type {
        text-align: left
    }

    .webinar-view-section-content-info-container-right span:last-of-type {
        text-align: right
    }
}

@media (min-width: 0) and (max-width:600px) {
    .webinar-view-section-content-speaker-block {
        display:block!important;
        width: 92%!important;
        margin: 10px auto!important
    }

    .webinar-view-section-sidebar-inner-top-upper {
        width: 33%
    }

    .webinar-view-section-sidebar-inner-top-lower {
        width: 65%
    }

    .webinar-view-section-content-info-container {
        height: 100px
    }

    .webinar-view-section-content-info-container-left {
        display: block;
        width: 100%;
        float: none;
        height: 70px
    }

    .webinar-view-section-content-info-container-left a {
        margin: 5px 1%!important
    }

    .webinar-view-section-content-info-container-right {
        display: block;
        width: 100%;
        margin: 20px 0 0;
        float: none
    }

    .webinar-view-section-content-info-container-right span {
        display: inline-block!important;
        width: 48%
    }

    .webinar-view-section-content-info-container-right span:first-of-type {
        text-align: left
    }

    .webinar-view-section-content-info-container-right span:last-of-type {
        text-align: right
    }

    .webinar-view-section-content-video-container-form-block form div {
        width: 90%
    }
}

.webinar-view-section-content-video-container-video.full {
    width: auto!important;
    height: auto!important;
    margin: 0 auto!important;
    display: block!important;
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px
}

.webinar-view-section-content-video-container-video.full iframe {
    height: 100%!important;
    width: 100%!important
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    body {
        padding:0
    }

    .wpsr_shareminbt {
        display: none!important
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
    body {
        padding:0
    }

    .wpsr_shareminbt {
        display: none!important
    }
}

@media (min-width: 0) and (max-width:1024px) {
    .page-template-template-eventsconsensus2016about .content .register-strip-placeholder,.page-template-template-eventsconsensus2016about .content .register-strip-wrapper,.page-template-template-eventsconsensus2016agenda .content .register-strip-placeholder,.page-template-template-eventsconsensus2016agenda .content .register-strip-wrapper,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip-placeholder,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip-wrapper,.page-template-template-eventsconsensus2016announcements .content .register-strip-placeholder,.page-template-template-eventsconsensus2016announcements .content .register-strip-wrapper,.page-template-template-eventsconsensus2016attendees .content .register-strip-placeholder,.page-template-template-eventsconsensus2016attendees .content .register-strip-wrapper,.page-template-template-eventsconsensus2016faqs .content .register-strip-placeholder,.page-template-template-eventsconsensus2016faqs .content .register-strip-wrapper,.page-template-template-eventsconsensus2016hackathon .content .register-strip-placeholder,.page-template-template-eventsconsensus2016hackathon .content .register-strip-wrapper,.page-template-template-eventsconsensus2016media .content .register-strip-placeholder,.page-template-template-eventsconsensus2016media .content .register-strip-wrapper,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip-placeholder,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip-wrapper,.page-template-template-eventsconsensus2016policies .content .register-strip-placeholder,.page-template-template-eventsconsensus2016policies .content .register-strip-wrapper,.page-template-template-eventsconsensus2016register .content .register-strip-placeholder,.page-template-template-eventsconsensus2016register .content .register-strip-wrapper,.page-template-template-eventsconsensus2016registered .content .register-strip-placeholder,.page-template-template-eventsconsensus2016registered .content .register-strip-wrapper,.page-template-template-eventsconsensus2016speakers .content .register-strip-placeholder,.page-template-template-eventsconsensus2016speakers .content .register-strip-wrapper,.page-template-template-eventsconsensus2016sponsors .content .register-strip-placeholder,.page-template-template-eventsconsensus2016sponsors .content .register-strip-wrapper,.page-template-template-eventsconsensus2016video .content .register-strip-placeholder,.page-template-template-eventsconsensus2016video .content .register-strip-wrapper,.page-template-template-eventsconsensus2017about .content .register-strip-placeholder,.page-template-template-eventsconsensus2017about .content .register-strip-wrapper,.page-template-template-eventsconsensus2017register .content .register-strip-placeholder,.page-template-template-eventsconsensus2017register .content .register-strip-wrapper {
        height:auto
    }

    .page-template-template-eventsconsensus2017about .content .corner-tiles,.page-template-template-eventsconsensus2017register .content .corner-tiles {
        display: none
    }

    .footer-nav .row {
        width: 100%!important
    }

    .footer-nav .row ul {
        display: block!important;
        width: 100%
    }

    .footer-nav .row ul:first-of-type {
        order: 1;
        float: left;
        margin-top: 82px
    }

    .footer-nav .row ul li a {
        font-size: 15px;
        padding: 8px;
        display: block
    }

    .footer-nav .row .footer-logo {
        display: block;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 0;
        left: calc(50% - 27px)!important;
        left: -o-calc(50% - 27px)!important
    }
}

@media (min-width: 0) and (min-width:1024px) {
    .page-template-template-eventsconsensus2016about,.page-template-template-eventsconsensus2016agenda,.page-template-template-eventsconsensus2016agendaprivate,.page-template-template-eventsconsensus2016announcements,.page-template-template-eventsconsensus2016antiharassment,.page-template-template-eventsconsensus2016attendees,.page-template-template-eventsconsensus2016faqs,.page-template-template-eventsconsensus2016hackathon,.page-template-template-eventsconsensus2016media,.page-template-template-eventsconsensus2016pitchcompetition,.page-template-template-eventsconsensus2016register,.page-template-template-eventsconsensus2016registered,.page-template-template-eventsconsensus2016speakers,.page-template-template-eventsconsensus2016sponsors,.page-template-template-eventsconsensus2016video,.page-template-template-eventsconsensus2017about,.page-template-template-eventsconsensus2017register {
        min-width:1134px
    }
}

@media (min-width: 0) and (max-width:900px) {
    .footer-nav .row {
        width:100%!important
    }

    .footer-nav .row ul {
        display: block!important;
        width: 100%
    }

    .footer-nav .row ul:first-of-type {
        order: 1;
        float: left;
        margin-top: 82px
    }

    .footer-nav .row ul li a {
        font-size: 15px;
        padding: 8px;
        display: block
    }

    .footer-nav .row .footer-logo {
        display: block;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 0;
        left: calc(50% - 27px);
        left: -o-calc(50% - 27px)
    }
}

@media (min-width: 0) and (max-width:767px) {
    .footer-nav .row {
        width:100%!important
    }

    .footer-nav .row ul {
        display: block!important;
        width: 100%
    }

    .footer-nav .row ul:first-of-type {
        order: 1;
        float: left;
        margin-top: 82px
    }

    .footer-nav .row ul li a {
        font-size: 15px;
        padding: 8px;
        display: block
    }

    .footer-nav .row .footer-logo {
        display: block;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 0;
        left: calc(23%);
        left: -o-calc(23%)
    }
}

@media (min-width: 0) and (max-width:640px) {
    .page-template-template-eventsinvest2017about .container,.page-template-template-eventsinvest2017inner .container {
        width:auto!important
    }

    .page-template-template-eventsinvest2017about .corner-tiles,.page-template-template-eventsinvest2017inner .corner-tiles {
        display: none
    }

    .page-template-template-eventsinvest2017about .fixed.consensus-navigation,.page-template-template-eventsinvest2017inner .fixed.consensus-navigation {
        width: auto!important
    }

    .navigation {
        width: auto
    }

    .header-alert-banner,.header-alert-banner-inner {
        width: auto;
        font-size: 15px
    }

    .desktop {
        display: none
    }

    .desktop-important {
        display: none!important
    }

    body {
        padding: 0;
        -webkit-text-size-adjust: none
    }

    .row {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.main-holder,.main-holder .main,.main-holder .nav,.main-holder .sidebar,.nav-holder,.sidebar-holder {
        position: static!important;
        float: none!important;
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important
    }

    .guide-page nav {
        display: none
    }

    .header {
        position: relative
    }

    .header .row {
        position: relative;
        display: table;
        width: 100%
    }

    .header-logo {
        position: absolute!important;
        top: -10px;
        left: 10px;
        width: 150px!important;
        min-width: 150px!important;
        z-index: 1
    }

    .header-logo a {
        padding: 0;
        width: 100%;
        text-align: center
    }

    .header-logo a img {
        max-width: 100%;
        height: auto
    }

    #exi,.header-price-index h2,.header-trending {
        display: none
    }

    #header-chart {
        margin-top: 20px;
        height: 50px
    }

    .header-price-index,.header-prices {
        display: table-cell;
        vertical-align: middle
    }

    .header-prices {
        padding-left: 0!important;
        width: 130px!important;
        min-width: 130px!important
    }

    .header-prices .price-container {
        float: none;
        width: 100%;
        display: table;
        margin-bottom: 2px
    }

    .header-prices .price-container .bpi-change {
        display: none
    }

    .header-prices .price-container .bpi-value,.header-prices .price-container h3 {
        display: table-cell;
        width: 50%;
        font-size: 12px
    }

    .header-prices .price-container .bpi-value {
        text-align: right
    }

    .header-prices .price-small:last-child {
        margin-bottom: 0
    }

    .header-prices .price-small .bpi-value {
        margin: 0
    }

    .header-prices .price-small .bpi-value span {
        color: #fff
    }

    .header-prices div span {
        text-align: right
    }

    .navigation .row {
        display: table;
        width: 100%
    }

    .navigation .main {
        display: none
    }

    .navigation .mobile {
        display: table-cell;
        padding: 0!important
    }

    .navigation .dropdown-menu {
        position: relative;
        width: 28px;
        height: 28px;
        -webkit-appearance: none;
        border-radius: 0;
        border: none;
        outline: 0;
        text-indent: -999999px;
        opacity: 0;
        color: #303030
    }

    .navigation .search-wrapper {
        display: table-cell;
        text-align: right
    }

    .navigation .search-wrapper #search {
        display: block;
        width: 100%;
        padding: 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .navigation .search-wrapper #search button {
        right: 15px
    }

    .navigation .search-wrapper #search button span.search {
        vertical-align: -1px
    }

    .buttonHeaders .button {
        font-size: 22px
    }

    .menu-top-nav-container {
        position: relative;
        display: inline-block;
        width: 100vw
    }

    .menu-top-nav-container:before {
        font-family: EntypoRegular;
        font-size: 70px;
        font-weight: 400;
        line-height: 30px;
        content: '\2630';
        position: absolute;
        top: 0;
        right: 20px;
        width: 28px;
        height: 28px;
        color: #65748e;
        text-align: center
    }

    .menu-top-nav-container #menu-top-nav {
        float: right
    }

    .navigation ul.sf-menu li {
        float: none
    }

    .main-holder .sidebar .fb-like-box {
        text-align: center
    }

    .content {
        display: block;
        margin: 0!important;
        background: 0 0
    }

    .content .main {
        padding: 0 15px
    }

    .content .sidebar {
        padding: 0
    }

    #featured-posts .picture {
        width: auto
    }

    #featured-posts .picture img {
        max-width: initial
    }

    .visible-on-desktop {
        display: none
    }

    .sidebar .reedwan_video_widget h3 {
        margin: 0 15px 15px
    }

    .content .sidebar .coindesk_quotes_widget,.content .sidebar .guide,.content .sidebar .widget-price-calculator,.content .sidebar .widget-price-historical {
        padding: 15px 15px 0
    }

    div.sidebar form button,div.sidebar form input[type=submit] {
        -webkit-appearance: none;
        border-radius: 0
    }

    .ad-main div {
        padding: 0;
        margin: 0 -15px
    }

    .ad-rhs.fixed {
        position: static;
        width: inherit
    }

    #advert-top-leaderboard div {
        margin-top: 0
    }

    .embed-container,.widget_facebook_likebox {
        padding: 0;
        background: 0 0
    }

    .widget_facebook_likebox {
        margin: 0 -5px!important
    }

    .embed-container iframe,.widget_facebook_likebox iframe {
        margin: auto
    }

    .main-feature .article-featured {
        width: auto;
        padding: 0;
        margin: 0;
        border: none
    }

    .main-feature .article-featured a div.picture {
        float: none;
        display: block;
        width: 100%;
        margin: 0
    }

    .main-feature .article-featured a div.picture img {
        width: 100%
    }

    .main-feature .article-featured a div.article-meta h3 {
        font-size: 29px;
        line-height: 38px
    }

    .post-type-archive-press_release .header-mini {
        margin-top: 0
    }

    .sub-features .article-featured {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none
    }

    .sub-features .article-featured a div.picture {
        float: none;
        display: block;
        width: 100%;
        margin: 0
    }

    .sub-features .article-featured a div.picture img {
        height: 100%
    }

    .sub-features .article-featured a div.article-meta {
        padding: 102px 15px 12px
    }

    .sub-features .article-featured a div.article-meta h3 {
        font-size: 29px;
        line-height: 38px
    }

    .sub-features .article-featured .fade .picture img {
        width: 100%
    }

    .tip .tip-box {
        padding: 0 30px
    }

    .single-title h1 {
        font-size: 30px;
        line-height: 38px
    }

    .single-title div.bucket {
        float: left
    }

    div.picture img {
        max-width: 100%
    }

    .article.medium div.picture {
        width: 120px;
        display: none
    }

    #advert-stream-leaderboard {
        height: auto;
        padding: 10px 0 4px
    }

    .article p {
        display: none
    }

    .article p.timeauthor {
        display: block
    }

    .article h3 {
        margin: 0;
        font-size: 14px
    }

    .article .bucket {
        display: none
    }

    .article div.post-info {
        padding-left: 0
    }

    .single-cover .main-feature .article-featured .fade div.picture img {
        height: 270px
    }

    .single-cover .main-feature .article-featured .fade .article-meta {
        padding: 80px 20px 25px
    }

    .featured-article-title {
        line-height: 36px
    }

    .article-featured div.picture {
        height: auto
    }

    .article-featured h3 {
        font-size: 30px;
        text-shadow: none
    }

    .article p.desc {
        padding-left: 0
    }

    .previous-next ul.list li {
        float: none;
        width: 100%;
        text-align: left
    }

    .previous-next ul.list li.next {
        margin: 30px 0 0;
        padding: 0;
        text-align: left;
        border: none
    }

    .previous-next ul.list li.next a,.previous-next ul.list li.previous a {
        padding: 0
    }

    .previous-next ul.list li span.icon {
        display: none
    }

    .previous-next ul.list li.next div.picture {
        float: left
    }

    #xbtindex-chart {
        width: auto
    }

    .pricepage-data {
        display: block;
        height: auto;
        padding-left: inherit
    }

    .below-price-chart {
        display: block
    }

    #cdbpidata div.latest {
        display: block;
        padding: 15px 0
    }

    #byscripts_ajax_posts_loader_trigger {
        margin: 20px 16px 20px 0
    }

    .below-price-chart-right {
        display: none
    }

    .below-price-chart-left {
        justify-content: center
    }

    .blog-header,.guide-header,.single-header,.tools-header {
        padding: 30px
    }

    .guide-header {
        padding-bottom: 0
    }

    .blog-header .author-pic {
        float: right;
        margin: 0 0 15px 15px
    }

    .blog-header h1,.guide-header h1,.single-header h1,.tools-header h1 {
        font-size: 20px;
        padding: 0 0 15px;
        line-height: 1
    }

    .main-feature .article-featured .fade .article-meta {
        padding: 83px 15px 12px
    }

    .blog-header .single-description,.guide-header .single-description,.single-header .single-description,.tools-header .single-description {
        margin: 0;
        padding: 0
    }

    .guide-header .single-description {
        margin-bottom: 15px
    }

    .blog-header .single-description p,.guide-header .single-description p,.single-header .single-description p,.tools-header .single-description p {
        font-size: 14px
    }

    .single-leaderboard-ad {
        margin-top: 20px;
        border: none!important
    }

    .single-content ul.guide-index li {
        float: none;
        width: 100%
    }

    .single-container {
        margin: 0 15px
    }

    .single-content .article-content-container {
        margin-top: 0
    }

    .single-content ul.guide-index li a {
        min-height: 1px
    }

    .single-content ul.guide-index li a span.graphic {
        width: 10%
    }

    .single-content p {
        font-size: 15px
    }

    .single-content div.picture {
        width: 100%;
        height: auto;
        margin: 0
    }

    .single-content blockquote {
        margin: 30px 0
    }

    .single-content blockquote p {
        font-size: 15px
    }

    .single-content blockquote.hero {
        float: none;
        width: 100%;
        margin: 30px 0;
        padding: 15px
    }

    .single-content img {
        max-width: 100%
    }

    .blog-one h1 {
        font-size: 30px
    }

    .blog-one .author-pic {
        width: 30px;
        height: 30px
    }

    ul.guide-index {
        padding: 0;
        margin: 0 -28px
    }

    ul.guide-index li {
        width: 100%;
        margin: 0;
        border-width: 1px 0 0
    }

    ul.guide-index li:first-child {
        border: none
    }

    .guide-page .guide-index ul li a h5 {
        display: none
    }

    .article-share ul li {
        width: 33%
    }

    .popup {
        display: none
    }

    .wpsr_shareminbt {
        display: none!important
    }

    div.comments-area div.showDisqus {
        margin-top: 28px;
        margin-bottom: 28px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #fiatcurrency {
        display: none
    }

    #fiatcurrencymobile {
        display: inline
    }

    #content {
        padding-bottom: 0
    }

    #cdbpidata {
        margin: 0;
        padding: 0 10px 15px
    }

    #cdbpidata div.latest,#cdbpidata dl.data {
        float: none;
        width: 100%;
        margin: 0;
        overflow: hidden
    }

    #cdbpidata div.latest {
        font-size: 50px;
        line-height: 50px;
        text-indent: 0;
        letter-spacing: 0
    }

    #cdbpidata div.latest span.symbol {
        font-weight: 400;
        font-size: 50px;
        line-height: 50px;
        position: static
    }

    #cdbpidata div.latest span.data,#cdbpidata div.latest span.percent {
        position: static;
        display: block;
        text-align: center
    }

    #cdbpidata div.latest span.percent {
        font-size: 30px
    }

    #cdbpidata div.latest span.percent:after {
        font-size: 20px;
        display: inline-block;
        bottom: 3px;
        left: auto
    }

    div.main form#chartOptions {
        position: static;
        width: 100%;
        margin: 0
    }

    .guide-one.main,.guide-page .main {
        margin-left: 0;
        border: none;
        padding: 15px
    }

    .unit {
        padding: 0
    }

    .single-content .block-list li {
        float: none;
        width: 100%
    }

    .single-content .block-list li a {
        margin: 5px 0
    }

    .single-research .tinypass.mobile {
        display: block
    }

    .single-research .tinypass.mobile.button {
        margin-bottom: 40px
    }

    .single-research .tinypass.desktop {
        display: none
    }

    .single-research .contents ol li {
        font-size: 12px
    }

    .single-research .contents ol li .index {
        width: 70px
    }

    ul.share-bar {
        width: 100%;
        padding: 0;
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        margin: 0
    }

    ul.share-bar li {
        width: 14.285%
    }

    ul.share-bar li.whatsapp {
        display: list-item
    }

    ul.share-bar .count {
        display: none
    }

    .page-template-template-atmmap-php .single-header .ad-sponsored-page {
        float: left
    }

    .single-research .single-header h1 {
        float: none;
        padding-bottom: 10px
    }

    .single-research .single-header .ad-sponsored-page {
        margin: 0 auto;
        float: none
    }

    .xbtindex .header-mini .ad-sponsored-page {
        float: left;
        margin-bottom: 10px
    }

    .consensus-2015 .single-content {
        padding-bottom: 20px
    }

    .consensus-2015 header {
        padding: 20px
    }

    .consensus-2015 header .logo {
        position: static;
        padding-bottom: 30px
    }

    .consensus-2015 header .logo img {
        height: 100px
    }

    .consensus-2015 header .headline {
        padding: 0 0 30px
    }

    .consensus-2015 header .headline img {
        width: 95%;
        height: auto
    }

    .consensus-2015 header .date {
        position: static
    }

    .consensus-2015 header .date img {
        width: 25%;
        height: auto
    }

    .consensus-2015 header .sponsors {
        display: none
    }

    .consensus-2015 header a.consensus-2016 {
        width: 100%;
        margin-top: 25px;
        font-size: 14px
    }

    .consensus-2015 .single-content ul.navigation {
        padding-top: 20px;
        padding-left: 0;
        height: 25px
    }

    .consensus-2015 .single-content ul.navigation li {
        font-size: 8px;
        margin: 0
    }

    .consensus-2015 .single-content ul.navigation li a.promotion span {
        position: absolute;
        width: 110px;
        margin-left: -70px
    }

    .consensus-2015 .single-content .eventbrite {
        height: 610px
    }

    .consensus-2015 ul.share-bar {
        width: 100%
    }

    .consensus-2015 .main .text {
        padding: 0 10px
    }

    .consensus-2015 .main .button {
        width: 80%
    }

    .consensus-2015 .list-signup input[type=email] {
        width: 59%
    }

    .consensus-2015 .list-signup input[type=submit] {
        width: 40%
    }

    .consensus-2015 .speakers,.consensus-2015 .text .sponsors {
        margin: 0
    }

    .single-press_release .single-author {
        display: block;
        margin-bottom: 10px
    }

    .ad-rhs {
        text-align: center
    }

    .ad-rhs div {
        padding: 30px
    }

    .page-template-template-eventsconsensus2017livestream .session,.page-template-template-eventsconsensus2017replays .session,.page-template-template-icoregwall .session,.page-template-template-researchregwall .session {
        min-width: inherit;
        display: block
    }

    .page-template-template-eventsconsensus2017livestream .session .thumbnail,.page-template-template-eventsconsensus2017replays .session .thumbnail,.page-template-template-icoregwall .session .thumbnail,.page-template-template-researchregwall .session .thumbnail {
        width: 100%;
        min-height: inherit;
        padding-bottom: 20px
    }

    .page-template-template-eventsconsensus2016about .content .container,.page-template-template-eventsconsensus2016agenda .content .container,.page-template-template-eventsconsensus2016agendaprivate .content .container,.page-template-template-eventsconsensus2016announcements .content .container,.page-template-template-eventsconsensus2016antiharassment .content .container,.page-template-template-eventsconsensus2016attendees .content .container,.page-template-template-eventsconsensus2016faqs .content .container,.page-template-template-eventsconsensus2016hackathon .content .container,.page-template-template-eventsconsensus2016media .content .container,.page-template-template-eventsconsensus2016pitchcompetition .content .container,.page-template-template-eventsconsensus2016register .content .container,.page-template-template-eventsconsensus2016registered .content .container,.page-template-template-eventsconsensus2016speakers .content .container,.page-template-template-eventsconsensus2016sponsors .content .container,.page-template-template-eventsconsensus2016video .content .container,.page-template-template-eventsconsensus2017about .content .container,.page-template-template-eventsconsensus2017livestream .content .container,.page-template-template-eventsconsensus2017register .content .container,.page-template-template-eventsconsensus2017replays .content .container,.page-template-template-icoregwall .content .container,.page-template-template-researchregwall .content .container {
        width: auto
    }

    .page-template-template-eventsconsensus2016about .content .container section,.page-template-template-eventsconsensus2016agenda .content .container section,.page-template-template-eventsconsensus2016agendaprivate .content .container section,.page-template-template-eventsconsensus2016announcements .content .container section,.page-template-template-eventsconsensus2016antiharassment .content .container section,.page-template-template-eventsconsensus2016attendees .content .container section,.page-template-template-eventsconsensus2016faqs .content .container section,.page-template-template-eventsconsensus2016hackathon .content .container section,.page-template-template-eventsconsensus2016media .content .container section,.page-template-template-eventsconsensus2016pitchcompetition .content .container section,.page-template-template-eventsconsensus2016register .content .container section,.page-template-template-eventsconsensus2016registered .content .container section,.page-template-template-eventsconsensus2016speakers .content .container section,.page-template-template-eventsconsensus2016sponsors .content .container section,.page-template-template-eventsconsensus2016video .content .container section,.page-template-template-eventsconsensus2017about .content .container section,.page-template-template-eventsconsensus2017livestream .content .container section,.page-template-template-eventsconsensus2017register .content .container section,.page-template-template-eventsconsensus2017replays .content .container section,.page-template-template-icoregwall .content .container section,.page-template-template-researchregwall .content .container section {
        margin: 20px 0 40px
    }

    .page-template-template-eventsconsensus2016about .content .hero,.page-template-template-eventsconsensus2016agenda .content .hero,.page-template-template-eventsconsensus2016agendaprivate .content .hero,.page-template-template-eventsconsensus2016announcements .content .hero,.page-template-template-eventsconsensus2016antiharassment .content .hero,.page-template-template-eventsconsensus2016attendees .content .hero,.page-template-template-eventsconsensus2016faqs .content .hero,.page-template-template-eventsconsensus2016hackathon .content .hero,.page-template-template-eventsconsensus2016media .content .hero,.page-template-template-eventsconsensus2016pitchcompetition .content .hero,.page-template-template-eventsconsensus2016register .content .hero,.page-template-template-eventsconsensus2016registered .content .hero,.page-template-template-eventsconsensus2016speakers .content .hero,.page-template-template-eventsconsensus2016sponsors .content .hero,.page-template-template-eventsconsensus2016video .content .hero,.page-template-template-eventsconsensus2017about .content .hero,.page-template-template-eventsconsensus2017livestream .content .hero,.page-template-template-eventsconsensus2017register .content .hero,.page-template-template-eventsconsensus2017replays .content .hero,.page-template-template-icoregwall .content .hero,.page-template-template-researchregwall .content .hero {
        height: auto
    }

    .page-template-template-eventsconsensus2016about .content .hero .overview,.page-template-template-eventsconsensus2016agenda .content .hero .overview,.page-template-template-eventsconsensus2016agendaprivate .content .hero .overview,.page-template-template-eventsconsensus2016announcements .content .hero .overview,.page-template-template-eventsconsensus2016antiharassment .content .hero .overview,.page-template-template-eventsconsensus2016attendees .content .hero .overview,.page-template-template-eventsconsensus2016faqs .content .hero .overview,.page-template-template-eventsconsensus2016hackathon .content .hero .overview,.page-template-template-eventsconsensus2016media .content .hero .overview,.page-template-template-eventsconsensus2016pitchcompetition .content .hero .overview,.page-template-template-eventsconsensus2016register .content .hero .overview,.page-template-template-eventsconsensus2016registered .content .hero .overview,.page-template-template-eventsconsensus2016speakers .content .hero .overview,.page-template-template-eventsconsensus2016sponsors .content .hero .overview,.page-template-template-eventsconsensus2016video .content .hero .overview,.page-template-template-eventsconsensus2017about .content .hero .overview,.page-template-template-eventsconsensus2017livestream .content .hero .overview,.page-template-template-eventsconsensus2017register .content .hero .overview,.page-template-template-eventsconsensus2017replays .content .hero .overview,.page-template-template-icoregwall .content .hero .overview,.page-template-template-researchregwall .content .hero .overview {
        width: 100%;
        padding: 40px 0;
        border-radius: 0;
        margin: 0
    }

    .page-template-template-eventsconsensus2016about .content .hero .overview .stats,.page-template-template-eventsconsensus2016agenda .content .hero .overview .stats,.page-template-template-eventsconsensus2016agendaprivate .content .hero .overview .stats,.page-template-template-eventsconsensus2016announcements .content .hero .overview .stats,.page-template-template-eventsconsensus2016antiharassment .content .hero .overview .stats,.page-template-template-eventsconsensus2016attendees .content .hero .overview .stats,.page-template-template-eventsconsensus2016faqs .content .hero .overview .stats,.page-template-template-eventsconsensus2016hackathon .content .hero .overview .stats,.page-template-template-eventsconsensus2016media .content .hero .overview .stats,.page-template-template-eventsconsensus2016pitchcompetition .content .hero .overview .stats,.page-template-template-eventsconsensus2016register .content .hero .overview .stats,.page-template-template-eventsconsensus2016registered .content .hero .overview .stats,.page-template-template-eventsconsensus2016speakers .content .hero .overview .stats,.page-template-template-eventsconsensus2016sponsors .content .hero .overview .stats,.page-template-template-eventsconsensus2016video .content .hero .overview .stats,.page-template-template-eventsconsensus2017about .content .hero .overview .stats,.page-template-template-eventsconsensus2017livestream .content .hero .overview .stats,.page-template-template-eventsconsensus2017register .content .hero .overview .stats,.page-template-template-eventsconsensus2017replays .content .hero .overview .stats,.page-template-template-icoregwall .content .hero .overview .stats,.page-template-template-researchregwall .content .hero .overview .stats {
        display: block;
        margin: 30px 0 0
    }

    .page-template-template-eventsconsensus2016about .content .register-strip,.page-template-template-eventsconsensus2016agenda .content .register-strip,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip,.page-template-template-eventsconsensus2016announcements .content .register-strip,.page-template-template-eventsconsensus2016antiharassment .content .register-strip,.page-template-template-eventsconsensus2016attendees .content .register-strip,.page-template-template-eventsconsensus2016faqs .content .register-strip,.page-template-template-eventsconsensus2016hackathon .content .register-strip,.page-template-template-eventsconsensus2016media .content .register-strip,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip,.page-template-template-eventsconsensus2016register .content .register-strip,.page-template-template-eventsconsensus2016registered .content .register-strip,.page-template-template-eventsconsensus2016speakers .content .register-strip,.page-template-template-eventsconsensus2016sponsors .content .register-strip,.page-template-template-eventsconsensus2016video .content .register-strip,.page-template-template-eventsconsensus2017about .content .register-strip,.page-template-template-eventsconsensus2017livestream .content .register-strip,.page-template-template-eventsconsensus2017register .content .register-strip,.page-template-template-eventsconsensus2017replays .content .register-strip,.page-template-template-icoregwall .content .register-strip,.page-template-template-researchregwall .content .register-strip {
        padding-top: 20px
    }

    .page-template-template-eventsconsensus2016about .content .register-strip .text,.page-template-template-eventsconsensus2016agenda .content .register-strip .text,.page-template-template-eventsconsensus2016agendaprivate .content .register-strip .text,.page-template-template-eventsconsensus2016announcements .content .register-strip .text,.page-template-template-eventsconsensus2016antiharassment .content .register-strip .text,.page-template-template-eventsconsensus2016attendees .content .register-strip .text,.page-template-template-eventsconsensus2016faqs .content .register-strip .text,.page-template-template-eventsconsensus2016hackathon .content .register-strip .text,.page-template-template-eventsconsensus2016media .content .register-strip .text,.page-template-template-eventsconsensus2016pitchcompetition .content .register-strip .text,.page-template-template-eventsconsensus2016register .content .register-strip .text,.page-template-template-eventsconsensus2016registered .content .register-strip .text,.page-template-template-eventsconsensus2016speakers .content .register-strip .text,.page-template-template-eventsconsensus2016sponsors .content .register-strip .text,.page-template-template-eventsconsensus2016video .content .register-strip .text,.page-template-template-eventsconsensus2017about .content .register-strip .text,.page-template-template-eventsconsensus2017livestream .content .register-strip .text,.page-template-template-eventsconsensus2017register .content .register-strip .text,.page-template-template-eventsconsensus2017replays .content .register-strip .text,.page-template-template-icoregwall .content .register-strip .text,.page-template-template-researchregwall .content .register-strip .text {
        display: block;
        margin: 25px 0
    }

    .page-template-template-eventsconsensus2016about .content .speakers .speaker,.page-template-template-eventsconsensus2016agenda .content .speakers .speaker,.page-template-template-eventsconsensus2016agendaprivate .content .speakers .speaker,.page-template-template-eventsconsensus2016announcements .content .speakers .speaker,.page-template-template-eventsconsensus2016antiharassment .content .speakers .speaker,.page-template-template-eventsconsensus2016attendees .content .speakers .speaker,.page-template-template-eventsconsensus2016faqs .content .speakers .speaker,.page-template-template-eventsconsensus2016hackathon .content .speakers .speaker,.page-template-template-eventsconsensus2016media .content .speakers .speaker,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers .speaker,.page-template-template-eventsconsensus2016register .content .speakers .speaker,.page-template-template-eventsconsensus2016registered .content .speakers .speaker,.page-template-template-eventsconsensus2016speakers .content .speakers .speaker,.page-template-template-eventsconsensus2016sponsors .content .speakers .speaker,.page-template-template-eventsconsensus2016video .content .speakers .speaker,.page-template-template-eventsconsensus2017about .content .speakers .speaker,.page-template-template-eventsconsensus2017livestream .content .speakers .speaker,.page-template-template-eventsconsensus2017register .content .speakers .speaker,.page-template-template-eventsconsensus2017replays .content .speakers .speaker,.page-template-template-icoregwall .content .speakers .speaker,.page-template-template-researchregwall .content .speakers .speaker {
        padding: 20px 0
    }

    .page-template-template-eventsconsensus2016about .content .speakers.headline,.page-template-template-eventsconsensus2016agenda .content .speakers.headline,.page-template-template-eventsconsensus2016agendaprivate .content .speakers.headline,.page-template-template-eventsconsensus2016announcements .content .speakers.headline,.page-template-template-eventsconsensus2016antiharassment .content .speakers.headline,.page-template-template-eventsconsensus2016attendees .content .speakers.headline,.page-template-template-eventsconsensus2016faqs .content .speakers.headline,.page-template-template-eventsconsensus2016hackathon .content .speakers.headline,.page-template-template-eventsconsensus2016media .content .speakers.headline,.page-template-template-eventsconsensus2016pitchcompetition .content .speakers.headline,.page-template-template-eventsconsensus2016register .content .speakers.headline,.page-template-template-eventsconsensus2016registered .content .speakers.headline,.page-template-template-eventsconsensus2016speakers .content .speakers.headline,.page-template-template-eventsconsensus2016sponsors .content .speakers.headline,.page-template-template-eventsconsensus2016video .content .speakers.headline,.page-template-template-eventsconsensus2017about .content .speakers.headline,.page-template-template-eventsconsensus2017livestream .content .speakers.headline,.page-template-template-eventsconsensus2017register .content .speakers.headline,.page-template-template-eventsconsensus2017replays .content .speakers.headline,.page-template-template-icoregwall .content .speakers.headline,.page-template-template-researchregwall .content .speakers.headline {
        width: 100%;
        margin: 0
    }

    .page-template-template-eventsconsensus2016about .content .partners .logos img,.page-template-template-eventsconsensus2016agenda .content .partners .logos img,.page-template-template-eventsconsensus2016agendaprivate .content .partners .logos img,.page-template-template-eventsconsensus2016announcements .content .partners .logos img,.page-template-template-eventsconsensus2016antiharassment .content .partners .logos img,.page-template-template-eventsconsensus2016attendees .content .partners .logos img,.page-template-template-eventsconsensus2016faqs .content .partners .logos img,.page-template-template-eventsconsensus2016hackathon .content .partners .logos img,.page-template-template-eventsconsensus2016media .content .partners .logos img,.page-template-template-eventsconsensus2016pitchcompetition .content .partners .logos img,.page-template-template-eventsconsensus2016register .content .partners .logos img,.page-template-template-eventsconsensus2016registered .content .partners .logos img,.page-template-template-eventsconsensus2016speakers .content .partners .logos img,.page-template-template-eventsconsensus2016sponsors .content .partners .logos img,.page-template-template-eventsconsensus2016video .content .partners .logos img,.page-template-template-eventsconsensus2017about .content .partners .logos img,.page-template-template-eventsconsensus2017livestream .content .partners .logos img,.page-template-template-eventsconsensus2017register .content .partners .logos img,.page-template-template-eventsconsensus2017replays .content .partners .logos img,.page-template-template-icoregwall .content .partners .logos img,.page-template-template-researchregwall .content .partners .logos img {
        margin-bottom: 23px
    }

    .page-template-template-eventsconsensus2016about .content .encore p,.page-template-template-eventsconsensus2016agenda .content .encore p,.page-template-template-eventsconsensus2016agendaprivate .content .encore p,.page-template-template-eventsconsensus2016announcements .content .encore p,.page-template-template-eventsconsensus2016antiharassment .content .encore p,.page-template-template-eventsconsensus2016attendees .content .encore p,.page-template-template-eventsconsensus2016faqs .content .encore p,.page-template-template-eventsconsensus2016hackathon .content .encore p,.page-template-template-eventsconsensus2016media .content .encore p,.page-template-template-eventsconsensus2016pitchcompetition .content .encore p,.page-template-template-eventsconsensus2016register .content .encore p,.page-template-template-eventsconsensus2016registered .content .encore p,.page-template-template-eventsconsensus2016speakers .content .encore p,.page-template-template-eventsconsensus2016sponsors .content .encore p,.page-template-template-eventsconsensus2016video .content .encore p,.page-template-template-eventsconsensus2017about .content .encore p,.page-template-template-eventsconsensus2017livestream .content .encore p,.page-template-template-eventsconsensus2017register .content .encore p,.page-template-template-eventsconsensus2017replays .content .encore p,.page-template-template-icoregwall .content .encore p,.page-template-template-researchregwall .content .encore p {
        line-height: 35px
    }

    .page-template-template-eventsconsensus2016about .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016media .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016register .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .unit,.page-template-template-eventsconsensus2016video .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017about .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017register .content .hack-a-brand .unit,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .unit,.page-template-template-icoregwall .content .hack-a-brand .unit,.page-template-template-researchregwall .content .hack-a-brand .unit {
        min-height: auto;
        padding: 20px 0
    }

    .page-template-template-eventsconsensus2016about .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016media .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016register .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .logo,.page-template-template-eventsconsensus2016video .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017about .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017register .content .hack-a-brand .logo,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .logo,.page-template-template-icoregwall .content .hack-a-brand .logo,.page-template-template-researchregwall .content .hack-a-brand .logo {
        display: table-cell;
        vertical-align: middle
    }

    .page-template-template-eventsconsensus2016about .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016media .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016register .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2016video .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017about .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017register .content .hack-a-brand .logo img,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .logo img,.page-template-template-icoregwall .content .hack-a-brand .logo img,.page-template-template-researchregwall .content .hack-a-brand .logo img {
        vertical-align: middle
    }

    .page-template-template-eventsconsensus2016about .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016agenda .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016agendaprivate .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016announcements .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016antiharassment .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016attendees .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016faqs .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016hackathon .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016media .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016pitchcompetition .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016register .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016registered .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016speakers .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016sponsors .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2016video .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017about .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017livestream .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017register .content .hack-a-brand .cta p,.page-template-template-eventsconsensus2017replays .content .hack-a-brand .cta p,.page-template-template-icoregwall .content .hack-a-brand .cta p,.page-template-template-researchregwall .content .hack-a-brand .cta p {
        text-align: center;
        padding: 0;
        margin-top: 0
    }

    .page-template-template-eventsconsensus2016about .content .agenda-date,.page-template-template-eventsconsensus2016agenda .content .agenda-date,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-date,.page-template-template-eventsconsensus2016announcements .content .agenda-date,.page-template-template-eventsconsensus2016antiharassment .content .agenda-date,.page-template-template-eventsconsensus2016attendees .content .agenda-date,.page-template-template-eventsconsensus2016faqs .content .agenda-date,.page-template-template-eventsconsensus2016hackathon .content .agenda-date,.page-template-template-eventsconsensus2016media .content .agenda-date,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-date,.page-template-template-eventsconsensus2016register .content .agenda-date,.page-template-template-eventsconsensus2016registered .content .agenda-date,.page-template-template-eventsconsensus2016speakers .content .agenda-date,.page-template-template-eventsconsensus2016sponsors .content .agenda-date,.page-template-template-eventsconsensus2016video .content .agenda-date,.page-template-template-eventsconsensus2017about .content .agenda-date,.page-template-template-eventsconsensus2017livestream .content .agenda-date,.page-template-template-eventsconsensus2017register .content .agenda-date,.page-template-template-eventsconsensus2017replays .content .agenda-date,.page-template-template-icoregwall .content .agenda-date,.page-template-template-researchregwall .content .agenda-date {
        width: 110px
    }

    .page-template-template-eventsconsensus2016about .content .agenda-date img,.page-template-template-eventsconsensus2016agenda .content .agenda-date img,.page-template-template-eventsconsensus2016agendaprivate .content .agenda-date img,.page-template-template-eventsconsensus2016announcements .content .agenda-date img,.page-template-template-eventsconsensus2016antiharassment .content .agenda-date img,.page-template-template-eventsconsensus2016attendees .content .agenda-date img,.page-template-template-eventsconsensus2016faqs .content .agenda-date img,.page-template-template-eventsconsensus2016hackathon .content .agenda-date img,.page-template-template-eventsconsensus2016media .content .agenda-date img,.page-template-template-eventsconsensus2016pitchcompetition .content .agenda-date img,.page-template-template-eventsconsensus2016register .content .agenda-date img,.page-template-template-eventsconsensus2016registered .content .agenda-date img,.page-template-template-eventsconsensus2016speakers .content .agenda-date img,.page-template-template-eventsconsensus2016sponsors .content .agenda-date img,.page-template-template-eventsconsensus2016video .content .agenda-date img,.page-template-template-eventsconsensus2017about .content .agenda-date img,.page-template-template-eventsconsensus2017livestream .content .agenda-date img,.page-template-template-eventsconsensus2017register .content .agenda-date img,.page-template-template-eventsconsensus2017replays .content .agenda-date img,.page-template-template-icoregwall .content .agenda-date img,.page-template-template-researchregwall .content .agenda-date img {
        height: auto
    }

    .page-template-template-eventsconsensus2016about .footer-nav,.page-template-template-eventsconsensus2016about .logos,.page-template-template-eventsconsensus2016agenda .footer-nav,.page-template-template-eventsconsensus2016agenda .logos,.page-template-template-eventsconsensus2016agendaprivate .footer-nav,.page-template-template-eventsconsensus2016agendaprivate .logos,.page-template-template-eventsconsensus2016announcements .footer-nav,.page-template-template-eventsconsensus2016announcements .logos,.page-template-template-eventsconsensus2016antiharassment .footer-nav,.page-template-template-eventsconsensus2016antiharassment .logos,.page-template-template-eventsconsensus2016attendees .footer-nav,.page-template-template-eventsconsensus2016attendees .logos,.page-template-template-eventsconsensus2016faqs .footer-nav,.page-template-template-eventsconsensus2016faqs .logos,.page-template-template-eventsconsensus2016hackathon .footer-nav,.page-template-template-eventsconsensus2016hackathon .logos,.page-template-template-eventsconsensus2016media .footer-nav,.page-template-template-eventsconsensus2016media .logos,.page-template-template-eventsconsensus2016pitchcompetition .footer-nav,.page-template-template-eventsconsensus2016pitchcompetition .logos,.page-template-template-eventsconsensus2016register .footer-nav,.page-template-template-eventsconsensus2016register .logos,.page-template-template-eventsconsensus2016registered .footer-nav,.page-template-template-eventsconsensus2016registered .logos,.page-template-template-eventsconsensus2016speakers .footer-nav,.page-template-template-eventsconsensus2016speakers .logos,.page-template-template-eventsconsensus2016sponsors .footer-nav,.page-template-template-eventsconsensus2016sponsors .logos,.page-template-template-eventsconsensus2016video .footer-nav,.page-template-template-eventsconsensus2016video .logos,.page-template-template-eventsconsensus2017about .footer-nav,.page-template-template-eventsconsensus2017about .logos,.page-template-template-eventsconsensus2017livestream .footer-nav,.page-template-template-eventsconsensus2017livestream .logos,.page-template-template-eventsconsensus2017register .footer-nav,.page-template-template-eventsconsensus2017register .logos,.page-template-template-eventsconsensus2017replays .footer-nav,.page-template-template-eventsconsensus2017replays .logos,.page-template-template-icoregwall .footer-nav,.page-template-template-icoregwall .logos,.page-template-template-researchregwall .footer-nav,.page-template-template-researchregwall .logos {
        margin: 0
    }

    .page-template-template-eventsconsensus2016about .logos .logo,.page-template-template-eventsconsensus2016agenda .logos .logo,.page-template-template-eventsconsensus2016agendaprivate .logos .logo,.page-template-template-eventsconsensus2016announcements .logos .logo,.page-template-template-eventsconsensus2016antiharassment .logos .logo,.page-template-template-eventsconsensus2016attendees .logos .logo,.page-template-template-eventsconsensus2016faqs .logos .logo,.page-template-template-eventsconsensus2016hackathon .logos .logo,.page-template-template-eventsconsensus2016media .logos .logo,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo,.page-template-template-eventsconsensus2016register .logos .logo,.page-template-template-eventsconsensus2016registered .logos .logo,.page-template-template-eventsconsensus2016speakers .logos .logo,.page-template-template-eventsconsensus2016sponsors .logos .logo,.page-template-template-eventsconsensus2016video .logos .logo,.page-template-template-eventsconsensus2017about .logos .logo,.page-template-template-eventsconsensus2017livestream .logos .logo,.page-template-template-eventsconsensus2017register .logos .logo,.page-template-template-eventsconsensus2017replays .logos .logo,.page-template-template-icoregwall .logos .logo,.page-template-template-researchregwall .logos .logo {
        display: block;
        margin-bottom: 35px
    }

    .page-template-template-eventsconsensus2016about .logos .logo img,.page-template-template-eventsconsensus2016agenda .logos .logo img,.page-template-template-eventsconsensus2016agendaprivate .logos .logo img,.page-template-template-eventsconsensus2016announcements .logos .logo img,.page-template-template-eventsconsensus2016antiharassment .logos .logo img,.page-template-template-eventsconsensus2016attendees .logos .logo img,.page-template-template-eventsconsensus2016faqs .logos .logo img,.page-template-template-eventsconsensus2016hackathon .logos .logo img,.page-template-template-eventsconsensus2016media .logos .logo img,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo img,.page-template-template-eventsconsensus2016register .logos .logo img,.page-template-template-eventsconsensus2016registered .logos .logo img,.page-template-template-eventsconsensus2016speakers .logos .logo img,.page-template-template-eventsconsensus2016sponsors .logos .logo img,.page-template-template-eventsconsensus2016video .logos .logo img,.page-template-template-eventsconsensus2017about .logos .logo img,.page-template-template-eventsconsensus2017livestream .logos .logo img,.page-template-template-eventsconsensus2017register .logos .logo img,.page-template-template-eventsconsensus2017replays .logos .logo img,.page-template-template-icoregwall .logos .logo img,.page-template-template-researchregwall .logos .logo img {
        max-width: 160px;
        height: auto
    }

    .page-template-template-eventsconsensus2016about .logos .logo.large img,.page-template-template-eventsconsensus2016agenda .logos .logo.large img,.page-template-template-eventsconsensus2016agendaprivate .logos .logo.large img,.page-template-template-eventsconsensus2016announcements .logos .logo.large img,.page-template-template-eventsconsensus2016antiharassment .logos .logo.large img,.page-template-template-eventsconsensus2016attendees .logos .logo.large img,.page-template-template-eventsconsensus2016faqs .logos .logo.large img,.page-template-template-eventsconsensus2016hackathon .logos .logo.large img,.page-template-template-eventsconsensus2016media .logos .logo.large img,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo.large img,.page-template-template-eventsconsensus2016register .logos .logo.large img,.page-template-template-eventsconsensus2016registered .logos .logo.large img,.page-template-template-eventsconsensus2016speakers .logos .logo.large img,.page-template-template-eventsconsensus2016sponsors .logos .logo.large img,.page-template-template-eventsconsensus2016video .logos .logo.large img,.page-template-template-eventsconsensus2017about .logos .logo.large img,.page-template-template-eventsconsensus2017livestream .logos .logo.large img,.page-template-template-eventsconsensus2017register .logos .logo.large img,.page-template-template-eventsconsensus2017replays .logos .logo.large img,.page-template-template-icoregwall .logos .logo.large img,.page-template-template-researchregwall .logos .logo.large img {
        max-width: 280px;
        max-height: auto
    }

    .page-template-template-eventsconsensus2016about .logos .logo.size1of1,.page-template-template-eventsconsensus2016agenda .logos .logo.size1of1,.page-template-template-eventsconsensus2016agendaprivate .logos .logo.size1of1,.page-template-template-eventsconsensus2016announcements .logos .logo.size1of1,.page-template-template-eventsconsensus2016antiharassment .logos .logo.size1of1,.page-template-template-eventsconsensus2016attendees .logos .logo.size1of1,.page-template-template-eventsconsensus2016faqs .logos .logo.size1of1,.page-template-template-eventsconsensus2016hackathon .logos .logo.size1of1,.page-template-template-eventsconsensus2016media .logos .logo.size1of1,.page-template-template-eventsconsensus2016pitchcompetition .logos .logo.size1of1,.page-template-template-eventsconsensus2016register .logos .logo.size1of1,.page-template-template-eventsconsensus2016registered .logos .logo.size1of1,.page-template-template-eventsconsensus2016speakers .logos .logo.size1of1,.page-template-template-eventsconsensus2016sponsors .logos .logo.size1of1,.page-template-template-eventsconsensus2016video .logos .logo.size1of1,.page-template-template-eventsconsensus2017about .logos .logo.size1of1,.page-template-template-eventsconsensus2017livestream .logos .logo.size1of1,.page-template-template-eventsconsensus2017register .logos .logo.size1of1,.page-template-template-eventsconsensus2017replays .logos .logo.size1of1,.page-template-template-icoregwall .logos .logo.size1of1,.page-template-template-researchregwall .logos .logo.size1of1 {
        display: table-cell
    }

    .page-template-template-eventsconsensus2016about .content .buttons a.button {
        display: block;
        margin: 0 0 10px
    }

    .page-template-template-eventsconsensus2016events .content .list-signup .email-address,.page-template-template-eventsconsensus2016events .content .list-signup .submit {
        width: 100%;
        display: block
    }

    .page-template-template-eventsconsensus2017about .content .hero-2017 .overview-2017 img,.page-template-template-eventsconsensus2017register .content .hero-2017 .overview-2017 img {
        max-width: 80%;
        height: auto
    }

    .vid-container {
        background-color: #2b3035;
        width: 100%;
        margin-bottom: 0
    }

    .vid-container .bgvid {
        height: 100%;
        width: inherit;
        display: none
    }

    .vid-container .box {
        width: 100%
    }

    .vid-container .box h1 {
        margin: 15px 0
    }

    .vid-container .box .live-stream-text {
        font-size: 50px
    }

    .vid-container .box .c17videologo {
        margin: 65px auto 0
    }

    .market-center-asset-logo,.ticker-banner {
        display: none
    }

    .footer-nav .row {
        width: 100%!important
    }

    .footer-nav .row ul {
        display: inline-block!important;
        width: 50%;
        margin-top: 82px
    }

    .footer-nav .row ul:first-of-type {
        order: 1;
        float: left
    }

    .footer-nav .row ul:last-of-type {
        order: 1;
        float: right
    }

    .footer-nav .row>ul li {
        display: block
    }

    .footer-nav .row ul li a {
        display: block;
        font-size: 15px;
        padding: 8px
    }

    .footer-nav .row .footer-logo {
        display: block;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 0;
        left: calc(50% - 27px);
        left: -o-calc(50% - 27px)
    }
}

@media screen and (max-width: 480px) {
    .tip>span#showtip {
        font-size:15px;
        padding: 5px
    }

    .guide-page .guide-index ul li a span.icon {
        top: 50%;
        margin-top: -18px
    }

    .guide-page .guide-index ul li a h5 {
        float: none;
        clear: left
    }

    .article p.desc {
        padding-left: 0
    }

    .article-featured div.picture {
        height: auto;
        margin-bottom: 10px;
        margin-left: 10px
    }

    .single-content .featured img,.single-content img {
        margin-bottom: 0
    }

    .article-featured .featureddesc {
        max-width: 423px
    }

    .timeauthor cite {
        white-space: nowrap
    }

    .article .timeauthor {
        margin: 0
    }

    .article div.picture {
        margin: 0 0 10px 10px
    }

    #exi {
        margin-top: 0;
        margin-right: 0
    }

    #exinfo {
        position: absolute;
        left: -280px;
        top: 75px;
        z-index: 200
    }

    #cdbpi ul li {
        width: 120px
    }

    .xbtindex .datainfo,.xbtindex .getChartDateLink,.xbtindex .separator {
        display: none
    }

    .footer-nav .row {
        width: 100%!important
    }

    .footer-nav .row ul {
        display: block!important;
        width: 100%
    }

    .footer-nav .row ul:first-of-type {
        order: 1;
        float: left;
        margin-top: 82px
    }

    .footer-nav .row ul li {
        display: block;
        width: 100%
    }

    .footer-nav .row ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 8px 0
    }

    .footer-nav .row .footer-logo {
        display: block;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 0;
        left: calc(50% - 27px);
        left: -o-calc(50% - 27px)
    }
}

@media screen and (max-width: 320px) {
    .main-holder .sidebar {
        max-width:320px!important
    }

    .mobile .menu-top-nav-container select {
        margin-right: 0;
        margin-left: 15px;
        margin-top: 10px
    }

    .article div.picture {
        margin: 0 0 10px 10px
    }

    .single-content div.picture.featured {
        float: none
    }

    .single-content ul.guide-index li a {
        padding: 15px 0
    }

    .single-content .alignright {
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .single-content figure .alignright {
        text-align: center
    }

    .single-content .wp-caption.alignright {
        float: none;
        text-align: center;
        margin-left: 0
    }

    .single-content figcaption,.single-content p.wp-caption-text {
        text-align: center
    }

    .article-featured div.picture {
        height: auto;
        margin-left: 0
    }

    #simplemodal-container {
        margin-left: 20px
    }

    .pagination {
        margin-left: 0;
        margin-right: 0;
        padding-left: 13px;
        padding-right: 3px
    }

    .pagination a {
        margin-left: 0;
        margin-right: 8px;
        margin-bottom: 10px
    }

    #exi {
        margin-top: 0;
        margin-right: 0
    }

    #exinfo {
        position: absolute;
        top: 90px;
        left: -110px;
        z-index: 200
    }

    .bitcoinprice .single-content .single-title h1 {
        font-size: 29px
    }

    .data .single-content .content {
        text-align: center;
        padding: 28px
    }

    #exinfo ul li {
        font-size: 12px!important
    }

    #cdbpi ul li,#cdbpi ul li:first-child {
        margin: 0 0 10px 10px;
        font-size: 14px;
        width: 68px
    }

    #cdbpi .spacer {
        margin-top: 0
    }

    #cdbpi ul {
        padding-bottom: 0
    }

    body.page-template-template-bitcoinprice-php .single-title h1 {
        font-size: 40px
    }

    .tools h1 {
        font-size: 28px
    }

    .tabs {
        margin-bottom: 28px!important;
        overflow: hidden;
        list-style: none
    }

    .tabs li {
        float: left;
        color: #353536;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 10px 0 8px
    }

    #bpilatestnews div.single-content {
        padding: 0 10px
    }

    #bpilatestnews div.single-content div.picture {
        float: none
    }

    #bpilatestnews div.single-content .article {
        padding: 10px 10px 10px 20px
    }

    div#megaMenu.megaMenuContainer.megaMenu-nojs.megaResponsive.megaResponsiveToggle.wpmega-withjs.megaMenuOnHover.megaMenuHorizontal.wpmega-noconflict.megaMinimizeResiduals.megaResetStyles {
        max-width: 320px!important
    }

    .footer-nav .row>ul {
        overflow: hidden;
        padding: 0
    }

    .footer-nav .row>ul li {
        float: none;
        width: 100%;
        margin: 15px 0 0
    }

    .footer-nav .row {
        width: 100%!important
    }

    .footer-nav .row ul {
        display: block!important;
        width: 100%
    }

    .footer-nav .row ul:first-of-type {
        order: 1;
        float: left;
        margin-top: 82px
    }

    .footer-nav .row ul li {
        display: block;
        width: 100%
    }

    .footer-nav .row ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 8px 0
    }

    .footer-nav .row .footer-logo {
        display: block;
        position: absolute;
        margin: 0 auto;
        padding: 0;
        top: 0;
        left: calc(23%);
        left: -o-calc(23%)
    }
}

.ie .main-holder .main {
    width: 667px
}

.ie .main-holder .sidebar {
    left: 356px
}

.ie .grid_4 {
    width: 356px
}

@-moz-document url-prefix() {
    div.selector {
        padding-bottom: 18px
    }
}

/*! jQuery UI - v1.11.0 - 2014-07-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: url(../../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% #666;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: url(../../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x #000;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px
}

/*! jQuery UI - v1.11.0 - 2014-07-30
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

/*! jQuery UI - v1.11.0 - 2014-07-30
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: url(../../images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x #eee;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: url(../../images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #f6a828;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: url(../../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
    font-weight: 700;
    color: #1c94c4
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
    border: 1px solid #fbcb09;
    background: url(../../images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    font-weight: 700;
    color: #c77405
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: url(../../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    font-weight: 700;
    color: #eb8f00
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: url(../../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
    color: #363636
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(../../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
    color: #fff
}

.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(../../images/jquery-ui/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../../images/jquery-ui/ui-icons_ffffff_256x240.png)
}

.ui-state-active .ui-icon,.ui-state-default .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon {
    background-image: url(../../images/jquery-ui/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(../../images/jquery-ui/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url(../../images/jquery-ui/ui-icons_ffd27a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right {
    border-bottom-right-radius: 4px
}
