@import url("font-awesome.min.css");

@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");

body {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

body, input, select, textarea {
  color: #555f66;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 1.75em;
}

a {
  color: #629dd1;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong, b {
  color: #666f77;
  font-weight: 500;
}

em, i {
  font-style: italic;
}

p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #666f77;
  font-weight: 300;
  line-height: 1em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: ;
  text-decoration: none;
}

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.25em;
  line-height: 1.5em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
  margin-top: 3em;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: 0px;
}

hr.major {
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 5em;
  margin-left: 0px;
}

blockquote {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: rgba(144, 144, 144, 0.25);
  font-style: italic;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 2em;
}

code {
  background-color: rgba(144, 144, 144, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 6px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(144, 144, 144, 0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(144, 144, 144, 0.25);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(144, 144, 144, 0.25);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin-top: 0px;
  margin-right: 0.25em;
  margin-bottom: 0px;
  margin-left: 0.25em;
  padding-top: 0.25em;
  padding-right: 0.65em;
  padding-bottom: 0.25em;
  padding-left: 0.65em;
}

pre {
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  overflow-x: auto;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

section.special, article.special {
  text-align: center;
}

header p {
  color: #bbbbbb;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.5em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.85em;
  line-height: 1.5em;
}

header h4 + p, header h5 + p, header h6 + p {
  font-size: 0.9em;
  margin-top: -0.75em;
  line-height: 1.5em;
}

header.major {
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4em;
  margin-left: 0px;
}

header.major h2 {
  font-size: 2em;
}

header.major h2 + p {
  font-size: 1.5em;
  margin-top: -1em;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

form {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

label {
  color: #666f77;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  background-color: rgba(144, 144, 144, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 6px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(144, 144, 144, 0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(144, 144, 144, 0.25);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(144, 144, 144, 0.25);
  color: ;
  display: block;
  outline-width: 0px;
  outline-style: none;
  outline-color: -moz-initial;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  border-top-color: #629dd1;
  border-right-color: #629dd1;
  border-bottom-color: #629dd1;
  border-left-color: #629dd1;
box-shadow: 0px 0px 0px 1px #629dd1;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper::before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.select-wrapper::before {
  color: rgba(144, 144, 144, 0.25);
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 2.75em;
}

input[type="text"], input[type="password"], input[type="email"], select {
  height: 2.75em;
}

textarea {
  padding-top: 0.75em;
  padding-right: 1em;
  padding-bottom: 0.75em;
  padding-left: 1em;
}

input[type="checkbox"], input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  text-decoration: none;
  color: #555f66;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  -moz-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  background-color: rgba(144, 144, 144, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 6px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(144, 144, 144, 0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(144, 144, 144, 0.25);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(144, 144, 144, 0.25);
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0px;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 1.65em;
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  background-color: #192024;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: #192024;
  border-right-color: #192024;
  border-bottom-color: #192024;
  border-left-color: #192024;
  color: white;
  content: "";
}

input[type="checkbox"]:focus + label::before, input[type="radio"]:focus + label::before {
  border-top-color: #629dd1;
  border-right-color: #629dd1;
  border-bottom-color: #629dd1;
  border-left-color: #629dd1;
box-shadow: 0px 0px 0px 1px #629dd1;
}

input[type="checkbox"] + label::before {
  border-radius: 6px;
}

input[type="radio"] + label::before {
  border-radius: 100%;
}

:-moz-placeholder {
  color: #bbbbbb !important;
  opacity: 1;
}

*::-moz-placeholder {
  color: #bbbbbb !important;
  opacity: 1;
}

.formerize-placeholder {
  color: #bbbbbb !important;
  opacity: 1;
}

.box {
  border-radius: 6px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(144, 144, 144, 0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(144, 144, 144, 0.25);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding-top: 3em;
  padding-right: 2em;
  padding-bottom: 3em;
  padding-left: 2em;
}

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
  margin-bottom: 0px;
}

.box.alt {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.icon {
  text-decoration: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  position: relative;
}

.icon::before {
  -moz-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.icon.major {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.25em;
  margin-left: 0px;
  color: white;
  background-color: #629dd1;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  width: 3em;
  height: 3em;
  font-size: 2em;
  text-align: center;
  line-height: 3em;
  border-radius: 100%;
box-shadow: 0px 0px 0px 10px white, 0px 0px 0px 11px rgba(144, 144, 144, 0.25);
}

.image {
  border-radius: 6px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 6px;
  display: block;
}

.image.left {
  float: left;
  padding-top: 0px;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 0px;
  top: 0.25em;
}

.image.right {
  float: right;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 1em;
  padding-left: 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  width: 100%;
}

.image.fit img {
  display: block;
  width: 100%;
}

ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.alt li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 0px;
}

ul.alt li:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  padding-top: 0px;
}

ul.icons {
  cursor: default;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.icons li {
  display: inline-block;
  padding-top: 0px;
  padding-right: 1.25em;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.icons li:last-child {
  padding-right: 0px;
}

ul.icons li .icon::before {
  font-size: 1.5em;
}

ul.actions {
  cursor: default;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.actions li {
  display: inline-block;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0px;
}

ul.actions.small li {
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical li {
  display: block;
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical li:first-child {
  padding-top: 0px;
}

ul.actions.vertical li > * {
  margin-bottom: 0px;
}

ul.actions.vertical.small li {
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0px;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0px;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0.5em;
}

dl {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  width: 100%;
}

table tbody tr {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

table th {
  color: #666f77;
  font-size: 0.9em;
  font-weight: 500;
  padding-top: 0px;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  text-align: left;
}

table thead {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(144, 144, 144, 0.25);
  border-right-color: rgba(144, 144, 144, 0.25);
  border-bottom-color: rgba(144, 144, 144, 0.25);
  border-left-color: rgba(144, 144, 144, 0.25);
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
}

table.alt tfoot {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
}

input[type="submit"], input[type="reset"], input[type="button"], .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  background-color: #192024;
  border-radius: 6px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 0.9em;
  height: 2.85em;
  line-height: 2.85em;
  padding-top: 0px;
  padding-right: 1.75em;
  padding-bottom: 0px;
  padding-left: 1.75em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-indent: 0.25em;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
  background-color: #232d33;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
  background-color: #0f1315;
}

input.icon[type="submit"], input.icon[type="reset"], input.icon[type="button"], .button.icon {
  padding-left: 1.35em;
}

input.icon[type="submit"]::before, input.icon[type="reset"]::before, input.icon[type="button"]::before, .button.icon::before {
  margin-right: 0.5em;
}

input.fit[type="submit"], input.fit[type="reset"], input.fit[type="button"], .button.fit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  width: 100%;
}

input.small[type="submit"], input.small[type="reset"], input.small[type="button"], .button.small {
  font-size: 0.7em;
}

input.big[type="submit"], input.big[type="reset"], input.big[type="button"], .button.big {
  font-size: 1.2em;
  height: 2.65em;
  line-height: 2.65em;
}

input.alt[type="submit"], input.alt[type="reset"], input.alt[type="button"], .button.alt {
  background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(144, 144, 144, 0.25) inset;
  color: #666f77 !important;
}

input.alt[type="submit"]:hover, input.alt[type="reset"]:hover, input.alt[type="button"]:hover, .button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}

input.alt[type="submit"]:active, input.alt[type="reset"]:active, input.alt[type="button"]:active, .button.alt:active {
  background-color: rgba(144, 144, 144, 0.2);
}

input.alt.icon[type="submit"]::before, input.alt.icon[type="reset"]::before, input.alt.icon[type="button"]::before, .button.alt.icon::before {
  color: #bbbbbb;
}

input.special[type="submit"], input.special[type="reset"], input.special[type="button"], .button.special {
  background-color: #629dd1;
  color: white !important;
}

input.special[type="submit"]:hover, input.special[type="reset"]:hover, input.special[type="button"]:hover, .button.special:hover {
  background-color: #76a9d7;
}

input.special[type="submit"]:active, input.special[type="reset"]:active, input.special[type="button"]:active, .button.special:active {
  background-color: #4e91cb;
}

input.disabled[type="submit"], input[type="submit"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="button"], input[type="button"]:disabled, .button.disabled, .button:disabled {
  background-color: #555f66 !important;
box-shadow: 0px -0.15em 0px 0px rgba(0, 0, 0, 0.15) inset;
  color: white !important;
  cursor: default;
  opacity: 0.25;
}

.wrapper {
  padding-top: 6em;
  padding-right: 0px;
  padding-bottom: 4em;
  padding-left: 0px;
}

.wrapper.style1 {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #555f66;
}

.wrapper.style2 {
  background-color: #192024;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #c5c7c8;
}

.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
  color: white;
}

.wrapper.style2 header p {
  color: #a3a5a7;
}

.wrapper.style2 .button.alt {
box-shadow: 0px 0px 0px 1px rgba(144, 144, 144, 0.75) inset;
  color: white !important;
}

.wrapper.style2 .button.alt:hover {
  background-color: rgba(144, 144, 144, 0.275);
}

.wrapper.style2 .button.alt:active {
  background-color: rgba(144, 144, 144, 0.4);
}

.wrapper.style2 .button.alt.icon::before {
  color: #a3a5a7;
}

#skel-layers-wrapper {
  padding-top: 3em;
}

#header {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #555f66;
  cursor: default;
  height: 3em;
  left: 0px;
  line-height: 3em;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
box-shadow: 0px 0px 0.1em 0px rgba(0, 0, 0, 0.25);
}

#header h1 {
  color: #666f77;
  font-weight: 500;
  height: ;
  left: 1.25em;
  line-height: ;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: absolute;
  top: 0px;
}

#header h1 a {
  font-size: 1.25em;
}

#header nav {
  height: ;
  line-height: ;
  position: absolute;
  right: 1.25em;
  top: 0px;
  vertical-align: middle;
}

#header nav > ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

#header nav > ul > li {
  border-radius: 6px;
  display: inline-block;
  margin-left: 2em;
  padding-left: 0px;
}

#header nav > ul > li a {
transition: color 0.2s ease-in-out 0s;
  color: #555f66;
  display: inline-block;
  text-decoration: none;
}

#header nav > ul > li a:hover {
  color: #629dd1;
}

#header nav > ul > li:first-child {
  margin-left: 0px;
}

#header nav > ul > li .button {
  height: 2.25em;
  line-height: 2.25em;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
  position: relative;
  top: -0.075em;
  vertical-align: middle;
}

#header .container {
  position: relative;
}

#header .container h1 {
  left: 0px;
}

#header .container nav {
  right: 0px;
}

#banner {
  background-color: #666666;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #d8d8d8;
  padding-top: 14em;
  padding-right: 0px;
  padding-bottom: 14em;
  padding-left: 0px;
  text-align: center;
  position: relative;
}

#banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 72, 80, 0.25);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#banner .inner {
  position: relative;
  z-index: 1;
}

#banner .inner :last-child {
  margin-bottom: 0px;
}

#banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
  color: white;
}

#banner .button.alt {
box-shadow: 0px 0px 0px 1px rgba(144, 144, 144, 0.75) inset;
  color: white !important;
}

#banner .button.alt:hover {
  background-color: rgba(144, 144, 144, 0.275);
}

#banner .button.alt:active {
  background-color: rgba(144, 144, 144, 0.4);
}

#banner .button.alt.icon::before {
  color: #c1c1c1;
}

#banner .button {
  min-width: 12em;
}

#banner h2 {
  font-size: 3.5em;
  line-height: 1em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.5em;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#banner p {
  font-size: 1.5em;
  margin-bottom: 2em;
}

#banner p a {
  color: white;
  text-decoration: none;
}

#footer {
  background-color: #f8f8f8;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 4em;
  padding-right: 0px;
  padding-bottom: 6em;
  padding-left: 0px;
}

#footer a {
  color: ;
}

#footer .copyright {
  color: #bbbbbb;
  font-size: 0.9em;
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

#footer .copyright li {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(144, 144, 144, 0.25);
  display: inline-block;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-left: 1.5em;
  padding-left: 1.5em;
}

#footer .copyright li:first-child {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
  margin-left: 0px;
  padding-left: 0px;
}

#footer .icons a {
  color: #bbbbbb;
}

