﻿html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  text-transform: none !important; }

/* Sass Tools */
/* Break Points */
/* Columns */
.grid-row {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .grid-row:after, .grid-row:before {
    content: '.';
    display: block;
    visibility: hidden;
    font-size: 0px;
    font-size: 0rem;
    line-height: 0;
    width: 0;
    height: 0; }
  .grid-row:after {
    clear: both; }

.grid-col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* Small Screen */
@media screen and (max-width: 399px) {
  .grid-row.small-gutters {
    padding: 0 20px; }
  .col-s-1 {
    width: 16.66667%; }
  .col-s-2 {
    width: 33.33333%; }
  .col-s-3 {
    width: 50%; }
  .col-s-4 {
    width: 66.66667%; }
  .col-s-5 {
    width: 83.33333%; }
  .push-s-1 {
    margin-left: 16.66667%; }
  .push-s-2 {
    margin-left: 33.33333%; }
  .push-s-3 {
    margin-left: 50%; }
  .push-s-4 {
    margin-left: 66.66667%; }
  .push-s-5 {
    margin-left: 83.33333%; } }

/* Medium Screen */
@media screen and (min-width: 400px) and (max-width: 767px) {
  .grid-row.medium-gutters {
    padding: 0 20px; }
  .col-m-1 {
    width: 8.33333%; }
  .col-m-2 {
    width: 16.66667%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.33333%; }
  .col-m-5 {
    width: 41.66667%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.33333%; }
  .col-m-8 {
    width: 66.66667%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.33333%; }
  .col-m-11 {
    width: 91.66667%; }
  .push-m-1 {
    margin-left: 8.33333%; }
  .push-m-2 {
    margin-left: 16.66667%; }
  .push-m-3 {
    margin-left: 25%; }
  .push-m-4 {
    margin-left: 33.33333%; }
  .push-m-5 {
    margin-left: 41.66667%; }
  .push-m-6 {
    margin-left: 50%; }
  .push-m-7 {
    margin-left: 58.33333%; }
  .push-m-8 {
    margin-left: 66.66667%; }
  .push-m-9 {
    margin-left: 75%; }
  .push-m-10 {
    margin-left: 83.33333%; }
  .push-m-11 {
    margin-left: 91.66667%; }
  .m-right {
    float: right; }
  .pull-m-1 {
    margin-right: 6.25%; }
  .pull-m-2 {
    margin-right: 12.5%; }
  .pull-m-3 {
    margin-right: 18.75%; }
  .pull-m-4 {
    margin-right: 25%; }
  .pull-m-5 {
    margin-right: 31.25%; }
  .pull-m-6 {
    margin-right: 37.5%; }
  .pull-m-7 {
    margin-right: 43.75%; }
  .pull-m-8 {
    margin-right: 50%; }
  .pull-m-9 {
    margin-right: 56.25%; }
  .pull-m-10 {
    margin-right: 62.5%; }
  .pull-m-11 {
    margin-right: 68.75%; }
  .pull-m-12 {
    margin-right: 75%; }
  .pull-m-13 {
    margin-right: 81.25%; }
  .pull-m-14 {
    margin-right: 87.5%; }
  .pull-m-15 {
    margin-right: 93.75%; } }

/* Large Screen */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-row.large-gutters {
    padding: 0 20px; }
  .col-l-1 {
    width: 6.25%; }
  .col-l-2 {
    width: 12.5%; }
  .col-l-3 {
    width: 18.75%; }
  .col-l-4 {
    width: 25%; }
  .col-l-5 {
    width: 31.25%; }
  .col-l-6 {
    width: 37.5%; }
  .col-l-7 {
    width: 43.75%; }
  .col-l-8 {
    width: 50%; }
  .col-l-9 {
    width: 56.25%; }
  .col-l-10 {
    width: 62.5%; }
  .col-l-11 {
    width: 68.75%; }
  .col-l-12 {
    width: 75%; }
  .col-l-13 {
    width: 81.25%; }
  .col-l-14 {
    width: 87.5%; }
  .col-l-15 {
    width: 93.75%; }
  .push-l-1 {
    margin-left: 6.25%; }
  .push-l-2 {
    margin-left: 12.5%; }
  .push-l-3 {
    margin-left: 18.75%; }
  .push-l-4 {
    margin-left: 25%; }
  .push-l-5 {
    margin-left: 31.25%; }
  .push-l-6 {
    margin-left: 37.5%; }
  .push-l-7 {
    margin-left: 43.75%; }
  .push-l-8 {
    margin-left: 50%; }
  .push-l-9 {
    margin-left: 56.25%; }
  .push-l-10 {
    margin-left: 62.5%; }
  .push-l-11 {
    margin-left: 68.75%; }
  .push-l-12 {
    margin-left: 75%; }
  .push-l-13 {
    margin-left: 81.25%; }
  .push-l-14 {
    margin-left: 87.5%; }
  .push-l-15 {
    margin-left: 93.75%; }
  .l-right {
    float: right; }
  .pull-l-1 {
    margin-right: 6.25%; }
  .pull-l-2 {
    margin-right: 12.5%; }
  .pull-l-3 {
    margin-right: 18.75%; }
  .pull-l-4 {
    margin-right: 25%; }
  .pull-l-5 {
    margin-right: 31.25%; }
  .pull-l-6 {
    margin-right: 37.5%; }
  .pull-l-7 {
    margin-right: 43.75%; }
  .pull-l-8 {
    margin-right: 50%; }
  .pull-l-9 {
    margin-right: 56.25%; }
  .pull-l-10 {
    margin-right: 62.5%; }
  .pull-l-11 {
    margin-right: 68.75%; }
  .pull-l-12 {
    margin-right: 75%; }
  .pull-l-13 {
    margin-right: 81.25%; }
  .pull-l-14 {
    margin-right: 87.5%; }
  .pull-l-15 {
    margin-right: 93.75%; } }

/* XL Screen */
@media screen and (min-width: 1025px) {
  .col-xl-1 {
    width: 6.25%; }
  .col-xl-2 {
    width: 12.5%; }
  .col-xl-3 {
    width: 18.75%; }
  .col-xl-4 {
    width: 25%; }
  .col-xl-5 {
    width: 31.25%; }
  .col-xl-6 {
    width: 37.5%; }
  .col-xl-7 {
    width: 43.75%; }
  .col-xl-8 {
    width: 50%; }
  .col-xl-9 {
    width: 56.25%; }
  .col-xl-10 {
    width: 62.5%; }
  .col-xl-11 {
    width: 68.75%; }
  .col-xl-12 {
    width: 75%; }
  .col-xl-13 {
    width: 81.25%; }
  .col-xl-14 {
    width: 87.5%; }
  .col-xl-15 {
    width: 93.75%; }
  .push-xl-1 {
    margin-left: 6.25%; }
  .push-xl-2 {
    margin-left: 12.5%; }
  .push-xl-3 {
    margin-left: 18.75%; }
  .push-xl-4 {
    margin-left: 25%; }
  .push-xl-5 {
    margin-left: 31.25%; }
  .push-xl-6 {
    margin-left: 37.5%; }
  .push-xl-7 {
    margin-left: 43.75%; }
  .push-xl-8 {
    margin-left: 50%; }
  .push-xl-9 {
    margin-left: 56.25%; }
  .push-xl-10 {
    margin-left: 62.5%; }
  .push-xl-11 {
    margin-left: 68.75%; }
  .push-xl-12 {
    margin-left: 75%; }
  .push-xl-13 {
    margin-left: 81.25%; }
  .push-xl-14 {
    margin-left: 87.5%; }
  .push-xl-15 {
    margin-left: 93.75%; }
  .xl-right {
    float: right; }
  .pull-xl-1 {
    margin-right: 6.25%; }
  .pull-xl-2 {
    margin-right: 12.5%; }
  .pull-xl-3 {
    margin-right: 18.75%; }
  .pull-xl-4 {
    margin-right: 25%; }
  .pull-xl-5 {
    margin-right: 31.25%; }
  .pull-xl-6 {
    margin-right: 37.5%; }
  .pull-xl-7 {
    margin-right: 43.75%; }
  .pull-xl-8 {
    margin-right: 50%; }
  .pull-xl-9 {
    margin-right: 56.25%; }
  .pull-xl-10 {
    margin-right: 62.5%; }
  .pull-xl-11 {
    margin-right: 68.75%; }
  .pull-xl-12 {
    margin-right: 75%; }
  .pull-xl-13 {
    margin-right: 81.25%; }
  .pull-xl-14 {
    margin-right: 87.5%; }
  .pull-xl-15 {
    margin-right: 93.75%; } }

/* Fonts */
/* Colours */
/* Resources */
/* Base CSS */
html {
  font-size: 62.5%;
  /*background: yellow;*/ }

body {
  margin: 0 0;
  padding: 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  position: relative; }

a {
  text-decoration: none;
  color: #EB1C24; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0; }

h1 {
  font-size: 46px;
  font-size: 4.6rem; }

h2, .h2 {
  font-size: 46px;
  font-size: 4.6rem; }

h3, .h3 {
  font-size: 30px;
  font-size: 3rem; }

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: none; }

span.weight-normal {
  font-weight: 400; }

.section {
  padding: 50px 0; }

.text-center {
  text-align: center; }

/* Parallax Backgrounds */
.parallax-background {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

/* Break point detection */
#breakpoint-detect-x-large {
  display: none; }
  @media screen and (min-width: 1025px) {
    #breakpoint-detect-x-large {
      display: block; } }

#breakpoint-detect-large {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #breakpoint-detect-large {
      display: block; } }

#breakpoint-detect-medium {
  display: none; }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    #breakpoint-detect-medium {
      display: block; } }

#breakpoint-detect-small {
  display: none; }
  @media screen and (max-width: 399px) {
    #breakpoint-detect-small {
      display: block; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 38px;
    font-size: 3.8rem; }
  h2 {
    font-size: 38px;
    font-size: 3.8rem; }
  h3 {
    font-size: 28px;
    font-size: 2.8rem; }
  h4 {
    font-size: 22px;
    font-size: 2.2rem; }
  .section {
    padding: 50px 0; } }

@media screen and (min-width: 400px) and (max-width: 767px) {
  h1 {
    font-size: 31px;
    font-size: 3.1rem; }
  h2 {
    font-size: 31px;
    font-size: 3.1rem; }
  h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  h4 {
    font-size: 19px;
    font-size: 1.9rem; }
  .section {
    padding: 50px 0; } }

@media screen and (max-width: 399px) {
  body {
    font-size: 16px;
    font-size: 1.6rem; }
  h2 {
    font-size: 25px;
    font-size: 2.5rem; }
  h3 {
    font-size: 21px;
    font-size: 2.1rem; }
  h4 {
    font-size: 19px;
    font-size: 1.9rem; }
  .section {
    padding: 50px 0; } }

/* Shared Components */
/* Parallax Background */
.parallax-background {
  /* Updates styles for this object in _base.scss */ }
  .parallax-background.parallax-header {
    background-position: center top;
    position: relative; }

@media screen and (max-width: 399px) {
  .parallax-background {
    /* Updates styles for this object in _base.scss */ }
    .parallax-background.parallax-header {
      background-size: cover; } }

/* Header */
.wrapper-header {
  background: #171717;
  opacity: 0.95;
  filter: alpha(opacity=95);
  overflow: auto; }

.breadcrumb {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.75em;
  line-height: 1.6667em;
  text-transform: uppercase;
  background: #fff; }
  .breadcrumb p, .breadcrumb a {
    color: #000; }

/* Page Title */
.floating-header-panel {
  padding-bottom: 350px; }

.wrapper-title {
  background: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 50px 40px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .wrapper-title {
      padding: 30px; } }

@media screen and (min-width: 768px) {
  .infosec-logo-container {
    float: left; }
  .online-summit-logo-container {
    float: right; }
  .infosec-logo {
    height: 54px;
    width: 250px;
    fill: #ffffff;
    margin: 30px 0 30px; }
  .online-summit-logo {
    margin: 0;
    display: block;
    width: 297px;
    height: 117px;
    background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    background-position: -0px -0px; }
  .conference-detail {
    margin: 35px 0 35px;
    display: block;
    width: 352px;
    height: 92px;
    /*background-image: $Sprite;*/
    background-repeat: no-repeat;
    /*background-position: -30px -925px;*/ } }

@media screen and (min-width: 421px) and (max-width: 767px) {
  .wrapper-header {
    opacity: 1;
    filter: alpha(opacity=100); }
    .wrapper-header .infosec-logo-container {
      float: left; }
    .wrapper-header .online-summit-logo-container {
      float: right; }
    .wrapper-header .infosec-logo {
      height: 41px;
      width: 153px;
      fill: #ffffff;
      margin: 22px 0 22px; }
    .wrapper-header .online-summit-logo {
      width: 213px;
      height: 88px;
      background-position: -306px 0px;
      background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
      background-repeat: no-repeat; } }

@media screen and (max-width: 420px) {
  .wrapper-header {
    opacity: 1;
    filter: alpha(opacity=100); }
  .floating-header-panel {
    padding-top: 150px;
    padding-bottom: 0px; }
  h1 {
    font-size: 2em; }
  .infosec-logo-container {
    float: none;
    display: block; }
  online-summit-logo-container {
    float: none;
    display: block; }
  .infosec-logo {
    height: 41px;
    width: 100%;
    fill: #ffffff;
    margin: 22px auto 22px; }
  .online-summit-logo {
    width: 213px;
    height: 88px;
    background-position: -306px 0px;
    background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    margin: 0px auto 22px; } }

/* Navigation */
.wrapper-navigation {
  background: #262628;
  margin-top: 20px;
  position: relative; }
  .wrapper-navigation ul {
    margin: 0 0;
    padding: 0 20px;
    list-style-type: none;
    overflow: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .wrapper-navigation ul li {
      float: left; }
      .wrapper-navigation ul li a {
        color: #ffffff;
        text-transform: uppercase;
        padding: 8px 20px;
        display: block; }

.wrapper-register {
  background: #EB1C24;
  text-align: right;
  position: relative; }
  .wrapper-register .link-register {
    color: #ffffff;
    font-size: 5rem;
    display: block;
    padding: 40px 70px 40px 40px;
    white-space: nowrap;
    position: relative; }
    .wrapper-register .link-register:hover {
      text-decoration: none; }
    .wrapper-register .link-register:after {
      position: absolute;
      content: '';
      height: 30px;
      width: 18px;
      background-image: url("../../../img/virtual-conference/arrow-right.svg");
      background-size: cover;
      background-repeat: no-repeat;
      top: 50%;
      margin-top: 6px;
      transform: translateY(-50%);
      right: 30px; }
  .wrapper-register .reg-logo {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: auto; }

/* Custom Break Point*/
@media screen and (min-width: 1025px) and (max-width: 1350px) {
  .nav-col-1300 {
    width: 75%; }
  .wrapper-navigation {
    font-size: 17px;
    font-size: 1.7rem; }
    .wrapper-navigation ul {
      width: 100%;
      text-align: center; }
      .wrapper-navigation ul li {
        display: inline-block; }
        .wrapper-navigation ul li a {
          padding: 28px 15px; }
    .wrapper-navigation:after {
      display: none; }
  .wrapper-register {
    font-size: 17px;
    font-size: 1.7rem; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper-navigation {
    font-size: 18px;
    font-size: 1.8rem; }
    .wrapper-navigation ul {
      width: 100%;
      text-align: center; }
      .wrapper-navigation ul li {
        display: inline-block; }
    .wrapper-navigation:after {
      display: none; }
  .register-col-1300 {
    width: 37.5%;
    margin-left: 32%; } }

@media screen and (max-width: 840px) {
  .link-register {
    font-size: 2.75rem !important; }
    .link-register:after {
      position: absolute;
      content: '';
      height: 16px !important;
      width: 10px !important;
      right: 30px !important;
      margin-top: 3px !important; }
  .reg-logo {
    width: 150px !important; } }

/*Custom Break point*/
@media screen and (max-width: 768px) {
  .wrapper-navigation {
    display: none; }
  .link-register {
    font-size: 3rem !important;
    padding: 30px 50px 30px 30px !important; }
    .link-register:after {
      position: absolute;
      content: '';
      height: 16px !important;
      width: 10px !important;
      right: 30px !important;
      margin-top: 5px !important; }
  .reg-logo {
    width: 100px !important; } }

@media screen and (max-width: 600px) {
  .reg-logo {
    display: none !important; } }

@media screen and (max-width: 400px) {
  .link-register {
    font-size: 2rem !important; }
    .link-register:after {
      position: absolute;
      content: '';
      height: 14px !important;
      width: 8px !important;
      right: 30px !important;
      margin-top: 3px !important; }
  .reg-logo {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 925px) {
  .register-push-925 {
    margin-left: 6.25%; } }

@media screen and (max-width: 399px) {
  .wrapper-register {
    margin-bottom: 0; } }

/* Sharing Panel */
.wrapper-sharing-panel {
  background: #EB1C24;
  padding: 10px 10px;
  position: fixed;
  top: 170px;
  right: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }
  .wrapper-sharing-panel ul {
    margin: 0 0;
    padding: 0 0;
    list-style-type: none; }
    .wrapper-sharing-panel ul li {
      display: block;
      margin-bottom: 0px; }
      .wrapper-sharing-panel ul li a {
        margin: 0 0; }
      .wrapper-sharing-panel ul li.spacer {
        border-top: 2px dashed #ffffff;
        margin: 5px 0; }
  .wrapper-sharing-panel .addthis_toolbox .at-button {
    height: 40px;
    width: 40px;
    display: block;
    position: relative; }
    .wrapper-sharing-panel .addthis_toolbox .at-button i {
      background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -11px; }
    .wrapper-sharing-panel .addthis_toolbox .at-button .facebook {
      background-position: -0px -183px;
      height: 22px;
      width: 12px;
      margin-left: -6px; }
    .wrapper-sharing-panel .addthis_toolbox .at-button .twitter {
      background-position: -32px -183px;
      height: 22px;
      width: 22px;
      margin-left: -11px; }
    .wrapper-sharing-panel .addthis_toolbox .at-button .share {
      background-position: -67px -183px;
      height: 22px;
      width: 24px;
      margin-left: -12px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper-sharing-panel ul li.spacer {
    border-top: 2px dashed #ffffff;
    margin: 10px 0 8px; }
  .wrapper-sharing-panel .addthis_toolbox .at-button {
    width: 25px;
    height: 25px; } }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .wrapper-sharing-panel {
    position: relative;
    top: auto;
    right: auto;
    background: #EB1C24;
    padding: 10px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .wrapper-sharing-panel ul {
      margin: 0 auto; }
      .wrapper-sharing-panel ul li {
        display: inline-block;
        margin: 0 5px; }
        .wrapper-sharing-panel ul li.spacer {
          border-top: none;
          border-left: 2px dashed #ffffff;
          margin: 5px 0 5px 0;
          height: 30px; } }

@media screen and (max-width: 399px) {
  .wrapper-sharing-panel {
    position: relative;
    top: auto;
    right: auto;
    background: #EB1C24;
    padding: 10px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .wrapper-sharing-panel ul {
      margin: 0 auto; }
      .wrapper-sharing-panel ul li {
        display: inline-block;
        margin: 0 5px; }
        .wrapper-sharing-panel ul li.spacer {
          border-top: none;
          border-left: 2px dashed #ffffff;
          margin: 5px 0 5px 0;
          height: 30px; } }

#at_hover, #at15pf, #at15s {
  display: none !important; }

/* Footer Spacer */
.wrapper-footer-spacer {
  background: #b9b9b9;
  height: 32px; }

/* Footer */
.wrapper-footer {
  background: #ebecf3;
  overflow: auto; }
  .wrapper-footer ul {
    padding: 0 0;
    margin: 0 0;
    list-style-type: none;
    overflow: auto; }
    .wrapper-footer ul li {
      float: left;
      margin-right: 18px; }
      .wrapper-footer ul li a, .wrapper-footer ul li span {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 42px; }
  .wrapper-footer .link-infosecurity-group {
    float: right;
    width: 203px;
    height: 66px;
    display: inline-block;
    background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    background-position: -382px -712px; }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .wrapper-footer ul {
    margin-bottom: 20px; }
    .wrapper-footer ul li {
      display: block;
      float: none;
      line-height: 36px; }
      .wrapper-footer ul li a, .wrapper-footer ul li span {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 36px; }
  .wrapper-footer .link-infosecurity-group {
    float: none; } }

@media screen and (max-width: 399px) {
  .wrapper-footer ul {
    margin-bottom: 20px; }
    .wrapper-footer ul li {
      display: block;
      float: none;
      line-height: 36px; }
      .wrapper-footer ul li a, .wrapper-footer ul li span {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 36px; }
  .wrapper-footer .link-infosecurity-group {
    float: none; } }

.popup-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 500;
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.popup {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  width: 75%;
  margin-left: -37.5%;
  padding: 50px 50px 90px;
  background-color: #ffffff;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .popup .inner {
    overflow: auto; }
  .popup .popup-btn-close.cross {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
    background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    background-position: -588px -514px; }
  .popup .popup-btn-close.close {
    position: absolute;
    bottom: 20px;
    left: 50px;
    background: #EB1C24;
    color: #ffffff;
    display: block;
    padding: 10px 55px 10px 20px;
    text-transform: uppercase; }
    .popup .popup-btn-close.close span {
      display: block;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -7px;
      height: 16px;
      width: 16px;
      background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
      background-repeat: no-repeat;
      background-position: -619px -523px;
      margin-left: 20px; }

.popup-mobile {
  position: relative;
  top: auto;
  left: auto;
  width: 100%; }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .popup-overlay {
    display: none !important; }
  .popup {
    position: relative;
    top: auto !important;
    left: auto;
    bottom: auto;
    right: auto;
    margin-left: 0px;
    padding: 0 0 40px 0;
    width: auto;
    height: auto; }
    .popup h2 {
      display: none; }
    .popup .popup-btn-close {
      display: none !important; }
    .popup .inner {
      overflow: initial;
      max-height: initial !important; } }

@media screen and (max-width: 399px) {
  .popup-overlay {
    display: none !important; }
  .inner {
    overflow: initial;
    max-height: initial !important; }
  .popup {
    position: relative;
    top: auto !important;
    left: auto;
    bottom: auto;
    right: auto;
    margin-left: 0px;
    padding: 0 0 40px 0;
    width: auto;
    height: auto; }
    .popup h2 {
      display: none; }
    .popup .popup-btn-close {
      display: none !important; } }

/* BAck button */
.back-button {
  background: #EB1C24;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px 10px 55px;
  text-transform: uppercase;
  position: relative; }
  .back-button span {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 11px;
    background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    background-position: -612px -250px; }
  .back-button.bottom {
    margin-bottom: 30px; }

.right-col {
  padding: 0rem; }
  @media screen and (min-width: 1400px) {
    .right-col {
      padding: 0 3rem; } }
  .right-col .next-header {
    background: #010101;
    background: -moz-linear-gradient(left, #010101 1%, #424242 100%);
    background: -webkit-linear-gradient(left, #010101 1%, #424242 100%);
    background: linear-gradient(to right, #010101 1%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#424242',GradientType=1 );
    padding: 1.25rem 0;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1.5rem; }

.programme-header h2 {
  display: inline-block;
  min-width: 30%;
  background: #262628;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
  padding: 0.5em;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 399px) {
    .programme-header h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    .programme-header h2 {
      font-size: 2rem; } }
  .programme-header h2:after, .programme-header h2:before {
    content: '';
    display: inline-block;
    position: absolute; }
  .programme-header h2:after {
    right: -44px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 0 0 44px;
    border-color: transparent transparent transparent #171717; }
    @media screen and (max-width: 399px) {
      .programme-header h2:after {
        border-width: 44px 0 0 30px;
        right: -30px; } }
    @media screen and (min-width: 400px) and (max-width: 767px) {
      .programme-header h2:after {
        border-width: 44px 0 0 30px;
        right: -30px; } }
  .programme-header h2:before {
    left: -44px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 88px 44px;
    border-color: transparent transparent #171717 transparent; }
    @media screen and (max-width: 399px) {
      .programme-header h2:before {
        border-width: 0 0 44px 30px;
        left: -30px; } }
    @media screen and (min-width: 400px) and (max-width: 767px) {
      .programme-header h2:before {
        border-width: 0 0 44px 30px;
        left: -30px; } }

.programme-container {
  margin: 0 -20px;
  padding: 80px 0 30px; }

.programme-box-image img {
  width: 100%; }

.programme-box-text {
  padding: 1em 2em;
  background: #EDEDED;
  font-size: 0.75em;
  text-align: left; }
  .programme-box-text p:first-of-type {
    font-weight: 600;
    margin: 0; }

.upcoming-container {
  margin: 0 0 0rem;
  text-align: left;
  padding: 0 0 60px; }
  @media screen and (min-width: 768px) {
    .upcoming-container {
      text-align: center; } }
  .upcoming-container .programme-box {
    padding: 0 20px;
    margin-bottom: 20px;
    /*@media screen and (max-width: 767px) {
            margin-bottom: 1rem;
        }*/ }

.agenda-cta {
  padding: 1.5rem 2rem 1.5rem 2rem;
  font-size: 2rem;
  width: calc(100% - 40px);
  box-sizing: border-box;
  text-align: left;
  position: relative;
  font-family: "Lato",sans-serif;
  font-weight: 300;
  border: none;
  background-color: #eceee9;
  cursor: pointer;
  margin: 0 20px 60px 20px; }
  .agenda-cta:hover {
    background-color: #b9b9b9; }
    .agenda-cta:hover:after {
      background-color: #ab0f15; }
  .agenda-cta .red-arrow {
    display: none;
    width: 11px;
    height: 20px;
    background-position: -136px -186px;
    background-image: url("/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    margin-left: 10px; }
  .agenda-cta:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 100%;
    background-color: #EB1C24;
    background-image: url("/img/view-agenda-icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .agenda-cta {
      padding: 3rem 148px 3rem 4rem;
      font-size: 4rem; }
      .agenda-cta .red-arrow {
        display: inline-block; }
      .agenda-cta:after {
        width: 108px; } }
  @media screen and (min-width: 1025px) {
    .agenda-cta {
      margin: 0 0 60px 0;
      width: 100%;
      padding: 3rem 148px 3rem 4rem;
      font-size: 4rem; }
      .agenda-cta .red-arrow {
        display: inline-block; }
      .agenda-cta:after {
        width: 108px; } }

.upcoming-border {
  border-bottom: 3px solid #ebecf3; }

/*hide elements not needed on the summit reg panel*/
.login-or-signup {
  display: none; }

.registration-container {
  display: block;
  padding: 2rem 0;
  background: #fff;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .registration-container {
      padding: 2rem 4rem; } }
  @media screen and (min-width: 1025px) {
    .registration-container .form-panels {
      display: inline-flex;
      flex-direction: row-reverse;
      background: none;
      margin-top: 0; } }
  .registration-container .form-panel {
    border: none; }

.online-summit-sign-up {
  width: 100%;
  margin-bottom: 30px !important;
  padding: 10px 0px !important; }
  @media screen and (min-width: 1025px) {
    .online-summit-sign-up {
      width: 60%;
      margin-bottom: 40px !important; } }

.form-header {
  width: 100%;
  padding: 8px 8px 0; }
  @media screen and (min-width: 1025px) {
    .form-header {
      width: 60%; } }

.online-summit-log-in {
  width: 100%;
  margin-bottom: 30px !important;
  padding: 0px !important;
  background: none; }
  @media screen and (min-width: 1025px) {
    .online-summit-log-in {
      margin-bottom: 0px !important;
      width: 40%;
      padding: 40px 12px !important;
      background: #ECEEE9; } }

.gdpr-online-summit {
  padding: 2rem 1.25rem; }

.form-panel {
  padding: 12px 12px 4px;
  margin-bottom: 16px; }

.form-intro {
  padding: 8px 8px 0; }

.form-intro h3 {
  margin: 1rem 0;
  font-size: 2.25rem;
  font-weight: 300; }

.form-intro p {
  margin: 8px 0 0; }

.control-group {
  overflow: auto; }

.control-field {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.control-field-split {
  width: 50%;
  float: left; }

.chk-list {
  width: 100%;
  padding: 0 8px;
  margin: 0 0; }

.chk-list tr td {
  width: 50%;
  padding: 16px 0px 0; }

.chk-list tr td label {
  margin: 0 0 0 8px; }

ol.radio-button-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  gap: 1rem;
  /*@include media-breakpoint-up(lg) {
        &.radio-button-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            align-items: start;
        }
    }*/ }
  ol.radio-button-list li {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex: 1; }
    ol.radio-button-list li input {
      width: 2rem;
      height: 2rem;
      margin: 0;
      flex: 0 0 2rem;
      align-self: start;
      border-radius: .25rem;
      border: 1px solid #ccc;
      background: #fff;
      appearance: none; }
      ol.radio-button-list li input[type=radio] {
        border-radius: 50%; }
      ol.radio-button-list li input:checked {
        border-color: #EB1C22;
        background-color: #EB1C22;
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L10.2426 16.2426L18.727 7.75732" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
    ol.radio-button-list li label {
      line-height: 1;
      font-size: 1.5rem; }

.form-buttons {
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
  margin: 3rem 0 0; }
  .form-buttons input {
    font-size: 18px;
    padding: 2rem;
    background: #EB1C22;
    color: #fff;
    background-color: #EB1C22;
    border: none;
    padding: 10px 20px;
    width: calc(100% - 16px);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px; }
    @media screen and (min-width: 768px) {
      .form-buttons input {
        padding: 10px 20px;
        width: 50%; } }

.control-label {
  display: block;
  margin-top: 16px;
  line-height: 1.5714em;
  font-size: 1.5rem; }
  .control-label sup {
    vertical-align: bottom; }

.control-label-modal {
  display: block;
  margin-top: 16px;
  line-height: 1.5714em; }

.control-field .help-text {
  display: block;
  margin-top: 8px;
  font-size: 0.8571em;
  line-height: 1.6667em; }

.form-panel .form-control,
.form-panel select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: block;
  font-family: inherit;
  margin-top: 8px; }

.form-panel .textbox:focus,
.form-panel select:focus {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  outline: none; }

.form-panel .checkboxList {
  list-style-type: none;
  padding: 0; }
  .form-panel .checkboxList input {
    margin-right: 8px; }

.form-panel .radiobuttonList {
  padding-top: 1em;
  margin-left: -4px; }
  .form-panel .radiobuttonList input {
    margin-right: 8px; }

.form-panel .checkbox {
  display: block;
  margin-top: 16px;
  position: relative;
  line-height: 1.5714em; }

.form-panel .checkbox input {
  margin: 0;
  position: absolute;
  top: 8px;
  left: 0; }

.form-panel .checkbox label {
  margin: 0 0 0 24px;
  display: block;
  font-size: 1.75rem; }

.checkbox + .help-text {
  margin-top: 4px;
  font-style: normal;
  font-size: 1.5rem; }

.has-error input,
.has-error select {
  border-color: #e30613 !important; }

.has-error .table-wrapper {
  border: 1px solid #e30613;
  background: #fff; }

.error {
  color: #e30613;
  margin: 8px 0 0;
  padding: 0; }

.error li {
  margin: 4px 0 0 32px;
  padding: 0 0 0 8px; }

.has-error .error-message {
  display: block;
  margin: 8px 0 0;
  border-radius: 6px;
  color: #e30613; }

.has-preval input,
.has-preval select {
  background-color: #fff195; }
  .has-preval input::-webkit-input-placeholder,
  .has-preval select::-webkit-input-placeholder {
    color: #787878; }

.has-preval .table-wrapper {
  background-color: #fff195; }

.persona-control .table-wrapper {
  margin-top: 15px;
  padding: 10px; }

.has-preval .preval-message {
  display: block;
  margin: 8px 0 0;
  color: blue; }

.persona-control.has-preval,
.persona-control.has-error {
  padding-left: 0;
  padding-right: 0;
  margin-left: -12px;
  margin-right: -12px; }

.persona-control.has-error .error-message {
  margin-left: 20px;
  margin-right: 20px; }

/* CPE */
.cpe-panel {
  background: #eaeaea;
  margin-top: 63px;
  margin-bottom: 32px;
  position: relative; }
  @media only screen and (max-width: 1132px) {
    .cpe-panel {
      margin-top: 110px; } }
  @media only screen and (max-width: 648px) {
    .cpe-panel {
      margin-top: 32px; } }
  .cpe-panel .heading {
    padding: 32px 16px 8px 16px;
    background: #595959; }
  .cpe-panel h3 {
    margin-bottom: 0px;
    color: #fff; }
  .cpe-panel .item {
    position: relative;
    padding: 16px 16px;
    text-align: right;
    font-size: 4em;
    border-bottom: 8px solid #595959; }
    .cpe-panel .item.cissp i {
      background-position: -2px -229px;
      width: 144px; }
    .cpe-panel .item.cisa i {
      background-position: -11px -298px;
      width: 144px;
      height: 71px; }
    .cpe-panel .item.ceccouncil i {
      background-position: -10px -439px;
      width: 109px;
      height: 45px;
      margin-top: 15px; }
    .cpe-panel .item i {
      position: absolute;
      left: 16px;
      top: 10px;
      display: block;
      height: 82px; }
    .cpe-panel .item .logo {
      background-image: url("../../sass/img/sprite.svg");
      background-repeat: no-repeat;
      height: 82px;
      float: left; }
      .cpe-panel .item .logo.cissp {
        background-position: -5px -229px;
        margin-right: 9%; }
  .cpe-panel .recently-watched {
    background: #595959;
    margin-bottom: 8px;
    position: relative;
    padding: 16px 16px 32px; }
    .cpe-panel .recently-watched h4 {
      font-size: 1.2857em;
      font-weight: normal; }
    .cpe-panel .recently-watched h4,
    .cpe-panel .recently-watched .webinar-link,
    .cpe-panel .recently-watched p {
      color: #fff;
      margin-bottom: 16px;
      display: block; }
    .cpe-panel .recently-watched .full-list-link {
      position: absolute;
      bottom: 0;
      right: 0;
      background: yellow;
      padding: 8px;
      color: #000;
      -webkit-box-shadow: inset 0 0 20px -5px #e30613;
      box-shadow: inset 0 0 20px -5px #e30613; }
      .cpe-panel .recently-watched .full-list-link:hover {
        background: #fff;
        text-decoration: none; }
  .cpe-panel .download-link {
    display: block;
    padding: 24px 16px 28px 102px;
    background: #000;
    font-size: 1.1429em;
    color: #fff;
    border: none;
    cursor: pointer;
    position: relative; }
    .cpe-panel .download-link:after {
      content: '';
      background: url("/_common/img/cpe-sprite.png") no-repeat 0 -192px;
      height: 68px;
      width: 70px;
      position: absolute;
      top: 4px;
      left: 16px; }
    .cpe-panel .download-link:hover {
      text-decoration: underline; }
  .cpe-panel .cpe-text {
    background: #595959;
    margin-bottom: 8px;
    position: relative;
    padding: 16px 16px;
    color: #fff; }

.cpe-panel .item.cisa:after,
.cpe-panel .item .logo.cisa {
  background-position: -11px -298px;
  width: 151px;
  height: 71px; }

.cpe-panel .item.ceccouncil:after,
.cpe-panel .item .logo.ceccouncil {
  background-position: -10px -439px;
  width: 109px;
  height: 45px; }

.cpe-panel .item .logo.cissp,
.cpe-panel .item .logo.cisa,
.cpe-panel .item .logo.ceccouncil {
  width: 109px; }

input[type="text"]:disabled {
  background: white; }

input[type="text"]:disabled:hover {
  cursor: not-allowed; }

.secure-login-update {
  display: block;
  padding: 8px 0 16px;
  font-size: 0.8571em;
  line-height: 1.6667em;
  color: #595959; }

@media only screen and (max-width: 964px) {
  .control-field-split {
    width: 100%;
    float: none; }
  .chk-list tr td {
    display: block;
    width: 100%; } }

.reg-confirmation {
  padding: 2rem 1rem 2rem; }
  @media screen and (min-width: 400px) {
    .reg-confirmation {
      padding: 4rem 2rem 3rem; } }
  @media screen and (min-width: 768px) {
    .reg-confirmation {
      padding: 8rem 2rem 7rem; } }

/*disable body scroll when modal open*/
.modal-open {
  overflow: hidden; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 10px;
  /* Modal Content */ }
  @media screen and (min-width: 768px) {
    .modal {
      padding-top: 50px; } }
  .modal .modal-content {
    box-sizing: border-box;
    position: relative;
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding: 2rem 1.5rem 3rem;
    font-weight: 400;
    margin: auto;
    width: 95%;
    display: block; }
    @media screen and (min-width: 420px) {
      .modal .modal-content {
        padding: 1rem 3rem 6rem; } }
    @media screen and (min-width: 768px) {
      .modal .modal-content {
        width: 80%; } }
  .modal h3 {
    font-size: 3.25rem;
    margin-bottom: 1rem;
    font-weight: 300; }

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

/* The Close Button */
.close {
  color: #aaa;
  text-align: right;
  font-size: 3rem;
  font-weight: 300;
  display: inline-block;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 40px;
  background: none;
  border: none; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.modal-alert {
  position: relative;
  margin: 0 -3rem 2rem;
  display: none;
  background-color: #0A0A0A;
  color: #fff;
  border-radius: 0;
  display: block; }
  @media screen and (min-width: 768px) {
    .modal-alert {
      display: block; } }
  .modal-alert .next {
    font-size: 1rem;
    font-weight: 300;
    padding: 2rem 1rem 2rem 1rem;
    text-align: right;
    margin-right: 10rem; }
    @media screen and (min-width: 512px) {
      .modal-alert .next {
        margin-right: 12rem;
        font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .modal-alert .next {
        padding: 3rem 1rem 3rem 1rem;
        margin-right: 18rem; } }
    @media screen and (min-width: 1080px) {
      .modal-alert .next {
        margin-right: 24rem;
        font-size: 2rem; } }
  .modal-alert .countdown {
    margin-top: 0; }
  .modal-alert .countdown-modal {
    background: #DF362F;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 0.75rem;
    display: table-cell; }
    @media screen and (min-width: 768px) {
      .modal-alert .countdown-modal {
        padding: 0 1.5rem; } }
    .modal-alert .countdown-modal span {
      display: block; }
    .modal-alert .countdown-modal .countdown-separator {
      margin-top: 0.15rem;
      color: #fff;
      font-size: 1.25rem;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-175%); }
      @media screen and (min-width: 512px) {
        .modal-alert .countdown-modal .countdown-separator {
          font-size: 3rem;
          transform: translateY(-90%); } }
      @media screen and (min-width: 768px) {
        .modal-alert .countdown-modal .countdown-separator {
          transform: translateY(-100%); } }
    .modal-alert .countdown-modal .countdown-container {
      background: #fff;
      padding: 0.5rem;
      margin-top: 1.5rem;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-75%); }
      @media screen and (min-width: 768px) {
        .modal-alert .countdown-modal .countdown-container {
          padding: 1rem; } }
      .modal-alert .countdown-modal .countdown-container .countdown-value {
        color: #000;
        background: none;
        font-size: 1.25rem;
        padding: 0.25rem;
        line-height: 2.5rem; }
        @media screen and (min-width: 512px) {
          .modal-alert .countdown-modal .countdown-container .countdown-value {
            font-size: 2rem; } }
        @media screen and (min-width: 768px) {
          .modal-alert .countdown-modal .countdown-container .countdown-value {
            font-size: 3rem; } }
      .modal-alert .countdown-modal .countdown-container .countdown-period {
        color: #000;
        background: none;
        font-size: 0.5rem;
        text-transform: uppercase;
        padding-bottom: 0; }
        @media screen and (min-width: 512px) {
          .modal-alert .countdown-modal .countdown-container .countdown-period {
            font-size: 0.8rem; } }

.faq {
  padding: 1.5rem;
  background: #EDEDED;
  border-bottom: 1px solid #B8B8B8;
  position: relative;
  margin-bottom: 1rem; }
  .faq.open {
    background: #FBDDDD;
    border-bottom: 1px solid #f47b80; }
    .faq.open .faq-question {
      background: #FBDDDD; }
  .faq .faq-question {
    text-align: left;
    position: relative;
    padding-right: 2rem;
    border: 0;
    border-radius: 0.25rem;
    background: #EDEDED;
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    width: 100%;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .faq .faq-question {
        padding-right: 3rem; } }
    .faq .faq-question h4 {
      font-weight: 400;
      margin: 0;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .faq .faq-question h4 {
          font-size: 1.1rem;
          font-weight: 600; } }
    .faq .faq-question .arrow {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -6px;
      width: 25px;
      height: 15px;
      text-align: right;
      background-image: url("/_common/img/virtual-conference/arrow.png");
      background-size: cover; }
      .faq .faq-question .arrow.open {
        transform: rotate(180deg); }
  .faq .faq-answer {
    display: none;
    font-weight: 400;
    position: relative; }

.resource-container {
  border: 1px solid #dedede;
  margin-bottom: 1rem;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .resource-container:last-of-type {
    margin-bottom: 0; }
  .resource-container .l-col {
    display: table-row;
    border-right: 1px solid #dedede;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .resource-container .l-col {
        width: 15%;
        display: table-cell;
        vertical-align: middle;
        height: 100%; } }
    .resource-container .l-col .sponsor-image {
      width: 100%;
      padding: 2rem; }
      @media screen and (min-width: 768px) {
        .resource-container .l-col .sponsor-image {
          display: block; } }
  .resource-container .r-col {
    display: table-cell;
    padding-left: 2rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .resource-container .r-col {
        width: 85%; } }
    .resource-container .r-col .sponsor-details {
      padding: 1rem 1rem 0rem 0rem; }
      @media screen and (max-width: 768px) {
        .resource-container .r-col .sponsor-details h3 {
          font-size: 1.5rem; } }
    .resource-container .r-col .sponsor-resources {
      padding: 0rem 0rem 1rem;
      position: relative; }
      .resource-container .r-col .sponsor-resources .resources-bottom {
        display: none; }
      .resource-container .r-col .sponsor-resources .resource {
        color: #323232;
        font-weight: 600;
        text-decoration: none;
        margin-left: 2rem;
        position: relative;
        display: inline-block;
        margin-bottom: 1rem; }
        @media screen and (min-width: 768px) {
          .resource-container .r-col .sponsor-resources .resource {
            margin-left: 2.5rem; } }
        .resource-container .r-col .sponsor-resources .resource:before {
          content: "";
          width: 20px;
          height: 25px;
          background-image: url("/_common/img/virtual-conference/link-icon.svg");
          position: absolute;
          left: -2rem;
          top: 12px;
          margin-top: -15px;
          background-size: cover; }
          @media screen and (min-width: 768px) {
            .resource-container .r-col .sponsor-resources .resource:before {
              width: 27px;
              height: 35px;
              left: -2.5rem;
              top: 8px; } }
        .resource-container .r-col .sponsor-resources .resource.docx:before, .resource-container .r-col .sponsor-resources .resource.doc:before {
          background-image: url("/_common/img/virtual-conference/doc-icon.svg"); }
        .resource-container .r-col .sponsor-resources .resource.xls:before, .resource-container .r-col .sponsor-resources .resource.xlsx:before {
          background-image: url("/_common/img/virtual-conference/xls-icon.svg"); }
        .resource-container .r-col .sponsor-resources .resource.ppt:before, .resource-container .r-col .sponsor-resources .resource.pptx:before {
          background-image: url("/_common/img/virtual-conference/ppt-icon.svg"); }
        .resource-container .r-col .sponsor-resources .resource.pdf:before {
          background-image: url("/_common/img/virtual-conference/pdf-icon.svg"); }
      .resource-container .r-col .sponsor-resources .resource-toggle {
        position: absolute;
        right: 10px;
        bottom: 10px; }

/* Content */
.wrapper-introduction {
  text-align: center;
  position: relative;
  clear: both;
  /*overflow: auto;*/ }
  .wrapper-introduction .introduction {
    background: #ffffff;
    padding: 50px 100px 50px;
    margin-top: -90px; }
  .wrapper-introduction .wrapper-highlights span {
    background: #ffe7ee;
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
    margin: 0 4px 20px; }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .wrapper-introduction .introduction {
    padding: 20px 50px 20px; } }

@media screen and (max-width: 399px) {
  .wrapper-introduction {
    text-align: left; }
    .wrapper-introduction .introduction {
      margin-top: 0px;
      padding: 15px 30px 15px; }
    .wrapper-introduction .wrapper-highlights span {
      margin: 0 0 8px; } }

/* Why Attend Header */
.parallax-background {
  /* Updates styles for this object in _base.scss */ }
  .parallax-background.parallax-why-attend {
    background-image: url("https://www.infosecurity-magazine.com/_common/img/conferences/bg-why-attend.jpg"); }
    @media screen and (max-width: 420px) {
      .parallax-background.parallax-why-attend {
        margin-top: 65px; } }

.why-attend-gradient {
  background-image: -webkit-linear-gradient(top, rgba(235, 236, 243, 0.9) 30%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.8)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1); }

.wrapper-why-attend {
  background: #ffffff;
  text-align: center;
  padding: 20px 40px 5px;
  margin-bottom: 50px;
  position: relative;
  display: inline-block; }
  .wrapper-why-attend:after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 155px 0 155px;
    border-color: #ffffff transparent transparent transparent; }
  .wrapper-why-attend .grey-before,
  .wrapper-why-attend .grey-after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0; }
  .wrapper-why-attend .grey-before {
    border-width: 0 40px 80px 0;
    border-color: transparent #9b9b9b transparent transparent;
    left: -40px; }
  .wrapper-why-attend .grey-after {
    border-width: 80px 40px 0 0;
    border-color: #9b9b9b transparent transparent transparent;
    right: -40px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper-why-attend:after {
    border-width: 27px 134px 0 134px;
    border-color: #ffffff transparent transparent transparent; }
  .wrapper-why-attend .grey-before,
  .wrapper-why-attend .grey-after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0; }
  .wrapper-why-attend .grey-before {
    border-width: 0 40px 80px 0;
    border-color: transparent #9b9b9b transparent transparent;
    left: -40px; }
  .wrapper-why-attend .grey-after {
    border-width: 80px 40px 0 0;
    border-color: #9b9b9b transparent transparent transparent;
    right: -40px; } }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .wrapper-why-attend:after {
    border-width: 27px 117px 0 117px;
    border-color: #ffffff transparent transparent transparent; }
  .wrapper-why-attend .grey-before,
  .wrapper-why-attend .grey-after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0; }
  .wrapper-why-attend .grey-before {
    border-width: 0 30px 63px 0;
    border-color: transparent #9b9b9b transparent transparent;
    left: -30px; }
  .wrapper-why-attend .grey-after {
    border-width: 63px 30px 0 0;
    border-color: #9b9b9b transparent transparent transparent;
    right: -30px; } }

@media screen and (max-width: 399px) {
  .wrapper-why-attend {
    padding: 10px 40px 5px; }
    .wrapper-why-attend:after {
      bottom: -13px;
      border-width: 13px 100px 0 100px; }
    .wrapper-why-attend .grey-before,
    .wrapper-why-attend .grey-after {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      top: 0; }
    .wrapper-why-attend .grey-before {
      border-width: 0 20px 45px 0;
      border-color: transparent #9b9b9b transparent transparent;
      left: -20px; }
    .wrapper-why-attend .grey-after {
      border-width: 45px 20px 0 0;
      border-color: #9b9b9b transparent transparent transparent;
      right: -20px; } }

/* What you will learn */
.wrapper-what-you-will-learn {
  margin-bottom: 30px;
  text-align: center; }

.wrapper-lesson {
  padding: 0 0px;
  margin-bottom: 40px; }
  .wrapper-lesson .lesson {
    padding: 60px 30px 20px;
    background: #ffffff;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }
    .wrapper-lesson .lesson .wrapper-arrow {
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -35px;
      width: 70px;
      height: 70px;
      background-color: #EB1C24; }
      .wrapper-lesson .lesson .wrapper-arrow .arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: -15px;
        width: 33px;
        height: 39px;
        display: block;
        background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
        background-repeat: no-repeat;
        background-position: -188px -306px; }

@media screen and (max-width: 399px) {
  .wrapper-lesson .lesson {
    padding: 40px 20px 20px; }
    .wrapper-lesson .lesson .wrapper-arrow {
      width: 53px;
      height: 53px;
      margin-left: -26px; }
      .wrapper-lesson .lesson .wrapper-arrow .arrow {
        background-position: -235px -315px;
        width: 25px;
        height: 29px;
        margin-top: -12px;
        margin-left: -12px; } }

.why-attend__item,
.why-attend__sizer {
  width: 100%; }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    .why-attend__item,
    .why-attend__sizer {
      width: 47%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .why-attend__item,
    .why-attend__sizer {
      width: 47%; } }
  @media screen and (min-width: 1025px) {
    .why-attend__item,
    .why-attend__sizer {
      width: 30.33%; } }

.why-attend__gutter {
  width: 0%; }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    .why-attend__gutter {
      width: 6%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .why-attend__gutter {
      width: 6%; } }
  @media screen and (min-width: 1025px) {
    .why-attend__gutter {
      width: 3%; } }

.list-box-container {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .list-box-container {
      padding: 30px 15px; } }
  .list-box-container .list-box, .list-box-container ul {
    padding: 0;
    margin: 20px 0; }
  .list-box-container li {
    color: #000;
    list-style: none;
    padding: 6px 10px;
    background: #ebecf3;
    border-right: 5px solid #EB1C24;
    border-left: 5px solid #EB1C24;
    margin: 8px 0; }
    @media screen and (min-width: 769px) {
      .list-box-container li {
        padding: 6px 30px;
        text-align: left; } }
  .list-box-container .list-box-footer {
    margin-top: 40px; }
    .list-box-container .list-box-footer .footer-text {
      margin: 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .list-box-container {
      padding: 50px 100px 50px; } }
  @media screen and (min-width: 1025px) {
    .list-box-container {
      padding: 50px 100px 50px; } }

.list-box-container--alt {
  background: #EB1C24;
  text-align: center;
  padding: 30px 20px 0;
  margin-bottom: 20px;
  border-bottom: 6px solid #262628;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .list-box-container--alt {
      padding: 30px 15px 0; } }
  .list-box-container--alt h3 {
    color: #fff; }
  .list-box-container--alt .list-box--alt, .list-box-container--alt ul {
    padding: 0;
    margin-bottom: 40px; }
  .list-box-container--alt li {
    color: #000;
    text-align: left;
    list-style: none;
    padding: 26px 30px;
    background: #fff;
    border-right: 5px solid #262628;
    border-left: 5px solid #262628;
    margin: 8px 0; }
  .list-box-container--alt .list-box-footer--alt {
    margin-top: 40px; }
    .list-box-container--alt .list-box-footer--alt .footer-text--alt {
      margin: 0; }

.parallax-confirmed-sessions {
  background-image: url(https://www.infosecurity-magazine.com/_common/img/conferences/bg-light.png); }

.confirmed-sessions {
  margin: 0 -1%; }

.msnry-item {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  margin: 1%;
  width: 98%; }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    .msnry-item {
      width: 48%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .msnry-item {
      width: 48%; } }
  @media screen and (min-width: 1025px) {
    .msnry-item {
      width: 23%; } }

.confirmed-sessions-container {
  margin-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0; }

.session-container {
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  position: relative; }

.session-count {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 50%;
  margin-right: -40px;
  width: 72px;
  height: 72px;
  background: #EB1C24;
  color: #fff;
  font-size: 2.2em;
  line-height: 72px;
  font-weight: bold; }

.drop-shadow {
  position: relative;
  padding: 62px 1em 1em;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2; }

/* Lifted corners */
.lifted:before, .lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.parallax-background {
  /* Updates styles for this object in _base.scss */ }
  .parallax-background.parallax-whats-included {
    background-image: url("https://www.infosecurity-magazine.com/_common/img/conferences/bg-whats-included.jpg"); }

.wrapper-whats-included {
  overflow: auto;
  /*background-image: $Bg_WhatsIncluded, -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
        background-image: $Bg_WhatsIncluded, -ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));*/
  /*background-image: $Bg_WhatsIncluded, -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0)));*/
  background-image: -webkit-linear-gradient(top, rgba(235, 236, 243, 0.9) 30%, transparent 100%);
  /*background-image: $Bg_WhatsIncluded, -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
        background-image: $Bg_WhatsIncluded, linear-gradient(top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));*/
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.8)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1); }
  .wrapper-whats-included h2 {
    margin-bottom: 30px; }
  .wrapper-whats-included ul {
    margin: 0 0;
    padding: 0 0;
    list-style-type: none; }
    .wrapper-whats-included ul li {
      background: #ffffff;
      border-left: 5px solid #EB1C24;
      border-right: 5px solid #EB1C24;
      margin-bottom: 8px;
      padding: 18px 40px;
      text-align: center;
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35); }

@media screen and (max-width: 399px) {
  .wrapper-whats-included ul {
    padding: 0;
    margin: 0px 20px; } }

.faq h3 {
  margin: 20px 0; }

.faq .question {
  background: #eceee9;
  margin-bottom: 10px; }
  .faq .question a.faq-toggle {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 55px 10px 15px;
    font-weight: 400;
    position: relative; }
    .faq .question a.faq-toggle:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      width: 21px;
      height: 12px;
      margin-top: -6px;
      background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
      background-repeat: no-repeat;
      background-position: -704px -526px; }
    .faq .question a.faq-toggle.open:after {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .faq .question .answer {
    padding: 10px 35px 10px 15px;
    display: none;
    margin: 0 0; }
    .faq .question .answer p {
      margin: 0 0 15px; }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .faq .question a.faq-toggle {
    font-size: 20px;
    font-size: 2rem; } }

@media screen and (max-width: 399px) {
  .faq .question a.faq-toggle {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 35px 10px 15px; }
    .faq .question a.faq-toggle:after {
      width: 10px;
      height: 6px;
      margin-top: -3px;
      background-position: -773px -532px; } }

/* Static Backgrounds */
.static-background.parallax-agenda {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -120px; }

@media screen and (max-width: 1600px) {
  .static-background.parallax-agenda {
    background-position: center top; } }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .static-background.parallax-agenda {
    background-size: contain; } }

@media screen and (max-width: 399px) {
  .static-background.parallax-agenda {
    background-size: contain; } }

.wrapper-agenda-header {
  overflow: hidden;
  border-bottom: solid 10px #262628;
  margin-bottom: 1px; }
  .wrapper-agenda-header h2 {
    padding: 10px 0;
    background-color: #262628;
    color: #ffffff;
    position: relative; }
    .wrapper-agenda-header h2 .left-edge:before, .wrapper-agenda-header h2 .left-edge:after, .wrapper-agenda-header h2 .right-edge:before, .wrapper-agenda-header h2 .right-edge:after {
      content: '';
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid; }
    .wrapper-agenda-header h2 .left-edge:before {
      left: 0;
      border-width: 76px 39px 0 0;
      border-color: #ffffff transparent transparent transparent; }
    .wrapper-agenda-header h2 .left-edge:after {
      left: 0;
      border-width: 0 0 76px 39px;
      border-color: transparent transparent #171717 transparent; }
    .wrapper-agenda-header h2 .right-edge:before {
      right: 0;
      border-width: 0 39px 76px 0;
      border-color: transparent #ffffff transparent transparent; }
    .wrapper-agenda-header h2 .right-edge:after {
      right: 0;
      border-width: 76px 0 0 39px;
      border-color: transparent transparent transparent #171717; }

.wrapper-agenda {
  height: 765px;
  position: relative; }
  .wrapper-agenda .position-agenda {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
  .wrapper-agenda .agenda-text {
    background: #ebecf3;
    opacity: 0.95;
    filter: alpha(opacity=95);
    padding: 60px 40px; }
  .wrapper-agenda .agenda-button {
    display: block;
    background: green;
    padding: 40px 100px 40px 40px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative; }
    .wrapper-agenda .agenda-button .icon {
      content: '';
      position: absolute;
      right: 40px;
      top: 50%;
      margin-top: -22px;
      background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
      background-repeat: no-repeat;
      display: block;
      height: 44px; }
    .wrapper-agenda .agenda-button.view {
      background: #000000; }
      .wrapper-agenda .agenda-button.view .icon {
        width: 44px;
        background-position: -321px -300px; }
    .wrapper-agenda .agenda-button.download {
      background: #EB1C24; }
      .wrapper-agenda .agenda-button.download .icon {
        width: 38px;
        background-position: -427px -301px; }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .wrapper-agenda {
    height: auto;
    padding-top: 190px;
    padding-bottom: 50px; }
    .wrapper-agenda .position-agenda {
      position: relative;
      bottom: auto; }
    .wrapper-agenda .agenda-text {
      padding: 20px 20px; }
    .wrapper-agenda .agenda-button {
      padding: 20px 80px 20px 20px;
      height: auto !important; }
      .wrapper-agenda .agenda-button .icon {
        height: 27px;
        margin-top: -14px;
        right: 20px; }
      .wrapper-agenda .agenda-button.view .icon {
        width: 25px;
        background-position: -380px -320px; }
      .wrapper-agenda .agenda-button.download .icon {
        width: 25px;
        background-position: -477px -318px; } }

@media screen and (max-width: 399px) {
  .wrapper-agenda {
    height: auto;
    padding-top: 190px;
    padding-bottom: 50px; }
    .wrapper-agenda .position-agenda {
      position: relative;
      bottom: auto; }
    .wrapper-agenda .agenda-text {
      padding: 20px 20px; }
    .wrapper-agenda .agenda-button {
      padding: 20px;
      height: auto !important; }
      .wrapper-agenda .agenda-button .icon {
        display: none; } }

/* Agenda Popup */
.agenda-popup .header-area {
  position: relative; }
  .agenda-popup .header-area span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: inline-block; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .agenda-popup .header-area span {
        position: absolute;
        right: 60px;
        top: 5px;
        margin-bottom: 0;
        padding-left: 24px;
        display: initial; } }
    @media screen and (min-width: 1025px) {
      .agenda-popup .header-area span {
        position: absolute;
        right: 60px;
        top: 5px;
        margin-bottom: 0;
        padding-left: 24px;
        display: initial; } }
    .agenda-popup .header-area span:before {
      content: '';
      position: relative;
      width: 21px;
      height: 21px;
      display: inline-block;
      background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
      background-repeat: no-repeat;
      background-position: -560px -273px;
      margin-right: 5px;
      margin-bottom: -5px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .agenda-popup .header-area span:before {
          position: absolute;
          left: 0;
          top: -3px;
          display: block;
          margin-right: 0;
          margin-bottom: 0; } }
      @media screen and (min-width: 1025px) {
        .agenda-popup .header-area span:before {
          position: absolute;
          left: 0;
          top: -3px;
          display: block;
          margin-right: 0;
          margin-bottom: 0; } }

.agenda-popup h3 {
  margin: 20px 0; }

.agenda-popup table {
  width: 95%;
  border-collapse: collapse; }
  .agenda-popup table thead th {
    background: #eceee9;
    padding: 20px;
    font-weight: 400;
    text-align: left; }
  .agenda-popup table tbody td {
    border: 2px solid #eceee9;
    padding: 20px;
    vertical-align: top; }
    .agenda-popup table tbody td.calendar {
      padding: 20px 60px 20px 20px;
      position: relative; }
      .agenda-popup table tbody td.calendar a.dl-cal {
        width: 28px;
        height: 28px;
        position: absolute;
        right: 20px;
        top: 50%;
        display: block;
        margin-top: -14px;
        background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
        background-repeat: no-repeat;
        background-position: -521px -266px; }

.wrapper-sponsors {
  background: #eceee9;
  overflow: auto;
  padding: 50px 0 50px 0; }
  .wrapper-sponsors h2 {
    margin-bottom: 30px; }
  .wrapper-sponsors.no-slider {
    padding: 0px 0px 40px 0px; }
  .wrapper-sponsors.slider {
    padding: 0 0; }
    .wrapper-sponsors.slider .slider-button {
      display: block;
      height: 100%;
      background: #ffffff;
      position: relative; }
      .wrapper-sponsors.slider .slider-button .prev-arrow, .wrapper-sponsors.slider .slider-button .next-arrow {
        background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
        background-repeat: no-repeat;
        width: 33px;
        height: 57px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -28px; }
      .wrapper-sponsors.slider .slider-button .prev-arrow {
        background-position: -87px -223px; }
      .wrapper-sponsors.slider .slider-button .next-arrow {
        background-position: -143px -223px; }
  .wrapper-sponsors .sponsor-type {
    margin: 0 0 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .wrapper-sponsors .sponsor-type--gold {
      color: #ea7900; }
    .wrapper-sponsors .sponsor-type--silver, .wrapper-sponsors .sponsor-type--associatepartner {
      color: #a4a4a4; }
    .wrapper-sponsors .sponsor-type--bronze {
      color: #a57239; }
    .wrapper-sponsors .sponsor-type--partner {
      color: #e7e3e4; }
  .wrapper-sponsors .sponsor-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: border .4s ease-in-out;
    /* Safari 3.1 to 6.0 */
    transition: border .4s ease-in-out; }
    .wrapper-sponsors .sponsor-logo--gold {
      border-bottom: 12px solid #ea7900; }
    .wrapper-sponsors .sponsor-logo--silver {
      border-bottom: 12px solid #a4a4a4; }
    .wrapper-sponsors .sponsor-logo--bronze {
      border-bottom: 12px solid #a57239; }
    .wrapper-sponsors .sponsor-logo--partner, .wrapper-sponsors .sponsor-logo--associatepartner {
      border-bottom: 12px solid #e7e3e4; }
    .wrapper-sponsors .sponsor-logo img {
      width: 100%; }
  .wrapper-sponsors.link {
    padding-top: 50px;
    padding-bottom: 50px; }
  .wrapper-sponsors .link-get-involved {
    box-sizing: border-box;
    background: #EB1C24;
    padding: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    width: 100%; }

.sponsors-slider {
  overflow: hidden; }
  .sponsors-slider .owl-wrapper {
    overflow: auto; }
    .sponsors-slider .owl-wrapper .owl-item {
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 0 10px; }
      .sponsors-slider .owl-wrapper .owl-item .item {
        background-color: white;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        min-height: 200px; }
        .sponsors-slider .owl-wrapper .owl-item .item a {
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          position: relative; }
          .sponsors-slider .owl-wrapper .owl-item .item a img {
            max-width: 75%;
            max-height: 100px;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper-sponsors.slider .slider-button .prev-arrow, .wrapper-sponsors.slider .slider-button .next-arrow {
    background-image: url("https://www.infosecurity-magazine.com/_common/img/virtual-conference/os-sprite.svg");
    background-repeat: no-repeat;
    width: 33px;
    height: 57px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -28px; }
  .wrapper-sponsors.slider .slider-button .prev-arrow {
    background-position: -87px -223px; }
  .wrapper-sponsors.slider .slider-button .next-arrow {
    background-position: -143px -223px; } }

@media screen and (min-width: 400px) and (max-width: 767px) {
  .wrapper-sponsors.slider .slider-button .prev-arrow, .wrapper-sponsors.slider .slider-button .next-arrow {
    width: 11px;
    height: 34px;
    margin-left: -6px;
    margin-top: -17px; }
  .wrapper-sponsors.slider .slider-button .prev-arrow {
    background-position: -116px -172px; }
  .wrapper-sponsors.slider .slider-button .next-arrow {
    background-position: -136px -172px; } }

@media screen and (max-width: 399px) {
  .wrapper-sponsors {
    padding: 50px 0; }
    .wrapper-sponsors .link-get-involved {
      font-size: 17px;
      font-size: 1.7rem; }
    .wrapper-sponsors.slider .slider-button .prev-arrow, .wrapper-sponsors.slider .slider-button .next-arrow {
      width: 11px;
      height: 34px;
      margin-left: -6px;
      margin-top: -17px; }
    .wrapper-sponsors.slider .slider-button .prev-arrow {
      background-position: -116px -172px; }
    .wrapper-sponsors.slider .slider-button .next-arrow {
      background-position: -136px -172px; } }

.speakers-container {
  padding: 30px 0 0 0; }

.clearfix {
  clear: both; }

.speaker {
  position: relative;
  display: block;
  background: #fff;
  width: 80%;
  margin: 0 auto; }
  .speaker__profile {
    display: block;
    width: 100%; }
    .speaker__profile--image {
      display: block;
      width: 100%;
      filter: grayscale(100%); }
  .speaker__title {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    opacity: 0.9;
    padding-bottom: 3%;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    transition: 0.25s linear; }
    .speaker__title p {
      margin: 0;
      padding-top: 3%;
      padding-bottom: 1%; }
  .speaker__jobTitle {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 1% 5%; }
  .speaker a {
    text-decoration: none; }

.speaker a:hover .speaker__profile--image,
.speaker--selected .speaker__profile--image {
  filter: grayscale(0);
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  transition: 0.25s linear; }

.speaker a:hover .speaker__title,
.speaker--selected a .speaker__title {
  opacity: 1;
  background: #000;
  color: #fff;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  transition: 0.25s linear; }

.speaker__panel {
  width: 100%;
  background-image: url("/img/conferences/speakers/speaker__panel-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid 7px #000;
  border-bottom: solid 7px #fff;
  display: inline-block;
  padding: 5% 0; }
  @media screen and (max-width: 399px) {
    .speaker__panel {
      padding: 40px 20px 20px 20px; } }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    .speaker__panel {
      padding: 40px 20px 20px 20px; } }
  .speaker__panel p {
    line-height: 1.5em; }
  .speaker__panel .speaker__name {
    font-size: 4rem; }
  .speaker__panel .speaker__role {
    font-size: 3rem; }

.speaker__arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -20px; }

.button {
  padding: 1.5rem;
  font-size: 2.8rem;
  text-transform: uppercase;
  display: inline-block; }
  .button--red {
    background: #EB1C24;
    color: #ffffff; }
  .button--small {
    font-size: 2rem; }
  .button--calendar {
    padding-right: 6rem;
    position: relative;
    margin-bottom: 3rem;
    color: #fff !important; }
    @media screen and (min-width: 400px) and (max-width: 767px) {
      .button--calendar {
        margin-bottom: 5rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .button--calendar {
        margin-bottom: 7rem; } }
    @media screen and (min-width: 1025px) {
      .button--calendar {
        margin-bottom: 7rem; } }
    .button--calendar:after {
      display: block;
      content: ' ';
      width: 3rem;
      height: 3rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url("/img/conferences/speakers/calendar--white.png");
      text-indent: 100%;
      overflow: hidden;
      position: absolute;
      right: 1rem;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.title--red {
  color: #EB1C24; }

.title--bold {
  font-weight: bold; }

.title--small {
  font-size: 2.5rem; }

.modal .sponsor {
  display: inline-block;
  margin: 0 15px 15px 15px; }
