﻿html {
  height: 100%; }

body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: Bitter, 'Times New Roman', serif;
  font-size: 0.875em;
  color: #333333;
  -webkit-text-size-adjust: none;
  height: 100%; }

.whiteout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  z-index: 20000;
  display: none; }

.global-header {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  background: #fff;
  z-index: 5000000;
  font-family: Lato; }
  .global-header .global-header__mobile-toggle {
    display: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 0.95em;
    font-family: Lato; }
    .global-header .global-header__mobile-toggle:after {
      content: '';
      width: 11px;
      height: 6px;
      background: url("../img/rounded-rectangle.png") no-repeat 0 0;
      display: inline-block;
      margin-left: 15px;
      margin-top: 8px; }
  .global-header .global-header__nav {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    overflow: auto; }
  .global-header .global-header__nav-item {
    margin: 0;
    display: block;
    float: left;
    border-right: 1px solid #cccccc; }
    .global-header .global-header__nav-item.global-header__nav-item--group {
      padding: 6px 15px 6px 0;
      border-right: none; }
      .global-header .global-header__nav-item.global-header__nav-item--group img {
        display: block;
        height: 39px; }
    .global-header .global-header__nav-item.global-header__nav-item--current {
      padding: 17px 15px 16px;
      background: #000;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 1.15em;
      border-right: 1px solid #000;
      font-family: Lato; }
    .global-header .global-header__nav-item.global-header__nav-item--open {
      background: #ececec; }
      .global-header .global-header__nav-item.global-header__nav-item--open .global-header__nav-link--dropdown:after {
        transform: rotate(180deg); }
  .global-header .global-header__nav-link {
    font-size: 1.15em;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 17px 15px 16px;
    font-family: Lato; }
    .global-header .global-header__nav-link.global-header__nav-link--dropdown:after {
      content: '';
      width: 11px;
      height: 6px;
      background: url("../img/rounded-rectangle.png") no-repeat 0 0;
      display: inline-block;
      margin-left: 15px;
      margin-top: 8px; }
  @media only screen and (max-width: 760px) {
    .global-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; }
      .global-header.global-header--open {
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden; }
        .global-header.global-header--open .global-header__mobile-toggle:after {
          transform: rotate(180deg); }
      .global-header .container {
        margin: 0 auto; }
      .global-header .global-header__mobile-toggle {
        display: block; }
      .global-header .global-header__nav {
        display: none; }
        .global-header .global-header__nav.global-header__nav--open {
          background: #ffffff;
          display: block;
          position: absolute;
          top: 32px;
          left: 0;
          right: 0;
          z-index: 5000;
          padding-bottom: 70px; }
      .global-header .global-header__nav-item {
        float: none;
        border-right: none; }
        .global-header .global-header__nav-item.global-header__nav-item--group {
          padding: 14px 25px 13px;
          padding: 35px 25px; }
          .global-header .global-header__nav-item.global-header__nav-item--group img {
            height: 42px; }
        .global-header .global-header__nav-item.global-header__nav-item--current {
          padding: 40px 25px;
          border-right: none;
          border-bottom: 1px solid #000; }
      .global-header .global-header__nav-link {
        padding: 35px 25px;
        border-bottom: 1px solid #cccccc; }
        .global-header .global-header__nav-link.global-header__nav-link--dropdown:after {
          float: right; } }

.global-sub-nav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0;
  display: none;
  max-width: 1120px;
  background: #ececec;
  padding: 35px 90px;
  columns: 3; }
  .global-sub-nav.global-sub-nav--open {
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 10000; }
  .global-sub-nav .global-sub-nav__item {
    border-bottom: 2px solid white;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 8px; }
  .global-sub-nav .global-sub-nav__link {
    color: #000;
    font-size: 1.2em; }
  @media only screen and (max-width: 1132px) {
    .global-sub-nav {
      columns: 2;
      padding: 35px 35px; } }
  @media only screen and (max-width: 760px) {
    .global-sub-nav {
      columns: 1;
      padding: 0 0 0 25px;
      border-bottom: 1px solid #cccccc; }
      .global-sub-nav.global-sub-nav--open {
        display: block;
        position: relative;
        top: auto; }
      .global-sub-nav .global-sub-nav__item {
        border-top: 1px solid #cccccc;
        border-bottom: 0;
        margin: 0 0;
        padding-bottom: 0; }
        .global-sub-nav .global-sub-nav__item:first-of-type {
          border-top: none; }
      .global-sub-nav .global-sub-nav__link {
        padding: 10px 0;
        display: block;
        font-size: 1em; } }

.site-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%; }
  @media only screen and (max-width: 760px) {
    .site-wrapper {
      margin-top: 32px; } }

.pullout-menu {
  display: none; }

.pullout-overlay {
  display: none; }

.page-wrapper {
  width: 100%; }

#at4m-dock,
.at4m-menu,
.at4m-menu .at4m-menu-inner .at4m-menu-header,
.at4m-menu .at4m-menu-content ul li a {
  font-family: Bitter, 'Times New Roman', serif; }

i[class^="spricon-"] {
  background: url("../img/sprite.svg") no-repeat;
  display: block; }

.no-svg i[class^="spricon-"] {
  background-image: url("../img/sprite.png"); }

header {
  display: block;
  background: url("../img/bg-header-circuit.png") no-repeat top right #000000;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
  z-index: 4000; }

.container {
  width: 1100px;
  margin: 0 auto; }

.header-ad-row .leaderboard {
  float: left;
  width: 728px;
  height: 90px;
  margin-bottom: 16px;
  background: #ddd; }

.header-ad-row .sec-menu {
  width: 356px;
  float: right;
  margin-bottom: 16px; }

.header-ad-row .sec-menu .profile-links {
  margin: 0;
  padding: 0;
  float: right; }

.header-ad-row .sec-menu .profile-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline; }

.header-ad-row .sec-menu .profile-links a {
  color: #333333;
  background: #ffdd00;
  float: right;
  padding: 10px 16px;
  margin: 0 0 0 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 20px -5px #e30613;
  box-shadow: inset 0 0 20px -5px #e30613; }

.header-ad-row .sec-menu .profile-links li a:hover {
  background: #fff;
  text-decoration: none; }

.header-logo-row {
  clear: both; }

.header-logo-row .flyout-controls {
  display: none; }

.header-logo-row .infosec-logo {
  display: block;
  width: 300px;
  height: 79px;
  float: left;
  clear: left;
  margin-bottom: 16px; }

.header-logo-row .infosec-logo .spricon-infosec {
  width: 300px;
  height: 79px;
  background-position: 0 0; }

.no-svg .header-logo-row .infosec-logo {
  background: url("../img/logo.png") no-repeat 0 0; }

.header-logo-row .ticker-panel {
  width: 768px;
  float: right; }

.header-logo-row .ticker-panel .ticker-controls {
  padding-bottom: 8px; }

.header-logo-row .ticker-panel .ticker-item-label {
  display: inline-block;
  color: #333333;
  background: #ffdd00;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 15px -5px #e30613;
  box-shadow: inset 0 0 15px -5px #e30613;
  font-size: 0.8em; }

.header-logo-row .ticker-panel .ticker {
  margin: 0;
  padding: 0;
  width: 100%; }

.header-logo-row .ticker-panel .ticker li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.header-logo-row .ticker-panel .ticker a {
  color: #ddd; }

.header-ad-row .links-container {
  float: right;
  position: relative; }

.header-social-links {
  clear: right;
  float: right; }

.header-social-links a {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-left: 2px; }

.header-social-links a i {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 5px; }

.header-social-links a.fb i {
  background-position: -2px -373px; }

.header-social-links a.tw i {
  background-position: -36px -373px; }

.header-social-links a.gp i {
  background-position: -71px -373px; }

.header-social-links a.li i {
  background-position: -105px -373px; }

nav {
  margin: 0 auto;
  display: block;
  background: #212121; }

.nav-row {
  position: relative; }

.nav-row ul {
  margin: 0;
  padding: 0; }

.nav-row li {
  float: left;
  margin: 0;
  list-style-type: none; }

.nav-row li a {
  display: block;
  padding: 0;
  color: #fff;
  position: relative; }

.nav-row li a:after {
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: ' ';
  transition: all .3s linear; }

.nav-row li a.active {
  z-index: 5000001; }

.nav-row li a.active:after {
  border-bottom: 12px solid #fff;
  transition: all .3s linear; }

.nav-row li a:hover {
  color: #ffffff;
  text-decoration: none; }

.nav-row .home {
  margin-right: 5px; }

.nav-row .home a {
  width: 53px;
  position: relative; }

.nav-row .home i.spricon-home {
  width: 53px;
  height: 32px;
  background-position: -300px -47px;
  position: absolute;
  bottom: -34px; }

.nav-row .home a:hover i.spricon-home {
  background-position: -353px -47px; }

.nav-row .mega-drop {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 66px;
  -webkit-box-shadow: 0 0 4px 0 #1b1b1b;
  box-shadow: 0 0 4px 0 #1b1b1b;
  z-index: 5000000;
  color: #333333;
  padding-bottom: 20px;
  font-size: 0.9em;
  display: none;
  box-sizing: border-box; }

.nav-row .mega-drop .main-link {
  font-size: 1.7143em;
  line-height: 1.3333em;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  color: #333333; }

.nav-row .mega-drop .main-link:hover {
  color: #e30613; }

#nav-search-li {
  float: right;
  margin: 0; }

#nav-search-li a {
  width: 34px;
  text-indent: 44px;
  overflow: hidden; }

#nav-search-li i.spricon-search {
  width: 34px;
  height: 32px;
  background-position: -406px -47px;
  position: absolute;
  top: 50%;
  margin-top: -15px; }

#nav-search-li:hover i.spricon-search {
  background-position: -441px -47px; }

#nav-search-li ul li {
  margin-right: 0px;
  float: none; }

#nav-search {
  padding: 20px;
  width: 40%;
  right: 0;
  left: auto; }

.mega-drop-features li {
  width: 340px;
  float: left;
  padding: 20px 0 0 20px;
  margin: 0; }

.mega-drop-directory li {
  margin: 0 16px 0 0; }

.nav-item {
  background: #eaeaea;
  margin-top: 8px;
  font-size: 1em;
  line-height: 1.5714em; }

.nav-item .nav-headline {
  padding: 10px;
  color: #333333; }

.nav-item .nav-headline:hover {
  color: #e30613; }

.nav-item img {
  width: 100%; }

.mega-drop li .more-link {
  padding-top: 8px;
  display: block;
  color: #999999;
  float: left; }

.mega-drop li .more-link:hover {
  text-decoration: underline;
  color: #999999; }

.nav-item-thumb .nav-headline {
  margin-left: 50px; }

.nav-item-thumb .nav-thumb {
  width: 50px;
  float: left; }

#nav-events > .nav-events-training > .event-month {
  padding: 8px 8px;
  background: #eaeaea;
  margin-top: 8px;
  margin-bottom: 4px; }
  #nav-events > .nav-events-training > .event-month a {
    display: block;
    color: #000; }
    #nav-events > .nav-events-training > .event-month a:hover {
      text-decoration: underline; }

#nav-events > .nav-events-training > .event-month ~ .event-month {
  margin-top: 0px; }

#nav-events .nav-virtual-conf .no-upcoming {
  padding: 8px 0; }

#nav-events .nav-virtual-conf .virtual-conf {
  border: 2px solid #eaeaea;
  margin-top: 8px;
  box-sizing: border-box; }

#nav-events .nav-virtual-conf .virtual-conf .wrapper-link:hover .title {
  text-decoration: underline; }

#nav-events .nav-virtual-conf .virtual-conf img {
  width: 100%;
  display: block; }

#nav-events .nav-virtual-conf .virtual-conf .caption {
  background: #eaeaea;
  padding: 16px 8px 16px;
  display: block;
  color: #000;
  min-height: 82px;
  box-sizing: border-box; }

#nav-events .nav-virtual-conf .virtual-conf .caption .info {
  margin: 0 0 8px 0;
  color: #999;
  text-transform: uppercase; }

#nav-events .nav-virtual-conf .virtual-conf .caption a:hover {
  text-decoration: underline;
  cursor: pointer; }

#nav-events .nav-virtual-conf .virtual-conf .caption .info span {
  display: inline;
  color: #feb827;
  text-transform: uppercase; }

#nav-events .nav-virtual-conf .virtual-conf .caption .title {
  color: #000; }

#nav-events .nav-magazine-conf .no-upcoming {
  padding: 8px 0; }

#nav-events .nav-magazine-conf .magazine-conf {
  margin-top: 8px;
  float: left;
  box-sizing: border-box; }
  #nav-events .nav-magazine-conf .magazine-conf img {
    width: 100%;
    display: block; }
  #nav-events .nav-magazine-conf .magazine-conf .title {
    margin-top: 10px;
    font-size: 1.4em; }
    #nav-events .nav-magazine-conf .magazine-conf .title a {
      color: #333333; }
      #nav-events .nav-magazine-conf .magazine-conf .title a:hover {
        text-decoration: underline; }
  #nav-events .nav-magazine-conf .magazine-conf .dates {
    margin-top: 10px;
    font-size: 1.2em; }

#nav-topics {
  padding: 20px 20px 20px 20px;
  box-sizing: border-box; }

#nav-topics .main-link {
  margin-bottom: 8px; }

#nav-topics .nav-topic {
  width: 23.5%;
  box-sizing: border-box;
  margin-right: 1.60%;
  background: #eaeaea;
  margin-bottom: 4px;
  color: #000;
  min-height: 54px; }

#nav-topics .nav-topic a {
  color: #000;
  padding: 10px; }

#nav-topics .nav-topic a:hover {
  color: #e30613; }

#nav-topics .nav-topic a img {
  float: left;
  height: 50px;
  width: 50px; }

#nav-topics .nav-topic a span {
  display: block;
  padding: 8px 0;
  margin-left: 58px; }

#nav-topics .nav-topic.left {
  clear: left; }

#nav-topics .nav-topic.right {
  margin-right: 0;
  width: 24%; }

.breadcrumb {
  margin: 0;
  padding: 16px 0 16px;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.8571em;
  line-height: 1.6667em;
  text-transform: uppercase; }

.breadcrumb a {
  color: #999; }

.main-content {
  padding: 32px 0 32px; }

.main-content ol {
  padding: 0 0 0 25px; }

.main-content ol li {
  margin-bottom: 15px; }

footer {
  background: #000 url("../img/bg-header-circuit.png") no-repeat top center;
  padding: 16px 0;
  color: #fff; }

footer a {
  color: #feb827; }

.footer-ad-col {
  width: 728px;
  float: right;
  margin-bottom: 16px; }

.footer-ad-col iframe {
  margin-bottom: 16px; }

.footer-social-links {
  float: left; }

.footer-social-links a {
  margin-right: 8px;
  height: 47px;
  width: 47px;
  display: inline-block; }

.footer-social-links a i {
  margin-right: 8px;
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  height: 47px;
  width: 47px;
  display: block;
  border-radius: 5px; }

.footer-social-links a.fb i {
  background-position: -2px -182px; }

.footer-social-links a.tw i {
  background-position: -56px -182px; }

.footer-social-links a.gp i {
  background-position: -109px -182px; }

.footer-social-links a.li i {
  background-position: -163px -182px; }

.infosecurity-group-logo {
  float: right; }

.infosecurity-group-logo i.spricon-group {
  margin-top: 3px;
  width: 170px;
  height: 43px;
  background-position: 0 -128px; }

.footer-links-col {
  width: 356px;
  float: left; }

.footer-links-col .left-links {
  width: 170px;
  float: left; }

.footer-links-col .right-links {
  width: 170px;
  float: right; }

.footer-links-col ul {
  margin: 0 0 16px;
  padding: 0; }

.footer-links-col li {
  margin: 0 0 4px;
  padding: 0;
  list-style-type: none; }

.footer-links-col .list-header {
  font-size: 1.2em; }

.copyright-notices {
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid #595959;
  text-align: left;
  font-size: 0.8em;
  clear: both;
  border-top: 1px solid #595959; }

.copyright-notices li {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline;
  list-style-type: none; }

.copyright-notices .copyright-links {
  margin: 0 0;
  padding: 0 0px 0 0;
  line-height: 20px;
  position: relative; }

.copyright-notices .reed-expo {
  position: relative;
  width: 75px;
  height: 20px;
  float: right;
  margin-top: 3px; }

.copyright-notices .reed-expo a {
  width: 98px;
  height: 20px;
  display: block;
  position: absolute;
  top: -8px;
  left: 0; }

.copyright-notices .reed-expo i.spricon-reedex {
  background-position: 0 -412px;
  width: 98px;
  height: 20px; }

.clear {
  clear: both; }

h1, h2, h3 {
  font-weight: normal;
  margin: 0 0 16px; }

h1 {
  font-size: 2.8571em;
  line-height: 1.2em; }

h2 {
  font-size: 2.2857em;
  line-height: 1.25em; }

h3 {
  font-size: 1.7143em;
  line-height: 1.3333em; }

h4 {
  font-size: 1.1429em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 0 8px; }

p {
  line-height: 1.5714em;
  margin: 0 0 16px; }

.intro {
  font-size: 1.2857em;
  line-height: 1.4444em; }

a {
  text-decoration: none;
  color: #e30613;
  outline: none; }

a:hover {
  text-decoration: underline; }

a img {
  border: none; }

.article-body ul {
  margin: 0 0 16px;
  padding: 0;
  counter-reset: li;
  list-style: none;
  line-height: 1.5714em;
  border-top: 4px solid #eaeaea; }

.article-body ul li {
  margin: 0;
  padding: 12px 0 12px 24px;
  display: block;
  border-bottom: 4px solid #eaeaea;
  position: relative; }

.article-body ul li:before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000000;
  content: ' '; }

.article-body ol {
  margin: 0 0 12px;
  padding: 0;
  counter-reset: li;
  list-style: none;
  line-height: 1.5714em; }

.article-body ol li {
  margin: 0;
  padding: 12px 16px 12px 40px;
  display: block;
  background: #eaeaea;
  position: relative;
  border-bottom: 4px solid #fff; }

.article-body ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 12px;
  left: 0;
  color: #feb827;
  background: #000;
  padding: 2px 0;
  width: 24px;
  text-align: center; }

/* Generic column definitions */
.col-1-3 {
  width: 356px; }

.col-2-3 {
  width: 728px; }

.col-1-2 {
  width: 542px; }

.col-left {
  float: left; }

.col-right {
  float: right; }

.col-1-3 .dfp {
  padding: 28px;
  margin-bottom: 16px;
  background: #eaeaea; }

.launch-auditorium {
  padding: 2.75rem 2rem;
  margin: 1rem 0;
  background: #DF362F; }
  @media screen and (max-width: 550px) {
    .launch-auditorium {
      padding: 1.5rem 1.5rem;
      position: relative; } }
  .launch-auditorium a {
    font-size: 2.5rem;
    color: white;
    text-decoration: none;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .launch-auditorium a {
        font-size: 1.75rem;
        margin-right: 2rem; } }
  .launch-auditorium .launch-auditorium-icon {
    width: 2.5rem;
    margin-left: 1rem;
    display: inline-block;
    vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      .launch-auditorium .launch-auditorium-icon {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -0.7rem;
        width: 1.75rem; } }
  .launch-auditorium .launch-auditorium-logo {
    margin-top: -1.5rem;
    float: right;
    display: inline-block; }
    @media only screen and (max-width: 964px) {
      .launch-auditorium .launch-auditorium-logo {
        display: none; } }

p.no-margin {
  margin: 0 0; }

.cookieNotice {
  position: fixed;
  z-index: 5500000;
  bottom: 0px;
  left: 10px;
  width: 260px;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("../img/bg-header-circuit.png") no-repeat 0px -100px #000000;
  color: #fff;
  -moz-box-shadow: 0 0 5px #eaeaea;
  -webkit-box-shadow: 0 0 5px #eaeaea;
  box-shadow: 0px 0px 5px #eaeaea;
  display: none; }

.cookieNotice .cookieAccept {
  background: #ffdd00;
  -webkit-box-shadow: inset 0 0 20px -5px #e30613;
  box-shadow: inset 0 0 20px -5px #e30613;
  color: #000;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px; }

.cookieNotice .cookieAccept:hover {
  background: #fff;
  text-decoration: none; }

.cookieNotice .cookieDecline {
  color: #fff; }

.gsc-input-box {
  border-radius: 5px;
  height: 37px !important; }

input.gsc-input {
  padding: 5px 10px !important;
  box-sizing: border-box !important; }

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  background: #ffdd00 !important;
  -webkit-box-shadow: inset 0 0 20px -5px #e30613;
  box-shadow: inset 0 0 20px -5px #e30613;
  outline: none;
  border: 1px solid #999999 !important;
  padding: 11px 27px !important; }

.gssb_c {
  z-index: 5000000 !important; }

.wrapper-link, .wrapper-link:hover {
  text-decoration: none; }

.refresh-ads {
  height: 0px;
  display: none; }

.embeds {
  position: relative; }

.embeds iframe {
  position: absolute;
  top: 0px;
  left: 0px; }

@media only screen and (max-width: 1132px) {
  .container {
    width: 932px; }
  .header-ad-row .sec-menu .profile-links a {
    font-size: 0.8571em;
    padding: 10px 14px; }
  .header-logo-row .ticker-panel {
    width: 600px; }
  .header-ad-row .sec-menu {
    width: 188px; }
  .mega-drop-features li {
    width: 284px; }
  .footer-links-col {
    width: 188px; }
  .footer-links-col .left-links,
  .footer-links-col .right-links {
    float: none;
    width: auto; }
  .col-1-3 {
    width: 300px; }
  .col-2-3 {
    width: 616px; }
  .col-1-2 {
    width: 458px; }
  .col-left {
    float: left; }
  .col-right {
    float: right; }
  .col-1-3 .dfp {
    padding: 0; }
  #nav-events .nav-virtual-conf .virtual-conf {
    margin-right: 0; }
  footer {
    padding: 16px 0 25px 0; }
  .copyright-notices .reed-expo {
    float: left;
    margin: 10px 0; } }

@media only screen and (max-width: 964px) {
  .container {
    width: 728px; }
  .nav-row .home {
    display: none; }
  .header-logo-row {
    clear: none; }
  .header-logo-row .ticker-panel {
    clear: both;
    float: none;
    width: 100%; }
  .header-logo-row .ticker-panel .ticker-controls {
    float: left;
    width: 100px;
    padding: 0; }
  .header-logo-row .ticker-panel .ticker {
    margin-left: 100px;
    width: 628px; }
  .header-ad-row .sec-menu {
    margin-bottom: 8px; }
  .mega-drop-features li {
    width: 216px; }
  footer {
    padding-bottom: 61px; }
  .footer-links-col,
  .footer-ad-col {
    width: 100%;
    float: none; }
  .footer-links-col li {
    display: inline;
    margin-right: 16px; }
  .footer-links-col li.list-header {
    display: block; }
  .col-1-3 {
    width: 356px; }
  .col-2-3 {
    width: 356px; }
  .col-1-2 {
    width: 356px; }
  .col-1-3 .dfp {
    padding: 28px; }
  .copyright-notices .copyright-links {
    padding-right: 0; }
  .copyright-notices .copyright-links li {
    word-break: break-word; }
  .copyright-notices .reed-expo a {
    left: initial;
    right: 0;
    margin-top: 16px; }
  .copyright-notices .copyright-info {
    display: block; } }

@media only screen and (max-width: 760px) {
  .pullout-overlay {
    z-index: 4500;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed; }
  .pullout-menu {
    width: 250px;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: -250px;
    position: fixed;
    background: #2d2d2d;
    display: block;
    -webkit-box-shadow: inset -5px 0 16px 0 #000000;
    box-shadow: inset -5px 0 16px 0 #000000;
    overflow: hidden;
    overflow-y: auto;
    z-index: 4501;
    -webkit-overflow-scrolling: touch; }
  .pullout-menu ul {
    margin: 0;
    padding: 0; }
  .pullout-menu li {
    margin: 0;
    padding: 0; }
  .pullout-menu a {
    display: block;
    padding: 16px;
    border-bottom: 1px solid #000;
    color: #ffdd00; }
  .pullout-menu .profile-links:before {
    content: 'Members';
    display: block;
    background: #000;
    padding: 8px 16px;
    color: #fff; }
  .pullout-menu .search-box:before {
    content: 'Search';
    display: block;
    background: #000;
    padding: 8px 16px;
    color: #fff; }
  .pullout-menu .search-box li {
    padding: 0px 16px 12px 16px; }
  .pullout-menu .section-links:before {
    content: 'Sections';
    display: block;
    background: #000;
    padding: 8px 16px;
    color: #fff; }
  .pullout-menu .topic-links:before {
    content: 'Topics';
    display: block;
    background: #000;
    padding: 8px 16px;
    color: #fff; }
  .page-wrapper {
    -webkit-user-select: none;
    -webkit-user-drag: none; }
  .container {
    width: 616px; }
  header {
    background: url("../img/bg-nav.png") repeat-x bottom #000000;
    position: fixed; }
  .header-ad-row .leaderboard {
    width: 300px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    float: none; }
  .no-svg .header-logo-row .infosec-logo {
    background: url("../img/logo-small.png") no-repeat 0 0; }
  .header-ad-row .sec-menu {
    display: none; }
  .header-ad-row .links-container {
    display: none; }
  .header-logo-row {
    clear: both; }
  .header-logo-row .flyout-controls {
    display: block;
    float: left;
    margin-top: 10px; }
  .header-logo-row .flyout-controls a {
    float: left;
    display: block;
    height: 32px; }
  .header-logo-row .flyout-controls a i {
    display: block;
    height: 32px; }
  .header-logo-row .flyout-controls a.menu {
    margin-right: 5px; }
  .header-logo-row .flyout-controls a.menu i.spricon-menu {
    width: 38px;
    background-position: -476px -47px; }
  .header-logo-row .flyout-controls a.menu:hover i.spricon-menu {
    background-position: -514px -47px; }
  .header-logo-row .infosec-logo {
    width: 160px;
    height: 42px;
    float: right;
    margin-bottom: 16px;
    clear: none; }
  .header-logo-row .infosec-logo .spricon-infosec {
    width: 160px;
    height: 42px;
    background-position: -300px 0; }
  .header-logo-row .ticker-panel {
    display: none; }
  nav {
    display: none; }
  .mega-drop-features .feature-type {
    width: 182px; }
  .breadcrumb {
    display: none; }
  .main-content {
    padding-top: 155px; }
  .col-1-3 {
    width: 300px; }
  .col-2-3 {
    width: 300px; }
  .col-1-2 {
    width: 300px; }
  .col-1-3 .dfp {
    padding: 0;
    margin-bottom: 16px; }
  .gsc-input-box {
    border-radius: 5px;
    height: 37px !important; }
  input.gsc-input {
    padding: 5px 10px !important;
    box-sizing: border-box !important; }
  .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    background: #ffdd00 !important;
    -webkit-box-shadow: inset 0 0 20px -5px #e30613;
    box-shadow: inset 0 0 20px -5px #e30613;
    outline: none;
    border: none !important;
    padding: 11px 27px !important;
    border-radius: 5px !important; }
  .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 12px 12px !important; }
  table.gsc-search-box td {
    vertical-align: top !important; }
  .copyright-notices .copyright-links {
    margin: 0 0;
    padding: 0 0px 0 0;
    line-height: 20px;
    position: relative; }
  .copyright-notices .copyright-links li {
    display: block; }
  .copyright-notices .reed-expo {
    position: relative;
    width: 98px;
    height: 20px;
    display: block; }
  .copyright-notices .copyright-info {
    display: block; }
  .refresh-ads {
    display: block; } }

@media only screen and (max-width: 648px) {
  .container {
    width: auto;
    margin: 0 16px; }
  .header-logo-row {
    clear: both; }
  .col-1-3 {
    width: 100%; }
  .col-2-3 {
    width: 100%; }
  .col-1-2 {
    width: 100%; }
  .col-1-3 .dfp {
    margin-left: auto;
    margin-right: auto; }
  h1 {
    font-size: 2.2857em;
    line-height: 1.25em; }
  h2 {
    font-size: 1.7143em;
    line-height: 1.3333em; }
  h3 {
    font-size: 1.2857em;
    line-height: 1.4444em; }
  h4 {
    font-size: 1em;
    line-height: 1.5714em; }
  .footer-links-col li {
    display: block;
    margin-right: 16px; }
  .footer-links-col li.list-header {
    display: block; }
  .copyright-notices .copyright-links {
    padding-right: 0; }
  .copyright-links li {
    display: block; } }

@media only screen and (max-width: 332px) {
  .container {
    margin: 0 10px; }
  .copyright-links .reed-expo {
    float: right;
    margin-top: 0; } }
