@import url(font-awesome.min.css);
@import url(fonts.css);
/*
	Scalar by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/
/* Basic */
body {
  background: #f5f5f5; }
  body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

body, input, select, textarea {
  color: #868686;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65em; }

a {
  color: #606060;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.style4 a, #banner a {
	color: #f0f0f0;
}

strong, b {
  color: #7f7f7f;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #7f7f7f;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 2.0em;
  line-height: 1.5em; }

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

h3 {
  font-size: 1.25em;
  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: 0;
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
  margin: 3em 0; }
  hr.major {
    margin: 6em 0; }

blockquote {
  border-left: solid 4px rgba(144, 144, 144, 0.25);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }
  blockquote.testimonial {
    border: 0;
    margin-top: 1em;
    padding: 0;
    text-align: center; }
    blockquote.testimonial p {
      background: rgba(144, 144, 144, 0.2);
      margin: 0 auto 2.5em auto;
      padding: 1em 2em;
      position: relative;
      max-width: 22em; }
      blockquote.testimonial p:after {
        border-left: solid 1em transparent;
        border-right: solid 1em transparent;
        border-top: solid 1em rgba(144, 144, 144, 0.2);
        bottom: -2em;
        content: '';
        height: 2em;
        left: 50%;
        margin: 0 0 0 -1em;
        position: absolute;
        width: 2em; }
    blockquote.testimonial cite {
      display: block; }
      blockquote.testimonial cite .image {
        display: inline-block;
        margin: 0 0 1em 0; }
      blockquote.testimonial cite .name {
        color: #7f7f7f;
        display: block;
        font-style: normal; }
      blockquote.testimonial cite .title {
        color: #A5A5a5;
        display: block;
        font-style: normal; }

code {
  background: rgba(144, 144, 144, 0.075);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0;
  padding: 0.25em 0.25em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75em;
    padding: 0.4em 0.4em;
    overflow-x: auto; }

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

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

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

/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  color: #A5A5a5;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 2em 0;
  position: relative;
  text-transform: none; }
header h2 + p {
  font-size: 1.25em;
  margin-top: -0.5em;
  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: 0 0 4em 0;
  text-align: center; }
  header.major:after {
    height: 2px;
    width: 20em;
    max-width: 60%;
    background: rgba(144, 144, 144, 0.25);
    content: '';
    display: block;
    margin: 0 auto; }

/* Form */
form {
  margin: 0 0 2em 0; }

label {
  color: #7f7f7f;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  border: none;
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-radius: 0 !important;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 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-color: #E78938;
    box-shadow: 0 0 0 1px #E78938; }

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative; }
  .select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .select-wrapper:before {
    content: '\f078';
    color: rgba(144, 144, 144, 0.25);
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em; }
  .select-wrapper select::-ms-expand {
    display: none; }

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

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-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: #868686;
    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 {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(144, 144, 144, 0.075);
      border: solid 1px rgba(144, 144, 144, 0.25);
      content: '';
      display: inline-block;
      height: 1.65em;
      left: 0;
      line-height: 1.58125em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.65em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #0e75b7;
    border-color: #0e75b7;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #E78938;
    box-shadow: 0 0 0 1px #E78938; }

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

::-webkit-input-placeholder {
  color: #A5A5a5 !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #A5A5a5 !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #A5A5a5 !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #A5A5a5 !important;
  opacity: 1.0; }

.formerize-placeholder {
  color: #A5A5a5 !important;
  opacity: 1.0; }

/* Box */
.box {
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }
  .icon.major {
    display: block;
    height: 4.5em;
    line-height: 4.5em;
    margin: 1em auto 3em auto;
    position: relative;
    text-align: center;
    width: 4.5em; }
    .icon.major:before {
      color: #ffffff;
      font-size: 2em;
      position: relative;
      z-index: 1; }
    .icon.major:after {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-radius: 10px;
      background: #7f7f7f;
      content: '';
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      top: 0;
      width: inherit; }
    .icon.major.fa-paper-plane:before {
      left: -0.125em; }

  .icon.altmajor {
    display: block;
    height: 4.5em;
    line-height: 4.5em;
    margin: 1em auto 3em auto;
    position: relative;
    text-align: center;
    width: 3em; }
    .icon.altmajor:before {
      color: #0d69a4;
      font-size: 3em;
      position: relative;
      z-index: 1; }
    .icon.altmajor:after {
      background: none;
      content: '';
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      top: 0;
      width: inherit; }
    .icon.altmajor.fa-paper-plane:before {
      left: -0.125em; }

/* Image */
.image {
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    display: block; }
  .image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 1em 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: 0 0 2em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.style1 {
    background: #ffffff;
    border-radius: 0.5em;
    border: solid 2em #ffffff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.125);
    margin-top: -0.25em; }
    .image.style1:after {
      background: #f0f0f0;
      border-radius: 100%;
      content: '';
      display: block;
      height: 0.75em;
      margin: -0.5em 0.5em 0 0;
      position: absolute;
      right: -2em;
      top: 50%;
      width: 0.75em; }
  .image.style2 {
    background: rgba(144, 144, 144, 0.2);
    border-radius: 100%;
    overflow: hidden; }
    .image.style2 img {
      border-radius: 100%; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(144, 144, 144, 0.25);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }
  ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.icons li {
      display: inline-block;
      padding: 0 1em 0 0; }
      ul.icons li:last-child {
        padding-right: 0 !important; }
      ul.icons li .icon:before {
        font-size: 2em; }
  ul.major-icons {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.major-icons li {
      display: inline-block;
      padding: 0 2.5em 0 0; }
      ul.major-icons li:last-child {
        padding-right: 0 !important; }
      ul.major-icons li .icon {
        display: block;
        font-size: 0.675em;
        height: 4.5em;
        line-height: 4.5em;
        position: relative;
        text-align: center;
        width: 4.5em; }
        ul.major-icons li .icon:before {
          color: #ffffff;
          font-size: 2em;
          position: relative;
          z-index: 1; }
        ul.major-icons li .icon:after {
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #E78938;
          content: '';
          height: inherit;
          left: 0;
          line-height: inherit;
          position: absolute;
          top: 0;
          width: inherit; }
  ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.actions li {
      display: inline-block;
      padding: 0 1em 0 0;
      vertical-align: middle; }
      ul.actions li:last-child {
        padding-right: 0; }
    ul.actions.small li {
      padding: 0 0.5em 0 0; }
    ul.actions.vertical li {
      display: block;
      padding: 1em 0 0 0; }
      ul.actions.vertical li:first-child {
        padding-top: 0; }
      ul.actions.vertical li > * {
        margin-bottom: 0; }
    ul.actions.vertical.small li {
      padding: 0.5em 0 0 0; }
      ul.actions.vertical.small li:first-child {
        padding-top: 0; }
    ul.actions.fit {
      display: table;
      margin-left: -1em;
      padding: 0;
      table-layout: fixed;
      width: calc(100% + 1em); }
      ul.actions.fit li {
        display: table-cell;
        padding: 0 0 0 1em; }
        ul.actions.fit li > * {
          margin-bottom: 0; }
      ul.actions.fit.small {
        margin-left: -0.5em;
        width: calc(100% + 0.5em); }
        ul.actions.fit.small li {
          padding: 0 0 0 0.5em; }

dl {
  margin: 0 0 2em 0; }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(144, 144, 144, 0.25);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(144, 144, 144, 0.075); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #7f7f7f;
    /*font-size: 0.9em;*/
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(144, 144, 144, 0.25); }
  table tfoot {
    border-top: solid 2px rgba(144, 144, 144, 0.25); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(144, 144, 144, 0.25);
      border-left-width: 0;
      border-top-width: 0; }
      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: 0; }
    table.alt tfoot {
      border-top: 0; }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
  border: solid 2px #7f7f7f;
  border-radius: 0 !important;
  color: #7f7f7f !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  height: 3em;
  height: calc(3em + 2px);
  letter-spacing: 0.05em;
  line-height: 3em;
  padding: 0 1.25em;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:hover {
    background-color: rgba(144, 144, 144, 0.075); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  .button:active {
    background-color: rgba(144, 144, 144, 0.2); }
  input[type="submit"].icon,
  input[type="reset"].icon,
  input[type="button"].icon,
  .button.icon {
    padding: 0 1.25em 0 1.35em; }
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    .button.icon:before {
      margin: 0 0.5em 0 0; }
  input[type="submit"].icon-after,
  input[type="reset"].icon-after,
  input[type="button"].icon-after,
  .button.icon-after {
    padding: 0 1.35em 0 1.25em; }
    input[type="submit"].icon-after:before,
    input[type="reset"].icon-after:before,
    input[type="button"].icon-after:before,
    .button.icon-after:before {
      margin: 0 0 0 0.75em;
      float: right; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  .button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  .button.small {
    font-size: 0.8em; }
  input[type="submit"].big,
  input[type="reset"].big,
  input[type="button"].big,
  .button.big {
    font-size: 1.35em; }
  input[type="submit"].special,
  input[type="reset"].special,
  input[type="button"].special,
  .button.special {
    background-color: #E78938;
    border: 0;
    color: #ffffff !important;
    height: 3em; }
    input[type="submit"].special:hover,
    input[type="reset"].special:hover,
    input[type="button"].special:hover,
    .button.special:hover {
      background-color: #ea964f; }
    input[type="submit"].special:active,
    input[type="reset"].special:active,
    input[type="button"].special:active,
    .button.special:active {
      background-color: #e47c21; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  .button.disabled,
  .button:disabled {
    background-color: #868686 !important;
    border: 0;
    color: #f5f5f5 !important;
    cursor: default;
    height: 3em;
    opacity: 0.25; }

/* Feature */
.feature {
  margin: 0 0 2em 0;
  padding-left: 7.5em;
  position: relative;
  text-align: left; }
  .feature:before {
    background: rgba(144, 144, 144, 0.25);
    content: '';
    height: 100%;
    left: 5.5em;
    position: absolute;
    top: 0;
    width: 1px; }
  .feature .icon.major {
    font-size: 0.675em;
    left: 0;
    position: absolute;
    top: 0; }
  .feature .icon.altmajor {
    font-size: 1.0em;
    left: 0;
    position: absolute;
    top: 0; }
  .feature p {
    margin: 0; }

/* Tree */
.tree {
  margin: 1em 0 0 0;
  padding: 3em 0 0 0;
  position: relative; }
  .tree:before {
    background: rgba(144, 144, 144, 0.25);
    content: '';
    display: block;
    height: 3.25em;
    left: 50%;
    margin-left: -0.5px;
    position: absolute;
    top: 1px;
    width: 1px; }
  .tree:after {
    background: rgba(144, 144, 144, 0.25);
    content: '';
    display: block;
    height: 1px;
    left: -4em;
    position: absolute;
    top: 0;
    width: calc(100% + 4em); }
  .tree.first:after {
    left: 50%;
    width: 50%; }
  .tree.last:after {
    width: calc(50% + 4em); }

/* Wrapper */
.wrapper {
  padding: 6em 0 4em 0; }
  .wrapper:after {
    clear: both;
    content: '';
    display: block; }
  .wrapper.split {
    overflow-x: hidden;
    padding: 0; }
    .wrapper.split .primary {
      padding: 6em 4em 4em 0;
      float: left;
      width: 50%; }
    .wrapper.split .secondary {
      color: #838886;
      float: left;
      width: 50%; }
      .wrapper.split .secondary > section {
        padding: 4em 0 2em 4em;
        color: #868686;
        position: relative; }
        .wrapper.split .secondary > section > * {
          position: relative;
          z-index: 1; }
        .wrapper.split .secondary > section:before {
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 1000%;
          z-index: 0; }
        .wrapper.split .secondary > section:nth-child(2n):before {
          background: #f0f0f0; }
        .wrapper.split .secondary > section:nth-child(2n + 1):before {
          background: #e8e8e8; }
        .wrapper.split .secondary > section h1, .wrapper.split .secondary > section h2, .wrapper.split .secondary > section h3, .wrapper.split .secondary > section h4, .wrapper.split .secondary > section h5, .wrapper.split .secondary > section h6 {
          color: #7f7f7f; }
        .wrapper.split .secondary > section strong, .wrapper.split .secondary > section b {
          color: #7f7f7f; }
        .wrapper.split .secondary > section header p {
          color: #A5A5a5; }
        .wrapper.split .secondary > section input[type="submit"],
        .wrapper.split .secondary > section input[type="reset"],
        .wrapper.split .secondary > section input[type="button"],
        .wrapper.split .secondary > section .button {
          border-color: #7f7f7f;
          color: #7f7f7f !important; }
          .wrapper.split .secondary > section input[type="submit"]:hover,
          .wrapper.split .secondary > section input[type="reset"]:hover,
          .wrapper.split .secondary > section input[type="button"]:hover,
          .wrapper.split .secondary > section .button:hover {
            background-color: rgba(144, 144, 144, 0.075); }
          .wrapper.split .secondary > section input[type="submit"]:active,
          .wrapper.split .secondary > section input[type="reset"]:active,
          .wrapper.split .secondary > section input[type="button"]:active,
          .wrapper.split .secondary > section .button:active {
            background-color: rgba(144, 144, 144, 0.2); }
        .wrapper.split .secondary > section .image.style2 {
          background: rgba(144, 144, 144, 0.075); }
  .wrapper.style1 {
    background-color: #E78938;
    color: #f9e1cd; }
    .wrapper.style1.split .secondary > section h1, .wrapper.style1.split .secondary > section h2, .wrapper.style1.split .secondary > section h3, .wrapper.style1.split .secondary > section h4, .wrapper.style1.split .secondary > section h5, .wrapper.style1.split .secondary > section h6 {
      color: #E78938; }
    .wrapper.style1.split .primary a { color: #eeeeee; }
    .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b {
      color: #ffffff; }
    .wrapper.style1 header p {
      color: #f5cfaf; }
    .wrapper.style1 input[type="submit"],
    .wrapper.style1 input[type="reset"],
    .wrapper.style1 input[type="button"],
    .wrapper.style1 .button {
      border-color: #ffffff;
      color: #ffffff !important; }
      .wrapper.style1 input[type="submit"]:hover,
      .wrapper.style1 input[type="reset"]:hover,
      .wrapper.style1 input[type="button"]:hover,
      .wrapper.style1 .button:hover {
        background-color: rgba(255, 255, 255, 0.075); }
      .wrapper.style1 input[type="submit"]:active,
      .wrapper.style1 input[type="reset"]:active,
      .wrapper.style1 input[type="button"]:active,
      .wrapper.style1 .button:active {
        background-color: rgba(255, 255, 255, 0.2); }
    .wrapper.style1 .image.style2 {
      background: rgba(255, 255, 255, 0.2); }
    .wrapper.style1 blockquote.testimonial p {
      background-color: rgba(0, 0, 0, 0.25); }
      .wrapper.style1 blockquote.testimonial p:after {
        border-top-color: rgba(0, 0, 0, 0.25); }
    .wrapper.style1 blockquote.testimonial cite .name {
      color: #ffffff; }
    .wrapper.style1 blockquote.testimonial cite .title {
      color: #f5cfaf; }
    .wrapper.style1 .tree:before {
      background: #ffffff; }
    .wrapper.style1 .tree:after {
      background: #ffffff; }
    .wrapper.style1 .icon.major:before {
      color: #E78938; }
    .wrapper.style1 .icon.major:after {
      background: #ffffff; }
  .wrapper.style2 {
    background-color: #f5f5f5; }
  .wrapper.style3 {
    background-color: #ffffff; }
  .wrapper.style4 {
    background-color: #0d69a4;
    color: #c2dced; }
    .wrapper.style4.split .secondary > section h1, .wrapper.style4.split .secondary > section h2, .wrapper.style4.split .secondary > section h3, .wrapper.style4.split .secondary > section h4, .wrapper.style4.split .secondary > section h5, .wrapper.style4.split .secondary > section h6 {
      color: #0e75b7; }
    .wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6, .wrapper.style4 strong, .wrapper.style4 b {
      color: #ffffff; }
    .wrapper.style4 header p {
      color: #9ec7e2; }
    .wrapper.style4 input[type="submit"],
    .wrapper.style4 input[type="reset"],
    .wrapper.style4 input[type="button"],
    .wrapper.style4 .button {
      border-color: #ffffff;
      color: #ffffff !important; }
      .wrapper.style4 input[type="submit"]:hover,
      .wrapper.style4 input[type="reset"]:hover,
      .wrapper.style4 input[type="button"]:hover,
      .wrapper.style4 .button:hover {
        background-color: rgba(255, 255, 255, 0.075); }
      .wrapper.style4 input[type="submit"]:active,
      .wrapper.style4 input[type="reset"]:active,
      .wrapper.style4 input[type="button"]:active,
      .wrapper.style4 .button:active {
        background-color: rgba(255, 255, 255, 0.2); }
    .wrapper.style4 .image.style2 {
      background: rgba(255, 255, 255, 0.075); }
    .wrapper.style4 blockquote.testimonial p {
      background-color: rgba(0, 0, 0, 0.25); }
      .wrapper.style4 blockquote.testimonial p:after {
        border-top-color: rgba(0, 0, 0, 0.25); }
    .wrapper.style4 blockquote.testimonial cite .name {
      color: #ffffff; }
    .wrapper.style4 blockquote.testimonial cite .title {
      color: #9ec7e2; }
    .wrapper.style4 .tree:before {
      background: #ffffff; }
    .wrapper.style4 .tree:after {
      background: #ffffff; }
    .wrapper.style4 .icon.major:before {
      color: #0e75b7; }
    .wrapper.style4 .icon.major:after {
      background: #ffffff; }

/* Header */
#skel-layers-wrapper {
  padding-top: 4.5em; }

#header {
  background: #0e75b7;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.125);
  color: #c2dced;
  height: 4.5em;
  left: 0;
  line-height: 4.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  #header .container {
    position: relative; }
  #header .icon:before {
    color: #E78938; }
  #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
    color: #ffffff; }
  #header .logo {
    font-size: 1.25em;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 6px; }
  #header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0; }
    #header nav > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #header nav > ul > li {
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        display: inline-block;
        margin: 0 0.5em;
        padding: 0; }
        #header nav > ul > li > a {
          color: #ffffff;
          display: block;
          font-family: "Montserrat", Helvetica, sans-serif;
          font-weight: 700;
          letter-spacing: 0.05em;
          line-height: 2.5em;
          padding: 0 1em;
          text-decoration: none;
          text-transform: uppercase; }
          #header nav > ul > li > a.icon:before {
            margin-right: 0.5em; }
        #header nav > ul > li.active {
          background-color: rgba(0, 0, 0, 0.075); }
        #header nav > ul > li.current {
          background-color: rgba(0, 0, 0, 0.25); }
        #header nav > ul > li.special {
          background-color: rgba(234, 150, 79, 1); }
        #header nav > ul > li > ul {
          display: none; }
        #header nav > ul > li:last-child {
          margin-right: 0; }

.dropotron {
  background: #135988;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
  color: #c2dced;
  list-style: none;
  margin-top: -0.5em;
  min-width: 15em;
  padding: 0.5em 0; }
  .dropotron > li {
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    padding: 0; }
    .dropotron > li > a {
      color: #c2dced;
      display: block;
      font-family: "Montserrat", Helvetica, sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      line-height: 2.75em;
      padding: 0 1em;
      text-decoration: none;
      text-transform: uppercase; }
    .dropotron > li:hover > a, .dropotron > li.active > a {
      background-color: #E78938;
      color: #ffffff !important; }
    .dropotron > li:first-child {
      box-shadow: none !important; }
  .dropotron.level-0 {
    font-size: 0.8em;
    margin-top: 3.5em; }
    .dropotron.level-0:before {
      border-bottom: solid 1em #135988;
      border-left: solid 1em transparent;
      border-right: solid 1em transparent;
      content: '';
      display: block;
      height: 2em;
      left: 50%;
      margin-left: -1em;
      position: absolute;
      top: -2em;
      width: 2em; }

/* Banner */
#image-banner {
  padding: 0 0 0 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -6px; }

#banner {
  padding: 9em 0 7em 0;
  background-color: #423e3a;
  background-image: url("../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #cfcecd; }
  #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6, #banner strong, #banner b {
    color: #ffffff; }
  #banner header p {
    color: #ffffff;
    text-align: left; }
  #banner input[type="submit"],
  #banner input[type="reset"],
  #banner input[type="button"],
  #banner .button {
    border-color: #ffffff;
    color: #ffffff !important; }
    #banner input[type="submit"]:hover,
    #banner input[type="reset"]:hover,
    #banner input[type="button"]:hover,
    #banner .button:hover {
      background-color: rgba(255, 255, 255, 0.075); }
    #banner input[type="submit"]:active,
    #banner input[type="reset"]:active,
    #banner input[type="button"]:active,
    #banner .button:active {
      background-color: rgba(255, 255, 255, 0.2); }
  #banner h1 {
    font-size: 2.5em; }
  #banner h2 {
    font-size: 2.25em; }

/* Footer */
#footer {
  padding: 6em 0 4em 0;
  text-align: center; }
  #footer .icon:before {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #A5A5a5; }
  #footer .icon:after {
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: rgba(144, 144, 144, 0.2); }
  #footer .icon:hover:before {
    color: #E78938; }
  #footer .icon:hover:after {
    background-color: #E78938; }

/*# sourceMappingURL=style.css.map */
