body {
    margin: 0;
    padding: 0;
    min-width: 1032px;
}

.inner, nav {
    width: 1002px;
    margin: 0 auto;
}
.inner a {
    color: #fff;
    text-decoration: none;
}
.inner a:hover {
    color: #ff8700;
}
.inner p {
    margin: 0 0 20px;
}
.inner img {
    border: 0;
 }
.inner h1 {
    font-size: 28px;
    color: #ff8700;
    text-transform: uppercase;
    font-weight: 300;
    margin: 20px 0;
    padding: 25px 0 18px 0;
}
.inner h2 {
    font-size: 20px;
    color: #ff8700;
    font-weight: 400;
}
.inner h2 {
    text-transform: uppercase;
}

.left {
    width: 662px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
.right {
    width: 314px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 23px;
}

header {
	background: url('../images/wds-header-image.png') no-repeat #ff7000 center; height: 370px;
}


.heading-wrapper h1 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
	margin:0;
	padding:115px 0 0 0;
	line-height:1;
}

.company {
    display:block;
    font-size: 54px;
 	text-transform: none;
	color: #44403e;
    font-weight: 400;
}

.event {
	font-size: 72px;
	color: #fff;
    font-weight: 700;
}

.year {
	font-size: 72px;
	color: #44403e;
    font-weight: 400;
}

p.info-list {
    margin-top:11px;
	font-size: 24px; 
	font-weight: 300; 
	color: #3f3f3f;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.pipe {
/*     padding:0 0 2px 0; */
	color:#fae2c2;
}

.content {
    background: #f1f1f1;
}

.subpage .content {
    padding: 55px 0 300px 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.subpage .content a {
color: #ff6800;
}

/* navigation
-----------------------------------------*/
nav {
    position: relative;
}

.subpage nav {
    margin: 0 auto -20px;
    text-transform: uppercase;
}
nav .inner {
    width: auto;
    margin: 0;
    background: #606060;
    display: inline-block;
    color: #fff;
}
nav .inner a {
    display: inline-block;
}

nav .inner a:hover {
    color: #ff8700;
}

.subpage nav .inner a {
    font-size: 14px;
    padding: 5px 12px;
    color:#fff;
}

.subpage nav .inner a:hover {
    color:#ff8700;
}
nav .pipe {
    width: 0;
    display: inline-block;
    border-left: 1px solid #ff8501;
    vertical-align: middle;
}

.subpage .pipe {
    height: 14px;
}
/* footer
------------------------------------*/
footer {
    background: #606060;
    position: relative;
    padding: 25px 0;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
footer .inner {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    z-index: 2;
    position: relative;
    width: 960px;
    margin: 0 auto;
}
footer span {
    margin: -29px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
footer .skyline {
    position: absolute;
    top: -120px;
    left: 0;
    right:0;
    margin: auto;
    z-index: 0;
}

footer a {
	color: #fff!important;
}
#overview a.overview, 
#registration a.register,
#schedule a.schedule,
#faq a.faq,
#speakers a.speakers,
#presentations a.presentations {
    color: #ff8500;
}

body.m10-main {
    background: #fff;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #535353;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left; /* quirks mode */
}
.annual {
  text-transform: uppercase;
  color: #3f3f3f;
  font-size: 24px;
  display: block;
  font-weight: 300;
  line-height: 1;
}
#gl-noscript {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 370px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 7px 10px 8px 10px;
  border-bottom: solid 1px #eeca48;
  background: #fff6aa;
  color: #000;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9999999999 !important;
}

#gl-noscript a{
	text-decoration: none;
	color: #dd1100;
}