@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: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important; }

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: #024ba1 !important; }

p#red, p.red, .red, #red {
  color: #A31F16 !important;
  font-weight: 600; }

/** Button Styles & Colours **/
.btn, a.btn {
  border-radius: 0px;
  color: white !important;
  word-wrap: normal !important;
  white-space: normal !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: #aeaeae;
      border-color: #aeaeae; }
  .btn.btn-primary, a.btn.btn-primary {
    background-color: #023F88;
    border-color: #023F88; }
    .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: #02336f;
      border-color: #02336f; }
  .btn.btn-secondary, a.btn.btn-secondary {
    background-color: #E38A38;
    border-color: #E38A38; }
    .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: #e07d22;
      border-color: #e07d22; }
  .btn.btn-info, a.btn.btn-info {
    background-color: #023F88;
    border-color: #023F88; }
    .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: #02336f;
      border-color: #02336f; }
  .btn.btn-success, a.btn.btn-success {
    background-color: #389036;
    border-color: #389036; }
    .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: #317d2f;
      border-color: #317d2f; }
  .btn.btn-warning, a.btn.btn-warning {
    background-color: #E38A38;
    border-color: #E38A38; }
    .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: #e07d22;
      border-color: #e07d22; }
  .btn.btn-danger, a.btn.btn-danger {
    background-color: #A31F16;
    border-color: #A31F16; }
    .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: #8d1b13;
      border-color: #8d1b13; }
  .btn.btn-dark, a.btn.btn-dark {
    background-color: #3a4049;
    border-color: #3a4049; }
    .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: #2f343a;
      border-color: #2f343a; }
  .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: #023F88;
  position: relative;
  -webkit-transition: none;
          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: #023F88;
    height: 1px;
    bottom: 0;
    left: 50%;
    width: 0;
    pointer-events: none !important;
    -webkit-transition: inherit;
            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 {
    -webkit-transition: 0.3s all ease;
            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%;
      -webkit-transition: inherit;
              transition: inherit; }

ul.tick, ul.ticks {
  list-style-image: url(../img/tick_grey.png); }

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: #114a8f !important; }
  section.grey, section.pale, section.dark {
    background: #114a8f; }
    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 center no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 88px 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: #023F88;
      opacity: .5 !important; }
    section.hero:after {
      background: rgba(0, 0, 0, 0.7) 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: 20px;
      color: white; }
    section.hero .row {
      z-index: 9 !important;
      position: relative; }
    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: #114a8f; }
      section.hero .triangle:before {
        left: -10px;
        -webkit-transform: skewX(45deg);
            -ms-transform: skewX(45deg);
                transform: skewX(45deg); }
      section.hero .triangle:after {
        right: -10px;
        -webkit-transform: skewX(-45deg);
            -ms-transform: skewX(-45deg);
                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: #023F88; }
  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: 8px 0 !important;
  background: #164e91;
  font-size: 14px !important;
  position: relative;
  z-index: 9999; }
  #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: #434A54 !important;
        border-bottom-color: #434A54 !important;
        font-size: 12px !important; }
      #topbar ul li.divider {
        color: #434A54;
        padding: 0 7px;
        opacity: .8; }

header {
  padding: 22px 0;
  height: 124px;
  overflow: hidden;
  background: white;
  z-index: 9999 !important; }
  header h1 {
    font-weight: 400;
    padding: 6px 0 0 0;
    margin: 0;
    font-size: 40px; }
    header h1 small {
      display: block;
      color: #434A54;
      font-size: 16px;
      padding-top: 5px; }
  header #brand img {
    max-height: 80px;
    float: right;
    width: 98px;
    height: 80px; }

nav {
  background: #C9C9C9;
  padding: 0;
  z-index: 3000 !important;
  overflow: visible !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased !important;
  height: 48px !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); }
        nav ul.menu li a {
          padding: 14px 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: #023F88;
            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: #E38A38;
          border-color: rgba(0, 0, 0, 0.15);
          border-width: 0px 1px; }
          nav ul.menu li.cta a {
            color: white !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: #012856; }
          nav ul.menu li .dropdown.open span.caret {
            -webkit-transform: rotateZ(-180deg);
                    transform: rotateZ(-180deg);
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
            -webkit-perspective: 1px;
                    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: #012856;
            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: #023F88; }

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: #023F88; }
  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; }

/* CTA Blocks */
a section.cta-block {
  background: #023F88;
  color: white;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: box-shadow 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-image: url("../img/ethicalcorp_cta_overlay.png") !important;
  background-position: 50% 50% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 171px;
  padding: 33px 0 !important; }
  a section.cta-block h3 {
    color: white !important;
    font-size: 30px;
    font-weight: 300 !important;
    text-transform: uppercase;
    line-height: 37px !important;
    letter-spacing: 0 !important; }
    a section.cta-block h3 span {
      font-weight: 500;
      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; }
  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 #023F88, inset -5px -5px 0 0 #023F88, inset 10px 10px 0 0 white, inset -10px -10px 0 0 white; }

section.cta-block.cta-page-end {
  background: #023F88;
  padding: 28.6px 0 55px 0 !important;
  color: white; }
  section.cta-block.cta-page-end .k_updt {
    font-size: 27px;
    -webkit-transform: rotate(-3.4deg) translate(-15px, -5px);
        -ms-transform: rotate(-3.4deg) translate(-15px, -5px);
            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 a.btn:hover, section.cta-block.cta-page-end a.btn:focus, section.cta-block.cta-page-end a.btn:active {
      background: white;
      color: #023F88 !important; }
  section.cta-block.cta-page-end img.arrow {
    margin-top: -35px;
    max-height: 70px; }

/* 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: -30px;
    display: block; }
    .carousel .carousel-inner .item blockquote span.child img {
      max-height: 150px;
      display: block;
      margin: 0 auto 0 auto; }
    .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;
  -webkit-filter: none !important;
          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 */
.statistics .stat {
  width: 100%;
  min-height: 270px;
  background: #023F88;
  position: relative; }
  .statistics .stat .baseline {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    padding: 27.5px; }
    .statistics .stat .baseline h2 {
      font-weight: 600;
      color: white;
      font-size: 88px;
      letter-spacing: 4px;
      margin: 0; }
    .statistics .stat .baseline p {
      color: white;
      font-size: 28px;
      line-height: 1;
      font-weight: 100;
      margin: 0;
      letter-spacing: 1px; }

/* End Track record / Stats */
/* Overview Key Topics */
.key-topics .row#key_topics h4 {
  padding-left: 35px; }
  .key-topics .row#key_topics h4 span.glyphicons {
    color: #023F88;
    font-size: 150%;
    position: absolute;
    left: 15px;
    top: 5px; }

/* 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;
        -webkit-transition: opacity 0.25s ease;
                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: #023F88;
    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;
      color: #023F88 !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; }
      ul.nav.nav-tabs li a small {
        display: block;
        color: #023F88 !important;
        font-size: 16px;
        opacity: .8;
        margin-top: 5px; }
      ul.nav.nav-tabs li a:hover, ul.nav.nav-tabs li a:focus, ul.nav.nav-tabs li a:active {
        background: rgba(2, 63, 136, 0.15); }
    ul.nav.nav-tabs li.active a {
      color: white !important;
      background: #023F88 !important;
      border-color: #023F88 !important; }
      ul.nav.nav-tabs li.active a small {
        color: white !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: #023F88;
    font-size: 22px;
    margin-top: -8px !important; }
  .agenda table.table tr td.time {
    max-width: 100px;
    padding: 27.5px 13.75px;
    text-align: center;
    text-transform: uppercase;
    opacity: .8; }
  .agenda table.table tr td .agenda-speakers {
    margin-top: 27.5px; }
    .agenda table.table tr td .agenda-speakers p strong, .agenda table.table tr td .agenda-speakers p em, .agenda table.table tr td .agenda-speakers p b, .agenda table.table tr td .agenda-speakers p i {
      display: block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .agenda table.table tr td .agenda-speakers p strong.no-ellipsis, .agenda table.table tr td .agenda-speakers p em.no-ellipsis, .agenda table.table tr td .agenda-speakers p b.no-ellipsis, .agenda table.table tr td .agenda-speakers p i.no-ellipsis {
        text-overflow: inherit !important; }
    .agenda table.table tr td .agenda-speakers img {
      border: 3px solid #DDD;
      border-radius: 2px;
      max-width: 74px;
      max-height: 74px;
      margin-right: 10px;
      margin-bottom: 10px;
      float: left; }

.agenda table.table tr.track td {
  background: #023F88;
  border-collapse: #012856;
  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;
      -webkit-text-decoration-line: 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 span {
    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: #023F88;
    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 #023f88; }

#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%;
  -webkit-transition: .2s all ease;
          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: #1a1d21;
  padding: 55px 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: #929ba8 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.1);
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      padding: 0px 5px !important;
      color: #FFF !important; }
      #footer ul.share-new li i {
        width: 48px;
        height: 48px;
        display: block;
        margin: 0 auto;
        background-image: url("../svg/share_icons_gftl-pe.png");
        background-size: 288px 48px;
        overflow: hidden;
        background-repeat: no-repeat;
        color: #FFF !important; }
      #footer ul.share-new li.share.print:hover, #footer ul.share-new li.share.print:focus, #footer ul.share-new li.share.print:active {
        background-color: #929ba8; }
      #footer ul.share-new li.share.print i {
        background-position: -240px 0; }
      #footer ul.share-new li.share.goog:hover, #footer ul.share-new li.share.goog:focus, #footer ul.share-new li.share.goog:active {
        background-color: #dd4b39; }
      #footer ul.share-new li.share.goog i {
        background-position: 0px 0; }
      #footer ul.share-new li.share.face:hover, #footer ul.share-new li.share.face:focus, #footer ul.share-new li.share.face:active {
        background-color: #3b5998; }
      #footer ul.share-new li.share.face i {
        background-position: -48px 0; }
      #footer ul.share-new li.share.twit:hover, #footer ul.share-new li.share.twit:focus, #footer ul.share-new li.share.twit:active {
        background-color: #55acee; }
      #footer ul.share-new li.share.twit i {
        background-position: -96px 0; }
      #footer ul.share-new li.share.link:hover, #footer ul.share-new li.share.link:focus, #footer ul.share-new li.share.link:active {
        background-color: #55acee; }
      #footer ul.share-new li.share.link i {
        background-position: -144px 0; }
      #footer ul.share-new li.share.yout:hover, #footer ul.share-new li.share.yout:focus, #footer ul.share-new li.share.yout:active {
        background-color: #cd201f; }
      #footer ul.share-new li.share.yout i {
        background-position: -192px 0; }
      #footer ul.share-new li:active {
        box-shadow: inset 1px 3px 3px 0px rgba(0, 0, 0, 0.1); }
  #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;
        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: #b3b3b3 !important;
    font-weight: 300 !important; }
    #footer p a:before, #footer p a:after {
      background: white; }
    #footer p#attribution {
      opacity: .5;
      padding-top: 12px; }
      #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: 2px;
        margin-right: 3px; }
  #footer img.logo {
    float: left;
    margin: 0 20px 5px 0;
    max-height: 90px;
    height: 90px;
    width: 110px; }

/**
	
	
	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 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: 31px; }
  .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 h3 {
    float: left;
    font-weight: 600; }
    .pass #price h3:first-letter {
      margin-right: 2px; }
    .pass #price h3:not(.discount) {
      font-size: 18px !important;
      padding-left: 0px !important;
      padding-right: 10px !important;
      margin-left: 10px !important;
      line-height: 40px;
      padding: 0;
      opacity: .6;
      font-weight: 300;
      position: relative; }
      .pass #price h3:not(.discount):after {
        display: block;
        width: 100%;
        height: 2px;
        background: #A31F16;
        position: absolute;
        left: 44%;
        top: 50%;
        content: '';
        -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            -ms-transform: translate(-50%, -50%) rotate(-5deg);
                transform: translate(-50%, -50%) rotate(-5deg); }
  .pass.diamond, .pass.gold, .pass.silver {
    border: 2px solid gray; }
  .pass .row {
    margin-top: 0 !important; }
    .pass .row a.btn.btn-danger:after {
      content: none !important; }
    .pass .row a.btn.btn-danger: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: white; }
  .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: white; }

.row.passes > div:nth-of-type(2) .pass, .row.passes > div[class*='col-']:nth-of-type(2) .pass {
  border-color: #ccd8e7; }
  .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: #ccd8e7; }

.row.passes > div:nth-of-type(3) .pass, .row.passes > div[class*='col-']:nth-of-type(3) .pass {
  border-color: #99b2cf; }
  .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: #99b2cf; }

.row.passes > div:nth-of-type(4) .pass, .row.passes > div[class*='col-']:nth-of-type(4) .pass {
  border-color: #678bb7; }
  .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: #678bb7; }

/* BOOTSTRAP MODAL */
a[data-toggle] {
  cursor: pointer !important; }

.modal {
  z-index: 10001;
  border-radius: 0 !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: #023F88;
      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: #114a8f; }

.modal-backdrop {
  z-index: 10000;
  background-color: white; }
  .modal-backdrop.in {
    opacity: .7; }

#banner-full {
  padding: 14px 0;
  background: #cb701d;
  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 */
.banners, .atss {
  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;
    -webkit-transition: 0.22s all ease-out;
            transition: 0.22s all ease-out;
    color: #FFFFFF !important; }
    #aside.pull-left.banners > a .bannerBar {
      background: #389036 !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: #328130 !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; } }

@media screen and (max-width: 441px) {
  .pass h3, .pass p.discount, .pass h5 {
    text-align: center !important; } }

@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: 991px) {
  nav {
    max-height: min-intrinsic;
    height: auto !important;
    background-color: #212529 !important; }
    nav ul {
      border: none !important; }
      nav ul.menu-for-mobile {
        height: 50px;
        overflow: hidden;
        background: #023F88 !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-left: 40px;
              padding-right: 40px;
              color: white !important; }
      nav ul.dd_menu {
        background-color: #212529 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 70vh;
        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: 2px !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; } }

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
    .container .row {
      margin-left: -20px;
      margin-right: -20px; }
      .container .row > div[class*='col-'] {
        padding-left: 20px;
        padding-right: 20px; }
  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 {
      /* add this to a section directly beneath a hero */
      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 {
    height: auto; }
    header h1 {
      padding-top: 0; }
  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; }
  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; }
  section.agenda table.table tr td .agenda-speakers img {
    display: none !important; }
  .agenda table.table tr td .agenda-speakers p strong, .agenda table.table tr td .agenda-speakers p em, .agenda table.table tr td .agenda-speakers p b, .agenda table.table tr td .agenda-speakers p i {
    display: inline;
    white-space: normal !important;
    max-width: min-intrinsic !important; }
  .agenda table.table tr td .agenda-speakers .col-xs-12 p {
    padding-bottom: 15px;
    display: block; }
  .agenda table.table tr td .agenda-speakers .col-xs-12:nth-last-of-type(1) p {
    padding-bottom: 0 !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 {
      display: none !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; } }

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;
      -webkit-text-decoration-line: underline !important;
              text-decoration-line: underline !important; }

#ie8clearfix {
  display: none;
  clear: none; }
