/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
1.1 Grid
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
6.0 Layout
7.0 Locations
7.1 Landing Pages
7.2 Information Pages
7.3 Exhibitor Pages
7.4 Page Overrides

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: top;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  	
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
1.1 Grid
--------------------------------------------------------------*/

.page-container {
  display:block;
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
  padding-left:20px;
  padding-right:20px;
}

.page-container.narrow {
 /* max-width: 2000px; */
}

.expanding-grid {
  display: table;
  table-layout: auto;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.expanding-grid > .expand,
.expanding-grid > .collapse {
  display: table-cell;
  vertical-align: top;
}

.expanding-grid > .expand {
  width: 100%;
}

.grid {
  letter-spacing:-.31em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid > * {
letter-spacing:normal;
}

.grid > .grid {
letter-spacing:-.31em;
}

.grid.with-gutters {
margin-left:-10px;
margin-right:-10px;
}

.grid.with-gutters > .col {
padding-left:10px;
padding-right:10px;
}

.col {
position:relative;
display:inline-block;
vertical-align:top;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
margin-bottom: 20px;
text-align: center;
}

@media screen and (min-width: 769px) {

  .col {
    text-align: left;
  }

  .col-1of4 {
    width: 25%;
  }

  .col-1of3 {
    width: 33.333%;
  }

  .col-1of2 {
    width: 50%;
  }

.speaker-bios .col-1of2:nth-of-type(1) {
    width:40%;
  }

}

img {
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
  font-family: 'Source Sans Pro', sans-serif;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 14px;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  overflow:hidden;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  color: #000;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  counter-reset: item;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px; /*new*/
  }

/*new*/
ol>li {
  margin: 5px 0px 0px 15px;
  padding: 0 0 0 1em;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
 
ol>li:before {
  display: inline-block;
  width: 1.5em;
  padding-left: .5em;
  font-weight: bold !important;
  text-align: left;
  content: counter(item) '.';
}

ul>li {
  margin: 5px 0px 0px 15px;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  counter-increment: item;
}

ul>li:before {
  display: inline-block;
  width: 1.5em;
  padding-left: .5em;
  text-align: left;
  font-weight: bold !important;
}
/*new*/

ul {
  list-style: disc;
  list-style: inside !important;
}

ol {
  list-style: decimal;
  
}

li > ul,
li > ol {
  margin-bottom: 1em;
  margin-left: 2em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img.img-responsive {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field{
left: 0 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

a {
  color: #218dc9;
}

a:hover,
a:focus,
a:active {
  color: #1b5a7d;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}


/*--------------------------------------------------------------
6.0 Layout
--------------------------------------------------------------*/

body {
  background: #000000;
}

#nf-field-170{
    text-align: center;
    vertical-align: middle;
    position: relative !important;
    left: 0px !important;
    bottom: 30px !important;
}

.modal {
  display: none;
  width: 100%;
  max-width: 550px;
  background: rgba(0,0,0,0.8);
  padding: 15px 30px;
  color: #ffffff;
  border-bottom: 10px solid #33ccff;
  overflow: scroll;
}

div#newsletter-modal{
  position: absolute !important;
}

#newsletter-modal2 {
  display: none;
  width: 100%;
  max-width: 550px;
background: #E6E6E6 !important; 
border-top: 1px solid #e4e4e5;
border-left: 1px solid #e4e4e5;
border-right: 1px solid #e4e4e5;
  padding: 15px 30px;
  color: #000;
  border-bottom: 10px solid #33ccff;
}

#newsletter-modal2 .wpcf7-submit {
box-shadow:0px 0px 0px 0px;
color:#fff !important;
background:#000;
}

#newsletter-modal2 label {
font-weight:bold;
}

#newsletter-modal2 label input {
font-weight:normal;
}
.wpcf7-response-output {
	border:0px !important;
}

.modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.modal .ninja-forms-all-fields-wrap {
  width: 60%;
  margin: 0 auto;
}

.modal .ninja-forms-all-fields-wrap > * {
  width: 100%;
}

.modal .ninja-forms-all-fields-wrap .afm-newsletter-firstname-wrap,
.modal .ninja-forms-all-fields-wrap .afm-newsletter-lastname-wrap {
  float: left;
  width: 50%;
}

.modal .ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-success-msg {
  background: transparent none;
  color: #dff1d8;
  padding: 0;
}

.modal .field-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal input[type="text"] {
  border-radius: 0;
  line-height: 1.2;
}

.modal .afm-logo-rule {
  display: none;
}

.modal h4.afm-headline {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.modal p {
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  margin: 0;
}

.modal .submit-wrap,
.modal .close-wrap {
  text-align: center;
  position: relative;
}

.modal .submit-wrap {
  top: 40px;
}

.modal .close-wrap {
  top: 70px;
}

.modal input[type="submit"],
.modal a.afm-modal-close-button {
  display: inline-block;
  font-size: 18px;
  padding: 12px 30px;
  background: #33ccff;
  color: #000000;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 3px 20px rgba(0,0,0,0.35);
  text-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
}

.afm-header-group {
  position: relative;
  z-index: 2;
}

.afm-header {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.afm-nav-main {
  display: none;
}

.afm-nav-mobile {
}

.afm-nav-secondary {
  display: none;
}

.afm-header-logo-link {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.afm-header-logo {
  width: auto;
  max-width: none;
  height: 25px;
}

.afm-header-logo-med {
  display: none;
}

.afm-nav-mobile-toggle {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.afm-nav-mobile-toggle.active {
  background: #313443;
}

.afm-nav-mobile-toggle-icon {
  max-width: none;
  width: 50px;
  height: 50px;
}

.afm-nav-mobile {
  position: absolute;
  left: 0;
  right: 0;
  background: #313443;
  padding: 10px 20px;
}

.afm-nav-mobile-link {
  display: block;
  padding: 6px 0;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #32cdf9;
}

.afm-nav-mobile-link:last-child {
  border-color: #313443;
}

.afm-nav-mobile-link-secondary {
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding: 0 0 6px 20px;
}

/* override jquery mmenu styles */

.mm-menu.mm-theme-dark {
  background: #313443;
}

.mm-listview {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px 0 0 -20px;
}
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -11px;
}

.mm-listview > li > a,
.mm-listview > li > span {
  color: #32cdf9;
}

.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: #32cdf9;
}

.mm-menu.mm-theme-dark .mm-listview > li:last-child:after {
  border: 0 none;
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: #32cdf9;
}

.mm-prev:before, .mm-next:after, .mm-arrow:after {
  width: 14px;
  height: 14px;
}

.mm-menu > .mm-panel:after {
  height: 10px;
}

.mm-navbar .afm-header-logo {
  height: 50px;
  padding: 5px 0;
}

.mm-menu > .mm-navbar.mm-navbar-top {
  border: 0 none;
}

.mm-navbar.mm-hasbtns {
  padding-left: 20px;
}

.mm-navbar,
.mm-navbar-bottom {
  height: 50px;
}

.mm-navbar .mm-btn {
  height: 50px;
  width: 50px;
}

.mm-navbar .mm-btn:last-child {
  padding: 8px;
}

.mm-navbar-bottom .afm-cta-button-link {
  display: block;
  padding: 14px 0;
  color: #ffffff !important;
}


 a.half-nav {
     display:inline-block;
    }

.afm-header-date-mobile {
  color: #CCCC9E;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -12px;
}

.afm-mobile-subnav {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #32cdf9;
  border-radius: 3px;
  margin-bottom: 20px;
	
}

.afm-mobile-subnav-wrap.sticky {
  background: #000000;
  position: fixed;
  top: 0px; left: 0px; right: 0px; 
  padding: 20px 20px 0;
  z-index: 1000;
}

.afm-mobile-subnav:after {
  top: 15px;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-left: -5px;
}

.afm-mobile-subnav select {
  /*background: transparent;
  color: #000000;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;*/
  display: none;
}

.afm-contact {
  display: none;
}

.afm-sponsor-ticker {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.afm-sponsor-logo {
  width: 130px;
  height: 65px;
  margin: 40px;
  display: inline-block;
}

.afm-footer {
  padding: 30px 0;
  background: #313443;
}

.afm-footer-left,
.afm-footer-right {
  text-align: center;
}

.afm-footer-left {
  padding-bottom: 24px;
}

.afm-footer-link {
  display: block;
  font-size: 14px;
  text-decoration: none;
  margin: 5px 0;
}

.afm-footer-logo-link {
  display: none;
}

.afm-footer-logo-mobile {
  max-width: 65px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {

  .modal p {
    font-size: 18px;
    text-align: left;
    margin: 1em 0 1.5em;
  }

  .modal .afm-logo-rule {
    display: block;
  }

  .afm-header {
    display: table;
    padding: 0;
  }

  .afm-header-logo-link {
    display: table-cell;
    width: auto;
    padding-left: 20px;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .afm-nav-mobile-toggle {
    display: none;
  }

  .afm-header-date {
    color: #CCCC9E;
    font-size: 20px;
    padding-right: 20px;
    position: relative;
    top: 6px;
    margin-bottom: 2px;
  }

  .afm-header-date-mobile {
    display: none;
  }

  .afm-nav-main {
    display: table-cell;
    position: relative;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .afm-nav-main-link,
  .afm-nav-main-link:hover,
  .afm-nav-secondary-link {
    text-decoration: none;
  }

  .afm-nav-main-link {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    padding: 4px 20px 8px;
    margin-top: 4px;
  }

  .afm-nav-main-link:hover,
  .afm-nav-main-link.active {
    background: #313443;
  }

  .afm-nav-secondary {
    display: block;
    position: relative;
    z-index: 100;
    text-align: right;
  }

  .on_page_navigation .afm-nav-secondary,
  .afm-nav-secondary.active {
    background: #313443;
  }

  .on_page_navigation {
    text-align: center;
  }

  .on_page_navigation .afm-nav-secondary {
    display: inline-block;
    padding: 0 10px;
    z-index: 50;
    top: 0;
  }

  .on_page_navigation .afm-nav-secondary-link {
    font-size: 16px;
  }

  .afm-mobile-subnav-wrap {
    display: none;
  }

  .landing-page-wrapper.sticky {
    padding-top: 43px;
  }

  .afm-nav-secondary.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }


  .afm-nav-secondary-link {

       display: inline-block;
       padding: 8px 10px;
       display: table-cell;
       vertical-align: middle;
       text-align:center;
       font-size: 14px;
       line-height:17px;
 }

 #nav-table-wrap {
   display:table;
   width:100%;
 }

 a.half-nav {
   display:inline-block;
  /* background-color:red;*/
  padding-right:3%;
 }

  .afm-nav-secondary-link:hover,
  .afm-nav-secondary-link.active {
    color: #ffffff;
  }

  .afm-mobile-subnav {
    display: none;
  }

  .afm-register {
    color: #313443 !important;
    background: #32cdf9;
    text-transform: uppercase;
    
}

.afm-register:hover {
    color: #ffffff !important;
   }


  .afm-contact {
    display: block;
    position: fixed;
    z-index: 5;
    right: 0;
    top: 50%;
    height: 280px;
    padding: 11px 22px;
    margin-top: -100px;
    background: rgba(0, 0, 0, 0.75);
    box-sizing: content-box;
  }

  .afm-contact-link {
    display: block;
    width: 22px;
    height: 22px;
    padding: 11px 0;
    cursor: pointer;
  }

  .afm-contact-icon {
    display: block;
    width: 22px;
    height: 22px;
  }

  .afm-contact-divider {
    margin: 11px 0;
  }

  .afm-footer-left {
    float: left;
    text-align: left;
    padding-bottom: 0;
  }

  .afm-footer-right {
    float: right;
    text-align: right;
  }

  .afm-footer-link {
    display: inline-block;
    margin: 24px 5px;
  }

  .afm-footer-logo,
  .afm-footer-logo-mobile {
    max-width: 65px;
    margin: 0 10px;
  }

  .afm-footer-logo-mobile-link {
    display: none;
  }

  .afm-footer-logo-link {
    display: inline-block;
    vertical-align: middle;
  }

}

@media screen and (min-width: 1160px) {

  .afm-header-logo {
    width: 380px;
    height: 50px;
    max-width: none;
    margin-bottom: 0;
  }


  .afm-nav-secondary-link {
        font-size: 18px;
        line-height:27px;
     }

       a.half-nav {
         display:inline-block;
         }
}

 @media screen and (max-width: 975px) {
 .afm-nav-main-link {
display: inline-block;
font-size: 17px;
text-transform: uppercase;
padding: 4px 15px 8px;
margin-top: 4px;
}

.afm-header-date {
padding-right:9px;

}

}

  @media screen and (max-width:850px) {
   .afm-nav-main-link {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  padding: 4px 9px 8px;
  margin-top: 4px;
  }
}

/*--------------------------------------------------------------
7.0 Locations
--------------------------------------------------------------*/

/*--------------------------------------------------------------
7.1 Landing Pages
--------------------------------------------------------------*/

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.afm-hero-slider-overlay,
.afm-hero-slider {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 360px;
  z-index: 0;
}

.afm-hero-indicators {
  position: absolute;
  left: 0; right: 0; bottom: -40px;
  text-align: center;
}

.afm-hero-indicator {
  display: inline-block;
  background: #ffffff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
}

.afm-hero-indicator.active {
  background: #ffcc00;
}

.afm-hero-slider-overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(22%,rgba(0,0,0,0)), color-stop(76%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 76%,rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 76%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 76%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 76%,rgba(0,0,0,1) 100%);
}

.afm-hero-slider {
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 2s;
}

.afm-hero-slider.show {
  opacity: 1;
}

.afm-hero-headline {
  margin-top: 160px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  font-size: 33px;
  line-height: 1;
  letter-spacing: -1px;
  color: #ffffff;
}

.afm-post {
  padding-top: 308px;
  color: #ffffff;
}

.afm-post.alt {
  background: #ffffff;
  color: #000000;
}

h2.afm-headline {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  overflow:visible;
}

h3.afm-headline {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

h4.afm-headline {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.4em !important;	
}

.afm-headline a {
  text-decoration: none;
}

.afm-logo-rule {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 10px auto 15px;;
}

.afm-bullets {
  font-size: 14px;
  text-align: center;
}

.afm-bullet {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.afm-bullet-icon {
  display: table-cell;
  width: 90px;
  padding-right: 40px;
  vertical-align: top;
  position: relative;
  top: -12px;
}

.afm-bullet-content {
  display: table-cell;
  text-align: left;
  	
}

.afm-infodots {
  margin-bottom: 40px;
}

.afm-infodot {
  width: 50%;
}

.afm-infodot-img {
  border-radius: 50%;
}

.afm-border-img {
  position: relative;
}

.afm-border-img:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 10px;
  background: #3CF;
}

.afm-cta-button {
  text-align: center;
  position: relative;
  top: -22px;
  z-index: 2;
}

.afm-cta-button-link {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  vertical-align: middle;
  background: #33ccff;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 3px 20px rgba(0,0,0,0.35);
}

.afm-cta-button-link:hover {
  color: #000000;
}

.afm-video {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 25px;
  height: 0;
}

.afm-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.afm-flexible-content-row {
  margin-bottom: 60px;
}

.afm-flexible-content-row.headline,
.afm-flexible-content-row.horizontal_rule {
  margin-bottom: 20px;
}

.afm-flexible-content-row.testimonials img {
  margin-bottom: 40px;
}

.afm-flexible-content-row.promo-nav a img{
  border-bottom: 10px solid #33ccff;
}

.afm-wysiwyg p {
  margin: 0;
  font-size: 16px;
}

.afm-wysiwyg {
  margin-bottom: 20px;
}

.afm-wysiwyg img.size-full {
  height: auto;
}

.afm-sponsor-ad {
  text-align: center;
}

.afm-sponsor-ad.col {
  margin-bottom: 30px;
}

.afm-archive-year {
  background: #ffffff;
  padding: 40px;
  width: 100%;
  height: 260px;
  border-bottom: 10px solid #33ccff;
  overflow: auto;
}

.afm-archive-item {
  display: table;
  width: 100%;
  padding: 8px 0;
}

.afm-archive-title {
  display: table-cell;
  width: 100%;
  text-decoration: none;
}

.afm-archive-date {
  display: table-cell;
  color: #000000;
}

.afm-archive-download {
  display:table-cell;
  padding-right: 55px;
  padding-left: 40px;
}

.exhib-link {
  color:#000000;
}

.exhib-link:hover {
  color:#000000;
 }

.afm-archive-nav {
  text-align: center;
  padding: 10px 0;
  display:none;
}

.afm-archive-nav-label {
  font-size: 22px;
  padding: 0 5px;
}

.afm-archive-nav-year {
  font-size: 18px;
  padding: 0 5px;
  cursor: pointer;
  text-decoration: none;
}

.afm-archive-nav-year.active {
  color: #ffffff;
  cursor: default;
}

.afm-content-image-mobile {
  height: 230px;
  background-size: cover;
  background-position: center center;
}

.afm-content-image img {
  display: none;
}

.afm-photo-gallery.with-gutters {
}

.afm-photo-gallery-item {
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.slb_slideshow {
  display: none;
}

.page #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  background: url('/wp-content/uploads/2015/06/icon-close1.png') center center no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.page #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
.page #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
  background-size: contain !important;
  width: 32px;
  height: 32px;
  opacity: 1;
  top: 50%;
  margin-top: -22px;
}

.page #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
  right: 10px;
  background: url('/wp-content/uploads/2015/06/icon-next.png') right center no-repeat;
}

.page #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
  left: 10px;
  background: url('/wp-content/uploads/2015/06/icon-prev.png') left center no-repeat;
}

@media screen and (min-width: 321px) {
  .afm-hero-headline {
    font-size: 45px;
    max-width: 70%;
  }

  h2.afm-headline {
    font-size: 35px;
  }

  /* make room for long content */
  .page-home .afm-hero-headline {
    max-width: 90%;
  }

  .afm-photo-gallery-item {
    width: 33.333%;
  }

}

@media screen and (min-width: 500px) {
  .afm-photo-gallery-item {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {

  .afm-hero-slider-overlay,
  .afm-hero-slider {
    height: 768px;
  }

  .afm-hero-slider-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 16%, rgba(0,0,0,0) 89%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(16%,rgba(0,0,0,0)), color-stop(89%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0) 89%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0) 89%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0) 89%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0) 89%,rgba(0,0,0,1) 100%);
  }

  .afm-hero-headline {
    margin-top: 400px;
    padding: 20px 50px;
    font-size: 72px;
  }

  .afm-post {
    padding-top: 700px;
  }

  h2.afm-headline {
    font-size: 60px;
  }

  h3.afm-headline {
    font-weight: 300;
    font-size: 36px;
  }

  h4.afm-headline {
    font-size: 24px;
  }

  .afm-bullet {
    width: 50%;
    max-width: none;
  }

  .afm-bullet-content {
    font-size: 18px;
    padding-bottom: 20px !important;
	text-align: left;
  }

  .afm-infodot {
    width: 25%;
    margin-bottom: 0;
  }

  .afm-photo-gallery.with-gutters {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }

  .afm-flexible-content-row {
    margin-bottom: 85px;
}

  .afm-flexible-content-row.promo-nav {
    margin-bottom: 55px;
  }

  .afm-flexible-content-row.headline,
  .afm-flexible-content-row.horizontal_rule {
    margin-bottom: 26px;
  }

  .afm-wysiwyg p {
    font-size: 18px;
  }

  .afm-content-image img {
    display: block;
  }

  .afm-content-image-mobile {
    display: none;
  }

}

/*--------------------------------------------------------------
7.2 Content Pages
--------------------------------------------------------------*/

.content-page-wrapper {
  background: #FFFFFF;
  color: #000000;
}

.page-template-content-page-template .content-page-wrapper,
.page-template-page-exhibitor-dashboard .content-page-wrapper,
.page-template-page-exhibitor-manual .content-page-wrapper,
.page-template-page-exhibitor-resource-downloads .content-page-wrapper,
.page-template-page-my-press-releases .content-page-wrapper,
.page-template-user-press-release .content-page-wrapper,
.page-template-page-bios .content-page-wrapper,
.page-template-page-exhibitor-manual-content .content-page-wrapper,
.page-template-exhibitor-release-archive .content-page-wrapper,
.page-template-exhibitor-dashboard-new .content-page-wrapper {
  background: #FFFFFF;
  color: #000000;
  padding-top: 150px;
}

.content-page-wrapper > .page-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-page-wrapper .afm-logo-rule {
  max-width: 200px;
}

.content-page-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 64px;
}

.content-page-title {
  height: 150px;
  line-height: 150px;
}

.content-page-title h1 {
  vertical-align: middle;
}

h1.afm-article-title {
  font-size: 42px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

h1.afm-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
	text-align:left;
}

.content-page-wrapper .afm-headline {
  text-align: left;
}

@media screen and (max-width: 767px) {
h1.afm-title {
text-align:center;
}
}

@media screen and (min-width: 769px) {

  h1.afm-title {
    font-size: 82px;
  }

  .content-page-wrapper > .page-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-page-wrapper.sticky {
    padding-top: 193px;
  }

  .single-afm_exhibitor_manual .content-page-wrapper.sticky {
    padding-top:40px !important;
   }

}

.afm-faqs-question {
  margin-bottom: 10px;
  font-weight: 700;
  color: #33ccff;
  cursor: pointer;
}

.afm-faqs-answer {
  margin-bottom: 40px;
}

.afm-faqs .afm-headline {
  margin-bottom: 40px;
  text-align: center;
  	
}

.afm-wysiwyg .ninja-forms-all-fields-wrap {
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing:-.31em;
  background: #f7f7f7;
  padding: 0 20px 20px;
}

.afm-wysiwyg .ninja-forms-all-fields-wrap > * {
  display: inline-block;
  width: 50%;
  padding: 10px;
  letter-spacing: normal;
}

.afm-wysiwyg .ninja-forms-all-fields-wrap > .ninja-forms-field.nf-desc {
  width: 100%;
}

.ninja-forms-required-items {
  display: none !important;
}

.afm-wysiwyg .ninja-forms-form .afm-headline {
  font-size: 32px;
  background: #ffffff;
  margin: -10px -30px 0;
  padding: 40px 0;
}

.afm-wysiwyg .ninja-forms-form .list-checkbox-wrap.label-left label,
.afm-wysiwyg .ninja-forms-form .list-checkbox-wrap.label-left ul li,
.afm-wysiwyg .ninja-forms-form .list-checkbox-wrap.label-left ul {
  float: none;
  display: block;
}

.afm-wysiwyg .ninja-forms-form .submit-wrap {
  width: 100%;
  text-align: center;
}

.afm-wysiwyg .ninja-forms-form .am-pm-wrap {
  vertical-align: middle;
  padding-top: 20px;
}

.afm-wysiwyg .ninja-forms-form input[type="submit"] {
  display: inline-block;
  font-size: 18px;
  padding: 12px 30px;
  background: #33ccff;
  color: #000000;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 3px 20px rgba(0,0,0,0.35);
  text-shadow: none;
  -webkit-appearance: none;
}

.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-success-msg {
  display: block;
  background: #def0d7;
  border-radius: 4px;
  padding: 16px 20px;
  color: #3a773b;
  margin-top: 20px;
}

.subnavigation_anchor {
  height: 0;
  margin: 0;
}
.subnavigation_anchor a {
  display: inline-block;
  height: 0;
  position: relative;
  top: -180px !important;
}

.page-template-exhibitor-release-archive .afm-headline {
  text-align: center;
}

.afm-exhibitor-release-title {
  font-weight: 700;
}

.afm-exhibitor-release-date {
}

.afm-exhibitor-list-item:nth-child(odd) {
  background: #f5f5f5;
}

.afm-exhibitor-list-item a {
  font-size: 18px;
  text-decoration: none;
  padding: 12px 20px;
  display: block;
}

.afm-exhibitor-list-item a:hover {
  text-decoration: underline;
}

.afm-buyer-list-item,
.afm-exhibitor-downloads-table td {
  font-size: 18px;
  padding: 12px 20px;
}

.afm-exhibitor-downloads-table td a {
  text-decoration: none;
}

.afm-buyer-list-item:nth-child(odd),
.afm-exhibitor-downloads-table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.afm-buyer-list-item a {
  text-decoration: none;
}

.afm-buyer-list-item a:hover {
  text-decoration: underline;
}

.afm-buyer-list th {
  text-align: left;
  padding: 8px 12px;
}

.afm-buyer-list-item td {
  padding: 8px 12px;
}

.afm-buyer-list table {
  width: 100%;
  table-layout: fixed;
}

.afm-buyer-list-item td a,
.afm-buyer-list-item td span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 769px) {

  .content-page-image {
    padding-top: 125px;
  }

  .afm-faqs .afm-headline {
    text-align: left;
  }

  .afm-exhibitor-release .afm-bullet-icon {
    top: -6px;
  }

  .afm-exhibitor-release .afm-bullet-content {
    font-size: 14px;
  }

}

/*--------------------------------------------------------------
7.3 Exhibitor Pages
--------------------------------------------------------------*/

.afm-exhibitor-navigation-wrap {
  display: none ;
  width: 230px;
}

.afm-exhibitor-navigation {
  background: #313443;
  padding: 0 15px;
}

.afm-exhibitor-navigation-link {
  display: block;
  padding: 15px 0;
  color: #33ccff;
  border-bottom: 1px solid #33ccff;
  font-size: 18px;
  text-decoration: none;
}

.afm-exhibitor-navigation-link:hover,
.afm-exhibitor-navigation-link.active {
  color: white;
}

.afm-exhibitor-navigation-link:last-child {
  border-bottom: 0 none;
}

.page-container.afm-exhibitor-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.afm-exhibitor-content {
  display: table-cell;
  padding-left: 40px;
}

.afm-exhibitor-content h3.afm-headline {
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
}

.afm-exhibitor-content h3.afm-headline:first-child {
  position: relative;
  top: -8px;
  margin-bottom: 2px;
}

.afm-exhibitor-content .afm-headline .afm-cta-button-link {
  float: right;
  position: relative;
  top: 6px;
}

.afm-exhibitor-content .grid {
  margin-left: -20px;
  margin-right: -20px;
}

.afm-exhibitor-content .grid .col {
  padding-left: 20px;
  padding-right: 20px;
}

.afm-exhibitor-nav-tile {
  display: block;
  padding: 60px 0;
  background: #313443;
  color: #33ccff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  background-size: cover;
}

.afm-exhibitor-nav-tile:hover {
  color: white;
}

.afm-exhibitor-staff {
}

.afm-exhibitor-staff-category {
}

.afm-exhibitor-staff-item {
  margin-bottom: 20px;
}

.afm-exhibitor-staff-item a {
  text-decoration: none;
}

.afm-exhibitor-staff-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.afm-exhibitor-staff-name {
}

.afm-exhibitor-staff-phone {
}

.afm-exhibitor-staff-fax {
}

.afm-exhibitor-staff-email {
}

.afm-exhibitor-press-release-form {
}

#afm-exhibitor-press-release-form label {
  display: block;
}

#afm-exhibitor-press-release-form input[type="text"] {
  display: block;
  width: 100%;
}

#afm-exhibitor-press-release-form .afm-exhibitor-release {
  margin: 0;
  width: auto;
}

#afm-exhibitor-press-release-form .afm-bullet-icon {
  width: 65px;
  padding-right: 10px;
}

.page-template-sign-in .afm-headline {
  color: white;
  text-align: center;
  margin: 40px 0;
}

.afm-exhibitor-login-form-status {
  background-color: #ffe0e0;
  border: 1px solid #cc8a8a;
  color: #841a1a;
  padding: 20px;
}

#afm-exhibitor-login-form {
  display: block;
  max-width: 400px;
  margin: 20px auto 80px auto;
  padding: 40px;
  border-radius: 4px;
  background: #313443;
  color: #afb2c2;
}

#afm-exhibitor-login-form label {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

#afm-exhibitor-login-form input[type="text"],
#afm-exhibitor-login-form input[type="password"] {
  display: block;
  width: 100%;
  margin-top: 10px;
}

#afm-exhibitor-login-form input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 12px 30px;
  background: #33ccff;
  color: #000000;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 3px 20px rgba(0,0,0,0.35);
  text-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
}

/*--------------------------------------------------------------
7.4 Page Overrides
--------------------------------------------------------------*/

.buyer-three-col {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) {

  .buyer-three-col .afm-headline {
    min-height: 72px;
    text-align: center;
    max-width: 240px;
    margin: 0 auto 20px;
  }

  .page-home .afm-hero-headline {
    max-width: 68%;
  }

}

.page-attendee .column_grid_12 {
  text-align: center;
}

.page-news .afm-bullet-content {
  font-size: 14px;
}

.page-news .afm-bullet-content a {
  text-decoration: none;
}

.page-news .afm-bullet-content a:hover {
  text-decoration: underline;
}

.page-news .afm-bullet {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.page-faqs h3.afm-headline {
  font-size: 24px;
}

@media screen and (min-width: 769px) {

  .page-faqs h3.afm-headline {
    font-size: 36px;
  }

}

.page-travel-resources .afm-wysiwyg .afm-headline {
  margin-bottom: 10px;
}

.page-travel-resources .afm-wysiwyg p {
  margin-bottom: 20px;
}

.page-roundtables .col-1of2 {
  text-align: center;
}

.page-roundtables .col-1of2:last-child {
  margin-bottom: 40px;
}

.page-roundtables .afm-headline {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.page-roundtables p {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {

  .page-roundtables .col-1of2:first-child {
    width: 25%;
    padding-top: 8px;
    text-align: right;
  }

  .page-roundtables .col-1of2:last-child {
    width: 75%;
    text-align: left;
  }

  .page-roundtables .afm-headline {
    text-align: left;
  }

}

.afm-badge-table,
.afm-daily-table {
  display: none;
}

.afm-badges-mobile {
  background: #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 0;
}

.afm-badges-mobile .afm-headline {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.afm-badge-table-mobile td {
  padding: 10px;
  line-height: 1.2;
}

.afm-badge-table-mobile tr.Dark td {
  background: #797979;
  border-bottom: 2px solid #f7f7f7;
  color: #ffffff;
}

.afm-badge-table-mobile-label {
  width: 70%;
  text-align: right;
  margin-right: 5px;
}

.afm-badge-table-mobile-value {
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
}

.page-badges-prices .afm-headline {
  text-align: center;
}

.page-badges-prices .afm-flexible-content-row.headline {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {

  .page-badges-prices .afm-headline {
    text-align: left;
  }

  .afm-badges-mobile {
    display: none;
  }

  .afm-badge-table,
  .afm-daily-table {
    display: table;
  }

  .afm-badge-table a {
    text-decoration: none;
  }

  .afm-badge-table tr td {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    width: 125px;
	color: #1b5a7d;  
}

  .afm-badge-table tr:first-child td {
    font-size: 16px;
    padding: 10px;
  }

  .afm-badge-table tr td:first-child {
    text-align: right;
    font-size: 14px;
    width: 250px;
  }


  .afm-badge-table tr:first-child td:nth-last-child(2) {
    position: relative;
  }

  .afm-badge-table tr:first-child td:nth-last-child(2)::after {
    content: "BEST VALUE!";
    top: -36px;
    left: -2px;
    right: -2px;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    height: 36px;
    position: absolute;
    background: #35d7fc;
    border: 2px solid #25b3d5;
    border-bottom: 0 none;
  }


  .afm-badge-table tr:nth-child(odd) td:nth-child(odd) {
    background: #ffffff;
  }

  .afm-badge-table tr:nth-child(odd) td:nth-child(even) {
    background: #f7f7f7;
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
  }

  .afm-badge-table tr:nth-child(odd) td:nth-last-child(2) {
    background: #f7f7f7;
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
  }

  .afm-badge-table tr:nth-child(odd) td:last-child {
    background: #ebebeb;
  }

  .afm-badge-table tr:nth-child(even) td:nth-child(odd) {
    background: #f7f7f7;
  }

  .afm-badge-table tr:nth-child(even) td:nth-child(even) {
    background: #efefef;
    border-left: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
  }

  .afm-badge-table tr:nth-child(even) td:nth-last-child(2) {
    background: #e3e3e3;
    border-left: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
  }

  .afm-badge-table tr:nth-child(even) td:last-child {
    background: #efefef;
  }

  .afm-badge-table tr td.dark {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .afm-badge-table tr:last-child td.dark {
    border-bottom: 0 none;
  }

  .afm-badge-table tr td.dark:nth-child(odd) {
    background: #797979;
  }

  .afm-badge-table tr td.dark:nth-child(even) {
    background: #757575;
    border-left: 2px solid #676767;
    border-right: 2px solid #676767;
  }

  .afm-badge-table tr td.dark:nth-last-child(2) {
    background: #53707a;
    border-left: 2px solid #445c61;
    border-right: 2px solid #445c61;
    border-bottom: 2px solid #b5edfd;
  }

  .afm-badge-table tr:last-child td.dark:nth-last-child(2) {
    border-bottom: 0 none;
  }

  .afm-badge-table tr td.dark:last-child {
    background: #707070;
  }

  .afm-daily-table {
    display: table;
  }

  .afm-daily-table a {
    text-decoration: none;
  }

  .afm-daily-table td {
    text-align: center;
    padding: 0 10px;
  }

  .afm-daily-table tr:nth-child(n+2) td:first-child {
    text-align: right;
  }

  .afm-daily-table tr:nth-child(n+2) td {
    height: 50px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
  }

  .afm-daily-table tr:last-child td {
    border-bottom: 0 none;
  }

  .afm-daily-table tr:nth-child(n+2) td:nth-child(2) {
    width: 400px;
  }

  .afm-daily-table td:nth-child(n+3) {
    width: 150px;
  }

  .afm-daily-table tr:nth-child(n+2) td:nth-child(odd) {
    background: #797979;
    border-left: 2px solid #676767;
    border-right: 2px solid #676767;
  }

  .afm-daily-table tr:nth-child(n+2) td:nth-child(even) {
    background: #757575;
  }

  .afm-daily-table tr:first-child td {
    height: 100px;
  }

  .afm-daily-table tr:first-child td:nth-child(n+2) {
    width: 150px;
  }

  .afm-daily-table tr:first-child td:nth-child(odd) {
    background: #f7f7f7;
  }

  .afm-daily-table tr:first-child td:nth-child(even) {
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
  }

  .afm-badge-rates-cta {
    margin-bottom: 8px !important;
  }

}

.page-connect .afm-wysiwyg {
  text-align: center;
}

.content-area {
  padding: 40px 20px;
}

.page-contact-us .afm-flexible-content-row {
  margin-bottom: 40px;
}

.contact-us-col {
  text-align: center;
}

.speaker-bios .afm-wysiwyg img {
  border-radius:50%;
}

.speaker-bios .afm-wysiwyg a {
  text-align:center !important;
}

.speaker-bios .col {
  text-align:center;
}

.speaker-bios .afm-wysiwyg h4 {
  font-weight: 400;
  margin: 0px 0px 20px;
  font-size:24px;
}

a#link-fb {
  display:inline-block;
  width:21px;
  height:25px;
  background-image: url(/wp-content/uploads/2015/08/link-fb.png);
  background-repeat:no-repeat;
  background-position:center;
}

a#link-tw {
    display:inline-block;
    width:21px;
    height:25px;
    background-image: url(/wp-content/uploads/2015/08/link-tw.png);
    background-repeat:no-repeat;
    background-position:center;
}

a#link-li {
   display:inline-block;
   width:21px;
   height:25px;
   background-image: url(/wp-content/uploads/2015/08/link-li.png);
   background-repeat:no-repeat;
   background-position:center;
}

a#link-imdb {
   display:inline-block;
   width:35px;
   height:25px;
   background-image: url(/wp-content/uploads/2018/09/link-imdb.png);
   background-repeat:no-repeat;
   background-position:center;
}

.soc-med-link {display:inline-block;}

.soc-med-link-section {display:none;}

.grid .col:first-child .soc-med-link-section {display:block;
}

.speaker-bios .col-1of2:nth-of-type(2) p {
 text-align:left;
}

.basic-page-content p {
  position:relative;
  top:-17px;
}

.single-afm_exhibitor_manual article {
  display:table-cell !important;
  padding-left:40px;
}

.single-afm_exhibitor_manual .content-page-wrapper.sticky {
padding-top:40px !important;
}

.manual-content-wrap {
  display:table-cell !important;
  padding-left:40px;
  vertical-align:top;
}

.page-template-page-exhibitor-manual-content h2:nth-of-type(1) {
  margin-top:-2px;
}


.linkedin-plug {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  background-color: #fff;
  border: 1px solid #999;
  padding:4px;
  height: 425px;
  overflow-y: scroll;
}

li.type-CMPY {
  margin-top: 23px; 
  margin-bottom: 65px;
}

.linkedin-plug h3{
  margin-top: -9px;
}

.linkedin-plug h3 a{
text-decoration: none;
}

.linkedin-plug ul{
  padding: 0px;
}

.linkedin-plug li {
  list-style: none;
}

.linkedin-plug p {
 font-size: 15px;
 color: black;
}

.linke-img {
  display: inline-block;
  width:100%;
  max-width: 125px;
  vertical-align: top;
  margin-bottom: 25px;
  text-align: left;
}

.linked-content {
max-width: 430px;
width: 100%;
display: inline-block;
vertical-align: top;
text-align: left;
margin-left: 15px;
}



ol.bold-list-numbers {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
ol.bold-list-numbers>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 
ol.bold-list-numbers>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}


#wdi_feed_0 {
border-radius: 4px !important;
}

.wdi_single_user {
	float:none !important;
}

.split-col-cta{
margin-top: -100px;
}

.split-col{
margin-top: -75px !important;
}
@media screen and (min-width: 250px) and (max-width: 600px){
	.split-col{margin-top: -40px !important;}
	.mobile-font {font-size: 16px;}
	
}

@media screen and (min-width: 250px) and (max-width: 850px){
.split-col-cta{margin-top: -40px;}

.mobileImage {display: block !important; -ms-display: block !important; -moz-display: block !important; -webkit-display: block !important;}
h1.afm-headline {margin-bottom: 10px !important;}
h2.afm-headline {font-size: 32px !important;}
h4.afm-headline {padding-bottom: 10px !important; margin-bottom: 10px !important;}	
.afm-headline {text-align: center !important; margin-bottom: 0px !important; font-size: 20px !important;}

h1.afm-article-title {font-size: 32px; font-weight: 700; margin: 0 0px 5px 0;}
.afm-bullet-content {text-align: left !important;}
.afm-bullet-content ul > li {margin-left: 0px !important;}
}

.location-expo-addition p {
	display:inline-block;
	width:45%;
	margin-right:2%;
	margin-bottom:15px;
}

.le-description label {
font-size: 18px;
}

.le-description textarea {
width:860px;
}

.le-description p {
width:100% !important;
}

.wpcf7-list-item {
	margin: 0px 40px 10px 0px !important;
	font-size: 18px !important;
}
.wpcf7-list-item input {
	margin-right:5px;
}






/*----- Accordion -----*/
.page-template-exhibitor-dashboard-new .accordion, .page-template-exhibitor-dashboard-new .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.accordion-section-title {
	width:100%;
	padding:15px 15px 15px 30px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#313443;
	transition:all linear 0.15s;
	text-decoration: none;
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background:rgb(39,41,51);
	text-decoration:none;
	position: relative;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}
.accordion-section-content {
	padding:15px;
	display:none;
}
.accordion-section {
    margin-bottom: 10px;
	position:relative;
}


a.accordion-section-title:after {
    position: absolute;
    top: 39%;
    margin-top: -0.5rem;
    content: '+';
    left: 10px;
    font-weight: bold;
}
a.accordion-section-title.active:after {
    position: absolute;
    top: 39%;
    margin-top: -0.5rem;
    content: '-';
    left: 10px;
    font-weight: bold;
}

/* a.accordion-section-title:before {
    position: absolute;
    top: 42%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
	font-weight: bold;
}
a.accordion-section-title.active:before {
    position: absolute;
    top: 42%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '-';
	font-weight: bold;
}
 */












@media screen and (max-width: 690px) {
.location-expo-addition p {
	width:100%;
}
}

.location-expo-addition .wpcf7-submit {
    color: #ffffff;
    background: #1b5a7d !important;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
    border-radius: 1px;
    border: 0px;
    padding: 10px 25px;
    font-size: 20px;
}

@media screen and (min-width: 250px) and (max-width: 500px){
.my-video {margin: 0px auto; width: 350px; height: 250px; }
	a.afm-footer-link:nth-child(5):after {
    content: ''!important;
}
}

.afm-nav-secondary-link .afm-register, .afm-register[href="/sign-in/"], body.page-id-33 .afm-register, .afm-nav-secondary-link {
/*display:inline-block;*/
/*display: block !important;*/
}

.afm-cta-button  a, .afm-cta-button:focus{
   color: #ffffff !important;
}
.afm-cta-button a:hover {
   color: #ffffff !important;
}

