@charset "UTF-8";

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

@import url("http://fonts.googleapis.com/css?family=Raleway:400,700");

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

body.is-loading *, body.is-loading *:before, body.is-loading *:after {  -webkit-animation: 0s ease 0s normal none 1 none !important;
  animation: 0s ease 0s normal none 1 none !important;  -o-transition: none 0s ease 0s !important;
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

body, input, select, textarea {  
  color: #666666;  
  font-family: "Raleway", Arial, Helvetica, sans-serif;  
  font-size: 13pt;  
  font-weight: 400;  
  line-height: 2em;
}

a {  
  color: #f32853;  
  text-decoration: underline;
}

a:hover {  
  text-decoration: none;
}

strong, b {  
  color: #484848;  
  font-weight: 700;
}

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: #484848;  
  font-weight: 700;  
  line-height: 1em;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 1em;  
  margin-left: 0px;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

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

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

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

h4 {  
  font-size: 1.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;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;  
  margin-top: 2em;  
  margin-right: 0px;  
  margin-bottom: 2em;  
  margin-left: 0px;
}

hr.major {  
  margin-top: 3em;  
  margin-right: 0px;  
  margin-bottom: 3em;  
  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%;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  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;
}

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

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

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

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

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

header p {  
  color: #aaaaaa;  
  position: relative;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 1.5em;  
  margin-left: 0px;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

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

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

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

header.major {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 6em;  
  margin-left: 0px;
}

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

header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {  
  display: inline-block;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0.8em;  
  margin-left: 0px;
}

header.major p {  
  font-size: 1.7em;  
  margin-bottom: 0px;
}

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

label {  
  color: #484848;  
  display: block;  
  font-size: 0.9em;  
  font-weight: 700;  
  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;  
  background-color: rgba(144, 144, 144, 0.075);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  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: initial;
  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 {  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.select-wrapper:before {  
  content: "";  
  font-family: FontAwesome;  
  font-style: normal;  
  font-weight: normal;  -epub-text-transform: none !important;
  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;  
  display: block;  
  float: left;  
  margin-right: -2em;  -webkit-opacity: 0;
  opacity: 0;  
  width: 1em;  
  z-index: -1;
}

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

input[type="checkbox"] + label:before, input[type="radio"] + label:before {  
  font-family: FontAwesome;  
  font-style: normal;  
  font-weight: normal;  -epub-text-transform: none !important;
  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%;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  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: #323037;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-color: #323037;  
  border-right-color: #323037;  
  border-bottom-color: #323037;  
  border-left-color: #323037;  
  color: white;  
  content: "";
}

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

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

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

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

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

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

.box {  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  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: 1.5em;  
  padding-right: 1.5em;  
  padding-bottom: 1.5em;  
  padding-left: 1.5em;
}

.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: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0px;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0px;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0px;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

.feature-grid {  
  position: relative;
}

.feature-grid:after {  
  clear: both;  
  content: "";  
  display: block;
}

.feature-grid .feature {  
  display: inline-block;  
  float: left;  
  margin-bottom: 3em;  
  width: 50%;
}

.feature-grid .feature .content {  
  width: 60%;
}

.feature-grid .feature .image {  
  width: 30%;
}

.feature-grid .feature .image img {  
  display: inline;  
  max-width: 100%;
}

.feature-grid .feature:nth-child(2n+1) .content, .feature-grid .feature:nth-child(2n+1) .image {  
  float: right;  
  margin-right: 5%;  
  text-align: right;
}

.feature-grid .feature:nth-child(2n) .content, .feature-grid .feature:nth-child(2n) .image {  
  float: left;  
  margin-left: 5%;  
  text-align: left;
}

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

.icon:before {  
  font-family: FontAwesome;  
  font-style: normal;  
  font-weight: normal;  -epub-text-transform: none !important;
  text-transform: none !important;
}

.icon > .label {  
  display: none;
}

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

.image img {  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  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.left, .image.right {  
  max-width: 40%;
}

.image.left img, .image.right img {  
  width: 100%;
}

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

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

.image.rounded {  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
}

.image.rounded img {  
  border-top-width: 0.5em;  
  border-top-style: solid;  
  border-top-color: rgba(144, 144, 144, 0.25);  
  border-right-width: 0.5em;  
  border-right-style: solid;  
  border-right-color: rgba(144, 144, 144, 0.25);  
  border-bottom-width: 0.5em;  
  border-bottom-style: solid;  
  border-bottom-color: rgba(144, 144, 144, 0.25);  
  border-left-width: 0.5em;  
  border-left-style: solid;  
  border-left-color: rgba(144, 144, 144, 0.25);  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
}

.image.captioned {  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  margin-bottom: 4em;
}

.image.captioned img {  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.image.captioned h3 {  
  background-color: white;  -webkit-box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.15);  
  display: block;  
  padding-top: 2em;  
  padding-right: 1em;  
  padding-bottom: 2em;  
  padding-left: 1em;
}

ol {  
  list-style-type: decimal;  
  list-style-position: outside;  
  list-style-image: none;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 2em;  
  margin-left: 0px;  
  padding-left: 1.25em;
}

ol li {  
  padding-left: 0.25em;
}

ul {  
  list-style-type: disc;  
  list-style-position: outside;  
  list-style-image: none;  
  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: initial;
  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: 1em;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

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

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

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 {  -ms-overflow-x: auto;
  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;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: 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: #484848;  
  font-size: 0.9em;  
  font-weight: 700;  
  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-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: rgba(144, 144, 144, 0.25);  
  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;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: 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: initial;
  border-bottom-color: -moz-initial;
}

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

input[type="submit"], input[type="reset"], input[type="button"], .button {  -moz-appearance: none;
  -webkit-appearance: none;  -o-transition: background-color 0.2s ease-in-out 0s color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out 0s color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s color 0.2s ease-in-out 0s;  
  background-color: #323037;  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0px;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0px;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0px;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  color: white !important;  
  cursor: pointer;  
  display: inline-block;  
  font-weight: 700;  
  height: 3.15em;  
  line-height: 3.25em;  
  padding-top: 0px;  
  padding-right: 2.2em;  
  padding-bottom: 0px;  
  padding-left: 2.2em;  
  text-align: center;  
  text-decoration: none;  -epub-text-transform: uppercase;
  text-transform: uppercase;  
  white-space: nowrap;
}

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

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

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.8em;
}

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

input.alt[type="submit"], input.alt[type="reset"], input.alt[type="button"], .button.alt {  
  background-color: transparent;  -webkit-box-shadow: 0px 0px 0px 2px rgba(144, 144, 144, 0.25) inset;
  box-shadow: 0px 0px 0px 2px rgba(144, 144, 144, 0.25) inset;  
  color: #484848 !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: #aaaaaa;
}

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

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

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

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: #666666 !important;  -webkit-box-shadow: 0px -0.15em 0px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px -0.15em 0px 0px rgba(0, 0, 0, 0.15) inset;  
  color: white !important;  
  cursor: default;  -webkit-opacity: 0.25;
  opacity: 0.25;
}

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

body.landing #skel-layers-wrapper {  
  padding-top: 0px !important;
}

#header {  
  background-color: white;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: rgba(144, 144, 144, 0.25);  -webkit-box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);  
  color: #484848;  
  cursor: default;  
  font-size: 1.25em;  
  height: 4.5em;  
  left: 0px;  
  line-height: 4.4em;  
  position: fixed;  -epub-text-transform: uppercase;
  text-transform: uppercase;  
  top: 0px;  
  width: 100%;  
  z-index: 10000;
}

#header h1 {  
  color: #484848;  
  font-weight: 400;  
  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 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 {  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;  
  display: inline-block;  
  margin-left: 2.5em;  
  padding-left: 0px;
}

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

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

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

#header nav > ul > li .button {  
  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);  -webkit-box-shadow: none;
  box-shadow: none;  
  height: 3em;  
  line-height: 2.9em;  
  margin-bottom: 0px;  
  padding-top: 0px;  
  padding-right: 1.5em;  
  padding-bottom: 0px;  
  padding-left: 1.5em;  
  position: relative;  
  top: -0.075em;  
  vertical-align: middle;
}

#header .container {  
  position: relative;
}

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

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

#header.alt {  
  background-color: transparent;  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0px;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0px;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0px;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-box-shadow: none;
  box-shadow: none;  
  height: 3.25em;  
  line-height: 3.25em;  
  position: absolute;
}

#header.alt h1 {  
  color: white;  
  left: 2.5em;  
  top: 2em;
}

#header.alt h1 a {  
  color: white;
}

#header.alt nav {  
  right: 2em;  
  top: 2em;
}

#header.alt nav a {  
  color: #dddddd;
}

#header.alt nav a:active, #header.alt nav a:hover {  
  color: white;
}

#header.alt .button {  
  border-top-color: rgba(255, 255, 255, 0.5);  
  border-right-color: rgba(255, 255, 255, 0.5);  
  border-bottom-color: rgba(255, 255, 255, 0.5);  
  border-left-color: rgba(255, 255, 255, 0.5);  
  color: white !important;
}

#banner {  
  padding-top: 16em;  
  padding-right: 0px;  
  padding-bottom: 13em;  
  padding-left: 0px;  
  background-attachment: fixed;  
  background-image: url("images/overlay.png"), url("../images/banner.jpg");  
  background-position: center top;  -webkit-background-size: cover;
  background-size: cover;  
  line-height: 1.75;  
  text-align: center;
}

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

#banner h2 {  
  color: white;  
  display: inline-block;  
  font-size: 3.5em;  
  line-height: 1.35;  
  margin-bottom: 0.5em;
}

#banner p {  
  color: #aaaaaa;  
  font-size: 1.5em;  
  margin-bottom: 1.75em;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

body.is-touch #banner {  
  background-attachment: scroll;
}

#main {  
  padding-top: 4em;
}

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

.wrapper.style2 {  
  background-color: #f6f6f6;
}

.wrapper.style3 {  
  background-attachment: fixed;  
  background-image: url("images/overlay.png"), url("../images/banner.jpg");  
  background-position: center center;  -webkit-background-size: cover;
  background-size: cover;
}

.wrapper.style3 header.major {  
  margin-bottom: 3em;
}

.wrapper.style3 header.major h2 {  
  color: white;
}

body.is-touch .wrapper.style3 {  
  background-attachment: scroll;
}

#footer {  
  padding-top: 8em;  
  padding-right: 0px;  
  padding-bottom: 6em;  
  padding-left: 0px;  
  background-color: #f6f6f6;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: #aaaaaa;  
  text-align: center;
}

#footer a {  -o-transition: color 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;  
  color: #aaaaaa;  
  text-decoration: none;
}

#footer a:active, #footer a:hover {  
  color: #666666;
}

#footer .icons {  
  font-size: 1.5em;
}

#footer .icons li {  
  padding-right: 2.5em;
}

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

#footer .copyright {  
  margin-top: 2em;  
  margin-right: 0px;  
  margin-bottom: 2em;  
  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: initial;
  border-left-color: -moz-initial;  
  margin-left: 0px;  
  padding-left: 0px;
}

