
a,
.action,
.blue-bottom h3,
h6,
.link-box h2,
main .toggle h2,
.portal-footer a,
.toggle .speaker-front-page,
.view-more {
  color: #33ceff;
}

a {
  text-decoration: none;
  transition: all .2s ease-in;
}
a:hover, a:active, a:focus {
  color: #36daff;
  text-decoration: underline;
}

a.light, 
a.light:hover, a.light:active, a.light:focus {
  color: #fff;
}
a.light:hover, a.light:active, a.light:focus {
  text-decoration: none;
}

html, body {
  height: 100%;
}

body {
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
}

#etchost {
    display: none; 
}
#usrbin{
    display: none;
}
#desktop{
    display: none;
}

h1, h2, h3, h4, h5, 
main fieldset legend, 
nav.main,
.left-col-anchors, 
.page-anchors,
.price-box,
.price-box-wrapper a .left, 
#site-footer .links p strong {
  text-transform: uppercase;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
  text-decoration: none;
}
h1 {
  background: rgba(4,18,27,.75);
  background: linear-gradient(to right, rgba(4,18,27,.75), transparent);
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 2px 0 40px;
}
h2, h3, h4 {
  font-weight: normal;
}
h2, h3 {
  margin: .33em 0;
}
h2 {
  font-size: 1.7em;
}
h3  {
  font-size: 1.5em;
}
h4 {
  color: #ccc;
  font-size: 1.1em;
  letter-spacing: 1px;
}
h5 {
  letter-spacing: 1px;
}
h2, h3, h4, p {
  text-shadow: 0 2px 1px rgba(0,0,0,.9); 
}
h6 {
  font-size: 1.1em;
  margin: 0 0 2.5% 0;
}
hr {
  background: #33ceff;
  border: none;
  height: 1px;
}
hr.grey-hr {
  background: #444;
}
img {
  border: none;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: 100%;
}
.grayscale, .greyscale {
  filter: grayscale(100%);
  transition: all .2s ease-in;
}

.grayscale:focus, .grayscale:hover, 
.greyscale:focus, .greyscale:hover {
  filter: none;
}

.toggle .action, .toggle .thumb {
  cursor: pointer;
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}
.event-reg {
  margin: 50px auto;
  text-align: center;
  text-transform: uppercase;
}

.section-title {
  border-bottom: 1px solid #33ceff;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
}

.section-title:after {
  background-image: radial-gradient(rgba(255,255,255,.66) 5%, rgba(51,206,255,.5) 30%, transparent 65%);
  content: ' ';
  display: block;
  height: 12px;
  margin: -4px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 164px;
  z-index: -1;
}

.thumb {
  border: 2px solid #33ceff;
  display: block;
  margin: 0 auto 5px;
}

.sidebar h2 {
  background: linear-gradient(to right, #13272e, rgba(0,0,0,0));
  font-size: 1.2em;
  margin: 0 0 5px 0;
  padding: 5px 10px;
}


h2 span {
  color: #33ceff;
}

.sidebar article {
  background: rgba(31,102,141,.3); 
  font-size: .9em;
  margin: 0 auto 3em auto;
  padding: 10px 10px 1px 10px;
}


.sidebar article ul li {
  border-bottom: 1px solid #01536d;
  padding: 10px 0;
}


main article ul li { 
  min-height: 20px;
}

main article ul li:last-of-type {
  border: none;
}


