/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: 'Roboto Condensed', sans-serif;  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 34px;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.error {
  color: #f00;
}
/* Video iframe */
.video-wrapper {
  width: 600px;
  max-width: 100%;
}
.video,
.normalscreen,
.video-standard-format,
.video-wide-format {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 ratio */
  padding-top: 25px;
  height: 0;
}
.video
.video-wide-format {
  padding-bottom: 56.25%;
}
.video iframe,
.normalscreen iframe,
.video-standard-format iframe,
.video-wide-format iframe {
  margin-left: -300px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-height: 480px;
  max-width: 600px;
}
#hidefilter {
  display: none;
}
/* Smartphone resets and enhancements */
html {
  -webkit-font-smoothing: antialiased;
}
footer {
  /* enables on GPU processing, per http://davidwalsh.name/translate3d */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
a:hover, a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*outline:none; /* prevents pink highlight color on tap */
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  height: 1px;
  /* fix for INFOSHOW-169 */
  font-family: 'Roboto Condensed', sans-serif;
  color: #39393b;
  font-size: 1em;
  line-height: 1.4em;
  background: #d1d1d1;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  font-weight: 600;
}
ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}

.bulletList {
    list-style-type: circle !important; 
    padding-left:20px;
}

ul li {
  padding-left: 22px;
  margin-bottom: 0;
}
a {
  color: #e67819;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover, a:active {
  outline: none;
}
#layout a:hover, #layout a:active {
  text-decoration: underline;
}
/* Smartphone resets and enhancements */
a:link, a:hover, a:active {
  -webkit-tap-highlight-color: rbga(0, 0, 0, 0);
  outline: none;
  /* prevents pink highlight color on tap */
}
span {
  -webkit-transform: translateZ(0);
  /* enables on GPU processing */
}
input:required, input:invalid {
  box-shadow: none;
}
fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
label {
  font-weight: 700;
  font-size: 0.875em;
}
input,
select {
  padding: 5px 6px;
  font-size: 0.875em;
  line-height: normal;
  border: solid 1px #aaa;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(#ffffff 50%, #dddddd);
  background: -moz-linear-gradient(#ffffff 50%, #dddddd);
  background: -o-linear-gradient(#ffffff 50%, #dddddd);
  
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
select {
  padding: 4px 6px;
  /* fixes firefox  */
}
::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
}
:-moz-placeholder {
  color: #666;
  font-style: italic;
}
::-moz-placeholder {
  color: #666;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #666;
  font-style: italic;
}
.button,
input:focus, input:active {
  background: #fff;
}
input[type="submit"],
input[type="button"],
button {
  padding: 6px;
  font-weight: 500;
  font-size: 0.9375em;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
}
input[type="submit"], input[type="submit"]:focus, input[type="submit"]:active,
input[type="button"],
input[type="button"]:focus,
input[type="button"]:active,
button,
button:focus,
button:active {
  cursor: pointer;
    background-color: #c75500;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 6px 19px;
    background: -moz-linear-gradient(top, #ff6d00 0%, #c75500);
    background: -webkit-gradient( linear, left top, left bottom, from(#ff6d00), to(#c75500));
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 0px solid #c75500;
    -moz-box-shadow: 0px 1px 3px rgba(66,153,196,0.8), inset 0px 0px 2px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 1px 3px rgba(66,153,196,0.8), inset 0px 0px 2px rgba(255,255,255,0);
}
address {
  font-style: normal;
}
#btn-banner-bar, #btn-nav, #btn-search {
  display: none;
}
.wrapper {
  margin: 0 auto;
  padding: 0 1.5%;
  width: 97%;
  max-width: 1200px;
  position: relative;
}
.large-notice {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}
#layout {
  clear: both;
}
.close {
  padding: 3px 8px;
  display: none;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #e67819;
  cursor: pointer;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.close:before {
  margin-right: 8px;
  margin-top: 3px;
  height: 24px;
  width: 24px;
  display: block;
  float: left;
  font-size: 1.5em;
  line-height: 21px;
  text-align: center;
  content: '\00d7';
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.social-buttons li {
  margin: 0 8px 0 0;
  padding-left: 0;
  float: left;
}
.social-buttons li a,
#share-this-tools > span .stLarge,
.print {
  height: 40px;
  width: 40px;
  display: block;
  text-indent: -9999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.social-buttons li.facebook a,
#share-this-tools .st_facebook_large .stLarge {
  background-color: #093d63;
}
.social-buttons li.twitter a,
#share-this-tools .st_twitter_large .stLarge {
  background-position: -40px 0;
  background-color: #0594fb;
}
.social-buttons li.pinterest a,
#share-this-tools .st_pinterest_large .stLarge {
  background-position: -80px 0;
  background-color: #ca2128;
}
.social-buttons li.youtube a {
  background-position: -120px 0;
  -webkit-box-shadow: 0 -2px 5px #dddddd inset;
  -moz-box-shadow: 0 -2px 5px #dddddd inset;
  box-shadow: 0 -2px 5px #dddddd inset;
}
#share-this-tools .st_sharethis_large .stLarge {
  background-position: -200px 0;
  background-color: #0d682c;
}
.social-buttons li.google-plus a {
  background-position: -280px 0;
  background-color: #dd4c39;
}
.social-buttons li.flickr a {
  background-position: -320px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 5px #dddddd inset;
  -moz-box-shadow: 0 -2px 5px #dddddd inset;
  box-shadow: 0 -2px 5px #dddddd inset;
}
.social-buttons li.facebook a:hover,
#share-this-tools .st_facebook_large .stLarge:hover {
  background-color: #0e609b;
}
.social-buttons li.twitter a:hover,
#share-this-tools .st_twitter_large .stLarge:hover {
  background-color: #41aefc;
}
.social-buttons li.pinterest:hover a:hover,
#share-this-tools .st_pinterest_large .stLarge:hover {
  background-color: #e1474e;
}
.social-buttons li.youtube a {
  -webkit-box-shadow: 0 -1px 5px #bbbbbb inset;
  -moz-box-shadow: 0 -1px 5px #bbbbbb inset;
  box-shadow: 0 -1px 5px #bbbbbb inset;
}
#share-this-tools .st_sharethis_large .stLarge:hover {
  background-color: #149e43;
}
.social-buttons li.google-plus a:hover {
  background-color: #e67b6d;
}
.social-buttons li.flickr a:hover {
  -webkit-box-shadow: 0 -1px 5px #bbbbbb inset;
  -moz-box-shadow: 0 -1px 5px #bbbbbb inset;
  box-shadow: 0 -1px 5px #bbbbbb inset;
}
.print {
  background-position: -240px 0;
  background-color: #817e77;
}
/* Degree Icons */
#social ul:after,
#site-map:before,
#site-map:after,
#site-map li li:before,
#summary:before,
#summary:after,
#hp-feature h3:after,
.share-bar:after {
  height: 1em;
  width: 0.375em;
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  font-weight: 600;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  text-indent: 2px;
  color: #666;
  content: '\00b0';
  /* &deg; symbol */
}
#site-map:after,
#summary:after,
#hp-feature h3:after {
  right: 0;
  left: auto;
  text-indent: -1px;
}
#site-map:before,
#site-map:after,
#summary:before,
#summary:after {
  background: #39393B;
}
#site-map li li:before {
  top: 11px;
  left: 0;
  font-weight: 300;
  color: #e67819;
}
#summary:before {
  margin-top: -4px;
  width: 420px;
  left: 0;
  line-height: 10px;
  text-indent: -12px;
  border-top: solid 1px #666;
  border-left: solid 8px #39393b;
}
#social ul:after {
  top: 18px;
  right: -5px;
  left: auto;
  font-weight: 600;
}
/* Header //////////////////////////////////////////// */
.nav-hidden #site-header,
.nav-hidden #site-header .nav-utility,
.nav-hidden.nav-fixed #site-header .wrapper,
.nav-hidden.nav-fixed #site-header .nav-utility {
  top: -400px !important;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.nav-fixed #siteheader {
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.nav-fixed #site-header .wrapper {
  margin: 0;
  padding: 0;
  height: 4.75em;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.nav-fixed #site-header .wrapper #nav-primary {
  left: 50%;
  margin-left: -600px;
  width: 100%;
}
#site-header {
  padding-bottom: 4.8125em;
  /* matches #primary-nav ((line-height*2) + padding) */
  width: 100%;
  position: fixed;
  z-index: 100;
  float: left;
  border-top: solid 40px transparent;
  background: #fff;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
#site-header .wrapper {
  clear: both;
}
.nav-fixed #site-header {
  /*padding-bottom:2em;*/
}
.nav-fixed #site-header .wrapper {
  z-index: 900;
}
.homepage #site-header {
  position: static;
}
#site-logo {
  margin-left: -200px;
  width: 33.3334%;
  max-width: 400px;
  position: absolute;
  left: 50%;
  z-index: 10;
}
#site-logo a {
  height: 90px; /*changed 2/4/2015 - originally 98px- AK */
  display: block;
  position: relative;
  background: #fff;
  background: no-repeat center center #fff;
  background-size: 100% auto;
  box-shadow: 0 7px 7px -7px #666;
}
#site-logo a:before, #site-logo a:after {
  height: 30px;
  width: 33px;
  display: block;
  position: absolute;
  left: -18px;
  bottom: 8px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  background: #fff;
  box-shadow: 6px 1px 6px -2px #666;
}
#site-logo a:after {
  right: -18px;
  left: auto;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  box-shadow: -6px 4px 5px -2px #666;
}
#site-logo a img {
  height: auto;
  width: 100%;
  max-width: 400px;
  display: none;
}
#nav-primary {
  width: 97%;
  max-width: 1200px;
  position: absolute;
  z-index: 9;
}
.homepage #nav-primary {
  padding-bottom: 0;
  background: none;
}
#nav-primary ul {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
 /*commented out background: #fff; 2/4/2015 - AK */
}
#nav-primary ul:before, #nav-primary ul:after {
  /* Commented out height: 10px; 2/4/2015 - AK */
  width: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
  content: '';
  background: #fff;
  -webkit-box-shadow: 5px 2px 5px 0 #666666;
  -moz-box-shadow: 5px 2px 5px 0 #666666;
  box-shadow: 5px 2px 5px 0 #666666;
}
#nav-primary ul:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  -webkit-box-shadow: -5px 2px 5px 0 #666666;
  -moz-box-shadow: -5px 2px 5px 0 #666666;
  box-shadow: -5px 2px 5px 0 #666666;
}
#nav-primary li {
  padding: 0;
  width: 13.375%;
  float: left;
  position: relative;
  text-align: center;
}
#nav-primary li a {
  padding: 1em 0;
  display: block;
  position: relative;
  font-size: 1.125em;
  line-height: 1.12em;
  color: #39393b;
  text-decoration: none;
}
#nav-primary li a b {
  display: block;
  font-weight: 500;
  margin-top:10px;
}
#nav-primary li.active > a, #nav-primary li.current > a,
#nav-primary li a:hover {
  color: #e67819;
}


#nav-primary li > a:after,
#nav-primary li#inscricao > a:before {
  height: 36px;
  display: block;
  position: absolute;
  top: 1.125em;
  right: 0;
  content: '';
  border-right: solid 1px #ccc;
}



#nav-primary li#apresentacao {
  
}


#nav-primary li#regulamento {
  margin-right: 37.25%;
  width:16%;
}
#nav-primary li#inscricao {
  margin-left: 46px;
  width: 14.5%;
}
#nav-primary li#inscricao a:before {
  right: auto;
  border-right: 0;
  border-left: solid 1px #ccc;
}
#nav-primary li#contactos {
  width: 10.75%;
  
  
}
#nav-primary li#for-exhibitors {
  width: 10.25%;
}
#nav-primary li:last-child > a:after {
  display: none;
}
#nav-primary li ul {
  padding: 2em 1em 0;
  max-height: 0;
  width: 210px;
  overflow: hidden;
  position: absolute;
  z-index: -2;
  /* puts dropdown beneath shadow */
  left: 0;
  top: 36px;
  background: #fff;
  border-bottom: solid 6px #e67819;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
#nav-primary li ul:after, #nav-primary li ul:before {
  display: none;
}
#nav-primary li ul li {
  width: auto !important;
  float: none;
  text-align: left;
}
#nav-primary li ul li a {
  padding: 0.675em 0;
  font-size: 1em;
  border-bottom: dotted 1px #39393b;
}
#nav-primary li ul li > a:after {
  display: none;
}
#nav-primary li ul li:first-child a {
  /*padding-top: 2em; Replaced, nav not staying down - AK 4/1/2015 */
    padding-top: 2.5em; /*added AK to fix nav -4/1/2015 */
}
#nav-primary li ul li:last-child a {
  border: 0;
}
#nav-primary li#contactos,
#nav-primary li#for-exhibitors {
  position: static;
}
#nav-primary li#contactos ul,
#nav-primary li#for-exhibitors ul {
  left: auto;
  right: 0;
}
#nav-primary li.active ul {
  max-height: 1000px;
  -webkit-transition: max-height 0.75s ease-out;
  -moz-transition: max-height 0.75s ease-out;
  -o-transition: max-height 0.75s ease-out;
  transition: max-height 0.75s ease-out;
}
@media screen and (min-width: 681px) {
  .hover #nav-primary li:hover ul {
    max-height: 1000px;
    -webkit-transition: max-height 0.75s ease-out;
    -moz-transition: max-height 0.75s ease-out;
    -o-transition: max-height 0.75s ease-out;
    transition: max-height 0.75s ease-out;
  }
}
/* Nav Utility */
#site-header .nav-utility {
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #39393b;
  z-index: 1000;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
#site-header .nav-utility ul {
  margin: 0 auto;
  max-width: 1220px;
  text-align: right;
}
#site-header .nav-utility ul li {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
#site-header .nav-utility ul li a {
  padding: 0 14px;
  display: block;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-right: solid 1px #777;
  
}

  .facebook {
    height: 33px;
    margin: 5px 0 0 10px;
    padding: 0;
    position: relative;
    width: 33px;
}

.facebook a {
    background-image: url(../img_PT/facebook.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    height: 33px;
   
}


#site-header .nav-utility li.active > a, #site-header .nav-utility li.current > a,
#site-header .nav-utility li a:hover {
  color: #e67819;
}

#site-header .nav-utility form {
  height: 40px;
  min-width: 72px;
  position: relative;
  border-right: solid 1px #777;
  border-left: solid 1px #777;
}
#site-header .nav-utility form fieldset {
  margin: 0;
}
#site-header .nav-utility form input {
  margin-top: 4px;
  margin-right: 16px;
  margin-left: 14px;
  padding: 6px 7px 6px;
  height: 18px;
  width: 25px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#site-header .nav-utility form button {
  padding: 7px;
  width: 30px;
  height: 18px;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  top: 4px;
  right: 14px;
  
}
#site-header .nav-utility form i.fa.fa-search {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 1.125em;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-indent: 0;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#site-header .nav-utility form button:hover,
#site-header .nav-utility form button:focus,
#site-header .nav-utility form button:active, #site-header .nav-utility form:hover button, #site-header .nav-utility form.active button {
  background: #e67819;
}
#site-header .nav-utility form.active input {
  width: 200px;
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
/* Herospace */
#herospace {
  margin: 0.5% auto 0;
  padding: 0 1em;
  max-width: 1200px;
  height: 31.25%;
  overflow: hidden;
}
#herospace ul {
  margin: 0;
}
#herospace li {
  margin: 1% 0 0 1%;
  padding-left: 0;
  width: 20.125%;
  float: left;
  position: relative;
  cursor: pointer;
}
#herospace li:first-child {
  margin: 1% 0 0;
  width: 57.75%;
  overflow: hidden;
}
#herospace li:first-child .description {
  padding: 12px;
}
#herospace li:first-child .description h2 {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.6667em;
  line-height: 1em;
}
#herospace li:first-child .description h2 a {
  color: #fff;
  text-decoration: none;
}
#herospace li img {
  width: 100%;
  display: block;
}
#herospace li .description {
  padding: 4px 12px;
  max-height: 1.25em;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  -webkit-transition: 0.375s ease-out;
  -moz-transition: 0.375s ease-out;
  -o-transition: 0.375s ease-out;
  transition: 0.375s ease-out;
}
#herospace li .description h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.125em;
  text-transform: uppercase;
  color: #fff;
}
#herospace li .description h2 a {
  color: #fff;
  text-decoration: none;
}
#herospace li .description .details p {
  margin: 0.5em 0 0;
  font-size: 0.875em;
  line-height: 1.375em;
}
#herospace li#hs-attend, #herospace li#hs-attend .description {
  background: #329999;
}
#herospace li#hs-learn, #herospace li#hs-learn .description {
  background: #416ab2;
}
#herospace li#hs-connect, #herospace li#hs-connect .description {
  background: #0e9948;
}
#herospace li#hs-exhibit, #herospace li#hs-exhibit .description {
  background: #cd5709;
}
#herospace li#hs-news, #herospace li#hs-news .description {
  background: #673895;
}
#herospace li:hover .description,
#herospace li.active .description {
  max-height: 100%;
}
#herospace li#hs-attend:hover .description,
#herospace li#hs-attend.active .description {
  background: rgba(50, 153, 153, 0.8);
}
#herospace li#hs-learn:hover .description,
#herospace li#hs-learn.active .description {
  background: rgba(65, 106, 178, 0.8);
}
#herospace li#hs-connect:hover .description,
#herospace li#hs-connect.active .description {
  background: rgba(14, 153, 72, 0.8);
}
#herospace li#hs-exhibit:hover .description,
#herospace li#hs-exhibit.active .description {
  background: rgba(205, 87, 9, 0.8);
}
#herospace li#hs-news:hover .description,
#herospace li#hs-news.active .description {
  background: rgba(103, 56, 149, 0.8);
}
/* Main Content */
#layout.layout-article main,
#layout.layout-utility main {
  padding-top: 230px;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center 115px;
}
#layout.layout-article main .colone,
#layout.layout-utility main .colone {
  margin-right: -310px;
  width: 100%;
  float: left;
}
#layout.layout-article main .colone .colone-inner,
#layout.layout-utility main .colone .colone-inner {
  margin-right: 310px;
  padding: 0 32px 0 16px;
}
#layout.layout-article main .colone .colone-inner ul,
#layout.layout-utility main .colone .colone-inner ul {
  list-style-type: disc;
}
#layout.layout-article main .colone .colone-inner ul li,
#layout.layout-utility main .colone .colone-inner ul li {
  margin-left: 22px;
  padding-left: 0;
}
#layout.layout-article main .coltwo,
#layout.layout-utility main .coltwo {
  width: 300px;
  float: right;
}
#layout.layout-article main #hp-ad,
#layout.layout-utility main #hp-ad {
  position: relative;
}
#layout.layout-utility main .colone {
  margin-right: 0;
}
#layout.layout-utility main .colone .colone-inner {
  margin-right: 0;
}
#layout {
  background: #fff;
}
#layout main {
  padding-bottom: 60px;
}
#layout .colone {
  margin-right: -310px;
  width: 100%;
  float: left;
}
#layout .colone .colone-inner {
  margin-right: 310px;
  padding: 0 32px 0 16px;
}
#layout .coltwo {
  margin-top: 20px;
  width: 300px;
  float: right;
}
#layout h1 {
  font-size: 2em;
}
#layout main h1 {
  margin-left: -16px;
  padding: 20px;
  font-size: 1.75em;
  background: #eee;
}
#layout h2 {
  margin: 1.5em 0 0.5em;
  font-weight: 300;
  font-size: 1.125em;
  text-transform: uppercase;
}
#layout h3 {
  font-size: 1.53em;
}
#twitter-widget-0 {
  height: 392px;
}
#layout.layout-homepage .colone {
  margin-right: 330px;
  float: none;
  width: auto;
}
#layout.layout-homepage .coltwo {
  margin-top: 0;
}
/* .coltwo "sidebar" */
#layout.layout-subpage .colone {
  margin-top: 20px;
}
#layout .coltwo nav h2 {
  margin: 0 0 0.25em;
  padding: 1em 0 0.65em;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: none;
  border-bottom: solid 1px #222;
}
#layout .coltwo nav li {
  padding-left: 0;
}
#layout .coltwo nav li a {
  padding: 0.25em 0;
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}
#layout .coltwo nav li ul {
  display: none;
  margin-bottom: 0;
  padding-left: 1.5em;
}
#layout .coltwo nav li ul a {
  position: relative;
  font-size: 1em;
}
#layout .coltwo nav li ul a:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  left: -0.375em;
  top: 0.375em;
  font-weight: 300;
  font-size: 44px;
  color: #e67819;
  content: '\00b0';
  /* &deg; symbol */
}
#layout .coltwo nav li.current ul {
  display: block;
}
#layout .coltwo nav li.current a {
  color: #39393b;
}
#layout .coltwo nav li.current > a, #layout .coltwo nav li:hover > a {
  font-weight: 700;
}
#layout .promo {
  margin-bottom: 2em;
  padding: 0.25em 5% 0.5em;
  clear: left;
}
#layout .promo h2 {
  margin: 0.5em -5% 0;
  padding-bottom: 0.5em;
  padding-left: 5%;
  font-weight: 600;
  text-transform: none;
  border-bottom: solid 1px #d1d1d1;
}
#layout .promo .vertical-promo h2 {
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
}
#layout .promo p,
#layout .promo li {
  font-size: 0.875em;
}
#layout .promo .button {
  font-weight: 700 !important;
}
#layout .promo li,
#layout .promo li a {
  position: relative;
}
#layout .promo li:before,
#layout .promo li a:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  left: 0.125em;
  top: 0.275em;
  font-weight: 300;
  font-size: 44px;
  content: '\00b0';
  /* &deg; symbol */
}
#layout .promo li a {
  text-decoration: none;
}
#layout .promo li a:before {
  height: 0.25em;
  width: 0.25em;
  top: 0.075em;
  left: -0.375em;
  line-height: 0.75em;
  color: #e67819;
  background: #fff;
}
/* Promo V2 */
#layout .promo.outlined {
  padding: 0.5em 5% 1.5em;
  border: solid 1px #d1d1d1;
}
#layout .promo.outlined h2 {
  margin: 0.5em 0;
  padding-left: 0;
  font-weight: 700;
}
/* Promo V3 */
#layout .promo.strong {
  padding: 0 5% 1.5em;
  overflow: hidden;
  border: solid 1px #d1d1d1;
}
#layout .promo.strong h2 {
  margin: 0 0 0 -6%;
  padding: 0.5em 6%;
  width: 100%;
  color: #fff;
  background: #329999;
  border: 0;
}
#layout .promo.strong img {
  margin-left: -6%;
  max-width: 112%;
}
/* Promo v4 - AD */
#layout .promo.image {
  padding: 0;
  position: relative;
}
#layout .promo.image img {
  display: block;
}
#layout .promo.image h2 {
  margin: 0;
  padding: 0;
}
#layout .promo.image h2 a {
  padding: 5%;
  display: block;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}
/* Promo v5 - Video */
#layout .promo.video {
  padding: 0;
  padding-top: 75%;
}
#layout .promo.video iframe {
  height: 100%;
  margin-left: 0;
  left: 0;
}
#sponsors {
  padding: 0 0 1em; 
  position: relative;
  clear: both;
}
#sponsors #sponsors-inner {
  padding-top: 1em;
  position: relative;
  z-index: 1;
  background: #fff;
  display:none; /******* Added to hide sponsors 11/23/2015 AK *******/
}
#sponsors:before, #sponsors:after {
  /***** height: 8px; Commented out to hide sponsors 11/23/15 AK ******/
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  width: 50%;
  display: inline-block;
  position: absolute;
  bottom: 12em;
  left: 10px;
  z-index: 0;
  content: "";
  /********* box-shadow: 10px -4px 4px -3px #999; commented out to hide sponsors 11/23/15 AK *******/
  background: #fff;
}
#sponsors:after {
  margin-right: 20px;
  box-shadow: -10px -4px 4px -3px #999;
  left: auto;
  right: 0;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
#sponsors h2 {
  margin-top: -2em;
  margin-left: -200px;
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 50%;
  font-weight: 400;
  font-size: 1.125em;
  text-align: center;
  z-index: 1;
  background: #fff;
}
#sponsors h2:before, #sponsors h2:after {
  height: 30px;
  width: 33px;
  display: block;
  position: absolute;
  top: 7px;
  left: -15px;
  z-index: -1;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  content: '';
  background: #fff;
  box-shadow: 3px 3px 7px -4px #999;
}
#sponsors h2:after {
  right: -15px;
  left: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  box-shadow: -3px 3px 7px -4px #999;
}
#sponsors h2 span {
  padding-top: 0.5em;
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 -4px 4px -4px #999;
}
#sponsors #platinum-sponsors {
  margin-right: 180px;
  padding-right: 4%;
}
#sponsors #platinum-sponsors:before {
  height: 120px;
  width: 1px;
  display: block;
  position: absolute;
  top: 3em;
  right: 197px;
  content: '';
  /* border-right: solid 1px #d1d1d1; commented out dividing line 2/23/15 -AK */
}
#sponsors #platinum-sponsors li {
  padding-left: 0;
  width: 160px;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  content: '';
}
#sponsors #platinum-sponsors li img {
  max-width: 100%;
}
#sponsors #platinum-sponsors li.original-position-1 {
  left: 0;
}
#sponsors #platinum-sponsors li.original-position-2 {
  left: 20%;
}
#sponsors #platinum-sponsors li.original-position-3 {
  left: 40%;
}
#sponsors #platinum-sponsors li.original-position-4 {
  left: 60%;
}
#sponsors #platinum-sponsors li.original-position-5 {
  left: 80%;
}
#sponsors #platinum-sponsors.results-infinite ul {
  max-width: 870px;
}
#sponsors #platinum-sponsors.results-infinite li.slidePosition1 {
  left: -25%;
}
#sponsors #platinum-sponsors.results-infinite li.slidePosition2 {
  left: 0%;
}
#sponsors #platinum-sponsors.results-infinite li.slidePosition3 {
  left: 25%;
}
#sponsors #platinum-sponsors.results-infinite li.slidePosition4 {
  left: 50%;
}
#sponsors #platinum-sponsors.results-infinite li.slidePosition5 {
  left: 75%;
}
#sponsors #platinum-sponsors.results-infinite li.slidePosition6 {
  left: 100%;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#sponsors #platinum-sponsors.results-infinite li {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

/* commented out to introduce Presenting Sponsor - 3/16/15- AK
#sponsors #gold-sponsors {
  position: absolute;
  top: 1em;
  right: 0;
  padding-right:200px;  added 2/23/2015 to help format -AK 
} */

#sponsors #gold-sponsors {
    position: absolute;
    float: right;
    top: 11em;
    right: 0;
}

#sponsors #gold-sponsors ul {
  width: 180px;
}
#sponsors #gold-sponsors li {
  padding-left: 0;
  width: 160px;
  position: absolute;
  top: 22px;
  /* fix for INFOSHOW-141 */
  left: -180px;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
#sponsors #gold-sponsors li img {
  max-width: 100%;
}
#sponsors #gold-sponsors li.slidePosition1 {
  left: 0;
}
#sponsors #gold-sponsors li.slidePosition2 {
  left: 100%;
}
#sponsors #gold-sponsors li.slidePosition3 {
  display: none;
}
#sponsors h3 {
  margin: 0 0 0.75em;
  font-weight: 600;
  font-size: 0.875em;
}
#sponsors h4 {
  float: left;
  text-indent: -9999px;
}
#sponsors ul {
  height: 120px;
  position: relative;
  overflow: hidden;
}
/* Share */
.share-bar {
  padding-left: 3em;
  width: 260px;
  position: relative;
  clear: both;
}
.share-bar:before {
  height: 1px;
  width: 243px;
  display: block;
  content: '';
  position: absolute;
  left: 4em;
  top: 15px;
  border-bottom: solid 2px #aaa;
}
.share-bar:after {
  top: 11px;
  right: -5px;
  left: auto;
  font-weight: bold;
}
.share-bar > span:first-child:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: 'Share:';
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  color: #39393b;
}
/* Footer */
#site-footer {
  padding: 0 0 18px;
  width: 100%;
  float: left;
  clear: both;
  background: #39393b;
}
#engagement {
  margin-right: 750px;
}
#social {
  margin-top: 1.5em;
}
#social h2 {
  font-weight: 400;
  font-size: 1.125em;
  color: #fff;
  text-transform: uppercase;
}
#social ul {
  height: 24px;
  float: left;
  position: relative;
  border-bottom: solid 2px #666;
}
#social ul:after {
  line-height: 25px;
}
#social li {
  margin-right: 10px;
  padding-left: 0;
  display: inline;
}
#social li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#social li a i {
  height: 48px;
  width: 48px;
  display: block;
  font-size: 1.5em;
  line-height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
#social li a span {
  display: block;
  text-indent: -9999px;
}
#social li.icn-facebook i {
  background: #39599f;
}
#social li.icn-twitter i {
  background: #00acee;
}
#social li.icn-youtube i {
  background: #e70031;
}
#social li.icn-googleplus i {
  background: #c91b24;
}
#social li.icn-email i {
  background: #fc9627;
}
#social li.icn-flickr i {
  position: relative;
  background: #fff;
}
#social li.icn-flickr i:before, #social li.icn-flickr i:after {
  height: 8px;
  width: 8px;
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  left: 16px;
  background: #0063dc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#social li.icn-flickr i:after {
  left: 24px;
  background: #ff0084;
}
#social li.icn-linkedin i {
  background: #0072b1;
}
#social li.icn-share i {
  background: #05bd03;
}
#email-signup {
  padding-top: 1.5em;
  clear: left;
}
#email-signup label {
  display: block;
  font-weight: 400;
  font-size: 1.125em;
  color: #fff;
  text-transform: uppercase;
}
#ad-footer {
  position: absolute;
  top: 10px;
  right: 0;
}
#ad-footer img {
  max-width: 100%;
}
#site-map {
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
  border-top: solid 1px #666;
}
#site-map ul {
  padding: 0;
  float: left;
}
#site-map li {
  margin-left: 2%;
  padding-left: 0;
  width: 14.5%;
  float: left;
  font-weight: 500;
  font-size: 1.375em;
  /* 22px */
}
#site-map li:first-child {
  margin-left: 0;
}
#site-map li ul {
  padding-top: 10px;
}
#site-map li li {
  margin-left: 0;
  padding: 2px 0 2px 16px;
  width: 100%;
  float: none;
  position: relative;
  font-weight: 500;
  font-size: 0.675em;
}
#site-map li li a {
  padding: 0.375em 0;
  display: block;
  line-height: 1.25em;
}
#site-map a {
  color: #fff;
  text-decoration: none;
}
#site-map a:hover {
  color: #e67819;
}
#site-footer .nav-utility {
  text-align: right;
}
#site-footer .nav-utility a {
  color: #fff;
}
#summary {
  margin-top: 2em;
  padding-top: 1em;
  position: relative;
  font-weight: 500;
  color: #fff;
  border-top: solid 1px #666;
}
#summary p {
  padding: 0;
  max-width: 600px;
}
#summary p:before {
  height: 15px;
  width: 13px;
  display: block;
  position: absolute;
  top: -18px;
  left: 423px;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #39393b;
  border-bottom: solid 1px #666;
}
#summary a {
  color: #fff;
}
#summary a:hover {
  color: #e67819;
}
.copyright {
  color: #fff;
}
/* Homepage */
#hp-feature {
  position: relative;
  clear: both;
  z-index: -1;
  /* fixes Chrome overlay error INFOSHOW-61 */
  border-top: solid 3em #d1d1d1;
}
.nav-fixed #hp-feature {
  /* border-top:solid 6em $backgroundcolor; disabled to fix stutter in nav-fixed INFOSHOW-61 */
}
#hp-feature-wrapper {
  margin: -10px 0 0 -20px;
  padding-right: 300px;
  display: table;
  position: relative;
  border-spacing: 20px;
}
.hp-feature-box {
  padding: 10px 0;
  height: 272px;
  /* matches ad */
  width: 50%;
  display: table-cell;
  background: #fff;
  border-top: solid 9px #e67819;
}
#hp-feature .hp-feature-box h3 {
  margin: 0.75em -7.5% 1em;
  padding: 0 0 1em 7%;
  width: 97%;
  position: relative;
  font-size: 1.5em;
  border-bottom: solid 1px #aaa;
}
#hp-feature .hp-feature-box h3:before {
  height: 14px;
  width: 16px;
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 72.5%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-top: 1px solid #aaa;
}
#hp-feature .hp-feature-box h3:after {
  margin-top: -4px;
  height: 17px;
  width: 75%;
  top: auto;
  bottom: -8px;
  left: 0;
  line-height: 30px;
  text-indent: 106.5%;
  background: #fff;
  border-top: solid 1px #aaa;
}
.hp-feature-box {
  margin: 0 0 0.5em;
  padding: 0 3%;
  overflow: hidden;
}
#hp-promos {
  padding-bottom: 46px;
  float: left;
  clear: both;
}
#hp-ad {
  padding: 12px 0;
  width: 26.2%;
  min-width: 300px;
  position: absolute;
  top: 20px;
  right: 0;
}
#hp-ad img {
  max-width: 100%;
}
.homepage main {
  width: 100%;
  float: left;
}
#hp-training {
  width: 57.75%;
  float: left;
  position: relative;
}
#hp-training img {
  margin: 0 0 6px 10px;
  float: right;
  border: solid 1px #39393b;
}
#hp-exhibit {
  padding-left: 5%;
  min-height: 280px;
  width: 37%;
  float: right;
  position: relative;
  background-repeat: no-repeat;
  background-position: 18px 18px;
}
#hp-exhibit img {
  margin: 0 0 6px 10px;
  float: right;
  border: solid 1px #39393b;
}
#hp-international {
  /* margin-right: 3%; Commented out 6/15/2015 during show to fit Flickr - AK*/
  width: 40%;
  float: left;
}
#hp-video {
 /* width: 56%;
  max-width: 495px; Commented out for blog formatting */
  float: left;
 /* padding-left:100px; added for blog and then removed when blog was moved to right 6/15/2015 - AK*/
}
#hp-video .video iframe,
#hp-video .video-wide-format iframe {
  margin-left: 0;
  left: 0;
}
#flickr_badge_wrapper span {
  /* INFOSHOW-70 */
  font-size: 0.75em !important;
}
.flickr_badge_image img {
  margin-right: 6px;
  margin-left: 0 !important;
}
/* Landing Page */
#landing-feature {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1200px;
  height: 31.25%;
}

#landing-feature .content{
   background-color: #fff;
    float: left;
    margin: 9.25em 0 1em -2.667%;
    padding: 32px;
    width: 95%;
    min-height: 325px;
}

#landing-feature .content p {
    padding-right: 5px;
	padding-left: 5px;
}

.g1-button {
    background-color: #e67819;
    border-color: #599dbc;
    border-width: 2px;
	border-radius: 42px 0 0 42px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-right: 20px;
    margin-top: 2px;
    padding: 8px 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.175s ease-in-out 0s, border-color 0.175s ease-in-out 0s, color 0.175s ease-in-out 0s;
    vertical-align: middle;
}

.cmstext {
	width:93%;
	
}

.cmstext img {
    width:100%;
    height:100%;
}

.textfieldRequiredMsg {
	font-size:10px;
}


#landing-feature ul {
  margin: 9.25em 0 1em -1.6667%;
  width: 103%;
  float: left;
}
#landing-feature li {
  cursor: pointer;
float: left;
margin: 1% 0 0.6667% 1.6667%;
max-height: 303px;
min-height: 303px;
overflow: hidden !important;
padding-left: 0;
position: relative;
width: 31.25%;
}

.pagenavi {
    clear: both;
    margin: 0 auto;
    padding: 20px 39px 20px 0;
    text-align: right;
}
.pagenavi a, .pagenavi .current {
    border-right: 1px dotted #666;
    color: #666;
    margin: 0 1px;
    padding: 5px 10px;
    text-decoration: none;
}
.pagenavi a:hover, .pagenavi .current {
    cursor: pointer;
    font-weight: 700;
}
.pagenavi .pages {
    float: left;
}

#landing-feature li img {
  width: 100%;
  display: block;
}
#landing-feature li .reddot img,
#landing-feature li .smartedit img {
  width: auto;
}
#landing-feature li h2 {
  margin: 0;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #fff;
}
#landing-feature li h2 a {
  color: #fff;
  text-decoration: none;
}
#landing-feature li .description {
  padding: 4px 12px;
  max-height: 2.5em;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  -webkit-transition: 0.375s ease-out;
  -moz-transition: 0.375s ease-out;
  -o-transition: 0.375s ease-out;
  transition: 0.375s ease-out;
}
#landing-feature li .description .details p {
  margin: 0.5em 0 0;
  font-size: 0.875em;
  line-height: 1.375em;
}
#landing-feature li#lf-feature1, #landing-feature li#lf-feature1 .description {
  background: #e87719 none repeat scroll 0 0;
}
#landing-feature li#lf-feature2, #landing-feature li#lf-feature2 .description {
  background: #0f3a5c;
}
#landing-feature li#lf-feature3, #landing-feature li#lf-feature3 .description {
  background: #f8ae01;
}
#landing-feature li#lf-feature4, #landing-feature li#lf-feature4 .description {
  background: #416ab2;
}
#landing-feature li#lf-feature5, #landing-feature li#lf-feature5 .description {
  background: #cd5709;
}
#landing-feature li:hover .description,
#landing-feature li.active .description {
  max-height: 100%;
}
/* More Content */
.more-content-index {
  padding: 0 20px 20px;
  float: left;
  background: #e2e2e2;
  margin-bottom: 1em;
}
.more-content-index h2 {
  margin-bottom: 0.5em;
}
.more-content-index ul.more-content {
  margin-top: 0.5em;
  padding-left: 0;
  list-style-type: none;
}
#layout.layout-article main .colone .colone-inner ul.more-content,
#layout.layout-utility main .colone .colone-inner ul.more-content {
  list-style-type: none;
}
#layout.layout-article main .colone .colone-inner ul.more-content li,
#layout.layout-utility main .colone .colone-inner ul.more-content li {
  margin-left: 0;
  margin-right: 22px;
}
#layout.layout-landingpage .more-content-index {
  padding-left: 0;
  background: #fff;
}
.more-content {
  margin-top: 2em;
}
.more-content li {
  margin-bottom: 1.5em;
  padding-left: 0;
  width: 100%;
  float: left;
  clear: left;
}
.more-content li h3 a {
  text-decoration: none;
}
.more-content li img {
  margin: 0 20px 8px 0;
  float: left;
  /* per INFOSHOW-164 */
  border: solid 1px #444;
}
#layout.layout-subpage .more-content-index {
  padding: 0 0 20px;
  background: #fff;
}
#layout.layout-article .more-content-index .more-content li h3,
#layout.layout-utility .more-content-index .more-content li h3 {
  font-size: 1em;
}
#layout.layout-article .more-content-index .more-content li img,
#layout.layout-utility .more-content-index .more-content li img {
  margin: 0 0 8px 20px;
  max-width: 150px;
  float: right;
  /* deviated from comp per INFOSHOW-164 */
}
#layout.layout-article .more-content-index .more-content li p,
#layout.layout-utility .more-content-index .more-content li p {
  margin-top: 0;
}
#herospace li:hover .description,
#herospace li.active .description {
  max-height: 100%;
}
#herospace li#hs-attend:hover .description,
#herospace li#hs-attend.active .description {
  background: rgba(50, 153, 153, 0.8);
}
#herospace li#hs-learn:hover .description,
#herospace li#hs-learn.active .description {
  background: rgba(65, 106, 178, 0.8);
}
#herospace li#hs-connect:hover .description,
#herospace li#hs-connect.active .description {
  background: rgba(14, 153, 72, 0.8);
}
#herospace li#hs-exhibit:hover .description,
#herospace li#hs-exhibit.active .description {
  background: rgba(205, 87, 9, 0.8);
}
#herospace li#hs-news:hover .description,
#herospace li#hs-news.active .description {
  background: rgba(103, 56, 149, 0.8);
}
#landing-feature li:nth-child(4),
.promo.schedule-register:nth-child(4) {
  clear: left;
}
#landing-feature li .vertical-promo,
.promo.schedule-register .vertical-promo {
  padding: 0;
  max-height: 400px;
  width: 48%;
  float: right;
  position: relative;
  overflow: visible;
}
#landing-feature li .vertical-promo .description,
.promo.schedule-register .vertical-promo .description {
  padding: 0;
  position: static;
  overflow: visible;
}
#landing-feature li .vertical-promo h2,
.promo.schedule-register .vertical-promo h2 {
  margin-top: 81%;
  padding: 20% 8% 13%;
  height: 60%;
  width: 84%;
  position: absolute;
  line-height: 1.25em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #0f3a5c none repeat scroll 0 0;
}
#landing-feature li .vertical-promo h2 a,
.promo.schedule-register .vertical-promo h2 a {
  color: #fff;
  text-decoration: none;
}
#landing-feature li .vertical-promo img,
.promo.schedule-register .vertical-promo img {
  width: 100%;
}
#landing-feature li .vertical-promo .smartedit img,
.promo.schedule-register .vertical-promo .smartedit img {
  width: auto;
}
#landing-feature li .vertical-promo:first-child,
.promo.schedule-register .vertical-promo:first-child {
  float: left;
}
#layout .promo.schedule-register {
  padding: 0;
  float: left;
  display: none;
}
#layout .promo.schedule-register .vertical-promo {
  padding-bottom: 40%;
  float: left;
  background: #e67819;
}
#layout .promo.schedule-register .vertical-promo h2 {
  margin: 0;
  padding: 0 5%;
  height: 48%;
  width: 90%;
  bottom: -10%;
  background: transparent;
  border: 0;
}
#layout .promo.schedule-register .vertical-promo:first-child {
  margin-right: 3.9%;
}
.layout-article .promo.schedule-register {
  display: block;
}
/* Google Search Overrides */
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
 font-family: 'Roboto Condensed', sans-serif !important;
  color: #39393B !important;
}
input.gsc-input {
  padding: 5px 6px !important;
  font-size: 1.4em;
}
input[type=button].gsc-search-button {
  font-size: 1.4em;
}
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title {
  font-size: 1em;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  /* reset link color */
  color: #e67819 !important;
}
.gs-title img {
  margin-left: .5em;
}
.gsc-control-cse div {
  font-size: 14px !important;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #666 !important;
  font-size: 14px !important;
}
.gsc-webResult .gsc-result {
  margin-bottom: 0.75em !important;
}
/* Pagination */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin-right: 16px !important;
  font-size: 16px !important;
  color: #39393b !important;
  font-family: 'Roboto Condensed', sans-serif;
}
/* CMS */
.smartedit {
  width: auto !important;
  /* overrides max-width:100% */
}
/* Press releases */
.collapseomatic {
  font-size: 1.125em;
  color: #e67819;
}
.collapseomatic_excerpt, .collapseomatic_content {
  padding: 2px 5px 2px 15px;
}

/*Formatting for picture/text similar to More To Know - 6/11/2015 - AK */
.imgBlock{
    float:left;
    margin: 0px 10px 10px 0px; 
    display: inline;
}
 
.descripBlock {
    float: left; 
    margin: 10px;
}

.responsive {
	width:60%;
	
}

.responsive1 {
	width:25%;
	
}

@media screen and (max-width: 1219px) {
  .video iframe,
  .normalscreen iframe,
  .video-standard-format iframe,
  .video-wide-format iframe {
    margin-left: 0;
    left: 0;
  }
  #site-header .wrapper {
    margin: 0;
  }
  #site-header .wrapper #nav-primary {
    margin-left: 0;
    width: 97%;
  }
  .nav-fixed #site-header .wrapper {
    padding: 0;
    left: 0;
  }
  .nav-fixed #site-header .wrapper #nav-primary {
    left: 0;
    margin-left: 0;
  }
  .nav-fixed #site-header .wrapper #nav-primary > ul {
    width: 97%;
    left: 1.5%;
  }
  #site-logo {
    margin-left: -16.75%;
  }
  /* Sponsors */
  #sponsors #platinum-sponsors li.original-position-1 {
    left: 0;
  }
  #sponsors #platinum-sponsors li.original-position-2 {
    left: 25%;
  }
  #sponsors #platinum-sponsors li.original-position-3 {
    left: 50%;
  }
  #sponsors #platinum-sponsors li.original-position-4 {
    left: 75%;
  }
  #sponsors #platinum-sponsors.results-5 li.slidePosition1,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition1 {
    left: -33%;
  }
  #sponsors #platinum-sponsors.results-5 li.slidePosition2,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition2 {
    left: 0%;
  }
  #sponsors #platinum-sponsors.results-5 li.slidePosition3,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition3 {
    left: 33%;
  }
  #sponsors #platinum-sponsors.results-5 li.slidePosition4,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition4 {
    left: 66%;
  }
  #sponsors #platinum-sponsors.results-5 li.slidePosition5,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition5 {
    left: 100%;
    -webkit-transition: 0s ease-in;
    -moz-transition: 0s ease-in;
    -o-transition: 0s ease-in;
    transition: 0s ease-in;
  }
  #sponsors #platinum-sponsors.results-5 li.slidePosition6,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition6 {
    left: 100%;
    -webkit-transition: 0s ease-in;
    -moz-transition: 0s ease-in;
    -o-transition: 0s ease-in;
    transition: 0s ease-in;
  }
  #sponsors #platinum-sponsors.results-5 li,
  #sponsors #platinum-sponsors.results-infinite li {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  /* Footer */
  #engagement {
    margin-right: 0;
    min-height: 95px;
  }
  #social {
    width: 100%;
    float: left;
  }
  #email-signup {
    margin-right: 1.5%;
    float: right;
    clear: none;
  }
  #ad-footer {
    margin: 2em auto 0;
    width: 100%;
    max-width: 730px;
    position: static;
    right: 0;
    top: 10px;
  }
  /* Landing Page */
  #landing-feature ul {
    margin-left: -2.25%;
  }
  #landing-feature ul li h2 {
    font-size: 1.375em;
  }
  #landing-feature ul .description {
    height: 2em;
  }
  #landing-feature ul .vertical-promo .description {
    height: auto;
  }

/*Formatting for picture/text similar to More To Know - 6/11/2015 - AK */
.imgBlock{
    float:left;
    margin: 0px 10px 10px 0px; 
    display: inline;
}
 
.descripBlock {
    float: left; 
    margin: 10px;
}

.responsive {
	width:80%;
}

.responsive1 {
	width:25%;	
}

.responsive2 {
	width:93%;	
}

table.tableizer-table {
    border: 1px solid #CCC;
    font-size: 12px;
    width: 93%;
}

}
@media screen and (max-width: 900px) {
  body:before {
    display: none;
    content: '900px';
    position: fixed;
    top: 0;
    left: 0;
    color: red;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
  }
  .wrapper {
    margin: 0 3%;
    padding: 0;
    width: 94%;
  }
  #site-header {
    padding-bottom: 1em;
    border-width: 100px 0 0 0;
  }
  #site-header .wrapper #nav-primary {
    width: 100%;
  }
  #nav-primary li a {
    padding: 1.25em 0;
    font-size: 1em;
    /* was 1.12em */
  }
  #nav-primary li > a:after,
  #nav-primary li#inscricao > a:before {
    top: 1.25em;
  }
  /* From default.css .nav-fixed */
  #site-header .wrapper {
    margin: 0;
    padding: 0;
    height: 4.675em;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
  }
  #site-header .wrapper #nav-primary {
    width: 100%;
  }
  .nav-fixed #site-header .wrapper #nav-primary > ul {
    width: 100%;
    left: 0;
  }
  #herospace li {
    margin: 1% 1% 0 0;
    width: 24.25%;
  }
  #herospace li:last-child {
    margin-right: 0;
  }
  #herospace li:first-child {
    max-height: 300px;
    width: 100%;
  }
  #herospace li:first-child img {
    height: auto;
    width: 75.75%;
  }
  #herospace li:first-child .description {
    max-height: 1000px;
    top: 0;
    bottom: 0;
    left: 75.75%;
  }
  #herospace li:first-child .description h2 span {
    display: block;
  }
  /* Landing Page */
  #landing-feature ul .description {
    height: 2.5em;
  }
  #landing-feature ul li h2 {
    min-height: 2em;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.125em;
  }
  #landing-feature .vertical-promo h2 {
    font-size: 1em;
  }
  /* Main Content */
  #layout .colone {
    margin: 0;
    float: left;
    clear: both;
  }
  #layout .coltwo {
    padding-bottom: 3em;
    width: 100%;
  }
  #layout.layout-landingpage main .colone,
  #layout.layout-landingpage main .coltwo,
  #layout.layout-landingpage main .colone .colone-inner,
  #layout.layout-article main .colone,
  #layout.layout-article main .coltwo,
  #layout.layout-article main .colone .colone-inner,
  #layout.layout-utility main .colone,
  #layout.layout-utility main .coltwo,
  #layout.layout-utility main .colone .colone-inner {
    margin: 0;
    padding-right: 0;
    width: auto;
    float: none;
  }
  /* Sidebar Navigation */
  #layout .coltwo nav li {
    /*width:48%; */
    display: inline-block;
  }
  #layout .coltwo nav li.current {
    width: 100%;
  }
  /* Sponsors */
  #sponsors #platinum-sponsors li.original-position-1 {
    left: 0;
  }
  #sponsors #platinum-sponsors li.original-position-2 {
    left: 33%;
  }
  #sponsors #platinum-sponsors li.original-position-3 {
    left: 66%;
  }
  #sponsors #platinum-sponsors.results-2 li.original-position-1 {
    left: 0;
  }
  #sponsors #platinum-sponsors.results-2 li.original-position-2 {
    left: 50%;
  }
  #sponsors #platinum-sponsors.results-4 li.slidePosition1,
  #sponsors #platinum-sponsors.results-5 li.slidePosition1,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition1 {
    left: -50%;
  }
  #sponsors #platinum-sponsors.results-4 li.slidePosition2,
  #sponsors #platinum-sponsors.results-5 li.slidePosition2,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition2 {
    left: 0%;
  }
  #sponsors #platinum-sponsors.results-4 li.slidePosition3,
  #sponsors #platinum-sponsors.results-5 li.slidePosition3,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition3 {
    left: 50%;
  }
  #sponsors #platinum-sponsors.results-4 li.slidePosition4,
  #sponsors #platinum-sponsors.results-5 li.slidePosition4,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition4 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-4 li.slidePosition5,
  #sponsors #platinum-sponsors.results-5 li.slidePosition5,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition5 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-4 li.slidePosition6,
  #sponsors #platinum-sponsors.results-5 li.slidePosition6,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition6 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-4 li,
  #sponsors #platinum-sponsors.results-5 li,
  #sponsors #platinum-sponsors.results-infinite li {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  /* Footer */
  #site-map li {
    margin-left: 0;
    width: 90%;
    clear: left;
  }
  #site-map li ul {
    width: 100%;
  }
  #site-map li ul li {
    width: 22%;
    float: left;
    clear: none;
  }
  #site-map li ul li:nth-child(4n+1) {
    clear: left;
  }
  #email-signup {
    margin-right: 3%;
  }
  #ad-footer img {
    width: 100%;
    max-width: 100%;
  }
  #site-footer .nav-utility {
    padding-right: 3%;
    clear: both;
  }
  #landing-feature {
    margin-top: 0;
  }
  /* Homepage */
  #hp-feature {
    border-width: 1.125em 0 0 0;
  }
  #hp-feature-wrapper {
    margin: -10px 0 0 -20px;
    padding-right: 0;
    padding-bottom: 1em;
    position: relative;
    border-spacing: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hp-feature-box {
    margin-left: 0;
    margin-right: 0;
    width: 43%;
    height: 320px;
    float: left;
  }
  .hp-feature-box:first-child {
    margin-left: 0;
  }
  #hp-ad {
    position: static;
    display: block;
    margin: 0 auto;
    clear: both;
    padding: 0;
  }
  #hp-training {
    width: 46%;
  }
  #hp-exhibit {
    margin-right: 3%;
    width: 46%;
    background: none !important;
  }
  #hp-international {
    margin-right: 3%;
    width: 46%;
  }
  #hp-video {
    margin-right: 3%;
    width: 46%;
    float: right;
  }
  
  .responsive {
	width:80%;
}

.responsive1 {
	width:25%;	
}

.responsive3 {
	width:93%;	
}


table.tableizer-table {
    border: 1px solid #CCC;
    font-size: 12px;
    width: 93%;
}
  
  
  
  
  
}
@media screen and (max-width: 900px) and (max-width: 800px) {
  #nav-primary li a {
    padding: 1.675em 0;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 900px) and (max-width: 740px) {
  #sponsors #platinum-sponsors {
    margin-right: auto;
    margin-left: 10%;
  }
  #sponsors #platinum-sponsors:before {
    right: 50%;
  }
  #sponsors #platinum-sponsors ul {
    border: 0;
  }
  #sponsors #platinum-sponsors li.original-position-1 {
    left: 0%;
  }
  #sponsors #platinum-sponsors li.original-position-2 {
    left: 50%;
  }
  #sponsors #platinum-sponsors.results-2 ul,
  #sponsors #platinum-sponsors.results-3 ul,
  #sponsors #platinum-sponsors.results-4 ul,
  #sponsors #platinum-sponsors.results-5 ul,
  #sponsors #platinum-sponsors.results-infinite ul {
    width: 200px;
  }
  #sponsors #platinum-sponsors.results-2 li.slidePosition1,
  #sponsors #platinum-sponsors.results-3 li.slidePosition1,
  #sponsors #platinum-sponsors.results-4 li.slidePosition1,
  #sponsors #platinum-sponsors.results-5 li.slidePosition1,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition1 {
    left: -100%;
  }
  #sponsors #platinum-sponsors.results-2 li.slidePosition2,
  #sponsors #platinum-sponsors.results-3 li.slidePosition2,
  #sponsors #platinum-sponsors.results-4 li.slidePosition2,
  #sponsors #platinum-sponsors.results-5 li.slidePosition2,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition2 {
    left: 0;
  }
  #sponsors #platinum-sponsors.results-2 li.slidePosition3,
  #sponsors #platinum-sponsors.results-3 li.slidePosition3,
  #sponsors #platinum-sponsors.results-4 li.slidePosition3,
  #sponsors #platinum-sponsors.results-5 li.slidePosition3,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition3 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-2 li.slidePosition4,
  #sponsors #platinum-sponsors.results-3 li.slidePosition4,
  #sponsors #platinum-sponsors.results-4 li.slidePosition4,
  #sponsors #platinum-sponsors.results-5 li.slidePosition4,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition4 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-2 li.slidePosition5,
  #sponsors #platinum-sponsors.results-3 li.slidePosition5,
  #sponsors #platinum-sponsors.results-4 li.slidePosition5,
  #sponsors #platinum-sponsors.results-5 li.slidePosition5,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition5 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-2 li.slidePosition6,
  #sponsors #platinum-sponsors.results-3 li.slidePosition6,
  #sponsors #platinum-sponsors.results-4 li.slidePosition6,
  #sponsors #platinum-sponsors.results-5 li.slidePosition6,
  #sponsors #platinum-sponsors.results-infinite li.slidePosition6 {
    left: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #sponsors #platinum-sponsors.results-2 li,
  #sponsors #platinum-sponsors.results-3 li,
  #sponsors #platinum-sponsors.results-4 li,
  #sponsors #platinum-sponsors.results-5 li,
  #sponsors #platinum-sponsors.results-infinite li {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
}
@media screen and (max-width: 900px) and (max-width: 790px) {
  #ad-footer {
    display: none;
    /* per INFOSHOW-116 */
  }
}
@media screen and (max-width: 900px) and (max-width: 800px) {
  #site-map li ul li {
    width: 30%;
  }
  #site-map li ul li:nth-child(3n+1) {
    clear: left;
  }
  #site-map li ul li:nth-child(4n+1) {
    clear: none;
  }
}
@media screen and (max-width: 680px) {
  body:before {
    content: '600px';
  }
  .wrapper {
    margin: 0 3%;
    width: 94%;
  }
  #herospace {
    margin-bottom: 1em;
  }
  #herospace li {
    width: 49.5%;
  }
  #herospace li:first-child {
    max-height: 300px;
    width: 100%;
  }
  #herospace li:first-child h2 {
    margin-top: 0.675em;
  }
  #herospace li:first-child img {
    height: auto;
    width: 74.5%;
  }
  #herospace li:first-child .description {
    max-height: 1000px;
    top: 0;
    bottom: 0;
    left: 65%;
  }
  #herospace li:first-child .description h2 span {
    display: block;
  }
  #herospace li:nth-child(2n+1) {
    margin-right: 0;
  }
  #site-header {
    padding-bottom: 0;
    border-width: 80px 0 0 0;
  }
  #site-header .wrapper {
    margin: 0;
    height: auto;
  }
  .nav-fixed #site-header .wrapper {
    height: 3em;
    background: transparent;
    z-index: 900;
  }
  #site-logo {
    margin-left: -150px;
    width: 300px;
    z-index: 25;
  }
  #site-logo a {
    height: 75px;
  }
  #nav-primary {
    position: relative;
    z-index: 10;
  }
  #nav-primary:after {
    height: 44px;
    width: 44px;
    display: block;
    content: '\2261';
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 22;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    color: #39393b;
    cursor: pointer;
  }
  #nav-primary ul {
    margin-bottom: 0;
    padding-top: 50px;
    max-height: 0;
    float: left;
    position: static;
    overflow: hidden;
    background: #fff;
    border-bottom: solid 1px #ccc;
    -webkit-transition: 0.375s ease-out;
    -moz-transition: 0.375s ease-out;
    -o-transition: 0.375s ease-out;
    transition: 0.375s ease-out;
  }
  #nav-primary ul:before, #nav-primary ul:after {
    height: 70px;
    bottom: -53px;
    left: -10px;
    z-index: 0;
  }
  #nav-primary ul:after {
    right: 0;
    left: auto;
    -webkit-box-shadow: 5px 2px 5px 0 #666666;
    -moz-box-shadow: 5px 2px 5px 0 #666666;
    box-shadow: 5px 2px 5px 0 #666666;
  }
  #nav-primary ul > li {
    margin: 0 !important;
    width: auto !important;
    display: inline;
    float: none;
    vertical-align: top;
    text-align: left;
    /* 2nd Tier Nav */
  }
  #nav-primary ul > li:nth-child(even) {
    text-align: right;
  }
  #nav-primary ul > li a {
    padding: 0.25em 0;
    width: 48%;
    display: inline-block;
    font-size: 1.125em;
    text-indent: 3%;
    padding-top: 20px; /*added to fix mobile top nav links - 6/11/2015 - AK */
  }
  #nav-primary ul > li a:after, #nav-primary ul > li a:before {
    display: none !important;
  }
  #nav-primary ul > li a b {
    display: inline-block;
    margin-left: .25em;
    text-indent: 0;
  }
  #nav-primary ul > li a b:first-child {
    margin-left: 0;
    padding-top: 20px;
  }
  #nav-primary ul > li ul {
    margin: 0 0 0.25em;
    padding: 0;
    width: 100%;
    position: static;
    border: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  #nav-primary ul > li ul:before, #nav-primary ul > li ul:after {
    display: none !important;
  }
  #nav-primary ul > li ul li {
    display: block;
  }
  #nav-primary ul > li ul li:first-child a {
    /* padding-top: 0.675em;  original*/
        padding-top: 2em; /*added to fix nav -AK 4/1/2015 */
  }
  #nav-primary ul > li ul li:nth-child(even) {
    text-align: left !important;
  }
  #nav-primary ul > li ul li a {
    padding-left: 6%;
    width: 94%;
    text-indent: 0;
  }
  #nav-primary ul > li.active ul {
    margin-bottom: 1em;
    border-top: solid 4px #e67819;
  }
  #nav-primary ul > li.active ul:after {
    height: 1px;
    width: 100%;
    display: block;
    content: '';
    border-bottom: dotted 1px #39393b;
  }
  #nav-primary.active > ul {
    /*padding-top: 80px;*/
    padding-top: 60px;  /*added to fix nav -AK 4/1/2015 */
    padding-bottom: 10px;
    max-height: 1000px;
  }
  /* Main Content */
  #layout.layout-article main,
  #layout.layout-utility main {
    padding-top: 160px;
    background-position: center 50px;
  }
  #more-content-index #more-content li img,
  #more-content li img {
    max-width: 160px;
  }
  /* Sidebar Navigation */
  #layout .coltwo nav li {
    width: 100%;
    display: -block;
  }
  /* Sponsors */
  #sponsors h2 {
    margin-left: -125px;
    max-width: 250px;
  }
  #sponsors ul {
    width: 200px;
  }
  #sponsors #gold-sponsors {
    width: 200px;
    right: 10%;
  }
  /* Footer */
  #site-footer .wrapper {
    float: left;
    position: relative;
  }
  #social {
    float: left;
    width: 100%;
  }
  #email-signup {
    margin: 1em 0 2em;
    float: left;
  }
  #ad-footer {
    margin: 2em 0 0;
    width: 97%;
  }
  #site-map {
    margin-top: 1em;
    float: left;
  }
  #site-map > ul > li {
    padding-left: 1.75em;
    position: relative;
  }
  #site-map > ul > li:before {
    height: 0.75em;
    width: 0.75em;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    content: '+';
    font-weight: normal;
    text-align: center;
    font-size: 1.5em;
    line-height: 0.75em;
    color: #e67819;
    cursor: pointer;
    border: solid 1px #e67819;
  }
  #site-map > ul > li.active:before {
    content: '-';
    line-height: 0.6em;
  }
  #site-map ul ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #site-map ul ul li {
    width: 40%;
  }
  #site-map ul ul li:nth-child(2n+1) {
    clear: left;
  }
  #site-map ul ul li:nth-child(3n+1) {
    clear: none;
  }
  #site-map ul li.active ul {
    max-height: 1000px;
  }
  #site-footer .nav-utility {
    /*position: absolute;
    bottom: 4em; Changed out 6/9/2015 to fix links on mobile devices not working - AK */

      bottom: 13em;
      padding-bottom: 20px;
      float: right;
}  
#summary {
    margin-top: 0;
    padding-bottom: 3em;
    /* makes room for nav-utility */
    float: left;
  }
  .copyright {
    float: left;
  }
  /* Homepage */
  #layout.layout-homepage .colone {
    margin-right: 0;
  }
  #hp-feature-wrapper {
    margin: 0;
    display: block;
  }
  #hp-feature-wrapper .hp-feature-box {
    margin-bottom: 2em;
    height: auto;
    width: 94%;
    display: block;
  }
  #hp-training,
  #hp-exhibit,
  #hp-international,
  #hp-video {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
    float: left;
  }
  #flickr_badge_wrapper {
    width: 100% !important;
    max-width: 500px;
  }
  .flickr_badge_image {
    margin: 0 auto !important;
    width: 246px;
  }
  /* Landing Page */
  #landing-feature ul {
    margin-top: 8em;
  }
  #landing-feature ul .description {
    max-height: 1.5em;
  }
  #landing-feature li {
    width: 48%;
  }
  #landing-feature li h2 {
    padding: 0.125em 0;
    font-weight: 500;
    font-size: 1.25em;
  }
  #landing-feature li:nth-child(4) {
    clear: none;
  }
}
@media screen and (max-width: 680px) and (max-width: 580px) {
  #herospace li:first-child .description {
    left: 50%;
  }
}
@media screen and (max-width: 680px) and (max-width: 580px) {
  #sponsors #platinum-sponsors {
    margin-left: 3%;
  }
  #sponsors #gold-sponsors {
   /* right: 3%;  Commented out to center Gold Sponsors 6/9/2015 - AK  */
    padding-right: 95px; /*added padding to center content 6/9/2015 - AK */
  }
}
@media screen and (max-width: 480px) {
  body:before {
    content: '480px';
  }
  /* Header */
  #site-header {
    position: absolute;
    border-width: 0;
    padding-top: 50px;
  }
  #site-header .wrapper {
    position: static;
  }
  .homepage #site-header {
    padding-top: 60px;
  }
  #site-logo {
    margin-left: -137px;
    width: 274px;
  }
  #site-logo a:before,
  #site-logo a:after {
    height: 17px;
    left: -22px;
    bottom: 9px;
    -webkit-box-shadow: 6px 4px 4px -3px #888888;
    -moz-box-shadow: 6px 4px 4px -3px #888888;
    box-shadow: 6px 4px 4px -3px #888888;
  }
  #site-logo a:after {
    left: auto;
    right: -22px;
    -webkit-box-shadow: -6px 3px 4px -3px #888888;
    -moz-box-shadow: -6px 3px 4px -3px #888888;
    box-shadow: -6px 3px 4px -3px #888888;
  }
  #site-header .nav-utility {
    position: absolute;
    /* top:-41px; */
  }
  #site-header .nav-utility ul li a {
    padding: 0 8px;
    
  }
  #site-header .nav-utility form {
    border-left: 0;
  }
  #site-header .nav-utility form input {
    width: 0px;
  }
  #site-header .nav-utility form button {
    right: 8px;
    background: #f9af02;
  }
  
  #landing-feature .content {
    background-color: #fff;
    float: left;
    margin: 9.25em 0 1em -2.667%;
    padding: 9px;
    width: 100%;
}

/*Added 6/9/2015 to fix Gold Sponsor Background - AK */

    #sponsors {
      padding: 0 0 13em;
    }    

  .nav-fixed #site-header .wrapper {
    position: relative;
  }
  #nav-primary ul:before, #nav-primary ul:after {
    height: 10px;
    -webkit-box-shadow: 5px 5px 5px -3px #666666;
    -moz-box-shadow: 5px 5px 5px -3px #666666;
    box-shadow: 5px 5px 5px -3px #666666;
  }
  #nav-primary ul:after {
    -webkit-box-shadow: 5px 5px 5px -3px #666666;
    -moz-box-shadow: 5px 5px 5px -3px #666666;
    box-shadow: 5px 5px 5px -3px #666666;
  }
  #site-header .wrapper,
  .nav-fixed #site-header .wrapper {
    top: 0;
  }
  #more-content-index #more-content li img,
  #more-content li img {
    max-width: 120px;
  }
  /* Sponsors */
  #sponsors:before, #sponsors:after {
    bottom: 380px;
  }
  #sponsors section {
    margin: 0 auto !important;
    width: 200px;
  }
  #sponsors #platinum-sponsors {
    padding-top: 1em;
  }
  #sponsors #platinum-sponsors:before {
    display: none;
  }
  #sponsors #gold-sponsors {
    top: 0;
    right: auto;
    position: relative;
  }
  #site-footer .nav-utility {
    text-align: left;
  }
  #site-map ul ul li {
    width: 90%;
  }
  #summary:before {
    width: 240px;
  }
  #summary p:before {
    left: 243px;
  }
  /* Herospace */
  #herospace {
    overflow: none;
  }
  #herospace li {
    height: 3em;
    width: 100%;
  }
  #herospace li .description {
    padding: 0 !important;
    height: 3em;
    max-height: 100px;
    width: 75%;
    float: right;
    position: static;
  }
  #herospace li .description h2 {
    margin-top: 0 !important;
    font-weight: 500 !important;
    font-size: 1.25em !important;
    line-height: 2.5em !important;
  }
  #herospace li .description h2 span {
    display: inline !important;
  }
  #herospace li .description .details {
    display: none !important;
  }
  #herospace li img {
    height: 3em !important;
    width: auto !important;
  }
  #herospace li:first-child {
    margin-top: 0.5em;
  }
  #herospace li:first-child img {
    margin-left: -23px !important;
    display: inline;
  }
  /* Homepage */
  #hp-feature {
    border-width: 2.5em 0 0;
  }
  /* Landing Page */
  #landing-feature {
    margin-top: 0;
  }
  #landing-feature ul .description {
    max-height: 2em;
  }
  #landing-feature ul li {
    margin-bottom: 1em;
    width: 98%;
  }
  #landing-feature ul li h2 {
    font-weight: 500;
    font-size: 1.5em;
  }
  #landing-feature li:nth-child(4) {
    clear: none;
  }
  #landing-feature li#lf-promo {
    overflow: hidden;
  }

.vidResponsive {
    width:100% !important;
} /*Added to make videos responsive - 6/1//2015 - AK */

/*Added to display text under images - More to Know - Mobile - 6/11/15 - AK */
.more-content li img {
  margin: 0 20px 8px 0;
  border: solid 1px #444;
  display: block !important;
  float: none !important;
}

/* Added to make the formatting for pictures/text similar to More To Know Responsive - 6/11/2015 - AK */

.imgBlock{
    float:none !important;
    margin: 0px 10px 10px 0px; 
    display: block;
}
 
.descripBlock {
float: none !important;
display: block;
}

}
@media screen and (max-width: 420px) {
  #nav-primary ul > li {
    display: block;
  }
  #nav-primary ul > li a {
    width: auto;
    display: block;
  }
  #nav-primary ul > li a b {
    display: inline;
  }
  #nav-primary ul > li:nth-child(2n) {
    text-align: left;
  }
  #nav-primary ul > li ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 360px) {
  #site-logo {
    margin-left: 0;
    left: 0;
  }
  #nav-primary:after {
    z-index: 200000;
  }
  #social {
    width: auto;
  }
  #social ul {
    margin-bottom: 0;
    height: auto;
    border: 0;
  }
  #social ul:before, #social ul:after {
    display: none;
  }
  #social li {
    margin-right: 5px;
  }
  #social li:last-child {
    margin: 0;
  }
  /* Homepage */
  #hp-ad {
    width: 100%;
    min-width: 0;
  }
  /* Landing Page */
  #landing-feature ul .description {
    height: 3.75em;
    max-height: 3.75em;
  }
}