@viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-webkit-viewport {
    width: device-width;
}
/* BTN-INFO */
/* BTN-WARNING */
/* BTN-RED */
/* BTN-GREEN */

body {
    background: white;
    color: #434A54;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    font-family: "Freight Sans Bold", "Open Sans", Arial, sans-serif;
    font-weight: bold;
}
a {
    text-decoration: none !important;
}
a:hover.btn-link,
a:focus.btn-link,
a:active.btn-link {
    opacity: .8 !important;
}
a:not(.btn),
a:not(.btn) * {
    color: #1c416d !important;
}
p#red,
p.red,
.red,
#red {
    color: #EF223A !important;
    font-weight: 600;
}
/** Button Styles & Colours **/

.btn,
a.btn {
    border-radius: 3px !important;
    color: white !important;
    word-wrap: normal !important;
    white-space: normal !important;
}
.btn:before,
.btn:after,
a.btn:before,
a.btn:after {
    content: none !important;
}
.btn.btn-default,
a.btn.btn-default {
    background-color: #BBB;
    border-color: #BBB;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
a.btn.btn-default:hover,
a.btn.btn-default:focus,
a.btn.btn-default:active {
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}
.btn.btn-primary,
a.btn.btn-primary {
    background-color: #173559;
    border-color: #173559;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
    background-color: #153254;
    border-color: #153254;
}
.btn.btn-secondary,
a.btn.btn-secondary {
    background-color: #EF223A;
    border-color: #EF223A;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
a.btn.btn-secondary:hover,
a.btn.btn-secondary:focus,
a.btn.btn-secondary:active {
    background-color: #e32037;
    border-color: #e32037;
}
.btn.btn-info,
a.btn.btn-info {
    background-color: #1E3972;
    border-color: #1E3972;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
a.btn.btn-info:hover,
a.btn.btn-info:focus,
a.btn.btn-info:active {
    background-color: #1c366c;
    border-color: #1c366c;
}
.btn.btn-success,
a.btn.btn-success {
    background-color: #36af42;
    border-color: #36af42;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
a.btn.btn-success:hover,
a.btn.btn-success:focus,
a.btn.btn-success:active {
    background-color: #33a63e;
    border-color: #33a63e;
}
.btn.btn-warning,
a.btn.btn-warning {
    background-color: #ef8122;
    border-color: #ef8122;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
a.btn.btn-warning:hover,
a.btn.btn-warning:focus,
a.btn.btn-warning:active {
    background-color: #e37a20;
    border-color: #e37a20;
}
.btn.btn-danger,
a.btn.btn-danger {
    background-color: #EF223A;
    border-color: #EF223A;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
a.btn.btn-danger:hover,
a.btn.btn-danger:focus,
a.btn.btn-danger:active {
    background-color: #e32037;
    border-color: #e32037;
}
.btn.btn-dark,
a.btn.btn-dark {
    background-color: #1e3056;
    border-color: #1e3056;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
a.btn.btn-dark:hover,
a.btn.btn-dark:focus,
a.btn.btn-dark:active {
    background-color: #1c2d51;
    border-color: #1c2d51;
}
.btn span,
a.btn span {
    color: white !important;
}
.btn span.glyphicons,
a.btn span.glyphicons {
    top: 3px;
    font-size: inherit;
    margin-right: 4px;
}
/** End buttons **/

p a,
ul:not(.menu):not(.dropdown-menu) li a,
ol li a,
header h1 small a {
    position: relative;
    color: #31BDDD;
    position: relative;
    transition: none;
    display: inline-block;
}
p a:after,
ul:not(.menu):not(.dropdown-menu) li a:after,
ol li a:after,
header h1 small a:after {
    content: '';
    display: block;
    position: relative;
    background: #31BDDD;
    height: 1px;
    bottom: 0;
    left: 50%;
    width: 0;
    pointer-events: none !important;
    transition: inherit;
}
p a:hover,
p a:active,
ul:not(.menu):not(.dropdown-menu) li a:hover,
ul:not(.menu):not(.dropdown-menu) li a:active,
ol li a:hover,
ol li a:active,
header h1 small a:hover,
header h1 small a:active {
    transition: 0.3s all ease;
}
p a:hover:after,
p a:active:after,
ul:not(.menu):not(.dropdown-menu) li a:hover:after,
ul:not(.menu):not(.dropdown-menu) li a:active:after,
ol li a:hover:after,
ol li a:active:after,
header h1 small a:hover:after,
header h1 small a:active:after {
    width: 100%;
    left: 0%;
    transition: inherit;
}
ul.tick,
ul.ticks {
    list-style-image: url(../img/tick_grey.png);
}
ul#dotJourney {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
}
ul#dotJourney li {
    position: relative;
    display: block !important;
    padding: 0px 0 30px 55px !important;
    overflow: hidden;
    margin: 0 !important;
    min-height: 70px;
}
ul#dotJourney li:after,
ul#dotJourney li:before {
    content: '';
    display: block;
    position: absolute;
}
ul#dotJourney li:after {
    min-height: 250px;
    width: 0px;
    border-left: 2px dashed rgba(0, 0, 0, 0.16);
    top: 0px;
    bottom: 0;
    left: 24px;
    height: 100%;
}
ul#dotJourney li:before {
    top: 1px;
    width: 20px;
    height: 20px;
    left: 15px;
    background: white !important;
    box-shadow: inset 0 0 0 2px #344757;
    border-radius: 50%;
    z-index: 999 !important;
}
ul#dotJourney li:nth-last-of-type(1):after {
    content: none !important;
}
section {
    padding: 55px 0;
}
section .row {
    margin-top: 38.5px;
}
section .row:nth-of-type(1) {
    margin-top: 0 !important;
}
section .rotator .row {
    margin-top: 0 !important;
}
section .rotator .row.speakers,
section .rotator .row.attendees,
section .rotator .row.sponsors {
    margin-top: 0 !important;
}
section .rotator .row.speakers img,
section .rotator .row.attendees img,
section .rotator .row.sponsors img {
    margin-top: 0 !important;
}
section.white {
    background: #FFFFFF;
}
section.white:before {
    border-top-color: #eceef1 !important;
}
section.grey,
section.pale,
section.dark {
    background: #eceef1;
}
section.grey:before,
section.pale:before,
section.dark:before {
    border-top-color: #FFFFFF !important;
}
section.white:not(.nt):not(.noTriangle),
section.grey:not(.nt):not(.noTriangle),
section.pale:not(.nt):not(.noTriangle),
section.dark:not(.nt):not(.noTriangle) {
    position: relative;
}
section.white:not(.nt):not(.noTriangle):before,
section.grey:not(.nt):not(.noTriangle):before,
section.pale:not(.nt):not(.noTriangle):before,
section.dark:not(.nt):not(.noTriangle):before {
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}
section.hero {
    background: url("../img/hero/hero-default.jpg") center 40% no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 71.5px 0 0 0;
    max-width: 100% !important;
    width: 100%;
}
section.hero:before,
section.hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none !important;
    z-index: 1;
    display: block;
}
section.hero:before {
    background: #173559;
    opacity: .5 !important;
}
section.hero:after {
    background: rgba(0, 0, 0, 0.2) url("../img/pattern.png") center center repeat !important;
    background-size: 4px 4px !important;
    opacity: 0.55 !important;
}
section.hero h1 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    padding-bottom: 30px;
    color: white;
    font-weight: bold !important;
}
section.hero h3 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    padding-bottom: 45px !important;
    
}
section.hero .row {
    z-index: 9 !important;
    position: relative;
}
section.hero center img {
    max-height: 60px;
    margin-bottom: 30px;
}
section.hero h1 {
    padding-bottom: 10px !important;
}
section.hero h3 {
    margin: 0;
    padding: 0;
    color: white !important;
    padding-bottom: 30px;
}
section.hero h3 a {
    color: white !important;
}
section.hero .triangle {
    height: 20px;
    width: 100%;
    background: transparent;
    margin: 88px 0 0 0;
    position: relative;
    z-index: 99;
    overflow: hidden !important;
}
section.hero .triangle:before,
section.hero .triangle:after {
    content: '';
    display: block;
    width: 50vw;
    width: 50%;
    position: absolute;
    bottom: -0.51px;
    height: 20px;
    background: #eceef1;
}
section.hero .triangle:before {
    left: -10px;
    transform: skewX(45deg);
}
section.hero .triangle:after {
    right: -10px;
    transform: skewX(-45deg);
}
section.hero .triangle.whitespace {
    margin-top: 77px !important;
}
section.hero .triangle.whitespace:before,
section.hero .triangle.whitespace:after {
    content: none !important;
    display: none;
    opacity: 0;
    visibility: hidden;
}
section.ht {
    /* add this to a section directly beneath a hero */
    
    padding: 35px 0 55px 0 !important;
}
section:not(.hero) ul li:not(:nth-last-of-type(1)),
section:not(.hero) ol li:not(:nth-last-of-type(1)),
section:not(.hero) p:not(:nth-last-of-type(1)) {
    margin-bottom: 12px;
}
section:not(.hero) h1,
section:not(.hero) h2 {
    font-weight: 400;
}
section:not(.hero) h2 {
    color: #173559;
}
section .row:nth-of-type(1) {
    /* Clears the margin from (Top, first child) and (Bottom, last child) */
}
section .row:nth-of-type(1) [class*='col-'] h1:first-child,
section .row:nth-of-type(1) [class*='col-'] h2:first-child,
section .row:nth-of-type(1) [class*='col-'] h3:first-child,
section .row:nth-of-type(1) [class*='col-'] h4:first-child,
section .row:nth-of-type(1) [class*='col-'] h5:first-child,
section .row:nth-of-type(1) [class*='col-'] h6:first-child,
section .row:nth-of-type(1) [class*='col-'] p:first-child,
section .row:nth-of-type(1) [class*='col-'] ul:first-child,
section .row:nth-of-type(1) [class*='col-'] li:first-child,
section .row:nth-of-type(1) [class*='col-'] .btn:first-child,
section .row:nth-of-type(1) [class*='col-'] a:first-child,
section .row:nth-of-type(1) [class*='col-'] img:first-child,
section .row:nth-of-type(1) [class*='col-'] blockquote:first-child {
    margin-top: 0 !important;
}
section .row:nth-of-type(1) [class*='col-'] h1:last-child,
section .row:nth-of-type(1) [class*='col-'] h2:last-child,
section .row:nth-of-type(1) [class*='col-'] h3:last-child,
section .row:nth-of-type(1) [class*='col-'] h4:last-child,
section .row:nth-of-type(1) [class*='col-'] h5:last-child,
section .row:nth-of-type(1) [class*='col-'] h6:last-child,
section .row:nth-of-type(1) [class*='col-'] p:last-child,
section .row:nth-of-type(1) [class*='col-'] ul:last-child,
section .row:nth-of-type(1) [class*='col-'] li:last-child,
section .row:nth-of-type(1) [class*='col-'] .btn:last-child,
section .row:nth-of-type(1) [class*='col-'] a:last-child,
section .row:nth-of-type(1) [class*='col-'] img:last-child,
section .row:nth-of-type(1) [class*='col-'] blockquote:last-child {
    margin-bottom: 0 !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.20%;
    /* 16:9 */
    
    margin: 25px 0;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#topbar {
    padding: 10px 0 0 !important;
    background: #294566;
    font-size: 14px !important;
    z-index: 9999;
    height: 30px !important;
    overflow: hidden !important;
}
#topbar p {
    margin: 0 !important;
    padding: 0 !important;
}
#topbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#topbar ul li {
    display: inline-block;
    margin: 0 !important;
    font-size: 14px !important;
}
#topbar ul li a {
    color: white !important;
    border-bottom-color: #434A54 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}
#topbar ul li a:after {
    background: white !important;
}
#topbar ul li.divider {
    color: white;
    padding: 0 4px;
    opacity: .9;
}
header {
    /*   padding: 22px 0; */
    
    padding: 0px 0 30px 0;
    height: 120px;
    overflow: hidden;
    background: white;
    z-index: 9999 !important;
}
header h1 {
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 27px;
    position: relative;
    padding-top: /* 20px */40px !important;
    color: white !important;
    max-height: 90px;
    height: 90px;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}
header h1 img {
    margin-bottom: 0px;
    max-height: 90px;
    margin-right: 30px !important;
    margin-top: -36px;
}
header h1 > a {
    display: block;
    float: left;
}
header h1 small {
    display: block;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400 !important;
    /*   padding-left: calc(143px + 30px); */
    padding-top: 3px !important;
    padding-left: 164px;
    padding-bottom: 0px !important;
	font-family: "Freight Sans Bold", "Roboto", sans-serif !important;
	font-weight: 500 !important;
    
}
header h1 small span.divider {
    padding: 0 5px !important;
    pointer-events: none;
}
header h1 small:nth-of-type(1) {
    padding-top: 0px !important;
}
header h1 small.top {
    padding-top: 0 !important;
    position: absolute;
    top: -2px;
}
header h1 small a::after {
    bottom: -2px;
}
header #brand img {
    max-height: 80px;
    float: right;
    width: 124px;
    height: 80px;
}
header #ctaSpace a.slide {
    display: block;
    text-align: right;
    font-weight: 300 !important;
    color: #344757 !important;
    font-size: 19px !important;
    display: block;
    margin-top: 10px !important;
    transition: .15s all ease-in;
}
header #ctaSpace a.slide span.glyphicons {
    top: 4px !important;
}
header #ctaSpace a.slide:hover,
header #ctaSpace a.slide:focus,
header #ctaSpace a.slide:active {
    transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -moz-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
}
header #ctaSpace a.slide span {
    color: #E5952C !important;
}
header #discount a:not(.btn),
header #discount a:not(.btn) * {
    color: white !important;
}
header #discount a .box {
    color: white;
    padding: 15px 15px !important;
    height: 90px !important;
    margin-top: 0px;
    transition: .08s all ease;
    border-radius: 2px !important;
    max-height: 90px !important;
    overflow: hidden !important;
    display: block;
    float: right;
    margin-top: 10px;
}
header #discount a:hover .box,
header #discount a:focus .box header #discount a:active .box {
    
}
header #discount a .box p {
    font-size: 18px;
    font-weight: 600 !important;
    padding: 0;
    margin: 0;
    line-height: 1.3 !important;
    font-family: "Freight Sans Bold", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}
header #discount a .box p small {
    display: block;
    padding-top: 4px !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 17px !important;
}
nav {
    background: #C9C9C9;
    padding: 0;
    z-index: 3000 !important;
    overflow: visible !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    height: 52px !important;
    z-index: 3002 !important;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 0 0 0 1px;
    border-style: solid;
}
nav ul.menu {
    position: relative;
    background: inherit !important;
    border-collapse: collapse;
}
nav ul.menu li {
    display: block;
    float: left;
    border-color: #ffffff;
    overflow: visible;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    font-size: 15px;
    line-height: 20px;
}
nav ul.menu li a {
    padding: 16px 19px;
    display: block;
    color: #434A54 !important;
    overflow: visible !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 600 !important;
}
nav ul.menu li a .glyphicons {
    margin-right: 5px;
    top: 4px;
}
nav ul.menu li a .glyphicons:before {
    color: white;
}
nav ul.menu li a:hover,
nav ul.menu li a:active {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
nav ul.menu li a.active {
    position: relative;
    background: #173559;
    color: white !important;
}
nav ul.menu li a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    background: white;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    margin-left: -3px;
    bottom: 9px !important;
}
nav ul.menu li.cta {
    background: #EF223A;    
    border-width: 0px !important;
}
nav ul.menu li.cta a {
    color: white !important;
}
/*
nav ul.menu li.cta a:hover, nav ul.menu li.cta a:focus, nav ul.menu li.cta a:active {
	opacity: .9 !important;
}
*/

nav ul.menu li.cta span,
nav ul.menu li.cta div {
    color: white !important;
}
nav ul.menu li.cta.last-child {
    margin-left: 15px;
}
nav ul.menu li .dropdown a span.caret {
    color: #434A54 !important;
    margin-left: 5px;
}
nav ul.menu li .dropdown a.active span.caret {
    color: white !important;
}
nav ul.menu li .dropdown.open {
    background: #142f50;
}
nav ul.menu li .dropdown.open span.caret {
    transform: rotateZ(-180deg);
    transform-style: preserve-3d;
    perspective: 1px;
    color: white !important;
}
nav ul.menu li .dropdown.open > a {
    background: none !important;
    color: white !important;
}
nav ul.menu li .dropdown.open ul.dropdown-menu {
    border: none;
    background: #142f50;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-top: 0;
    padding: 1px 0 0 0 !important;
}
nav ul.menu li .dropdown.open ul.dropdown-menu li {
    border-width: 0 0 1px 0 !important;
}
nav ul.menu li .dropdown.open ul.dropdown-menu li a {
    min-width: 240px;
    border: none;
    color: white !important;
}
nav ul.menu li .dropdown.open ul.dropdown-menu li a:before,
nav ul.menu li .dropdown.open ul.dropdown-menu li a:after {
    content: none;
}
nav ul.menu .pull-right li {
    border-width: 0 0 0 1px;
}
nav ul.menu:after {
    clear: both;
    display: block;
    width: 100%;
    content: '';
    /* CLEARFIX */
}
nav:after {
    clear: both;
    display: block;
    width: 100%;
    content: '';
    /* CLEARFIX */
}
.stuck.is-sticky header {
    z-index: 9999;
    position: relative;
}
.stuck.is-sticky nav {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}
section.speakers .speaker {
    border-bottom: 1px solid #DDD;
    padding-bottom: 27.5px;
    margin-top: 27.5px;
}
section.speakers .speaker h4 {
    padding-top: 15px;
    font-size: 24px;
}
section.speakers .speaker img {
    border-radius: 3px;
}
section.speakers .speaker .btn {
    margin-bottom: 20px;
}
section.speakers .speaker .overview {
    display: none;
    color: rgba(67, 74, 84, 0.7);
}
section.sponsors .sponsor {
    border-bottom: 1px solid #DDD;
    padding-bottom: 27.5px;
    margin-top: 27.5px;
}
section.sponsors .sponsor h4 {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 24px;
}
section.sponsors .sponsor img {
    border-radius: 3px;
    border-right: 1px dashed #DDD;
    padding-right: 25px;
}
section.sponsors .sponsor .btn {
    margin-bottom: 20px;
}
section.sponsors .sponsor .overview {
    display: none;
    color: rgba(67, 74, 84, 0.7);
}
.row.speakers img,
.row.attendees img,
.row.partners img {
    margin-top: 30px;
}
section#speakers .row.speakers h5 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 20px 0 2px;
    padding: 0;
    letter-spacing: 1px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    color: #173559;
}
section#speakers .row.speakers .ellipsis {
    text-overflow: ellipsis;
}
section#speakers .row.speakers h4 {
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
}
section#speakers .row.speakers p {
    margin-top: 4px;
    font-size: 12px;
    min-height: 43px;
    display: block;
}
section#speakers .row.speakers .col-lg-2 {
    position: relative;
}
section#speakers .row.speakers img {
    border-radius: 4px;
    margin-top: 0 !important;
}
section#speakers .row.speakers span.circle {
    position: absolute;
    top: 114px;
    right: 9px;
    width: 58px;
    height: 58px;
    z-index: 9;
}
section#speakers .row.speakers span.circle:after {
    content: '';
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: white !important;
    border-radius: 100px;
    z-index: 1 !important;
    border-width: 2px;
    border-style: solid;
    border-color: #173559;
}
section#speakers .row.speakers span.circle .companylogo {
    width: 58px;
    height: 58px;
    z-index: 99 !important;
    position: relative;
    border-width: 0 !important;
    border-radius: none !important;
    background: none !important;
    margin: 0;
}
section .row.speakers.alt p {
    font-size: inherit;
    line-height: inherit;
    text-align: center;
}
.row.speakers [class*='col-'] > .i1 .i2 img.img-responsive {
    min-width: 100% !important
}
section#speakers .row.speakers p {
    margin-top: 4px;
    font-size: 12px;
    min-height: 52px;
    display: block;
}
section#speakers .row.speakers span.circle img {
    border-radius: 9px !important;
    overflow: hidden !important;
    padding: 5px !important;
}
/* CTA Blocks */

a section.cta-block {
    background: #173559;
    color: white;
    transition: box-shadow 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-image: url("../img/vrx_cta_overlay.png") !important;
    background-position: 50% 20% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 171px;
    padding: 33px 0 !important;
}
a section.cta-block.cta-red h3,
a section.cta-block.cta-red p {
    text-align: center !important;
}
body a section.cta-block h3 {
    color: white !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    line-height: 37px !important;
}
a section.cta-block h3 span {
    font-weight: 700 !important;
    color: white !important;
}
a section.cta-block h3 span:not(.glyphicons) {
    display: block;
}
a section.cta-block h3 span.glyphicons {
    top: 3px;
}
a section.cta-block p {
    color: rgba(255, 255, 255, 0.9) !important;
    white-space: nowrap !important;
}
a section.cta-block.cta-brochure .thumb {
    position: relative;
}
a section.cta-block.cta-brochure .thumb .cta-window {
    width: 100%;
    height: 240px;
    display: block;
    position: absolute;
    top: -68px;
    right: 15px;
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
a section.cta-block.no-thumbnail {
    height: auto !important;
}
a section.cta-block.no-thumbnail h3 span {
    display: inline-block !important;
}
a section.cta-block.no-thumbnail p span {
    font-weight: 600 !important;
    color: white !important;
    border-bottom: 1px dotted white;
}
a:hover section.cta-block,
a:focus section.cta-block,
a:active section.cta-block {
    box-shadow: inset 5px 5px 0 0 #173559, inset -5px -5px 0 0 #173559, inset 10px 10px 0 0 white, inset -10px -10px 0 0 white;
}
a:hover section.cta-block.cta-red,
a:focus section.cta-block.cta-red,
a:active section.cta-block.cta-red {
    box-shadow: inset 5px 5px 0 0 #EF223A, inset -5px -5px 0 0 #EF223A, inset 10px 10px 0 0 white, inset -10px -10px 0 0 white;
}
section.cta-block.cta-page-end {
    background: #173559;
    padding: 28.6px 0 55px 0 !important;
    color: white;
}
section.cta-block.cta-page-end .k_updt {
    font-size: 27px;
    transform: rotate(-3.4deg) translate(-15px, -5px);
    font-family: "Architects Daughter", Comic Sans, serif;
    letter-spacing: 2px;
}
section.cta-block.cta-page-end a.btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    margin-top: 10px;
}
section.cta-block.cta-page-end img.arrow {
    margin-top: -35px;
    max-height: 70px;
}
a section.cta-block.cta-inline {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 50px;
    margin-bottom: 50px !important;
}
/* End CTA Blocks */
/* Testimonials / Carousel */

.carousel .carousel-inner .item blockquote {
    border: 0 !important;
    min-height: 230px;
}
.carousel .carousel-inner .item blockquote span.child {
    text-align: center;
    margin-top: 0px;
    display: block;
}
.carousel .carousel-inner .item blockquote span.child img {
    max-height: 150px;
    display: block;
    margin: 20px auto 10px auto;
    border-radius: 3px;
}
.carousel .carousel-inner .item blockquote span.child h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 24px;
    font-weight: normal;
}
.carousel a.carousel-control {
    background: none !important;
    text-shadow: none !important;
    font-size: 44px;
    opacity: .4;
    height: 230px;
    color: #434A54 !important;
    width: 44px;
    filter: none !important;
}
.carousel a.carousel-control span.glyphicons {
    display: block;
    height: 230px;
    line-height: 230px;
    color: #434A54 !important;
}
.carousel a.carousel-control span.glyphicons:before {
    color: #434A54 !important;
}
.carousel a.carousel-control:hover,
.carousel a.carousel-control:active {
    opacity: .8;
}
.carousel a.carousel-control.left {
    left: -92px;
}
.carousel a.carousel-control.right {
    right: -92px;
}
/* End Testimonials/Carousel */
/* Track record / Stats */

section.statistics {
    /*
	&.white {
		.stat { background-color: $sectionGrey !important; }
	}
	&.grey {
		.stat { background-color: $sectionWhite !important; }
	}
*/
}
section.statistics .stat {
    width: 100%;
    min-height: 100%;
    background: #173559;
    position: relative;
    padding-bottom: 75%;
    border-radius: 5px;
}
section.statistics .stat .baseline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 27.5px;
    text-align: center;
}
section.statistics .stat .baseline h2 {
    font-weight: 600;
    color: white;
    font-size: 88px;
    letter-spacing: 4px;
    margin: -10px 0 0 0;
    padding-left: 15px;
    padding-right: 15px;
}
section.statistics .stat .baseline p {
    color: white;
    font-size: 22px;
    line-height: 1;
    font-weight: 100;
    margin: 0;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
/* End Track record / Stats */
/* Overview Key Topics */

.key-topics .row#key_topics h4 {
    padding-left: 35px;
    color: #173559;
    font-size: 22px;
}
.key-topics .row#key_topics h4 span.glyphicons {
    color: #173559;
    font-size: 120%;
    position: absolute;
    left: 15px;
    top: 7px;
}
.key-topics .row#key_topics h4 small {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    color: #434A54;
    line-height: 1.3;
}
/* End of Overview Key Topics */
/* Sponsors Footer */

section#sponsors.sponsors-footer {
    display: block !important;
    /** OLDSCHOOL **/
}
section#sponsors.sponsors-footer:not(.alt) {
    width: 100%;
    height: auto;
    background-color: #FFF !important;
    margin-top: 0px;
    text-align: center !important;
    z-index: 99;
}
section#sponsors.sponsors-footer:not(.alt) ul {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
    display: block;
}
section#sponsors.sponsors-footer:not(.alt) ul.enter > span:not(.hover) {
    opacity: .1;
}
section#sponsors.sponsors-footer:not(.alt) ul.enter > span.hover {
    opacity: 1;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
section#sponsors.sponsors-footer:not(.alt) ul span {
    background: white;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0px;
    padding: 36px 0;
    transition: opacity 0.25s ease;
}
section#sponsors.sponsors-footer:not(.alt) ul span,
section#sponsors.sponsors-footer:not(.alt) ul li > a {
    cursor: pointer !important;
    border: none !important;
    outline: 0 !important;
    text-decoration: none !important;
}
section#sponsors.sponsors-footer:not(.alt) ul li {
    margin: 20px 16px 0;
    display: inline-block;
}
section#sponsors.sponsors-footer:not(.alt) ul li a > img {
    padding-bottom: 10px;
}
section#sponsors.sponsors-footer h1 {
    font-weight: 300 !important;
    color: #434A54 !important;
}
section#sponsors.sponsors-footer img {
    border-radius: 3px;
}
section#sponsors.sponsors-footer.alt * {
    text-align: center !important;
}
section#sponsors.sponsors-footer.alt span {
    display: block;
    width: 100%;
    text-align: center !important;
}
section#sponsors.sponsors-footer.alt span[data-group-title]:before {
    content: attr(data-group-title);
    display: block;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 10px;
}
section#sponsors.sponsors-footer.alt ul {
    display: block;
    padding: 0 !important;
    list-style: none !important;
    float: none;
    width: 100%;
}
section#sponsors.sponsors-footer.alt ul li {
    display: inline-block !important;
    padding: 0 15px;
}
/* End Sponsors Footer */

table.table {
    background: white !important;
}
table.table tr td,
table.table tr th {
    padding: 15px;
}
table.table tr th {
    background: #173559;
    color: white;
}
/* Agenda */

ul.nav.nav-tabs {
    border-left: 1px solid #DDD;
    border-width: 0px 0px 0px 1px !important;
    margin-bottom: 38.5px;
    border-collapse: collapse;
    background: white;
}
ul.nav.nav-tabs.grid2 li {
    width: 50%;
    max-width: 50%;
}
ul.nav.nav-tabs.grid3 li {
    width: 33.333%;
    max-width: 33.333%;
}
ul.nav.nav-tabs.grid4 li {
    width: 25%;
    max-width: 25%;
}
ul.nav.nav-tabs.grid5 li {
    width: 20%;
    max-width: 20%;
}
ul.nav.nav-tabs li {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 100%;
}
ul.nav.nav-tabs li a {
    width: 100%;
    padding: 27.5px 13.75px 13.75px 13.75px;
    font-size: 28px;
    font-family: "Freight Sans Bold", "Roboto", sans-serif !important;
    color: #173559 !important;
    background: white;
    border-radius: 0 !important;
    border-width: 1px 1px 1px 0px !important;
    border-color: #DDD;
    line-height: 1 !important;
    margin: 0;
}
ul.nav.nav-tabs li a:after {
    content: none !important;
}
body ul.nav.nav-tabs li a small {
    display: block;
    color: #173559 !important;
    font-size: 16px;
    opacity: .9;
    margin-top: 5px;
    font-family: "Roboto", sans-serif !important;
}
ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li a:focus,
ul.nav.nav-tabs li a:active {
    background: rgba(23, 53, 89, 0.15);
}
ul.nav.nav-tabs li.active a {
    color: white !important;
    background: #173559 !important;
    border-color: #173559 !important;
}
ul.nav.nav-tabs li.active a small {
    color: white !important;
    color: #31BDDD !important;
}
.agenda .tab-pane h2 {
    margin-bottom: 25px;
}
.agenda table.table tr th {
    padding: 27.5px;
}
.agenda table.table tr td {
    padding: 27.5px;
}
.agenda table.table tr td h4 {
    color: #173559;
    font-size: 22px;
    margin-top: -8px !important;
}
.agenda table.table tr td.time {
    max-width: 55px;
    width: 55px;
    padding: 27.5px 10px 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .8;
}
.agenda table.table tr td.time {
    max-width: 55px;
    width: 55px;
    padding: 27.5px 10px 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .8;
}
.agenda table.table tr td p.speaker_info {
    font-size: 90%;
}
.agenda table.table.table-drop .fifty {
    width: 50%!important;
}
.agenda table.table tr.track td {
    background: #173559;
    border-collapse: #142f50;
    color: white !important;
    font-size: 28px;
    font-weight: 600;
    padding: 13.75px 27.5px;
}
.agenda table.table tr.track td.time {
    color: white !important;
}
/* End of Agenda */

div.browserError {
    background: #e74c3c;
    color: #f5f7fa;
    font-size: 16px;
    padding: 10px 0 !important;
    display: none;
}
div.browserError img {
    margin-right: 10px;
    width: 23px !important;
    height: 20px !important;
}
div.browserError a {
    font-weight: bold;
    color: #f1c40f !important;
}
div.browserError a:hover,
div.browserError a:focus,
div.browserError a:active {
    font-weight: bold;
    color: #f39c12 !important;
    text-decoration: underline !important;
    text-decoration-line: underline !important;
}
.co_details {
    padding-top: 55px;
    min-height: 170px;
    margin-bottom: 35px !important;
}
.co_details h4 {
    font-size: 22px !important;
    padding-top: 0;
    margin-top: 0 !important;
    padding-bottom: 0px !important;
    margin-bottom: 5px;
}
.co_details img {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    float: left;
}
.co_details p.noMargin {
    margin-bottom: 0 !important;
}
.co_details h4 {
    font-size: 28px !important;
    color: #173559;
    padding-top: 5px;
    font-weight: 400;
}
.co_details img {
    margin-top: -15px !important;
    margin-right: 25px !important;
    margin-left: 10px;
    border-radius: 0;
    max-height: 165px;
    height: 165px;
    width: 132px;
    display: block;
    box-shadow: 0 0 0 3px white, 0 0 0 10px #173559;
}
#scroll-top {
    position: fixed;
    z-index: 99999 !important;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.14);
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: .2s all ease;
    opacity: 0;
    pointer-events: none;
}
#scroll-top.active {
    opacity: 1;
    pointer-events: all;
}
#scroll-top span {
    text-align: center;
    line-height: 26px;
    color: white;
    height: 30px;
    width: 30px;
    display: block;
}
#scroll-top span.glyphicons {
    font-size: 24px;
}
#scroll-top:hover,
#scroll-top:focus,
#scroll-top:active {
    background: rgba(0, 0, 0, 0.5);
}
#footer {
    background-color: #1e3056;
    padding: 70px 0;
}
#footer h6 {
    font-size: 14px;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: -4px 0 9px;
    padding: 0 0 6px 0;
    font-weight: 600;
    border-bottom: #98aedb solid 1px;
    color: #FFF !important;
}
#footer a {
    color: #FFF !important;
}
#footer ul.share-new {
    list-style: none;
    padding: 0;
    margin: 25px 0 25px 0;
    color: #FFF !important;
    overflow: hidden;
    display: block;
}
#footer ul.share-new:after {
    display: block;
    clear: both;
    content: '';
    color: #FFF !important;
}
#footer ul.share-new.grid3 li {
    width: 33.333333%;
}
#footer ul.share-new.grid4 li {
    width: 25%;
}
#footer ul.share-new.grid5 li {
    width: 20%;
}
#footer ul.share-new li {
    float: left;
    display: block;
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    transform: scale(1);
    padding: 0px !important;
    color: #FFF !important;
}
#footer ul.share-new li.share a:not(.btn) {
    padding: 5px 5px;
    text-align: center;
    min-width: 100%;
    width: 100%;
    font-size: 32px !important;
    color: #FFFFFF !important;
    display: block;
}
#footer ul.share-new li.share a:not(.btn) > span {
    color: #FFFFFF !important;
}
#footer ul.share-new li.share a:not(.btn):active {
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
}
#footer ul.share-new li.share a:not(.btn):after {
    content: none;
}
#footer ul.share-new li.share.twitter:active,#footer ul.share-new li.share.twitter:hover, #footer ul.share-new li.share.twitter:focus {
    background: #55acee;
}
#footer ul.share-new li.share.google:active,#footer ul.share-new li.share.google:hover, #footer ul.share-new li.share.google:focus {
    background: #dc4e41;
}
#footer ul.share-new li.share.linkedin:active,#footer ul.share-new li.share.linkedin:hover, #footer ul.share-new li.share.linkedin:focus {
    background: #0077b5;
}
#footer ul.share-new li.share.facebook:active,#footer ul.share-new li.share.facebook:hover, #footer ul.share-new li.share.facebook:focus {
    background: #3b5998;
}
#footer ul.share-new li.share.instagram:active,#footer ul.share-new li.share.instagram:hover, #footer ul.share-new li.share.instagram:focus {
    background: #3f729b;
}
#footer ul.larger {
    margin-top: -19px !important;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul.larger li {
    display: block;
    margin: 0;
    padding: 0;
}
#footer ul.larger li a {
    font-size: 18px;
    text-transform: capitalize;
    padding: 25px 0;
    display: block;
    color: white !important;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#footer ul.larger li a:hover,
#footer ul.larger li a:focus,
#footer ul.larger li a:active {
    padding-left: 10px;
}
#footer ul.larger li a span.glyphicons {
    margin-right: 7px;
    font-size: 20px;
    margin-top: 0px;
}
#footer ul.smaller {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul.smaller li {
    display: block;
    margin: 0;
    padding: 0;
}
#footer ul.smaller li a {
    padding: 4px 0 4px;
    display: block;
    font-size: 13px !important;
    color: white !important;
}
#footer ul.smaller li a span.glyphicons {
    margin-left: 3px;
    margin-top: 2px;
    opacity: .4;
    color: white !important;
}
#footer ul.smaller li a:before,
#footer ul.smaller li a:after {
    content: none;
}
#footer ul.smaller li a:hover,
#footer ul.smaller li a:focus,
#footer ul.smaller li a:active {
    opacity: .7;
    text-decoration: underline !important;
}
#footer ul.smaller li:first-child a {
    padding-top: 0;
}
#footer p {
    margin: 4px 0 12px 0 !important;
    font-size: 12px;
    line-height: 1.6 !important;
    color: #b2b2b2 !important;
    font-weight: 300 !important;
}
#footer p a:before,
#footer p a:after {
    background: white;
}
#footer p#attribution {
    opacity: .5;
    padding-top: 8px;
}
#footer p#attribution img {
    display: inline;
    max-height: 18px;
    max-width: 20px;
    margin: -3px 5px 0 0 !important;
}
#footer #conference {
    color: white;
}
#footer #conference h1 {
    font-size: 20px;
    font-weight: 300 !important;
    margin: 0;
    padding: 0;
    margin-top: -6px;
    line-height: 1.4 !important;
}
#footer #conference h1 small {
    font-size: 15px !important;
    font-weight: inherit !important;
    color: inherit !important;
    display: block;
    padding-top: 5px;
    opacity: .5;
}
#footer #conference a.btn {
    margin-top: 21px;
}
#footer #conference a.btn .glyphicons {
    margin-top: 1px;
    margin-right: 3px;
}
#footer img.logo {
    margin: 0 20px 5px 0;
    max-height: 90px;
    height: 50px;
    width: 78px;
    margin-top: -10px;
}
#footer img.logo {
    width: 215px !important;
}
.row.logos span.box > img {
    margin-bottom: 20px;
    border-radius: 3px !important;
}
section.grey .row.logos .box {
    padding: 15px !important;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    margin-bottom: 20px;
    border-radius: 4px !important;
}
section.grey .row.logos .box img {
    margin: 0 !important
}
.hacked .carousel .carousel-inner .item blockquote {
    min-height: 370px !important;
}
.hacked .carousel a.carousel-control {
    height: 370px !important;
}
.hacked .carousel a.carousel-control span.glyphicons {
    font-size: 32px !important;
    height: 370px;
    line-height: 370px;
}
.hacked .carousel a.carousel-control.left {
    left: -35px !important;
}
.hacked .carousel a.carousel-control.right {
    right: -35px !important;
}
/**
	
	
	REGISTER
	
	 **/

.pass {
    display: block;
    width: 100%;
    min-height: 100px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 !important;
}
.pass hr {
    margin: 10px 0 12px !important;
}
.pass h5 {
    color: #111 !important;
}
.pass .pass-body {
    padding: 15px;
}
.pass .pass-body h5 {
    font-size: 18px;
    font-weight: 600px !important;
}
.pass .pass-body a.btn.pull-right {
    min-width: 100px;
}
.pass h4 {
    color: white;
    font-size: 30px;
    padding: 34px 15px 12px 15px;
    margin: 0;
    font-weight: 300;
    font-weight: 600 !important;
}
.pass h4 small {
    color: white;
    font-size: 65%;
    display: block;
    opacity: .8 !important;
    font-weight: 300 !important;
    padding-top: 2px;
}
.pass h4 small .glyphicons {
    font-size: 90%;
    margin-right: 2px;
}
.pass h6 {
    color: white;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    margin: 0;
}
.pass h3 {
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
    font-size: 48px !important;
    line-height: 40px !important;
}
.pass ul {
    padding: 10px 0 10px 25px !important;
}
.pass ul:nth-of-type(1) {
    padding-bottom: 0 !important;
}
.pass ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px !important;
}
.pass ul li:nth-last-of-type(1) ul {
    padding-bottom: 0 !important;
}
.pass ul li:before {
    content: "\E224";
    font-family: 'Glyphicons Regular';
    font-size: 14px;
    color: #999;
    position: absolute;
    margin-top: 1px;
    left: -20px;
}
.pass #price {
    position: relative;
}
.pass #price h3 {
    float: left;
    font-weight: 600;
    display: inline-block;
}
.pass #price h3:first-letter {
    margin-right: 2px;
}
.pass #price h3:not(.discount) {
    font-size: 26px !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    margin-left: 30px !important;
    letter-spacing: -1px;
    line-height: 40px !important;
    padding: 0;
    opacity: 1;
    font-weight: 300;
    position: relative;
    margin-top: 5px;
    color: #999;
}
.pass #price h3:not(.discount):first-letter {
    font-size: 70%;
}
.pass #price h3:not(.discount):after {
    display: block;
    width: 100%;
    height: 2px;
    background: #EF223A;
    position: absolute;
    left: 42%;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%) rotate(-5deg);
}
.pass #price h3.discount {
    padding-top: 0;
}
.pass #price h3.discount:first-letter {
    font-size: 70%;
}
.pass.diamond,
.pass.gold,
.pass.silver {
    border: 2px solid gray;
}
.pass .row {
    margin-top: 0 !important;
}
.pass .row a.btn.btn-success:after {
    content: none !important;
}
.pass .row a.btn.btn-success:nth-of-type(1) {
    margin-top: 10px !important;
}
.row.passes > div:nth-of-type(1) .pass,
.row.passes > div[class*='col-']:nth-of-type(1) .pass {
    border-color: #173559;
}
.row.passes > div:nth-of-type(1) .pass h4,
.row.passes > div:nth-of-type(1) .pass h6,
.row.passes > div[class*='col-']:nth-of-type(1) .pass h4,
.row.passes > div[class*='col-']:nth-of-type(1) .pass h6 {
    background: #173559;
}
.row.passes > div:nth-of-type(2) .pass,
.row.passes > div[class*='col-']:nth-of-type(2) .pass {
    border-color: #455d7a;
}
.row.passes > div:nth-of-type(2) .pass h4,
.row.passes > div:nth-of-type(2) .pass h6,
.row.passes > div[class*='col-']:nth-of-type(2) .pass h4,
.row.passes > div[class*='col-']:nth-of-type(2) .pass h6 {
    background: #455d7a;
}
.row.passes > div:nth-of-type(3) .pass,
.row.passes > div[class*='col-']:nth-of-type(3) .pass {
    border-color: #73859b;
}
.row.passes > div:nth-of-type(3) .pass h4,
.row.passes > div:nth-of-type(3) .pass h6,
.row.passes > div[class*='col-']:nth-of-type(3) .pass h4,
.row.passes > div[class*='col-']:nth-of-type(3) .pass h6 {
    background: #73859b;
}
.row.passes > div:nth-of-type(4) .pass,
.row.passes > div[class*='col-']:nth-of-type(4) .pass {
    border-color: #73859b;
}
.row.passes > div:nth-of-type(4) .pass h4,
.row.passes > div:nth-of-type(4) .pass h6,
.row.passes > div[class*='col-']:nth-of-type(4) .pass h4,
.row.passes > div[class*='col-']:nth-of-type(4) .pass h6 {
    background: #73859b;
}
/* BOOTSTRAP MODAL */

a[data-toggle] {
    cursor: pointer !important;
}
.modal {
    z-index: 10001;
    border-radius: 3px !important;
}
.modal .modal-dialog .modal-content {
    border: none;
    box-shadow: 0 0 0 10px rgba(67, 74, 84, 0.15);
    border-radius: 0;
}
.modal .modal-dialog .modal-content [class*='modal-'] {
    border: none;
    border-radius: 0;
    padding: 15px;
}
.modal .modal-dialog .modal-content [class*='modal-'].modal-title {
    padding: 0 !important;
}
.modal .modal-dialog .modal-content .modal-header {
    background: #173559;
    color: white;
    position: relative;
    overflow: visible;
}
.modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 22px;
    line-height: inherit !important;
    font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-header button.close {
    text-shadow: none;
    color: white;
    opacity: .7;
    padding: 6px 0;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover,
.modal .modal-dialog .modal-content .modal-header button.close:focus,
.modal .modal-dialog .modal-content .modal-header button.close:active {
    opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
    background: #FFFFFF;
}
.modal .modal-dialog .modal-content .modal-footer {
    background: #eceef1;
}
.modal-backdrop {
    z-index: 10000;
    background-color: white;
}
.modal-backdrop.in {
    opacity: .7;
}
#banner-full {
    padding: 14px 0;
    background: #d71e34;
    position: relative;
}
#banner-full p {
    font-size: 18px;
    color: white !important;
    margin: 0 !important;
}
#banner-full p span {
    font-weight: 600;
    border-bottom: 1px dotted white;
    color: inherit !important;
}
/* END BOOSTRAP MODAL */
/* Attendees Sidebar */

section .row.logos#faux_sidebar [class^='col-'] img:first-child,
section .row.logos#faux_sidebar [class^='col-'] img {
    margin-bottom: 10px !important;
}
.attendees [class*='col-'] {
    margin-bottom: 30px !important;
}
/* END Attendees Sidebar */

.banners, body #at4-share, body #at4-soc {
    z-index: 9999 !important;
    position: fixed;
    top: 260px !important;
}
.atss.atss-right {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    right: 0 !important;
}
#aside.pull-left.banners {
    left: -200px;
}
#aside.pull-left.banners > a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    display: block;
    pointer-events: all !important;
    position: relative;
    left: 0;
    transition: 0.22s all ease-out;
    color: #FFFFFF !important;
}
#aside.pull-left.banners > a .bannerBar {
    background: #36af42 !important;
    color: #FFFFFF;
    max-height: 48px;
    position: relative;
    margin-bottom: 1px;
}
#aside.pull-left.banners > a .bannerBar > div {
    height: 48px;
    float: left;
}
#aside.pull-left.banners > a .bannerBar > div.text {
    background: #309d3b !important;
    line-height: 48px;
    padding: 0 15px 0 0;
    min-width: 200px;
    text-align: right;
    color: #FFFFFF !important;
    font-size: 14px !important;
}
#aside.pull-left.banners > a .bannerBar > div.icon {
    font-size: 28px;
    line-height: 28px;
    padding: 10px;
    width: 48px;
    height: 48px;
    color: #FFFFFF !important;
}
#aside.pull-left.banners > a .bannerBar > div.icon > .glyphicons:before {
    color: #FFFFFF;
}
#aside.pull-left.banners > a .bannerBar:after {
    clear: both;
    content: '';
    display: block;
}
#aside.pull-left.banners > a:active,
#aside.pull-left.banners > a:hover,
#aside.pull-left.banners > a:focus {
    left: 200px !important;
}
.at4-share-btn,
.bannerBar {
    z-index: 9999999 !important;
}
@media (max-width: 768px) {
    .pass .col-xxs-12 {
        margin-bottom: 10px !important;
    }
    .pass li {
        line-height: 1.7 !important;
    }
    .pass #price h3.discount { display: block !important; width: 100% !important; text-align: left !important;  }
    .pass #price h3:not(.discount) { display: block; margin: 0 !important; line-height: 22px !important;}
}
@media(min-width: 1200px) {
    section#speakers .row.speakers span.circle {
        top: 116px;
        right: 6px;
    }
}
@media (max-width: 1199px) {
    section#speakers .row.speakers span.circle {
        top: 95px;
        right: 5px;
        width: 45px;
        height: 45px;
    }
    section#speakers .row.speakers span.circle:after {
        width: 58px;
        height: 58px;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
    }
    section#speakers .row.speakers span.circle .companylogo {
        width: 45px;
        height: 45px;
    }
}
@media(max-width: 1000px) {
    .agenda table.table tr td {
        display: block;
    }
    .agenda table.table tr td.time {
        max-width: 100%;
        width: 100%;
    }
    .agenda table.table.table-drop .fifty {
        width: 100%!important;
    }
}
@media (max-width: 991px) {
    nav {
        max-height: min-intrinsic;
        height: auto !important;
        background-color: #383e47 !important;
    }
    nav ul {
        border: none !important;
    }
    nav ul.menu-for-mobile {
        height: 52px !important;
        max-height: 52px !important;
        overflow: hidden;
        background: #000023 !important;
    }
    nav ul.menu-for-mobile .pull-right {
        float: right !important;
    }
    nav ul.menu-for-mobile .pull-right li {
        width: auto !important;
    }
    nav ul.menu-for-mobile .pull-right li a {
        padding: 13px 30px !important;
        max-height: 52px !important;
        color: white !important;
        border-left: 1px solid #15214C !important;
    }
    nav ul.dd_menu {
        background-color: #383e47 !important;
        padding-top: 0px;
        padding-bottom: 20px;
        max-height: 70vh;
        max-height: calc(100vh - 202px) !important;
        max-height: -webkit-calc(100vh - 202px) !important;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 3001 !important;
    }
    nav ul.menu li a {
        color: white !important;
    }
    nav ul li {
        display: block;
        float: none !important;
        border: none;
        width: 100%;
        margin-top: 0 !important;
    }
    nav ul li a {
        width: 100%;
        display: block;
    }
    nav ul li a.active:after {
        content: none !important;
    }
    nav ul span.pull-right {
        float: none !important;
    }
    nav ul span.pull-right li {
        display: block;
        width: 100%;
        float: none !important;
    }
    nav ul span.pull-right li.cta {
        background: none !important;
    }
    nav ul span.pull-right li.cta:nth-last-of-type(1) {
        margin-bottom: 2px;
    }
    nav ul span.pull-right li.cta.last-child {
        margin-left: 0 !important;
        border-left: 0 !important;
    }
    nav .container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    nav .container .row {
        margin: 0 !important;
        padding: 0 !important;
    }
    nav .container .row [class*='col-'] {
        padding: 0 !important;
    }
    a section.cta-block {
        height: auto !important;
    }
    .row#key_topics:not(:nth-of-type(1)) {
        margin-top: 0 !important;
    }
    .row#key_topics > div {
        margin-top: 25px !important;
    }
    .row#key_topics .glyphicons {
        margin-top: -10px;
    }
    section.statistics .row.stats > div .stat {
        min-height: 190px !important;
    }
    section.statistics .row.stats > div .stat .baseline {
        padding: 20px !important;
    }
    section.statistics .row.stats > div .stat h2 {
        font-size: 66px !important;
    }
    section.statistics .row.stats > div .stat p {
        font-size: 15px !important;
    }
    section#speakers > .container > .row.speakers:nth-of-type(3) {
        margin-top: 0 !important;
    }
    a.carousel-control {
        display: none;
    }
    .pull-left.banners#aside,
    .addthis-smartlayers,
    .atss {
        display: none;
        visibility: hidden;
    }
    nav ul.menu-for-mobile .pull-right li a {
        height: 56px !important;
    }
    a section.cta-block p {
        white-space: normal !important;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
a section.cta-block h3 span:not(.glyphicons) {
    display: inline !important;
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 28px !important
    }
    h2,
    .h2 {
        font-size: 24px !important
    }
    h3,
    .h3 {
        font-size: 20px !important
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    section,
    #footer {
        padding: 33px 0 !important;
    }
    section .row,
    #footer .row {
        margin-top: 22px;
    }
    section .row:nth-of-type(1),
    #footer .row:nth-of-type(1) {
        margin-top: 0 !important;
    }
    section.ht,
    #footer.ht {
        padding: 13px 0 33px 0 !important;
    }
    section.hero,
    #footer.hero {
        padding: 55px 0 0 0 !important;
    }
    section.hero h1,
    #footer.hero h1 {
        font-size: 34px !important;
    }
    section .triangle,
    #footer .triangle {
        margin-top: 75px !important;
    }
    header h1 {
        padding-top: 25px !important;
        font-size: 22px !important
    }
    header h1 small {
        font-size: 13px !important
    }
    header h1 img {
        margin-top: -18px;
    }
    nav .container {
        padding: 0 !important;
    }
    nav ul.menu li a {
        padding-left: 30px;
        padding-right: 30px;
    }
    section.speakers .speaker,
    section.sponsors .sponsor {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    section.speakers .speaker h4,
    section.sponsors .sponsor h4 {
        padding-top: 0 !important;
        font-size: 22px !important;
    }
    section#speakers > .row.speakers {
        margin-top: 0 !important;
    }
    section#speakers > .row.speakers:nth-first-of-type(1) {
        margin-top: 25px;
    }
    section.statistics .row.stats > div .stat {
        margin-top: 25px !important;
        padding-bottom: 0 !important;
        height: auto !important;
    }
    section.statistics .row.stats > div .stat .baseline {
        width: 100%;
    }
    section.statistics .row.stats > div:nth-of-type(1) .stat {
        margin-top: 0px !important;
    }
    ul.nav.nav-tabs {
        border-left: 1px solid #DDD;
        border-top: 1px solid #DDD !important;
    }
    ul.nav.nav-tabs.grid2 li,
    ul.nav.nav-tabs.grid3 li,
    ul.nav.nav-tabs.grid4 li,
    ul.nav.nav-tabs.grid5 li,
    ul.nav.nav-tabs.grid6 li {
        width: 100% !important;
        max-width: 100% !important;
    }
    ul.nav.nav-tabs li a {
        border-width: 0px 1px 1px 0px !important;
    }
    section.agenda table.table tr td {
        padding: 15px !important;
    }
    section.agenda table.table tr td.time {
        font-size: 10px !important;
    }
    a:hover section.cta-block,
    a:focus section.cta-block,
    a:active section.cta-block {
        box-shadow: none !important;
        opacity: .8 !important;
    }
    section.cta-block.cta-page-end {
        padding: 27.5px 0 !important;
    }
    section.cta-block.cta-page-end .row {
        margin-top: 0 !important;
    }
    section.cta-block.cta-page-end .row a {
        margin-top: 0 !important;
    }
    section.cta-block.cta-page-end .row h2 {
        color: white !important;
        text-align: center;
        margin: 0 0 15px 0 !important;
    }
    .row#key_topics:not(:nth-of-type(1)) {
        margin-top: 0 !important;
    }
    .row#key_topics > div {
        margin-top: 25px !important;
    }
    .row#key_topics .glyphicons {
        margin-top: -10px !important;
    }
    .co_details {
        padding-top: 33px;
        margin-bottom: 15px !important;
    }
    .co_details h4 {
        font-size: 18px !important;
    }
    .co_details img {
        max-width: 100px;
        margin-top: 10px !important;
        margin-bottom: 60px!important;
        height: auto;
    }
    .co_details p,
    div#section .co_details p * {
        font-size: 13px !important;
    }
    #footer p:nth-of-type(1):after {
        content: '';
        clear: both;
        display: block;
    }
    #footer p#attribution {
        display: block !important;
        min-width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }
    .modal-dialog {
        margin: 0;
    }
    section.hero img {
        display: none !important
    }
}
@media (max-width: 550px){
	header h1 { padding-top: 32px !important}
	header h1 a img {
		max-height: 60px !important;
		margin-right: 18px !important;
		margin-top: -9px !important;
	}
	header h1 small { padding-left: 118px !important}
}
@media (max-width: 470px){
	header h1 { padding-top: 32px !important; font-size: 24px !important;}
	header h1 a img { display: block !important; max-width: 75px !important; margin-right: 13px !important; margin-top: 2px !important;}
	header h1 small { padding-left: 0 !important}
}
@media (max-width: 418px){
	header h1 { padding-top: 39px !important; font-size: 18px !important;}
	header h1 a img { display: block !important; max-width: 75px !important; margin-right: 7px !important; margin-top: -5px !important;}
	header h1 small { font-size: 12px !important;}
}

div.browserError {
    background: #e74c3c;
    color: #f5f7fa;
    font-size: 16px;
    padding: 10px 0 !important;
    display: none;
}
div.browserError img {
    margin-rig: 10px;
    width: 23px !important;
    height: 20px !important;
}
div.browserError a {
    font-weight: bold;
    color: #f1c40f !important;
}
div.browserError a:hover,
div.browserError a:focus,
div.browserError a:active {
    font-weight: bold;
    color: #f39c12 !important;
    text-decoration: underline !important;
    text-decoration-line: underline !important;
}
#ie8clearfix {
    display: none;
    clear: none;
}
.well {
    border-radius: 3px !important;
    box-shadow: none !important;
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 0;
}
.well > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.well > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
div#section.white .well {
    background: #EAEDF2 !important;
}
div#section.grey .well {
    background: #FFFFFF !important;
}

body #at4-soc .at4-arrow.at-left { display: none !important;}

@media (min-width:1200px) and (max-width: 1251px) {
	#aside.pull-left.banners, body #at4-share, body #at4-soc, #at4-share.addthis_32x32_style.atss.atss-right.addthis-animated.slideInRight { display: none !important; opacity: 0 !important; visibility: hidden !important; }
}
@media (min-width: 1053px) and (max-width:1199px) {
	#aside.pull-left.banners, body #at4-share, body #at4-soc, #at4-share.addthis_32x32_style.atss.atss-right.addthis-animated.slideInRight { display: block !important; opacity: 1 !important; visibility:visible !important; }
}
@media (max-width: 1052px) {
	#aside.pull-left.banners, body #at4-share, body #at4-soc, #at4-share.addthis_32x32_style.atss.atss-right.addthis-animated.slideInRight { display: none !important; opacity: 0 !important; visibility: hidden !important; }
}


#footer img.logo {
    max-height: 50px !important; 
    height: 50px !important;
    width: auto !important;
    margin: -10px 20px 15px 0;
}