/* 
  RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, .contentWrapper {
  font-family: "Avenir Next W01", Avenir Next, sans-serif;
  background-color: #f6f6f6;
}

/* 
  DISABLE PAGE ELEMENTS
*/

#sidebar {
  display: none;
}

#docsSearch {
  display: none;
}

.nav #contact {
  display: none;
}

#main-content {
  float: none;
  padding: 0;
}

/* 
  STYLES
*/

.row-fluid [class*=span] {
  width: auto;
  min-height: 28px;
  float: left;
  margin-left: 2.7624309392265194%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contentWrapper {
  border: none;
}

.span3 {
  width: 220px;
}

.brand {
  margin: 0px auto;
}

.control-label {
  padding: 10px 0px;
}

.navbar .btn-navbar .icon-bar {
  display: none;
  color: #888;
}

.navbar .navbar-inner {
  background: #fff;
}

.navbar .brand {
  float: inherit;
  color: #888;
  font-weight: 400;
  max-width: 100%;
}

.navbar-inner {
  text-align: center;
}

.controls input {
  border: none;
  min-height: 36px;
  line-height: 1.5em;
  resize: none;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 7px 35px 6px 8px;
  border-radius: 3px
}

#contactForm #message {
  width: 100%;
  font-size: 16px;
}

.contentWrapper {
  padding: 20px;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

#contentArea .appMessage {
  color: #666;
  font-size: 1.7em !important; 
  position: inherit;
  margin-top: 25px;
  top: inherit;
}

#contentArea .appMessage em {
  display: none;
}

label {
  color: #666;
}

footer {
  margin-top: 20px;
}

input[type=file] {
  background-color: #f6f6f6;
  border: 0;
}

input[type=submit] {
  outline: none;
}

input[type=submit] {
  width: 100%;
  display: block;
  
  color: #fff;
  background: #fcb328;
  border-color: #e3a124;

  position: relative;
  padding: 15px 25px;
  border-radius: 4px;
  
  display: inline-block;
  border: none;
  
  font-size: 1.2rem;
  letter-spacing: .05em;
  border-bottom: 1px solid #e1e1e1;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  -webkit-transition: background .25s,color .25s,border-color .25s;
  transition: background .25s,color .25s,border-color .25s;
}

input[type=submit]:hover {
  background: #e3a124;
  color: #fff;
}