* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "museo-sans", Helvetica, Arial, sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* GENERAL STYLES */
body {
  color: #334e5e;
  background-color: #FFF;
  padding: 0;
  margin: 0; }

.center {
  text-align: center; }

.inline {
  display: inline-block !important; }

.left {
  text-align: left; }

h1 {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 62px; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 36px;
      line-height: 36px; } }

h2 {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; } }

h3 {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; } }

h4 {
  padding: 15px 0 0 0;
  margin-bottom: 10px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 23px; }
  @media screen and (max-width: 768px) {
    h4 {
      padding: 0; } }
  @media screen and (max-width: 500px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }

p {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  display: block;
  padding: 10px 0; }
  @media screen and (max-width: 500px) {
    p {
      font-size: 18px;
      line-height: 22px; } }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a:link, a:visited {
  color: #f1c40f;
  font-family: "museo-sans", Helvetica, Arial, sans-serif; }

a:focus {
  outline: none; }

section {
  padding: 50px 40px;
  margin: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    section {
      padding: 40px 30px; } }

.row {
  *zoom: 1;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.row:nth-child(1n+1) {
  padding: 30px 0; }

.wide.row {
  max-width: 780px; }

.small.row {
  max-width: 780px;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    .small.row {
      padding: 0; } }

.extra-wide.row {
  max-width: 980px; }

.extra-wide.row:first-child {
  padding-top: 30px; }

.extra-wide.row:last-child {
  padding-bottom: 30px; }

.back-gray {
  background-color: #eee; }

.back-lightgray {
  background-color: #fafafa; }

.back-red {
  color: white;
  background-color: #7a0026; }

.red {
  color: #7a0026; }

.back-black {
  color: white;
  background-color: #242424; }

.black {
  color: #242424; }

.back-green {
  color: white;
  background-color: #26730c; }

.green {
  color: #26730c; }

.back-darkblue {
  color: white;
  background-color: #082439; }

.blue {
  color: #2985d1; }

.back-yellow {
  color: white;
  background-color: #ffaf10; }

.yellow, .yellow:visited {
  color: #f1c40f; }

/* Top of page anchor */
#home {
  padding: 0;
  margin: 0; }

/* Banner Styles */
#banner {
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 0; }
  #banner .extra-wide {
    max-width: 1300px; }
  @media screen and (max-width: 768px) {
    #banner {
      padding: 0;
      height: auto; }
      #banner .extra-wide {
        padding: 0; } }
  #banner #badge_home {
    width: 100%;
    height: 100%; }
    #banner #badge_home img {
      width: 100%; }

/* Navigation */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 77px 0 0 0; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding: 50px 0 0 0; } }

#inmaHome2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 0 10px 20px;
  display: block;
  padding-left: 20px;
  background-image: url("https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/back_arrow.png");
  background-position: left top;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #inmaHome2 {
      background-image: url("https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/back_arrow@2x.png");
      background-size: 11px 13px; } }
  @media screen and (max-width: 768px) {
    #inmaHome2 {
      display: none; } }

#primaryNav {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 77px;
  z-index: 1000;
  background: #FFF;
  border-bottom: 1px solid #c1cace;
  text-align: center;
  *zoom: 1; }
  #primaryNav:before, #primaryNav:after {
    content: " ";
    display: table; }
  #primaryNav:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    #primaryNav {
      height: 77px; } }
  #primaryNav #menu-wrap {
    max-width: 1110px;
    margin: 0 auto; }
    @media screen and (max-width: 1139px) {
      #primaryNav #menu-wrap {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      #primaryNav #menu-wrap {
        padding: 0; } }
  #primaryNav #inmaHome {
    display: none;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    @media screen and (min-width: 1140px) {
      #primaryNav #inmaHome {
        display: inline-block;
        opacity: 0;
        height: 77px;
        width: 77px;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/toINMA.png);
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        border-right: 1px solid #c1cace; } }
  #primaryNav #navLogo {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    float: left;
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 500;
    margin: 15px 10px 0 20px;
    width: 150px;
    height: 45px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
    @media screen and (max-width: 1139px) {
      #primaryNav #navLogo {
        margin: 15px 20px 0 12px;
        opacity: 1.0; } }
    @media screen and (max-width: 768px) {
      #primaryNav #navLogo {
        display: inline-block;
        width: 150px;
        height: 45px;
        margin: 15px 0 0 10px; } }
  #primaryNav #mainMenu {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    height: 77px; }
    #primaryNav #mainMenu li {
      display: inline;
      vertical-align: middle;
      border-top: 1px solid #c1cace; }
      @media screen and (min-width: 1140px) {
        #primaryNav #mainMenu li {
          display: inline-block;
          margin: 22px 25px 0 0;
          border-top: none; } }
    #primaryNav #mainMenu li:last-child {
      margin-right: 0; }
    #primaryNav #mainMenu .menuItem {
      text-transform: uppercase;
      color: #082439;
      font-size: 14px;
      line-height: 16px;
      display: block; }
      @media screen and (min-width: 1140px) {
        #primaryNav #mainMenu .menuItem {
          padding-top: 0;
          padding-bottom: 9px; }
          #primaryNav #mainMenu .menuItem.current {
            border-bottom: 2px solid; }
          #primaryNav #mainMenu .menuItem:hover {
            border-bottom: 2px solid; } }
    #primaryNav #mainMenu .menuItem.yellow {
      color: #f1c40f; }
    @media screen and (max-width: 1139px) {
      #primaryNav #mainMenu {
        padding: 0;
        display: none;
        width: 100%;
        text-align: center;
        clear: both;
        padding: 0 0 0 0;
        background: #fff; }
        #primaryNav #mainMenu.toggled {
          display: block;
          padding: 10px 0 0 0; }
          #primaryNav #mainMenu.toggled li {
            padding: 0 0 30px 0; }
          #primaryNav #mainMenu.toggled .menuItem {
            padding: 10px 0;
            background-color: white;
            border-bottom: 1px solid #d9d9d9; } }
    @media screen and (min-width: 1140px) {
      #primaryNav #mainMenu {
        margin-left: -190px;
        /* Width of logo including right margin */
        z-index: 1000;
        position: relative; } }
  #primaryNav .menuToggle {
    display: block;
    position: absolute;
    right: 30px;
    top: 27px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 30px;
    height: 20px;
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/mobileMenu.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
    @media screen and (max-width: 768px) {
      #primaryNav .menuToggle {
        right: 25px; } }
    @media screen and (min-width: 1140px) {
      #primaryNav .menuToggle {
        display: none; } }

#primaryNav.fixed {
  position: fixed;
  top: 0; }

@media screen and (min-width: 1140px) {
  #primaryNav.fixed #inmaHome {
    opacity: 1.0; } }

@media screen and (min-width: 1140px) {
  #primaryNav.fixed #mainMenu {
    margin-left: 0; } }

@media screen and (min-width: 1140px) {
  #primaryNav.fixed #menu-wrap {
    padding: 0; } }

#primaryNav.fixed #navLogo {
  opacity: 1.0; }

/* Benchmark */
#benchmark {
  padding: 20px 40px; }
  #benchmark .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    #benchmark .col-3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #benchmark .col-3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding: 10px 0; }
        #benchmark .col-3:last-child {
          margin-right: 0; } }
  #benchmark .col-4 {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 20px 0; }
    #benchmark .col-4:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #benchmark .col-4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding: 10px 0; }
        #benchmark .col-4:last-child {
          margin-right: 0; } }
  #benchmark .icon img {
    max-width: 150px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #benchmark .icon img {
        width: 30%; } }
  #benchmark .icon span {
    font-size: 18px;
    line-height: 22px;
    display: block;
    padding: 10px 0;
    color: #f1c40f;
    font-weight: 300; }

/* Key Topics & Other Details */
.list.col-5 {
  margin-top: 20px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .list.col-5 ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: disc inside none; }
    @media screen and (max-width: 500px) {
      .list.col-5 ul {
        margin-bottom: 20px; } }
  .list.col-5 ul li {
    text-indent: -25px;
    margin-left: 25px;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 500px) {
      .list.col-5 ul li {
        font-size: 18px;
        line-height: 22px;
        text-indent: -18px;
        margin-left: 18px; } }
  .list.col-5:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .list.col-5 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      .list.col-5:last-child {
        margin-right: 0; } }

.shift1 {
  margin-left: 8.5298%; }
  @media screen and (max-width: 768px) {
    .shift1 {
      margin-left: 0%; }
      .shift1 ul {
        margin-bottom: 210px; } }

/* Board */
#other .board .board-member {
  margin-bottom: 20px; }
  #other .board .board-member .avatar {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top; }
    #other .board .board-member .avatar img {
      width: 100%; }
  #other .board .board-member .info {
    display: inline-block;
    vertical-align: top;
    max-width: 250px; }
    #other .board .board-member .info p {
      font-size: 14px;
      line-height: 18px;
      padding: 0;
      margin: 0;
      font-style: italic;
      font-weight: 400; }
      #other .board .board-member .info p.title {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
        font-style: normal; }
    @media screen and (max-width: 500px) {
      #other .board .board-member .info {
        max-width: 144px; } }

/* Speakers */
#speakers .extra-wide.row:nth-child(1n+1) {
  padding: 0 0 15px 0;
  margin-top: 60px; }
#speakers .speaker {
  width: 33%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #speakers .speaker {
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      #speakers .speaker:last-child {
        margin-right: 0; } }
  #speakers .speaker img {
    max-width: 110px;
    float: left;
    padding: 0 10px 50px 0; }
    @media screen and (max-width: 768px) {
      #speakers .speaker img {
        padding: 0;
        max-width: 150px;
        float: none;
        margin: 0 auto; } }
  #speakers .speaker .desc {
    padding: 5px 0 0 0; }
  @media screen and (min-width: 1140px) {
    #speakers .speaker p {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 1139px) {
    #speakers .speaker p {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 768px) {
    #speakers .speaker p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px; } }
  #speakers .speaker a.handle {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin: -10px 2px;
    line-height: 26px; }
    @media screen and (max-width: 768px) {
      #speakers .speaker a.handle {
        width: 24px;
        height: 24px;
        margin: -10px 5px; } }
  #speakers .speaker .twitterHandle {
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/twitterHandle.png); }
  #speakers .speaker .linkedinHandle {
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/linkedinHandle.png); }

/* Volunteer */
.volunteer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .volunteer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .volunteer {
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      .volunteer:last-child {
        margin-right: 0; } }
  .volunteer img {
    max-width: 110px;
    float: left;
    padding: 0 10px 50px 0; }
    @media screen and (max-width: 768px) {
      .volunteer img {
        padding: 0;
        max-width: 150px;
        float: none;
        margin: 0 auto; } }
  @media screen and (min-width: 1140px) {
    .volunteer p {
      font-size: 18px;
      line-height: 24px; } }
  @media screen and (max-width: 1139px) {
    .volunteer p {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 768px) {
    .volunteer p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px; } }

/* Conference */
#inma-about .row:first-child {
  padding: 30px 0 0 0; }
#inma-about .row {
  padding: 0;
  margin-bottom: 40px; }
#inma-about h3 {
  margin-bottom: 30px; }
#inma-about h4 {
  margin-bottom: 10px; }
#inma-about .board {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  #inma-about .board:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #inma-about .board {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      #inma-about .board:last-child {
        margin-right: 0; } }
  #inma-about .board p {
    padding-top: 15px; }
    @media screen and (min-width: 1140px) {
      #inma-about .board p {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 1139px) {
      #inma-about .board p {
        font-size: 16px;
        line-height: 22px; } }
    @media screen and (max-width: 768px) {
      #inma-about .board p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 500px) {
      #inma-about .board p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; } }

/* Evaluations */
#evaluation .button {
  margin: 20px auto;
  width: auto;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1c40f;
  color: #FFF;
  padding: 14px 20px 12px;
  box-sizing: border-box;
  width: 250px; }
  #evaluation .button .arrow {
    display: inline-block;
    height: 13px;
    width: 18px;
    background-size: contain;
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
    background-repeat: no-repeat;
    background-position: right center; }
    #evaluation .button .arrow.blue {
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
  #evaluation .button .plus {
    display: inline-block;
    float: right;
    margin: -3px 0 0 0;
    height: 20px;
    width: 24px;
    background-size: contain;
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
    background-repeat: no-repeat;
    background-position: right center; }
  #evaluation .button .minus {
    display: inline-block;
    float: right;
    margin: -3px 0 0 0;
    height: 20px;
    width: 24px;
    background-size: contain;
    background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
    background-repeat: no-repeat;
    background-position: right center; }
  @media screen and (max-width: 500px) {
    #evaluation .button {
      max-width: 300px;
      line-height: 18px;
      font-size: 15px; } }

#conferences .row:first-child {
  padding: 30px 0 0 0; }
#conferences .row {
  padding: 0; }
#conferences .conference {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  #conferences .conference:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #conferences .conference {
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      #conferences .conference:last-child {
        margin-right: 0; } }
  #conferences .conference img {
    max-width: 110px;
    float: left;
    padding: 0 10px 50px 0; }
    @media screen and (max-width: 768px) {
      #conferences .conference img {
        padding: 0;
        max-width: 150px;
        float: none;
        margin: 0 auto; } }
  #conferences .conference p {
    padding-top: 15px; }
    @media screen and (min-width: 1140px) {
      #conferences .conference p {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 1139px) {
      #conferences .conference p {
        font-size: 16px;
        line-height: 22px; } }
    @media screen and (max-width: 768px) {
      #conferences .conference p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px; } }

.staff {
  display: inline-block;
  margin-right: 1.178825%;
  margin-left: 1.178825%;
  width: 31.76157%;
  vertical-align: text-top; }
  @media screen and (max-width: 768px) {
    .staff {
      text-align: center;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      .staff:last-child {
        margin-right: 0; } }
  .staff img {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .staff img {
        padding: 0;
        max-width: 150px;
        float: none;
        margin: 0 auto; } }
  .staff p {
    text-align: center; }
    @media screen and (min-width: 1140px) {
      .staff p {
        font-size: 16px;
        line-height: 22px; } }
    @media screen and (max-width: 1139px) {
      .staff p {
        font-size: 16px;
        line-height: 22px; } }
    @media screen and (max-width: 768px) {
      .staff p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px; } }

.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: " ";
    display: table; }
  .clear:after {
    clear: both; }

/* Your Guide */
#guide {
  background-color: #082439;
  color: #fff; }
  #guide h2 {
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #guide h2 {
        padding-top: 25px; } }
  #guide img {
    display: block;
    margin: 0 auto 20px auto; }

/* Agenda */
.schedule {
  *zoom: 1;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto; }
  .schedule:before, .schedule:after {
    content: " ";
    display: table; }
  .schedule:after {
    clear: both; }
  .schedule .day {
    *zoom: 1;
    display: block;
    color: #FFF;
    background-color: #fff; }
    .schedule .day:before, .schedule .day:after {
      content: " ";
      display: table; }
    .schedule .day:after {
      clear: both; }
    .schedule .day h2 {
      background-color: #082439; }
    .schedule .day .event {
      border-bottom: 2px solid #eee; }
      .schedule .day .event:last-child {
        border-bottom: none; }
    .schedule .day .eventDescription {
      background-color: #fff; }
    .schedule .day h2 {
      font-size: 22px;
      padding: 10px 20px 10px 20px;
      margin: 0; }
    .schedule .day h3 {
      margin: 0 0 10px 0;
      font-size: 18px;
      line-height: 20px;
      color: #606060;
      font-weight: 300; }
    .schedule .day p {
      text-align: left;
      font-size: 15px;
      line-height: 18px;
      margin: 0;
      font-weight: 100;
      padding: 4px 15px 10px 0;
      color: #606060; }
    .schedule .day .eventSpeakers {
      margin-top: -5px; }
    .schedule .day img.agendaLogo {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px; }
    .schedule .day ul, .schedule .day ol {
      margin-left: 20px;
      margin-bottom: 10px; }
    .schedule .day ul {
      list-style: disc; }
    .schedule .day ol {
      list-style: armenian; }
    .schedule .day li {
      text-align: left;
      font-size: 15px;
      line-height: 18px;
      margin: 0;
      font-weight: 100;
      padding: 4px 15px 0 0;
      color: #606060; }
    .schedule .day .time {
      color: #606060;
      padding: 18px; }
    .schedule .day .sponsors {
      *zoom: 1; }
      .schedule .day .sponsors:before, .schedule .day .sponsors:after {
        content: " ";
        display: table; }
      .schedule .day .sponsors:after {
        clear: both; }
      .schedule .day .sponsors .time {
        padding: 28px 18px 18px; }
      .schedule .day .sponsors img {
        width: 30%;
        max-width: 300px;
        float: left; }
        @media screen and (max-width: 768px) {
          .schedule .day .sponsors img {
            max-width: 300px;
            width: 100%; } }
      .schedule .day .sponsors .eventDescription {
        padding: 10px; }
    .schedule .day .eventDescription {
      padding: 20px 18px 8px 18px;
      height: 100%; }
      .schedule .day .eventDescription .subDescription {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .schedule .day .eventDescription .subDescription:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          .schedule .day .eventDescription .subDescription {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-bottom: 15px; }
            .schedule .day .eventDescription .subDescription:last-child {
              margin-right: 0; } }
    .schedule .day .agenda_speaker {
      *zoom: 1; }
      .schedule .day .agenda_speaker:before, .schedule .day .agenda_speaker:after {
        content: " ";
        display: table; }
      .schedule .day .agenda_speaker:after {
        clear: both; }
      .schedule .day .agenda_speaker .avatar {
        overflow: hidden;
        margin: 0 12px 0 0;
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px; }
        .schedule .day .agenda_speaker .avatar img {
          width: 100%; }
      .schedule .day .agenda_speaker .details {
        display: inline-block;
        vertical-align: top;
        width: 80%; }
        @media screen and (max-width: 500px) {
          .schedule .day .agenda_speaker .details {
            width: 144px; } }
      .schedule .day .agenda_speaker .presentation-link {
        display: block; }
        @media screen and (max-width: 768px) {
          .schedule .day .agenda_speaker .presentation-link {
            margin-top: 10px; } }
      .schedule .day .agenda_speaker a.handle {
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        background-repeat: no-repeat;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-size: contain;
        margin: -10px 2px;
        line-height: 26px; }
      .schedule .day .agenda_speaker .twitterHandle {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/twitterHandle.png); }
      .schedule .day .agenda_speaker .linkedinHandle {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/linkedinHandle.png); }
      .schedule .day .agenda_speaker .instagramHandle {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/instagramHandle.png); }
    .schedule .day .agenda-sponsor {
      display: block;
      vertical-align: middle; }
    .schedule .day .timespan {
      padding: 5px 0 0 2px;
      display: block;
      margin-bottom: 10px;
      font-weight: 500; }
      .schedule .day .timespan:last-child {
        margin-bottom: 0; }
    .schedule .day .chooseBreakout {
      font-style: italic;
      font-weight: 300; }
    .schedule .day .event {
      *zoom: 1;
      display: block; }
      .schedule .day .event:before, .schedule .day .event:after {
        content: " ";
        display: table; }
      .schedule .day .event:after {
        clear: both; }
      @media screen and (min-width: 1140px) {
        .schedule .day .event .time {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .schedule .day .event .time:last-child {
            margin-right: 0; }
        .schedule .day .event .eventDescription {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%; }
          .schedule .day .event .eventDescription:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1139px) {
        .schedule .day .event .time {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .schedule .day .event .time:last-child {
            margin-right: 0; }
        .schedule .day .event .eventDescription {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          .schedule .day .event .eventDescription:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .schedule .day .event .time {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .schedule .day .event .time:last-child {
            margin-right: 0; }
        .schedule .day .event .eventDescription {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 65.88078%; }
          .schedule .day .event .eventDescription:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 500px) {
        .schedule .day .event .time {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          padding-bottom: 0px; }
          .schedule .day .event .time:last-child {
            margin-right: 0; }
        .schedule .day .event .eventDescription {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          padding-left: 20px; }
          .schedule .day .event .eventDescription:last-child {
            margin-right: 0; } }

/* Venue */
#venue {
  padding-right: 30px;
  padding-left: 30px; }
  #venue .extra-wide.row:last-child {
    padding-bottom: 0; }

.venue-logo {
  max-width: 120px;
  vertical-align: middle;
  margin: 0 0 15px; }

.padd-left {
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .padd-left {
      padding: 40px 0 0 20px; } }

#venue .col-6 {
  margin-top: 30px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  @media screen and (max-width: 768px) {
    #venue .col-6 .bx-wrapper {
      padding: 0; } }
  #venue .col-6 .bx-wrapper .bx-pager-item a {
    margin-right: 5px; }
  #venue .col-6 .button {
    display: block;
    color: white;
    text-transform: uppercase;
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1c40f;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 82%;
    max-width: 250px;
    margin: 10px 0; }
    #venue .col-6 .button .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      #venue .col-6 .button .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
    #venue .col-6 .button .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    #venue .col-6 .button .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #venue .col-6 .button {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      #venue .col-6 .button {
        width: 80%;
        margin: 15px 0 25px 0; } }
    @media screen and (max-width: 500px) {
      #venue .col-6 .button {
        width: 100%; } }
  #venue .col-6 .button:visited {
    color: white; }
  #venue .col-6 a {
    font-weight: 300;
    margin: 10px 0; }
  #venue .col-6:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #venue .col-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      #venue .col-6:last-child {
        margin-right: 0; } }

@media screen and (max-width: 768px) {
  .first.col-6 {
    padding-left: 8px; } }

/* Attendees */
#attendees {
  text-align: center; }
  #attendees .button {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #f1c40f;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 260px;
    margin: 10px auto; }
    #attendees .button .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      #attendees .button .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
    #attendees .button .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    #attendees .button .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #attendees .button {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      #attendees .button {
        margin: 15px auto 25px auto; } }
  #attendees #attendees-data {
    display: none; }
    #attendees #attendees-data h3 {
      margin: 0 0 15px 0; }
    #attendees #attendees-data h4 {
      text-align: left; }
    #attendees #attendees-data ul {
      font-weight: 300;
      margin: 10px 0 12px 0;
      text-align: left;
      list-style: disc inside none;
      padding: 0;
      text-indent: 15px; }
    #attendees #attendees-data ul li {
      padding: 4px 0;
      line-height: 24px;
      text-indent: -15px;
      margin-left: 15px; }

/* Register Now Bar */
#register {
  color: white;
  padding: 20px 20px 0 20px;
  margin: 0;
  text-align: center; }
  #register h2 {
    display: inline-block; }
  #register .button {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1c40f;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
    width: 180px;
    display: inline-block;
    margin: 0 0 0 20px; }
    #register .button .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      #register .button .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
    #register .button .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    #register .button .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #register .button {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      #register .button {
        display: block;
        margin: 0 auto; } }

/* Venue */
#venue .question {
  font-weight: 500;
  padding: 0 0 0px 0;
  font-size: 20px; }
#venue .answer {
  padding: 0 0 40px 0;
  font-size: 16px;
  line-height: 23px; }
#venue .remove-padd.answer {
  padding: 0; }
#venue p {
  font-size: 18px; }
#venue .map {
  width: 100%;
  height: 500px; }

.col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  @media screen and (max-width: 768px) {
    .col-6 .bx-wrapper {
      padding: 0; } }
  @media screen and (max-width: 500px) {
    .col-6 .bx-wrapper {
      margin-bottom: 0; } }
  .col-6 .button {
    display: block;
    color: white;
    text-transform: uppercase;
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1c40f;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 82%;
    margin: 10px 0; }
    .col-6 .button .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      .col-6 .button .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
    .col-6 .button .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    .col-6 .button .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      .col-6 .button {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .col-6 .button {
        width: 80%;
        margin: 15px 0 25px 0; } }
  .col-6 .button:visited {
    color: white; }
  .col-6 a {
    font-weight: 300;
    margin: 10px 0; }
  .col-6:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .col-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .col-6:last-child {
        margin-right: 0; } }

/* Other */
#other {
  padding-top: 0;
  padding-bottom: 0; }
  #other .question {
    font-weight: 500;
    padding: 0 0 0px 0; }
  #other .answer {
    padding: 0 0 20px 0;
    font-size: 16px; }
  #other a {
    display: inline; }

/* Pricing */
#pricing {
  text-align: center; }
  #pricing .button {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #f1c40f;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 310px;
    margin: 10px auto; }
    #pricing .button .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      #pricing .button .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
    #pricing .button .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    #pricing .button .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #pricing .button {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      #pricing .button {
        margin: 15px auto 25px auto; } }
  #pricing p {
    padding: 0 5px 15px 5px;
    font-weight: 300;
    text-align: left; }
    #pricing p a {
      color: #ffaf10; }
  #pricing p.note {
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto 0;
    font-weight: 300;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #pricing p.note {
        font-size: 16px;
        line-height: 18px; } }
  #pricing .registerlink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1c40f;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    max-width: 310px;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 500; }
    #pricing .registerlink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      #pricing .registerlink .arrow.blue {
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonArrowBlue.png); }
    #pricing .registerlink .plus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonPlus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    #pricing .registerlink .minus {
      display: inline-block;
      float: right;
      margin: -3px 0 0 0;
      height: 20px;
      width: 24px;
      background-size: contain;
      background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/buttonMinus.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #pricing .registerlink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
  #pricing #pricing-data .row {
    padding: 0;
    margin: 0 auto 10px auto;
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: table; }
    #pricing #pricing-data .row:before, #pricing #pricing-data .row:after {
      content: " ";
      display: table; }
    #pricing #pricing-data .row:after {
      clear: both; }
    #pricing #pricing-data .row .label {
      font-style: normal;
      font-size: 15px;
      line-height: 16px;
      font-weight: bold;
      border-bottom: 2px solid #8095a0;
      padding: 25px 0 10px 0;
      min-height: 30px;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .label {
          border: none;
          padding: 5px 0;
          min-height: 0;
          font-size: 17px;
          background: none;
          text-align: left; } }
    #pricing #pricing-data .row .cell {
      display: block;
      display: table-row; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .cell {
          background-color: #cde3f4;
          margin: 20px 0;
          padding: 10px 20px;
          display: block;
          *zoom: 1; }
          #pricing #pricing-data .row .cell:before, #pricing #pricing-data .row .cell:after {
            content: " ";
            display: table; }
          #pricing #pricing-data .row .cell:after {
            clear: both; } }
    #pricing #pricing-data .row .hide.label {
      display: none; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .hide.label {
          display: block; } }
    #pricing #pricing-data .row .col {
      font-size: 16px;
      font-weight: 300;
      padding: 0;
      font-style: italic;
      border-bottom: 1px solid #8095a0;
      text-align: left;
      display: table-cell; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .col {
          padding: 0;
          min-height: 0;
          font-size: 17px;
          border: none;
          margin: 5px 0 !important;
          display: block; } }
    #pricing #pricing-data .row .col-2 {
      width: 16.666667%;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .col-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #pricing #pricing-data .row .col-2:last-child {
            margin-right: 0; } }
    #pricing #pricing-data .row .col-3 {
      width: 25%;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .col-3 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #pricing #pricing-data .row .col-3:last-child {
            margin-right: 0; } }
    #pricing #pricing-data .row .col-4 {
      width: 33%;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .col-4 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #pricing #pricing-data .row .col-4:last-child {
            margin-right: 0; } }
    #pricing #pricing-data .row .col-5 {
      width: 41.6666667%;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .col-5 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #pricing #pricing-data .row .col-5:last-child {
            margin-right: 0; } }
    #pricing #pricing-data .row .col-6 {
      width: 50%;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .col-6 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #pricing #pricing-data .row .col-6:last-child {
            margin-right: 0; } }
    #pricing #pricing-data .row .price-point {
      text-align: center;
      background-color: #cde3f4;
      font-size: 18px; }
      #pricing #pricing-data .row .price-point.blue-dark {
        background-color: #a9ceed; }
      #pricing #pricing-data .row .price-point .row-price {
        padding: 15px 0; }
      @media screen and (max-width: 768px) {
        #pricing #pricing-data .row .price-point {
          background: none;
          padding: 0;
          text-align: left; }
          #pricing #pricing-data .row .price-point span {
            padding: 2px 0;
            display: block; }
          #pricing #pricing-data .row .price-point .row-price {
            padding: 0 0; }
          #pricing #pricing-data .row .price-point.blue-dark {
            background: none; } }
    #pricing #pricing-data .row .description {
      line-height: 20px;
      font-size: 18px; }
      #pricing #pricing-data .row .description .row-title {
        padding: 15px 0; }
        @media screen and (max-width: 768px) {
          #pricing #pricing-data .row .description .row-title {
            padding: 5px 0; } }
    #pricing #pricing-data .row .pdf, #pricing #pricing-data .row .pdf:visited {
      display: block;
      font-size: 12px;
      color: #999;
      margin: 6px 0 0 0;
      font-style: normal; }
    @media screen and (max-width: 768px) {
      #pricing #pricing-data .row {
        margin: 0 auto;
        display: block; } }
  #pricing #pricing-data .last.row {
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #pricing #pricing-data .last.row {
        margin: 20px auto 0px auto; } }

/* Sponsors */
.sponsors h2 {
  text-align: center; }
.sponsors ul {
  margin: 0 auto 50px auto;
  list-style: none outside none;
  padding: 0;
  text-align: center; }
.sponsors .label {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 100;
  color: #BBB;
  font-style: italic; }
.sponsors ul:last-child {
  margin: 0 auto 0 auto; }
.sponsors li {
  vertical-align: middle;
  display: inline-table;
  text-align: center;
  padding: 25px; }
  .sponsors li img {
    width: 100%;
    max-width: 250px; }
@media screen and (max-width: 500px) {
  .sponsors li {
    padding: 15px;
    display: block; } }

/* Supporters */
#supporters .wide.row:nth-child(1n+1) {
  padding: 0 0 15px 0; }
#supporters .col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  #supporters .col-6:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #supporters .col-6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #supporters .col-6:last-child {
        margin-right: 0; } }
  #supporters .col-6 img {
    width: 100%;
    max-width: 250px; }
  #supporters .col-6 p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding: 0 25px; }

/* Contact */
#contact {
  color: #082439;
  margin: 0;
  text-align: center; }
  #contact h2 {
    display: inline-block; }
  #contact .col-6 {
    text-align: left; }
    #contact .col-6 img {
      float: right;
      max-width: 180px;
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        #contact .col-6 img {
          float: none;
          margin: 10px auto 20px auto;
          max-width: 150px; } }
    @media screen and (max-width: 768px) {
      #contact .col-6 {
        text-align: center; } }

/* Footer */
#primaryFooter {
  background: #082439; }
  #primaryFooter #footerContent {
    padding: 40px 0 0 0;
    margin: 0 auto; }
    #primaryFooter #footerContent #socialMenu {
      display: block;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #primaryFooter #footerContent #socialMenu {
          padding: 5px 0 60px 0; } }
      #primaryFooter #footerContent #socialMenu li {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin: 0 5px; }
      #primaryFooter #footerContent #socialMenu .socialItem {
        display: block;
        width: 100%;
        height: 100%;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/icons/footerSocialSprite.png);
        background-repeat: no-repeat; }
      #primaryFooter #footerContent #socialMenu .twitter {
        background-position: 0 0; }
      #primaryFooter #footerContent #socialMenu .linkedin {
        background-position: -44px 0; }
      #primaryFooter #footerContent #socialMenu .facebook {
        background-position: -88px 0; }
      #primaryFooter #footerContent #socialMenu .google {
        background-position: -132px 0; }
    #primaryFooter #footerContent #footerMenu {
      text-align: center; }
      #primaryFooter #footerContent #footerMenu li {
        margin: 0 10px 10px; }
        #primaryFooter #footerContent #footerMenu li a {
          color: #FFF;
          font-size: 14px;
          line-height: 26px; }
        @media screen and (min-width: 1140px) {
          #primaryFooter #footerContent #footerMenu li {
            display: inline-block; } }
        @media screen and (max-width: 1139px) {
          #primaryFooter #footerContent #footerMenu li {
            display: inline-block; } }
      #primaryFooter #footerContent #footerMenu .twitter-link {
        color: #fff;
        font-size: 18px; }
        #primaryFooter #footerContent #footerMenu .twitter-link a {
          font-size: 18px;
          color: #ffaf10; }
    #primaryFooter #footerContent .padd-bottom {
      padding-bottom: 20px; }
    #primaryFooter #footerContent #creditsMenu {
      border-top: 1px solid #395061;
      font-size: 12px;
      color: white;
      font-weight: 300;
      margin-top: 40px;
      width: 100%;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        #primaryFooter #footerContent #creditsMenu {
          padding: 80px 0 80px 0; } }
      #primaryFooter #footerContent #creditsMenu li:first-child {
        text-align: left;
        padding: 0 0 0 50px; }
        @media screen and (max-width: 768px) {
          #primaryFooter #footerContent #creditsMenu li:first-child {
            padding: 0;
            text-align: center; } }
      #primaryFooter #footerContent #creditsMenu li {
        text-align: center;
        margin: 0 auto;
        width: 33%; }
        @media screen and (min-width: 1140px) {
          #primaryFooter #footerContent #creditsMenu li {
            display: inline-block; } }
        @media screen and (max-width: 1139px) {
          #primaryFooter #footerContent #creditsMenu li {
            display: inline-block; } }
        @media screen and (max-width: 768px) {
          #primaryFooter #footerContent #creditsMenu li {
            width: 100%;
            padding: 20px 0; } }
      #primaryFooter #footerContent #creditsMenu li:last-child {
        text-align: right;
        padding: 0 50px 0 0; }
        @media screen and (max-width: 768px) {
          #primaryFooter #footerContent #creditsMenu li:last-child {
            padding: 0;
            text-align: center; } }
        #primaryFooter #footerContent #creditsMenu li:last-child img {
          vertical-align: middle;
          width: 18px;
          height: 15px; }
      #primaryFooter #footerContent #creditsMenu a.inmalink {
        display: inline-block;
        width: 111px;
        height: 34px;
        background-image: url(https://www.inma.org/modules/event/2018MediaSubscriptionsSummit/images/footerLogo.png);
        background-size: 111px 34px;
        background-repeat: no-repeat;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        vertical-align: middle; }
      #primaryFooter #footerContent #creditsMenu .copyright {
        color: #FFF;
        font-size: 12px;
        font-weight: 300;
        margin-top: 5px;
        width: 100%; }
      #primaryFooter #footerContent #creditsMenu a, #primaryFooter #footerContent #creditsMenu a:active, #primaryFooter #footerContent #creditsMenu a:visited {
        font-size: 12px;
        color: white; }

/*# sourceMappingURL=screen.css.map */
