@import url("fa/fontawesome.min.css");
@import url("fa/brands.min.css");
@import url("fa/light.min.css");
@import url("fa/custom-icons.min.css");
@import url("fa/v4-font-face.min.css");
@import url("fonts.css");
/*
	Scalar by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/
/* Basic */
body {
  background: #f8f8f8;
}
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: #606060;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65em;
}

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

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

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #2E2933;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  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: 2em;
  line-height: 1.5em;
}

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

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

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

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

h6 {
  font-size: 0.9em;
  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: #787878;
  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: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  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 2.4em 0;
  text-align: center;
}
header.special {
  text-align: center;
}

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

label {
  color: #787878;
  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: #FF9900;
  box-shadow: 0 0 0 1px #FF9900;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}
.select-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  text-transform: none !important;
}
.select-wrapper.brand:before {
  font-family: "Font Awesome 6 Brands";
}
.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: #606060;
  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: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  text-transform: none !important;
}
input[type=checkbox] + label.brand:before,
input[type=radio] + label.brand:before {
  font-family: "Font Awesome 6 Brands";
}
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: #0077c8;
  border-color: #0077c8;
  color: #ffffff;
  content: "\f00c";
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #FF9900;
  box-shadow: 0 0 0 1px #FF9900;
}

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

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

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

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

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

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

/* 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: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  text-transform: none !important;
}
.icon.brand:before {
  font-family: "Font Awesome 6 Brands";
}
.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: 8px;
  background: #0077c8;
  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: 5em;
  line-height: 5em;
  margin: -1em auto 1em auto;
  position: relative;
  text-align: center;
  width: 4em;
}
.icon.altmajor:before {
  color: #0077c8;
  font-size: 2em;
  position: relative;
  z-index: 1;
}

/* 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: 1.8em;
}
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: #FF9900;
  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: #787878;
  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 #787878;
  border-radius: 8px !important;
  color: #787878 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 600;
  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;
  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.9em;
}
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: #0077c8;
  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: #0086e2;
}
input[type=submit].special:active,
input[type=reset].special:active,
input[type=button].special:active,
.button.special:active {
  background-color: #0068af;
}
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: #606060 !important;
  border: 0;
  color: #f8f8f8 !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 p {
  margin: 0;
}

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

/* 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: #606060;
  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: #787878;
}
.wrapper.split .secondary > section strong, .wrapper.split .secondary > section b {
  color: #787878;
}
.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: #787878;
  color: #787878 !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 .card {
  background: white;
  color: #2E2933;
  border-radius: 12px;
  border: 0;
  padding: 2em;
  margin: 2em 2em 4em 2em;
  filter: drop-shadow(1px 0 10px rgba(0, 0, 0, 0.5));
}
.wrapper .card ul.actions {
  margin-bottom: 0;
}
.wrapper .card header div.zoomimage {
  text-align: center;
}
.wrapper .card header div.zoomimage img {
  max-width: 100%;
}
.wrapper.style1 {
  background-color: #FF9900;
  color: #ffe6bf;
}
.wrapper.style1.split .primary a {
  color: #eeeeee;
}
.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: #FF9900;
}
.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: #ffd699;
}
.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: #ffd699;
}
.wrapper.style1 .tree:before {
  background: #ffffff;
}
.wrapper.style1 .tree:after {
  background: #ffffff;
}
.wrapper.style1 .icon.major:before {
  color: #FF9900;
}
.wrapper.style1 .icon.major:after {
  background: #ffffff;
}
.wrapper.style2 {
  background-color: #f8f8f8;
}
.wrapper.style3 {
  background-color: #ffffff;
}
.wrapper.style3 h1, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6, .wrapper.style3 strong, .wrapper.style3 b {
  color: #606060;
}
.wrapper.style4 {
  background-color: #006bb4;
  color: #bfddf1;
}
.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: #0077c8;
}
.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: #99c9e9;
}
.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: brighten(#ffffff, 4);
}
.wrapper.style4 input[type=submit]:active,
.wrapper.style4 input[type=reset]:active,
.wrapper.style4 input[type=button]:active,
.wrapper.style4 .button:active {
  background-color: brighten(#ffffff, 4);
}
.wrapper.style4 input[type=submit].special,
.wrapper.style4 input[type=reset].special,
.wrapper.style4 input[type=button].special,
.wrapper.style4 .button.special {
  background-color: #FF9900;
  border: 0;
  color: #ffffff !important;
  height: 3em;
}
.wrapper.style4 input[type=submit].special:hover,
.wrapper.style4 input[type=reset].special:hover,
.wrapper.style4 input[type=button].special:hover,
.wrapper.style4 .button.special:hover {
  background-color: #ffa31a;
}
.wrapper.style4 input[type=submit].special:active,
.wrapper.style4 input[type=reset].special:active,
.wrapper.style4 input[type=button].special:active,
.wrapper.style4 .button.special:active {
  background-color: #e68a00;
}
.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: #99c9e9;
}
.wrapper.style4 .tree:before {
  background: #ffffff;
}
.wrapper.style4 .tree:after {
  background: #ffffff;
}
.wrapper.style4 .icon.major:before {
  color: #0077c8;
}
.wrapper.style4 .icon.major:after {
  background: #ffffff;
}
.wrapper.style4 .card {
  background: white;
  color: #2E2933;
}
.wrapper.style4 .card h2, .wrapper.style4 .card h3, .wrapper.style4 .card h4, .wrapper.style4 .card p, .wrapper.style4 .card ul {
  color: #2E2933;
}
.wrapper.style4 .card .button {
  color: #2E2933 !important;
  border-color: #2E2933;
}
.wrapper.style4 .card a {
  color: #2E2933;
}
.wrapper.style4 a {
  color: #ffffff;
}

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

#header {
  background: #0077c8;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.125);
  color: #bfddf1;
  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: #FF9900;
}
#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: 0;
}
#header .logo img {
  width: 7em;
  height: auto;
  vertical-align: middle;
}
#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: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  padding: 0 1em;
  text-decoration: none;
}
#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: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}
#header nav > ul > li.special {
  border: 1px solid #eee;
  border-radius: 8px;
}
#header nav > ul > li > ul {
  display: none;
}
#header nav > ul > li:last-child {
  margin-right: 0;
}

.dropotron {
  background: #00497c;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
  color: #bfddf1;
  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: #bfddf1;
  display: block;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  line-height: 2.75em;
  padding: 0 1em;
  text-decoration: none;
}
.dropotron > li > a > b {
  color: #bfddf1;
  font-weight: 600;
}
.dropotron > li:hover > a, .dropotron > li.active > a {
  background-color: #FF9900;
  color: #ffffff !important;
}
.dropotron > li:hover > a > b, .dropotron > li.active > a > b {
  color: #ffffff !important;
  font-weight: 600;
}
.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;
}
.dropotron .indent-1 a:first-child {
  padding-left: 2em;
}
.dropotron .indent-2 a:first-child {
  padding-left: 4em;
}

/* 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: #0077c8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6, #banner strong, #banner b {
  color: #ffffff;
}
#banner a {
  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: 3em;
}
#banner h2 {
  font-size: 2.25em;
}
#banner h3 {
  font-size: 1.6em;
}

/* Footer */
#footer {
  padding: 6em 0 4em 0;
  text-align: center;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 300;
}
#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: #FF9900;
}
#footer .icon:hover:after {
  background-color: #FF9900;
}
#footer nav ul {
  margin-left: 0;
  padding-left: 0;
}
#footer nav li {
  text-align: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: 600;
}
#footer nav li span {
  font-weight: 400;
}
#footer nav li li {
  font-weight: 300;
}
#footer nav div.row {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  padding-top: 4em;
  padding-bottom: 4em;
}
#footer nav a {
  text-decoration: none;
}

/* Video Background */
.videoWrapper {
  width: 100vw;
  height: 720px;
  background-color: black;
  position: relative;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.videoWrapper header {
  margin: 0 0 0 0;
  display: flex;
  position: absolute;
  padding: 8em 1em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  overflow: hidden;
  z-index: 1;
}
.videoWrapper header h1, .videoWrapper header h2, .videoWrapper header h3 {
  color: white;
}
.videoWrapper header h1 {
  margin-top: 2em;
  font-size: 3em;
  filter: drop-shadow(1px 0 10px rgb(0, 0, 0));
}
.videoWrapper header h1 img {
  width: 12em;
  height: auto;
}
.videoWrapper header h2 {
  margin-top: 1em;
  font-size: 2.4em;
  letter-spacing: 0.02em;
  text-shadow: black 1px 0 10px;
}
.videoWrapper header li {
  font-size: 2.4em;
  letter-spacing: 0.02em;
  line-height: 2.4em;
  text-shadow: black 1px 0 10px;
  margin-left: 1em;
  list-style-type: ">>";
  font-family: "Roboto Condensed";
}
.videoWrapper video {
  width: 100vw;
  height: 720px;
  object-fit: cover;
  opacity: 0.5;
  z-index: -1;
}
.videoWrapper .wave-container {
  overflow: hidden;
  position: relative;
  margin-top: -100px;
  z-index: 100;
  width: 100vw;
  height: 100px;
  padding: 0;
}
.videoWrapper .wave-module {
  display: block;
  width: 100%;
  height: 100px;
  color: #f8f8f8;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

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