.container {  
  position: relative;  
  width: 100%;  
  max-width: 960px;  
  margin-top: 50px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  padding-top: 0px;  
  padding-right: 20px;  
  padding-bottom: 0px;  
  padding-left: 20px;
}

.column, .columns {  
  width: 100%;  
  display: inline;  
  float: left;
}

#nav {  
  margin-top: 20px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  text-align: right;
}

#nav ul li {  
  display: inline;  
  margin-top: 0px;  
  margin-right: 30px;  
  font-family: Ubuntu;
}

#nav a {  
  text-decoration: none;  
  color: #999999;
}

#nav a:hover {  
  text-decoration: underline;
}

#headerImage img {  
  margin-bottom: 50px;  
  max-width: 100%;  
  height: auto;  
  margin-top: 20px;
}

@media (min-width: 400px) {
  .container { width: 85%; padding: 0px; }
}

@media (min-width: 550px) {
  .container { width: 80%; }
  .column, .columns { margin-left: 2%; }
  .column:first-child, .columns:first-child { margin-left: 0px; }
  .one.column, .one.columns { width: 4.66667%; }
  .two.columns { width: 13.3333%; }
  .three.columns { width: 22%; }
  .four.columns { width: 30.6667%; }
  .five.columns { width: 39.3333%; }
  .six.columns { width: 48%; }
  .seven.columns { width: 56.6667%; }
  .eight.columns { width: 65.3333%; }
  .nine.columns { width: 74%; }
  .ten.columns { width: 82.6667%; }
  .eleven.columns { width: 91.3333%; }
  .twelve.columns { width: 100%; margin-left: 0px; }
  .one-third.column { width: 30.6667%; }
  .two-thirds.column { width: 65.3333%; }
  .one-half.column { width: 48%; }
  .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66667%; }
  .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333%; }
  .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; }
  .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6667%; }
  .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333%; }
  .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; }
  .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6667%; }
  .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333%; }
  .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78%; }
  .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6667%; }
  .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333%; }
  .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6667%; }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333%; }
  .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; }
}

html {  
  font-size: 62.5%;  
  background-color: #333333;
}

body {  
  font-size: 1.5em;  
  line-height: 1.6;  
  font-weight: 400;  
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;  
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {  
  margin-top: 0px;  
  margin-bottom: 2rem;  
  color: #666666;  
  font-family: Ubuntu;
}

h1 {  
  font-size: 4rem;  
  line-height: 1.2;  
  letter-spacing: -0.1rem;
}

h2 {  
  font-size: 3.6rem;  
  line-height: 1.25;  
  letter-spacing: -0.1rem;
}

h3 {  
  font-size: 3rem;  
  line-height: 1.3;  
  letter-spacing: -0.1rem;
}

h4 {  
  letter-spacing: -0.08rem;  
  font-family: "Ubuntu Mono";  
  line-height: 1;  
  font-size: 1.8rem;
}

h5 {  
  font-size: 1.8rem;  
  line-height: 1.5;  
  letter-spacing: -0.05rem;  
  font-family: "Ubuntu Mono";  
  font-weight: lighter;
}

h6 {  
  font-size: 1.5rem;  
  line-height: 1.6;  
  letter-spacing: 0px;
}

@media (min-width: 550px) {
  h1 { font-size: 5rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {  
  margin-top: 0px;  
  color: #999999;  
  font-family: Ubuntu;
}

a {  
  color: #999999;
}

a:hover {  
  color: #0fa0ce;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {  
  display: inline-block;  
  height: 38px;  
  padding-top: 0px;  
  padding-right: 30px;  
  padding-bottom: 0px;  
  padding-left: 30px;  
  color: #555555;  
  text-align: center;  
  font-size: 11px;  
  font-weight: 600;  
  line-height: 38px;  
  letter-spacing: 0.1rem;  -epub-text-transform: uppercase;
  text-transform: uppercase;  
  text-decoration: none;  
  white-space: nowrap;  
  background-color: transparent;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #bbbbbb;  
  border-right-color: #bbbbbb;  
  border-bottom-color: #bbbbbb;  
  border-left-color: #bbbbbb;  
  cursor: pointer;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {  
  color: #333333;  
  border-top-color: #888888;  
  border-right-color: #888888;  
  border-bottom-color: #888888;  
  border-left-color: #888888;  
  outline-width: 0px;  
  outline-style: none;  
  outline-color: initial;
}

.button.button-primary, button.button-primary, input.button-primary[type="submit"], input.button-primary[type="reset"], input.button-primary[type="button"] {  
  color: white;  
  background-color: #33c3f0;  
  border-top-color: #33c3f0;  
  border-right-color: #33c3f0;  
  border-bottom-color: #33c3f0;  
  border-left-color: #33c3f0;
}

.button.button-primary:hover, button.button-primary:hover, input.button-primary[type="submit"]:hover, input.button-primary[type="reset"]:hover, input.button-primary[type="button"]:hover, .button.button-primary:focus, button.button-primary:focus, input.button-primary[type="submit"]:focus, input.button-primary[type="reset"]:focus, input.button-primary[type="button"]:focus {  
  color: white;  
  background-color: #1eaedb;  
  border-top-color: #1eaedb;  
  border-right-color: #1eaedb;  
  border-bottom-color: #1eaedb;  
  border-left-color: #1eaedb;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {  
  height: 38px;  
  padding-top: 6px;  
  padding-right: 10px;  
  padding-bottom: 6px;  
  padding-left: 10px;  
  background-color: white;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #d1d1d1;  
  border-right-color: #d1d1d1;  
  border-bottom-color: #d1d1d1;  
  border-left-color: #d1d1d1;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {  
  min-height: 65px;  
  padding-top: 6px;  
  padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #33c3f0;  
  border-right-color: #33c3f0;  
  border-bottom-color: #33c3f0;  
  border-left-color: #33c3f0;  
  outline-width: 0px;  
  outline-style: none;  
  outline-color: initial;
}

label, legend {  
  display: block;  
  margin-bottom: 0.5rem;  
  font-weight: 600;
}

fieldset {  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  border-top-width: 0px;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0px;
}

input[type="checkbox"], input[type="radio"] {  
  display: inline;
}

label > .label-body {  
  display: inline-block;  
  margin-left: 0.5rem;  
  font-weight: normal;
}

ul {  
  list-style-type: circle;  
  list-style-position: inside;  
  list-style-image: none;  
  border-top-color: #999999;  
  border-right-color: #999999;  
  border-bottom-color: #999999;  
  border-left-color: #999999;  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;
}

ol {  
  list-style-type: decimal;  
  list-style-position: inside;  
  list-style-image: none;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #999999;
}

ol, ul {  
  padding-left: 0px;  
  margin-top: 0px;
}

ul ul, ul ol, ol ol, ol ul {  
  margin-top: 1.5rem;  
  margin-right: 0px;  
  margin-bottom: 1.5rem;  
  margin-left: 3rem;  
  font-size: 90%;
}

li {  
  margin-bottom: 1rem;
}

code {  
  padding-top: 0.2rem;  
  padding-right: 0.5rem;  
  padding-bottom: 0.2rem;  
  padding-left: 0.5rem;  
  margin-top: 0px;  
  margin-right: 0.2rem;  
  margin-bottom: 0px;  
  margin-left: 0.2rem;  
  font-size: 90%;  
  white-space: nowrap;  
  background-color: #f1f1f1;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #e1e1e1;  
  border-right-color: #e1e1e1;  
  border-bottom-color: #e1e1e1;  
  border-left-color: #e1e1e1;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

pre > code {  
  display: block;  
  padding-top: 1rem;  
  padding-right: 1.5rem;  
  padding-bottom: 1rem;  
  padding-left: 1.5rem;  
  white-space: pre;
}

th, td {  
  padding-top: 12px;  
  padding-right: 15px;  
  padding-bottom: 12px;  
  padding-left: 15px;  
  text-align: left;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #e1e1e1;
}

th:first-child, td:first-child {  
  padding-left: 0px;
}

th:last-child, td:last-child {  
  padding-right: 0px;
}

button, .button {  
  margin-bottom: 1rem;
}

input, textarea, select, fieldset {  
  margin-bottom: 1.5rem;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {  
  margin-bottom: 2.5rem;
}

.u-full-width {  
  width: 90%;
}

.u-max-full-width {  
  max-width: 100%;
}

.u-pull-right {  
  float: right;
}

.u-pull-left {  
  float: left;
}

.u-cf {  
  content: "";  
  display: table;  
  clear: both;
}

hr {  
  margin-top: 3rem;  
  margin-bottom: 3.5rem;  
  border-top-width: 1px;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #e1e1e1;
}

.container:after, .row:after, .u-cf {  
  content: "";  
  display: table;  
  clear: both;
}

@media (min-width: 400px) {
}

@media (min-width: 550px) {
}

@media (min-width: 750px) {
}

@media (min-width: 1000px) {
}

@media (min-width: 1200px) {
}

#welcome {  
  margin-bottom: 20px;  
  text-align: justify;
}

#footer {  
  border-top-width: 1pt;  
  border-top-style: solid;  
  border-top-color: #999999;  
  text-align: center;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  padding-top: 10px;
}

