@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("//hello.myfonts.net/count/309160");
:root {
  --white: #fff;
  --primary: #3EB1C8;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3EB1C8;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #297f90;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1d9e4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(62, 177, 200, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #333333;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(62, 177, 200, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #3EB1C8;
  border-color: #3EB1C8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3299ae;
    border-color: #2f91a4; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 189, 208, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3EB1C8;
    border-color: #3EB1C8; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f91a4;
    border-color: #2c889a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(91, 189, 208, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #333333;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #333333;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #333333;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #333333;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #333333;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #333333;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #333333;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #333333;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #3EB1C8;
  border-color: #3EB1C8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3EB1C8;
    border-color: #3EB1C8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 177, 200, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3EB1C8;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3EB1C8;
    border-color: #3EB1C8; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(62, 177, 200, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #333333;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #333333;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #333333;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #333333;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3EB1C8;
  text-decoration: none; }
  .btn-link:hover {
    color: #297f90;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3EB1C8; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #333333; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3EB1C8; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #205c68;
  background-color: #d8eff4;
  border-color: #c9e9f0; }
  .alert-primary hr {
    border-top-color: #b5e1ea; }
  .alert-primary .alert-link {
    color: #143a41; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #3EB1C8 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2f91a4 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #3EB1C8 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #3EB1C8 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #297f90 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #333333 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**************************************************************************
*	@name		    Zozo UI Tabs
*	@descripton	    Create awesome tabbed content area
*	@version	    6.4
*   @requires       jQuery v1.7 or later
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   @URL:           http://www.zozoui.com
*
*    1. Core (structure)
*    2. Sizes 
*    3. AJAX Support   
*    4. Video 
*    5. Icons
*    6. Helper classes
*    
*   Most of the time you shouldn't delete/edit section 1 (Core).
*   You can delete/edit sizes, video, icons support and Helper classes if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Import Fonts (google fonts)
========================================================================== */
/*#endregion*/
/*#region ==========================================================================
    Global Reset
========================================================================== */
/* cross browser compatibility html5 tags */
article, aside, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/*reset box-sizing*/
.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a,
.z-tabs > .z-container,
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.z-tabs, .z-tabs:before, .z-tabs:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* common reset*/
.z-tabs,
.z-tabs > ul,
.z-tabs > ul > li,
.z-tabs > ul > li > a {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  outline: 0 none;
  text-decoration: none;
  list-style: none;
  list-style-type: none; }

/*clear floats after each content*/
.z-tabs > .z-container > .z-content::after,
.z-tabs > .z-container > .z-content > .z-content-inner::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*clear floats after each content For IE 6/7 */
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
  zoom: 1; }

/*#endregion*/
/*#region ==========================================================================
    Core (structure)
========================================================================== */
.z-tabs {
  clear: both; }

.z-tabs > ul > li > a {
  line-height: 18px;
  font-weight: inherit;
  font-size: 12px;
  padding: 13px 24px;
  background: #fff;
  cursor: pointer; }

.z-tabs > ul > li.z-active > a {
  cursor: default; }

.z-tabs > ul,
.z-tabs > ul > li > a,
.z-tabs > .z-container {
  border-color: #CECECE;
  border-style: solid; }

.z-tabs > .z-container {
  padding: 0;
  margin: 0;
  border-width: 1px;
  background: #fff;
  position: relative;
  overflow: hidden; }

.z-tabs > .z-container > .z-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 7;
  display: none; }

.z-tabs > .z-container > .z-content.z-active {
  z-index: 8; }

.z-tabs > .z-container > .z-content > .z-content-inner {
  padding: 18px 24px;
  height: auto; }

/*#endregion*/
/*#region ==========================================================================
    Sizes
========================================================================== */
/* version 6.0
.z-tabs.mini > ul > li > a,
.z-tabs.small > ul > li > a  {font-weight: inherit;}

.z-tabs.mini > ul > li.z-active > a,
.z-tabs.small > ul > li.z-active > a  {font-weight: bold;}*/
/*top padding +2 and left -4*/
/*default sizes*/
.z-tabs.mini > ul > li > a {
  font-size: 11px;
  padding: 7px 16px; }

.z-tabs.small > ul > li > a {
  font-size: 11px;
  padding: 10px 16px; }

.z-tabs.medium > ul > li > a {
  font-size: 12px;
  padding: 15px 20px; }

.z-tabs.large > ul > li > a {
  font-size: 13px;
  padding: 16px 24px; }

.z-tabs.xlarge > ul > li > a {
  font-size: 14px;
  padding: 19px 28px; }

.z-tabs.xxlarge > ul > li > a {
  font-size: 15px;
  padding: 22px 32px; }

/*vertical sizes*/
.z-tabs.mini.vertical > ul > li > a {
  padding: 7px 13px; }

.z-tabs.small.vertical > ul > li > a {
  padding: 10px 16px; }

.z-tabs.medium.vertical > ul > li > a {
  padding: 13px 19px; }

.z-tabs.large.vertical > ul > li > a {
  padding: 16px 22px; }

.z-tabs.xlarge.vertical > ul > li > a {
  padding: 19px 25px; }

.z-tabs.xxlarge.vertical > ul > li > a {
  padding: 22px 28px; }

.z-tabs.white.z-bordered > ul > li.z-active > a {
  color: #D13636; }

/*vertical left size white theme with border*/
.z-tabs.vertical.top-right.white.z-bordered > ul > li.z-active > a {
  border-right: 3px solid #D13636; }

.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  border-left: 3px solid #D13636; }

.z-tabs.mini.vertical.top-right.white.z-bordered > ul > li.z-active > a {
  border-right: 1px solid #D13636; }

.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  border-left: 1px solid #D13636; }

.z-tabs.small.vertical.top-right.white.z-bordered > ul > li.z-active > a {
  border-right: 2px solid #D13636; }

.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  border-left: 2px solid #D13636; }

.z-tabs.mini.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 10px; }

.z-tabs.small.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 13px; }

.z-tabs.medium.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 16px; }

.z-tabs.large.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 19px; }

.z-tabs.xlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 22px; }

.z-tabs.xxlarge.vertical.top-left.white.z-bordered > ul > li.z-active > a {
  padding-left: 25px; }

/*horizontal top size white theme with border*/
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
  border-top: 3px solid #F44343;
  margin-top: 0;
  margin-bottom: 0; }

.z-tabs.mini.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 7px;
  border-top-width: 1px; }

.z-tabs.small.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 9px;
  border-top-width: 2px; }

.z-tabs.medium.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 13px; }

.z-tabs.large.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 14px; }

.z-tabs.xlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 17px; }

.z-tabs.xxlarge.horizontal.top.white.z-bordered > ul > li.z-active > a {
  padding-top: 20px; }

/*horizontal bottom size white theme with border*/
.z-tabs.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  border-bottom: 3px solid #D13636;
  margin-top: 0;
  margin-bottom: 0; }

.z-tabs.mini.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 5px; }

.z-tabs.small.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 8px; }

.z-tabs.medium.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 11px; }

.z-tabs.large.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 14px; }

.z-tabs.xlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 17px; }

.z-tabs.xxlarge.horizontal.bottom.white.z-bordered > ul > li.z-active > a {
  padding-bottom: 20px; }

/*white bordered mobile*/
.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
  border-bottom: 3px solid #D13636 !important; }

/*#endregion*/
/*#region ==========================================================================
    AJAX Support
========================================================================== */
.z-tabs-loading {
  position: relative;
  width: 100%;
  min-height: 120px; }

.z-tabs-loading ul, .z-tabs-loading div {
  display: none; }

.z-tabs .z-container {
  position: relative; }

.z-tabs span.z-spinner, .z-tabs-loading .z-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  text-indent: -999em;
  width: 55px;
  height: 55px;
  margin: -28px 0 0 -50px;
  padding: 24px;
  background: white url("../img/loading-image.gif") no-repeat 50% 50%; }

.z-tabs.z-rounded span.z-spinner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*#endregion*/
/*#region ==========================================================================
    Video Support, Youtube, Vimeo, Iframe
========================================================================== */
.z-tabs .z-video {
  position: relative;
  padding-bottom: 46.25%;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.z-tabs .z-video.z-wide-screen {
  padding-bottom: 56.25%;
  /* hard-coded 16:9 aspect ratio */ }

.z-tabs .z-video.z-four-by-three {
  padding-bottom: 75%;
  /* hard-coded 4:3 aspect ratio */ }

.z-tabs .z-video.z-top-padding {
  padding-top: 30px; }

.z-tabs .z-video iframe,
.z-tabs .z-video object,
.z-tabs .z-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 50; }

/*#endregion*/
/*#region ==========================================================================
    Icons Support
========================================================================== */
/* Font Awesome */
.z-tabs > ul > li > a i {
  font-size: 1.125em;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  width: 24px;
  display: inline-block;
  margin-top: 0.015em; }

.z-tabs > ul.z-tabs-mobile > li > a i {
  display: none; }

/*icons on top*/
.z-tabs.z-icons-large > ul > li > a i {
  font-size: 2.25em;
  display: block;
  margin: 0 auto;
  padding-bottom: 0.65em;
  text-align: center;
  line-height: 0;
  margin-top: 0.65em; }

.z-tabs.mini > ul > li > a i,
.z-tabs.small > ul > li > a i {
  font-size: 1.25em; }

.z-tabs.z-icons-large > ul > li > a {
  text-align: center; }

.z-tabs > ul > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
  width: 20px;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  text-transform: initial;
  text-align: left; }

.z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon,
.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
  width: 24px; }

/*#endregion*/
/*#region ==========================================================================
    Helper classes
========================================================================== */
/*align tabs titles center*/
.z-tabs.center > ul > li > a,
.z-tabs.center.mobile > ul > li > a {
  text-align: center !important; }

/*align tabs titles right*/
.z-tabs.right > ul > li > a,
.z-tabs.right.mobile > ul > li > a {
  text-align: right !important; }

/*align tabs titles left*/
.z-tabs.left > ul > li > a,
.z-tabs.left.mobile > ul > li > a {
  text-align: left !important; }

/*z-nopadding on content*/
.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
  padding: 0 !important; }

/*Clear the float on any element*/
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Horizontal
*
*    1. Horizontal Structure
*    2. Horizontal Positioning 
*    3. Horizontal Rounded Cornors
     4. Horizontal Shadows
*    
*   Most of the time you shouldn't delete/edit section 1 (structure).
*   - You can delete/edit part of positioning
*   - You can delete/edit rounded and shadows section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
      Horizontal Structure
========================================================================== */
.z-tabs.horizontal > ul > li {
  float: left; }

.z-tabs.horizontal > ul > li.z-active {
  background: none;
  z-index: 1; }

.z-tabs.horizontal > ul > li > a {
  margin-right: -1px;
  /*font-size: 12px;
        padding: 13px 24px;*/
  min-height: 1px; }

.z-tabs.top-compact > ul > li > a,
.z-tabs.bottom-compact > ul > li > a {
  padding-left: 0;
  padding-right: 0; }

/*top*/
.z-tabs.horizontal.top > ul > li.z-active {
  top: 2px;
  margin-top: -2px;
  padding-bottom: 2px; }

.z-tabs.horizontal.top > ul > li > a {
  top: 1px;
  border-width: 1px 1px 0 1px; }

.z-tabs.horizontal > ul > li.z-last > a,
.z-tabs.horizontal > ul > li.z-last-col > a {
  margin-right: 0 !important; }

.z-tabs.horizontal > .z-container {
  clear: both;
  zoom: 1; }

/*#endregion*/
/*#region ==========================================================================
      Horizontal Positioning 
========================================================================== */
/*top-left is the defalt structure above in region*/
/* top-center */
.z-tabs.horizontal.top-center > ul.z-tabs-desktop {
  clear: left;
  float: left;
  left: 50%;
  text-align: center; }

.z-tabs.horizontal.top-center > ul > li {
  right: 50%; }

/* top-right */
.z-tabs.horizontal.top-right > ul {
  float: right;
  margin: 0 -1px 0 0; }

.z-tabs.horizontal.top-right > ul > li.z-last {
  margin-right: 1px; }

.ie7 body .z-tabs.horizontal.top-right > ul > li.z-last {
  margin-right: -1px; }

.ie7 body .z-tabs.horizontal > .z-container {
  clear: none;
  width: 100%; }

/* bottom-left*/
/*bottom*/
.z-tabs.horizontal.bottom > ul > li.z-active {
  top: -1px;
  padding-top: 1px;
  z-index: 9; }

.z-tabs.horizontal.bottom > .z-container {
  z-index: 7; }

.z-tabs.horizontal.bottom > ul > li > a {
  top: -1px;
  border-width: 0 1px 1px 1px; }

/* bottom-center*/
.z-tabs.horizontal.bottom-center > ul {
  float: left;
  left: 50%;
  text-align: center; }

.z-tabs.horizontal.bottom-center > ul > li {
  right: 50%; }

/* bottom-right*/
.z-tabs.horizontal.bottom-right > ul {
  float: right; }

/* top compact*/
.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-desktop > li.z-last {
  margin-right: 0; }

/* bottom compact*/
.ie7 .z-tabs.horizontal.bottom-compact > ul.z-tabs-desktop > li.z-last {
  margin-right: 0; }

/**/
.z-tabs.horizontal.responsive > ul > li > a,
.z-tabs.horizontal.top-compact > ul > li > a,
.z-tabs.horizontal.bottom-compact > ul > li > a,
.z-tabs.horizontal.top-center > ul > li > a,
.z-tabs.horizontal.bottom-center > ul > li > a {
  text-align: center; }

/*#endregion*/
/*#region ==========================================================================
     Horizontal Rounded Cornors
========================================================================== */
/*top*/
.z-tabs.horizontal.top.z-rounded > ul > li.z-first,
.z-tabs.horizontal.top.z-rounded > ul > li.z-first > a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0; }

.z-tabs.horizontal.top.z-rounded > ul > li.z-last,
.z-tabs.horizontal.top.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0; }

/*top-left*/
.z-tabs.horizontal.top-left.z-rounded > .z-container {
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

/*top-center*/
.z-tabs.horizontal.top-center.z-rounded > .z-container {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; }

/*top-right*/
.z-tabs.horizontal.top-right.z-rounded > .z-container {
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* top compact*/
.z-tabs.horizontal.z-rounded.top-compact > .z-container {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* bottom*/
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first,
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-first > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px; }

.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last,
.z-tabs.horizontal.z-rounded.bottom > ul > li.z-last > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }

/* bottom-left*/
.z-tabs.horizontal.z-rounded.bottom-left > .z-container {
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px 6px 6px 0;
  border-radius: 6px 6px 6px 0; }

/* bottom-center*/
.z-tabs.horizontal.z-rounded.bottom-center > .z-container {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/* bottom-right*/
.z-tabs.horizontal.z-rounded.bottom-right .z-container {
  -webkit-border-radius: 6px 6px 0 6px;
  -moz-border-radius: 6px 6px 0 6px;
  -khtml-border-radius: 6px 6px 0 6px;
  border-radius: 6px 6px 0 6px; }

/* bottom compact*/
.z-tabs.horizontal.z-rounded.bottom-compact > .z-container {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/*responsive*/
.z-tabs.horizontal.responsive.top.z-rounded > .z-container {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/*responsive mobile dropdown menu*/
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/*#endregion*/
/*#region ==========================================================================
     Horizontal Shadows
========================================================================== */
.z-tabs.horizontal.z-shadows > .z-container {
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.125); }

.z-tabs.horizontal.z-shadows > ul > li > a {
  box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, 0.1); }

/*
.z-tabs.top.z-shadows > ul > li.z-first > a,
.z-tabs.bottom.z-shadows > ul > li.z-first > a{box-shadow: -3px 1px 1px -3px rgba(0, 0, 0, .2);}

.z-tabs.top.z-shadows > ul > li.z-last > a,
.z-tabs.bottom.z-shadows > ul > li.z-last > a{box-shadow: 3px 1px 1px -3px rgba(0, 0, 0, .2);}
*/
.z-tabs.horizontal.z-shadows > ul > li.z-first > a {
  box-shadow: -3px 1px 1px -3px rgba(0, 0, 0, 0.2); }

.z-tabs.horizontal.z-shadows > ul > li.z-last > a {
  box-shadow: 3px 1px 1px -3px rgba(0, 0, 0, 0.2); }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs
*
*    1. Vertical Structure
*    2. Vertical Positioning 
*    3. Vertical Rounded Cornors
     4. Vertical Shadows
*    
*   Most of the time you shouldn't section 1 (structure).
*   You can delete/edit rounded and shadows section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
     Vertical Structure 
========================================================================== */
.z-tabs.vertical > ul {
  float: left;
  border-width: 1px 0 1px 1px;
  min-width: 200px;
  width: 25%; }

.z-tabs.vertical > ul > li > a {
  border-width: 0 0 1px 0; }

.z-tabs.vertical > ul > li.z-last > a {
  border-bottom-width: 0; }

.z-tabs.vertical > ul > li.z-active > a {
  border-right-width: 0;
  z-index: 10; }

.z-tabs.vertical > ul > li.z-active.z-first > a {
  border-bottom-width: 1px; }

/*#endregion*/
/*#region ==========================================================================
     Vertical Positioning
========================================================================== */
/*top-left*/
.z-tabs.vertical.top-left > ul {
  margin-left: 0;
  margin-right: -1px; }

.z-tabs.vertical.top-right > ul {
  margin-right: 0;
  margin-left: -1px; }

.ie7 body .z-tabs.vertical.top-left > ul {
  margin-right: 0; }

.ie7 body .z-tabs.vertical.top-right > ul {
  margin-left: 0; }

.ie7 body .z-tabs.vertical.top-left > ul > li,
.ie7 body .z-tabs.vertical.top-left > ul > li > .z-link,
.ie7 body .z-tabs.vertical.top-left > ul {
  z-index: 10 !important; }

.ie7 body .z-tabs.vertical.top-left > ul > li.z-active > a {
  border-right: 1px solid #fff !important; }

/*top-right*/
.z-tabs.vertical.top-right > ul {
  float: right;
  border-width: 1px 1px 1px 0; }

.ie7 body .z-tabs.vertical.top-right > ul > li.z-active > a {
  border-right-width: 0 !important;
  border-left: 1px solid #fff !important;
  left: -1px; }

.ie7 body .z-tabs.vertical.top-right > ul > li,
.ie7 body .z-tabs.vertical.top-right > ul {
  z-index: 10 !important; }

/*#endregion*/
/*#region ==========================================================================
     Vertical Rounded Cornors
========================================================================== */
/*top-left*/
.z-tabs.vertical.z-rounded > .z-container {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0; }

.z-tabs.vertical.z-rounded > ul {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; }

.z-tabs.vertical.z-rounded > ul > li.z-first,
.z-tabs.vertical.z-rounded > ul > li.z-first > a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0; }

.z-tabs.vertical.z-rounded > ul > li.z-last,
.z-tabs.vertical.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px; }

/*top-right*/
.z-tabs.vertical.z-rounded.top-right > ul {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0; }

.z-tabs.vertical.z-rounded.top-right > ul > li.z-first,
.z-tabs.vertical.z-rounded.top-right > ul > li.z-first > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0; }

.z-tabs.vertical.z-rounded.top-right > ul > li.z-last,
.z-tabs.vertical.z-rounded.top-right > ul > li.z-last > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }

.z-tabs.vertical.z-rounded.top-right > .z-container {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; }

/*#endregion*/
/*#region ==========================================================================
     Vertical Shadows
========================================================================== */
.z-tabs.vertical.z-shadows > ul,
.z-tabs.vertical.z-shadows > .z-container {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125); }

.z-tabs.vertical.z-shadows > ul > li > a {
  -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15); }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Themes
*
*	 1. Black
*    2. Blue 
*    3. Crystal
*    4. DeepBlue
*	 5. Gray	
*	 6. Green
*	 7. Orange
*	 8. Red
*	 9. Silver
*	 10. White
*    
*   Feel free to delete/edit anything
* 
**************************************************************************/
/*#region ==========================================================================
     black
========================================================================== */
.z-tabs.black > ul,
.z-tabs.black > ul > li > a,
.z-tabs.black > .z-container {
  border-color: #343232;
  border-style: solid; }

.z-tabs.black > ul > li > a {
  color: white;
  background: #333333;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
  background: -webkit-linear-gradient(top, #333333, #555555);
  background: -moz-linear-gradient(top, #333333, #555555);
  background: -ms-linear-gradient(top, #333333, #555555);
  background: -o-linear-gradient(top, #333333, #555555);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555',GradientType=0 ); }

.z-tabs.black > ul > li > a {
  color: white;
  -shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.z-tabs.black > ul > li > a:hover {
  background: #353434; }

.z-tabs.black > ul > li.z-active > a {
  background: #fff;
  color: #3E3E3E;
  text-shadow: none;
  box-shadow: none;
  filter: none; }

/*black2*/
.z-tabs.black2 {
  color: #F7F7F7;
  text-shadow: none; }

.z-tabs.black2 > .z-container {
  background: #222; }

.z-tabs.black2 > ul,
.z-tabs.black2 > ul > li > a,
.z-tabs.black2 > .z-container {
  border-color: #191919;
  border-style: solid; }

.z-tabs.black2 > ul > li > a {
  color: #F7F7F7;
  background: #454545;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626));
  background: -webkit-linear-gradient(top, #303030, #262626);
  background: -moz-linear-gradient(top, #303030, #262626);
  background: -ms-linear-gradient(top, #303030, #262626);
  background: -o-linear-gradient(top, #303030, #262626);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626',GradientType=0 ); }

.z-tabs.black2 > ul > li a {
  color: #F7F7F7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.z-tabs.black2 > ul > li.z-active > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.z-tabs.black2 > ul > li > a:hover {
  background: #353434; }

.z-tabs.black2 > ul > li.z-active > a {
  background: #222;
  color: #dadada;
  text-shadow: none;
  box-shadow: none;
  filter: none; }

/*#endregion*/
/*#region ==========================================================================
     blue
========================================================================== */
.z-tabs.blue > ul,
.z-tabs.blue > ul > li > a,
.z-tabs.blue > .z-container {
  border-color: #0487BD;
  border-style: solid; }

.z-tabs.blue > ul > li > a {
  background: #1abde7;
  background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1abde7), color-stop(100%, #1c9dd1));
  background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1',GradientType=0 ); }

.z-tabs.blue > ul > li a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.z-tabs.blue > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black; }

.z-tabs.blue > ul > li > a:hover {
  background: #21ADDF; }

.z-tabs.blue > ul > li.z-active > a {
  background: #fff;
  color: #000F4D;
  text-shadow: 0 1px rgba(78, 78, 78, 0.1);
  filter: none; }

/*#endregion*/
/*#region ==========================================================================
     crystal
========================================================================== */
.z-tabs.crystal > ul,
.z-tabs.crystal > ul > li > a,
.z-tabs.crystal > .z-container {
  border-color: #ddd;
  border-color: #b4b4b4;
  border-style: solid; }

.z-tabs.crystal > ul > li > a {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -o-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -ms-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.z-tabs.crystal > ul > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  background: whiteSmoke;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ececec), color-stop(50%, #e0e0e0), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%); }

.z-tabs.crystal > ul > li.z-active > a {
  background: #fff;
  text-shadow: 0 1px 1px white;
  color: Black;
  filter: none; }

/*#endregion*/
/*#region ==========================================================================
     deepblue
========================================================================== */
.z-tabs.deepblue > ul,
.z-tabs.deepblue > ul > li > a,
.z-tabs.deepblue > .z-container {
  border-color: #1E69DE;
  border-style: solid; }

.z-tabs.deepblue > ul > li > a {
  background: #479fed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de',GradientType=0 );
  /* IE6-9 */ }

.z-tabs.deepblue > ul > li > a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.z-tabs.deepblue > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black; }

.z-tabs.deepblue > ul > li > a:hover {
  background: #238dea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #238dea), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #065cdd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd',GradientType=0 );
  /* IE6-9 */ }

.z-tabs.deepblue > ul > li.z-active > a {
  background: #fff;
  color: #000F4D;
  text-shadow: 0 1px rgba(78, 78, 78, 0.1);
  filter: none; }

/*#endregion*/
/*#region ==========================================================================
     gray
========================================================================== */
.z-tabs.gray > ul,
.z-tabs.gray > ul > li > a,
.z-tabs.gray > .z-container {
  border-color: #B3B3B3;
  border-style: solid; }

.z-tabs.gray > ul > li > a {
  background: whiteSmoke;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 ); }

.z-tabs.gray > ul > li > a:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7',GradientType=0 ); }

.z-tabs.gray > ul > li.z-active > a {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 1px white;
  filter: none; }

/*#endregion*/
/*#region ==========================================================================
     green
========================================================================== */
.z-tabs.green > ul,
.z-tabs.green > ul > li > a,
.z-tabs.green > .z-container {
  border-color: #336c2b;
  border-style: solid; }

.z-tabs.green > ul > li > a {
  color: white;
  background: #5fae53;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
  background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
  background: -moz-linear-gradient(top, #5fae53, #3b7c33);
  background: -ms-linear-gradient(top, #5fae53, #3b7c33);
  background: -o-linear-gradient(top, #5fae53, #3b7c33); }

.z-tabs.green > ul > li > a {
  color: white;
  text-shadow: 0 1px 0 #387031; }

.z-tabs.green > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black; }

.z-tabs.green > ul > li > a:hover {
  background: #3b7c33; }

.z-tabs.green > ul > li.z-active > a {
  background: #fff;
  color: #2C3F0A;
  text-shadow: none;
  box-shadow: none;
  filter: none; }

/*#endregion*/
/*#region ==========================================================================
     orange
========================================================================== */
.z-tabs.orange > ul,
.z-tabs.orange > ul > li > a,
.z-tabs.orange > .z-container {
  border-color: #D64817;
  border-style: solid; }

.z-tabs.orange > ul > li > a {
  background: #F2825B;
  background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
  background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 ); }

.z-tabs.orange > ul > li > a:hover {
  background: #F2825B;
  background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
  background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 ); }

.z-tabs.orange > ul > li.z-active > a {
  background: #fff;
  text-shadow: 0 1px 1px white;
  color: Black;
  filter: none; }

.z-tabs.orange > ul > li > a {
  color: white;
  text-shadow: 0 1px #5E1902; }

.z-tabs.orange > ul > li.z-active > a {
  color: black;
  text-shadow: 0 1px white; }

/*#endregion*/
/*#region ==========================================================================
     red
========================================================================== */
.z-tabs.red > ul,
.z-tabs.red > ul > li > a,
.z-tabs.red > .z-container {
  border-color: #951100;
  border-style: solid; }

.z-tabs.red > ul > li > a {
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  background: #d84a38;
  background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
  background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836',GradientType=0 ); }

.z-tabs.red > ul > li > a:hover {
  background: #d34332;
  background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #c53727));
  background: -webkit-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: linear-gradient(to bottom, #dd4b39 0%, #c53727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727',GradientType=0 ); }

.z-tabs.red > ul > li.z-active > a {
  background: white;
  color: #951100;
  text-shadow: none;
  filter: none; }

.z-tabs.red > ul > li > a {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.z-tabs.red > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: Black; }

/*#endregion*/
/*#region ==========================================================================
     silver
========================================================================== */
.z-tabs.silver > ul,
.z-tabs.silver > ul > li > a,
.z-tabs.silver > .z-container {
  border-color: #CECECE;
  border-style: solid; }

.z-tabs.silver > ul > li > a {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFCFC', endColorstr='#FBF9F9');
  background-color: #F2F0F0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
  background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.z-tabs.silver > ul > li > a {
  color: #444;
  text-shadow: 0 1px #eee; }

.z-tabs.silver > ul > li > a:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(50%, #fbf9f9), color-stop(50%, #f7f5f6), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fbf9f9',GradientType=0 ); }

.z-tabs.silver > ul > li.z-active > a {
  filter: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.z-tabs.silver > ul > li.z-active > a {
  color: black;
  text-shadow: 0 1px #fff; }

/*#endregion*/
/*#region ==========================================================================
     white
========================================================================== */
.z-tabs.white > ul,
.z-tabs.white > ul > li > a,
.z-tabs.white > .z-container {
  border-color: #CECECE;
  border-style: solid; }

.z-tabs.white > ul > li > a {
  background: #fff;
  color: #333;
  text-shadow: 0 1px #f5f5f5; }

.z-tabs.white > ul > li.z-active > a {
  text-shadow: 0 1px 1px white;
  color: #333; }

.z-tabs.white.mobile > ul > li.z-active > a {
  font-weight: bold; }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Clean
*
*    1 Clean Structure
*    2. Vertical Positioning 
*    3. Vertical Rounded Cornors
*    4. Vertical Shadows
*    5. Vertical Mobile
*    
*   Most of the time you shouldn't delete/edit section 1 (structure).
*   You can delete/edit rounded, shadows and mobile section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Clean structure
========================================================================== */
.z-tabs.clean.horizontal > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.z-tabs.clean > ul > li.z-active > a {
  font-weight: bold; }

.z-tabs.clean.white.z-bordered > ul > li.z-active > a {
  color: inherit; }

.z-tabs.clean > .z-container {
  border-width: 0;
  background: none; }

.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 24px 0; }

/*top*/
.z-tabs.clean.horizontal.top > ul > li > a {
  border-bottom-width: 1px; }

/*bottom*/
.z-tabs.clean.horizontal.bottom > ul > li > a {
  border-top-width: 1px; }

/*#endregion*/
/*#region ==========================================================================
    Shadows
========================================================================== */
.z-tabs.clean.z-shadows > ul > li.z-active > a {
  -webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
  background: #F3F3F3; }

.z-tabs.clean.z-shadows.black2 > ul > li.z-active > a {
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  background: #242424; }

.z-tabs.clean.vertical.z-shadows > ul,
.z-tabs.clean.z-shadows > .z-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*#endregion*/
/*#region ==========================================================================
    Rounded
========================================================================== */
.z-tabs.clean.z-rounded.top > ul > li.z-first > a,
.z-tabs.clean.z-rounded.bottom > ul > li.z-first > a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

.z-tabs.clean.top.z-rounded > ul > li.z-last > a,
.z-tabs.clean.bottom.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

.z-tabs.clean.horizontal.top.z-rounded > ul > li.z-last-row.z-first-col > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px; }

.z-tabs.clean.responsive.horizontal.top.z-rounded > ul > li.z-last-row.z-last-col > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }

/*#endregion*/
/*#region ==========================================================================
    vertical
========================================================================== */
/*vertical*/
.z-tabs.clean.vertical > ul.z-tabs-desktop {
  border-width: 1px 1px 1px 1px; }

.z-tabs.clean.vertical > ul > li.z-active {
  z-index: 7; }

.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em; }

/*vertical rounded*/
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-first > a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-desktop > li.z-last > a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

/*#endregion*/
/*#region ==========================================================================
    Responsive
========================================================================== */
.z-tabs.horizontal.clean.responsive.top > ul > li > a {
  border-bottom-width: 0; }

.z-tabs.clean.responsive.horizontal.bottom > ul > li > a {
  border-top-width: 0; }

.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a {
  border-top-width: 1px; }

/*
.z-tabs.horizontal.clean.responsive.bottom > ul > li > a
{
    border-top-width: 0;
}*/
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
  border-bottom-width: 1px; }

.z-tabs.horizontal.clean.responsive.z-rounded.top > ul > li.z-first > a {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

.z-tabs.clean.responsive.horizontal.z-rounded.top > ul > li.z-last > a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

/*
.z-tabs.clean.top.responsive > .z-container
{
    border-top-width: 1px;
}

.z-tabs.clean.bottom.responsive > .z-container
{
    border-bottom-width: 1px;
}*/
/*#endregion*/
/*#region ==========================================================================
    mobile
========================================================================== */
.z-tabs.clean.white.mobile > ul > li.z-active > a {
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  background: #F3F3F3; }

.z-tabs.clean.horizontal.mobile.top > ul > li,
.z-tabs.clean.horizontal.mobile.bottom > ul > li {
  border-bottom-width: 0; }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Underlined
*
*    1. Underlined Structure
*    2. Underlined Vertical 
*    3. Underlined Sizes
*    4. Underlined Themes
*    
*   Most of the time you shouldn't section 1 (structure).
*   You can delete/edit vertical, sizes and themes section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Underlined Sizes
========================================================================== */
/*#endregion*/
/*#region ==========================================================================
    Underlined Structure
========================================================================== */
/* underlined reset*/
.z-tabs.underlined,
.z-tabs.underlined > ul,
.z-tabs.underlined > ul > li,
.z-tabs.underlined > ul > li.z-first,
.z-tabs.underlined > ul > li.z-last,
.z-tabs.underlined > ul > li.z-first.z-active,
.z-tabs.underlined > ul > li.z-last.z-active,
.z-tabs.underlined > ul > li.z-active,
.z-tabs.underlined > ul > li:hover,
.z-tabs.underlined > ul > li > a.z-link,
.z-tabs.underlined > ul > li > a:hover,
.z-tabs.underlined > .z-container {
  border-width: 0;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  filter: none; }

.z-tabs.underlined > ul > li {
  top: 0;
  padding: 0; }

.z-tabs.underlined.horizontal > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }

.z-tabs.underlined.horizontal > ul > li > a {
  top: 0;
  text-shadow: 0 1px 1px white;
  color: #333;
  opacity: 0.80;
  filter: none;
  margin-left: 16px; }

.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active,
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover,
.z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first > a,
.z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first > a {
  margin-left: 0; }

.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last > a,
.z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last > a {
  margin-right: 0; }

.z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 1.4em 0; }

.z-tabs.underlined.horizontal.top > ul > li > a:hover,
.z-tabs.underlined.horizontal.top > ul > li.z-active > a {
  font-weight: normal;
  margin-bottom: 0;
  border-width: 0 0 3px 0;
  opacity: 1; }

.z-tabs.underlined.horizontal.top > .z-container {
  border-width: 1px 0 0 0; }

/*underlined horizontal bottom*/
.z-tabs.underlined.horizontal.bottom > .z-container {
  border-width: 0 0 1px 0; }

.z-tabs.underlined.horizontal.bottom > ul > li > a {
  margin-top: 3px; }

.z-tabs.underlined.horizontal.bottom > ul > li > a:hover,
.z-tabs.underlined.horizontal.bottom > ul > li.z-active > a {
  font-weight: normal;
  margin-bottom: 0;
  border-width: 3px 0 0 0;
  margin-top: 0; }

/*#endregion*/
/*#region ==========================================================================
    Underlined Vertical
========================================================================== */
.z-tabs.underlined.vertical > ul {
  border-width: 0; }

.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em; }

.z-tabs.vertical.underlined > ul > li > a {
  filter: none;
  background: transparent;
  margin: 0;
  text-shadow: 0 1px 1px white;
  color: #333;
  margin-left: 3px; }

.z-tabs.vertical.underlined.top-left > ul {
  border-width: 0 1px 0 0; }

.z-tabs.vertical.underlined.top-right > ul {
  border-width: 0 0 0 1px; }

.z-tabs.vertical.underlined > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined > ul.z-tabs-nav > li > a:hover {
  font-weight: normal;
  margin-bottom: 0;
  border-width: 0;
  background: #FAFAFA; }

.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li > a:hover {
  border-width: 0 3px 0 0; }

.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active > a,
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li > a:hover {
  border-width: 0 0 0 3px;
  margin-left: 0; }

.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {
  border-right-width: 0 !important;
  border-left: 3px solid #444 !important;
  left: -1px; }

.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {
  border-right: 3px solid #444 !important; }

/*#endregion*/
/*#region ==========================================================================
    Underlined Sizes
========================================================================== */
/*underlined sizes*/
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li > a.z-link {
  padding: 6px 6px; }

.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li > a.z-link {
  padding: 8px 8px; }

.z-tabs.underlined.horizontal.medium > ul.z-tabs-nav > li > a.z-link {
  padding: 10px 10px; }

.z-tabs.underlined.horizontal.large > ul.z-tabs-nav > li > a.z-link {
  padding: 10px 12px; }

.z-tabs.underlined.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 12px 14px; }

.z-tabs.underlined.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 14px 16px; }

.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.horizontal.mini > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.horizontal.small > ul.z-tabs-nav > li.z-active {
  border-bottom-width: 2px; }

/*#endregion*/
/*#region ==========================================================================
    Underlined Themes
========================================================================== */
.z-tabs.underlined > .z-container,
.z-tabs.underlined > ul.z-tabs-nav,
.z-tabs.underlined > ul.z-tabs-nav > li > a {
  border-color: #e6e6e6; }

.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.red > ul.z-tabs-nav > li > a:hover {
  border-color: #DD4B39; }

.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.blue > ul.z-tabs-nav > li > a:hover {
  border-color: #00B0D8; }

.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover {
  border-color: #1E69DE; }

.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.orange > ul.z-tabs-nav > li > a:hover {
  border-color: #FD9C00; }

.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.green > ul.z-tabs-nav > li > a:hover {
  border-color: #093; }

.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.white > ul.z-tabs-nav > li > a:hover {
  border-color: #D8D8D8; }

.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.crystal > ul.z-tabs-nav > li > a:hover {
  border-color: #999; }

.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.silver > ul.z-tabs-nav > li > a:hover {
  border-color: #777; }

.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.gray > ul.z-tabs-nav > li > a:hover {
  border-color: #333; }

.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active > a,
.z-tabs.underlined.black > ul.z-tabs-nav > li > a:hover {
  border-color: black; }

/*#endregion*/
/*#region ==========================================================================
    Mobile
========================================================================== */
.z-tabs.underlined.mobile > ul.z-tabs-mobile,
.z-tabs.underlined.mobile > ul.z-tabs-desktop {
  border-width: 0;
  margin-top: 0; }

.z-tabs.mobile.underlined > .z-container > .z-content > .z-content-inner {
  padding: 0; }

/*underlined tabs*/
/*
.z-tabs.underlined.mobile.horizontal > ul > li,
.z-tabs.underlined.mobile.horizontal > ul > li.z-active
{
    margin-left: 0;
}
*/
.z-tabs.mobile.underlined > .z-container {
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0; }

/*
.z-tabs.mobile.underlined > ul > li > a:hover,
.z-tabs.mobile.underlined > ul > li.z-active > a
{
    border-bottom-width: 1px;
}*/
.z-tabs.underlined.mobile > ul.z-tabs-mobile.z-state-closed {
  border-width: 0; }

/* general*/
/*
.z-tabs.underlined.mobile.top > .z-container,
.z-tabs.underlined.mobile.bottom > .z-container
{
    margin-top: 0;
    margin-bottom: 0;
}
*/
.z-tabs.underlined.mobile.vertical > .z-container > .z-content .z-content-inner {
  padding: 2em; }

/*
.z-tabs.underlined.mobile.horizontal > ul.z-tabs-desktop > li.z-first > a
{
    border-top-width: 0;
}*/
/* mobile themes*/
.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.z-tabs.underlined.mobile > ul.z-tabs-desktop > li > a {
  -moz-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out;
  -o-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out;
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out;
  -ms-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; }

.z-tabs.underlined.mobile > ul.z-tabs-nav > li > a {
  border-color: #E6E6E6;
  background: #fff;
  border-width: 0 0 1px 0 !important;
  opacity: 1;
  border-style: dotted; }

/*
.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-last > a
{
    border-width: 0 0 1px 0;
}*/
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a {
  background: #FAFAFA;
  color: #333;
  text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25); }

.z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a {
  color: #DD4B39; }

.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li > a:hover {
  color: #00B0D8; }

.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a {
  color: #1E69DE; }

.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a {
  color: #FD9C00; }

.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a {
  color: #093; }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Multiline
*
*    1. Multiline Structure
*    2. Sizes
*    
*   Most of the time you shouldn't delete/edit section 1 (structure).
*   You can delete/edit section sizes if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Multiline Structure
========================================================================== */
/*
.z-tabs.z-multiline.white > ul > li
{
    opacity: .85;
}*/
.z-tabs.z-multiline.white > ul > li.z-active,
.z-tabs.z-multiline.white > ul > li:hover {
  opacity: 1; }

/**/
.z-tabs.z-multiline > ul > li > a {
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px; }

.z-tabs.z-multiline > ul.z-tabs-desktop > li > a.z-link > span,
.z-tabs.z-multiline > ul.z-tabs-mobile > li > a.z-link > span > span {
  display: block;
  font-size: .9em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.65em;
  opacity: 1;
  margin-top: 0.05em;
  letter-spacing: 0px; }

.z-tabs.z-multiline > ul.z-tabs-desktop > li > a > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-mobile > li > a > span > span.z-icon {
  line-height: 1em; }

/*#endregion*/
/*#region ==========================================================================
    Sizes
========================================================================== */
/* version 6.0
.z-tabs.z-multiline.mini > ul > li > a  {padding: 12px 28px 12px 12px;height: 32px;}
.z-tabs.z-multiline.small > ul > li > a  {padding: 14px 32px 14px 14px;height: 34px;}
.z-tabs.z-multiline.medium > ul > li > a {padding: 16px 36px 16px 16px;height: 34px;}
.z-tabs.z-multiline.large > ul > li > a  {padding: 17px 40px 17px 17px;height: 36px;}
.z-tabs.z-multiline.xlarge > ul > li > a {padding: 18px 44px 18px 18px;height: 36px;}
.z-tabs.z-multiline.xxlarge > ul > li > a{padding: 18px 48px 18px 18px;height: 38px;}

      
.z-tabs.horizontal.z-multiline.top-compact.mini >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom-compact.mini >  ul > li > a,
.z-tabs.horizontal.z-multiline.top.responsive.mini >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom.responsive.mini >  ul > li > a     {padding: 12px}

.z-tabs.horizontal.z-multiline.top-compact.small >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom-compact.small >  ul > li > a,
.z-tabs.horizontal.z-multiline.top.responsive.small >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom.responsive.small >  ul > li > a    {padding: 14px}

.z-tabs.horizontal.z-multiline.top-compact.medium >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom-compact.medium >  ul > li > a,
.z-tabs.horizontal.z-multiline.top.responsive.medium >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom.responsive.medium >  ul > li > a   {padding: 16px}

.z-tabs.horizontal.z-multiline.top-compact.large >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom-compact.large >  ul > li > a,
.z-tabs.horizontal.z-multiline.top.responsive.large >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom.responsive.large >  ul > li > a   {padding: 17px}

.z-tabs.horizontal.z-multiline.top-compact.xlarge >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom-compact.xlarge >  ul > li > a,
.z-tabs.horizontal.z-multiline.top.responsive.xlarge >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom.responsive.xlarge >  ul > li > a   {padding: 18px;}

.z-tabs.horizontal.z-multiline.top-compact.xxlarge >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom-compact.xxlarge >  ul > li > a,
.z-tabs.horizontal.z-multiline.top.responsive.xxlarge >  ul > li > a,
.z-tabs.horizontal.z-multiline.bottom.responsive.xxlarge >  ul > li > a {padding: 18px}
*/
/*#endregion*/
/*#region ==========================================================================
    Colors
========================================================================== */
/*red top border for white.z-bordered theme*/
/* .z-tabs.z-multiline.white.top > ul > li.z-active {
top: 4px;
margin-top: -3px;
padding-bottom: 4px;
}*/
/*horizontal tabs top lines, change the color of border-top
.z-tabs.horizontal.top.white.z-bordered > ul.z-tabs-desktop > li.z-active > a   {margin-top: -2px;}
.z-tabs.horizontal.top.white.z-bordered > ul.z-tabs-desktop > li.z-active  {border-top: 3px solid #D13636;}*/
/*horizontal tabs bottom lines, change the color of border-bottom
.z-tabs.horizontal.bottom.white.z-bordered > ul.z-tabs-desktop > li.z-active > a   {margin-bottom: -2px;}
.z-tabs.horizontal.bottom.white.z-bordered > ul.z-tabs-desktop > li.z-active  {border-bottom: 3px solid #D13636;}*/
/*remove horizontal tabs top lines on mobile
.z-tabs.horizontal.top.mobile.white.z-bordered > ul.z-tabs-desktop > li.z-active > a   {margin-top: 0;}
.z-tabs.horizontal.top.mobile.white.z-bordered > ul.z-tabs-desktop > li.z-active  {border-top: none}
*/
/*remove horizontal tabs bottom lines on mobile
.z-tabs.horizontal.bottom.mobile.white.z-bordered > ul.z-tabs-desktop > li.z-active > a   {margin-bottom: 0;}
.z-tabs.horizontal.bottom.mobile.white.z-bordered > ul.z-tabs-desktop > li.z-active  {border-bottom: 1px solid #CECECE;}

*/
/*vertical tabs top lines,change the color of border-left and border-right
.z-tabs.vertical.top-left.white.z-bordered > ul.z-tabs-desktop > li.z-active > a {border-left: 3px solid #D13636;}
.z-tabs.vertical.top-right.white.z-bordered > ul.z-tabs-desktop > li.z-active > a {border-right: 3px solid #D13636;}*/
/*remove vertical tabs top lines on mobile
.z-tabs.vertical.mobile.top-left.white.z-bordered > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.vertical.mobile.top-right.white.z-bordered > ul.z-tabs-desktop > li.z-active > a {border-left:inherit}*/
/*#endregion*/
/*#region ==========================================================================
    Zozo Tabs Responsive
========================================================================== */
/*responsive normal style */
.z-tabs > ul.z-tabs-mobile {
  display: none; }

/*horizontal */
.z-tabs.responsive.horizontal.responsive > ul {
  display: block;
  width: 100%; }

.z-tabs.responsive.horizontal > ul.z-tabs-mobile,
.z-tabs.responsive.horizontal > ul.z-tabs-mobile > li {
  width: 100%;
  float: none; }

.z-tabs.responsive.horizontal.mobile > ul > li > a {
  margin: 0 !important; }

.z-tabs.responsive.horizontal > ul > li.z-last-col > a {
  margin-right: 0 !important; }

/*horizontal top*/
.z-tabs.responsive.horizontal.top > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-bottom: 0;
  z-index: initial; }

.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active {
  top: 2px;
  margin-top: -2px;
  padding-bottom: 1px;
  z-index: 1; }

.z-tabs.horizontal.top.responsive > ul.z-tabs-desktop > li > a,
.z-tabs.horizontal.top.z-stacked > ul.z-tabs-desktop > li > a {
  border-bottom-width: 0; }

.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a {
  margin: 0 -2px 0 0; }

/*
.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li.z-last:nth-child(odd)
{
    width: 100%;
}*/
.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li {
  margin-right: -3px; }

.z-tabs.responsive.horizontal.bottom > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: initial; }

.z-tabs.responsive.horizontal.bottom > ul > li.z-first-row.z-active {
  top: 0;
  padding-top: 0;
  z-index: 9; }

.z-tabs.horizontal.responsive > ul.z-tabs-desktop {
  display: block;
  width: 100%; }

/*responsive underlined style */
.z-tabs.horizontal.responsive.underlined > ul {
  border-width: 0; }

.z-tabs.horizontal.responsive.underlined > ul > li.z-active,
.z-tabs.horizontal.responsive.underlined > ul > li:hover {
  border-top-width: 0;
  border-bottom-width: 0; }

.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li {
  margin-left: 0; }

.z-tabs.underlined.horizontal > ul.z-tabs-mobile > li a {
  padding-left: 0; }

/*responsive rounded*/
.z-tabs.responsive.top.z-rounded > ul > li.z-last-col > a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0; }

.z-tabs.responsive.bottom.z-rounded > ul > li.z-first > a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }

.z-tabs.responsive.z-rounded.bottom > ul > li.z-left > a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px; }

.z-tabs.responsive.z-rounded.bottom-left > ul > li.z-right > a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0; }

.z-tabs.responsive.horizontal.top.z-rounded > ul > li.z-last > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*stacked*/
.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li {
  width: 100%;
  float: none; }

.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-last > a,
.z-tabs.horizontal.z-stacked.z-stacked > ul.z-tabs-desktop > li.z-last > a {
  border-bottom-width: 1px; }

.z-tabs.horizontal.z-stacked.responsive > ul.z-tabs-desktop > li.z-first > a {
  border-top-width: 1px; }

.z-tabs.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
  margin: 0; }

/*stacked flat*/
.z-tabs.flat.horizontal.z-stacked > ul.z-tabs-desktop > li > a {
  border-width: 0 !important; }

.z-tabs.z-stacked.horizontal > ul > li > a {
  margin-right: 0 !important; }

.z-tabs.flat.z-stacked.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
  margin: 2px 0 0 0 !important; }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Mobile
*
*    1. Horizontal Structure
*    2. Horizontal Positioning 
*    3. Horizontal Rounded Cornors
     4. Horizontal Shadows
*    
*   Most of the time you shouldn't delete/edit section 1 (structure).
*   - You can delete/edit part of positioning
*   - You can delete/edit rounded and shadows section if you need.
* 
**************************************************************************/
/*#region ==========================================================================
    Zozo Tabs Mobile Menu
========================================================================== */
/*reset*/
.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav > li,
.z-tabs.mobile > ul.z-tabs-nav > li.z-active,
.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.z-tabs.mobile {
  position: relative; }

/*horizontal */
.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile,
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile > li,
.z-tabs.mobile > .z-container {
  width: 100%;
  float: none;
  display: block;
  width: 100%; }

.z-tabs.mobile > ul.z-tabs-nav {
  border-width: 1px 1px 1px 1px; }

.z-tabs.mobile > ul.z-tabs-nav > li > .z-link {
  margin: 0 !important; }

.z-tabs.mobile > ul.z-tabs-desktop {
  /* comment position and top to change to relative positioning */
  position: absolute;
  top: inherit;
  margin-top: 8px;
  left: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 2px 1px rgba(51, 51, 51, 0.1); }

.z-tabs.mobile > ul > li {
  overflow: visible; }

.z-tabs.mobile > ul.z-tabs-nav > li > a {
  top: 0; }

.z-tabs.mobile > ul > li.z-active > a {
  font-weight: bold; }

.z-tabs.mobile.top > ul.z-tabs-desktop > li > a,
.z-tabs.mobile.bottom > ul.z-tabs-desktop > li > a {
  border-width: 1px 0px 0 0px; }

.z-tabs.mobile > ul.z-tabs-nav > li.z-first > a {
  border-width: 0; }

/*
.z-tabs.mobile.horizontal.z-spaced > ul.z-tabs-nav > li > a
{
    margin-right: 0;
}*/
.z-tabs.mobile.z-shadows > ul.z-tabs-mobile {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; }

.z-tabs.mobile > ul.z-tabs-desktop > li {
  float: none;
  display: block; }

.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {
  opacity: 0;
  height: 0;
  visibility: hidden; }

.z-tabs.mobile.top > .z-container {
  margin-top: 8px; }

.z-tabs.mobile.bottom > .z-container {
  margin-bottom: 8px; }

.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content.z-active {
  overflow: visible; }

.z-tabs.mobile > .z-container.z-animating,
.z-tabs.mobile > .z-container.z-animating > .z-content.z-active {
  overflow: hidden; }

/*arrow mobile icons
.z-tabs.mobile > ul.z-tabs-mobile
{
   
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-title
{
    margin-left: 6px;
    opacity: 1;
}*/
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a > span.z-arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow {
  position: absolute;
  top: 50%;
  background: url(../img/z-tabs-icons.png) no-repeat top left;
  background-position: -1470px -3px;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -0.75em;
  display: inline-block;
  right: 1.125em;
  background-position: -1470px -60px; }

.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
  background-position: -1470px -3px; }

/*version 6.0
.z-tabs.mobile > ul.z-tabs-mobile > li > a
{
    border-width: 0;
}
*/
/*mobile horizontal style*/
.z-tabs.mobile > ul.z-tabs-nav > li.z-active {
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0; }

.z-tabs.mobile > ul.z-tabs-nav > li.z-active > a {
  margin: 0;
  top: 0;
  bottom: 0;
  width: auto; }

.z-tabs.mobile > ul.z-tabs-nav > li {
  border-width: 0px; }

.z-tabs.mobile > ul.z-tabs-nav > li > a {
  text-align: left; }

.z-tabs.mobile > ul.z-tabs-desktop > li.z-last {
  border-bottom-width: 0; }

/*#endregion*/
/*#region ==========================================================================
    Rounded
========================================================================== */
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

/*open rounded*/
.z-tabs.mobile.z-rounded > ul.z-tabs-mobile,
.z-tabs.mobile.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.z-tabs.mobile.z-rounded > ul.z-tabs-mobile > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.z-tabs.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.z-tabs.mobile.z-rounded > ul.z-tabs-nav > li.z-first > a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.z-tabs.mobile.z-rounded > .z-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

/*#endregion*/
/*#region ==========================================================================
    Mobile Fixes
========================================================================== */
/* Prevent any object from being highlighted upon touch event*/
.z-tabs .z-tabs *,
.z-tabs ul,
.z-tabs ul li,
.z-tabs ul li a,
.z-tabs .z-container .z-content {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  outline: none; }

/*#endregion*/
/**************************************************************************
*	@name		    Zozo UI Grid
*	@descripton	    Lightweight, Responsive and Mobile  Grid
*	@version	    0.1 (beta)
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   @URL:           http://www.zozoui.com
**************************************************************************/
/*#region ==========================================================================
    Zozo Grid  (Common-optional)
========================================================================== */
.z-grid {
  margin: 0 auto;
  padding: 0 0 0 1%; }

.z-grid-1200 {
  max-width: 1220px; }

.z-grid-1000 {
  max-width: 1020px; }

/*#endregion*/
/*#region ==========================================================================
    Zozo Grid - Rows 
========================================================================== */
.z-row {
  clear: both;
  padding: 0 10px; }

.z-row:after {
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden; }

.z-row {
  zoom: 1; }

/*#endregion*/
/*#region ==========================================================================
    Zozo Grid - columns 
========================================================================== */
.z-row > [class*="col"] {
  margin-left: 1.81818%;
  float: left;
  display: block;
  margin: 1% 0 1% 1.6%;
  margin: 0 0 0 1.6%;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px; }

.col12 {
  width: 100%; }

.col11 {
  width: 91.46%; }

.col10 {
  width: 83%; }

.col9 {
  width: 74.54%; }

.col8 {
  width: 66.08%; }

.col7 {
  width: 57.62%; }

.col6 {
  width: 49.16%; }

.col5 {
  width: 40.7%; }

.col4 {
  width: 32.24%; }

.col3 {
  width: 23.78%; }

.col2 {
  width: 15.32%; }

.col1 {
  width: 6.86%; }

.z-row > [class*="col"]:first-child {
  margin-left: 0; }

.z-row > [class*="col"] img {
  width: 100%;
  height: auto;
  display: block; }

/*#endregion*/
/*#region ==========================================================================
    Zozo Grid - Responsive and Mobile
========================================================================== */
@media all and (min-width: 1024px) {
  .z-grid-1000 {
    max-width: 1000px; }
  .z-grid-1000 .z-row {
    padding: 0; } }

@media all and (max-width: 768px) {
  .z-row > [class*="col"] {
    float: none;
    width: auto;
    margin: 10px 0 10px 0; } }

/*#endregion*/
/*#region ==========================================================================
     flat
========================================================================== */
/* flat reset*/
.z-tabs.flat,
.z-tabs.flat > .z-container,
.z-tabs.flat > ul.z-tabs-nav,
.z-tabs.flat.horizontal > ul.z-tabs-nav,
.z-tabs.flat.vertical > ul.z-tabs-nav.z-tabs-desktop,
.z-tabs.flat > ul li.z-first,
.z-tabs.flat > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.clean > ul.z-tabs-nav > li > a {
  border-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*flat sizes*/
.z-tabs.flat.mini > ul > li > a {
  font-size: 11px;
  padding: 7px 16px; }

.z-tabs.flat.small > ul > li > a {
  font-size: 11px;
  padding: 13px 20px; }

.z-tabs.flat.medium > ul > li > a {
  font-size: 13px;
  padding: 16px 24px; }

/*font 1+ top 1+ left +4*/
.z-tabs.flat.large > ul > li > a {
  font-size: 16px;
  padding: 19px 28px; }

.z-tabs.flat.xlarge > ul > li > a {
  font-size: 14px;
  padding: 22px 32px; }

.z-tabs.flat.xxlarge > ul > li > a {
  font-size: 15px;
  padding: 25px 36px; }

.z-tabs.flat.top-compact > ul > li > a,
.z-tabs.flat.bottom-compact > ul > li > a {
  padding-left: 0;
  padding-right: 0; }

/*common*/
.z-tabs.flat {
  -webkit-font-smoothing: subpixel-antialiased; }

/*.z-tabs.flat,
.z-tabs.flat > ul > li > a { color: #374858;color: #2C3E50;text-shadow: none;}

.z-tabs.flat > ul > li > a
{text-transform: uppercase;
    font-weight: 600;
        //font-family: "Lato", Helvetica, Arial, sans-serif; 
    line-height: 1.55em;

    //font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
*/
/*.z-tabs.flat .z-container 
{ 
    -webkit-border-radius: 0 !important; 
    -moz-border-radius: 0 !important; 
    border-radius: 0 !important;
}*/
.z-tabs.flat > ul > li > a,
.z-tabs.flat > .z-container,
.z-tabs.flat > .z-container > .z-content {
  background: none;
  border-width: 0; }

.z-tabs.flat > ul.z-tabs-nav > li > a:hover {
  background: #e3eaf0;
  background: #F6F7F9;
  text-shadow: none;
  box-shadow: none; }

.z-tabs.flat > ul.z-tabs-nav > li.z-active > a {
  background: #bdc3c7;
  color: #fff;
  text-shadow: none;
  box-shadow: none; }

/*dark*/
.z-tabs.flat.z-dark {
  color: #F1F6F7;
  color: rgba(248, 251, 252, 0.9); }

.z-tabs.flat.z-dark > ul > li > a {
  color: #F1F6F7; }

.z-tabs.flat.z-dark > ul.z-tabs-nav > li > a:hover {
  background: #e3eaf0;
  background: #152232;
  text-shadow: none;
  box-shadow: none;
  background: #1D3449; }

.z-tabs.flat.z-dark > ul.z-tabs-nav > li.z-active > a {
  background: #bdc3c7;
  color: #fff;
  text-shadow: none;
  box-shadow: none; }

/*horizontal*/
.z-tabs.flat.horizontal > .z-container {
  margin-right: 0 !important; }

.z-tabs.flat.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 2em 0; }

.z-tabs.flat.horizontal.top > ul.z-tabs-nav,
.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li,
.z-tabs.flat.horizontal.bottom > ul.z-tabs-nav,
.z-tabs.flat.horizontal.bottom > ul.z-tabs-nav > li {
  margin: 0;
  padding: 0; }

.z-tabs.flat.horizontal > ul > li.z-active {
  top: 0;
  margin-top: 0;
  padding-bottom: 0; }

.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li.z-active {
  margin-bottom: 0;
  padding-bottom: 0; }

/*vertical*/
.z-tabs.flat.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em; }

.z-tabs.flat.vertical.contained > .z-container > .z-content > .z-content-inner {
  padding: 2em; }

.z-tabs.flat.vertical > ul.z-tabs-nav {
  margin-left: 0;
  margin-right: 0; }

.z-tabs.flat.vertical > .z-container {
  border-width: 0;
  margin: 0; }

.z-tabs.flat.vertical > ul > li.z-first.z-active > a {
  border-width: 0; }

.z-tabs.flat.vertical > ul.z-tabs-nav > li.z-active {
  z-index: 0; }

.z-tabs.flat.vertical > ul.z-tabs-nav > li > a {
  margin: 0 0 0 0;
  text-align: left; }

/*flat responsive */
.z-tabs.flat.clean.responsive.horizontal.bottom > ul > li.z-first-row > a,
.z-tabs.flat.clean.responsive.horizontal.top > ul > li.z-last-row > a,
.z-tabs.flat.clean.responsive.horizontal.bottom > ul > li.z-last-row > a {
  border-width: 0; }

/*#endregion*/
/**************************************************************************
*	 Zozo Tabs: Flat UI Styles
*
*	 - contained 	(normal, spaced, borderd, rounded)
*    - clean 	    (normal, spaced, borderd, rounded)
*    - pills 	    (normal, spaced, borderd, rounded
*    
*	 Zozo Tabs: Optional
*	 - spaced
*	 - bordered
*	 - rounded
*	
*	 
*   Feel free to delete/edit anything
* 
**************************************************************************/
/*#endregion*/
/*#region ==========================================================================
     Contained / clean
========================================================================== */
.z-tabs.flat.clean > ul > li.z-active > a {
  font-weight: inherit; }

.z-tabs.flat.z-multiline > ul > li > a,
.z-tabs.flat.z-multiline > ul > li.z-active > a {
  font-weight: 600; }

/*light*/
/* new temp.z-tabs.flat.contained.horizontal > .z-container > .z-content,*/
.z-tabs.flat.contained.horizontal > .z-container,
.z-tabs.flat.contained.vertical > .z-container {
  background: #F7F7F8;
  background: #EFF0F2; }

.z-tabs.flat.contained.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 2em; }

.z-tabs.flat.contained > ul > li a,
.z-tabs.flat.clean > ul > li a {
  background: #F7F7F8;
  background: #EFF0F2; }

.z-tabs.flat.contained > ul > li > a:hover,
.z-tabs.flat.clean > ul > li > a:hover {
  background: #ECEDEE; }

/*clean*/
.z-tabs.flat.clean.horizontal > ul.z-tabs-nav > li > a {
  text-align: center; }

.z-tabs.flat.clean.vertical > ul.z-tabs-nav > li > a {
  text-align: left; }

/*dark*/
.z-tabs.flat.z-dark.contained > ul.z-tabs-nav > li > a,
.z-tabs.flat.z-dark.clean > ul.z-tabs-nav > li > a {
  /*color:#fff;text-shadow: none;*/
  background: #2C3E50; }

/*contained*/
.z-tabs.flat.contained.z-spaced.horizontal.top > .z-container {
  top: 3px;
  /*padding: 3px 0 0 0;*/ }

.z-tabs.flat.contained.z-spaced.horizontal.bottom > .z-container {
  margin: 0 0 3px 0; }

/*latest*/
.z-tabs.flat.contained.z-spaced.z-bordered.horizontal.top > .z-container {
  padding: 0;
  top: 0; }

.z-tabs.flat.contained.z-spaced.z-bordered.horizontal.bottom > .z-container {
  padding: 0;
  margin: 0; }

/*contained responsive*/
.z-tabs.flat.responsive.contained.z-spaced.horizontal.top > .z-container {
  top: 2px;
  /*padding: 2px 0 0 0;*/ }

.z-tabs.flat.responsive.contained.z-spaced.horizontal.bottom > .z-container {
  margin: 0 0 1px 0; }

/*#endregion*/
/*#region ==========================================================================
     Clean
========================================================================== */
/*#endregion*/
/*#region ==========================================================================
     Shadows
========================================================================== */
/*
.z-tabs.flat.contained.horizontal.top > .z-container
{
    box-shadow: rgba(51, 51, 51, 0.0980392) 0px 2px 1px !important;
    box-shadow: rgba(51, 51, 51, 0.09) 3px 3px 0px !important;
}
*/
/*#endregion*/
/*#region ==========================================================================
     Rounded
========================================================================== */
.z-tabs.flat.pills.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.responsive.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.responsive.z-rounded > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.responsive.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.bottom.responsive.z-rounded > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.z-rounded > ul.z-tabs-nav > li > a2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.z-tabs.flat.vertical.top-left.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.vertical.top-right.z-rounded > ul.z-tabs-nav > li > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/*mobile*/
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li.z-active,
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li.z-active:hover,
.z-tabs.flat.mobile.z-rounded > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.top-left.z-rounded > .z-container {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.z-tabs.flat.mobile.horizontal.z-rounded > ul.z-tabs-nav > li > a,
.z-tabs.flat.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a,
.z-tabs.flat.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; }

.z-tabs.flat.vertical.top-left.z-rounded.z-bordered > ul.z-tabs-nav > li > a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.z-tabs.flat.vertical.top-right.z-rounded.z-bordered > ul.z-tabs-nav > li > a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

/*clean vertical bordered rounded*/
.z-tabs.flat.clean.vertical.top-left.z-rounded.z-bordered > ul.z-tabs-desktop {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; }

.z-tabs.flat.clean.vertical.top-right.z-rounded.z-bordered > ul.z-tabs-desktop {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0; }

/*#endregion*/
/*#region ==========================================================================
     Bordered
========================================================================== */
/*.z-tabs.flat.horizontal.top.z-bordered > .z-container { border-width: .2em 0 0 0; margin: 0 !important;}*/
/*top borderd*/
.z-tabs.horizontal.top.flat.z-bordered.mini > .z-container {
  border-width: 3px 0 0 0; }

.z-tabs.horizontal.top.flat.z-bordered.small > .z-container {
  border-width: 4px 0 0 0; }

.z-tabs.horizontal.top.flat.z-bordered.medium > .z-container {
  border-width: 5px 0 0 0; }

.z-tabs.horizontal.top.flat.z-bordered.large > .z-container {
  border-width: 5px 0 0 0; }

.z-tabs.horizontal.top.flat.z-bordered.xlarge > .z-container {
  border-width: 6px 0 0 0; }

.z-tabs.horizontal.top.flat.z-bordered.xxlarge > .z-container {
  border-width: 6px 0 0 0; }

/*bottom borderd*/
.z-tabs.horizontal.bottom.flat.z-bordered.mini > .z-container {
  border-width: 0 0 3px 0; }

.z-tabs.horizontal.bottom.flat.z-bordered.small > .z-container {
  border-width: 0 0 4px 0; }

.z-tabs.horizontal.bottom.flat.z-bordered.medium > .z-container {
  border-width: 0 0 5px 0; }

.z-tabs.horizontal.bottom.flat.z-bordered.large > .z-container {
  border-width: 0 0 5px 0; }

.z-tabs.horizontal.bottom.flat.z-bordered.xlarge > .z-container {
  border-width: 0 0 6px 0; }

.z-tabs.horizontal.bottom.flat.z-bordered.xxlarge > .z-container {
  border-width: 0 0 6px 0; }

/*top*/
.z-tabs.flat.horizontal.top.z-rounded.z-bordered.z-spaced > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.top.z-rounded.z-bordered > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.top.z-rounded.z-bordered > ul.z-tabs-nav > li:hover > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li > a,
.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.horizontal.bottom.z-rounded.z-bordered > ul.z-tabs-nav > li:hover > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

/*vertical right*/
.z-tabs.flat.vertical.z-bordered.top-right.mini > ul.z-tabs-nav {
  border-width: 0 0 0 3px; }

.z-tabs.flat.vertical.z-bordered.top-right.small > ul.z-tabs-nav {
  border-width: 0 0 0 4px; }

.z-tabs.flat.vertical.z-bordered.top-right.medium > ul.z-tabs-nav {
  border-width: 0 0 0 5px; }

.z-tabs.flat.vertical.z-bordered.top-right.large > ul.z-tabs-nav {
  border-width: 0 0 0 5px; }

.z-tabs.flat.vertical.z-bordered.top-right.xlarge > ul.z-tabs-nav {
  border-width: 0 0 0 6px; }

.z-tabs.flat.vertical.z-bordered.top-right.xxlarge > ul.z-tabs-nav {
  border-width: 0 0 0 6px; }

/*vertical left*/
.z-tabs.flat.vertical.z-bordered.top-left.mini > ul.z-tabs-nav {
  border-width: 0 3px 0 0; }

.z-tabs.flat.vertical.z-bordered.top-left.small > ul.z-tabs-nav {
  border-width: 0 4px 0 0; }

.z-tabs.flat.vertical.z-bordered.top-left.medium > ul.z-tabs-nav {
  border-width: 0 5px 0 0; }

.z-tabs.flat.vertical.z-bordered.top-left.large > ul.z-tabs-nav {
  border-width: 0 5px 0 0; }

.z-tabs.flat.vertical.z-bordered.top-left.xlarge > ul.z-tabs-nav {
  border-width: 0 6px 0 0; }

.z-tabs.flat.vertical.z-bordered.top-left.xxlarge > ul.z-tabs-nav {
  border-width: 0 6px 0 0; }

.z-tabs.flat.mobile.vertical.z-bordered > ul.z-tabs-nav {
  border-width: 0 !important; }

/*#endregion*/
/*#region ==========================================================================
     Spaced
========================================================================== */
/*spacing*/
.z-tabs.flat.z-spaced.horizontal > ul > li > a,
.z-tabs.flat.z-spaced.z-shadows.z-dark.horizontal > ul > li > a {
  margin-right: 2px; }

/*spacing bordered*/
.z-tabs.flat.z-spaced.z-bordered.horizontal > ul > li > a,
.z-tabs.flat.z-spaced.z-bordered.z-shadows.z-dark.horizontal > ul > li > a {
  margin-right: 3px; }

.z-tabs.flat.z-spaced.horizontal > ul.z-tabs-nav > li.z-last > a,
.z-tabs.flat.z-spaced.horizontal.z-multiline > ul.z-tabs-nav > li.z-last > a,
.z-tabs.flat.z-spaced.horizontal.responsive > ul.z-tabs-nav > li.z-last-col > a {
  margin-right: 0 !important; }

.z-tabs.flat.z-spaced.horizontal.responsive > ul.z-tabs-nav > li > a {
  margin: 1px 1px 0 0 !important; }

.z-tabs.flat.z-spaced.vertical > ul.z-tabs-desktop > li > a {
  margin-bottom: 1px; }

.z-tabs.flat.z-spaced.vertical.top-left > ul.z-tabs-desktop {
  margin: 0 1px 0 0; }

.z-tabs.flat.z-spaced.vertical.top-right > ul.z-tabs-desktop {
  margin: 0 0 0 1px; }

.z-tabs.flat.z-spaced.vertical.top-left > ul.z-tabs-desktop > li.z-last > a,
.z-tabs.flat.z-spaced.vertical.top-right > ul.z-tabs-desktop > li.z-last > a {
  margin-bottom: 0; }

.z-tabs.flat.z-spaced.contained.horizontal.top.z-rounded > ul > li > a {
  border-radius: 4px 4px 0 0; }

.z-tabs.flat.z-spaced.contained.horizontal.bottom.z-rounded > ul > li > a {
  border-radius: 0 0 4px 4px; }

.z-tabs.flat.z-dark.contained.z-shadows.z-spaced.horizontal.top > ul > li > a {
  box-shadow: none !important; }

/*#endregion*/
/*dark*/
.z-tabs.flat.z-dark.contained.horizontal > .z-container,
.z-tabs.flat.z-dark.contained.vertical > .z-container {
  background: #2C3E50; }

/*#region ==========================================================================
      Zozo Tabs: Flat UI Themes
========================================================================== */
/*flat-turquoise*/
.z-tabs.flat.flat-turquoise > ul,
.z-tabs.flat.flat-turquoise > .z-container {
  border-color: #1ABC9C; }

.z-tabs.flat.flat-turquoise > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-turquoise > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-turquoise > ul.z-tabs-mobile > li a {
  background: #1ABC9C; }

/*flat-emerald*/
.z-tabs.flat.flat-emerald > ul,
.z-tabs.flat.flat-emerald > .z-container {
  border-color: #2ECC71; }

.z-tabs.flat.flat-emerald > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-emerald > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-emerald > ul.z-tabs-mobile > li a {
  background: #2ECC71; }

/*flat-peter-river*/
.z-tabs.flat.flat-peter-river > ul,
.z-tabs.flat.flat-peter-river > .z-container {
  border-color: #3498db; }

.z-tabs.flat.flat-peter-river > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-peter-river > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-peter-river > ul.z-tabs-mobile > li a {
  background: #3498db; }

/*flat-amethyst*/
.z-tabs.flat.flat-amethyst > ul,
.z-tabs.flat.flat-amethyst > .z-container {
  border-color: #9B59B6; }

.z-tabs.flat.flat-amethyst > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-amethyst > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-amethyst > ul.z-tabs-mobile > li a {
  background: #9B59B6; }

/*flat-wet-asphalt*/
.z-tabs.flat.flat-wet-asphalt > ul,
.z-tabs.flat.flat-wet-asphalt > .z-container {
  border-color: #34495E; }

.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-wet-asphalt > ul.z-tabs-mobile > li a {
  background: #34495E; }

/*flat-green-sea*/
.z-tabs.flat.flat-green-sea > ul,
.z-tabs.flat.flat-green-sea > .z-container {
  border-color: #16A085; }

.z-tabs.flat.flat-green-sea > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-green-sea > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-green-sea > ul.z-tabs-mobile > li a {
  background: #16A085; }

/*flat-nephritis*/
.z-tabs.flat.flat-nephritis > ul,
.z-tabs.flat.flat-nephritis > .z-container {
  border-color: #27AE60; }

.z-tabs.flat.flat-nephritis > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-nephritis > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-nephritis > ul.z-tabs-mobile > li a {
  background: #27AE60; }

/*flat-belize-hole*/
.z-tabs.flat.flat-belize-hole‎ > ul,
.z-tabs.flat.flat-belize-hole > ul,
.z-tabs.flat.flat-belize-hole > .z-container {
  border-color: #2980B9; }

.z-tabs.flat.flat-belize-hole > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-belize-hole > ul.z-tabs-mobile > li a {
  background: #2980B9; }

/*flat-wisteria*/
.z-tabs.flat.flat-wisteria > ul,
.z-tabs.flat.flat-wisteria > .z-container {
  border-color: #8E44AD; }

.z-tabs.flat.flat-wisteria > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-wisteria > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-wisteria > ul.z-tabs-mobile > li a {
  background: #8E44AD; }

/*flat-midnight-blue*/
.z-tabs.flat.flat-midnight-blue > ul,
.z-tabs.flat.flat-midnight-blue > .z-container {
  border-color: #2C3E50; }

.z-tabs.flat.flat-midnight-blue > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-midnight-blue > ul.z-tabs-mobile > li a {
  background: #2C3E50; }

/*flat-sun-flower*/
.z-tabs.flat.flat-sun-flower > ul,
.z-tabs.flat.flat-sun-flower > .z-container {
  border-color: #F1C40F; }

.z-tabs.flat.flat-sun-flower > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-sun-flower > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-sun-flower > ul.z-tabs-mobile > li a {
  background: #F1C40F; }

/*flat-carrot*/
.z-tabs.flat.flat-carrot > ul,
.z-tabs.flat.flat-carrot > .z-container {
  border-color: #E67E22; }

.z-tabs.flat.flat-carrot > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-carrot > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-carrot > ul.z-tabs-mobile > li a {
  background: #E67E22; }

/*flat-alizarin*/
.z-tabs.flat.flat-alizarin > ul,
.z-tabs.flat.flat-alizarin > .z-container {
  border-color: #E74C3C; }

.z-tabs.flat.flat-alizarin > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile > li a {
  background: #E74C3C; }

/*flat-graphite (clouds) */
.z-tabs.flat.flat-graphite > ul,
.z-tabs.flat.flat-graphite > .z-container {
  border-color: #454545; }

.z-tabs.flat.flat-graphite > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-graphite > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-graphite > ul.z-tabs-mobile > li a {
  background: #454545; }

/*flat-concrete*/
.z-tabs.flat.flat-concrete > ul,
.z-tabs.flat.flat-concrete > .z-container {
  border-color: #95A5A6; }

.z-tabs.flat.flat-concrete > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-concrete > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-concrete > ul.z-tabs-mobile > li a {
  background: #95A5A6; }

/*flat-orange*/
.z-tabs.flat.flat-orange > ul,
.z-tabs.flat.flat-orange > .z-container {
  border-color: #F39C12; }

.z-tabs.flat.flat-orange > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-orange > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-orange > ul.z-tabs-mobile > li a {
  background: #F39C12; }

/*flat-pumpkin*/
.z-tabs.flat.flat-pumpkin > ul,
.z-tabs.flat.flat-pumpkin > .z-container {
  border-color: #D35400; }

.z-tabs.flat.flat-pumpkin > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pumpkin > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pumpkin > ul.z-tabs-mobile > li a {
  background: #D35400; }

/*flat-pomegranate*/
.z-tabs.flat.flat-pomegranate > ul,
.z-tabs.flat.flat-pomegranate > .z-container {
  border-color: #C0392B; }

.z-tabs.flat.flat-pomegranate > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pomegranate > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pomegranate > ul.z-tabs-mobile > li a {
  background: #C0392B; }

/*flat-silver*/
.z-tabs.flat.flat-silver > ul,
.z-tabs.flat.flat-silver > .z-container {
  border-color: #BDC3C7; }

.z-tabs.flat.flat-silver > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-silver > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-silver > ul.z-tabs-mobile > li a {
  background: #BDC3C7; }

/*flat-asbestos*/
.z-tabs.flat.flat-asbestos > ul,
.z-tabs.flat.flat-asbestos > .z-container {
  border-color: #7F8C8D; }

.z-tabs.flat.flat-asbestos > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-asbestos > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-asbestos > ul.z-tabs-mobile > li a {
  background: #7F8C8D; }

/*extra themes*/
/*flat-lime*/
.z-tabs.flat.flat-lime > ul,
.z-tabs.flat.flat-lime > .z-container {
  border-color: #7FC04C; }

.z-tabs.flat.flat-lime > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-lime > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-lime > ul.z-tabs-mobile > li a {
  background: #7FC04C; }

/*flat-pink*/
.z-tabs.flat.flat-pink > ul,
.z-tabs.flat.flat-pink > .z-container {
  border-color: #ea4c89; }

.z-tabs.flat.flat-pink > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-pink > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-pink > ul.z-tabs-mobile > li a {
  background: #ea4c89; }

/*flat-blue2*/
.z-tabs.flat.flat-blue2 > ul,
.z-tabs.flat.flat-blue2 > .z-container {
  border-color: #4A79F3; }

.z-tabs.flat.flat-blue2 > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-blue2 > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-blue2 > ul.z-tabs-mobile > li a {
  background: #4A79F3; }

/*lightred2*/
.z-tabs.flat.flat-red2.medium > ul > li > a {
  font-size: 14px;
  padding: 16px 24px; }

.z-tabs.flat.flat-red2.horizontal.z-bordered > .z-container {
  border-width: 0 !important; }

.z-tabs.flat.flat-red2 {
  color: #777;
  font: 16px/22px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.z-tabs.flat.flat-red2 > ul.z-tabs-nav,
.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li,
.z-tabs.flat.flat-red2 > .z-container {
  border-color: #e64c3c; }

.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li a {
  background: #e2534b;
  color: #FFF;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif !important; }

.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-red2 > ul.z-tabs-mobile.z-state-closed > li a {
  background: #F8F8F8;
  color: #7F8C8C; }

.z-tabs.flat.flat-red2 > ul.z-tabs-nav > li:not(.z-active) > a:hover {
  background: #62b9b0;
  color: #fff;
  opacity: 0.85; }

.z-tabs.flat.flat-red2.horizontal > .z-container > .z-content, .z-tabs.flat.flat-red2.vertical > .z-container {
  background: #F8F8F8; }

.z-tabs.flat.flat-red2.z-spaced.z-shadows.horizontal > ul > li > a {
  margin-right: 8px; }

/*flat-zozo-red*/
.z-tabs.flat.flat-zozo-red > ul,
.z-tabs.flat.flat-zozo-red > .z-container {
  border-color: #F44343; }

.z-tabs.flat.flat-zozo-red > ul.z-tabs-nav > li.z-active > a,
.z-tabs.flat.flat-zozo-red > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat.flat-zozo-red > ul.z-tabs-mobile > li a {
  background: #F44343; }

/*#endregion*/
/*#region ==========================================================================
     Mobile
========================================================================== */
/*light*/
.z-tabs.flat > ul.z-tabs-mobile > li a {
  background: none;
  text-shadow: none;
  box-shadow: none; }

.z-tabs.flat > ul.z-tabs-mobile.z-state-closed > li a,
.z-tabs.flat > ul.z-tabs-mobile > li a {
  background: #bdc3c7;
  color: #fff; }

/*dark*/
.z-tabs.flat.z-dark > ul.z-tabs-mobile > li a {
  background: none;
  text-shadow: none;
  box-shadow: none; }

.z-tabs.flat.z-dark > ul.z-tabs-mobile.z-state-closed > li a {
  color: #fff; }

.z-tabs.flat > ul.z-tabs-mobile {
  opacity: 1; }

.z-tabs.flat.mobile > ul.z-tabs-desktop > li a {
  background: #fff; }

.z-tabs.flat.mobile > ul > li > a {
  border-width: 0 !important; }

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-mobile > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a {
  text-align: left; }

.z-tabs.flat > ul.z-tabs-desktop > li {
  margin: 0; }

.z-tabs.flat.mobile.z-bordered > .z-container,
.z-tabs.flat.mobile > ul.z-tabs-nav,
.z-tabs.flat.mobile > ul.z-tabs-nav,
.z-tabs.flat.mobile > ul.z-tabs-nav.z-tabs-mobile.z-state-closed,
.z-tabs.flat.mobile > ul.z-tabs-nav > li {
  border-width: 0; }

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a {
  text-align: left; }

.z-tabs.flat.mobile > ul.z-tabs-nav > li > a,
.z-tabs.flat.mobile > ul.z-tabs-nav > li > a {
  margin: 0 !important;
  padding-left: 2em !important;
  padding-right: 0 !important;
  margin-top: 0 !important; }

.z-tabs.flat.responsive.z-bordered > .z-container,
.z-tabs.flat.mobile.z-bordered > .z-container {
  border-width: 0 !important; }

/*contained spaced*/
.z-tabs.flat.mobile.horizontal.z-contained > .z-container > .z-content,
.z-tabs.flat.mobile.vertical.z-contained > .z-container,
.z-tabs.flat.mobile.horizontal.top.z-contained > .z-container > .z-content,
.z-tabs.flat.mobile.vertical.z-contained > .z-container > .z-content {
  margin: 3px 0 0 0; }

.z-tabs.flat.mobile.vertical.z-contained > ul.z-tabs-desktop {
  margin: 0; }

/*#endregion*/
/*#region ==========================================================================
     New Dropdown
========================================================================== */
/*mobile dropdown absolute */
.z-tabs {
  position: relative; }

.z-tabs > .z-dropdown-arrow {
  display: none; }

.z-tabs.flat.mobile > .z-container > .z-content > .z-content-inner {
  padding: 1.4em .25em; }

.z-tabs.flat.mobile > ul.z-tabs-desktop > li {
  margin: 1px 1px 0px !important; }

.z-tabs.flat.mobile.z-dark > ul.z-tabs-desktop > li {
  margin: 1px 4px 0px !important; }

.z-tabs.flat.mobile > ul.z-tabs-desktop > li > a {
  border-width: 0;
  text-align: left !important;
  padding-left: 1.5em !important; }

.z-tabs.flat.mobile > ul.z-tabs-desktop > li.z-active > a {
  /*color: #f1f6f7;*/
  font-weight: normal; }

.z-tabs.flat.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover {
  background: #fff; }

.z-tabs.flat.mobile > ul.z-tabs-desktop {
  width: 100%;
  background-color: #E0E2E6;
  padding: 1px 0 4px;
  margin-top: 18px;
  visibility: visible;
  border: none;
  /*overflow-y: auto;*/ }

.z-tabs.flat.mobile > ul.z-tabs-desktop.z-hide-menu {
  opacity: 0;
  height: 0;
  visibility: hidden !important; }

/*flat light mobile */
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed + .z-dropdown-arrow {
  display: none; }

.z-tabs.flat.mobile .z-dropdown-arrow {
  margin-bottom: 10px;
  display: block; }

.z-tabs.flat.mobile .z-dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f3f4f5 transparent;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f3f4f5 rgba(0, 0, 0, 0);
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 1.35em;
  top: inherit;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  /*dropdown-arrow-inverse*/
  border-bottom-color: #E0E2E6;
  border-top-color: #E0E2E6;
  margin-top: 9px;
  opacity: 1; }

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.z-tabs.flat.mobile.z-rounded > ul.z-tabs-desktop > li.z-active > a {
  border-radius: 2px !important; }

/*flat dark mobile */
.z-tabs.flat.z-dark.mobile > ul > li > a {
  background: none; }

.z-tabs.flat.z-dark.mobile > ul.z-tabs-desktop > li:not(.z-active) > a:hover {
  background: #34495E; }

.z-tabs.flat.z-dark.mobile > ul.z-tabs-desktop {
  background-color: #2C3E50;
  color: #FFF;
  padding: 4px 0 4px; }

.z-tabs.flat.z-dark.mobile .z-dropdown-arrow {
  border-bottom-color: #2C3E50;
  border-top-color: #2C3E50; }

/*#endregion*/
.z-tabs.tabs_technia > ul > li {
  margin-right: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .z-tabs.tabs_technia > ul > li {
      width: 300px;
      margin-right: 0; } }
  @media (max-width: 1475px) {
    .z-tabs.tabs_technia > ul > li {
      width: 280px; } }

.z-tabs.tabs_technia > ul > li > a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
  transition: none;
  color: #333333; }
  @media (min-width: 1024px) {
    .z-tabs.tabs_technia > ul > li > a {
      display: inline-block; } }
  @media (min-width: 768px) {
    .z-tabs.tabs_technia > ul > li > a {
      padding: 30px 25px;
      border: none;
      font-size: 0.875rem; } }

.z-tabs.tabs_technia > ul > li.z-active > a {
  color: #3EB1C8;
  border-bottom: 2px solid #3EB1C8; }

.z-tabs.tabs_technia > ul,
.z-tabs.tabs_technia > .z-container {
  border: none; }

.z-tabs.tabs_technia > .z-container {
  border-top: 1px solid #CCC; }

.z-tabs.tabs_technia > .z-container > .z-content > .z-content-inner {
  padding: 0; }
  @media (min-width: 768px) {
    .z-tabs.tabs_technia > .z-container > .z-content > .z-content-inner {
      padding: 0; } }

.z-tabs.mobile.top > ul.z-tabs-desktop > li > a {
  background: transparent; }

.z-tabs.mobile > ul.z-tabs-desktop {
  background: #FFFFFF;
  margin-top: 9px;
  box-shadow: 0 2px 9px rgba(51, 51, 51, 0.1); }

.z-tabs > .z-container {
  margin: 0 auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* $fa-font-path: "../fonts/font-awesome" !default;
@import "fontawesome/fontawesome";
@import "fontawesome/brands"; */
/* @import "fontawesome/regular";
@import "fontawesome/solid"; */
/**
 * @license
 * MyFonts Webfont Build ID 3182944, 2016-03-08T05:13:53-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed ../fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNovaA-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light/
 * 
 * Webfont: ProximaNovaS-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light/
 * 
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 * 
 * Webfont: ProximaNovaA-LightIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light-it/
 * 
 * Webfont: ProximaNovaS-LightIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light-it/
 * 
 * Webfont: ProximaNova-LightIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light-it/
 * 
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * 
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * Webfont: ProximaNovaA-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold/
 * 
 * Webfont: ProximaNovaA-RegularIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular-it/
 * 
 * Webfont: ProximaNovaS-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold/
 * 
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * 
 * Webfont: ProximaNovaS-RegularIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular-it/
 * 
 * Webfont: ProximaNovaA-SemiboldIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-semibold-it/
 * 
 * Webfont: ProximaNova-RegularIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 * 
 * Webfont: ProximaNovaS-SemiboldIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-semibold-it/
 * 
 * Webfont: ProximaNova-SemiboldIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold-it/
 * 
 * Webfont: ProximaNovaA-Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-thin/
 * 
 * Webfont: ProximaNovaS-Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-thin/
 * 
 * Webfont: ProximaNovaA-ThinIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-thin-it/
 * 
 * Webfont: ProximaNovaT-Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/thin/
 * 
 * Webfont: ProximaNovaS-ThinIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-thin-it/
 * 
 * Webfont: ProximaNova-ThinIt by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/thin-it/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3182944
 * Licensed pageviews: 1,000,000
 * ../fonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ProximaNovaA-Light';
  src: url("../fonts/309160_0_0.eot");
  src: url("../fonts/309160_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_0_0.woff2") format("woff2"), url("../fonts/309160_0_0.woff") format("woff"), url("../fonts/309160_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-Light';
  src: url("../fonts/309160_1_0.eot");
  src: url("../fonts/309160_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_1_0.woff2") format("woff2"), url("../fonts/309160_1_0.woff") format("woff"), url("../fonts/309160_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/309160_2_0.eot");
  src: url("../fonts/309160_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_2_0.woff2") format("woff2"), url("../fonts/309160_2_0.woff") format("woff"), url("../fonts/309160_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-LightIt';
  src: url("../fonts/309160_3_0.eot");
  src: url("../fonts/309160_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_3_0.woff2") format("woff2"), url("../fonts/309160_3_0.woff") format("woff"), url("../fonts/309160_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-LightIt';
  src: url("../fonts/309160_4_0.eot");
  src: url("../fonts/309160_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_4_0.woff2") format("woff2"), url("../fonts/309160_4_0.woff") format("woff"), url("../fonts/309160_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-LightIt';
  src: url("../fonts/309160_5_0.eot");
  src: url("../fonts/309160_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_5_0.woff2") format("woff2"), url("../fonts/309160_5_0.woff") format("woff"), url("../fonts/309160_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url("../fonts/309160_6_0.eot");
  src: url("../fonts/309160_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_6_0.woff2") format("woff2"), url("../fonts/309160_6_0.woff") format("woff"), url("../fonts/309160_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-Regular';
  src: url("../fonts/309160_7_0.eot");
  src: url("../fonts/309160_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_7_0.woff2") format("woff2"), url("../fonts/309160_7_0.woff") format("woff"), url("../fonts/309160_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/309160_8_0.eot");
  src: url("../fonts/309160_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_8_0.woff2") format("woff2"), url("../fonts/309160_8_0.woff") format("woff"), url("../fonts/309160_8_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-Semibold';
  src: url("../fonts/309160_9_0.eot");
  src: url("../fonts/309160_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_9_0.woff2") format("woff2"), url("../fonts/309160_9_0.woff") format("woff"), url("../fonts/309160_9_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-RegularIt';
  src: url("../fonts/309160_A_0.eot");
  src: url("../fonts/309160_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_A_0.woff2") format("woff2"), url("../fonts/309160_A_0.woff") format("woff"), url("../fonts/309160_A_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-Semibold';
  src: url("../fonts/309160_B_0.eot");
  src: url("../fonts/309160_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_B_0.woff2") format("woff2"), url("../fonts/309160_B_0.woff") format("woff"), url("../fonts/309160_B_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/309160_C_0.eot");
  src: url("../fonts/309160_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_C_0.woff2") format("woff2"), url("../fonts/309160_C_0.woff") format("woff"), url("../fonts/309160_C_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-RegularIt';
  src: url("../fonts/309160_D_0.eot");
  src: url("../fonts/309160_D_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_D_0.woff2") format("woff2"), url("../fonts/309160_D_0.woff") format("woff"), url("../fonts/309160_D_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-SemiboldIt';
  src: url("../fonts/309160_E_0.eot");
  src: url("../fonts/309160_E_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_E_0.woff2") format("woff2"), url("../fonts/309160_E_0.woff") format("woff"), url("../fonts/309160_E_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url("../fonts/309160_F_0.eot");
  src: url("../fonts/309160_F_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_F_0.woff2") format("woff2"), url("../fonts/309160_F_0.woff") format("woff"), url("../fonts/309160_F_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-SemiboldIt';
  src: url("../fonts/309160_10_0.eot");
  src: url("../fonts/309160_10_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_10_0.woff2") format("woff2"), url("../fonts/309160_10_0.woff") format("woff"), url("../fonts/309160_10_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-SemiboldIt';
  src: url("../fonts/309160_11_0.eot");
  src: url("../fonts/309160_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_11_0.woff2") format("woff2"), url("../fonts/309160_11_0.woff") format("woff"), url("../fonts/309160_11_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-Thin';
  src: url("../fonts/309160_12_0.eot");
  src: url("../fonts/309160_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_12_0.woff2") format("woff2"), url("../fonts/309160_12_0.woff") format("woff"), url("../fonts/309160_12_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-Thin';
  src: url("../fonts/309160_13_0.eot");
  src: url("../fonts/309160_13_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_13_0.woff2") format("woff2"), url("../fonts/309160_13_0.woff") format("woff"), url("../fonts/309160_13_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaA-ThinIt';
  src: url("../fonts/309160_14_0.eot");
  src: url("../fonts/309160_14_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_14_0.woff2") format("woff2"), url("../fonts/309160_14_0.woff") format("woff"), url("../fonts/309160_14_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url("../fonts/309160_15_0.eot");
  src: url("../fonts/309160_15_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_15_0.woff2") format("woff2"), url("../fonts/309160_15_0.woff") format("woff"), url("../fonts/309160_15_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-ThinIt';
  src: url("../fonts/309160_16_0.eot");
  src: url("../fonts/309160_16_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_16_0.woff2") format("woff2"), url("../fonts/309160_16_0.woff") format("woff"), url("../fonts/309160_16_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-ThinIt';
  src: url("../fonts/309160_17_0.eot");
  src: url("../fonts/309160_17_0.eot?#iefix") format("embedded-opentype"), url("../fonts/309160_17_0.woff2") format("woff2"), url("../fonts/309160_17_0.woff") format("woff"), url("../fonts/309160_17_0.ttf") format("truetype"); }

body, html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden; }

.wrapper {
  position: relative; }

@font-face {
  font-family: 'Gotham';
  src: url("../assets/fonts/Gotham-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../assets/fonts/Gotham-Book.woff2") format("woff2"), url("../assets/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #3EB1C8;
  font-family: "Gotham";
  font-weight: bold; }

h2,
h2 strong,
strong h2 {
  font-weight: 600;
  font-size: 32px; }

h3,
h3 strong,
strong h2 {
  font-weight: 600;
  font-size: 22px; }

a {
  text-decoration: none; }

h1.golden,
h2.golden,
h3.golden,
h4.golden,
h5.golden,
h6.golden {
  color: #e1b87f; }

button:focus, a:focus {
  outline: 0; }

.template-gold h1,
.template-gold h2,
.template-gold h3,
.template-gold h4,
.template-gold h5,
.template-gold h6 {
  color: #e1b87f; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.btn {
  cursor: pointer !important;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  font-weight: 600;
  font-family: 'Gotham'; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 0.875rem;
  padding: 13px 40px;
  border-radius: 8px; }

.btn-light {
  color: #3EB1C8; }

.btn-golden {
  background: #e1b87f;
  color: #FFFFFF;
  border: 1px solid #e1b87f; }
  .btn-golden:hover {
    background: #daa760;
    color: #FFFFFF;
    border: 1px solid #daa760; }

.btn-outline-golden {
  background: transparent;
  color: #e1b87f;
  border: 1px solid #e1b87f; }
  .btn-outline-golden:hover {
    background: #e1b87f;
    color: #FFFFFF;
    border: 1px solid #e1b87f; }

.section_buttons {
  margin-top: 50px; }

.section_pagination {
  padding: 30px 0;
  text-align: center; }
  .section_pagination a {
    margin: 0 10px; }

.custom_select {
  position: relative;
  /* Set options to normal weight */
  /* Support for rtl text, explicit support for Arabic and Hebrew */ }
  .custom_select:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #3EB1C8;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    pointer-events: none;
    font-size: 1.75rem;
    font-weight: 600; }
  .custom_select select {
    display: block;
    font-size: 1.125rem;
    font-family: sans-serif;
    font-weight: 700;
    color: #3EB1C8;
    line-height: 1.3;
    padding: 13px 50px 13px 20px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ced4da;
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* Hide arrow icon in IE browsers */ }
    .custom_select select::-ms-expand {
      display: none; }
    .custom_select select:hover {
      border-color: #ced4da; }
    .custom_select select:focus {
      border-color: #ced4da;
      color: #3EB1C8;
      outline: none; }
  .custom_select select option {
    font-weight: normal; }
  .custom_select *[dir="rtl"] select,
  .custom_select :root:lang(ar) select,
  .custom_select :root:lang(iw) select {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em; }

.custom_select--with_icon select {
  padding-left: 90px; }

.custom_select--with_icon:before {
  content: '\f07c';
  font-family: FontAwesome;
  color: #3EB1C8;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 90px;
  padding-left: 30px;
  left: 0;
  top: 0;
  pointer-events: none;
  font-size: 1.75rem;
  font-weight: 600; }

.custom_select--icon_folder:before {
  content: '\f07c'; }

.custom_select--icon_marker:before {
  content: '\f041'; }

.custom_select--icon_cog:before {
  content: '\f013'; }

.custom_select--golden {
  color: #e1b87f; }
  .custom_select--golden select {
    color: #e1b87f; }
    .custom_select--golden select:hover {
      border-color: #e1b87f; }
    .custom_select--golden select:focus {
      color: #e1b87f; }
  .custom_select--golden:before, .custom_select--golden:after {
    color: #e1b87f; }

.custom_select--disabled {
  color: #ccc; }
  .custom_select--disabled select {
    color: #ccc; }
  .custom_select--disabled:before {
    color: #ccc; }
  .custom_select--disabled:after {
    color: #ccc; }

.section--with-shadow {
  /* position: relative;
    &:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        margin-top: -1px;
        top: 100%;
        left: 0;
        box-shadow: 0 2px 4px #9c9c9c;
        background: transparent;
    } */ }

.ajax-load-more-wrap,
.alm-masonry,
.alm-listing {
  width: 100%;
  min-height: 190px; }

.alm-btn-wrap {
  text-align: center;
  width: 100%;
  padding: 50px 0; }

.alm-load-more-btn {
  text-transform: uppercase;
  color: #3EB1C8;
  border: 2px solid #3EB1C8;
  font-size: 0.875rem;
  padding: 13px 40px;
  border-radius: 0.3rem;
  font-weight: 600;
  position: relative; }
  .alm-load-more-btn:hover {
    background: #3EB1C8;
    color: #FFFFFF; }
  .alm-load-more-btn.loading {
    opacity: 0.7; }
  .alm-load-more-btn.loading:before {
    background: #fff url("../img/zozo-accordion-loading-lg.gif") no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-bottom: 150px;
    border-radius: 3px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 100%;
    overflow: hidden;
    transition: width 0.5s ease-in-out; }
  .alm-load-more-btn.done {
    display: none; }

.cli-modal-backdrop {
  z-index: 99998 !important; }

.gform_wrapper .left_label input.medium {
  width: 270px !important; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 100%;
  height: 40px;
  background: white;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  background-image: url(../img/dropdown.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 46px; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  content: '';
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 3px 6px #3f3f3f;
  background-image: url(../img/dropdown.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  z-index: 9;
  width: 100%; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #eee; }

.nice-select .option:hover {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.nice-select .option:last-of-type {
  border-bottom: none;
  margin-bottom: 20px; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #333333; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.shortcode_download_link {
  margin-bottom: 15px; }

.shortcode_download_link__a {
  padding: 20px 40px;
  background: #f4f7fa;
  display: block;
  border-radius: 10px;
  font-weight: 600; }
  .shortcode_download_link__a:hover {
    text-decoration: none; }

.section_page_intro {
  padding-bottom: 20px; }

.section_page_intro__top {
  padding-top: 70px;
  padding-bottom: 20px; }
  .section_page_intro__top h2 {
    margin-bottom: 50px; }

.section_page_intro__top__inner {
  padding: 0 8%; }

.section_page_intro__content {
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 2rem; }

.section_page_intro__link {
  text-align: center;
  margin-top: 60px; }
  .section_page_intro__link a {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #3EB1C8;
    text-decoration: underline; }

.section_page_intro__bottom {
  height: 40px; }
  .section_page_intro__bottom svg {
    width: 100%;
    height: 100%; }

.section_page_intro__slider {
  position: relative; }

.section_page_intro .slick-track,
.section_page_intro .slick-slide {
  height: 100% !important; }

.section_page_intro .slick-dots {
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section_page_intro .slick-dots li button:before {
    font-size: 10px; }

@media (max-width: 991.98px) {
  .section_page_intro .slick-dots {
    width: 100%;
    position: absolute;
    padding-top: 20px;
    left: 0;
    top: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .section_page_intro .slick-dots li button:before {
      font-size: 10px; } }

.section_tabbed_content {
  padding-top: 70px; }

.section_tabbed_content__header_wrap {
  text-align: center; }
  .section_tabbed_content__header_wrap h1 {
    color: #333333;
    font-size: 1.875rem;
    padding-bottom: 10px; }
  .section_tabbed_content__header_wrap .section_tabbed_content__header_subtitle {
    font-size: 1.25rem;
    padding-bottom: 40px; }

.section_tabbed_content__tabs_wrap {
  background-color: #f4f5f5;
  position: relative; }
  .section_tabbed_content__tabs_wrap:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 38px;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(135deg, #3EB1C8 12.5%, transparent 12.5%, transparent 50%, #3EB1C8 50%, #3EB1C8 62.5%, transparent 62.5%, transparent 100%);
    background-size: 5.66px 5.66px; }
    @media (max-width: 1199.98px) {
      .section_tabbed_content__tabs_wrap:before {
        display: none; } }
  @media (max-width: 767.98px) {
    .section_tabbed_content__tabs_wrap {
      padding-top: 20px; } }

.section_tabbed_content__tab_content_wrap {
  padding-top: 110px;
  padding-left: 40px;
  font-size: 0.9375rem; }
  .section_tabbed_content__tab_content_wrap h2 {
    max-width: 450px;
    margin-bottom: 40px; }
  @media (max-width: 991px) {
    .section_tabbed_content__tab_content_wrap {
      padding-top: 50px;
      padding-left: 0; } }

.section_tabbed_content__tab_logo {
  padding-bottom: 30px; }
  .section_tabbed_content__tab_logo img {
    max-width: 260px;
    height: auto; }

.section_tabbed_content__tab_intro {
  font-family: 'Gotham';
  font-weight: 600;
  margin-bottom: 30px; }

.section_tabbed_content__tab_content {
  margin-bottom: 40px; }

.section_tabbed_content__tab_link {
  padding-bottom: 30px; }
  .section_tabbed_content__tab_link .btn {
    font-size: 0.875rem !important;
    text-transform: uppercase;
    font-weight: 600; }

.section_tabbed_content__tab_image_wrap {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0; }

.section_tabbed_content__tab_image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991px) {
    .section_tabbed_content__tab_image {
      padding-top: 50px; } }

.section_tabbed_content .z-tabs.tabs_technia > ul {
  display: flex;
  background-color: #FFFFFF;
  z-index: 99; }
  .section_tabbed_content .z-tabs.tabs_technia > ul > li {
    flex: 1 1 auto;
    width: auto;
    padding-right: 10px; }
    .section_tabbed_content .z-tabs.tabs_technia > ul > li:last-child {
      padding-right: 0; }
    .section_tabbed_content .z-tabs.tabs_technia > ul > li a {
      top: 0;
      display: block;
      padding: 10px 20px;
      background-color: #e5e5e5;
      color: #333333;
      font-size: 0.875rem;
      font-family: 'Gotham'; }
    .section_tabbed_content .z-tabs.tabs_technia > ul > li.z-active > a {
      border: 0 !important;
      background-color: #3EB1C8;
      color: #FFFFFF; }
  @media (max-width: 767.98px) {
    .section_tabbed_content .z-tabs.tabs_technia > ul {
      flex-direction: column; } }

.section_tabbed_content .z-tabs.tabs_technia > .z-container {
  border-top: 0 !important;
  background: transparent !important; }

.section_upcoming_events {
  background-color: #f4f7fa;
  background-image: url(../../img/section-upcoming-events-bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 0 80px 0; }
  .section_upcoming_events h2 {
    color: #333333; }
  .section_upcoming_events .btn {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600; }

.section_upcoming_events__title {
  height: 38px;
  background-image: linear-gradient(135deg, #3EB1C8 12.5%, transparent 12.5%, transparent 50%, #3EB1C8 50%, #3EB1C8 62.5%, transparent 62.5%, transparent 100%);
  background-size: 5.66px 5.66px;
  display: flex;
  margin-bottom: 20px; }
  .section_upcoming_events__title h2 {
    font-family: 'Gotham book';
    font-size: 1rem;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    background-color: #333333;
    border-left: 5px solid #3EB1C8; }

.section_upcoming_events__items {
  margin-bottom: 30px; }

.section_upcoming_events__item {
  background: #e5e5e5;
  position: relative;
  margin-bottom: 2px; }
  .section_upcoming_events__item a {
    display: flex;
    flex-direction: row;
    text-decoration: none; }
    .section_upcoming_events__item a:hover {
      text-decoration: none; }
  .section_upcoming_events__item:after {
    position: absolute;
    width: 30px;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    background: #e5e5e5;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e5e5e5 38%); }

.section_upcoming_events__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  padding: 10px;
  background: #3EB1C8;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: 'Gotham';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.125rem; }

.section_upcoming_events__event_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
  overflow: hidden; }

.section_upcoming_events__location h4 {
  font-size: 0.875rem;
  color: #333333;
  margin: 0; }

.section_upcoming_events__event_title {
  white-space: nowrap; }
  .section_upcoming_events__event_title h3 {
    color: #3EB1C8;
    font-size: 1rem;
    margin: 0; }

.section_upcoming_events__promo {
  height: 359px;
  position: relative;
  margin-bottom: 20px; }

.section_upcoming_events__promo_inner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.section_upcoming_events__promo_date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  padding: 20px;
  background: #3EB1C8;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: 'Gotham';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.125rem; }

.section_upcoming_events__promo_data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 53%, black 100%); }

.section_upcoming_events__promo_data__type {
  font-family: 'Gotham';
  font-size: 0.875rem;
  text-transform: uppercase; }

.section_upcoming_events__promo_data__title {
  font-family: 'Gotham Book';
  font-size: 1.375rem; }

.section_featured_content {
  padding: 80px 0 70px 0; }
  .section_featured_content a {
    text-decoration: none; }
    .section_featured_content a:hover {
      text-decoration: none; }

.section_featured_content__title h2 {
  color: #333333;
  margin-bottom: 50px; }

.section_featured_content__item {
  padding: 10px; }
  .section_featured_content__item:hover .section_featured_content__post_title {
    background: #3EB1C8;
    color: #FFFFFF; }
  .section_featured_content__item:hover .section_featured_content__post_type {
    color: #FFFFFF; }
  .section_featured_content__item:hover .section_featured_content__image {
    transform: scale3d(1.1, 1.1, 1); }

.section_featured_content__item_inner {
  box-shadow: 0 2px 5px #dadada; }

.section_featured_content__image_wrap {
  height: 200px;
  width: 100%;
  overflow: hidden; }

.section_featured_content__image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: transform .2s linear; }

.section_featured_content__post_title {
  min-height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-top: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #3EB1C8;
  font-weight: 100;
  transition: background .2s linear, color .2s linear; }
  .section_featured_content__post_title h3 {
    font-size: 1.125rem;
    font-weight: 400; }

.section_featured_content__post_type {
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600; }

.section_featured_content__button_wrap {
  margin-top: 50px; }
  .section_featured_content__button_wrap .btn {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }

.mfp-wrap,
.mfp-bg {
  z-index: 100000; }

.slick-slide {
  -webkit-backface-visibility: hidden; }
  .slick-slide:focus,
  .slick-slide a {
    outline: none; }

.section_video_slider {
  background-size: cover;
  background-position: center center; }

.section_video_slider__title {
  color: #FFFFFF;
  margin-top: 70px; }

.section_video_slider__slides_wrap {
  position: relative; }

.section_video_slider__slides {
  position: relative; }

.section_video_slider__slide_container {
  padding: 90px 0 80px 0;
  background-size: cover;
  background-position: center center; }

.section_video_slider__slide_inner {
  max-width: 780px;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .section_video_slider__slide_inner {
      max-width: 90%; } }

.section_video_slider__video_thumb {
  position: relative;
  width: 100%; }
  .section_video_slider__video_thumb img {
    width: 100%;
    height: auto; }

.section_video_slider__play_btn {
  height: 60px;
  width: 100px;
  border-radius: 10px;
  background: #3EB1C8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -50px;
  color: #FFFFFF;
  font-size: 1.5rem;
  transition: transform .2s linear; }
  .section_video_slider__play_btn:hover {
    transform: scale3d(1.1, 1.1, 1); }

.section_video_slider__prev,
.section_video_slider__next {
  color: #FFFFFF;
  position: absolute;
  font-size: 3.125rem;
  top: 50%;
  margin-top: -25px;
  cursor: pointer; }

.section_video_slider__prev {
  left: 150px; }

.section_video_slider__next {
  right: 150px; }

.section_video_slider .section_buttons {
  padding-bottom: 30px; }

@media (max-width: 1199.98px) {
  .section_video_slider__prev {
    left: 20px; }
  .section_video_slider__next {
    right: 20px; } }

.section_video_slider__video_text {
  text-align: center;
  margin-top: 40px; }
  .section_video_slider__video_text h5 {
    margin: 0;
    color: #FFFFFF; }

.section_two_col_layout {
  background-image: url(../img/two-col-layout-bg.jpg);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat; }

.section_two_col_layout__inner {
  padding: 50px 0;
  background: linear-gradient(180deg, #3EB1C8 30%, rgba(62, 177, 200, 0.1) 100%); }

h2.section_two_col_layout__title {
  color: #333333;
  margin-bottom: 40px;
  text-align: center; }

.section_two_col_layout__item {
  margin-bottom: 10px; }

.section_two_col_layout__item_container {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border-left: 3px solid #FFFFFF;
  transition: border .2s linear, box-shadow .2s linear; }
  .section_two_col_layout__item_container:hover {
    border-left: 3px solid #3EB1C8;
    box-shadow: 2px 2px 4px rgba(175, 175, 175, 0.6); }
  @media (max-width: 767.98px) {
    .section_two_col_layout__item_container {
      flex-direction: column; } }

.section_two_col_layout__item_image_wrap {
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (max-width: 991.98px) {
    .section_two_col_layout__item_image_wrap {
      padding: 50px;
      align-items: flex-start; } }
  @media (max-width: 767.98px) {
    .section_two_col_layout__item_image_wrap {
      padding-bottom: 0; } }

.section_two_col_layout__item_image {
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat; }

.section_two_col_layout__item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px 30px 30px;
  flex: 1; }
  .section_two_col_layout__item_content h2 {
    font-size: 1.375rem;
    margin-bottom: 30px;
    color: #3EB1C8; }
  .section_two_col_layout__item_content p {
    margin: 0;
    padding: 7px 0;
    font-size: 1rem; }
  .section_two_col_layout__item_content a {
    color: #3EB1C8; }
  .section_two_col_layout__item_content ul {
    font-size: 1rem;
    padding-top: 15px; }

.section_two_col_layout__item_cta {
  margin-top: 30px; }

.section_two_col_layout__buttons {
  margin-top: 50px; }

.section_two_col_layout--images .section_two_col_layout__item--odd .section_two_col_layout__item_container {
  border-right: 3px solid #FFFFFF;
  border-left: none; }
  .section_two_col_layout--images .section_two_col_layout__item--odd .section_two_col_layout__item_container:hover {
    border-right: 3px solid #3EB1C8;
    border-left: none; }

.section_two_col_layout--images .section_two_col_layout__item--even .section_two_col_layout__item_image_wrap {
  order: 1; }

.section_two_col_layout--images .section_two_col_layout__item_image_wrap {
  padding: 0; }

.section_two_col_layout--images .section_two_col_layout__item_image {
  height: 100%;
  min-height: 300px;
  width: 380px;
  background-size: cover;
  background-position: center center; }

@media (max-width: 991.98px) {
  .section_two_col_layout__item_container {
    border: none !important;
    flex-direction: column; }
    .section_two_col_layout__item_container:hover {
      border: none !important; }
    .section_two_col_layout__item_container .section_two_col_layout__item_image {
      height: 250px;
      width: 100%; }
    .section_two_col_layout__item_container .section_two_col_layout__item_content {
      order: 2; } }

.template-blue .section_two_col_layout__inner {
  background: linear-gradient(180deg, #c5e7ee 30%, rgba(197, 231, 238, 0.1) 100%); }

.template-gold .section_two_col_layout__inner {
  background: linear-gradient(180deg, #f9f1e6 30%, rgba(249, 241, 230, 0.1) 100%); }

.template-gold .section_two_col_layout__item_container:hover {
  border-left: 3px solid #e1b87f; }

.template-gold .section_two_col_layout--images .section_two_col_layout__item_content h2 {
  color: #005f83; }

.template-gold .section_two_col_layout--images .section_two_col_layout__item--odd .section_two_col_layout__item_container:hover {
  border-right: 3px solid #3EB1C8; }

.template-gold .section_two_col_layout--images .section_two_col_layout__item--even .section_two_col_layout__item_container:hover {
  border-left: 3px solid #3EB1C8; }

.section_two_col_layout--minimal {
  background: none; }
  .section_two_col_layout--minimal .section_two_col_layout__inner {
    background: none !important; }
  .section_two_col_layout--minimal .section_two_col_layout__item_container {
    border: none; }
    .section_two_col_layout--minimal .section_two_col_layout__item_container:hover {
      box-shadow: none;
      border: none; }
  .section_two_col_layout--minimal .section_two_col_layout__item_image_wrap {
    padding: 30px 40px; }
  .section_two_col_layout--minimal .section_two_col_layout__item_image {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(175, 175, 175, 0.8); }
  .section_two_col_layout--minimal .section_two_col_layout__item_content h2 {
    font-size: 1.5rem; }
  .section_two_col_layout--minimal .section_two_col_layout__item--even .section_two_col_layout__item_image_wrap {
    order: 1; }

.section_two_col_layout--no_shadow .section_two_col_layout__item_image {
  box-shadow: none !important; }

.template-stone .section_two_col_layout__item_content h2 {
  color: #c5b9ac; }

.template-gold .section_two_col_layout__item_content h2 {
  color: #e1b87f; }

.template-darkblue .section_two_col_layout__item_content h2 {
  color: #005f83; }

.template-silver .section_two_col_layout__item_content h2 {
  color: #717073; }

.section_three_col_layout {
  background-color: #f4f7fa;
  background-image: url(../img/section-net-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain; }
  .section_three_col_layout h2 {
    color: #333333;
    margin-bottom: 100px; }

.section_three_col_layout__inner {
  padding: 100px 0; }

.section_three_col_layout__image {
  text-align: center; }
  .section_three_col_layout__image img {
    max-height: 60px;
    width: auto; }

.section_three_col_layout__link {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: 'Gotham'; }
  .section_three_col_layout__link:hover a {
    text-decoration: none; }

.section_three_col_layout__buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.section_three_col_layout--cta {
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat; }
  .section_three_col_layout--cta .section_three_col_layout__item_inner {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 5px;
    padding: 70px 0 20px 0; }
    .section_three_col_layout--cta .section_three_col_layout__item_inner a {
      color: #3EB1C8;
      text-transform: none; }
  .section_three_col_layout--cta .section_three_col_layout__image img {
    max-height: 100px; }

.section_quote {
  background-size: cover;
  background-position: center center;
  padding: 80px 0 90px 0; }

.section_quote__quote_wrap {
  position: relative;
  max-width: 990px;
  text-align: center;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(62, 177, 200, 0.8);
  padding: 80px 100px 50px; }
  .section_quote__quote_wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: rgba(62, 177, 200, 0.8) transparent transparent transparent; }
  .section_quote__quote_wrap blockquote {
    color: #FFFFFF;
    font-size: 1.375rem;
    margin-bottom: 40px;
    font-weight: 100; }

.section_quote__author {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 30px; }

@media (max-width: 767.98px) {
  .section_quote__quote_wrap {
    padding: 30px; }
    .section_quote__quote_wrap blockquote {
      font-size: 1.125rem !important; } }

.section_form {
  background: #F7F7F7;
  padding: 60px 0 70px 0; }
  .section_form h2 {
    color: #3EB1C8;
    margin-bottom: 0; }

.section_form__wrap {
  background: #FFFFFF;
  padding-top: 50px; }
  .section_form__wrap .hbspt-form {
    padding: 30px 50px; }
    .section_form__wrap .hbspt-form ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 12px; }
    .section_form__wrap .hbspt-form fieldset {
      width: 100% !important;
      max-width: initial;
      padding-bottom: 10px; }
    .section_form__wrap .hbspt-form input[type="text"],
    .section_form__wrap .hbspt-form input[type="email"],
    .section_form__wrap .hbspt-form input[type="phone"],
    .section_form__wrap .hbspt-form input[type="tel"],
    .section_form__wrap .hbspt-form input[type="number"],
    .section_form__wrap .hbspt-form select {
      width: 100% !important;
      height: 50px;
      line-height: 50px;
      padding-left: 30px;
      border-radius: 3px;
      border: 1px solid #e1e2e3;
      background-color: #f4f7fa;
      outline: none; }
      .section_form__wrap .hbspt-form input[type="text"]:focus,
      .section_form__wrap .hbspt-form input[type="email"]:focus,
      .section_form__wrap .hbspt-form input[type="phone"]:focus,
      .section_form__wrap .hbspt-form input[type="tel"]:focus,
      .section_form__wrap .hbspt-form input[type="number"]:focus,
      .section_form__wrap .hbspt-form select:focus {
        border-color: #3EB1C8; }
    .section_form__wrap .hbspt-form textarea {
      width: 100% !important;
      min-height: 150px;
      padding-left: 30px;
      padding-top: 15px;
      border-radius: 3px;
      border: 1px solid #e1e2e3;
      background-color: #f4f7fa;
      outline: none; }
      .section_form__wrap .hbspt-form textarea:focus {
        border-color: #3EB1C8; }
    .section_form__wrap .hbspt-form input[type="submit"] {
      cursor: pointer !important;
      text-transform: uppercase;
      font-size: 0.875rem !important;
      font-weight: 600;
      font-family: 'Gotham';
      width: 100%;
      padding: 13px 40px;
      margin-top: 10px;
      border-radius: 8px;
      display: block;
      color: #FFFFFF;
      background-color: #3EB1C8;
      border-color: #3EB1C8;
      border: none; }
    .section_form__wrap .hbspt-form .hs-form-field > label {
      display: none; }
    .section_form__wrap .hbspt-form .hs-error-msgs {
      margin-top: 5px !important; }
    .section_form__wrap .hbspt-form .hs-error-msg {
      font-size: 0.75rem;
      color: red; }
    .section_form__wrap .hbspt-form .legal-consent-container {
      padding-top: 10px; }
      .section_form__wrap .hbspt-form .legal-consent-container input[type="checkbox"] {
        margin-top: 4px; }
      .section_form__wrap .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
        margin-left: 40px !important; }
    .section_form__wrap .hbspt-form .submitted-message {
      color: #333333 !important; }
    @media (max-width: 767.98px) {
      .section_form__wrap .hbspt-form {
        padding-left: 5px;
        padding-right: 5px; }
        .section_form__wrap .hbspt-form .form-columns-2 input[type="text"]:first-child,
        .section_form__wrap .hbspt-form .form-columns-2 input[type="email"]:first-child,
        .section_form__wrap .hbspt-form .form-columns-2 input[type="phone"]:first-child,
        .section_form__wrap .hbspt-form .form-columns-2 input[type="tel"]:first-child,
        .section_form__wrap .hbspt-form .form-columns-2 input[type="number"]:first-child,
        .section_form__wrap .hbspt-form .form-columns-2 select:first-child {
          margin-bottom: 10px; } }

.section_form__description {
  padding: 0 40px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  text-align: center; }

@media (max-width: 767.98px) {
  .section_form__container {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.section_single_post__content .hbspt-form {
  padding: 30px 50px; }
  .section_single_post__content .hbspt-form ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px; }
  .section_single_post__content .hbspt-form fieldset {
    width: 100% !important;
    max-width: initial;
    padding-bottom: 10px; }
  .section_single_post__content .hbspt-form input[type="text"],
  .section_single_post__content .hbspt-form input[type="email"],
  .section_single_post__content .hbspt-form input[type="phone"],
  .section_single_post__content .hbspt-form input[type="tel"],
  .section_single_post__content .hbspt-form input[type="number"],
  .section_single_post__content .hbspt-form select {
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    border-radius: 3px;
    border: 1px solid #e1e2e3;
    background-color: #f4f7fa;
    outline: none; }
    .section_single_post__content .hbspt-form input[type="text"]:focus,
    .section_single_post__content .hbspt-form input[type="email"]:focus,
    .section_single_post__content .hbspt-form input[type="phone"]:focus,
    .section_single_post__content .hbspt-form input[type="tel"]:focus,
    .section_single_post__content .hbspt-form input[type="number"]:focus,
    .section_single_post__content .hbspt-form select:focus {
      border-color: #3EB1C8; }
  .section_single_post__content .hbspt-form textarea {
    width: 100% !important;
    min-height: 150px;
    padding-left: 30px;
    padding-top: 15px;
    border-radius: 3px;
    border: 1px solid #e1e2e3;
    background-color: #f4f7fa;
    outline: none; }
    .section_single_post__content .hbspt-form textarea:focus {
      border-color: #3EB1C8; }
  .section_single_post__content .hbspt-form input[type="submit"] {
    cursor: pointer !important;
    text-transform: uppercase;
    font-size: 0.875rem !important;
    font-weight: 600;
    font-family: 'Gotham';
    width: 100%;
    padding: 13px 40px;
    margin-top: 10px;
    border-radius: 8px;
    display: block;
    color: #FFFFFF;
    background-color: #3EB1C8;
    border-color: #3EB1C8;
    border: none; }
  .section_single_post__content .hbspt-form .hs-form-field > label {
    display: none; }
  .section_single_post__content .hbspt-form .hs-error-msgs {
    margin-top: 5px !important; }
  .section_single_post__content .hbspt-form .hs-error-msg {
    font-size: 0.75rem;
    color: red; }
  .section_single_post__content .hbspt-form .legal-consent-container {
    padding-top: 10px; }
    .section_single_post__content .hbspt-form .legal-consent-container input[type="checkbox"] {
      margin-top: 4px; }
    .section_single_post__content .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
      margin-left: 40px !important; }
  .section_single_post__content .hbspt-form .submitted-message {
    color: #333333 !important; }
  @media (max-width: 767.98px) {
    .section_single_post__content .hbspt-form {
      padding-left: 5px;
      padding-right: 5px; }
      .section_single_post__content .hbspt-form .form-columns-2 input[type="text"]:first-child,
      .section_single_post__content .hbspt-form .form-columns-2 input[type="email"]:first-child,
      .section_single_post__content .hbspt-form .form-columns-2 input[type="phone"]:first-child,
      .section_single_post__content .hbspt-form .form-columns-2 input[type="tel"]:first-child,
      .section_single_post__content .hbspt-form .form-columns-2 input[type="number"]:first-child,
      .section_single_post__content .hbspt-form .form-columns-2 select:first-child {
        margin-bottom: 10px; } }

.section_cards_layout {
  padding: 100px 0 80px 0; }

.section_cards_layout__card {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_cards_layout__card:hover .section_cards_layout__card_inner {
    border-bottom: 3px solid #3EB1C8;
    box-shadow: 2px 2px 4px #cacaca; }

.section_cards_layout__card_inner {
  background: #f4f7fa;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 3px solid #f4f7fa;
  transition: transform .2s linear, border .2s linear;
  display: flex;
  flex-direction: column;
  height: 100%; }

.section_cards_layout__title_wrap {
  margin-bottom: 50px; }

.section_cards_layout__title {
  color: #333333; }

.section_cards_layout__intro {
  padding-top: 20px;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 2rem; }

.section_cards_layout__card_image {
  height: 185px;
  width: 100%;
  background-size: cover;
  margin-bottom: 40px; }

.section_cards_layout__card_content {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0.9375rem; }
  .section_cards_layout__card_content h2 {
    margin-bottom: 30px;
    font-size: 1.375rem; }
  .section_cards_layout__card_content a:hover {
    text-decoration: none; }

.section_cards_layout__card_link {
  text-align: center; }

.section_related_content {
  padding: 80px 0 70px 0; }
  .section_related_content a {
    text-decoration: none; }
    .section_related_content a:hover {
      text-decoration: none; }

.section_related_content__title h2 {
  color: #333333;
  margin-bottom: 50px; }

.section_related_content__item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_related_content__item:hover .section_related_content__post_title {
    background: #3EB1C8;
    color: #FFFFFF; }
  .section_related_content__item:hover .section_related_content__post_type {
    color: #FFFFFF; }
  .section_related_content__item:hover .section_related_content__image {
    transform: scale3d(1.1, 1.1, 1); }

.section_related_content__item_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 5px #dadada; }
  .section_related_content__item_inner > a {
    display: flex;
    flex-direction: column;
    height: 100%; }

.section_related_content__image_wrap {
  height: 200px;
  width: 100%;
  overflow: hidden; }

.section_related_content__image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: transform .2s linear; }

.section_related_content__post_title {
  min-height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 10px 30px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #3EB1C8;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
  transition: background .2s linear, color .2s linear;
  flex: 1 0 auto; }
  .section_related_content__post_title h3 {
    font-size: 1.125rem;
    font-weight: 400; }

.section_related_content__post_type {
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 30px 20px 0 20px;
  font-weight: 600; }

.section_related_content .section_buttons {
  margin-top: 40px; }

.section_related_content_slider {
  padding: 80px 0 70px 0; }
  .section_related_content_slider a {
    text-decoration: none; }
    .section_related_content_slider a:hover {
      text-decoration: none; }

.section_related_content_slider__title {
  height: 38px;
  background-image: linear-gradient(135deg, #3EB1C8 12.5%, transparent 12.5%, transparent 50%, #3EB1C8 50%, #3EB1C8 62.5%, transparent 62.5%, transparent 100%);
  background-size: 5.66px 5.66px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .section_related_content_slider__title h2 {
    font-family: 'Gotham book';
    font-size: 1rem;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    background-color: #333333;
    border-left: 5px solid #3EB1C8; }

.section_related_content_slider__header_controls {
  display: flex; }
  .section_related_content_slider__header_controls span {
    height: 100%;
    width: 38px;
    background: #3EB1C8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-left: 2px;
    cursor: pointer; }

.section_related_content_slider__items {
  display: flex;
  flex-wrap: wrap; }

.section_related_content_slider__item {
  padding: 2px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 20%;
  flex: 0 0 auto; }
  .section_related_content_slider__item:hover .section_related_content_slider__post_title {
    background: #3EB1C8;
    color: #FFFFFF; }
  .section_related_content_slider__item:hover .section_related_content_slider__post_type {
    color: #FFFFFF; }
  .section_related_content_slider__item:hover .section_related_content_slider__image {
    transform: scale3d(1.1, 1.1, 1); }

.section_related_content_slider__item_inner {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_related_content_slider__item_inner > a {
    display: flex;
    flex-direction: column;
    height: 100%; }

.section_related_content_slider__image_wrap {
  height: 200px;
  width: 100%;
  overflow: hidden; }

.section_related_content_slider__image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: transform .2s linear; }

.section_related_content_slider__post_title {
  min-height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 10px 30px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #333333;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
  transition: background .2s linear, color .2s linear;
  flex: 1 0 auto; }
  .section_related_content_slider__post_title h3 {
    font-size: 1.125rem;
    font-weight: 400; }

.section_related_content_slider__post_type {
  color: #3EB1C8;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 30px 20px 0 20px;
  font-weight: 600; }

.section_related_content_slider .section_buttons {
  margin-top: 40px; }

.section_contact_support {
  padding: 80px 0; }

h2.section_contact_support__title {
  color: #333333;
  margin-bottom: 60px;
  font-size: 2.5rem; }

.section_contact_support__primary_wrap {
  padding: 50px;
  background: #f4f7fa;
  border-radius: 10px; }

h3.section_contact_support__primary_title {
  color: #333333;
  margin-bottom: 50px;
  font-size: 2rem; }

h4.section_contact_support__additional_contacts_title {
  color: #333333;
  padding-top: 80px;
  margin-bottom: 30px;
  font-size: 1.375rem; }

.section_contact_support__primary_item {
  margin: 0 50px 50px 50px; }
  .section_contact_support__primary_item h4 {
    color: #3EB1C8;
    margin-bottom: 20px;
    font-size: 1.375rem; }

.section_contact_support__item_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 0; }
  .section_contact_support__item_row i {
    color: #3EB1C8;
    margin-right: 15px; }

.section_contact_support__hours {
  cursor: pointer; }

.section_contact_support__item_row--underline {
  padding: 10px 0;
  border-bottom: 1px solid #c5e7ee; }

.section_contact_support__item_links {
  padding-top: 20px; }
  .section_contact_support__item_links a {
    color: #3EB1C8;
    min-width: 250px;
    display: flex;
    justify-content: space-between; }
  .section_contact_support__item_links i {
    margin-left: 15px;
    margin-right: 0; }

.section_contact_support__secondaty_wrap {
  margin-top: 30px;
  padding: 50px;
  background: #f4f7fa;
  border-radius: 10px; }

.section_contact_support__secondary_item {
  margin: 0 30px; }
  .section_contact_support__secondary_item h4 {
    color: #3EB1C8;
    margin-bottom: 20px;
    font-size: 1.375rem; }

@media (max-width: 991.98px) {
  .section_contact_support__primary_item {
    margin: 0 0 50px 0; }
  .section_contact_support__secondary_item {
    margin: 0 0 50px 0; } }

#business-hours-modal {
  z-index: 100000; }

.section_faqs {
  padding-bottom: 100px; }

h2.section_faqs__title {
  color: #FFFFFF;
  margin-bottom: 50px;
  margin-top: 20px; }

.section_faqs__filter_wrap {
  padding: 30px 0 40px 0;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.8) 100%); }

.section_faqs__search_input {
  margin-bottom: 20px; }

.section_faqs__category_container h3 {
  line-height: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3EB1C8;
  font-size: 1.5rem; }

.section_faqs__category_container a {
  display: block;
  background: #f4f7fa;
  border-radius: 10px;
  padding: 20px 50px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background .2s linear, color .2s linear; }
  .section_faqs__category_container a:hover {
    color: #FFFFFF;
    background: #3EB1C8;
    text-decoration: none; }

.section_faqs__no_results {
  font-weight: 600;
  margin-top: 100px; }

.section_course_list__filter {
  padding: 40px 0 70px 0;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.8) 100%); }

h2.section_course_list__filter_title {
  color: #FFFFFF;
  margin-bottom: 40px; }

.section_course_list__filter_item {
  padding-bottom: 30px; }

.section_course_list__location_subject {
  display: none; }
  .section_course_list__location_subject hr {
    border-color: #b3b3b5;
    margin-top: 0;
    margin-bottom: 30px; }

.section_course_list__filter--courses_view .section_course_list__location_subject {
  display: block; }

.section_course__list_items {
  padding: 70px 0 90px 0; }

.section_course__category_item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_course__category_item h3 {
    font-size: 1.375rem;
    padding: 35px 0;
    margin: 0; }
  .section_course__category_item a:hover {
    text-decoration: none; }

.section_course__category_item_inner {
  box-sizing: border-box;
  border-bottom: 3px solid #f4f7fa;
  background: #f4f7fa;
  text-align: center;
  transition: border .2s linear, box-shadow .2s linear, transform .2s linear;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_course__category_item_inner:hover {
    border-bottom: 3px solid #3EB1C8;
    box-shadow: 2px 2px 4px #c5c5c5; }
    .section_course__category_item_inner:hover .section_course__category_image {
      transform: scale3d(1.1, 1.1, 1); }

.section_course__category_image_wrap {
  height: 250px;
  width: 100%;
  overflow: hidden; }

.section_course__category_image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: transform .2s linear; }

.section_course__category_intro {
  padding: 0 30px 30px 30px; }

.section_course__category_link {
  padding-bottom: 30px; }

.section_course__course_list_title h2 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f9f1e6; }

.section_course__course_item a {
  display: block;
  background: #f9f1e6;
  color: #333333;
  border-radius: 10px;
  padding: 20px 50px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background .2s linear, color .2s linear; }
  .section_course__course_item a:hover {
    color: #FFFFFF;
    background: #e1b87f;
    text-decoration: none; }

.section_downloads {
  padding-bottom: 70px; }

h2.section_downloads__title {
  color: #FFFFFF;
  margin-bottom: 50px; }

.section_downloads__filters_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.7) 100%); }

.section_downloads__filters_inner > div {
  margin-bottom: 20px; }

.section_downloads__downloadables h2 {
  margin-top: 80px; }

.section_downloads__downloadables hr {
  border-color: #3EB1C8;
  margin: 1.5rem 0; }

.section_downloads__releases {
  color: #FFFFFF; }
  .section_downloads__releases h2 {
    padding: 30px 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9babb;
    color: #FFFFFF; }

.section_downloads__releases_inner {
  margin-top: 50px;
  border-radius: 10px;
  background: linear-gradient(0deg, #717073 30%, rgba(113, 112, 115, 0.9) 100%); }

.section_downloads__release_table_inner {
  padding: 0 100px; }

.section_downloads__release_table_item {
  border-top: 1px solid #b9babb;
  padding-top: 15px; }

.section_downloads__release_table_note {
  border-top: 1px solid #b9babb;
  padding-top: 30px; }

.section_content {
  padding: 50px 0 70px 0; }
  .section_content h2 {
    color: #333333;
    margin-bottom: 30px; }
  .section_content h3 {
    margin-bottom: 35px;
    margin-top: 40px; }
  .section_content hr {
    border-color: #3EB1C8;
    margin-top: 40px; }
  .section_content a {
    color: #3EB1C8;
    font-weight: 600; }
    .section_content a:hover {
      color: #3EB1C8; }
  .section_content img {
    margin-bottom: 30px;
    display: block;
    margin: 30px auto; }
  .section_content ul {
    margin: 20px 0; }
    .section_content ul li {
      margin-bottom: 10px; }
  .section_content .btn {
    color: #FFFFFF; }
    .section_content .btn:hover {
      color: #FFFFFF; }
  .section_content img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .section_content img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .section_content img.aligncenter {
    display: block;
    margin: 0 auto; }

.section_webinars {
  padding: 80px 0 70px 0; }
  .section_webinars a {
    text-decoration: none; }
    .section_webinars a:hover {
      text-decoration: none; }

.section_webinars__title h2 {
  color: #333333;
  margin-bottom: 50px; }

.section_webinars__item {
  padding: 10px; }
  .section_webinars__item:hover .section_webinars__post_title {
    background: #3EB1C8;
    color: #FFFFFF;
    font-weight: 600; }
  .section_webinars__item:hover .section_webinars__post_type {
    color: #FFFFFF; }
  .section_webinars__item:hover .section_webinars__image {
    transform: scale3d(1.1, 1.1, 1); }

.section_webinars__item_inner {
  box-shadow: 0 2px 5px #dadada; }

.section_webinars__image_wrap {
  height: 150px;
  width: 100%;
  overflow: hidden; }

.section_webinars__image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: transform .2s linear; }

.section_webinars__post_title {
  min-height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 20px;
  padding-bottom: 10px;
  padding-top: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #3EB1C8;
  font-weight: 100;
  transition: background .2s linear, color .2s linear; }
  .section_webinars__post_title h3 {
    font-size: 1.125rem;
    font-weight: 400; }

.section_webinars__post_type {
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600; }

.section_videos {
  padding: 80px 0 70px 0; }
  .section_videos a {
    text-decoration: none; }
    .section_videos a:hover {
      text-decoration: none; }

.section_videos__title h2 {
  color: #333333;
  margin-bottom: 50px; }

.section_videos__item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_videos__item:hover .section_videos__post_title {
    background: #3EB1C8;
    color: #FFFFFF;
    font-weight: 600; }
  .section_videos__item:hover .section_videos__post_type {
    color: #FFFFFF; }
  .section_videos__item:hover .section_videos__image {
    transform: scale3d(1.1, 1.1, 1); }

.section_videos__item_inner {
  box-shadow: 0 2px 5px #dadada;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section_videos__item_inner > a {
    display: flex;
    flex-direction: column;
    height: 100%; }

.section_videos__image_wrap {
  height: 150px;
  width: 100%;
  overflow: hidden; }

.section_videos__image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: transform .2s linear; }

.section_videos__post_title {
  min-height: 140px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
  padding: 0 20px;
  padding-bottom: 10px;
  padding-top: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #3EB1C8;
  font-weight: 100;
  transition: background .2s linear, color .2s linear; }
  .section_videos__post_title h3 {
    font-size: 1.125rem;
    font-weight: 400; }

.section_videos__post_type {
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600; }

.section_videos .section_buttons {
  margin-top: 40px; }

.section_press_releases {
  padding: 70px 0 80px 0; }

.section_press_releases__title {
  color: #333333;
  margin-bottom: 50px; }

.section_press_releases__item {
  background: #f4f7fa;
  margin-bottom: 20px;
  transition: box-shadow .2s linear; }
  .section_press_releases__item:hover {
    box-shadow: 2px 2px 4px rgba(175, 175, 175, 0.6); }

.section_press_releases__item_inner {
  display: flex;
  flex-direction: row; }
  @media (max-width: 991.98px) {
    .section_press_releases__item_inner {
      flex-direction: column; } }

.section_press_releases__image_wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .section_press_releases__image_wrap {
      padding: 20px;
      align-items: flex-start; } }
  @media (max-width: 767.98px) {
    .section_press_releases__image_wrap {
      padding-bottom: 0; } }

.section_press_releases__image {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .section_press_releases__image {
      width: 200px;
      height: 200px; } }

.section_press_releases__item_content {
  padding: 30px;
  border-bottom: 5px solid #f4f7fa;
  transition: border .2s linear;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section_press_releases__item_content:hover {
    border-bottom: 5px solid #3EB1C8; }
  @media (max-width: 991.98px) {
    .section_press_releases__item_content {
      text-align: center; } }
  .section_press_releases__item_content h2 {
    margin-bottom: 30px; }
  .section_press_releases__item_content p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem; }

.section_media_downloads {
  padding: 70px 0 60px 0;
  background: #f4f7fa; }

h2.section_media_downloads__title {
  color: #333333;
  margin-bottom: 40px; }

.section_media_downloads__items_group {
  margin-bottom: 50px; }
  .section_media_downloads__items_group h3 {
    margin-bottom: 20px; }

.section_media_downloads__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 10px 0 10px 30px; }

.section_media_downloads__item_title {
  font-size: 1.125rem; }

.section_media_downloads__item_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3EB1C8;
  color: #FFFFFF;
  font-size: 1.75rem;
  width: 60px;
  height: 60px; }

.section_contacts_list {
  position: relative;
  padding: 50px 0 20px 0;
  background: linear-gradient(0deg, #3a86a2 0%, #3eb0c7 100%); }

.section_contacts_x_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  text-align: center; }
  .section_contacts_x_bg svg {
    height: 100%;
    width: auto; }
    .section_contacts_x_bg svg polygon {
      fill: rgba(255, 255, 255, 0.08); }

h2.section_contacts_list__title {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 40px;
  z-index: 1; }

.section_contacts_list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  z-index: 1; }
  .section_contacts_list__item strong {
    font-weight: 600; }

.section_contacts_list__item_photo {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px; }

.section_contacts_list__item_info > div {
  margin-bottom: 10px; }

.section_contacts_list__item_name {
  font-size: 1.125rem; }

.section_contacts_list .section_buttons {
  margin-top: 0;
  margin-bottom: 40px; }

.section_partners {
  padding: 70px 0 50px 0; }

.section_partners__item_image {
  max-width: 80%;
  margin: auto; }

.section_partners_v2 {
  position: relative; }

.section_partners_v2--loading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #FFFFFF;
  opacity: 0.7;
  z-index: 1; }

.section_partners_v2__solution_wrap {
  padding-top: 100px; }

.section_partners_v2__solution_wrap--software h2 {
  text-align: center !important; }

.section_partners_v2__solution_wrap--software .section_partners_v2__solution_inner {
  background: #f4f7fa;
  border-radius: 20px;
  padding: 50px 30px 50px 30px; }

.section_partners_v2__filter_wrap {
  padding: 30px 0 50px 0; }

.section_partners_v2__section_title {
  font-weight: 600;
  font-size: 22px;
  color: #3EB1C8;
  margin-bottom: 30px;
  border-bottom: 1px solid #3EB1C8;
  padding: 30px 0;
  text-align: center;
  display: none; }

.section_partners_v2__staff_item_inner {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 50px;
  text-align: center; }
  .section_partners_v2__staff_item_inner i {
    color: #3EB1C8;
    margin-right: 5px; }

.section_partners_v2__staff_item_photo img {
  max-height: 150px;
  width: auto;
  border-radius: 20px; }

.section_partners_v2__staff_item_name h3 {
  margin-top: 30px;
  margin-bottom: 20px; }

.section_partners_v2__staff_item_position {
  margin-bottom: 20px; }

.section_partners_v2__staff_item_phone a,
.section_partners_v2__staff_item_email a {
  font-weight: 600;
  color: #333333; }

.section_partners_v2__solution_wrap--software .section_partners_v2__item_inner {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 40px; }
  .section_partners_v2__solution_wrap--software .section_partners_v2__item_inner i {
    color: #3EB1C8;
    margin-right: 5px; }

.section_partners_v2__item_logo {
  text-align: center; }
  .section_partners_v2__item_logo img {
    max-width: 80%;
    height: auto; }

.section_partners_v2__solution_wrap--software .section_partners_v2__item_logo {
  text-align: right; }
  .section_partners_v2__solution_wrap--software .section_partners_v2__item_logo img {
    max-height: 70px;
    width: auto; }

.section_partners_v2__item_countries {
  padding-bottom: 10px; }

.section_partners_v2__item_details {
  font-size: 0.875rem; }

.section_partners_v2__item_address {
  padding: 10px 0;
  margin: 15px 0;
  border-top: 1px solid #3EB1C8;
  border-bottom: 1px solid #3EB1C8; }

.section_partners_v2__item_website {
  font-size: 1rem;
  padding-top: 20px; }

.section_open_positions {
  padding: 40px 0 80px 0;
  background: #f4f7fa; }

h2.section_open_positions__title {
  color: #333333;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.section_open_positions__table_header {
  font-weight: 600;
  color: #3EB1C8; }

.section_open_positions__header_items {
  padding: 15px 30px; }

.section_open_positions__item_info {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px 30px;
  margin-bottom: 10px; }
  .section_open_positions__item_info span {
    font-weight: 600; }

.section_open_positions__no_sessions {
  font-weight: 600;
  padding-bottom: 60px; }

.section_open_positions .section_buttons {
  padding-top: 40px; }

@media (max-width: 991.98px) {
  .section_open_positions__enquire_btn_wrap {
    padding-bottom: 50px; } }

.section_open_positions_search__filter {
  padding: 40px 0 70px 0;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.8) 100%); }

h2.section_open_positions_search__filter_title {
  color: #FFFFFF;
  margin-bottom: 40px; }

.section_open_positions_search__filter_item {
  padding-bottom: 30px; }

.section_open_positions_search__list_container {
  padding: 50px 0 100px 0;
  background: #f4f7fa; }

.section_open_positions_search__table_header {
  font-weight: 600;
  color: #3EB1C8; }

.section_open_positions_search__header_items {
  padding: 15px 30px; }

.section_open_positions_search__item_info {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px 30px;
  margin-bottom: 10px; }
  .section_open_positions_search__item_info span {
    font-weight: 600; }

.section_open_positions_search__no_offers {
  font-weight: 600;
  padding-bottom: 60px;
  padding-top: 30px; }

.section_open_positions_search__extra_items {
  display: none; }

.section_open_positions_search__show_all {
  margin-top: 30px; }
  .section_open_positions_search__show_all span {
    padding: 0 15px; }

.section_case_studies_filters {
  padding: 50px 0 70px 0; }

.section_case_studies_filters__desktop_switches ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0 0 30px 0;
  margin: 0; }

.section_case_studies_filters__desktop_switches li {
  position: relative;
  padding: 35px;
  font-size: 1.25rem;
  font-weight: 600;
  background: #E5E5E5;
  flex: 1 0 auto;
  text-align: center;
  cursor: pointer; }
  .section_case_studies_filters__desktop_switches li.active {
    background: #3EB1C8;
    color: #FFFFFF; }
    .section_case_studies_filters__desktop_switches li.active::after {
      position: absolute;
      top: 100%;
      left: 50%;
      display: block;
      content: "";
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #3EB1C8 transparent transparent transparent; }

.section_case_studies_filters__desktop_selections ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0; }

.section_case_studies_filters__desktop_selections li {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .section_case_studies_filters__desktop_selections li.active {
    display: flex; }

.section_case_studies_filters__desktop_selections__item {
  display: block;
  width: 20%;
  flex: 0 0 auto;
  text-align: center;
  padding: 40px 0;
  color: #333333;
  text-decoration: none; }
  .section_case_studies_filters__desktop_selections__item:hover {
    text-decoration: none;
    color: #333333; }
  .section_case_studies_filters__desktop_selections__item.selected {
    color: #3EB1C8; }
    .section_case_studies_filters__desktop_selections__item.selected:hover {
      color: #3EB1C8; }

.section_case_studies_filters__desktop_selections__item_icon {
  padding-bottom: 20px; }
  .section_case_studies_filters__desktop_selections__item_icon .icon_holder {
    margin: 0 auto;
    height: 60px;
    width: 60px;
    background-size: cover;
    background-position: 0% 0%; }
  .section_case_studies_filters__desktop_selections__item_icon .no_icon {
    height: 60px;
    width: 60px;
    border: 3px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 999px; }

.section_case_studies_filters__desktop_selections__item_name {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase; }

.section_case_studies_filters__desktop_selections__item.selected .section_case_studies_filters__desktop_selections__item_icon .icon_holder {
  background-position: 0% 100%; }

.section_case_studies_filters__desktop_selections__item.selected .section_case_studies_filters__desktop_selections__item_icon .no_icon {
  border: 3px solid #3EB1C8; }

.section_case_studies_filters__desktop_reset {
  padding-top: 50px; }

#case_study_industry_select {
  margin-bottom: 20px; }

.section_case_studies__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.section_case_studies__item {
  width: 25%;
  float: left;
  display: inline; }

.section_case_studies__item_inner {
  position: relative;
  margin: 10px; }

.section_case_studies__item_image {
  overflow: hidden; }
  .section_case_studies__item_image img {
    width: 100%;
    height: auto;
    transition: transform .2s linear; }

.section_case_studies__item_content {
  padding: 20px 20px 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #f4f7fa;
  transition: background .2s linear, color .2s linear; }
  .section_case_studies__item_content a:hover {
    text-decoration: none; }

.section_case_studies__item_categories {
  margin-bottom: 20px;
  text-transform: uppercase; }
  .section_case_studies__item_categories a {
    color: #3EB1C8;
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #333333; }
    .section_case_studies__item_categories a:last-child {
      border: none; }
    .section_case_studies__item_categories a:hover {
      text-decoration: underline; }

.section_case_studies__item_title {
  font-size: 1.1rem;
  line-height: 1.6rem; }
  .section_case_studies__item_title a:hover {
    color: #FFFFFF; }

.section_case_studies__item_inner:hover .section_case_studies__item_content {
  background: #3EB1C8;
  color: #FFFFFF; }

.section_case_studies__item_inner:hover .section_case_studies__item_categories a {
  color: #FFFFFF; }

.section_case_studies__item_inner:hover .section_case_studies__item_title a {
  color: #FFFFFF; }

.section_case_studies__item_inner:hover .section_case_studies__item_image img {
  transform: scale3d(1.1, 1.1, 1); }

@media (max-width: 1199.98px) {
  .section_case_studies__item {
    width: 33.33333%; } }

@media (max-width: 767.98px) {
  .section_case_studies__item {
    width: 50%; } }

@media (max-width: 575.98px) {
  .section_case_studies__item {
    width: 100%; } }

.section_locations {
  padding: 80px 0; }

.section_locations--with-filter {
  padding-top: 0; }

.section_locations__title {
  color: #333333;
  margin-bottom: 70px; }

.section_locations__filter {
  padding: 40px 0 70px 0;
  margin-bottom: 50px;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.8) 100%); }
  .section_locations__filter h2.section_locations__title {
    color: #FFFFFF;
    margin-bottom: 40px; }

.section_locations__region_name h3 {
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #3EB1C8;
  padding-bottom: 30px;
  font-size: 1.75rem;
  margin-top: 30px; }

.section_locations__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px; }
  .section_locations__item h3 {
    font-size: 1.5rem;
    margin-bottom: 30px; }

.section_locations__item_inner {
  border-radius: 10px;
  box-sizing: border-box;
  background: #f4f7fa;
  padding: 50px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.section_locations__item_entity_name {
  padding-left: 25px;
  font-weight: 600; }

.section_locations__item_address,
.section_locations__item_phone_fax {
  border-bottom: 1px solid #3EB1C8;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.section_locations__item_address,
.section_locations__item_phone,
.section_locations__item_fax {
  padding-left: 25px;
  position: relative; }
  .section_locations__item_address:before,
  .section_locations__item_phone:before,
  .section_locations__item_fax:before {
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #3EB1C8;
    font-weight: 600; }

.section_locations__item_address:before {
  content: "\f3c5"; }

.section_locations__item_phone:before {
  content: "\f095"; }

.section_locations__item_fax:before {
  content: "\f1ac"; }

.section_locations__item_map_link {
  padding-top: 15px; }
  .section_locations__item_map_link a {
    color: #3EB1C8; }
    .section_locations__item_map_link a i {
      margin-left: 40px; }

.section_staff__filter {
  padding: 40px 0 70px 0;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.8) 100%); }

h2.section_staff__title {
  color: #FFFFFF;
  margin-bottom: 40px; }

.section_staff__disclaimer {
  color: #FFFFFF;
  padding-bottom: 50px; }

.section_staff__department h3 {
  color: #3EB1C8;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3EB1C8; }

.section_staff__item {
  margin-bottom: 60px;
  text-align: center; }

.section_staff__item_info > div {
  margin-bottom: 15px; }

.section_staff__item_photo {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  border-radius: 999px;
  margin-bottom: 30px; }

.section_staff__item_info__name {
  font-size: 1.125rem; }

.section_staff__no_results {
  font-weight: 600;
  padding: 60px 0; }

.section_events {
  background: #f4f7fa; }

.section_events__filter {
  padding: 40px 0 70px 0;
  background: linear-gradient(180deg, #717073 30%, rgba(113, 112, 115, 0.8) 100%); }

h2.section_events__title {
  color: #FFFFFF;
  margin-bottom: 40px; }

.section_events__content_wrap {
  padding: 30px 0 60px 0; }

.section_events__item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.section_events__item_inner {
  box-shadow: 1px 2px 6px #ccc;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

.section_events__item_date {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background: #3EB1C8;
  color: #FFFFFF;
  padding: 10px;
  min-height: 85px;
  min-width: 85px; }

.section_events__item_image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #e7e7e7; }

.section_events__item_content {
  padding: 30px;
  flex: 1 0 auto; }

.section_events__item_info {
  min-height: 100px;
  box-sizing: border-box;
  padding-bottom: 10px;
  text-align: center; }

.section_events__item_info__type {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 5px; }

.section_events__item_info__title a {
  color: #3EB1C8; }

.section_events__item_info__location {
  margin-top: 10px;
  color: #333333;
  font-weight: 600; }

.section_events__no_results {
  padding: 80px 0 50px 0;
  font-weight: 600; }

.section_webinars_on_demand {
  padding: 70px 0; }

h2.section_webinars_on_demand__title {
  color: #333333;
  margin-bottom: 40px; }

.section_webinars_on_demand__content_wrap {
  padding: 30px 0 60px 0; }

.section_webinars_on_demand__item {
  margin: 10px;
  position: relative;
  box-shadow: 1px 2px 6px #ccc; }

.section_webinars_on_demand__item_image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #e7e7e7; }

.section_webinars_on_demand__item_content {
  padding: 30px; }

.section_webinars_on_demand__item_info {
  min-height: 100px;
  box-sizing: border-box;
  padding-bottom: 10px;
  text-align: center; }

.section_webinars_on_demand__item_info__type {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 5px; }

.section_webinars_on_demand__item_info__title a {
  color: #3EB1C8; }

.section_webinars_on_demand__item_info__location {
  margin-top: 10px;
  color: #333333;
  font-weight: 600; }

.section_webinars_on_demand__no_results {
  font-weight: 600;
  text-align: center; }

.section_license_request {
  background: #c6e4ec;
  background: linear-gradient(0deg, #c5e7ee 0%, #f4f7fa 100%);
  padding: 60px 0 70px 0; }
  .section_license_request input[type="text"] {
    background: #f4f7fa;
    border: 1px solid #cccccc;
    padding: 5px 15px !important; }
    .section_license_request input[type="text"]:focus {
      outline: none; }
  .section_license_request textarea {
    background: #f4f7fa;
    border: 1px solid #cccccc; }
  .section_license_request select {
    display: block;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #cccccc;
    background-color: #f4f7fa;
    /* Hide arrow icon in IE browsers */ }
    .section_license_request select::-ms-expand {
      display: none; }
    .section_license_request select:hover {
      border-color: #ced4da; }
    .section_license_request select:focus {
      outline: none; }

h2.section_license_request__title {
  margin: 30px 0 50px 0; }

.section_license_request__form_wrap {
  border-radius: 10px;
  background: #FFFFFF;
  border-bottom: 3px solid #3EB1C8;
  padding: 30px 50px; }

.section_modal {
  padding: 30px 0; }

.section_modal__button_wrap {
  background: #f4f7fa;
  padding: 30px;
  border-radius: 10px; }

.modal-body .hbspt-form {
  padding: 30px 0px; }
  .modal-body .hbspt-form ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px; }
  .modal-body .hbspt-form fieldset {
    width: 100% !important;
    max-width: initial;
    padding-bottom: 10px; }
  .modal-body .hbspt-form input[type="text"],
  .modal-body .hbspt-form input[type="email"],
  .modal-body .hbspt-form input[type="phone"],
  .modal-body .hbspt-form input[type="tel"],
  .modal-body .hbspt-form input[type="number"],
  .modal-body .hbspt-form select {
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    border-radius: 3px;
    border: 1px solid #e1e2e3;
    background-color: #f4f7fa;
    outline: none; }
    .modal-body .hbspt-form input[type="text"]:focus,
    .modal-body .hbspt-form input[type="email"]:focus,
    .modal-body .hbspt-form input[type="phone"]:focus,
    .modal-body .hbspt-form input[type="tel"]:focus,
    .modal-body .hbspt-form input[type="number"]:focus,
    .modal-body .hbspt-form select:focus {
      border-color: #3EB1C8; }
  .modal-body .hbspt-form textarea {
    width: 100% !important;
    min-height: 150px;
    padding-left: 30px;
    padding-top: 15px;
    border-radius: 3px;
    border: 1px solid #e1e2e3;
    background-color: #f4f7fa;
    outline: none; }
    .modal-body .hbspt-form textarea:focus {
      border-color: #3EB1C8; }
  .modal-body .hbspt-form input[type="submit"] {
    cursor: pointer !important;
    text-transform: uppercase;
    font-size: 0.875rem !important;
    font-weight: 600;
    font-family: 'Gotham';
    width: 100%;
    padding: 13px 40px;
    margin-top: 10px;
    border-radius: 8px;
    display: block;
    color: #FFFFFF;
    background-color: #3EB1C8;
    border-color: #3EB1C8;
    border: none; }
  .modal-body .hbspt-form .hs-form-field > label {
    display: none; }
  .modal-body .hbspt-form .hs-error-msgs {
    margin-top: 5px !important; }
  .modal-body .hbspt-form .hs-error-msg {
    font-size: 0.75rem;
    color: red; }
  .modal-body .hbspt-form .legal-consent-container {
    padding-top: 10px; }
    .modal-body .hbspt-form .legal-consent-container input[type="checkbox"] {
      margin-top: 4px; }
    .modal-body .hbspt-form .legal-consent-container p {
      color: #333333; }
    .modal-body .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
      margin-left: 40px !important; }
  .modal-body .hbspt-form .submitted-message {
    color: #333333 !important; }
  @media (max-width: 767.98px) {
    .modal-body .hbspt-form {
      padding-left: 5px;
      padding-right: 5px; }
      .modal-body .hbspt-form .form-columns-2 input[type="text"]:first-child,
      .modal-body .hbspt-form .form-columns-2 input[type="email"]:first-child,
      .modal-body .hbspt-form .form-columns-2 input[type="phone"]:first-child,
      .modal-body .hbspt-form .form-columns-2 input[type="tel"]:first-child,
      .modal-body .hbspt-form .form-columns-2 input[type="number"]:first-child,
      .modal-body .hbspt-form .form-columns-2 select:first-child {
        margin-bottom: 10px; } }

.section_single_download {
  padding: 50px 0; }
  .section_single_download i {
    font-size: 1.25rem;
    margin-right: 10px; }

.section_faqs_manual {
  padding: 50px 0; }

.section_faqs_manual__title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3EB1C8; }

.section_faqs_manual__item {
  padding: 5px 0; }

.section_faqs_manual__item_inner a {
  color: #333333;
  display: block;
  font-weight: 600;
  padding: 30px 50px;
  transition: background .2s linear, color .2s linear;
  border-radius: 10px;
  background: #f4f7fa; }
  .section_faqs_manual__item_inner a:hover {
    text-decoration: none; }

.section_faqs_manual__item_inner:hover a {
  color: #FFFFFF;
  background: #3EB1C8; }

.section_sections_divider {
  padding: 10px 0; }
  .section_sections_divider hr {
    border-top-color: #c5e7ee; }

.section_arlo_page {
  padding: 50px 0; }

/* Colour 1 */
/* Main colour used for texts and headlines. Default: dark gray */
.arlo#arlo,
.arlo#arlo .arlo-color1,
.arlo#arlo .arlo-next-running,
.arlo#arlo .arlo-button:hover,
.arlo#arlo .arlo-filters .arlo-filters-buttons a:hover,
.arlo#arlo .arlo-next-running > a:hover,
.arlo-widget-upcoming .arlo-cal-day,
.arlo#arlo .arlo-event-offers .replaced + .discount * {
  color: #666666; }

.arlo#arlo .arlo-background-color1,
.arlo#arlo .arlo-next-running a,
.arlo#arlo .arlo-button {
  background-color: #666666; }

.arlo#arlo .arlo-border-color1,
.arlo#arlo .arlo-button:hover,
.arlo#arlo .arlo-filters .arlo-filters-buttons a:hover,
.arlo#arlo .arlo-next-running > a:hover {
  border-color: #666666; }

/* Colour 2 */
/* Secondary colour used for buttons, hovers. Default: orange */
.arlo#arlo .arlo-color2,
.arlo#arlo .arlo-tooltip-button,
.arlo#arlo .arlo-suggest a,
.arlo#arlo .arlo-no-results a,
.arlo .dark-tooltip h6,
.arlo#arlo .arlo-event-offers .discount,
.arlo#arlo .arlo-event-offers .discount *,
.arlo#arlo .arlo-event-offers .replaced .amount,
.arlo#arlo a:hover,
.arlo#arlo .arlo-category-list li a:hover,
.arlo#arlo .arlo-event-registration > p > a,
.arlo#arlo .arlo-pagination .page-numbers:hover,
.arlo#arlo .arlo-pagination .page-numbers.next:hover,
.arlo#arlo .arlo-pagination .page-numbers.prev:hover,
.arlo#arlo .arlo-event-name a:hover,
.arlo#arlo .arlo-event-provider a:hover,
.arlo#arlo .arlo-event-location a:hover,
.arlo#arlo .arlo-list.catalogue .arlo-template-name a:hover,
.arlo#arlo ul.arlo-list.venues .arlo-venue-name a:hover,
.arlo#arlo .arlo-event-presenters a:hover,
.arlo#arlo ul.presenter-events > li a:hover,
.arlo#arlo .arlo-event-registration > a:hover,
.arlo#arlo .arlo-event-registration > a.arlo-waiting-list:hover,
.arlo#arlo .arlo-buttons .arlo-event-registration > a:hover,
.arlo#arlo .arlo-filters .arlo-filters-buttons a:hover,
.arlo#arlo .arlo-show-more-link:hover,
.arlo#arlo .arlo-oa-registration > a:hover,
.arlo#arlo .arlo-next-running a.arlo-register:hover,
.arlo#arlo .arlo-suggest-template-event-link a,
.arlo#arlo .arlo-suggest-templates a:hover,
.arlo#arlo ul.arlo-list.venues .arlo-venue-info-link a,
.arlo#arlo ul.arlo-list.presenters .arlo-presenter-info-link a,
.arlo#arlo ul.presenter-events > li a,
.arlo-categories-widget .arlo-category-list li a:hover,
.arlo-list.arlo-widget-upcoming a:hover {
  color: #3EB1C8; }

.arlo#arlo .arlo-background-color2,
.arlo#arlo .arlo-event-registration > a,
.arlo#arlo .arlo-filters .arlo-filters-buttons a,
.arlo#arlo .arlo-oa-registration > a,
.arlo#arlo .arlo-register,
.arlo#arlo .arlo-next-running a.arlo-register,
.arlo#arlo .arlo-search-button,
.arlo#arlo .arlo-show-more-link {
  background-color: #3EB1C8; }

.arlo#arlo .arlo-border-color2,
.arlo#arlo .arlo-cal,
.arlo#arlo .arlo-search-field,
.arlo#arlo .arlo-search-button,
.arlo#arlo .arlo-list .arlo-group-divider,
.arlo#arlo .arlo-category-list li a:hover,
.arlo#arlo .arlo-event-registration > a:hover,
.arlo#arlo .arlo-event-registration > a.arlo-waiting-list:hover,
.arlo#arlo .arlo-buttons .arlo-event-registration > a:hover,
.arlo#arlo .arlo-filters .arlo-filters-buttons a:hover,
.arlo#arlo .arlo-show-more-link:hover,
.arlo#arlo .arlo-oa-registration > a:hover,
.arlo#arlo .arlo-next-running a.arlo-register:hover,
.arlo#arlo .arlo-register:hover,
.arlo-widget-upcoming > li:hover .arlo-cal.arlo-left {
  border-color: #3EB1C8; }

/* Colour 3 */
/* Light colour used for backgrounds. Default: light gray */
.arlo#arlo .arlo-color3 {
  color: #e6e6e6; }

.arlo#arlo .arlo-background-color3,
.arlo#arlo select,
.arlo#arlo .arlo-category-list li a,
.arlo#arlo p.arlo-no-results,
.arlo#arlo .arlo-next-running span,
.arlo#arlo .arlo-pagination .page-numbers.current {
  background-color: #e6e6e6; }

.arlo#arlo .arlo-event-registration > a.arlo-waiting-list,
.arlo#arlo .arlo-pagination .page-numbers {
  border-color: #e6e6e6; }

/* Colour 4 */
/* Highlight colour used for important imformation. Default: yellow */
.arlo#arlo .arlo-color4,
.arlo#arlo .arlo-event-provider a,
.arlo#arlo .arlo-event-location a,
.arlo#arlo .arlo-event-presenters a,
.arlo#arlo .arlo-places-remaining,
.arlo#arlo .arlo-event-full,
.arlo#arlo .arlo-presenter-details a {
  color: #f2d300; }

/* Colour 5 */
/* Light colour used for general links. Default: light blue */
.arlo#arlo .arlo-color5,
.arlo#arlo .arlo-presenter-content a,
.arlo#arlo .arlo-venue-content a,
.arlo#arlo .arlo-presenter-details a,
.arlo#arlo .arlo-venue-details a,
.arlo#arlo .arlo-content-field a {
  color: #7582d0; }

/* Colour 6 */
/* Contrast colour used for button texts with dark backgrounds. Default: white */
.arlo#arlo .arlo-button,
.arlo#arlo .arlo-filters .arlo-filters-buttons a,
.arlo#arlo .arlo-buttons .arlo-event-registration > a,
.arlo#arlo .arlo-buttons .arlo-event-registration p,
.arlo#arlo .arlo-search-button,
.arlo#arlo .arlo-search-button:hover,
.arlo#arlo .arlo-next-running a,
.arlo#arlo .arlo-next-running span,
.arlo#arlo .arlo-event-registration > a,
.arlo#arlo .arlo-show-more-link,
.arlo#arlo .arlo-oa-registration > a {
  color: white; }

/* Colour 7 */
/* Light colour used for secondary texts. Default: gray */
.arlo#arlo ul.upcoming .arlo-event-provider,
.arlo#arlo ul.upcoming .arlo-event-time,
.arlo#arlo ul.upcoming .arlo-event-location,
.arlo#arlo ul.upcoming .arlo-event-presenters,
.arlo#arlo .arlo-next-running span,
.arlo#arlo .arlo-event-registration > a.arlo-waiting-list,
.arlo#arlo .arlo-list.catalogue .arlo-next-running p,
.arlo#arlo .arlo-list.catalogue .arlo-advertised-duration span,
.arlo#arlo .arlo-list.catalogue .arlo-offers span,
.arlo#arlo .arlo-reference-term,
.arlo-categories-widget .arlo-category-list li ul {
  color: #ababab; }

/* Transparent Background*/
.arlo#arlo .arlo-search-field,
.arlo#arlo .arlo-list .arlo-group-divider,
.arlo#arlo .arlo-button:not(.arlo-search-button):hover,
.arlo#arlo .arlo-filters .arlo-filters-buttons a:hover,
.arlo#arlo .arlo-category-list li a:hover,
.arlo#arlo .arlo-next-running > a:hover,
.arlo#arlo .arlo-show-more-link:hover,
.arlo#arlo .arlo-oa-registration > a:hover,
.arlo#arlo .arlo-event-registration > a.arlo-waiting-list,
.arlo#arlo .arlo-event-registration > a:hover,
.arlo#arlo .arlo-suggest-templates a,
.arlo#arlo .arlo-buttons .arlo-event-registration > a:hover,
.arlo#arlo .arlo-filters .arlo-filters-buttons a:hover,
.arlo#arlo .arlo-next-running a.arlo-register:hover {
  background-color: transparent; }

.arlo#arlo .arlo-catalogue-filters {
  display: flex;
  flex-direction: column; }

.arlo#arlo .arlo-filters select {
  margin-bottom: 10px; }

.arlo#arlo .arlo-list .arlo-group-divider {
  margin-bottom: 40px; }
  .arlo#arlo .arlo-list .arlo-group-divider h2 {
    font-family: 'Gotham Book';
    color: #333333;
    padding-bottom: 10px; }

.arlo#arlo .arlo-list.catalogue .arlo-template-name {
  padding-bottom: 20px; }
  .arlo#arlo .arlo-list.catalogue .arlo-template-name a {
    color: #333333; }

.arlo#arlo .arlo-event-name {
  padding-bottom: 10px; }
  .arlo#arlo .arlo-event-name a {
    color: #333333;
    font-size: 1.875rem; }
    .arlo#arlo .arlo-event-name a:hover {
      color: #333333; }

.arlo#arlo .arlo-places-remaining {
  display: none; }

.arlo#arlo .pull-left {
  float: left !important; }

.arlo#arlo .drop-shadow {
  box-shadow: 0 1px 3px 0px #bdbdbd; }

.arlo#arlo .venue {
  text-align: left;
  margin-bottom: 20px;
  padding: 30px 20px; }
  .arlo#arlo .venue h1 {
    font-family: 'Gotham Book';
    padding-bottom: 30px; }
    .arlo#arlo .venue h1 a {
      color: #333333; }
  .arlo#arlo .venue p {
    margin: 20px 20px 30px 20px; }

.arlo#arlo .arlo-map iframe {
  width: 100% !important; }

.arlo#arlo .btn-primary {
  background: #3EB1C8 !important; }
  .arlo#arlo .btn-primary:hover {
    color: #FFFFFF; }

.arlo#arlo ul.arlo-list.events {
  margin-top: 30px; }

.arlo#arlo h4 {
  font-family: 'Gotham Book';
  color: #333333;
  padding-top: 20px; }

.section_image_text_boxes {
  padding-top: 50px;
  padding-bottom: 70px; }

h2.section_image_text_boxes__title {
  text-align: center;
  color: #333333;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.section_image_text_boxes__item a {
  text-decoration: none; }

.section_image_text_boxes__item_wrap {
  height: 280px; }

.section_image_text_boxes--grid .section_image_text_boxes__item_wrap {
  padding: 4px; }

.section_image_text_boxes__item_inner {
  height: 100%;
  background-size: cover; }

.section_image_text_boxes__item_text_wrap {
  height: 100%;
  display: flex;
  background-color: rgba(62, 177, 200, 0.8);
  opacity: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transition: opacity .2s linear; }
  .section_image_text_boxes__item_text_wrap:hover {
    opacity: 1; }

.section_image_text_boxes__item_title {
  color: #FFFFFF;
  font-size: 2rem;
  font-family: 'Gotham';
  line-height: 2.25rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600; }

.section_image_text_boxes__item_subtitle {
  color: #FFFFFF;
  padding-top: 5px;
  font-size: 1rem;
  text-align: center; }

.section_image_text_boxes--full_width {
  padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .section_image_text_boxes--full_width .section_image_text_boxes__item {
      padding-bottom: 10px; } }
  .section_image_text_boxes--full_width .section_image_text_boxes__item_text_wrap {
    opacity: 0; }
    @media (max-width: 991.98px) {
      .section_image_text_boxes--full_width .section_image_text_boxes__item_text_wrap {
        opacity: 1 !important; } }
  .section_image_text_boxes--full_width .section_image_text_boxes__item_inner:hover .section_image_text_boxes__item_text_wrap {
    opacity: 1; }
  .section_image_text_boxes--full_width .section_image_text_boxes__item_subtitle {
    padding-top: 15px; }

.section_image_text_boxes__item--first .section_image_text_boxes__item_text_wrap {
  opacity: 1; }

@media (max-width: 575.98px) {
  .section_image_text_boxes__item_text_wrap {
    opacity: 1 !important; } }

.section_facts_in_numbers {
  background-size: cover;
  background-position: center center; }

.section_facts_in_numbers__inner {
  box-sizing: border-box;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.9); }

h2.section_facts_in_numbers__title {
  text-align: center;
  color: #333333;
  margin-bottom: 70px; }

.section_facts_in_numbers__item {
  padding-bottom: 10px; }

.section_facts_in_numbers__item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px #717073 solid; }

.section_facts_in_numbers__item:last-child .section_facts_in_numbers__item_inner {
  border-right: none; }

.section_facts_in_numbers__item_icon {
  text-align: center;
  padding-bottom: 15px; }
  .section_facts_in_numbers__item_icon i {
    font-size: 3.125rem;
    color: #3EB1C8; }

.section_facts_in_numbers__item_title {
  text-align: center;
  font-family: 'Gotham';
  font-size: 2rem;
  font-weight: 600;
  color: #3EB1C8; }

.section_facts_in_numbers__item_subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0 10px; }

.section_inspirational_quote {
  background-size: cover;
  background-position: center center; }

.section_inspirational_quote__inner {
  padding: 100px 0;
  background-color: rgba(62, 177, 200, 0.9);
  box-sizing: border-box; }

.section_inspirational_quote__text {
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #FFFFFF;
  font-weight: 100;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; }

.section_masonry_layout {
  border-bottom: 10px solid #3EB1C8;
  background-color: #FFFFFF; }

.section_masonry_layout__wrap {
  width: 100%;
  height: 590px;
  display: flex; }

.section_masonry_layout__right_col {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 6px;
  padding-left: 3px; }

.section_masonry_layout__right_bottom_col {
  height: 50%;
  display: flex; }

.section_masonry_layout__item {
  position: relative; }

.section_masonry_layout__item_inner {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.section_masonry_layout__item_content_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(62, 177, 200, 0);
  transition: background-color .2s linear; }
  .section_masonry_layout__item_content_wrap:hover {
    background-color: rgba(62, 177, 200, 0.3); }

.section_masonry_layout__item_content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF; }

.section_masonry_layout__item_tag_logo {
  padding: 0 100px; }

.section_masonry_layout__item_title_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(47, 46, 46, 0.85);
  padding: 30px 100px; }

.section_masonry_layout__item_logo {
  padding-bottom: 30px; }
  .section_masonry_layout__item_logo img {
    max-height: 50px;
    width: auto; }

.section_masonry_layout__item_tag {
  padding-bottom: 10px; }

.section_masonry_layout__item_tag__wrap {
  display: inline;
  border-left: 5px solid #3EB1C8;
  background: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px 20px;
  font-family: 'Gotham';
  font-size: 12px; }

.section_masonry_layout__item_title h1 {
  color: #FFFFFF;
  font-size: 1.875rem; }

.section_masonry_layout__item_subtitle {
  font-size: 1.25rem;
  font-family: 'Gotham Book'; }

.section_masonry_layout__item--1 {
  height: 100%; }

.section_masonry_layout__item--1of1 {
  width: 100%; }

.section_masonry_layout__item--1of2,
.section_masonry_layout__item--1of3,
.section_masonry_layout__item--1of4 {
  width: 60%;
  flex: 0 0 auto;
  padding-top: 6px;
  padding-right: 3px; }

.section_masonry_layout__item--2 {
  height: 50%; }

.section_masonry_layout__item--3,
.section_masonry_layout__item--4 {
  height: 100%;
  width: 50%; }

.section_masonry_layout__item--2 .section_masonry_layout__item_tag_logo,
.section_masonry_layout__item--3 .section_masonry_layout__item_tag_logo,
.section_masonry_layout__item--4 .section_masonry_layout__item_tag_logo {
  padding: 0 30px; }

.section_masonry_layout__item--2 .section_masonry_layout__item_title_wrap,
.section_masonry_layout__item--3 .section_masonry_layout__item_title_wrap,
.section_masonry_layout__item--4 .section_masonry_layout__item_title_wrap {
  padding: 20px 30px;
  min-height: 96px; }

.section_masonry_layout__item--2 .section_masonry_layout__item_title h1,
.section_masonry_layout__item--3 .section_masonry_layout__item_title h1,
.section_masonry_layout__item--4 .section_masonry_layout__item_title h1 {
  font-size: 1.25rem;
  font-family: 'Gotham Book'; }

.section_masonry_layout__item--2of2 {
  height: 100%; }

.section_masonry_layout__item--2of3,
.section_masonry_layout__item--2of4 {
  padding-bottom: 6px; }

.section_masonry_layout__item--3of3 {
  width: 100%; }

.section_masonry_layout__item--3of4 {
  padding-right: 3px; }

.section_masonry_layout__item--4of4 {
  padding-left: 3px; }

@media (max-width: 1199.98px) {
  .section_masonry_layout__wrap {
    height: initial;
    flex-direction: column; }
  .section_masonry_layout__item {
    height: 400px; }
  .section_masonry_layout__item--1 {
    width: 100%;
    padding-right: 0; }
  .section_masonry_layout__right_col {
    width: 100%;
    padding-left: 0; }
  .section_masonry_layout__right_bottom_col {
    width: 100%; }
  .section_masonry_layout__item--2 {
    width: 100%; }
  .section_masonry_layout__item--3,
  .section_masonry_layout__item--4 {
    width: 50%; }
  .section_masonry_layout__item--3 {
    padding-left: 0; }
  .section_masonry_layout__item--3of3 {
    width: 100%; }
  .section_masonry_layout__item_title_wrap {
    min-height: initial !important; } }

@media (max-width: 767.98px) {
  .section_masonry_layout__right_bottom_col {
    flex-direction: column; }
  .section_masonry_layout__item--1 .section_masonry_layout__item_tag_logo {
    padding: 0 30px; }
  .section_masonry_layout__item--1 .section_masonry_layout__item_title_wrap {
    padding: 20px 30px; }
  .section_masonry_layout__item--2,
  .section_masonry_layout__item--3,
  .section_masonry_layout__item--4 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 180px; }
  .section_masonry_layout__item--3 {
    padding-bottom: 6px; }
  .section_masonry_layout__item_title h1 {
    color: #FFFFFF;
    font-size: 1.5rem; }
  .section_masonry_layout__item_subtitle {
    font-size: 1.125rem;
    font-family: 'Gotham Book'; } }

.cta_content_slider {
  padding: 70px 0; }

.cta_content_slider__header {
  height: 38px;
  background-image: linear-gradient(135deg, #3EB1C8 12.5%, transparent 12.5%, transparent 50%, #3EB1C8 50%, #3EB1C8 62.5%, transparent 62.5%, transparent 100%);
  background-size: 5.66px 5.66px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.cta_content_slider__header_title {
  background-color: #333333;
  color: #FFFFFF;
  border-left: 5px solid #3EB1C8;
  height: 100%;
  min-width: 250px;
  padding: 0 20px;
  line-height: 38px;
  font-family: 'Gotham book'; }

.cta_content_slider__header_controls {
  display: flex; }
  .cta_content_slider__header_controls span {
    height: 100%;
    width: 38px;
    background: #3EB1C8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-left: 2px;
    cursor: pointer; }

.cta_content_slider__slide {
  padding: 0 5px; }

.cta_content_slider__slide_inner {
  display: flex;
  align-items: flex-end;
  min-height: 350px;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }

.cta_content_slider__slide_content_wrap {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px;
  border-left: 5px solid #3EB1C8;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF; }

.cta_content_slider__slide_extra {
  max-height: 0;
  visibility: hidden;
  transition: max-height .2s linear; }

.cta_content_slider__slide:hover .cta_content_slider__slide_extra {
  padding-top: 20px;
  max-height: 350px;
  visibility: visible; }

.cta_content_slider__slide_title h1 {
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 0; }

.cta_content_slider__slide_cta .btn {
  border-radius: 0; }

@media (max-width: 1199.98px) {
  .cta_content_slider__slide_content_wrap {
    padding: 20px; }
  .cta_content_slider__slide_extra {
    padding-top: 20px;
    max-height: 350px;
    visibility: visible; }
  .cta_content_slider__slide_title h1 {
    font-size: 1.25rem;
    color: #FFFFFF; } }

.section_logo_slider {
  padding: 70px 0 10px 0; }

.section_logo_slider__header {
  height: 38px;
  background-image: linear-gradient(135deg, #3EB1C8 12.5%, transparent 12.5%, transparent 50%, #3EB1C8 50%, #3EB1C8 62.5%, transparent 62.5%, transparent 100%);
  background-size: 5.66px 5.66px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.section_logo_slider__header_title {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  background-color: #333333;
  border-left: 5px solid #3EB1C8; }
  .section_logo_slider__header_title h2 {
    font-family: 'Gotham book';
    font-size: 1rem;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF; }

.section_logo_slider__header_controls {
  display: flex; }
  .section_logo_slider__header_controls span {
    height: 100%;
    width: 38px;
    background: #3EB1C8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-left: 2px;
    cursor: pointer; }

.section_logo_slider__slides_wrap {
  display: block; }

.section_logo_slider__slides {
  display: block; }

.section_logo_slider__slide {
  width: 20%;
  float: left; }

.section_logo_slider__slide_item {
  display: flex;
  flex-direction: column;
  position: relative; }

.section_logo_slider__slide_item_inner {
  height: 230px;
  padding: 10px; }
  .section_logo_slider__slide_item_inner > a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.section_logo_slider__slide_item__logo {
  height: 150px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.section_logo_slider__slide_item__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(62, 177, 200, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .2s linear;
  z-index: 1; }

.section_logo_slider__slide_item:hover .section_logo_slider__slide_item__overlay {
  opacity: 1; }
  @media (max-width: 1199.98px) {
    .section_logo_slider__slide_item:hover .section_logo_slider__slide_item__overlay {
      opacity: 0; } }

.section_testimonial {
  min-height: 430px;
  position: relative; }

.section_testimonial__image {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top right;
  background-size: cover; }

.section_testimonial__content_wrap {
  padding: 70px 50px 0 20px; }
  .section_testimonial__content_wrap:before {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 100%;
    content: "“";
    font-family: "Gotham";
    font-size: 3rem;
    color: #FFFFFF;
    background-color: #3EB1C8;
    display: flex;
    justify-content: center; }
  @media (max-width: 1199.98px) {
    .section_testimonial__content_wrap {
      padding: 20px 20px 20px 70px; }
      .section_testimonial__content_wrap:before {
        top: 10px;
        right: initial;
        left: 0; } }
  @media (max-width: 767.98px) {
    .section_testimonial__content_wrap:before {
      top: 10px;
      right: initial;
      left: 10px; } }

.section_testimonial__content_text {
  font-family: "Gotham book";
  font-size: 1.5rem;
  padding-bottom: 20px; }
  .section_testimonial__content_text strong {
    font-family: "Gotham"; }

.section_testimonial__content_author {
  color: #3EB1C8;
  font-weight: 700;
  font-family: "Gotham"; }

.section_testimonial__content_position {
  color: #3EB1C8;
  font-family: "Gotham book"; }

.section_testimony {
  padding-bottom: 20px; }

.section_testimony__top {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #FFFFFF; }

.section_testimony__content {
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 2rem; }

.section_testimony__bottom {
  height: 40px; }
  .section_testimony__bottom svg {
    width: 100%;
    height: 100%; }
  .section_testimony__bottom path {
    fill: #FFFFFF; }

.section_testimony--tranparent_bg {
  background: transparent !important;
  position: relative;
  z-index: 1; }

.section_testimony--event_cat .section_testimony__top {
  background: #f4f7fa; }

.section_testimony--event_cat .section_testimony__bottom path {
  fill: #f4f7fa; }

.section_testimony--software {
  background: #f4f7fa; }
  .section_testimony--software .section_testimony__top {
    background: #FFFFFF; }
  .section_testimony--software .section_testimony__bottom path {
    fill: #FFFFFF; }

.section_course_about {
  margin-top: -60px;
  padding-bottom: 30px; }

.section_course_about__wrap {
  background: #f9f1e6;
  padding: 100px 0 40px 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 8px #cacaca; }

.section_course_about__title {
  margin-bottom: 30px; }

.section_course_about__content h3 {
  margin: 30px 0; }

.section_course_about__content h4 {
  margin: 30px 0;
  color: #333333; }

.section_course_about__content hr {
  border-color: #e1b87f; }

.section_course_about__content p {
  margin-bottom: 30px;
  font-size: 0.875rem; }

.section_course_about__content ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  font-size: 0.875rem; }

.section_course_about__content li {
  width: 50%;
  padding-left: 20px;
  padding-right: 10px;
  position: relative; }
  .section_course_about__content li:before {
    position: absolute;
    top: 8px;
    left: 5px;
    font-family: FontAwesome;
    content: "\f111";
    font-size: 7px;
    font-weight: 600; }

.section_inclusions {
  padding: 70px 0 90px 0;
  background: #f9f1e6; }

h2.section_inclusions__title {
  color: #333333;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1b87f;
  margin-bottom: 40px; }

.section_inclusions__item {
  position: relative;
  font-family: 'Gotham';
  font-weight: 600;
  font-size: 1.375rem;
  padding-left: 50px;
  margin-bottom: 30px; }
  .section_inclusions__item:before {
    position: absolute;
    top: -3px;
    left: 0;
    font-family: FontAwesome;
    content: "\f058";
    font-size: 1.625rem;
    font-weight: 300 !important;
    font-style: normal;
    color: #e1b87f; }

.section_upcoming_sessions {
  padding: 40px 0 80px 0; }

h2.section_upcoming_sessions__title {
  color: #333333;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1b87f; }

.section_upcoming_sessions__table_header {
  font-weight: 600; }

.section_upcoming_sessions__header_items {
  padding: 15px 30px; }

.section_upcoming_sessions__item_info {
  background: #f9f1e6;
  border-radius: 10px;
  padding: 12px 30px;
  margin-bottom: 10px; }
  .section_upcoming_sessions__item_info span {
    font-weight: 600; }

.section_upcoming_sessions__no_sessions {
  font-weight: 600;
  padding-bottom: 60px; }

.section_upcoming_sessions__item--hidden {
  display: none; }

@media (max-width: 991.98px) {
  .section_upcoming_sessions__enquire_btn_wrap {
    padding-bottom: 50px; } }

.section_how_it_works {
  padding: 80px 0 50px 0;
  background: linear-gradient(0deg, #3a86a2 0%, #3eb0c7 100%); }

h2.section_how_it_works__title {
  color: #FFFFFF;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c5e7ee; }

.section_how_it_works__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px; }

.section_how_it_works__item_content {
  color: #FFFFFF;
  position: relative; }
  .section_how_it_works__item_content h2 {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-indent: 25px;
    min-height: 60px;
    margin-bottom: 40px; }
  .section_how_it_works__item_content p {
    font-size: 1.25rem;
    font-weight: 100; }

.section_how_it_works__item_number {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 991.98px) {
  .section_how_it_works__item_content h2 {
    min-height: auto;
    margin-bottom: 20px; } }

.section_related_courses_list {
  padding: 70px 0 50px 0; }

h2.section_related_courses_list__title {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f9f1e6; }

.section_related_courses_list__item a {
  display: block;
  background: #f9f1e6;
  color: #333333;
  border-radius: 10px;
  padding: 20px 50px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background .2s linear, color .2s linear; }
  .section_related_courses_list__item a:hover {
    color: #FFFFFF;
    background: #e1b87f;
    text-decoration: none; }

.section_main_features {
  padding: 60px 0;
  background: #f4f7fa; }

.section_main_features__title {
  color: #333333;
  margin-bottom: 30px; }

.section_main_features__item_inner {
  display: flex;
  flex-direction: row;
  margin-top: 30px; }

.section_main_features__item_icon {
  padding: 30px 60px 0 60px; }
  .section_main_features__item_icon img {
    max-width: 80px;
    height: auto; }

.section_main_features__item_content {
  padding-top: 30px;
  border-top: 1px solid #3EB1C8; }
  .section_main_features__item_content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px; }
  .section_main_features__item_content p {
    padding: 0;
    margin: 0; }

.section_main_features__item--first .section_main_features__item_content,
.section_main_features__item--second .section_main_features__item_content {
  border: none; }

.section_main_features__item_content__cta {
  margin-top: 30px; }

.section_content_article {
  padding: 70px 0; }

.section_content_article__content h1, .section_content_article__content h2, .section_content_article__content h3 {
  margin: 40px 0; }

.section_content_article__content a {
  color: #3EB1C8; }

.section_fact_sheet {
  padding: 60px 0 20px 0;
  background: #f4f7fa; }

.section_fact_sheet__title {
  color: #333333;
  margin-bottom: 30px; }

.section_fact_sheet__item_inner {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  padding-bottom: 40px; }

.section_fact_sheet__item_icon {
  padding: 0 60px; }
  .section_fact_sheet__item_icon img {
    max-width: 80px;
    height: auto; }

.section_fact_sheet__item_content {
  border-bottom: 1px solid #3EB1C8; }
  .section_fact_sheet__item_content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333333; }
  .section_fact_sheet__item_content p {
    padding: 0;
    margin: 0; }

.section_fact_sheet__item_label {
  font-weight: 600;
  color: #3EB1C8; }

.section_course_staff {
  position: relative;
  padding: 50px 0 20px 0;
  background: linear-gradient(0deg, #3a86a2 0%, #3eb0c7 100%); }

.section_course_staff_x_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  text-align: center; }
  .section_course_staff_x_bg svg {
    height: 100%;
    width: auto; }
    .section_course_staff_x_bg svg polygon {
      fill: rgba(255, 255, 255, 0.08); }

h2.section_course_staff__title {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 40px;
  z-index: 1; }

.section_course_staff__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  z-index: 1; }
  .section_course_staff__item strong {
    font-weight: 600; }

.section_course_staff__item_photo {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px; }

.section_course_staff__item_info > div {
  margin-bottom: 10px; }

.section_course_staff__item_name {
  font-size: 1.125rem; }

.promo_slider_section {
  position: relative; }
  .promo_slider_section:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 38px;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(135deg, #FFFFFF 12.5%, transparent 12.5%, transparent 50%, #FFFFFF 50%, #FFFFFF 62.5%, transparent 62.5%, transparent 100%);
    background-size: 5.66px 5.66px; }
    @media (max-width: 1199.98px) {
      .promo_slider_section:before {
        display: none; } }

.promo_slide_technia_cloud {
  padding: 100px 0 80px 0;
  background: #3a86a2;
  background: linear-gradient(0deg, #3a86a2 0%, #3eb1c8 100%);
  color: #FFFFFF; }

.promo_slide_technia_cloud__graphics img {
  max-width: 100%;
  height: auto; }

.promo_slide_technia_cloud__content_logo img {
  max-width: 340px;
  height: auto;
  margin: 30px 0; }

.promo_slide_technia_cloud__service {
  margin-bottom: 30px; }
  .promo_slide_technia_cloud__service img {
    max-width: 260px;
    height: auto; }

.promo_slide_technia_cloud__service_name {
  font-weight: 600;
  font-size: 1.25rem; }

.promo_slide_technia_cloud__service_intro {
  font-weight: 100;
  font-size: 1.25rem;
  margin-bottom: 30px; }

.promo_slide_technia_cloud__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .promo_slide_technia_cloud__features li {
    position: relative;
    width: 50%;
    display: inline-block;
    font-weight: 600;
    line-height: 38px; }
    .promo_slide_technia_cloud__features li:after {
      display: block;
      content: "";
      height: 1px;
      width: 100%;
      background: #80bdce;
      position: absolute;
      top: 100%;
      left: 0; }
    .promo_slide_technia_cloud__features li:last-child:after {
      display: none; }
  .promo_slide_technia_cloud__features i {
    color: #e1b87f;
    margin-right: 8px; }

.promo_slide_technia_cloud__features--even li:nth-last-child(2):after {
  display: none; }

.promo_slide_technia_cloud__buttons .btn {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 20px; }

.promo_slide_technia_cloud__buttons .btn-light {
  color: #3EB1C8; }

.promo_slide_banner_x {
  background: #b2a9a0;
  background: linear-gradient(180deg, #c5b9ac 30%, #b2a9a0 100%); }

.promo_slide_banner_x__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.promo_slide_banner_x__bg_image {
  width: auto; }
  .promo_slide_banner_x__bg_image svg {
    height: 300px;
    width: auto; }

.promo_slide_banner_x__col1,
.promo_slide_banner_x__col3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 0; }

.promo_slide_banner_x__col1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.6875rem;
  font-weight: 100;
  text-align: left; }
  .promo_slide_banner_x__col1 .btn {
    display: none; }

.promo_slide_banner_x__subheading {
  padding-top: 5px;
  font-size: 1.25rem; }

.promo_slide_banner_x__col3 {
  justify-content: flex-start; }

.promo_slide_banner_x__col2 {
  flex: 0 0 auto; }

@media (max-width: 1199.98px) {
  .promo_slide_banner_x__col1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    order: 2; }
    .promo_slide_banner_x__col1 .btn {
      display: inherit;
      margin-top: 20px; }
  .promo_slide_banner_x__col2 {
    order: 1; }
  .promo_slide_banner_x__col3 {
    display: none; } }

@media (max-width: 767.98px) {
  .promo_slide_banner_x__wrap {
    flex-direction: column;
    padding-bottom: 50px; }
  .promo_slide_banner_x__col2 {
    display: flex;
    padding-bottom: 30px;
    justify-content: center; } }

/* -- Country switcher -- */
.header_country_switcher {
  background: #333333;
  color: #FFFFFF;
  padding: 15px 0; }

.header_country_switcher__content {
  display: flex;
  flex-direction: row;
  align-items: center; }

.header_country_switcher__suggestion {
  text-align: right;
  font-size: 0.75rem;
  flex: 1 1 auto; }
  .header_country_switcher__suggestion .btn {
    vertical-align: middle;
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem; }
    .header_country_switcher__suggestion .btn img {
      max-height: 13px;
      width: auto;
      margin-right: 10px; }

.header_country_switcher__selector_page {
  font-size: 0.75rem;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: right;
  flex: 0 0 auto;
  padding-left: 110px; }

@media (max-width: 991.98px) {
  .header_country_switcher {
    margin-top: 50px; }
  .header_country_switcher__content {
    flex-direction: column; }
  .header_country_switcher__suggestion {
    text-align: center; }
    .header_country_switcher__suggestion .btn {
      margin-left: 0;
      margin-top: 15px;
      display: block; }
  .header_country_switcher__selector_page {
    padding-left: 0;
    margin-top: 15px; } }

/* -- Header -- */
@media screen and (max-width: 1024px) {
  #header-container {
    display: none; } }

.logo {
  position: relative; }
  .logo img {
    max-width: 200px;
    height: auto; }

.logo-column {
  display: flex;
  align-items: center;
  position: relative; }

.menus-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

header.header {
  background: #3EB1C8;
  border-bottom: 1px solid #80beca;
  transition: background .2s linear; }

header.header--home {
  position: absolute;
  z-index: 99998;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  background: rgba(54, 176, 201, 0.3); }

header img.magnifier {
  height: 20px;
  widows: auto;
  cursor: pointer; }

header.is_stuck {
  position: fixed !important;
  background: #3EB1C8;
  z-index: 99998;
  left: 0;
  top: 0;
  width: 100%;
  display: block; }

.page--no-header .header--home {
  background: #3EB1C8;
  position: relative; }

.top-header-wrap {
  display: flex;
  flex-direction: row; }

/* -- Header menu -- */
#header-navigation {
  justify-content: flex-end; }

.menu-header-container ul li,
.menu-extra-container ul li {
  float: left;
  list-style: none; }

.menu-header-container ul li a {
  font-family: "Gotham";
  font-weight: bold !important;
  font-size: 0.875rem; }

nav#header-navigation ul > li {
  position: relative;
  padding-bottom: 30px; }

nav#header-navigation ul > li > a {
  color: #FFFFFF; }

nav#header-navigation ul > li:hover {
  position: relative; }
  nav#header-navigation ul > li:hover:after {
    display: block;
    content: "";
    background: #FFFFFF;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }

nav#header-navigation ul li ul.sub-menu {
  position: absolute;
  z-index: 1000;
  background: #fdfdfd;
  box-shadow: 2px 5px 9px 0px #c3c3c3;
  top: 38px;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

nav#header-navigation ul > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible; }

nav#header-navigation ul li ul.sub-menu li {
  float: none;
  margin-left: 0;
  min-width: 200px;
  padding: 15px;
  border-bottom: 1px solid #EEEEEE; }

nav#header-navigation ul li ul.sub-menu li:hover,
nav#header-navigation ul li ul.sub-menu li.current-menu-item {
  background: #FAFAFA; }

nav#header-navigation ul li ul.sub-menu li a {
  color: #707070; }

.menu-extra-container {
  margin-right: 20px; }
  .menu-extra-container ul li a {
    color: #FFFFFF;
    font-weight: bold !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-left: 15px; }

.extra-nav-wrap {
  margin-bottom: 12px; }
  .extra-nav-wrap nav {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }

#searchform-container {
  margin-right: 20px;
  display: none; }

.extra-nav-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row; }
  .extra-nav-buttons li {
    border-bottom: 1px solid #8cceda;
    border-left: 1px solid #8cceda; }
    .extra-nav-buttons li:last-child {
      border-right: 1px solid #8cceda; }
  .extra-nav-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    min-width: 50px;
    color: #FFFFFF;
    font-size: 1.25rem;
    transition: transform .2s linear; }
    .extra-nav-buttons a:hover {
      text-decoration: none;
      transform: scale3d(1.2, 1.2, 1); }

#sdrn_bar {
  height: 50px;
  padding: 16px;
  border-bottom: 1px solid #80bbcc; }

#sdrn_menu ul {
  padding-top: 50px; }

.section_header_intro_panel {
  color: #FFFFFF;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat; }
  .section_header_intro_panel h1 {
    color: #FFFFFF;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 2rem; }
  @media (max-width: 991.98px) {
    .section_header_intro_panel {
      text-align: center; } }

.section_header_intro_panel--black_content {
  color: #333333; }
  .section_header_intro_panel--black_content h1 {
    color: #333333; }

.section_header_intro_panel__inner {
  padding: 100px 0 80px 0;
  background: linear-gradient(90deg, #3EB1C8 30%, rgba(62, 177, 200, 0.1) 100%); }

.template-gold .section_header_intro_panel__inner {
  background: linear-gradient(90deg, #e1b87f 30%, rgba(225, 184, 127, 0.1) 100%); }

.template-silver .section_header_intro_panel__inner {
  background: linear-gradient(90deg, #717073 30%, rgba(113, 112, 115, 0.1) 100%); }

.template-darkblue .section_header_intro_panel__inner {
  background: linear-gradient(90deg, #005f83 30%, rgba(0, 95, 131, 0.1) 100%); }

.template-stone .section_header_intro_panel__inner {
  background: linear-gradient(90deg, #c5b9ac 30%, rgba(197, 185, 172, 0.1) 100%); }

.section_header_intro_panel__content {
  font-weight: 100;
  margin-bottom: 30px;
  font-size: 1.25rem; }
  .section_header_intro_panel__content p {
    margin: 0; }

.section_header_intro_panel__buttons .btn {
  margin-bottom: 20px;
  margin-right: 10px; }

.header__experience_matters,
.header__experience_packaged {
  padding-top: 30px; }
  .header__experience_matters img,
  .header__experience_packaged img {
    max-width: 350px;
    height: auto; }

.section_breadcrumbs {
  border-bottom: 1px solid #c5e7ee;
  line-height: 60px; }
  .section_breadcrumbs .breadcrumb_separator,
  .section_breadcrumbs .separator {
    margin: 0 15px; }
  .section_breadcrumbs .breadcrumb_last,
  .section_breadcrumbs .last {
    color: #3EB1C8;
    font-weight: 600; }
  .section_breadcrumbs ul, .section_breadcrumbs p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem; }

footer.footer {
  background: #3EB1C8;
  padding: 50px 0 0 0; }
  footer.footer a {
    color: #FFFFFF; }
  footer.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  footer.footer hr {
    border-top: 1px solid #81ccdb; }

footer .footer_column h4 {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 25px; }

footer .footer_column li a {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.875rem; }

@media (max-width: 991.98px) {
  footer .footer_column {
    margin-top: 30px; } }

.footer__top_row {
  display: flex;
  justify-content: stretch; }
  @media (max-width: 767.98px) {
    .footer__top_row {
      flex-direction: column; } }

.footer__top_row__left {
  flex: 1 1 auto; }
  .footer__top_row__left hr {
    margin-top: 30px; }

.footer__top_row__right {
  flex: 0 0 auto;
  text-align: center; }
  .footer__top_row__right img {
    max-height: 75px;
    width: auto;
    margin-left: 30px; }

.footer__social_links {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%; }
  .footer__social_links a {
    display: inline-block;
    font-size: 1.125rem;
    margin-left: 30px; }

.footer__corporate_contacts img {
  margin-right: 10px;
  max-height: 14px;
  width: auto; }

.footer__corporate_contacts a {
  font-weight: 100;
  font-size: 0.875rem; }

.footer__corporate_contacts_item {
  border-bottom: 1px solid #81ccdb;
  padding: 10px 0; }
  .footer__corporate_contacts_item:nth-last-child(1) {
    border-bottom: none; }
  .footer__corporate_contacts_item i {
    color: #FFFFFF;
    margin-right: 10px; }

.footer__corporate_contacts--even .footer__corporate_contacts_item:nth-last-child(2) {
  border-bottom: none; }

.footer__corporate_contacts_item--non-corp {
  border-bottom: 1px solid #81ccdb !important; }

.footer__bottom_row {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .footer__bottom_row {
      padding-top: 20px; } }

.footer__corporate_contacts_item__button {
  padding-top: 40px; }
  .footer__corporate_contacts_item__button .btn {
    color: #3EB1C8; }

.footer__copyright {
  background: #333333;
  color: #FFFFFF;
  padding: 15px 0;
  font-size: 0.75rem;
  font-weight: 100; }
  .footer__copyright p {
    margin: 0; }

/** Thursday 18th April 2019 11:01:16 UTC (core) **/
/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/
/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/
.mega-menu-last-modified-1555585276 {
  content: 'Thursday 18th April 2019 11:01:16 UTC'; }

#mega-menu-wrap-header-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column,
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
  transition: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #fff;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word; }

#mega-menu-wrap-header-menu:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link:before,
#mega-menu-wrap-header-menu:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link:after {
  display: none; }

#mega-menu-wrap-header-menu {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu {
    background: rgba(0, 0, 0, 0); } }

#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-menu-toggle:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block a:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu a:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu input:focus,
#mega-menu-wrap-header-menu.mega-keyboard-navigation #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px; }

#mega-menu-wrap-header-menu.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px; }

#mega-menu-wrap-header-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-color: #fff; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
    color: #707070;
    background: #ccc; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
  cursor: pointer;
  display: inline;
  transition: background 200ms linear, color 200ms linear, border 200ms linear; }

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none; }

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-title,
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block; }

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
  align-items: center; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: block; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
  display: inline-block;
  transition: none; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 40px; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-disable-link > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: default; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer; }

#mega-menu-wrap-header-menu #mega-menu-header-menu p {
  margin-bottom: 10px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu input,
#mega-menu-wrap-header-menu #mega-menu-header-menu img {
  max-width: 100%; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none; } }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 400ms ease-in, visibility 400ms ease-in; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 400ms ease-in, transform 400ms ease-in, visibility 400ms ease-in; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0); }
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 400ms ease-in, visibility 400ms ease-in; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0); } }

#mega-menu-wrap-header-menu #mega-menu-header-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  visibility: visible; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a[class^='dashicons']:before {
  font-family: dashicons; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  -o-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  -o-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item {
  position: static; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
  padding: 0 20px 0 20px;
  display: inline-block;
  height: auto;
  vertical-align: middle; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child {
    padding-right: 0; }
  @media screen and (max-width: 1220px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
      padding: 0 10px 0 10px; }
      #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child {
        padding-right: 0; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child {
  margin-right: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right {
  float: right; }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 40px; } }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-float-left {
    float: left; } }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-color: #fff; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-color: #fff; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #707070;
    background: #ccc; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  border-top: 0px solid rgba(255, 255, 255, 0);
  border-left: 0px solid rgba(255, 255, 255, 0);
  border-right: 0px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  outline: none;
  text-decoration: none;
  padding: 0px 0px 15px 0px;
  line-height: 40px;
  font-weight: bold;
  height: auto;
  vertical-align: baseline;
  text-align: left;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  font-family: inherit;
  font-size: 14px; }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle; } }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none; } }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right {
    float: none; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: left; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul {
  width: 1140px;
  margin: 0 auto; }
  @media (max-width: 1199.98px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul {
      width: 100%; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px; }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.28571%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.57143%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.85714%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.14286%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.42857%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.71429%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
    width: 11.11111%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
    width: 22.22222%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
    width: 44.44444%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
    width: 55.55556%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
    width: 77.77778%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
    width: 88.88889%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
    width: 10%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    width: 20%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    width: 30%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
    width: 40%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
    width: 60%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 70%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
    width: 80%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
    width: 90%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
    width: 9.09091%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
    width: 18.18182%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
    width: 27.27273%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
    width: 36.36364%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
    width: 45.45455%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
    width: 54.54545%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
    width: 63.63636%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
    width: 72.72727%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
    width: 81.81818%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
    width: 90.90909%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
    clear: both; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: #3eb1c8;
  background: linear-gradient(180deg, #3EB1C8 30%, #27707f 100%);
  padding: 50px 0px 50px 0px;
  position: absolute;
  width: 100%;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  max-width: none;
  left: 0; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%; } }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border-top: 0px solid rgba(112, 112, 112, 0);
  border-left: 0px solid rgba(112, 112, 112, 0);
  border-right: 0px solid rgba(112, 112, 112, 0);
  border-bottom: 0px solid rgba(112, 112, 112, 0); }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  vertical-align: top;
  display: block;
  border-top: 0px solid rgba(112, 112, 112, 0);
  border-left: 0px solid rgba(112, 112, 112, 0);
  border-right: 0px solid rgba(112, 112, 112, 0);
  border-bottom: 1px solid #fff; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */
  color: #e1b87f;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0); }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 100;
  margin: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  color: #e1b87f;
  font-weight: 100;
  text-decoration: none;
  background: rgba(0, 0, 0, 0); }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    clear: both; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #707070;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0); }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  margin-left: -30px;
  position: absolute;
  min-width: 350px;
  padding: 40px 0px 30px 0px;
  background-color: #3EB1C8;
  background: linear-gradient(180deg, #3EB1C8 30%, #27707f 100%);
  max-width: none; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0; } }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 100;
  padding: 7px 30px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: transparent;
  font-weight: 100;
  text-decoration: none;
  color: #e1b87f; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
  content: '';
  display: inline-block;
  font-family: dashicons;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
  float: right;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: ''; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link:after {
    display: none; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline-block; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: ''; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: ''; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
    display: none; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {
  display: none; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '';
  float: right; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: ''; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
  text-align: right; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: left; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: left;
    margin: 0 6px 0 0; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '';
  float: left;
  margin: 0; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: '';
    float: right; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: -100%;
  top: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li[class^='mega-lang-item'] > a.mega-menu-link > img {
  display: inline; }

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link > img.wpml-ls-flag,
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-hide-on-mobile,
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none; } }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-hide-on-desktop,
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
    display: none; } }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu:after {
    content: "";
    display: table;
    clear: both; } }

#mega-menu-wrap-header-menu .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap; }

#mega-menu-wrap-header-menu .mega-menu-toggle img {
  max-width: 100%;
  padding: 0; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle {
    display: none; } }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left,
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center,
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
    background: #ccc;
    padding: 0;
    display: block; }
  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    display: block; } }

#mega-menu-wrap-header-menu .mega-menu-toggle {
  /** Push menu onto new line **/ }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:after {
  content: '\f333';
  font-family: 'dashicons';
  font-size: 24px;
  color: #ddd;
  margin: 0 0 0 5px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
  color: #ddd;
  font-size: 14px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
  display: none; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
  display: inline; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
  content: '\f153'; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
  display: inline; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {
  display: none; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2:after {
  content: '\f333';
  font-family: 'dashicons';
  font-size: 24px;
  color: #ddd;
  margin: 0 0 0 5px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-label {
  color: #ddd;
  font-size: 14px; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-label .mega-toggle-label-open {
  display: none; }

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-label .mega-toggle-label-closed {
  display: inline; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-2:after {
  content: '\f153'; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-2 .mega-toggle-label-open {
  display: inline; }

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-2 .mega-toggle-label-closed {
  display: none; }

#mega-menu-wrap-header-menu {
  clear: both; }

.section_blog_filters {
  padding: 50px 0 70px 0; }

.section_blog_posts__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.section_blog_posts__item {
  width: 25%;
  float: left;
  display: inline; }

.section_blog_posts__item_inner {
  position: relative;
  margin: 10px; }

.section_blog_posts__item_image {
  overflow: hidden; }
  .section_blog_posts__item_image img {
    width: 100%;
    height: auto;
    transition: transform .2s linear; }

.section_blog_posts__item_date {
  position: absolute;
  left: 0;
  top: 0;
  background: #3EB1C8;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.0625rem; }

.section_blog_posts__item_content {
  padding: 20px 20px 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #f4f7fa;
  transition: background .2s linear, color .2s linear; }
  .section_blog_posts__item_content a:hover {
    text-decoration: none; }

.section_blog_posts__item_categories {
  margin-bottom: 20px;
  text-transform: uppercase; }
  .section_blog_posts__item_categories a {
    color: #3EB1C8;
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #333333; }
    .section_blog_posts__item_categories a:last-child {
      border: none; }
    .section_blog_posts__item_categories a:hover {
      text-decoration: underline; }

.section_blog_posts__item_title {
  font-size: 1.1rem;
  line-height: 1.6rem; }
  .section_blog_posts__item_title a:hover {
    color: #FFFFFF; }

.section_blog_posts__item_inner:hover .section_blog_posts__item_content {
  background: #3EB1C8;
  color: #FFFFFF; }

.section_blog_posts__item_inner:hover .section_blog_posts__item_categories a {
  color: #FFFFFF; }

.section_blog_posts__item_inner:hover .section_blog_posts__item_title a {
  color: #FFFFFF; }

.section_blog_posts__item_inner:hover .section_blog_posts__item_image img {
  transform: scale3d(1.1, 1.1, 1); }

@media (max-width: 1199.98px) {
  .section_blog_posts__item {
    width: 33.33333%; } }

@media (max-width: 767.98px) {
  .section_blog_posts__item {
    width: 50%; } }

@media (max-width: 575.98px) {
  .section_blog_posts__item {
    width: 100%; } }

.section_single_post {
  background: #f4f7fa;
  padding: 40px 0; }

.section_single_post__inner {
  padding-top: 80px;
  background: #FFFFFF; }

.section_single_post__header {
  margin-bottom: 30px; }
  .section_single_post__header i {
    color: #3EB1C8; }

.section_single_post__title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .section_single_post__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 40%;
    left: 30%;
    border-bottom: 1px solid #3EB1C8; }

.section_single_post__categories,
.section_single_post__tags {
  margin-bottom: 10px;
  text-transform: uppercase; }
  .section_single_post__categories a,
  .section_single_post__tags a {
    color: #333333;
    font-size: 0.875rem;
    line-height: 0.875rem;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #333333; }
    .section_single_post__categories a:last-child,
    .section_single_post__tags a:last-child {
      border: none; }
    .section_single_post__categories a:hover,
    .section_single_post__tags a:hover {
      text-decoration: underline; }

.section_single_post__intro {
  font-size: 1.375rem;
  font-weight: 100;
  margin: 10px 0 40px 0; }

.section_single_post__image {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto; }
  .section_single_post__image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.section_single_post__content {
  padding-bottom: 80px; }
  .section_single_post__content h2 {
    font-size: 1.375rem;
    font-weight: 600;
    border-bottom: 1px solid #3EB1C8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px; }
  .section_single_post__content h3 {
    font-size: 1.125rem;
    color: #333333;
    padding-bottom: 5px; }
  .section_single_post__content h4 {
    font-size: 1rem;
    color: #333333;
    padding-bottom: 5px; }
  .section_single_post__content p {
    margin-bottom: 20px; }
  .section_single_post__content a {
    color: #3EB1C8; }
  .section_single_post__content img {
    margin: 0 auto 40px auto;
    max-width: 100%;
    height: auto;
    display: block; }

.section_single_post__cta_bar {
  background-image: url(../img/blog_cta_bar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0; }

.section_single_post__cta_bar_inner {
  font-size: 1.875rem;
  font-weight: 600;
  color: #FFFFFF; }
  .section_single_post__cta_bar_inner a {
    color: #3EB1C8; }
  .section_single_post__cta_bar_inner p {
    margin: 0; }

.section_search_results {
  padding: 70px 0; }

h1.section_search_result__title {
  color: #333333;
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 30px; }

.section_search_results__list {
  padding-top: 30px; }

.section_search_results__item {
  padding: 10px 0; }

.section_search_results__item_inner {
  background: #f4f7fa;
  border-radius: 10px;
  padding: 30px; }

h2.section_search_results__post_title {
  color: #3EB1C8;
  font-size: 1.375rem;
  margin-bottom: 25px; }

.section_search_results__post_details,
.section_search_results__post_description {
  font-size: 0.875rem; }

.section_search_results__post_details {
  margin-bottom: 20px; }

.section_search_results__post_description {
  margin-bottom: 30px; }

.section_search_result__no_results {
  font-weight: 600;
  padding: 70px 0 50px 0; }

.section_search_results .searchandfilter ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #3EB1C8; }

.section_search_results .searchandfilter li {
  display: block;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 10px; }

.section_search_results .searchandfilter input, .section_search_results .searchandfilter select {
  width: 100%; }

.section_search_results .searchandfilter input[type="text"] {
  padding: 0 10px; }

.section_search_results .searchandfilter input[type="submit"] {
  cursor: pointer !important;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  font-weight: 600;
  font-family: 'Gotham';
  color: #fff;
  background-color: #3EB1C8;
  border-color: #3EB1C8;
  padding: 13px 40px;
  border-radius: 8px; }

/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)
 
 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {
  width: 25%; }

.cookielawinfo-column-2 {
  width: 10%; }

.cookielawinfo-column-3 {
  width: 15%; }

.cookielawinfo-column-4 {
  width: 50%; }

/** Simple style */
.cookielawinfo-simple thead {
  width: 100%; }

.cookielawinfo-simple td {
  padding: 5px 5px 5px 0;
  vertical-align: top; }

.cookielawinfo-simple thead th {
  padding-right: 10px;
  text-align: left; }

/** Modern style */
.cookielawinfo-modern {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.cookielawinfo-modern td,
.cookielawinfo-modern th {
  padding: 5px;
  color: #333; }

.cookielawinfo-modern thead {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: .2em 0 .2em .5em;
  text-align: left;
  color: #4B4B4B;
  background-color: #C8C8C8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(0.6, #B3B3B3));
  background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
  border-bottom: solid 1px #999; }

.cookielawinfo-modern th {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-shadow: white 1px 1px 1px; }

.cookielawinfo-modern td {
  line-height: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }

.cookielawinfo-modern tr.cookielawinfo-row:hover {
  background-color: #fff; }

/** Elegant style */
.cookielawinfo-elegant {
  border: 1px solid #DFDFDF;
  background-color: #F9F9F9;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
  color: #333; }

.cookielawinfo-elegant tr {
  border-top-color: white;
  border-bottom: 1px solid #DFDFDF;
  color: #555; }

.cookielawinfo-elegant th {
  text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-weight: normal;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.3em;
  font-size: 14px; }

.cookielawinfo-elegant td {
  font-size: 12px;
  padding: 4px 7px 2px;
  vertical-align: top; }

/** Rounded style */
.cookielawinfo-rounded {
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ebebeb; }

.cookielawinfo-rounded td,
.rounded th {
  padding: 1px 5px; }

.cookielawinfo-rounded thead {
  text-shadow: 0 1px 0 white;
  color: #999; }

.cookielawinfo-rounded th {
  text-align: left;
  text-transform: uppercase;
  font-size: 11pt;
  border-bottom: 1px solid #fff;
  padding: 1px 5px; }

.cookielawinfo-rounded td {
  font-size: 10pt;
  padding: 5px; }

.cookielawinfo-rounded tr.cookielawinfo-row:hover {
  background-color: #fff; }

/** Classic Style */
table.cookielawinfo-classic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333; }

table.cookielawinfo-classic thead tr th {
  text-transform: uppercase;
  background: #e2e2e2; }

table.cookielawinfo-classic tfoot tr th,
table.cookielawinfo-classic tfoot tr td {
  text-transform: uppercase;
  color: #000;
  font-weight: bold; }

table.cookielawinfo-classic tfoot tr th {
  width: 20%; }

table.cookielawinfo-classic tfoot tr td {
  width: 80%; }

table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  line-height: 1.8em;
  font-size: 0.8em;
  vertical-align: top;
  width: 20%; }

table.cookielawinfo-classic tr.odd th,
table.cookielawinfo-classic tr.odd td {
  background: #efefef; }

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {
  font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  padding: 0;
  margin: 10px 0 20px;
  border-collapse: collapse;
  color: #333;
  background: #F3F5F7; }

table.cookielawinfo-winter a {
  color: #3A4856;
  text-decoration: none;
  border-bottom: 1px solid #C6C8CB; }

table.cookielawinfo-winter a:visited {
  color: #777; }

table.cookielawinfo-winter a:hover {
  color: #000; }

table.cookielawinfo-winter caption {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; }

table.cookielawinfo-winter thead th {
  background: #3A4856;
  padding: 15px 10px;
  color: #fff;
  text-align: left;
  font-weight: normal; }

table.cookielawinfo-winter tbody {
  border-left: 1px solid #EAECEE;
  border-right: 1px solid #EAECEE; }

table.cookielawinfo-winter tbody {
  border-bottom: 1px solid #EAECEE; }

table.cookielawinfo-winter tbody td,
table.cookielawinfo-winter tbody th {
  padding: 10px;
  background: url("../images/td_back.gif") repeat-x;
  text-align: left; }

table.cookielawinfo-winter tbody tr {
  background: #F3F5F7; }

table.cookielawinfo-winter tbody tr.odd {
  background: #F0F2F4; }

table.cookielawinfo-winter tbody tr:hover {
  background: #EAECEE;
  color: #111; }

table.cookielawinfo-winter tfoot td,
table.cookielawinfo-winter tfoot th,
table.cookielawinfo-winter tfoot tr {
  text-align: left;
  font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  background: #fff;
  padding: 10px; }

/** 27/05/2013: responsive table by Mark Wiltshire */
@media (max-width: 800px) {
  table.cookielawinfo-row-cat-table td,
  table.cookielawinfo-row-cat-table th {
    width: 23%;
    font-size: 12px; }
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4,
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
    width: 45%; } }

.cookielawinfo-row-cat-title {
  border-bottom: 1px solid #eee;
  text-align: center; }

.cookielawinfo-row-cat-title-head {
  text-align: center; }

.cookielawinfo-row-cat-table {
  width: 99%;
  margin-left: 5px;
  word-wrap: break-word;
  table-layout: fixed; }

.cli-tab-section .cookielawinfo-row-cat-table {
  width: 100%;
  margin-left: 0; }

.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
  font-size: 12px; }

.section_country_selector_page {
  padding: 150px 0; }
  .section_country_selector_page h1 {
    text-align: center;
    margin-bottom: 80px; }

.section_country_selector_page__countries_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap; }
  .section_country_selector_page__countries_list li {
    width: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ebeff2;
    align-items: stretch;
    white-space: nowrap; }
  .section_country_selector_page__countries_list a {
    padding: 0 8px;
    display: block;
    width: 100%;
    line-height: 40px; }
    .section_country_selector_page__countries_list a:hover {
      background: #ebeff2; }
  @media (max-width: 767.98px) {
    .section_country_selector_page__countries_list li {
      width: 50%; } }

.section_country_selector_page__flag {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 8px;
  box-sizing: border-box; }
  .section_country_selector_page__flag img {
    width: 22px;
    height: auto; }

.section_country_selector_page__country_name {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding-right: 8px;
  box-sizing: border-box; }
  .section_country_selector_page__country_name a:hover {
    text-decoration: none; }

.single-solution .section_content,
.single-solution .post-article,
.single-solution .section_content_article,
.single-industry .section_content,
.single-industry .post-article,
.single-industry .section_content_article,
.single-software .section_content,
.single-software .post-article,
.single-software .section_content_article,
.single-references .section_content,
.single-references .post-article,
.single-references .section_content_article {
  padding: 50px 0 70px 0;
  background-color: #f4f7fa; }
  .single-solution .section_content h2,
  .single-solution .post-article h2,
  .single-solution .section_content_article h2,
  .single-industry .section_content h2,
  .single-industry .post-article h2,
  .single-industry .section_content_article h2,
  .single-software .section_content h2,
  .single-software .post-article h2,
  .single-software .section_content_article h2,
  .single-references .section_content h2,
  .single-references .post-article h2,
  .single-references .section_content_article h2 {
    color: #333333 !important; }
  .single-solution .section_content ul,
  .single-solution .post-article ul,
  .single-solution .section_content_article ul,
  .single-industry .section_content ul,
  .single-industry .post-article ul,
  .single-industry .section_content_article ul,
  .single-software .section_content ul,
  .single-software .post-article ul,
  .single-software .section_content_article ul,
  .single-references .section_content ul,
  .single-references .post-article ul,
  .single-references .section_content_article ul {
    list-style-position: inside; }

.single-references .section_content p,
.single-references .post-article p,
.single-references .section_content_article p {
  text-align: left !important; }

.page-license-request .section_single_download,
.page-lizenzen .section_single_download {
  padding-top: 10px; }

.page-license-request .section_content,
.page-lizenzen .section_content {
  padding-bottom: 20px; }

.page-license-request .section_modal,
.page-lizenzen .section_modal {
  padding-top: 0; }

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