@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }

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

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

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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; }

dfn {
  font-style: italic; }

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    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: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

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: .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; }

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

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"] {
  -webkit-box-sizing: border-box;
          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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.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; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.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; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            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, .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-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 {
    background-color: #71dd8a; }

.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 {
  background-color: #34ce57; }

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

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            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, .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-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 {
    background-color: #efa2a9; }

.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 {
  background-color: #e4606d; }

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

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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 {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    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: #212529;
    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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    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: #212529;
    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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            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: #212529;
    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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            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: #212529;
    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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.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 {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #212529;
  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; }

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.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 {
    margin-left: 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 > .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; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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; }

.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: #007bff; }

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.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;charset=utf8,%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;charset=utf8,%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; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.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, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #007bff !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 {
  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-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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; } }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-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-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-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-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

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

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

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

.text-primary {
  color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'icomoon';
  src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=);
  src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=#iefix) format("embedded-opentype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.ttf?rmj1vv=) format("truetype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.woff?rmj1vv=) format("woff"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.svg?rmj1vv=#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins*/
/* (min-width:1024px), (max-height: 767px) */
/* (min-width:1250px) */
/* (min-width:1200px) */
/*  (min-width:1150px) */
/*  (min-width:1024px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:992px), (max-width: 1150px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1150px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:596px) */
/* (min-width:481px) */
/*  (max-width:480px) */
@font-face {
  font-family: 'icomoon';
  src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=);
  src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=#iefix) format("embedded-opentype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.ttf?rmj1vv=) format("truetype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.woff?rmj1vv=) format("woff"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.svg?rmj1vv=#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins*/
/* (min-width:1024px), (max-height: 767px) */
/* (min-width:1250px) */
/* (min-width:1200px) */
/*  (min-width:1150px) */
/*  (min-width:1024px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:992px), (max-width: 1150px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1150px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:596px) */
/* (min-width:481px) */
/*  (max-width:480px) */
/*
 * Links.
 */
.btn-default, body .btn-default {
  display: inline-block;
  font-size: 20px !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 10px 21px 10px 22px;
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
  background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
  background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
  background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
  border: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500 !important;
  min-width: 108px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-default a {
    font-size: 20px !important;
    font-weight: 500 !important; }
    @media (max-width: 480px) {
      .btn-default a {
        font-size: 14px !important; } }
  @media (max-width: 480px) {
    .btn-default, body .btn-default {
      font-size: 14px !important; } }

.btn-dark-blue {
  display: inline-block;
  font-size: 20px !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 10px 21px 10px 22px;
  color: #ffffff;
  background: #1A2856;
  border: 0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500 !important;
  min-width: 175px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-dark-blue:hover {
    background: #00BBDD;
    color: #1A2856; }

.btn-blue-hover {
  display: inline-block;
  font-size: 20px !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 10px 21px 10px 22px;
  color: #ffffff !important;
  background: #1A2856;
  border: 0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500 !important;
  min-width: 175px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-blue-hover:hover {
    background: #00BBDD; }

.btn-blue-dark {
  display: inline-block;
  font-size: 20px !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 10px 21px 10px 22px;
  color: #ffffff;
  background: #1A2856;
  border: 0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500 !important;
  min-width: 175px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-blue-dark:hover {
    background: #00BBDD;
    color: #1A2856; }

.btn-lightblue {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 8px 20px;
  color: #1A2856;
  background: #00BBDD;
  border-radius: 5px;
  border: 2px solid #00BBDD;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  min-width: 175px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-lightblue:hover {
    color: #ffffff;
    background: #1A2856;
    border: 2px solid white; }

.btn-blue-light {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 8px 20px;
  color: #1A2856;
  background: #00BBDD;
  border-radius: 5px;
  border: 2px solid #00BBDD;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  min-width: 175px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-blue-light:hover {
    color: #ffffff;
    background: #1A2856;
    border: 2px solid white; }

.btn-blue-ghost {
  color: #ffffff;
  background: #1A2856;
  border: 2px solid white;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 8px 20px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  min-width: 175px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  .btn-blue-ghost:hover {
    color: #1A2856;
    background: #00BBDD;
    border: 2px solid #00BBDD; }

.btn-blue {
  min-width: 175px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  background-color: #346d9e;
  letter-spacing: normal;
  padding: 8px 20px;
  opacity: 1;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-blue:hover {
    background: #00bbdd;
    text-decoration: none;
    color: #1A2856; }

.link {
  position: relative;
  font-size: 22px;
  color: #ffffff;
  font-weight: 100;
  padding-right: 28px;
  -webkit-transition: right linear 0.25s;
  -o-transition: right linear 0.25s;
  transition: right linear 0.25s;
  vertical-align: middle;
  display: inline-block; }
  .link span {
    position: relative;
    top: 4px;
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: right linear 0.25s;
    -o-transition: right linear 0.25s;
    transition: right linear 0.25s;
    vertical-align: top;
    right: -8px;
    display: inline-block; }
    .link span:after {
      content: '';
      width: 9px;
      height: 9px;
      position: absolute;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      right: 3px;
      margin: -1px 0 0;
      top: 50%;
      -webkit-transform: rotate(-45deg) translateY(-50%);
           -o-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%);
      -webkit-transition: right ease 0.25s;
      -o-transition: right ease 0.25s;
      transition: right ease 0.25s; }
  .link:hover {
    text-decoration: none; }
    .link:hover span {
      right: -17px; }
  @media (max-width: 595px) {
    .link {
      font-size: 20px; } }

.fb {
  float: left;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #004a8b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fb ul {
    display: block;
    height: 100%;
    color: #fff;
    line-height: 24px;
    text-decoration: none !important; }
    .fb ul li {
      position: relative;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
      .fb ul li:before {
        content: "\e904";
        position: absolute;
        left: -3px;
        top: -13px; }

.linkedin {
  float: left;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #004a8b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .linkedin ul {
    display: block;
    height: 100%;
    color: #ffffff;
    line-height: 24px;
    text-decoration: none !important; }
    .linkedin ul li {
      position: relative;
      speak: none;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-family: icomoon !important;
      font-variant: normal; }
      .linkedin ul li:before {
        content: "";
        position: absolute;
        left: -3px;
        top: -14px; }

.twitter {
  float: left;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #004a8b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .twitter ul {
    display: block;
    height: 100%;
    color: #ffffff;
    line-height: 24px;
    text-decoration: none !important; }
    .twitter ul li {
      position: relative;
      speak: none;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-family: icomoon !important;
      font-variant: normal; }
      .twitter ul li:before {
        content: "";
        position: absolute;
        left: -3px;
        top: -13px; }

.you-tube {
  float: left;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #004a8b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .you-tube ul {
    display: block;
    height: 100%;
    color: #ffffff;
    line-height: 24px;
    text-decoration: none !important; }
    .you-tube ul li {
      position: relative;
      speak: none;
      font-style: normal;
      font-weight: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-family: icomoon !important;
      font-variant: normal; }
      .you-tube ul li:before {
        content: "";
        position: absolute;
        left: -3px;
        top: -13px; }

.active-link {
  color: #000000;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-wrap: break-word; }
  .active-link:after {
    content: "\e90a";
    font-family: 'icomoon' !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 18px;
    top: 2px;
    height: 18px;
    text-align: center;
    color: #b1cbea;
    background: #236cc3;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    padding: 0 0 0 1px;
    margin: 0 0 0 10px;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
  .active-link:hover:after {
    margin-left: 14px; }

.purple-fb-color {
  position: relative;
  color: #4b4c82;
  font-size: 18px;
  line-height: 34px;
  font-family: icomoon; }
  .purple-fb-color:before {
    content: "\e904";
    position: absolute;
    left: 8px;
    top: 0; }

.purple-yt-color {
  position: relative;
  color: #4b4c82;
  font-size: 18px;
  line-height: 34px;
  font-family: icomoon; }
  .purple-yt-color:before {
    content: "\e907";
    position: absolute;
    left: 8px;
    top: 0; }

.purple-tw-color {
  position: relative;
  color: #4b4c82;
  font-size: 18px;
  line-height: 34px;
  font-family: icomoon; }
  .purple-tw-color:before {
    content: "\e903";
    position: absolute;
    left: 8px;
    top: 0; }

.purple-rss-color {
  position: relative;
  color: #4b4c82;
  font-size: 18px;
  line-height: 34px;
  font-family: icomoon; }
  .purple-rss-color:before {
    content: "\ea9b";
    position: absolute;
    left: 8px;
    top: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
     transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-o-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
     transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
     transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp; }

@-webkit-keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: wefadeIn;
  -o-animation-name: wefadeIn;
     animation-name: wefadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig; }

@-webkit-keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: wefadeInLeft;
  -o-animation-name: wefadeInLeft;
     animation-name: wefadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig; }

@-webkit-keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: wefadeInRight;
  -o-animation-name: wefadeInRight;
     animation-name: wefadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig; }

@-webkit-keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wefadeInUp, .fadeInUp {
  -webkit-animation-name: wefadeInUp;
  -o-animation-name: wefadeInUp;
     animation-name: wefadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-o-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-o-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
     animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -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; }

body.overlay-open {
  overflow: hidden; }

.ua-ie .masonary-grid .box-wrapper .box .inner-wrapper a.img-wrapper {
  display: block; }
  .ua-ie .masonary-grid .box-wrapper .box .inner-wrapper a.img-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain, object-position: left;'; }

.ua-edge body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap {
  height: 100% !important; }

.ua-edge .resource-grid .filter-wrap .bottom-row ul {
  list-style: none; }

.ua-ie body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .img-icon img {
  height: auto; }

.ua-ie body .two-col-row .wrapper .full-row .col-wrap .content .white-arrow {
  text-transform: none !important; }

.ua-ie header .logo img {
  max-width: 174px;
  height: 21px; }

.ua-mobile body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li.overview {
  display: block; }

.msg-error {
  display: none;
  color: red; }

.style-guide {
  padding: 50px 20px;
  background-color: antiquewhite;
  position: relative;
  float: left;
  width: 100%;
  font-weight: bold; }

.ua-mobile header nav .nav-wrap .main-nav > ul > li .sub-menu ul li.overview {
  display: block; }

.ua-mobile .sub-header .nav-wrap .main-nav nav > ul > li .overview {
  display: block !important; }

.ua-ie body .col-four-row .content-wrap .col-wrap .img-wrap {
  max-width: 100%;
  width: 100px;
  margin: 10px auto 48px; }

@media (max-width: 595px) {
  body .olark-launch-button {
    bottom: 65px !important; } }

.ua-ie header .logo a img {
  width: 200px;
  max-width: 100%;
  height: 30px; }

#block-thalesesecurity-content > .outer-header {
  display: none; }

.ua-ie body .assessment-form .bg-white .quiz-question .current-question {
  display: block !important; }

.ua-ie body .cost-analysis .minus {
  right: 6px !important;
  top: 16px; }

.ua-ie body .cost-analysis .plus {
  right: 3px !important;
  top: 4px; }

.ua-ie body .assessment-form .bg-white .quiz-number p {
  padding: 10px; }

.ua-ie body .cost-analysis .white-block .vfields input {
  padding: 4px 4px 6px;
  margin-bottom: 10px; }

.ua-edge body .assessment-form .bg-white .quiz-number p {
  padding: 10px; }

.ua-edg body .introduction-section .full-row .bigbtn .btn-default {
  padding: 8px 12px; }

.ua-edg body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span.number {
  padding: 8px 8px 0; }

.ua-edg body .introduction-counter-iot .btn-pink .new-green {
  padding: 4px; }

.ua-ie body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span.number {
  padding: 8px 8px 0; }

.ua-ie body .managment-charts #charts .qnum {
  padding: 10px 20px; }

.ua-ie body .access-management .column-wrapper .text-wrap .getstarted {
  padding: 5px 10px 2px; }

.ua-ie body .access-management #asat-questions .asat-backbtn#results-btn {
  padding: 15px 35px 10px; }

.ua-ie body .access-management #asat-results .asat-backbtn {
  padding: 15px 20px 10px 75px; }

.ua-firefox body .access-management #asat-questions .asat-cbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.node-594 .col-three-icon .content-wrap .col-wrap .img-wrap {
  height: auto;
  max-width: 390px;
  max-height: 270px; }
  .node-594 .col-three-icon .content-wrap .col-wrap .img-wrap img {
    height: auto; }

.node-594 .col-three-icon .content-wrap .col-wrap .content {
  text-align: left;
  padding-left: 0; }
  @media (min-width: 992px) and (max-width: 1150px) {
    .node-594 .col-three-icon .content-wrap .col-wrap .content {
      text-align: center; } }
  @media (max-width: 991px) {
    .node-594 .col-three-icon .content-wrap .col-wrap .content {
      text-align: center; } }
  .node-594 .col-three-icon .content-wrap .col-wrap .content:after {
    display: none; }
  .node-594 .col-three-icon .content-wrap .col-wrap .content:before {
    display: none; }

.node-15 header .top-nav,
.node-830 header .top-nav,
.node-831 header .top-nav,
.node-832 header .top-nav,
.node-833 header .top-nav,
.node-879 header .top-nav,
.node-883 header .top-nav {
  margin-bottom: 0; }

.node-879 body .data-banner {
  margin-top: 72px; }

.ua-firefox body .value-calc #form .form-group input {
  padding: 8px 6px 6px;
  height: 34px; }

.ua-firefox body .value-calc #form .form-group select {
  height: 34px;
  padding: 4px 6px 6px; }

.msg-error {
  display: none;
  color: red; }

/* Glenn Added Hidden breakpoints */
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important; } }

html[lang='pl'] .main-nav > ul > li > a:before,
html[lang='pl'] .main-nav > ul > li > span:before,
html[lang='nl'] .main-nav > ul > li > a:before,
html[lang='nl'] .main-nav > ul > li > span:before {
  display: none !important; }

.language-changer ul.lite-language {
  visibility: hidden; }

body[data-page='lite_page'] .dropdown-group {
  background: #ffffff;
  width: 240px; }

body[data-page='lite_page'] .language-changer ul.lite-language {
  visibility: visible; }

/* 01-13-2025 GH */
.mktoForm {
  max-width: 600px;
  margin: auto;
  padding: 30px 30px 0px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

.mktoHtmlText, .mktoHtmlText p, .mktoHtmlText a {
  font-size: 1em;
  font-family: canada-type-gibson, sans-serif;
  width: auto !important;
  font-weight: 400 !important; }

.form input, .form select, .form input[type="text"], .form input[type="tel"], .form input[type="email"], .form select.mktoField,
.mktoForm input, .mktoForm select, .mktoForm input[type="text"], .mktoForm input[type="tel"], .mktoForm input[type="email"], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
  width: 100% !important;
  border: 1px solid #acacac !important;
  height: 45px !important;
  text-indent: 15px;
  padding: 0px !important;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 16px !important;
  font-family: "canada-type-gibson", sans-serif !important;
  font-weight: 300 !important; }

.mktoButtonRow {
  margin: 0px 0px 10px 0px !important;
  text-align: center !important; }

.mktoButtonWrap {
  margin: auto !important; }

.mktoFieldDescriptor.mktoFormCol {
  width: 100% !important;
  margin-bottom: 0px !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://cpl.thalesgroup.com/sites/default/files/content/marketo/form-arrow-down.png) 100%/31px no-repeat #fff !important; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #00bbdd !important; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #00bbdd !important;
  padding: 12px 29px !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
  width: -moz-fit-content;
  min-width: 200px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
  font-size: 16px !important;
  background: none;
  background-image: none !important; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #00CEE6 !important; }

form.mktoForm input[type=email]:focus, form.mktoForm input[type=tel]:focus, form.mktoForm input[type=text]:focus, form.mktoForm input[type=url]:focus, form.mktoForm select:focus, form.mktoForm textarea:focus {
  border: 2px solid #285ae6 !important;
  background-color: #f2f6fb !important; }

.mktoForm textarea.mktoField {
  padding: 10px 15px !important;
  text-indent: 0 !important;
  height: 60px !important; }

.mktoForm textarea[rows="2"] {
  height: 6.4em !important; }

.mktoForm .mktoCheckboxList input {
  margin-right: 10px; }

.mktoForm .mktoFieldWrap {
  float: unset !important;
  width: 100% !important; }

.mktoForm .mktoLabel {
  float: unset !important; }

.mktoForm .mktoHtmlText, .mktoForm .mktoHtmlText span, .mktoForm .mktoHtmlText p, .mktoForm .mktoHtmlText p.span {
  font-size: 10px !important;
  line-height: normal !important;
  margin-bottom: 5px !important;
  display: inline-block; }

.mktoForm input[type=checkbox].mktoField {
  width: 20px !important;
  margin: 0px 10px; }

.mktoForm .mktoCheckboxList > label {
  margin: 10px !important; }

body .resource-data .full-row .col-wrap {
  background-color: #ffffff !important;
  padding: 20px !important; }

/*************** responsive ****************/
@media only screen and (max-width: 480px) {
  .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    width: auto;
    margin-right: 10px; }
  .mktoForm * {
    padding: 0px !important; }
  .mktoForm input[type=checkbox].mktoField {
    margin: 0px 10px 30px !important; }
  .mktoButtonRow {
    margin: 0px 0px 20px 0px !important; }
  body .resource-data .full-row .col-wrap h2 {
    padding: 10px !important; } }

iframe#formframe {
  max-width: 600px;
  margin: auto;
  padding: 30px 30px 0px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

iframe.coh-iframe {
  max-width: 600px;
  margin: auto;
  padding: 30px 30px 0px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

body {
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 100%;
  background: #ffffff;
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /*
 * Mobile landscape media query
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins*/
  /* (min-width:1024px), (max-height: 767px) */
  /* (min-width:1250px) */
  /* (min-width:1200px) */
  /*  (min-width:1150px) */
  /*  (min-width:1024px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /* (min-width:992px), (max-width: 1150px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1150px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /* (min-width:481px) */
  /*  (max-width:480px) */
  /*
 * Heading and Paragraph.
 */
  /*
 * Columns.
 */
  /*
 * Background Image.
 */
  /*
 * Vertical Align Middle.
 */
  /*
 * Text Alignment.
 */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /*
 * Mobile landscape media query
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins*/
  /* (min-width:1024px), (max-height: 767px) */
  /* (min-width:1250px) */
  /* (min-width:1200px) */
  /*  (min-width:1150px) */
  /*  (min-width:1024px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /* (min-width:992px), (max-width: 1150px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1150px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /* (min-width:481px) */
  /*  (max-width:480px) */
  /*
 * Links.
 */ }
  @media (max-width: 991px) {
    body {
      padding-top: 91px; } }

@font-face {
  body {
    font-family: 'icomoon';
    src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=);
    src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=#iefix) format("embedded-opentype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.ttf?rmj1vv=) format("truetype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.woff?rmj1vv=) format("woff"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.svg?rmj1vv=#icomoon) format("svg");
    font-weight: normal;
    font-style: normal; } }
  body * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  body section ol, body section ul, body section li {
    padding: 0;
    margin: 0;
    list-style: inherit;
    font-family: "canada-type-gibson", sans-serif !important; }
  body section ul {
    padding-left: 20px;
    margin-bottom: 20px; }
    body section ul > li {
      position: relative;
      font-family: "canada-type-gibson", sans-serif !important;
      font-size: 22px;
      line-height: 1.5;
      font-weight: 100;
      color: #253746;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        body section ul > li {
          line-height: 1.3;
          margin-bottom: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body section ul > li {
          font-size: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body section ul > li {
          font-size: 16px; } }
      @media (max-width: 480px) {
        body section ul > li {
          font-size: 14px; } }
  body section ol {
    counter-reset: section;
    margin-top: 18px;
    text-align: left; }
    body section ol > li {
      font-size: 16px;
      font-weight: 300;
      font-family: "canada-type-gibson", sans-serif !important;
      line-height: 1.56;
      color: #000000;
      position: relative;
      margin-bottom: 11px; }
      @media (max-width: 767px) {
        body section ol > li {
          font-size: 14px; } }
  body a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-family: "canada-type-gibson", sans-serif !important;
    position: relative;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400; }
    @media (max-width: 767px) {
      body a {
        line-height: 1.3; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body a {
        font-size: 20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body a {
        font-size: 16px; } }
    @media (max-width: 480px) {
      body a {
        font-size: 14px; } }
  body span, body label {
    font-family: "canada-type-gibson", sans-serif !important; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p,
  body fieldset, body form, body label,
  body table, body tbody, body tr, body th, body td,
  body figure, body footer, body header,
  body menu, body nav, body section,
  body audio, body video, body button {
    margin: 0;
    border: 0; }
  body img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: 0; }
  body .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1260px; }
  body section {
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 0;
    overflow: hidden; }
  body input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  body header:after,
  body .container:after,
  body .ql-18:after,
  body .wrapper:after,
  body .column-wrapper:after,
  body .grid-wrapper:after,
  body .two-third:after,
  body .content-wrapper:after,
  body .v-middle-wrapper:after,
  body footer:after {
    content: "";
    clear: both;
    display: block; }
  body footer {
    clear: both; }
  body h1, body .h1 {
    font-size: 46px;
    line-height: 1.04;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 600;
    color: #253746; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body h1, body .h1 {
        font-size: 44px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body h1, body .h1 {
        font-size: 42px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body h1, body .h1 {
        font-size: 40px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body h1, body .h1 {
        font-size: 35px; } }
    @media (max-width: 480px) {
      body h1, body .h1 {
        font-size: 30px; } }
  body h2, body .h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: "canada-type-gibson", sans-serif !important;
    line-height: 1.06;
    color: #253746; }
    @media (min-width: 768px) and (max-width: 991px) {
      body h2, body .h2 {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body h2, body .h2 {
        font-size: 28px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body h2, body .h2 {
        font-size: 26px; } }
    @media (max-width: 480px) {
      body h2, body .h2 {
        font-size: 24px; } }
  body h3, body .h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "canada-type-gibson", sans-serif !important;
    line-height: 1.33;
    color: #253746;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body h3, body .h3 {
        font-size: 22px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body h3, body .h3 {
        font-size: 20px; } }
    @media (max-width: 595px) {
      body h3, body .h3 {
        font-size: 18px; } }
  body h4, body .h4 {
    font-size: 20px;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 400;
    line-height: 1.21;
    color: #253746; }
    @media (max-width: 595px) {
      body h4, body .h4 {
        font-size: 18px; } }
  body h5, body .h5 {
    font-size: 18px;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: 400;
    line-height: 1.09;
    color: #253746; }
    @media (max-width: 595px) {
      body h5, body .h5 {
        font-size: 16px; } }
  body h6, body .h6 {
    font-size: 16px;
    font-family: "canada-type-gibson", sans-serif !important;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff; }
  body p {
    font-family: "canada-type-gibson", sans-serif !important;
    font-size: 22px;
    line-height: 1.5;
    color: #253746;
    margin: 0 0 1.64em;
    font-weight: 100; }
    @media (max-width: 767px) {
      body p {
        line-height: 1.3; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body p {
        font-size: 20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body p {
        font-size: 16px; } }
    @media (max-width: 480px) {
      body p {
        font-size: 14px; } }
  body .color-white {
    color: #ffffff; }
  body .col {
    width: 100%;
    float: left;
    position: relative; }
  body .col-two {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-two {
        width: 100%; } }
  body .col-three {
    width: 33.33%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-three {
        width: 100%; } }
  body .col-four {
    width: 25%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-four {
        width: 100%; } }
  body .col-five {
    width: 20%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-five {
        width: 100%; } }
  body .col-six {
    width: 16.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-six {
        width: 100%; } }
  body .col-seven {
    width: 66.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-seven {
        width: 100%; } }
  body .col-eight {
    width: 75%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body .col-eight {
        width: 100%; } }
  body .bg-img {
    overflow: hidden; }
  body .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  body .v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%; }
  body .v-middle,
  body .v-top,
  body .v-bottom {
    display: table-cell;
    vertical-align: middle; }
  body .v-top {
    vertical-align: top; }
  body .v-bottom {
    vertical-align: bottom; }
  body .text-left {
    text-align: left; }
  body .text-right {
    text-align: right; }
  body .text-center {
    text-align: center; }
  body .left {
    float: left; }
  body .right {
    float: right; }
  body .no-padding {
    padding: 0 !important; }
  body .no-padding-top {
    padding-top: 0 !important; }
  body .no-padding-bottom {
    padding-bottom: 0 !important; }
  body .half-padding {
    padding: 60px 0 !important; }
    @media (max-width: 767px) {
      body .half-padding {
        padding: 40px 0 !important; } }
  body .half-padding-top {
    padding-top: 60px !important; }
    @media (max-width: 767px) {
      body .half-padding-top {
        padding-top: 40px !important; } }
  body .half-padding-bottom {
    padding-bottom: 60px !important; }
    @media (max-width: 767px) {
      body .half-padding-bottom {
        padding-bottom: 40px !important; } }
  body .indent {
    padding-left: 20px; }
  body .blend-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply; }
  body input {
    font-family: "canada-type-gibson", sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
  body input::-ms-clear {
    display: none; }
  body input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  body ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "canada-type-gibson", sans-serif !important;
    color: #000000;
    opacity: 1; }
  body ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "canada-type-gibson", sans-serif !important;
    color: #000000;
    opacity: 1; }
  body :-ms-input-placeholder {
    /* IE 10+ */
    font-family: "canada-type-gibson", sans-serif !important;
    color: #000000;
    opacity: 1; }
  body :-moz-placeholder {
    /* Firefox 18- */
    font-family: "canada-type-gibson", sans-serif !important;
    color: #000000;
    opacity: 1; }
  body .no-result {
    color: #253746; }
  body table {
    border-top: 2px solid #242a75; }
    body table th {
      background: #9ebecc;
      color: #1c2936;
      padding: 12px 18px;
      text-align: left;
      border-color: #9ebecc;
      vertical-align: middle;
      font-weight: normal; }
    body table tr:nth-child(even) {
      background-color: #e9f5fa; }
    body table tr:nth-child(odd) {
      background-color: #ffffff; }
    body table tr td {
      padding: 8px;
      border: none;
      line-height: 155%;
      font-family: "canada-type-gibson", sans-serif !important;
      vertical-align: middle; }
      body table tr td:first-child {
        width: 32%; }
      body table tr td:last-child {
        width: 68%; }
  body .nodeid {
    display: none; }

@font-face {
  body {
    font-family: 'icomoon';
    src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=);
    src: url(/themes/thalesesecurity/templates/assets/fonts/icomoon.eot?rmj1vv=#iefix) format("embedded-opentype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.ttf?rmj1vv=) format("truetype"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.woff?rmj1vv=) format("woff"), url(/themes/thalesesecurity/templates/assets/fonts/icomoon.svg?rmj1vv=#icomoon) format("svg");
    font-weight: normal;
    font-style: normal; } }
  body .btn-default {
    display: inline-block;
    font-size: 20px !important;
    font-family: "canada-type-gibson", sans-serif !important;
    line-height: 1.2;
    font-style: normal;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 10px 21px 10px 22px;
    color: #ffffff !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
    background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
    background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
    background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
    border: 0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500 !important;
    min-width: 108px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body .btn-default a {
      font-size: 20px !important;
      font-weight: 500 !important; }
      @media (max-width: 480px) {
        body .btn-default a {
          font-size: 14px !important; } }
    @media (max-width: 480px) {
      body .btn-default {
        font-size: 14px !important; } }
  body .btn-dark-blue {
    display: inline-block;
    font-size: 20px !important;
    font-family: "canada-type-gibson", sans-serif !important;
    line-height: 1.2;
    font-style: normal;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 10px 21px 10px 22px;
    color: #ffffff;
    background: #1A2856;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500 !important;
    min-width: 175px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body .btn-dark-blue:hover {
      background: #00BBDD;
      color: #1A2856; }
  body .btn-blue-hover {
    display: inline-block;
    font-size: 20px !important;
    font-family: "canada-type-gibson", sans-serif !important;
    line-height: 1.2;
    font-style: normal;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 10px 21px 10px 22px;
    color: #ffffff !important;
    background: #1A2856;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500 !important;
    min-width: 175px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body .btn-blue-hover:hover {
      background: #00BBDD; }
  body .btn-blue-dark {
    display: inline-block;
    font-size: 20px !important;
    font-family: "canada-type-gibson", sans-serif !important;
    line-height: 1.2;
    font-style: normal;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 10px 21px 10px 22px;
    color: #ffffff;
    background: #1A2856;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500 !important;
    min-width: 175px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body .btn-blue-dark:hover {
      background: #00BBDD;
      color: #1A2856; }
  body .btn-lightblue {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 8px 20px;
    color: #1A2856;
    background: #00BBDD;
    border-radius: 5px;
    border: 2px solid #00BBDD;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    min-width: 175px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body .btn-lightblue:hover {
      color: #ffffff;
      background: #1A2856;
      border: 2px solid white; }
  body .btn-blue-light {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 8px 20px;
    color: #1A2856;
    background: #00BBDD;
    border-radius: 5px;
    border: 2px solid #00BBDD;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    min-width: 175px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body .btn-blue-light:hover {
      color: #ffffff;
      background: #1A2856;
      border: 2px solid white; }
  body .btn-blue-ghost {
    color: #ffffff;
    background: #1A2856;
    border: 2px solid white;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 8px 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    min-width: 175px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    body .btn-blue-ghost:hover {
      color: #1A2856;
      background: #00BBDD;
      border: 2px solid #00BBDD; }
  body .btn-blue {
    min-width: 175px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    background-color: #346d9e;
    letter-spacing: normal;
    padding: 8px 20px;
    opacity: 1;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    body .btn-blue:hover {
      background: #00bbdd;
      text-decoration: none;
      color: #1A2856; }
  body .link {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 100;
    padding-right: 28px;
    -webkit-transition: right linear 0.25s;
    -o-transition: right linear 0.25s;
    transition: right linear 0.25s;
    vertical-align: middle;
    display: inline-block; }
    body .link span {
      position: relative;
      top: 4px;
      width: 24px;
      height: 24px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      -webkit-transition: right linear 0.25s;
      -o-transition: right linear 0.25s;
      transition: right linear 0.25s;
      vertical-align: top;
      right: -8px;
      display: inline-block; }
      body .link span:after {
        content: '';
        width: 9px;
        height: 9px;
        position: absolute;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        right: 3px;
        margin: -1px 0 0;
        top: 50%;
        -webkit-transform: rotate(-45deg) translateY(-50%);
             -o-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%);
        -webkit-transition: right ease 0.25s;
        -o-transition: right ease 0.25s;
        transition: right ease 0.25s; }
    body .link:hover {
      text-decoration: none; }
      body .link:hover span {
        right: -17px; }
    @media (max-width: 595px) {
      body .link {
        font-size: 20px; } }
  body .fb {
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #004a8b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .fb ul {
      display: block;
      height: 100%;
      color: #fff;
      line-height: 24px;
      text-decoration: none !important; }
      body .fb ul li {
        position: relative;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
        body .fb ul li:before {
          content: "\e904";
          position: absolute;
          left: -3px;
          top: -13px; }
  body .linkedin {
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #004a8b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .linkedin ul {
      display: block;
      height: 100%;
      color: #ffffff;
      line-height: 24px;
      text-decoration: none !important; }
      body .linkedin ul li {
        position: relative;
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
        font-variant: normal; }
        body .linkedin ul li:before {
          content: "";
          position: absolute;
          left: -3px;
          top: -14px; }
  body .twitter {
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #004a8b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .twitter ul {
      display: block;
      height: 100%;
      color: #ffffff;
      line-height: 24px;
      text-decoration: none !important; }
      body .twitter ul li {
        position: relative;
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
        font-variant: normal; }
        body .twitter ul li:before {
          content: "";
          position: absolute;
          left: -3px;
          top: -13px; }
  body .you-tube {
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #004a8b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .you-tube ul {
      display: block;
      height: 100%;
      color: #ffffff;
      line-height: 24px;
      text-decoration: none !important; }
      body .you-tube ul li {
        position: relative;
        speak: none;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
        font-variant: normal; }
        body .you-tube ul li:before {
          content: "";
          position: absolute;
          left: -3px;
          top: -13px; }
  body .active-link {
    color: #000000;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    word-wrap: break-word; }
    body .active-link:after {
      content: "\e90a";
      font-family: 'icomoon' !important;
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 18px;
      top: 2px;
      height: 18px;
      text-align: center;
      color: #b1cbea;
      background: #236cc3;
      border-radius: 50%;
      font-size: 18px;
      line-height: 1;
      padding: 0 0 0 1px;
      margin: 0 0 0 10px;
      -webkit-transition: all ease-out 0.3s;
      -o-transition: all ease-out 0.3s;
      transition: all ease-out 0.3s; }
    body .active-link:hover:after {
      margin-left: 14px; }
  body .purple-fb-color {
    position: relative;
    color: #4b4c82;
    font-size: 18px;
    line-height: 34px;
    font-family: icomoon; }
    body .purple-fb-color:before {
      content: "\e904";
      position: absolute;
      left: 8px;
      top: 0; }
  body .purple-yt-color {
    position: relative;
    color: #4b4c82;
    font-size: 18px;
    line-height: 34px;
    font-family: icomoon; }
    body .purple-yt-color:before {
      content: "\e907";
      position: absolute;
      left: 8px;
      top: 0; }
  body .purple-tw-color {
    position: relative;
    color: #4b4c82;
    font-size: 18px;
    line-height: 34px;
    font-family: icomoon; }
    body .purple-tw-color:before {
      content: "\e903";
      position: absolute;
      left: 8px;
      top: 0; }
  body .purple-rss-color {
    position: relative;
    color: #4b4c82;
    font-size: 18px;
    line-height: 34px;
    font-family: icomoon; }
    body .purple-rss-color:before {
      content: "\ea9b";
      position: absolute;
      left: 8px;
      top: 0; }
  body .accordian .accordian-box {
    background: #e6eff4;
    margin-bottom: 10px; }
    body .accordian .accordian-box .heading-wrapper {
      border-top: 2px solid #3777bf;
      text-align: center;
      padding: 35px 10px;
      cursor: pointer; }
      body .accordian .accordian-box .heading-wrapper.open h3:before {
        -webkit-transform: rotate(-135deg) translate(-4px, -4px);
             -o-transform: rotate(-135deg) translate(-4px, -4px);
                transform: rotate(-135deg) translate(-4px, -4px); }
      body .accordian .accordian-box .heading-wrapper h3 {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: #253746;
        font-weight: 300; }
        body .accordian .accordian-box .heading-wrapper h3:before {
          content: '';
          display: inline-block;
          vertical-align: top;
          width: 12px;
          height: 12px;
          border: solid #253746;
          border-width: 0 2px 2px 0;
          position: relative;
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
             transform: rotate(45deg);
          margin: 3px 9px 0 0;
          top: 50%;
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
    body .accordian .accordian-box .box-wrapper {
      display: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 15px 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      body .accordian .accordian-box .box-wrapper .box {
        width: calc(33.33% - 16px);
        text-align: center;
        margin-bottom: 38px; }
        @media (max-width: 991px) {
          body .accordian .accordian-box .box-wrapper .box {
            width: calc(50% - 21px); } }
        @media (max-width: 595px) {
          body .accordian .accordian-box .box-wrapper .box {
            width: calc(100% - 32px); } }
        body .accordian .accordian-box .box-wrapper .box .inner-wrapper {
          margin: 0 auto;
          max-width: 315px;
          background: #ffffff;
          padding: 45px 40px 40px; }
          @media (max-width: 991px) {
            body .accordian .accordian-box .box-wrapper .box .inner-wrapper {
              padding: 30px; } }
          body .accordian .accordian-box .box-wrapper .box .inner-wrapper .img-wrapper, body .accordian .accordian-box .box-wrapper .box .inner-wrapper a.img-wrapper {
            max-width: 135px;
            display: block;
            margin: 0 auto 19px;
            height: 135px; }
            body .accordian .accordian-box .box-wrapper .box .inner-wrapper .img-wrapper img, body .accordian .accordian-box .box-wrapper .box .inner-wrapper a.img-wrapper img {
              height: 100%; }
          body .accordian .accordian-box .box-wrapper .box .inner-wrapper h2 {
            font-weight: 300;
            line-height: 26px;
            color: #050735;
            margin: 0 0 37px;
            text-transform: uppercase;
            word-break: break-word; }
            @media (max-width: 595px) {
              body .accordian .accordian-box .box-wrapper .box .inner-wrapper h2 {
                margin-bottom: 17px; } }
          body .accordian .accordian-box .box-wrapper .box .inner-wrapper ul {
            list-style: none;
            text-align: left;
            padding-bottom: 19px;
            padding-left: 0; }
            body .accordian .accordian-box .box-wrapper .box .inner-wrapper ul li {
              margin: 0 0 19px;
              font-weight: 100; }
              @media (max-width: 595px) {
                body .accordian .accordian-box .box-wrapper .box .inner-wrapper ul li {
                  margin-bottom: 10px; } }
              body .accordian .accordian-box .box-wrapper .box .inner-wrapper ul li a {
                color: #000000;
                text-decoration: none;
                position: relative;
                font-weight: 200;
                font-size: 18px;
                word-wrap: break-word; }
                body .accordian .accordian-box .box-wrapper .box .inner-wrapper ul li a:before {
                  content: "\e90a";
                  font-family: 'icomoon' !important;
                  display: inline-block;
                  position: relative;
                  vertical-align: top;
                  width: 18px;
                  top: 8px;
                  height: 18px;
                  text-align: center;
                  color: #b1cbea;
                  background: #236cc3;
                  border-radius: 50%;
                  font-size: 18px;
                  line-height: 1;
                  padding: 0 0 0 1px;
                  margin: -1px 6px 0 0;
                  -webkit-transition: all ease-out 0.3s;
                  -o-transition: all ease-out 0.3s;
                  transition: all ease-out 0.3s; }
                body .accordian .accordian-box .box-wrapper .box .inner-wrapper ul li a:hover:after {
                  margin-left: 14px; }
          body .accordian .accordian-box .box-wrapper .box .inner-wrapper .btn-default {
            font-size: 14px !important; }
  body .breadcrumbs {
    overflow: visible; }
    @media (max-width: 767px) {
      body .breadcrumbs {
        display: none; } }
    body .breadcrumbs.b-style-guide ul {
      position: initial; }
    body .breadcrumbs ul {
      position: absolute;
      z-index: 9;
      top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 20px);
      list-style: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .breadcrumbs ul li {
        margin: 0 18px;
        font-size: 16px;
        color: #6f6f6f;
        position: relative;
        font-weight: 300; }
        body .breadcrumbs ul li:after {
          content: ">";
          position: absolute;
          right: -22px;
          top: 0; }
        body .breadcrumbs ul li:nth-last-child(1):after {
          display: none; }
        body .breadcrumbs ul li:nth-child(1) {
          margin-left: 0; }
        body .breadcrumbs ul li a {
          position: relative;
          color: #6f6f6f;
          font-weight: 300;
          font-size: 16px; }
          body .breadcrumbs ul li a:hover {
            text-decoration: none; }
            body .breadcrumbs ul li a:hover:before {
              opacity: 1;
              bottom: 0; }
          body .breadcrumbs ul li a:before {
            content: '';
            position: absolute;
            bottom: -6px;
            opacity: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: #253746;
            -webkit-transition: all linear 0.3s;
            -o-transition: all linear 0.3s;
            transition: all linear 0.3s; }
  body .col-three-resources {
    background: #f3f4f4; }
    body .col-three-resources h2 {
      text-align: center;
      color: #253746;
      margin: 0 0 58px;
      font-weight: 300; }
    body .col-three-resources .row-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -6px 0 -3px; }
      @media screen and (max-width: 1200px) {
        body .col-three-resources .row-wrap {
          margin: 0; } }
      @media (max-width: 767px) {
        body .col-three-resources .row-wrap {
          display: block; } }
      body .col-three-resources .row-wrap .col-wrap {
        width: calc(33.33% - 8px);
        margin: 0 4px 8px;
        padding: 13px 24px 41px;
        text-align: center;
        display: block;
        position: relative; }
        @media screen and (max-width: 1024px) {
          body .col-three-resources .row-wrap .col-wrap {
            width: calc(50% - 8px); } }
        @media (max-width: 767px) {
          body .col-three-resources .row-wrap .col-wrap {
            width: calc(100% - 8px);
            margin: 0 auto 15px;
            max-width: 350px;
            padding-bottom: 20px; } }
        body .col-three-resources .row-wrap .col-wrap:before, body .col-three-resources .row-wrap .col-wrap .cover {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          -webkit-transition: all ease-in-out 0.2s;
          -o-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s;
          background: #ffffff; }
        body .col-three-resources .row-wrap .col-wrap .cover {
          background: transparent;
          z-index: 4; }
        body .col-three-resources .row-wrap .col-wrap .content-wrap {
          position: relative;
          z-index: 2; }
        body .col-three-resources .row-wrap .col-wrap:hover {
          z-index: 4; }
          body .col-three-resources .row-wrap .col-wrap:hover .cover, body .col-three-resources .row-wrap .col-wrap:hover:before {
            top: -22px;
            bottom: -22px;
            left: -24px;
            right: -24px; }
            @media screen and (max-width: 1024px) {
              body .col-three-resources .row-wrap .col-wrap:hover .cover, body .col-three-resources .row-wrap .col-wrap:hover:before {
                top: -14px;
                bottom: -14px;
                left: -14px;
                right: -14px; } }
          body .col-three-resources .row-wrap .col-wrap:hover:before {
            border: 1px solid #dbdbdb; }
        body .col-three-resources .row-wrap .col-wrap h4 {
          color: #253746;
          margin-bottom: 7px;
          text-transform: uppercase;
          font-size: 16px; }
          @media (max-width: 480px) {
            body .col-three-resources .row-wrap .col-wrap h4 {
              font-size: 14px; } }
        body .col-three-resources .row-wrap .col-wrap .img-wrap {
          margin: 0 auto 19px;
          height: 188px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-line-pack: center;
              align-content: center; }
          body .col-three-resources .row-wrap .col-wrap .img-wrap img {
            max-height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        body .col-three-resources .row-wrap .col-wrap h3 {
          margin-bottom: 6px;
          color: #253746;
          font-weight: 300;
          font-size: 23px;
          letter-spacing: -0.5px;
          line-height: 1.25; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .col-three-resources .row-wrap .col-wrap h3 {
              font-size: 22px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .col-three-resources .row-wrap .col-wrap h3 {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .col-three-resources .row-wrap .col-wrap h3 {
              font-size: 18px; } }
  body .resource-data .full-row {
    width: 100%;
    margin: 0; }
    body .resource-data .full-row .col-wrap {
      background-color: #E7EFF3;
      padding: 30px 50px;
      margin: 0 auto; }
      @media (max-width: 595px) {
        body .resource-data .full-row .col-wrap {
          padding: 20px; } }
      body .resource-data .full-row .col-wrap h3 {
        text-align: center;
        color: #253746;
        font-size: 22px;
        font-weight: 300;
        padding-bottom: 40px; }
      body .resource-data .full-row .col-wrap h2, body .resource-data .full-row .col-wrap .h2 {
        text-align: center;
        background-color: #242a75;
        padding: 10px;
        color: #ffffff !important; }
      body .resource-data .full-row .col-wrap .form-group {
        padding-bottom: 0px;
        position: relative; }
        @media (max-width: 767px) {
          body .resource-data .full-row .col-wrap .form-group {
            width: 100%; } }
        @media (max-width: 595px) {
          body .resource-data .full-row .col-wrap .form-group {
            padding-bottom: 0px;
            width: 100%; }
            body .resource-data .full-row .col-wrap .form-group.download-btn {
              padding-top: 10px; } }
        body .resource-data .full-row .col-wrap .form-group:last-child {
          padding-bottom: 0; }
        body .resource-data .full-row .col-wrap .form-group.download-btn {
          padding-top: 10px; }
        body .resource-data .full-row .col-wrap .form-group.state-hungary .wrap {
          padding-bottom: 10px; }
          body .resource-data .full-row .col-wrap .form-group.state-hungary .wrap input[type="checkbox"] {
            width: 15px;
            height: 15px;
            float: left;
            margin-top: 6px;
            background-color: #ffffff; }
          body .resource-data .full-row .col-wrap .form-group.state-hungary .wrap label {
            padding-left: 6px;
            max-width: 280px;
            width: 100%; }
        body .resource-data .full-row .col-wrap .form-group label {
          width: 100%;
          font-size: 15px; }
          body .resource-data .full-row .col-wrap .form-group label sup {
            color: red; }
        body .resource-data .full-row .col-wrap .form-group .form-control {
          border-radius: 0;
          max-width: 400px;
          width: 100%;
          height: 40px;
          color: #253746;
          border: 1px solid #6f797b;
          font-size: 16px; }
          @media (max-width: 767px) {
            body .resource-data .full-row .col-wrap .form-group .form-control {
              width: 100%;
              max-width: 100%; } }
          @media (max-width: 595px) {
            body .resource-data .full-row .col-wrap .form-group .form-control {
              width: 100%;
              max-width: 100%; } }
        body .resource-data .full-row .col-wrap .form-group .jcf-hidden {
          max-width: 400px;
          height: 40px;
          width: 100%;
          border-radius: 0;
          border: 1px solid #6f797b; }
          @media (max-width: 767px) {
            body .resource-data .full-row .col-wrap .form-group .jcf-hidden {
              max-width: 100%;
              width: 100%; } }
          @media (max-width: 595px) {
            body .resource-data .full-row .col-wrap .form-group .jcf-hidden {
              max-width: 100%;
              width: 100%; } }
        body .resource-data .full-row .col-wrap .form-group #download {
          font-family: "canada-type-gibson", sans-serif !important;
          line-height: 1.2;
          font-style: normal;
          font-size: 16px;
          padding: 0 21px 0 22px;
          color: #ffffff;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5fb6f1), to(#357cb1));
          background: -webkit-linear-gradient(top, #5fb6f1 0, #357cb1 100%);
          background: -o-linear-gradient(top, #5fb6f1 0, #357cb1 100%);
          background: linear-gradient(to bottom, #5fb6f1 0, #357cb1 100%);
          border: 0;
          outline: none;
          cursor: pointer;
          text-decoration: none;
          font-weight: 400;
          margin: 0 auto;
          text-transform: uppercase;
          max-width: 200px; }
    body .resource-data .full-row h1 {
      margin-bottom: 20px; }
  body .resource-data .data-wrapper {
    width: 100%;
    margin: 0 auto; }
    body .resource-data .data-wrapper .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 35px;
      margin-bottom: 74px; }
      @media (max-width: 595px) {
        body .resource-data .data-wrapper .heading {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      body .resource-data .data-wrapper .heading .img-wrapper {
        max-width: 275px;
        margin-right: 54px; }
        @media (max-width: 595px) {
          body .resource-data .data-wrapper .heading .img-wrapper {
            margin: 0 0 20px 0; } }
      body .resource-data .data-wrapper .heading h2, body .resource-data .data-wrapper .heading h1 {
        color: #253746;
        width: calc(100% - 330px);
        -ms-flex-item-align: center;
            align-self: center;
        font-weight: 300;
        /* (max-width:991px) */
        /* (max-width:767px) */
        /* (max-width:595px) */ }
        @media (max-width: 595px) {
          body .resource-data .data-wrapper .heading h2, body .resource-data .data-wrapper .heading h1 {
            width: 100%;
            margin: 20px 0 0; } }
    body .resource-data .data-wrapper .content ol {
      padding-left: 20px; }
    body .resource-data .data-wrapper .content .embed-responsive-16by9 {
      margin-bottom: 30px; }
    body .resource-data .data-wrapper .content h2 {
      color: #253746;
      margin-bottom: 20px; }
    body .resource-data .data-wrapper .content p, body .resource-data .data-wrapper .content ul {
      margin: 0 0 1.64em;
      color: #253746; }
    body .resource-data .data-wrapper .content ul, body .resource-data .data-wrapper .content a {
      font-size: 22px;
      font-weight: 100; }
      @media (min-width: 596px) and (max-width: 767px) {
        body .resource-data .data-wrapper .content ul, body .resource-data .data-wrapper .content a {
          font-size: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body .resource-data .data-wrapper .content ul, body .resource-data .data-wrapper .content a {
          font-size: 16px; } }
      @media (max-width: 480px) {
        body .resource-data .data-wrapper .content ul, body .resource-data .data-wrapper .content a {
          font-size: 14px; } }
    body .resource-data .data-wrapper .content ul {
      padding-left: 40px; }
      @media (max-width: 480px) {
        body .resource-data .data-wrapper .content ul {
          padding-left: 30px; } }
    body .resource-data .data-wrapper .content a {
      color: #0077dd; }
      body .resource-data .data-wrapper .content a:hover {
        color: #0077dd; }
    body .resource-data .data-wrapper .content .video-responsive + a {
      display: block;
      margin-top: 5px; }
    @media screen and (max-width: 992px) {
      body .resource-data .data-wrapper .content .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0; }
        body .resource-data .data-wrapper .content .video-responsive iframe {
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          position: absolute; } }
  @media (min-width: 1150px) {
    body .tabs.p-tb-0 {
      padding: 0; } }
  body .tabs img[data-align=right] {
    float: right;
    padding: 5px; }
  body .tabs img[data-align=left] {
    float: left;
    padding: 5px; }
  body .tabs img[data-align=center] {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 5px; }
  body .tabs .tab-box {
    background: #e6eff4; }
    body .tabs .tab-box .tab-heading {
      background: #aecad6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      list-style: none;
      padding-left: 0; }
      @media (max-width: 767px) {
        body .tabs .tab-box .tab-heading {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .tabs .tab-box .tab-heading li {
        font-weight: 400;
        font-size: 22px;
        text-align: center;
        position: relative;
        cursor: pointer;
        color: #253746;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          body .tabs .tab-box .tab-heading li {
            width: 50%;
            border: 1px solid #b4d1dc; } }
        body .tabs .tab-box .tab-heading li span {
          padding: 22px 15px;
          display: inline-block;
          position: relative; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .tabs .tab-box .tab-heading li span {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .tabs .tab-box .tab-heading li span {
              font-size: 18px; } }
        body .tabs .tab-box .tab-heading li.active {
          color: #242a75;
          background: #e6eff4; }
          body .tabs .tab-box .tab-heading li.active:after {
            display: none; }
          body .tabs .tab-box .tab-heading li.active span:after {
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            height: 3px;
            background: #242a75; }
          @media (max-width: 767px) {
            body .tabs .tab-box .tab-heading li.active {
              border-color: #242a75; }
              body .tabs .tab-box .tab-heading li.active span:after {
                display: none; } }
        body .tabs .tab-box .tab-heading li:hover:after {
          content: '';
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute;
          height: 3px;
          background: #242a75; }
        @media (max-width: 767px) {
          body .tabs .tab-box .tab-heading li:hover:after {
            display: none; } }
    body .tabs .tab-box .tab-content {
      padding: 64px 49px 70px;
      position: relative; }
      @media (max-width: 767px) {
        body .tabs .tab-box .tab-content {
          padding: 40px; } }
      @media (max-width: 480px) {
        body .tabs .tab-box .tab-content {
          padding: 25px; } }
      body .tabs .tab-box .tab-content h2 {
        padding: 20px 0; }
        body .tabs .tab-box .tab-content h2:first-child {
          padding-top: 0; }
      body .tabs .tab-box .tab-content .tab {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        display: none; }
        body .tabs .tab-box .tab-content .tab.active {
          position: relative;
          visibility: visible;
          display: block; }
        body .tabs .tab-box .tab-content .tab h4 {
          color: #050735;
          line-height: 1.5;
          margin-bottom: 5px;
          font-size: 22px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .tabs .tab-box .tab-content .tab h4 {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .tabs .tab-box .tab-content .tab h4 {
              font-size: 18px; } }
        body .tabs .tab-box .tab-content .tab p {
          color: #253746;
          padding-bottom: 22px;
          margin: 0; }
          body .tabs .tab-box .tab-content .tab p:last-child {
            padding-bottom: 0; }
        body .tabs .tab-box .tab-content .tab .side-image-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          body .tabs .tab-box .tab-content .tab .side-image-row .img-wrapper {
            width: 20%;
            padding-top: 38px; }
            @media (max-width: 991px) {
              body .tabs .tab-box .tab-content .tab .side-image-row .img-wrapper {
                width: 168px; } }
            @media (max-width: 767px) {
              body .tabs .tab-box .tab-content .tab .side-image-row .img-wrapper {
                display: none; } }
          body .tabs .tab-box .tab-content .tab .side-image-row .content-wrapper {
            /* max-width: 832px; */
            margin-left: 20px; }
            @media (max-width: 767px) {
              body .tabs .tab-box .tab-content .tab .side-image-row .content-wrapper {
                width: 100%;
                margin-left: 0; } }
        body .tabs .tab-box .tab-content .tab .col-3-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -15px; }
          body .tabs .tab-box .tab-content .tab .col-3-wrapper h4 {
            color: #253746; }
          @media (max-width: 767px) {
            body .tabs .tab-box .tab-content .tab .col-3-wrapper {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin: 0; } }
          body .tabs .tab-box .tab-content .tab .col-3-wrapper .col-three-box {
            padding: 0 2%; }
        body .tabs .tab-box .tab-content .tab .img-block-wrapper {
          text-align: center;
          margin: 30px 0; }
        body .tabs .tab-box .tab-content .tab .related-resources-box {
          padding: 0; }
          body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row {
            padding: 44px 48px 28px 32px;
            background: #f3f4f4;
            border-bottom: 2px solid #5dbdf4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            margin: 0 0 31px; }
            @media (max-width: 767px) {
              body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row {
                display: block; } }
            body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .img-wrapper {
              width: 28%;
              padding: 3px 60px 10px 0;
              text-align: center; }
              @media (max-width: 767px) {
                body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .img-wrapper {
                  width: 100%;
                  padding: 3px 0 10px 0; } }
              body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .img-wrapper img {
                max-width: 125px; }
            body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .content-wrapper {
              -webkit-box-flex: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              padding: 0 18px 0 0;
              max-width: 55%; }
              @media (max-width: 991px) {
                body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .content-wrapper {
                  max-width: 100%; } }
              @media (max-width: 767px) {
                body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .content-wrapper {
                  -webkit-box-flex: 0;
                      -ms-flex-positive: 0;
                          flex-grow: 0;
                  padding: 0; } }
              body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .content-wrapper h4 {
                color: #253746;
                font-weight: 300;
                margin-bottom: 6px;
                font-size: 22px; }
              body .tabs .tab-box .tab-content .tab .related-resources-box .tab-row .content-wrapper a {
                font-size: 22px;
                font-weight: 100; }
        body .tabs .tab-box .tab-content .tab ol {
          padding-left: 22px;
          font-size: 22px; }
        body .tabs .tab-box .tab-content .tab ul {
          list-style-type: disc;
          padding-left: 40px;
          padding-bottom: 28px; }
          @media (max-width: 767px) {
            body .tabs .tab-box .tab-content .tab ul {
              padding-bottom: 20px; } }
          @media (max-width: 480px) {
            body .tabs .tab-box .tab-content .tab ul {
              padding-bottom: 10px;
              padding-left: 30px; } }
          body .tabs .tab-box .tab-content .tab ul li, body .tabs .tab-box .tab-content .tab ul a {
            font-size: 22px;
            line-height: 1.5;
            margin: 0 0 1.64em;
            font-weight: 100; }
            @media (max-width: 767px) {
              body .tabs .tab-box .tab-content .tab ul li, body .tabs .tab-box .tab-content .tab ul a {
                line-height: 1.3; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .tabs .tab-box .tab-content .tab ul li, body .tabs .tab-box .tab-content .tab ul a {
                font-size: 20px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body .tabs .tab-box .tab-content .tab ul li, body .tabs .tab-box .tab-content .tab ul a {
                font-size: 16px; } }
            @media (max-width: 480px) {
              body .tabs .tab-box .tab-content .tab ul li, body .tabs .tab-box .tab-content .tab ul a {
                font-size: 14px; } }
          body .tabs .tab-box .tab-content .tab ul li {
            color: #253746;
            margin-bottom: 0; }
            @media (max-width: 767px) {
              body .tabs .tab-box .tab-content .tab ul li {
                margin-bottom: 5px; } }
  @media (max-width: 767px) {
    body .tabs .image-with-col .container {
      padding: 0; } }
  body .tab-hide {
    display: none; }
  body .svg-content {
    text-align: center; }
    @media (max-width: 1024px) {
      body .svg-content {
        display: none; } }
    body .svg-content svg #original .eachlayer {
      cursor: pointer; }
      body .svg-content svg #original .eachlayer.show .changebg {
        fill: #2B3174; }
      body .svg-content svg #original .eachlayer.show .iconfill {
        fill: #FFFFFF; }
      body .svg-content svg #original .eachlayer.show .text {
        fill: #FFFFFF; }
      body .svg-content svg #original .eachlayer.show .textbg {
        fill: #2B3174; }
    body .svg-content svg .content .popup-title {
      font-family: "futura_lt_bt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 22px; }
    body .svg-content svg .content .popup-inner-text {
      color: #253746;
      font-size: 12px;
      font-family: "futura_lt_bt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 300; }
    body .svg-content svg .content.show {
      display: block !important; }
  body .leadership-grid {
    background: #ebebeb; }
    @media (min-width: 1150px) {
      body .leadership-grid {
        padding: 100px 0 75px; } }
    body .leadership-grid h2 {
      text-align: center;
      color: #253746;
      font-weight: 300;
      margin-bottom: 16px;
      /* (max-width:991px) */
      /* (max-width:767px) */
      /* (max-width:595px) */
      /*  (max-width:480px) */ }
    body .leadership-grid .grid-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body .leadership-grid .grid-wrapper:after {
        display: none; }
      body .leadership-grid .grid-wrapper .card {
        width: calc(33.33% - 14px);
        margin: 0 7px 10px;
        padding: 20px 21px 20px;
        text-align: center;
        display: block;
        position: relative;
        border: 0; }
        @media screen and (max-width: 1024px) {
          body .leadership-grid .grid-wrapper .card {
            width: calc(50% - 15px); } }
        @media screen and (max-width: 768px) {
          body .leadership-grid .grid-wrapper .card {
            width: 100%;
            margin-bottom: 12px; } }
        body .leadership-grid .grid-wrapper .card:before,
        body .leadership-grid .grid-wrapper .card .cover {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s;
          background: #ffffff; }
        body .leadership-grid .grid-wrapper .card .cover {
          background: transparent;
          z-index: 4; }
        body .leadership-grid .grid-wrapper .card:hover {
          z-index: 4; }
          body .leadership-grid .grid-wrapper .card:hover:before {
            border: 1px solid #dbdbdb;
            -webkit-transform: scale(1.125, 1.26);
                 -o-transform: scale(1.125, 1.26);
                    transform: scale(1.125, 1.26); }
            @media (max-width: 1285px) {
              body .leadership-grid .grid-wrapper .card:hover:before {
                -webkit-transform: scale(1.075);
                     -o-transform: scale(1.075);
                        transform: scale(1.075); } }
            @media (max-width: 1024px) {
              body .leadership-grid .grid-wrapper .card:hover:before {
                -webkit-transform: scale(1.06);
                     -o-transform: scale(1.06);
                        transform: scale(1.06); } }
            @media screen and (max-width: 768px) {
              body .leadership-grid .grid-wrapper .card:hover:before {
                -webkit-transform: scale(1.04);
                     -o-transform: scale(1.04);
                        transform: scale(1.04); } }
        body .leadership-grid .grid-wrapper .card .content-wrap {
          position: relative;
          z-index: 2;
          overflow: hidden;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body .leadership-grid .grid-wrapper .card .content-wrap .img-wrap {
            width: 120px;
            height: 120px;
            overflow: hidden; }
            body .leadership-grid .grid-wrapper .card .content-wrap .img-wrap img {
              height: 100%;
              width: 100%;
              border-radius: 50%;
              border: 2px solid #e6e6e6;
              -o-object-fit: cover;
                 object-fit: cover;
              font-family: 'object-fit: cover, object-position: right;'; }
          body .leadership-grid .grid-wrapper .card .content-wrap .inner-wrap {
            width: calc(100% - 123px);
            padding-left: 21px;
            padding-top: 17px;
            text-align: initial; }
            body .leadership-grid .grid-wrapper .card .content-wrap .inner-wrap h3 {
              font-family: Arial;
              font-weight: 600;
              font-size: 22px;
              margin-bottom: 18px;
              color: #253746;
              padding-bottom: 15px;
              border-bottom: 1px solid #a9a9a9; }
            body .leadership-grid .grid-wrapper .card .content-wrap .inner-wrap p {
              font-family: Arial;
              font-size: 16px;
              color: #050735;
              font-weight: 200;
              line-height: 19px;
              margin: 0; }
    body .leadership-grid .overlay-slider {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: -10;
      display: block;
      background: rgba(31, 37, 53, 0.65);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
      body .leadership-grid .overlay-slider.open {
        visibility: visible;
        opacity: 100;
        z-index: 999; }
      body .leadership-grid .overlay-slider .custom-controls {
        position: fixed;
        right: 18px;
        z-index: 99;
        top: 13px; }
        @media (max-width: 767px) {
          body .leadership-grid .overlay-slider .custom-controls {
            top: auto;
            bottom: -12px; } }
        body .leadership-grid .overlay-slider .custom-controls span {
          background: #dadbdb;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          float: left;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          cursor: pointer;
          font-size: 22px; }
          body .leadership-grid .overlay-slider .custom-controls span.slick-disabled {
            visibility: hidden;
            pointer-events: none; }
          body .leadership-grid .overlay-slider .custom-controls span:nth-child(1) {
            margin-right: 10px; }
          body .leadership-grid .overlay-slider .custom-controls span:after {
            font-family: 'icomoon' !important;
            font-weight: normal;
            font-style: normal;
            position: relative;
            color: #14213d;
            font-size: 23px; }
          body .leadership-grid .overlay-slider .custom-controls span.prev:after {
            content: "\e909"; }
          body .leadership-grid .overlay-slider .custom-controls span.next:after {
            content: "\e908"; }
      body .leadership-grid .overlay-slider .cross {
        position: absolute;
        top: -61px;
        right: -61px;
        width: 27px;
        height: 27px;
        cursor: pointer;
        z-index: 99; }
        @media (max-width: 767px) {
          body .leadership-grid .overlay-slider .cross {
            right: -14px;
            top: -17px; } }
        body .leadership-grid .overlay-slider .cross:after, body .leadership-grid .overlay-slider .cross:before {
          content: '';
          position: absolute;
          width: 3px;
          height: 18px;
          left: 13px;
          top: 4px;
          background: #ffffff;
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
             transform: rotate(45deg); }
          @media (max-width: 767px) {
            body .leadership-grid .overlay-slider .cross:after, body .leadership-grid .overlay-slider .cross:before {
              background: #000000; } }
        body .leadership-grid .overlay-slider .cross:after {
          -webkit-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      body .leadership-grid .overlay-slider .data-box {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        max-width: 698px;
        background: #ffffff;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0 auto;
        max-height: calc(100% - 40px);
        border: 20px solid #ffffff; }
        @media (max-width: 767px) {
          body .leadership-grid .overlay-slider .data-box {
            max-width: calc(100% - 40px); } }
        body .leadership-grid .overlay-slider .data-box .slider-wrapper {
          overflow-y: scroll; }
        body .leadership-grid .overlay-slider .data-box .box-wrapper {
          padding: 20px 20px 0; }
          @media (max-width: 767px) {
            body .leadership-grid .overlay-slider .data-box .box-wrapper {
              padding: 0; } }
          body .leadership-grid .overlay-slider .data-box .box-wrapper p {
            font-family: Arial;
            font-size: 16px;
            color: #050735;
            font-weight: 200; }
          body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap {
            position: relative;
            z-index: 2;
            overflow: hidden;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-bottom: 40px; }
            body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .img-wrap {
              width: 120px;
              overflow: hidden;
              height: 120px; }
              @media (max-width: 767px) {
                body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .img-wrap {
                  display: none; } }
              body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .img-wrap img {
                height: 100%;
                width: 100%;
                border-radius: 50%;
                border: 2px solid #e6e6e6;
                -o-object-fit: cover;
                   object-fit: cover;
                font-family: 'object-fit: cover, object-position: right;'; }
            body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap {
              width: calc(100% - 120px);
              padding-left: 20px; }
              @media (max-width: 767px) {
                body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap {
                  padding: 0;
                  width: 100%; } }
              body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap h3 {
                font-family: Arial;
                font-weight: 600;
                font-size: 22px;
                margin-bottom: 18px;
                color: #253746;
                padding-bottom: 15px;
                border-bottom: 1px solid #a9a9a9; }
              body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap p {
                margin-bottom: 5px; }
              body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap .social-icon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap .social-icon a {
                  display: inline-block;
                  width: 23px;
                  height: 23px;
                  border-radius: 50%;
                  background: #004a8b;
                  position: relative;
                  margin-right: 11px;
                  text-align: center;
                  font-size: 15px; }
                  body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap .social-icon a:hover {
                    text-decoration: none; }
                  body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap .social-icon a:after {
                    font-family: 'icomoon' !important;
                    font-weight: normal;
                    font-style: normal;
                    position: relative;
                    color: #ffffff; }
                  body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap .social-icon a.linked-in:after {
                    content: "\e901"; }
                  body .leadership-grid .overlay-slider .data-box .box-wrapper .head-content-wrap .inner-wrap .social-icon a.twitter:after {
                    content: "\e903"; }
  body .masonary-grid {
    border-top: 2px solid #afc9e5;
    background: #e6eff4;
    overflow: hidden; }
    body .masonary-grid .box-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        body .masonary-grid .box-wrapper {
          margin: 0 auto; } }
      body .masonary-grid .box-wrapper .box {
        width: calc(33.33% - 23px);
        text-align: center;
        margin-bottom: 38px; }
        @media (max-width: 991px) {
          body .masonary-grid .box-wrapper .box {
            width: calc(50% - 18px); } }
        @media (max-width: 595px) {
          body .masonary-grid .box-wrapper .box {
            width: 100%; } }
        body .masonary-grid .box-wrapper .box .inner-wrapper {
          max-width: 383px;
          background: #ffffff;
          padding: 46px 40px 40px; }
          @media (max-width: 991px) {
            body .masonary-grid .box-wrapper .box .inner-wrapper {
              padding: 35px;
              max-width: 100%; } }
          @media (max-width: 595px) {
            body .masonary-grid .box-wrapper .box .inner-wrapper {
              margin: 0 auto;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          body .masonary-grid .box-wrapper .box .inner-wrapper .img-wrapper, body .masonary-grid .box-wrapper .box .inner-wrapper a.img-wrapper {
            max-width: 135px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto 19px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            body .masonary-grid .box-wrapper .box .inner-wrapper .img-wrapper img, body .masonary-grid .box-wrapper .box .inner-wrapper a.img-wrapper img {
              max-height: 100%; }
          body .masonary-grid .box-wrapper .box .inner-wrapper h2 {
            font-size: 24px;
            line-height: 1.05;
            color: #050735;
            margin: 0 0 36px;
            text-transform: uppercase;
            word-break: break-word; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .masonary-grid .box-wrapper .box .inner-wrapper h2 {
                font-size: 22px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .masonary-grid .box-wrapper .box .inner-wrapper h2 {
                font-size: 20px; } }
            @media (max-width: 595px) {
              body .masonary-grid .box-wrapper .box .inner-wrapper h2 {
                font-size: 18px;
                margin-bottom: 21px; } }
          body .masonary-grid .box-wrapper .box .inner-wrapper h4 {
            text-transform: none;
            color: #253746;
            line-height: 1.5;
            padding-top: 3px;
            font-size: 24px;
            padding-bottom: 8px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .masonary-grid .box-wrapper .box .inner-wrapper h4 {
                font-size: 22px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .masonary-grid .box-wrapper .box .inner-wrapper h4 {
                font-size: 20px; } }
            @media (max-width: 595px) {
              body .masonary-grid .box-wrapper .box .inner-wrapper h4 {
                font-size: 18px;
                margin-bottom: 21px; } }
          body .masonary-grid .box-wrapper .box .inner-wrapper ul {
            list-style: none;
            text-align: left;
            padding-bottom: 19px; }
            body .masonary-grid .box-wrapper .box .inner-wrapper ul li {
              margin: 0 0 19px;
              font-weight: 100;
              line-height: 1; }
              @media (max-width: 595px) {
                body .masonary-grid .box-wrapper .box .inner-wrapper ul li {
                  margin-bottom: 10px; } }
              body .masonary-grid .box-wrapper .box .inner-wrapper ul li a {
                color: #000000;
                text-decoration: none;
                font-weight: 200;
                font-size: 18px; }
                body .masonary-grid .box-wrapper .box .inner-wrapper ul li a:before {
                  content: "\e90a";
                  font-family: 'icomoon' !important;
                  display: inline;
                  position: absolute;
                  vertical-align: top;
                  width: 18px;
                  height: 18px;
                  text-align: center;
                  color: #b1cbea;
                  background: #236cc3;
                  border-radius: 50%;
                  font-size: 18px;
                  line-height: 18px;
                  padding: 0 0 0 1px;
                  margin: 2px 0 0 -24px;
                  -webkit-transition: all ease 0.3s;
                  -o-transition: all ease 0.3s;
                  transition: all ease 0.3s;
                  pointer-events: none; }
                body .masonary-grid .box-wrapper .box .inner-wrapper ul li a:hover:after {
                  margin-left: -20px; }
  body .image-rotator-frame {
    padding: 0; }
    body .image-rotator-frame .outer-wrap {
      background: url("/themes/thalesesecurity/templates/dist/images/background.svg") no-repeat;
      background-size: cover;
      padding: 90px 60px; }
      @media (max-width: 1199.98px) {
        body .image-rotator-frame .outer-wrap {
          padding: 80px 40;
          overflow: scroll; } }
      @media (max-width: 991.98px) {
        body .image-rotator-frame .outer-wrap {
          padding: 60px 40px; } }
      @media (max-width: 767.98px) {
        body .image-rotator-frame .outer-wrap {
          padding: 40px 40px; } }
      body .image-rotator-frame .outer-wrap .inner-wrap {
        height: 418px; }
        @media (max-width: 1199.98px) {
          body .image-rotator-frame .outer-wrap .inner-wrap {
            width: 1200px; } }
        body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap {
          margin-bottom: 35px; }
          body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap h3 {
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 30px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap h3 span {
              position: relative;
              padding-left: 20px;
              margin-left: 10px;
              font-weight: 100; }
              body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap h3 span::before {
                position: absolute;
                content: "";
                top: 8px;
                left: 0;
                height: 21px;
                width: 1px;
                background: #fff; }
        body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap {
          max-width: 200px; }
          body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap h6 {
            font-size: 18px;
            color: #fff;
            position: relative;
            margin-bottom: 20px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap h6::before {
              position: absolute;
              content: "";
              bottom: -8px;
              left: 0;
              width: 30px;
              height: 1px;
              background: #00bbdd; }
          body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap ul li {
              font-size: 14px;
              margin-bottom: 15px;
              color: #fff; }
              body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap ul li .icon-wrap {
                width: 32px;
                height: 32px; }
        body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap {
          text-align: center;
          position: relative; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .tab-content {
            margin-top: 20px;
            position: relative;
            max-width: 733px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .tab-content .img-wrap {
              height: 320px; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box {
            width: 100%;
            margin-top: 20px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .img-wrap {
              overflow: hidden;
              cursor: pointer;
              width: 100%;
              height: 320px; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .img-wrap img {
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                position: relative; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .img-wrap.zoom img {
                -webkit-transform: scale(1.58);
                     -o-transform: scale(1.58);
                        transform: scale(1.58); }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .controls {
              position: absolute;
              width: calc(100% - 55px);
              bottom: 84px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%); }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .controls .arrow {
                max-width: 321px;
                cursor: pointer; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap {
            display: none; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view {
              position: relative; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button {
                position: absolute;
                outline: none;
                cursor: pointer;
                background: none;
                top: 105px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button.active {
                  opacity: 0.4; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#disk {
                  left: 221px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#slot {
                  left: 383px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#caution {
                  left: 523px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#service {
                  left: 558px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view {
              display: none;
              position: relative; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button {
                position: absolute;
                outline: none;
                cursor: pointer;
                background: none;
                top: 148px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button.active {
                  opacity: 0.4; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#port {
                  left: 204px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#aux {
                  left: 240px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#led {
                  left: 301px;
                  top: 141px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#power {
                  left: 533px;
                  top: 124px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle {
              display: inline-block;
              position: absolute;
              bottom: 70px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              cursor: pointer; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle .icon {
                height: 28px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle .icon img {
                  width: 100%;
                  height: 100%; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle span {
                color: #00bbdd;
                padding-top: 5px;
                display: block; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap {
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -35px;
            width: 745px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span {
              font-size: 56px;
              font-weight: 100;
              color: #fff;
              opacity: 0.5;
              padding-right: 22px;
              position: relative;
              margin-right: 12px;
              cursor: pointer;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span:hover {
                opacity: 1; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span.active {
                color: #00bbdd;
                cursor: default;
                opacity: 1; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span:before {
                position: absolute;
                content: "";
                top: 14px;
                right: 0;
                width: 1px;
                height: 55px;
                background: #fff; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span:last-child:before {
                opacity: 0; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup {
            width: 185px;
            position: absolute;
            top: 0;
            right: 0;
            display: none; }
            @media (max-width: 1199.98px) {
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup {
                right: 70px; } }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .img-wrap {
              height: 117px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block {
              background: #171a21;
              padding: 12px 12px 16px;
              border-bottom-left-radius: 11px;
              border-bottom-right-radius: 11px; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span {
                color: #fff;
                display: block;
                text-align: left;
                font-weight: 100; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span.title {
                  font-size: 19px;
                  position: relative; }
                  body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span.title::before {
                    content: "";
                    width: 30px;
                    height: 1px;
                    border-bottom: 1px solid #00bbdd;
                    bottom: -5px;
                    left: 0;
                    position: absolute; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span.desc {
                  font-size: 14px;
                  padding-top: 10px; }
  body .info-section .info-box {
    background: #e6eff4;
    margin-bottom: 10px;
    border-top: 2px solid #afc9e5;
    text-align: center;
    padding: 38px 15px; }
    body .info-section .info-box h3 {
      text-transform: uppercase;
      color: #253746;
      font-weight: 300;
      padding-bottom: 28px; }
    body .info-section .info-box .content-box {
      width: 100%;
      text-align: center; }
      body .info-section .info-box .content-box .inner-wrapper {
        background: #ffffff;
        padding: 44px 40px 40px; }
        @media (max-width: 991px) {
          body .info-section .info-box .content-box .inner-wrapper {
            padding: 30px; } }
        body .info-section .info-box .content-box .inner-wrapper .img-wrapper, body .info-section .info-box .content-box .inner-wrapper a.img-wrapper {
          max-width: 95px;
          display: block;
          margin: 0 auto 24px;
          height: 95px; }
          body .info-section .info-box .content-box .inner-wrapper .img-wrapper img, body .info-section .info-box .content-box .inner-wrapper a.img-wrapper img {
            height: 100%; }
        body .info-section .info-box .content-box .inner-wrapper h2 {
          font-weight: 300;
          line-height: 26px;
          color: #253746;
          margin: 0 0 12px;
          word-break: break-word; }
          @media (max-width: 595px) {
            body .info-section .info-box .content-box .inner-wrapper h2 {
              margin-bottom: 17px; } }
        body .info-section .info-box .content-box .inner-wrapper ul {
          list-style: none;
          text-align: left;
          padding-bottom: 19px; }
          @media (max-width: 595px) {
            body .info-section .info-box .content-box .inner-wrapper ul {
              text-align: center; } }
          body .info-section .info-box .content-box .inner-wrapper ul li {
            margin: 0 0 14px;
            font-weight: 100; }
            @media (max-width: 595px) {
              body .info-section .info-box .content-box .inner-wrapper ul li {
                margin-bottom: 10px; } }
            body .info-section .info-box .content-box .inner-wrapper ul li a {
              color: #000000;
              text-decoration: none;
              position: relative;
              font-size: 17px;
              line-height: 1.4;
              letter-spacing: 0.03em;
              padding-right: 40px;
              top: -2px; }
              body .info-section .info-box .content-box .inner-wrapper ul li a:after {
                content: "\e90a";
                font-family: 'icomoon' !important;
                display: inline-block;
                position: absolute;
                vertical-align: top;
                width: 18px;
                top: 1px;
                height: 18px;
                text-align: center;
                color: #b1cbea;
                background: #004a8b;
                border-radius: 50%;
                font-size: 18px;
                line-height: 18px;
                padding: 0 0 0 1px;
                margin: 0 0 0 7px;
                -webkit-transition: all ease-out 0.3s;
                -o-transition: all ease-out 0.3s;
                transition: all ease-out 0.3s; }
              body .info-section .info-box .content-box .inner-wrapper ul li a:hover:after {
                margin-left: 14px; }
  body .resource-grid {
    background: #e6eff4;
    margin-bottom: 2px; }
    @media (max-width: 767px) {
      body .resource-grid {
        margin: 0; } }
    body .resource-grid .content-segment,
    body .resource-grid .language-changer {
      background: #ffffff;
      position: relative;
      border: 2px solid #dbdbdb;
      font-size: 15px;
      line-height: 49px;
      padding: 0 30px 0 18px;
      text-decoration: none;
      color: #253746;
      min-width: 236px;
      cursor: pointer;
      font-weight: 300;
      margin: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body .resource-grid .content-segment,
        body .resource-grid .language-changer {
          padding: 10px 48px 10px 16px;
          display: inline-block;
          width: calc(33.33% - 5px);
          line-height: 23px;
          margin: 0 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .resource-grid .content-segment,
        body .resource-grid .language-changer {
          padding: 10px 48px 10px 16px;
          display: inline-block;
          width: calc(33.33% - 5px);
          line-height: 23px;
          margin: 0 0 10px; } }
      @media (max-width: 767px) {
        body .resource-grid .content-segment,
        body .resource-grid .language-changer {
          padding: 10px 48px 10px 16px;
          display: block;
          line-height: 23px;
          margin: 0 0 10px; } }
      body .resource-grid .content-segment a,
      body .resource-grid .language-changer a {
        display: block;
        text-decoration: none;
        font-size: 15px;
        color: #253746;
        font-weight: 300; }
      body .resource-grid .content-segment:after, body .resource-grid .content-segment:before,
      body .resource-grid .language-changer:after,
      body .resource-grid .language-changer:before {
        content: "";
        right: 10px;
        position: absolute;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #b1cbea;
        background: #d3d3d3;
        border-radius: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s; }
      body .resource-grid .content-segment:before,
      body .resource-grid .language-changer:before {
        border-radius: 0;
        right: 16px;
        top: 50%;
        z-index: 9;
        background: transparent;
        border-bottom: 1px solid #253746;
        border-left: 1px solid #253746;
        -webkit-transform: translateY(-50%) rotate(-45deg);
             -o-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        margin-top: -1px;
        width: 8px;
        height: 8px; }
      @media (max-width: 767px) {
        body .resource-grid .content-segment.active,
        body .resource-grid .language-changer.active {
          margin-bottom: 10px; } }
      body .resource-grid .content-segment.active:before,
      body .resource-grid .language-changer.active:before {
        -webkit-transform: translateY(-50%) rotate(135deg);
             -o-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg);
        margin-top: 2px; }
      body .resource-grid .content-segment ul.content-dropdown, body .resource-grid .content-segment ul.language-dropdown,
      body .resource-grid .language-changer ul.content-dropdown,
      body .resource-grid .language-changer ul.language-dropdown {
        display: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 9;
        text-align: left;
        padding: 0 0 15px;
        background: #ffffff;
        border: 2px solid #dbdbdb; }
        @media (max-width: 767px) {
          body .resource-grid .content-segment ul.content-dropdown, body .resource-grid .content-segment ul.language-dropdown,
          body .resource-grid .language-changer ul.content-dropdown,
          body .resource-grid .language-changer ul.language-dropdown {
            top: 42px; } }
      body .resource-grid .content-segment ul li,
      body .resource-grid .language-changer ul li {
        display: block;
        float: left;
        padding: 0;
        width: 100%;
        margin-bottom: 0;
        cursor: default; }
        body .resource-grid .content-segment ul li:first-child,
        body .resource-grid .language-changer ul li:first-child {
          margin: 10px 0 0;
          background: #ffffff; }
        body .resource-grid .content-segment ul li:last-child,
        body .resource-grid .language-changer ul li:last-child {
          margin-right: 0; }
          body .resource-grid .content-segment ul li:last-child:before,
          body .resource-grid .language-changer ul li:last-child:before {
            display: none; }
        body .resource-grid .content-segment ul li a,
        body .resource-grid .language-changer ul li a {
          font-size: 17px;
          letter-spacing: 0.025em;
          color: #253746;
          opacity: 1;
          border: none;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          display: block;
          padding: 5px 15px;
          font-weight: bold; }
          body .resource-grid .content-segment ul li a:hover,
          body .resource-grid .language-changer ul li a:hover {
            color: #ffffff;
            background: #26add3; }
    body .resource-grid .filter-wrap {
      margin-bottom: 37px;
      position: relative; }
      body .resource-grid .filter-wrap .top-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body .resource-grid .filter-wrap .top-row {
            display: block; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .resource-grid .filter-wrap .top-row {
            display: block; } }
        @media (max-width: 767px) {
          body .resource-grid .filter-wrap .top-row {
            display: block; } }
        body .resource-grid .filter-wrap .top-row .dropdown {
          background: #ffffff;
          position: relative;
          border: 2px solid #dbdbdb;
          font-size: 15px;
          line-height: 49px;
          padding: 0 135px 0 18px;
          text-decoration: none;
          color: #253746;
          min-width: 236px;
          cursor: pointer;
          font-weight: 300; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body .resource-grid .filter-wrap .top-row .dropdown {
              padding: 10px 48px 10px 16px;
              display: inline-block;
              width: calc(33.33% - 5px);
              line-height: 23px;
              margin: 0 0 10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body .resource-grid .filter-wrap .top-row .dropdown {
              padding: 10px 48px 10px 16px;
              display: inline-block;
              width: calc(33.33% - 5px);
              line-height: 23px;
              margin: 0 0 10px; } }
          @media (max-width: 767px) {
            body .resource-grid .filter-wrap .top-row .dropdown {
              padding: 10px 48px 10px 16px;
              display: block;
              line-height: 23px;
              margin-bottom: 10px; } }
          body .resource-grid .filter-wrap .top-row .dropdown:after, body .resource-grid .filter-wrap .top-row .dropdown:before {
            content: "";
            right: 10px;
            position: absolute;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #b1cbea;
            background: #d3d3d3;
            border-radius: 50%;
            top: 50%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: all ease-out 0.3s;
            -o-transition: all ease-out 0.3s;
            transition: all ease-out 0.3s; }
          body .resource-grid .filter-wrap .top-row .dropdown:before {
            border-radius: 0;
            right: 16px;
            top: 50%;
            z-index: 9;
            background: transparent;
            border-bottom: 1px solid #253746;
            border-left: 1px solid #253746;
            -webkit-transform: translateY(-50%) rotate(-45deg);
                 -o-transform: translateY(-50%) rotate(-45deg);
                    transform: translateY(-50%) rotate(-45deg);
            margin-top: -1px;
            width: 8px;
            height: 8px; }
          body .resource-grid .filter-wrap .top-row .dropdown.open {
            border-bottom: 0;
            margin-bottom: 2px; }
            @media (max-width: 595px) {
              body .resource-grid .filter-wrap .top-row .dropdown.open {
                border-bottom: 2px solid #dbdbdb; } }
            @media (max-width: 767px) {
              body .resource-grid .filter-wrap .top-row .dropdown.open {
                margin-bottom: 10px; } }
            body .resource-grid .filter-wrap .top-row .dropdown.open:before {
              -webkit-transform: translateY(-50%) rotate(135deg);
                   -o-transform: translateY(-50%) rotate(135deg);
                      transform: translateY(-50%) rotate(135deg);
              margin-top: 2px; }
        body .resource-grid .filter-wrap .top-row .search-wrapper {
          width: calc(100% - 32.95%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .resource-grid .filter-wrap .top-row .search-wrapper {
              width: 100%; } }
          @media (max-width: 767px) {
            body .resource-grid .filter-wrap .top-row .search-wrapper {
              width: 100%; } }
          body .resource-grid .filter-wrap .top-row .search-wrapper input {
            width: 100%;
            max-width: 531px;
            margin-right: 13px;
            border: 2px solid #dbdbdb;
            outline: none;
            font-size: 15px;
            outline: 0;
            color: #253746;
            padding: 0 17px; }
            @media (max-width: 767px) {
              body .resource-grid .filter-wrap .top-row .search-wrapper input {
                padding: 10px 17px; } }
          body .resource-grid .filter-wrap .top-row .search-wrapper button {
            min-width: 118px; }
            @media (max-width: 595px) {
              body .resource-grid .filter-wrap .top-row .search-wrapper button {
                min-width: 90px; } }
      body .resource-grid .filter-wrap .bottom-row {
        position: absolute;
        padding: 38px 30px 40px;
        width: 100%;
        top: 100%;
        z-index: 12;
        margin: 10px 0 0;
        background: #ffffff;
        border: 2px solid #dbdbdb;
        display: none; }
        @media (max-width: 767px) {
          body .resource-grid .filter-wrap .bottom-row {
            padding: 35px 20px; } }
        @media (max-width: 595px) {
          body .resource-grid .filter-wrap .bottom-row {
            position: relative;
            padding: 20px; } }
        body .resource-grid .filter-wrap .bottom-row .cross {
          cursor: pointer;
          font-weight: 100;
          font-size: 36px;
          position: absolute;
          right: 20px;
          top: 0;
          color: #253746;
          z-index: 9; }
          @media (max-width: 991px) {
            body .resource-grid .filter-wrap .bottom-row .cross {
              line-height: 1; } }
          @media (max-width: 595px) {
            body .resource-grid .filter-wrap .bottom-row .cross {
              display: none; } }
        body .resource-grid .filter-wrap .bottom-row ul {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          position: relative; }
          @media (max-width: 767px) {
            body .resource-grid .filter-wrap .bottom-row ul {
              display: block; } }
          body .resource-grid .filter-wrap .bottom-row ul li {
            position: relative;
            width: calc(25% - 37px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 47px;
            cursor: pointer;
            margin-bottom: 4px; }
            @media (max-width: 991px) {
              body .resource-grid .filter-wrap .bottom-row ul li {
                width: calc(50% - 25px);
                margin-right: 50px; }
                body .resource-grid .filter-wrap .bottom-row ul li:nth-child(even) {
                  margin-right: 0; }
                  body .resource-grid .filter-wrap .bottom-row ul li:nth-child(even):after {
                    display: none; } }
            @media (max-width: 767px) {
              body .resource-grid .filter-wrap .bottom-row ul li {
                width: 100%; } }
            body .resource-grid .filter-wrap .bottom-row ul li .img-wrapper {
              width: 52px;
              min-height: 52px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-pack: center;
                  justify-content: center;
              -webkit-box-pack: center; }
              body .resource-grid .filter-wrap .bottom-row ul li .img-wrapper img {
                -o-object-fit: contain;
                   object-fit: contain; }
            body .resource-grid .filter-wrap .bottom-row ul li span:nth-child(2) {
              width: calc(100% - 51px);
              font-family: "canada-type-gibson", sans-serif !important !important;
              font-weight: bold;
              word-break: break-word;
              padding: 9px 0 9px 8px;
              margin-left: 8px;
              margin-right: -7px;
              font-size: 17px;
              color: #253746;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              position: relative;
              -webkit-transition: all linear 0.2s;
              -o-transition: all linear 0.2s;
              transition: all linear 0.2s; }
              @media (max-width: 767px) {
                body .resource-grid .filter-wrap .bottom-row ul li span:nth-child(2) {
                  margin-right: 0; } }
            body .resource-grid .filter-wrap .bottom-row ul li:after {
              content: "";
              position: absolute;
              right: -28px;
              height: calc(100% + 4px);
              width: 1px;
              top: 0;
              background: #ccc;
              pointer-events: none; }
              @media (max-width: 767px) {
                body .resource-grid .filter-wrap .bottom-row ul li:after {
                  display: none; } }
            @media (min-width: 992px) {
              body .resource-grid .filter-wrap .bottom-row ul li:nth-child(4n+4) {
                margin-right: 0;
                width: calc(25% - 36px); }
                body .resource-grid .filter-wrap .bottom-row ul li:nth-child(4n+4):after {
                  display: none; } }
    @media (min-width: 992px) and (max-width: 991px) {
      body .resource-grid .filter-wrap .bottom-row ul li:nth-child(4n+4):after {
        display: block; } }
    @media (min-width: 992px) and (max-width: 767px) {
      body .resource-grid .filter-wrap .bottom-row ul li:nth-child(4n+4):after {
        display: none; } }
            body .resource-grid .filter-wrap .bottom-row ul li.selected span:nth-child(2) {
              background: #dbdbdb;
              display: inline-block; }
              body .resource-grid .filter-wrap .bottom-row ul li.selected span:nth-child(2):before {
                content: "";
                background: url("/themes/thalesesecurity/templates/dist/images/selected-mark.png") no-repeat 0 2px/13px;
                position: relative;
                display: inline-block;
                width: 18px;
                height: 14px; }
            body .resource-grid .filter-wrap .bottom-row ul li.increased:after {
              height: calc(100% + 8px + var(--tooltip-height, auto)); }
    body .resource-grid .cards-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -4px; }
      @media (max-width: 595px) {
        body .resource-grid .cards-wrapper {
          display: block; } }
      body .resource-grid .cards-wrapper .col-wrap {
        width: calc(33.33% - 8px);
        margin: 0 4px 8px;
        padding: 47px 22px 41px;
        text-align: center;
        display: block;
        position: relative; }
        @media screen and (max-width: 1024px) {
          body .resource-grid .cards-wrapper .col-wrap {
            width: calc(50% - 8px); } }
        @media (max-width: 767px) {
          body .resource-grid .cards-wrapper .col-wrap {
            width: calc(50% - 8px);
            padding: 20px; } }
        @media (max-width: 595px) {
          body .resource-grid .cards-wrapper .col-wrap {
            width: calc(100% - 8px); } }
        body .resource-grid .cards-wrapper .col-wrap:before,
        body .resource-grid .cards-wrapper .col-wrap .cover {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          -webkit-transition: all ease-in-out 0.2s;
          -o-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s;
          background: #ffffff; }
        body .resource-grid .cards-wrapper .col-wrap .cover {
          background: transparent;
          z-index: 4; }
        body .resource-grid .cards-wrapper .col-wrap .content-wrap {
          position: relative;
          z-index: 2; }
        body .resource-grid .cards-wrapper .col-wrap:hover {
          z-index: 4; }
          body .resource-grid .cards-wrapper .col-wrap:hover:before,
          body .resource-grid .cards-wrapper .col-wrap:hover .cover {
            top: -22px;
            bottom: -22px;
            left: -24px;
            right: -24px; }
            @media screen and (max-width: 1024px) {
              body .resource-grid .cards-wrapper .col-wrap:hover:before,
              body .resource-grid .cards-wrapper .col-wrap:hover .cover {
                top: -14px;
                bottom: -14px;
                left: -14px;
                right: -14px; } }
          body .resource-grid .cards-wrapper .col-wrap:hover:before {
            border: 1px solid #dbdbdb; }
        body .resource-grid .cards-wrapper .col-wrap h4 {
          color: #253746;
          margin-bottom: 0;
          text-transform: uppercase;
          font-size: 16px; }
          @media (max-width: 480px) {
            body .resource-grid .cards-wrapper .col-wrap h4 {
              font-size: 14px; } }
        body .resource-grid .cards-wrapper .col-wrap .img-wrap {
          margin: 0 auto 19px;
          height: 188px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-line-pack: center;
              align-content: center; }
          body .resource-grid .cards-wrapper .col-wrap .img-wrap img {
            max-height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        body .resource-grid .cards-wrapper .col-wrap h3 {
          margin-bottom: 12px;
          color: #253746;
          font-weight: 300;
          font-size: 23px;
          letter-spacing: -0.5px;
          line-height: 1.2; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .resource-grid .cards-wrapper .col-wrap h3 {
              font-size: 22px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .resource-grid .cards-wrapper .col-wrap h3 {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .resource-grid .cards-wrapper .col-wrap h3 {
              font-size: 18px; } }
    body .resource-grid .views-exposed-form {
      display: none; }
  body .col-four-row .content-wrap {
    width: calc(100% + 40px);
    margin-left: -21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1149px) {
      body .col-four-row .content-wrap {
        width: 100%;
        margin: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    @media (max-width: 767px) {
      body .col-four-row .content-wrap {
        width: 100%;
        margin: 0;
        float: none; } }
    body .col-four-row .content-wrap .col-wrap {
      width: calc(25% - 40px);
      margin-left: 30px; }
      @media (max-width: 1149px) {
        body .col-four-row .content-wrap .col-wrap {
          width: calc(33.33% - 40px);
          margin: 0 20px 30px; }
          body .col-four-row .content-wrap .col-wrap:last-child {
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        body .col-four-row .content-wrap .col-wrap {
          margin: 0 auto 30px;
          width: 100%;
          max-width: 767px; }
          body .col-four-row .content-wrap .col-wrap:last-child {
            margin-bottom: 0; } }
      body .col-four-row .content-wrap .col-wrap .img-wrap {
        height: 96px;
        max-width: 250px;
        margin: 21px 0 48px 18px; }
        @media (max-width: 1149px) {
          body .col-four-row .content-wrap .col-wrap .img-wrap {
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          body .col-four-row .content-wrap .col-wrap .img-wrap {
            margin: 0 auto 20px; } }
        body .col-four-row .content-wrap .col-wrap .img-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      body .col-four-row .content-wrap .col-wrap .content {
        padding: 0 0 0 12px;
        text-align: center; }
        @media (max-width: 767px) {
          body .col-four-row .content-wrap .col-wrap .content {
            padding: 0; } }
        body .col-four-row .content-wrap .col-wrap .content h3 {
          margin-bottom: 29px;
          line-height: 1.06;
          font-weight: 300;
          color: #253746; }
          @media (max-width: 1149px) {
            body .col-four-row .content-wrap .col-wrap .content h3 {
              margin-bottom: 16px; } }
          @media (max-width: 767px) {
            body .col-four-row .content-wrap .col-wrap .content h3 {
              margin-bottom: 10px; } }
        body .col-four-row .content-wrap .col-wrap .content p {
          line-height: 1.44;
          font-weight: 100;
          color: #9e9e9e;
          letter-spacing: -0.03em;
          margin-bottom: 14px; }
          @media (min-width: 1150px) {
            body .col-four-row .content-wrap .col-wrap .content p {
              font-size: 23px; } }
          @media (max-width: 767px) {
            body .col-four-row .content-wrap .col-wrap .content p {
              line-height: 1.2; } }
        body .col-four-row .content-wrap .col-wrap .content .btn-default {
          padding: 10px 17px 10px 22px; }
  body .col-three-counter {
    position: relative; }
    body .col-three-counter.statistics .bg-img {
      height: 400px; }
      @media (max-width: 767px) {
        body .col-three-counter.statistics .bg-img {
          height: auto; } }
    @media (min-width: 1150px) {
      body .col-three-counter.statistics .container .title h2 {
        font-size: 40px; } }
    body .col-three-counter.statistics .container .content-wrap {
      margin-bottom: 30px; }
      body .col-three-counter.statistics .container .content-wrap .col-wrap .content {
        padding: 40px 30px 0; }
        body .col-three-counter.statistics .container .content-wrap .col-wrap .content p {
          font-size: 77px;
          line-height: 1.23; }
          body .col-three-counter.statistics .container .content-wrap .col-wrap .content p:before {
            display: none; }
          body .col-three-counter.statistics .container .content-wrap .col-wrap .content p span {
            font-size: 77px; }
            @media (max-width: 767px) {
              body .col-three-counter.statistics .container .content-wrap .col-wrap .content p span {
                font-size: 40px; } }
          @media (max-width: 767px) {
            body .col-three-counter.statistics .container .content-wrap .col-wrap .content p {
              font-size: 30px; } }
        body .col-three-counter.statistics .container .content-wrap .col-wrap .content .h2 {
          padding-top: 0; }
      body .col-three-counter.statistics .container .content-wrap .col-wrap:nth-child(2) .content:before {
        display: none; }
      body .col-three-counter.statistics .container .content-wrap .col-wrap:nth-child(2) .content:after {
        display: none; }
    body .col-three-counter .bg-img {
      position: absolute;
      top: 0;
      bottom: 0;
      max-width: 100%;
      height: 100%;
      width: 100%; }
      body .col-three-counter .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 767px) {
        body .col-three-counter .bg-img {
          height: auto; } }
    body .col-three-counter .container .title {
      text-align: center; }
      body .col-three-counter .container .title h2 {
        color: #ffffff;
        font-weight: 300; }
        @media (max-width: 480px) {
          body .col-three-counter .container .title h2 {
            font-size: 20px; } }
    body .col-three-counter .container .content-wrap {
      width: calc(100% + 30px);
      margin-left: -15px;
      float: left;
      text-align: center; }
      @media (max-width: 1149px) {
        body .col-three-counter .container .content-wrap {
          width: 100%;
          margin: 0; } }
      @media (max-width: 767px) {
        body .col-three-counter .container .content-wrap {
          width: 100%;
          margin: 0; } }
      body .col-three-counter .container .content-wrap .col-wrap {
        width: calc(33.33% - 40px);
        margin-left: 30px; }
        @media (max-width: 1149px) {
          body .col-three-counter .container .content-wrap .col-wrap {
            margin: 0;
            width: 33%; } }
        @media (max-width: 767px) {
          body .col-three-counter .container .content-wrap .col-wrap {
            width: 100%;
            margin: 0; } }
        body .col-three-counter .container .content-wrap .col-wrap .content {
          padding: 58px 30px;
          text-align: center; }
          @media (max-width: 1149px) {
            body .col-three-counter .container .content-wrap .col-wrap .content {
              padding: 30px 15px; } }
          @media (max-width: 767px) {
            body .col-three-counter .container .content-wrap .col-wrap .content {
              padding: 26px 10px; } }
          body .col-three-counter .container .content-wrap .col-wrap .content p {
            position: relative;
            display: inline-block;
            color: #ffffff;
            font-size: 55px;
            font-weight: 300;
            margin: 0; }
            body .col-three-counter .container .content-wrap .col-wrap .content p:before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 87px;
              height: 2px;
              background: #ffffff; }
            body .col-three-counter .container .content-wrap .col-wrap .content p span {
              font-size: 55px;
              font-weight: 300;
              color: #ffffff; }
              @media (max-width: 767px) {
                body .col-three-counter .container .content-wrap .col-wrap .content p span {
                  font-size: 30px; } }
            @media (max-width: 767px) {
              body .col-three-counter .container .content-wrap .col-wrap .content p {
                font-size: 30px; } }
          body .col-three-counter .container .content-wrap .col-wrap .content .h2 {
            color: #ffffff;
            font-weight: 300;
            padding-top: 30px;
            line-height: 1.2;
            -webkit-animation-delay: 2.7s !important;
                 -o-animation-delay: 2.7s !important;
                    animation-delay: 2.7s !important; }
            @media (max-width: 1149px) {
              body .col-three-counter .container .content-wrap .col-wrap .content .h2 {
                padding: 22px 0 0; } }
            @media (max-width: 767px) {
              body .col-three-counter .container .content-wrap .col-wrap .content .h2 {
                padding-top: 20px; } }
            @media (max-width: 480px) {
              body .col-three-counter .container .content-wrap .col-wrap .content .h2 {
                font-size: 20px; } }
        body .col-three-counter .container .content-wrap .col-wrap:nth-child(2) .content:before {
          content: '';
          position: absolute;
          width: 1px;
          top: 40px;
          bottom: -24px;
          left: 0;
          background: #f0f3f4;
          margin: 0 0 0 -15px;
          height: 80%; }
        body .col-three-counter .container .content-wrap .col-wrap:nth-child(2) .content:after {
          content: '';
          position: absolute;
          width: 1px;
          top: 40px;
          bottom: -24px;
          right: -16px;
          background: #f0f3f4;
          margin: 0 0 0 -15px;
          height: 80%; }
        @media (max-width: 1149px) {
          body .col-three-counter .container .content-wrap .col-wrap:nth-child(2) .content:before {
            bottom: -60px;
            margin: 0; }
          body .col-three-counter .container .content-wrap .col-wrap:nth-child(2) .content:after {
            bottom: -60px;
            margin: 0 15px 0 0; } }
        @media (max-width: 767px) {
          body .col-three-counter .container .content-wrap .col-wrap:nth-child(2) .content:before {
            width: 0; }
          body .col-three-counter .container .content-wrap .col-wrap:nth-child(2) .content:after {
            width: 0; } }
      body .col-three-counter .container .content-wrap .btn-default {
        margin-top: 10px;
        padding: 8px 14px; }
        body .col-three-counter .container .content-wrap .btn-default a {
          text-decoration: none;
          color: #ffffff; }
        body .col-three-counter .container .content-wrap .btn-default:hover {
          text-decoration: none; }
    body .col-three-counter .container .bottom-btn {
      text-align: center; }
      body .col-three-counter .container .bottom-btn .btn-cta {
        text-decoration: none;
        color: #ffffff; }
  body .assessment-form {
    padding: 120px 0 60px;
    background-color: #F1F1F1; }
    @media (max-width: 1149px) {
      body .assessment-form {
        padding: 40px 0; } }
    body .assessment-form strong {
      font-weight: 700 !important; }
    body .assessment-form .white-box {
      max-width: 1130px;
      margin: 0 auto;
      background-color: #FFF;
      padding: 0 15px; }
      body .assessment-form .white-box.result-show .form-wrapper {
        display: none; }
      body .assessment-form .white-box.result-show .result-wrapper {
        display: block; }
      body .assessment-form .white-box .result-wrapper {
        display: none; }
        body .assessment-form .white-box .result-wrapper h2 {
          padding: 20px 40px;
          font-size: 30px;
          color: #242a75; }
        body .assessment-form .white-box .result-wrapper .result-box {
          overflow: hidden; }
          body .assessment-form .white-box .result-wrapper .result-box > .row {
            padding: 20px; }
          body .assessment-form .white-box .result-wrapper .result-box:nth-child(2) .heading .bars:before {
            background-color: #242a75; }
          body .assessment-form .white-box .result-wrapper .result-box:nth-child(3) .heading .bars:before, body .assessment-form .white-box .result-wrapper .result-box:nth-child(3) .heading .bars span {
            background-color: #242a75; }
          body .assessment-form .white-box .result-wrapper .result-box:nth-child(4) .heading .bars:before, body .assessment-form .white-box .result-wrapper .result-box:nth-child(4) .heading .bars span, body .assessment-form .white-box .result-wrapper .result-box:nth-child(4) .heading .bars:after {
            background-color: #242a75; }
          body .assessment-form .white-box .result-wrapper .result-box.active:nth-child(2) .heading .bars:before {
            background-color: #ffffff; }
          body .assessment-form .white-box .result-wrapper .result-box.active:nth-child(3) .heading .bars:before, body .assessment-form .white-box .result-wrapper .result-box.active:nth-child(3) .heading .bars span {
            background-color: #ffffff; }
          body .assessment-form .white-box .result-wrapper .result-box.active:nth-child(4) .heading .bars:before, body .assessment-form .white-box .result-wrapper .result-box.active:nth-child(4) .heading .bars span, body .assessment-form .white-box .result-wrapper .result-box.active:nth-child(4) .heading .bars:after {
            background-color: #ffffff; }
          body .assessment-form .white-box .result-wrapper .result-box.active .heading {
            background-color: #242a75;
            border: 0;
            color: #ffffff; }
            body .assessment-form .white-box .result-wrapper .result-box.active .heading:after {
              display: block; }
          body .assessment-form .white-box .result-wrapper .result-box.active .data-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          body .assessment-form .white-box .result-wrapper .result-box .heading {
            background-color: #dddddd;
            border-bottom: 8px solid #242a75;
            padding: 20px 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 30px;
            color: #aaaaaa;
            font-weight: 700;
            position: relative; }
            body .assessment-form .white-box .result-wrapper .result-box .heading:after {
              display: none;
              content: "";
              position: absolute;
              height: 40px;
              width: 40px;
              background-color: #242a75;
              left: 36px;
              bottom: -9px;
              z-index: 0;
              -webkit-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
                      transform: rotate(45deg); }
            body .assessment-form .white-box .result-wrapper .result-box .heading .bars {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 50px;
              height: 40px;
              position: relative;
              margin-right: 20px;
              z-index: 9; }
              body .assessment-form .white-box .result-wrapper .result-box .heading .bars:after, body .assessment-form .white-box .result-wrapper .result-box .heading .bars:before, body .assessment-form .white-box .result-wrapper .result-box .heading .bars span {
                content: "";
                background-color: #aaaaaa;
                width: 33.33%; }
              body .assessment-form .white-box .result-wrapper .result-box .heading .bars span {
                margin: 0 7px; }
          body .assessment-form .white-box .result-wrapper .result-box p {
            color: #000000;
            font-size: 17px;
            margin-bottom: 20px; }
          body .assessment-form .white-box .result-wrapper .result-box .data-box {
            display: none; }
            body .assessment-form .white-box .result-wrapper .result-box .data-box .content-box h4 {
              color: #000000;
              margin-bottom: 20px; }
            body .assessment-form .white-box .result-wrapper .result-box .data-box .link-box > .row {
              margin-bottom: 20px; }
            body .assessment-form .white-box .result-wrapper .result-box .data-box .link-box .purple-link {
              display: block; }
            body .assessment-form .white-box .result-wrapper .result-box .data-box .link-box .grey-box {
              background-color: #dddddd;
              padding: 20px; }
      body .assessment-form .white-box .dots-wrapper {
        text-align: center;
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .assessment-form .white-box .dots-wrapper li {
          pointer-events: none; }
          body .assessment-form .white-box .dots-wrapper li.slick-active .dots {
            background-color: #242a75; }
        body .assessment-form .white-box .dots-wrapper .dots {
          width: 20px;
          height: 20px;
          display: inline-block;
          border-radius: 10px;
          margin-left: 5px;
          -webkit-transition: all ease 1.0s;
          -o-transition: all ease 1.0s;
          transition: all ease 1.0s;
          background-color: #aaaaaa; }
      body .assessment-form .white-box h2 {
        text-align: center;
        color: #212121; }
      body .assessment-form .white-box .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        body .assessment-form .white-box .controls .arrow, body .assessment-form .white-box .controls span {
          width: calc(50% - 28px);
          padding: 30px 0;
          text-align: center;
          font-weight: bold;
          font-size: 1.4em;
          margin: 10px 0;
          border-radius: 5px;
          border: none;
          background-color: #242a75;
          -webkit-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          transition: background-color 0.3s;
          cursor: pointer; }
        body .assessment-form .white-box .controls .submit-wrapper {
          width: calc(100% - 30px);
          display: none; }
          body .assessment-form .white-box .controls .submit-wrapper .submit {
            width: 100%;
            cursor: pointer; }
        body .assessment-form .white-box .controls span {
          padding: 0; }
          body .assessment-form .white-box .controls span .next, body .assessment-form .white-box .controls span .submit {
            padding: 30px 0;
            background: transparent;
            outline: none; }
        body .assessment-form .white-box .controls .slick-disabled {
          color: #ffffff !important;
          background-color: #eeeeee !important;
          cursor: not-allowed; }
        body .assessment-form .white-box .controls .disabled {
          cursor: not-allowed; }
          body .assessment-form .white-box .controls .disabled .next, body .assessment-form .white-box .controls .disabled .submit {
            color: #ffffff;
            background-color: #eeeeee;
            pointer-events: none; }
      body .assessment-form .white-box .slider-box .slide {
        margin-top: 20px; }
        body .assessment-form .white-box .slider-box .slide .head-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          min-height: 80px; }
          body .assessment-form .white-box .slider-box .slide .head-row .index {
            width: 80px;
            position: relative;
            background-color: #242a75; }
            body .assessment-form .white-box .slider-box .slide .head-row .index.animate span {
              margin-left: -200%; }
            body .assessment-form .white-box .slider-box .slide .head-row .index span {
              color: #fff;
              font-size: 3em;
              text-align: center;
              padding: 0;
              display: block;
              -webkit-transition: all ease 0.4s;
              -o-transition: all ease 0.4s;
              transition: all ease 0.4s; }
            body .assessment-form .white-box .slider-box .slide .head-row .index:after {
              content: "";
              position: absolute;
              background-color: #242a75;
              right: -13px;
              height: 30px;
              width: 30px;
              top: 24px;
              -webkit-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
                      transform: rotate(45deg); }
          body .assessment-form .white-box .slider-box .slide .head-row .question {
            width: calc(100% - 80px);
            background-color: #dddddd;
            padding: 0 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            body .assessment-form .white-box .slider-box .slide .head-row .question.animate span {
              opacity: 1; }
            body .assessment-form .white-box .slider-box .slide .head-row .question span {
              color: #242a75;
              opacity: 0;
              -webkit-transition: all ease 0.4s 0.5s;
              -o-transition: all ease 0.4s 0.5s;
              transition: all ease 0.4s 0.5s; }
          body .assessment-form .white-box .slider-box .slide .head-row .multiple-prompt {
            width: 100%;
            display: none;
            background-color: #ffebc0;
            padding: 6px 15px 10px;
            font-weight: bold;
            color: #3C3C3C;
            font-size: 16px; }
        body .assessment-form .white-box .slider-box .slide .option-wrapper {
          display: none;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 40px 0; }
          body .assessment-form .white-box .slider-box .slide .option-wrapper .option {
            width: 31%;
            float: left; }
            body .assessment-form .white-box .slider-box .slide .option-wrapper .option input {
              display: none; }
            body .assessment-form .white-box .slider-box .slide .option-wrapper .option label {
              width: 100%;
              cursor: pointer;
              padding: 25px 1%;
              margin-bottom: 10px;
              text-align: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-item-align: center;
                  align-self: center;
              border-radius: 5px;
              background-color: #dddddd;
              border-bottom: 5px solid #dddddd;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            body .assessment-form .white-box .slider-box .slide .option-wrapper .option input[type="checkbox"]:checked + label {
              background-color: #242a75;
              color: #fff; }
            body .assessment-form .white-box .slider-box .slide .option-wrapper .option input[type="radio"]:checked + label {
              background-color: #242a75;
              color: #fff; }
      body .assessment-form .white-box .slider-box .slick-list {
        height: auto !important; }
  body .assessment-form .bg-white {
    position: relative;
    margin: 0 auto;
    max-width: 1136px;
    padding: 0 30px;
    width: 100%; }
    body .assessment-form .bg-white .active-part {
      padding: 30px 0; }
    body .assessment-form .bg-white .progress-dots {
      text-align: center; }
    body .assessment-form .bg-white .progress-no {
      width: 20px;
      height: 20px;
      display: inline-block;
      background-color: #aaaaaa;
      border-radius: 10px;
      margin-left: 1;
      color: #ffffff;
      font-weight: bold;
      font-size: 0;
      -webkit-transition: all 1.0s;
      -o-transition: all 1.0s;
      transition: all 1.0s; }
      body .assessment-form .bg-white .progress-no.active-dot {
        background-color: #242a75; }
      @media (max-width: 991px) {
        body .assessment-form .bg-white .progress-no {
          width: 15px;
          height: 15px; } }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .progress-no {
          width: 8px;
          height: 8px; } }
    body .assessment-form .bg-white h2 {
      font-size: 32px;
      padding: 46px 0 52px;
      color: #000;
      text-align: center; }
      @media (max-width: 595px) {
        body .assessment-form .bg-white h2 {
          font-size: 20px;
          padding: 20px 0; } }
    body .assessment-form .bg-white .quiz-number {
      min-height: 80px;
      padding-left: 0px;
      padding-right: 0px;
      overflow: visible;
      background-color: #242a75; }
      body .assessment-form .bg-white .quiz-number p {
        margin: 0;
        font-weight: bold;
        font-size: 42px;
        text-align: center;
        padding: 10px;
        color: #fff; }
      @media (max-width: 1149px) {
        body .assessment-form .bg-white .quiz-number p {
          padding: 20px; } }
      @media (max-width: 767px) {
        body .assessment-form .bg-white .quiz-number {
          text-align: center;
          max-width: 100%;
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%;
          min-height: 60px; }
          body .assessment-form .bg-white .quiz-number p {
            padding: 10px;
            font-size: 32px; } }
    body .assessment-form .bg-white .purple-arrow-left {
      border: solid 15px #dddddd;
      border-left-color: #242a75;
      width: 15px;
      height: 15px;
      display: inline-block;
      float: left;
      margin: 25px 0;
      position: relative;
      left: -15px; }
      @media (max-width: 1149px) {
        body .assessment-form .bg-white .purple-arrow-left {
          margin: 38px 0; } }
      @media (max-width: 767px) {
        body .assessment-form .bg-white .purple-arrow-left {
          border-top-color: #242a75;
          border-left-color: #ffffff05;
          margin: 0;
          float: unset;
          left: unset; } }
    body .assessment-form .bg-white .quiz-answers {
      padding: 40px 0 40px; }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .quiz-answers {
          padding: 20px 0 20px; } }
    body .assessment-form .bg-white .quiz-next.hover {
      background-color: #7a3c76;
      cursor: pointer; }
    body .assessment-form .bg-white .quiz-next.qbtn-disabled {
      cursor: not-allowed; }
    body .assessment-form .bg-white .flex-test-4, body .assessment-form .bg-white .flex-test-2, body .assessment-form .bg-white .flex-test-3, body .assessment-form .bg-white .flex-test-5 {
      display: block;
      width: 100%; }
    body .assessment-form .bg-white .hidebtnset {
      display: none; }
    body .assessment-form .bg-white .current-answers {
      display: block; }
    body .assessment-form .bg-white .sata {
      display: none;
      background-color: #ffebc0; }
      body .assessment-form .bg-white .sata p {
        padding: 8px 0;
        margin: 0;
        font-weight: bold;
        line-height: 1.6;
        color: #3C3C3C;
        font-size: 16px; }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .sata {
          text-align: center; } }
    body .assessment-form .bg-white .btns-set div {
      max-width: calc(33.333% - 20px);
      width: 100%;
      padding: 25px 1%;
      margin: 0 10px;
      margin-bottom: 10px;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: center;
          align-self: center;
      border-radius: 5px;
      border-bottom: 5px solid #dddddd;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #dddddd;
      float: left;
      cursor: pointer; }
      body .assessment-form .bg-white .btns-set div:hover {
        border-bottom: 5px solid #242a75; }
      body .assessment-form .bg-white .btns-set div.quizbtn-on {
        background-color: #242a75;
        border-bottom: 5px solid #dddddd;
        color: #fff; }
        body .assessment-form .bg-white .btns-set div.quizbtn-on:hover {
          border-bottom: 5px solid #242a75; }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .btns-set div {
          margin: 0;
          padding: 25px 10px;
          margin-bottom: 20px; }
          body .assessment-form .bg-white .btns-set div.quizbtn-on {
            padding: 20px; } }
      @media (max-width: 991px) {
        body .assessment-form .bg-white .btns-set div {
          max-width: calc(50% - 20px); } }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .btns-set div {
          max-width: 100%;
          margin: 10px 0; } }
    body .assessment-form .bg-white .flex-test-4 > div {
      width: calc(24% - 10px);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1149px) {
        body .assessment-form .bg-white .flex-test-4 > div {
          width: calc(24% - 15px); } }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .flex-test-4 > div {
          width: 100%; } }
    body .assessment-form .bg-white .quiz-question {
      background-color: #dddddd; }
      body .assessment-form .bg-white .quiz-question p {
        font-size: 22px;
        font-weight: 400;
        padding: 10px 0 14px;
        margin: 0;
        color: #242a75;
        display: none; }
      @media (max-width: 767px) {
        body .assessment-form .bg-white .quiz-question {
          max-width: 100%;
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%;
          text-align: center; }
          body .assessment-form .bg-white .quiz-question p {
            font-size: 16px;
            padding: 0 0 20px; } }
    body .assessment-form .bg-white .checkresults, body .assessment-form .bg-white .quiz-next, body .assessment-form .bg-white .quiz-prev {
      padding: 26px 0 22px;
      text-align: center;
      font-weight: bold;
      font-size: 22px;
      margin: 10px 0;
      border-radius: 5px;
      border: none;
      width: 100%;
      cursor: pointer;
      background-color: #242a75;
      color: #fff;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      @media (max-width: 595px) {
        body .assessment-form .bg-white .checkresults, body .assessment-form .bg-white .quiz-next, body .assessment-form .bg-white .quiz-prev {
          font-size: 20px;
          padding: 24px 20px; } }
    body .assessment-form .bg-white .final-btn {
      display: none; }
      body .assessment-form .bg-white .final-btn .final-disabled {
        cursor: pointer;
        background-color: #eeeeee !important;
        color: #fff; }
    body .assessment-form .bg-white .qbtn-disabled {
      background-color: #eeeeee !important;
      color: #fff; }
  body .assessment-form #results {
    display: none;
    padding: 0 0 20px; }
    @media (max-width: 595px) {
      body .assessment-form #results {
        padding: 0 0 20px; } }
    body .assessment-form #results .row {
      background: #fff; }
      @media (max-width: 595px) {
        body .assessment-form #results .row {
          margin: 0; } }
    body .assessment-form #results h3 {
      margin: 30px 20px;
      font-size: 2em;
      color: #242a75; }
      @media (max-width: 595px) {
        body .assessment-form #results h3 {
          text-align: center; } }
    body .assessment-form #results .bigbtn {
      color: white;
      background-color: #242a75;
      border: solid 1px #242a75;
      padding: 8px 13px 8px;
      border-radius: 3px;
      display: inline-block;
      text-decoration: none;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 595px) {
        body .assessment-form #results .bigbtn {
          font-size: 14px;
          font-weight: 500; } }
    body .assessment-form #results .result-block {
      padding: 0 20px; }
      body .assessment-form #results .result-block > div {
        background-color: #dddddd;
        padding: 10px 15px;
        border-bottom: 8px solid #242a75; }
      body .assessment-form #results .result-block.result-active > div {
        background-color: #242a75; }
      body .assessment-form #results .result-block.result-active .changable-bar {
        background: #FFF !important; }
      body .assessment-form #results .result-block p {
        line-height: 1.6;
        color: #3C3C3C;
        font-size: 16px;
        font-weight: 400;
        margin: 0; }
      body .assessment-form #results .result-block .rating-bar {
        display: inline-block;
        width: 12px;
        height: 40px;
        margin-right: 7px;
        margin-top: 5px;
        background-color: #aaaaaa; }
        body .assessment-form #results .result-block .rating-bar.changable-bar {
          background-color: #242a75; }
        @media (max-width: 595px) {
          body .assessment-form #results .result-block .rating-bar {
            width: 8px;
            height: 30px;
            margin-top: 0;
            vertical-align: middle; } }
      body .assessment-form #results .result-block .statement {
        font-weight: bold;
        font-size: 1.3em;
        vertical-align: top;
        padding-bottom: 10px; }
      body .assessment-form #results .result-block .rating-num {
        font-size: 1.8em;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        color: #aaaaaa; }
        @media (max-width: 595px) {
          body .assessment-form #results .result-block .rating-num {
            font-size: 18px; } }
    body .assessment-form #results .result-text {
      background-color: #fff;
      padding: 0 30px; }
      @media (max-width: 595px) {
        body .assessment-form #results .result-text {
          padding: 0; }
          body .assessment-form #results .result-text .col-sm-6 {
            text-align: center; } }
      body .assessment-form #results .result-text .purple-arrow-top {
        border: solid 15px #ffffff;
        border-top-color: #242a75;
        width: 15px;
        height: 15px;
        display: inline-block; }
      body .assessment-form #results .result-text p {
        line-height: 1.6;
        padding: 0 0 1em;
        color: #3C3C3C;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400; }
        @media (max-width: 595px) {
          body .assessment-form #results .result-text p {
            font-size: 14px; } }
      body .assessment-form #results .result-text .statement {
        font-weight: bold;
        font-size: 1.3em;
        vertical-align: top;
        padding-bottom: 10px; }
        @media (max-width: 595px) {
          body .assessment-form #results .result-text .statement {
            font-size: 14px; } }
      body .assessment-form #results .result-text strong {
        font-weight: 700 !important; }
        @media (max-width: 595px) {
          body .assessment-form #results .result-text strong {
            font-weight: 500; } }
    body .assessment-form #results .right-assets a {
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      color: #242a75;
      outline: 0; }
      body .assessment-form #results .right-assets a.sec-default:before {
        content: " ";
        display: inline-block;
        position: relative;
        background: url(/themes/thalesesecurity/templates/dist/images/gemalto-icons.png) no-repeat;
        width: 18px;
        height: 18px;
        margin-right: 3px;
        top: 3px;
        background-position: 0 -2900px; }
      @media (max-width: 595px) {
        body .assessment-form #results .right-assets a {
          font-size: 14px; } }
  body .cload-container {
    width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: none; }
    body .cload-container strong {
      font-weight: 700 !important; }
    body .cload-container .cookie-loader {
      width: 400px;
      text-align: center;
      padding: 0;
      position: fixed;
      top: 30%;
      background-color: #dddddd;
      border-radius: 5px; }
      @media (max-width: 595px) {
        body .cload-container .cookie-loader {
          width: 320px; } }
    body .cload-container .closebtn {
      width: 100%;
      height: 40px;
      display: inline-block;
      background: url(/themes/thalesesecurity/templates/dist/images/close-icon-v2.png) right 10px no-repeat #242a75;
      margin-bottom: 10px;
      border-radius: 5px 5px 0 0; }
    body .cload-container p {
      line-height: 1.6;
      padding: 0 0 1em;
      color: #3C3C3C;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400; }
    body .cload-container .bigbtn {
      padding: 8px 15px 8px;
      display: inline-block;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase;
      margin-bottom: 3px;
      display: inline-block;
      border-radius: 3px;
      border: none;
      font-weight: bold;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #00bbdd; }
      body .cload-container .bigbtn:hover {
        background-color: #41D4EE; }
  body.toolbar-tray-open #sentinel-up-banner {
    margin-top: 105px;
    border-top: 7px solid #00BBDD; }
  body #sentinel-up-banner {
    background: url(/themes/thalesesecurity/templates/dist/images/banner-v3.jpg) no-repeat center center #000000;
    background-size: cover;
    padding: 30px 0 10px;
    margin-top: 71px;
    border-top: 7px solid #00BBDD;
    margin-bottom: 38px; }
    @media (max-width: 991.98px) {
      body #sentinel-up-banner {
        margin-top: 0; } }
    @media (max-width: 767.98px) {
      body #sentinel-up-banner {
        padding: 10px 0 10px; } }
    body #sentinel-up-banner strong {
      font-weight: 700 !important; }
    body #sentinel-up-banner .projectname {
      display: none; }
    @media (min-width: 992px) {
      body #sentinel-up-banner .content-wrapper {
        padding: 0 40px; } }
    body #sentinel-up-banner .content-wrapper .col-wrap .white-box {
      padding: 28px 0 20px;
      background: none; }
      body #sentinel-up-banner .content-wrapper .col-wrap .white-box h1 {
        color: white;
        font-size: 32px;
        font-weight: 400;
        padding-bottom: 20px; }
        @media (max-width: 767.98px) {
          body #sentinel-up-banner .content-wrapper .col-wrap .white-box h1 {
            font-size: 28px; } }
      body #sentinel-up-banner .content-wrapper .col-wrap .white-box p {
        line-height: 1.6;
        padding: 0;
        font-size: 16px;
        color: #fff; }
        @media (max-width: 575.98px) {
          body #sentinel-up-banner .content-wrapper .col-wrap .white-box p {
            font-size: 14px;
            margin-bottom: 10px; } }
      body #sentinel-up-banner .content-wrapper .col-wrap .white-box .projectname {
        font-weight: 400; }
      body #sentinel-up-banner .content-wrapper .col-wrap .white-box .label-full-width {
        width: 100%;
        margin-top: 40px;
        color: #fff; }
        @media (max-width: 575.98px) {
          body #sentinel-up-banner .content-wrapper .col-wrap .white-box .label-full-width {
            margin-top: 10px; } }
      body #sentinel-up-banner .content-wrapper .col-wrap .white-box #bvcname {
        width: 100%;
        border: none;
        border-bottom: 1px solid #cccccc;
        border-radius: 0;
        font-weight: bold;
        font-size: 1.3em;
        padding: 0 0 7px 0;
        margin-bottom: 38px;
        background-color: transparent;
        color: white; }
      body #sentinel-up-banner .content-wrapper .col-wrap .white-box .getstarted {
        padding: 8px 15px 7px;
        text-transform: uppercase;
        margin-bottom: 3px;
        display: inline-block;
        border-radius: 3px;
        border: none;
        background-color: #00bbdd;
        font-weight: bold;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body #sentinel-up-banner .content-wrapper .col-wrap .white-box .getstarted:hover {
          background-color: #41D4EE; }
    body #sentinel-up-banner.activatedbanner {
      margin-bottom: 0; }
  body .value-calc {
    padding: 11px 0 68px;
    background-color: #f5f5f5;
    display: none; }
    @media (max-width: 595px) {
      body .value-calc {
        padding: 30px; } }
    body .value-calc strong {
      font-weight: 700 !important; }
    body .value-calc .calcbody {
      padding: 0 27px; }
      @media (max-width: 575.98px) {
        body .value-calc .calcbody {
          padding: 0; } }
      body .value-calc .calcbody #ctitles {
        padding-top: 30px;
        position: relative;
        overflow: hidden; }
        @media (max-width: 595px) {
          body .value-calc .calcbody #ctitles {
            padding-top: 0; } }
      body .value-calc .calcbody h2 {
        font-weight: bold;
        font-size: 2.3em;
        margin: 20px 0 30px 0;
        line-height: 1em;
        color: black; }
        @media (max-width: 767.98px) {
          body .value-calc .calcbody h2 {
            font-size: 24px; } }
      body .value-calc .calcbody #calculator-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 500px;
        padding-bottom: 76px; }
        @media (max-width: 991.98px) {
          body .value-calc .calcbody #calculator-container {
            padding-bottom: 30px; } }
        body .value-calc .calcbody #calculator-container .white-block {
          border-bottom: solid 5px #00bbdd;
          background-color: #fff;
          padding: 24px 0 27px; }
          @media (max-width: 767.98px) {
            body .value-calc .calcbody #calculator-container .white-block .wrapper {
              padding: 0 25px; } }
          body .value-calc .calcbody #calculator-container .white-block .wrapper .col-xs-offset-2 {
            margin-left: 24.3%; }
            @media (max-width: 767.98px) {
              body .value-calc .calcbody #calculator-container .white-block .wrapper .col-xs-offset-2 {
                margin-left: 0; } }
            body .value-calc .calcbody #calculator-container .white-block .wrapper .col-xs-offset-2 h3 {
              line-height: 1.09; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper p {
            font-size: 0.9em; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper #mainren {
            width: 60px; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper .mainren {
            display: none;
            margin-top: -10px; }
            body .value-calc .calcbody #calculator-container .white-block .wrapper .mainren p {
              font-weight: 400;
              margin-bottom: 1px;
              color: #3c3c3c; }
              body .value-calc .calcbody #calculator-container .white-block .wrapper .mainren p:first-child {
                margin-bottom: 10px; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper h3, body .value-calc .calcbody #calculator-container .white-block .wrapper h4 {
            text-align: left;
            margin: 0 0 20px;
            padding: 0;
            font-size: 1.4em;
            color: #242a75;
            font-weight: 400; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper .dollar {
            font-weight: bold;
            display: inline-block;
            width: 3.5%;
            color: #3C3C3C;
            font-size: 15px; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper input {
            border-radius: 3px;
            border: solid 1px #cccccc;
            width: 93.5%;
            padding: 6px 10px 8px;
            font-weight: bold;
            font-size: 14px;
            color: #555555; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper .percent {
            margin-left: 17px;
            font-weight: 600; }
            @media (max-width: 575.98px) {
              body .value-calc .calcbody #calculator-container .white-block .wrapper .percent {
                margin-left: 0;
                padding-left: 11px; } }
          body .value-calc .calcbody #calculator-container .white-block .wrapper #growth {
            width: 60px; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper #lgen {
            width: 60px; }
          body .value-calc .calcbody #calculator-container .white-block .wrapper .border-btn {
            border: solid 1px #cccccc;
            border-radius: 3px;
            padding: 8px 10px 7px;
            font-weight: bold;
            text-align: center; }
            @media (min-width: 992px) {
              body .value-calc .calcbody #calculator-container .white-block .wrapper .border-btn {
                margin-bottom: 26px; } }
            body .value-calc .calcbody #calculator-container .white-block .wrapper .border-btn:hover {
              border-color: #00bbdd;
              cursor: pointer; }
            body .value-calc .calcbody #calculator-container .white-block .wrapper .border-btn.activebbtn {
              background-color: #cccccc;
              color: white; }
          @media (min-width: 992px) {
            body .value-calc .calcbody #calculator-container .white-block .wrapper .btn-outer {
              max-width: 24.5%; } }
    body .value-calc .meganbtn {
      line-height: 1.6;
      color: #3C3C3C;
      font-size: 16px;
      font-weight: 400;
      width: auto;
      padding: 18px 30px 17px;
      margin: 0;
      display: inline-block;
      border-radius: 3px;
      background-color: #00bbdd;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 992px) {
        body .value-calc .meganbtn {
          margin-left: -29px;
          width: 97%; } }
      @media (max-width: 991.98px) {
        body .value-calc .meganbtn {
          padding: 5px 30px; } }
      body .value-calc .meganbtn:hover {
        cursor: pointer;
        background-color: #41D4EE; }
      body .value-calc .meganbtn span {
        font-weight: bold;
        font-size: 1.4em;
        color: #ffffff; }
        @media (max-width: 767.98px) {
          body .value-calc .meganbtn span {
            font-size: 18px; } }
    body .value-calc #form {
      display: none;
      margin: 0 15px;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 260;
      background-color: rgba(0, 0, 0, 0.6);
      margin: 0; }
      @media (max-width: 767.98px) {
        body .value-calc #form {
          overflow: scroll;
          padding-bottom: 6%; } }
      body .value-calc #form .middlepart {
        position: relative;
        top: 50%;
        left: 51%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 40%;
        background-color: #fff; }
        @media (max-width: 991.98px) {
          body .value-calc #form .middlepart {
            width: 56%; } }
        @media (max-width: 767.98px) {
          body .value-calc #form .middlepart {
            top: 56%;
            margin-bottom: 20px;
            width: 90%; } }
      body .value-calc #form h2 {
        font-size: 27px;
        font-weight: 400;
        margin: 0;
        color: #fff;
        width: 89%;
        display: inline-block;
        vertical-align: top;
        padding: 5px 0 0 26px;
        position: relative; }
      body .value-calc #form .nbluebg {
        position: relative;
        background-color: #242a75;
        padding: 9px 0 17px; }
        @media (max-width: 575.98px) {
          body .value-calc #form .nbluebg h2 {
            font-size: 18px; } }
      body .value-calc #form .closefbtn {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        cursor: pointer;
        width: 10%;
        display: inline-block;
        background: url(/themes/thalesesecurity/templates/dist/images/close-icon-v2.png) center center no-repeat; }
        @media (max-width: 575.98px) {
          body .value-calc #form .closefbtn {
            width: 12%; } }
      body .value-calc #form .form-box {
        width: 100%;
        padding: 19px 25px 15px;
        clear: left;
        background-color: white; }
      body .value-calc #form form {
        overflow: hidden; }
      body .value-calc #form .form-group {
        margin-bottom: 0;
        position: relative;
        float: left;
        width: 50%;
        padding: 5px 20px 5px; }
        @media (max-width: 767.98px) {
          body .value-calc #form .form-group {
            width: 100%; } }
        body .value-calc #form .form-group.download-btn {
          width: 100%; }
        body .value-calc #form .form-group label {
          font-size: 16px;
          color: #253746; }
          body .value-calc #form .form-group label:before {
            content: '*';
            display: inline;
            font-size: inherit;
            color: red; }
        body .value-calc #form .form-group input {
          width: 100%;
          font-weight: 400;
          color: #0e0500;
          margin-left: 0;
          padding: 4px 6px;
          border-radius: 3px;
          border: solid 1px #bbbbbb;
          outline: none; }
          body .value-calc #form .form-group input.gem-button-lg {
            border: none;
            padding: 4px 20px 6px;
            text-transform: uppercase;
            background-color: #00bbdd;
            border-radius: 3px;
            position: relative;
            color: #FFF;
            width: 30%;
            margin-top: 17px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer; }
            @media (max-width: 767.98px) {
              body .value-calc #form .form-group input.gem-button-lg {
                width: 100%; } }
        body .value-calc #form .form-group input::-webkit-input-placeholder {
          color: #757575;
          font-weight: 500; }
        body .value-calc #form .form-group input:-ms-input-placeholder {
          color: #757575;
          font-weight: 500; }
        body .value-calc #form .form-group input::-ms-input-placeholder {
          color: #757575;
          font-weight: 500; }
        body .value-calc #form .form-group input::placeholder {
          color: #757575;
          font-weight: 500; }
        body .value-calc #form .form-group .dirty-value {
          border: 2px dashed red !important; }
        body .value-calc #form .form-group select {
          width: 100%;
          margin-left: 0;
          padding: 4px 6px;
          border-radius: 3px;
          border: solid 1px #bbbbbb;
          height: 36px; }
        body .value-calc #form .form-group #PTF_business_value_calculator, body .value-calc #form .form-group #business_value_calculator {
          display: none; }
        body .value-calc #form .form-group .submit {
          margin-top: 5px; }
        body .value-calc #form .form-group.privacy {
          padding: 12px 17px 4px;
          width: 100%; }
          body .value-calc #form .form-group.privacy p {
            font-size: 14px; }
            @media (max-width: 767.98px) {
              body .value-calc #form .form-group.privacy p {
                padding-bottom: 13px; } }
            body .value-calc #form .form-group.privacy p a {
              color: #00BBDD; }
      body .value-calc #form .hiddenbvcfields {
        height: 0;
        margin: 0;
        padding: 0; }
    body .value-calc #calculator-part2 {
      display: none; }
      body .value-calc #calculator-part2 #ctitles {
        padding-top: 30px;
        position: relative;
        overflow: hidden; }
        body .value-calc #calculator-part2 #ctitles h2 {
          font-weight: bold;
          font-size: 2.3em;
          margin: 20px 0 30px 0;
          line-height: 1em; }
      body .value-calc #calculator-part2 .gethelp {
        text-align: center;
        padding-top: 34px; }
        body .value-calc #calculator-part2 .gethelp .bigbtn {
          font-size: 21px;
          padding: 5px 15px 10px;
          text-transform: uppercase;
          background-color: #00bbdd;
          color: white;
          text-decoration: none;
          margin-bottom: 3px;
          display: inline-block;
          border-radius: 3px;
          font-weight: bold;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      body .value-calc #calculator-part2 .results-block {
        padding: 30px 0 0;
        background-color: white; }
      body .value-calc #calculator-part2 h5 {
        font-size: 23px;
        margin-bottom: 30px;
        line-height: 1.4em;
        font-weight: bold;
        color: #242a75; }
      body .value-calc #calculator-part2 p {
        font-weight: 500; }
      body .value-calc #calculator-part2 .col-sm-offset-6 {
        margin-left: 50%; }
      body .value-calc #calculator-part2 .big-white-block {
        background-color: #fff; }
        body .value-calc #calculator-part2 .big-white-block p {
          margin: 10px 0 15px;
          padding: 0;
          font-size: 0.9em; }
      body .value-calc #calculator-part2 .lightblue {
        background-color: #00bbdd; }
        @media (max-width: 768px) {
          body .value-calc #calculator-part2 .lightblue {
            -webkit-box-flex: 100%;
                -ms-flex: 100%;
                    flex: 100%;
            padding-left: 35px !important;
            padding-right: 35px !important;
            max-width: 100%; } }
      body .value-calc #calculator-part2 .text-indent {
        padding-left: 85px; }
        @media (max-width: 768px) {
          body .value-calc #calculator-part2 .text-indent {
            padding: 10px 35px 1px;
            margin-top: 0px; } }
      body .value-calc #calculator-part2 .big-white-block {
        margin-bottom: 50px; }
      body .value-calc #calculator-part2 .yearsmob {
        display: none; }
        @media (max-width: 768px) {
          body .value-calc #calculator-part2 .yearsmob {
            display: inline;
            width: 40%;
            float: left; } }
      body .value-calc #calculator-part2 .lightblue p {
        color: white; }
      body .value-calc #calculator-part2 .smain, body .value-calc #calculator-part2 .scomp {
        display: none; }
      body .value-calc #calculator-part2 .sentinelup-cta {
        padding: 30px 70px 10px;
        background: url(/themes/thalesesecurity/templates/dist/images/banner-v3.jpg) center center no-repeat;
        background-size: cover; }
        body .value-calc #calculator-part2 .sentinelup-cta p {
          color: #fff; }
      body .value-calc #calculator-part2 .downloadbtn {
        text-transform: uppercase;
        padding: 14px 30px 19px 30px;
        margin: 15px 0 3px;
        display: inline-block;
        border-radius: 3px;
        font-size: 21px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-color: #00bbdd;
        color: white;
        background-position: 10px 10px;
        background-image: url(/themes/thalesesecurity/templates/dist/images/pdf-icon.png); }
        body .value-calc #calculator-part2 .downloadbtn:hover {
          text-decoration: none;
          background-color: #41D4EE; }
      @media (max-width: 768px) {
        body .value-calc #calculator-part2 .yearnums {
          display: none; } }
  body .comprehensive-calculator {
    background-color: #F1F1F1; }
    body .comprehensive-calculator strong {
      font-weight: 700 !important; }
    body .comprehensive-calculator .outer-wrapper {
      max-width: 800px;
      margin: 0 auto;
      position: relative; }
      body .comprehensive-calculator .outer-wrapper .dots-wrapper {
        text-align: center;
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .comprehensive-calculator .outer-wrapper .dots-wrapper li {
          pointer-events: none; }
          body .comprehensive-calculator .outer-wrapper .dots-wrapper li.slick-active .dots {
            background-color: #b90b67; }
        body .comprehensive-calculator .outer-wrapper .dots-wrapper .dots {
          width: 20px;
          height: 20px;
          display: inline-block;
          border-radius: 10px;
          margin-left: 5px;
          -webkit-transition: all ease 1.0s;
          -o-transition: all ease 1.0s;
          transition: all ease 1.0s;
          background-color: #aaaaaa; }
      body .comprehensive-calculator .outer-wrapper .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        body .comprehensive-calculator .outer-wrapper .controls .btn {
          width: calc(50% - 28px);
          padding: 30px 0;
          text-align: center;
          font-weight: bold;
          font-size: 1.4em;
          margin: 10px 0;
          border-radius: 5px;
          border: none;
          background-color: #b90b67;
          color: #ffffff;
          -webkit-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          transition: background-color 0.3s;
          cursor: pointer; }
        body .comprehensive-calculator .outer-wrapper .controls .slick-disabled {
          color: #ffffff;
          background-color: #dddddd;
          cursor: not-allowed; }
          body .comprehensive-calculator .outer-wrapper .controls .slick-disabled.arrow {
            background: transparent; }
            body .comprehensive-calculator .outer-wrapper .controls .slick-disabled.arrow path {
              fill: #dddddd; }
      body .comprehensive-calculator .outer-wrapper .arrow-control {
        position: absolute;
        top: 420px;
        width: 130%;
        left: -15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body .comprehensive-calculator .outer-wrapper .arrow-control .arrow {
          height: 70px;
          width: 70px; }
          body .comprehensive-calculator .outer-wrapper .arrow-control .arrow svg {
            height: 100%;
            width: 100%; }
            body .comprehensive-calculator .outer-wrapper .arrow-control .arrow svg path {
              fill: #b90b67; }
      body .comprehensive-calculator .outer-wrapper .slider-wrapper {
        min-height: 580px;
        margin-bottom: 80px; }
        body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide h3 {
          color: #000000;
          font-size: 30px;
          margin-bottom: 20px; }
        body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown {
          overflow: hidden; }
          body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown .dropdown-head {
            background-color: #b90b67;
            text-align: center;
            padding: 20px 10px;
            position: relative; }
            body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown .dropdown-head h4 {
              z-index: 9;
              position: relative; }
            body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown .dropdown-head:before {
              content: "";
              position: absolute;
              height: 40px;
              width: 40px;
              background-color: #b90b67;
              left: 50%;
              bottom: -9px;
              z-index: 0;
              -webkit-transform: translateX(-50%) rotate(45deg);
                   -o-transform: translateX(-50%) rotate(45deg);
                      transform: translateX(-50%) rotate(45deg); }
          body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown .dropdown-wrapper {
            display: none;
            background-color: #ffffff;
            padding: 20px 50px; }
            body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown .dropdown-wrapper ol {
              padding-left: 25px;
              margin-bottom: 25px; }
            body .comprehensive-calculator .outer-wrapper .slider-wrapper .slide .dropdown .dropdown-wrapper p {
              color: #3C3C3C;
              font-size: 15px;
              font-weight: 200; }
        body .comprehensive-calculator .outer-wrapper .slider-wrapper .slick-list {
          height: auto !important; }
  body .diagram {
    padding: 0 0 70px;
    overflow: visible; }
    body .diagram strong {
      font-weight: 700 !important; }
    @media (max-width: 991.98px) {
      body .diagram {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      body .diagram {
        overflow: hidden; } }
    body .diagram strong {
      font-weight: 700 !important; }
    body .diagram .btn-violet {
      display: inline-block;
      cursor: pointer;
      background-color: #242a75;
      color: #ffffff;
      padding: 8px 15px 9px;
      font-weight: bold;
      margin: 11px 0;
      font-size: 0.8em;
      border-radius: 5px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      body .diagram .btn-violet:hover {
        opacity: 0.8; }
    body .diagram .tt-cont {
      position: absolute !important;
      z-index: 102;
      height: 24px;
      width: 140px;
      display: inline-block;
      margin-top: -37px; }
      body .diagram .tt-cont .tt-arrow {
        position: absolute;
        display: inline;
        width: 7px;
        height: 7px;
        border: 7px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top-color: #000;
        top: 100%;
        left: -25px; }
      body .diagram .tt-cont .tt-text {
        position: absolute;
        background-color: #000000;
        color: #ffffff;
        display: inline;
        padding: 5px 7px 7px;
        font-size: 0.8em;
        line-height: 1em;
        font-weight: normal;
        border-radius: 3px;
        left: 0; }
    body .diagram .diagram-wrapper {
      padding: 0 25px; }
      @media (max-width: 767.98px) {
        body .diagram .diagram-wrapper {
          padding: 0 0; } }
      body .diagram .diagram-wrapper .outer-wrapper {
        position: relative; }
        body .diagram .diagram-wrapper .outer-wrapper .cbtnscont {
          background-color: #e1e1e1;
          padding: 7px 24px 2px; }
          @media (max-width: 767.98px) {
            body .diagram .diagram-wrapper .outer-wrapper .cbtnscont {
              position: absolute;
              width: 147px;
              z-index: 2;
              right: -23px;
              top: 38%;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s;
              margin-right: -200px;
              padding: 7px 18px 7px; } }
          body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .countries {
            text-align: right; }
            @media (max-width: 991.98px) {
              body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .countries {
                text-align: center; } }
            body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .countries .tt-cont {
              position: absolute;
              z-index: 102;
              height: 24px;
              width: 140px;
              display: inline-block;
              margin-top: -37px; }
              body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .countries .tt-cont .tt-arrow {
                position: absolute;
                display: inline;
                width: 7px;
                height: 7px;
                border: 7px solid transparent;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-top-color: #000;
                top: 100%;
                left: -25px; }
              body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .countries .tt-cont .tt-text {
                position: absolute;
                background-color: #000000;
                color: #ffffff;
                display: inline;
                padding: 5px 7px 7px;
                font-size: 0.8em;
                line-height: 1em;
                font-weight: normal;
                border-radius: 3px;
                left: 0; }
          @media (max-width: 991.98px) {
            body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .head-text {
              text-align: center; } }
          body .diagram .diagram-wrapper .outer-wrapper .cbtnscont .head-text .new {
            font-size: 0.7em;
            font-weight: bold;
            padding: 3px 4px 3px;
            display: inline-block;
            line-height: 12px;
            margin-right: 5px;
            color: #fff;
            background-color: #00BBDD; }
          body .diagram .diagram-wrapper .outer-wrapper .cbtnscont.show {
            margin-right: 0; }
        body .diagram .diagram-wrapper .outer-wrapper .chart-section {
          padding: 36px 0 70px; }
          @media (min-width: 768px) {
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper {
              padding: 0 14px; } }
          body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper ul {
            padding-left: 40px;
            font-size: 16px;
            padding-bottom: 16px; }
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper ul li {
              position: relative;
              margin: 0;
              text-indent: -1em;
              line-height: 1.5em;
              margin-bottom: 15px;
              list-style: none;
              font-size: 16px;
              color: #000;
              font-weight: 400; }
              body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper ul li:before {
                content: ">";
                font-weight: bold;
                float: left;
                width: 1em;
                margin-top: -1px;
                color: #6c286b; }
          body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper h3 {
            color: #242a75;
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: 400;
            line-height: 1.1; }
          @media (min-width: 768px) {
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-left {
              padding-right: 3px; } }
          @media (min-width: 576px) {
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-left {
              padding: 0 0; } }
          body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-left .labels {
            border: none;
            padding-left: 37px;
            display: inline-block;
            padding-top: 22px;
            padding-bottom: 13px;
            padding-right: 11px; }
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-left .labels tr:nth-child(even) {
              background-color: transparent; }
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-left .labels tr:nth-child(odd) {
              background-color: transparent; }
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-left .labels tr td {
              width: 100%;
              padding: 0; }
          @media (min-width: 576px) {
            body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .chart-right {
              padding: 0 0; } }
          body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .compare-btn {
            display: none; }
            @media (max-width: 767.98px) {
              body .diagram .diagram-wrapper .outer-wrapper .chart-section .chart-wrapper .compare-btn {
                display: block; } }
      body .diagram .diagram-wrapper p {
        line-height: 1.6;
        padding: 0 0 1em;
        color: #3C3C3C;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400;
        padding-right: 3px; }
        body .diagram .diagram-wrapper p strong {
          font-weight: 700;
          margin-left: -3px; }
          @media (max-width: 767.98px) {
            body .diagram .diagram-wrapper p strong {
              display: block; } }
      body .diagram .diagram-wrapper td {
        font-size: 0.8em;
        height: 32px;
        vertical-align: middle;
        line-height: 1; }
      body .diagram .diagram-wrapper .colourkey {
        width: 25px;
        float: left;
        height: 15px;
        margin-right: 10px;
        display: none; }
        @media (max-width: 991.98px) {
          body .diagram .diagram-wrapper .colourkey {
            display: block; } }
      body .diagram .diagram-wrapper .chart-container {
        display: none;
        width: 97%;
        position: absolute;
        left: 18px; }
        body .diagram .diagram-wrapper .chart-container.chart-current {
          display: block;
          z-index: 1;
          height: inherit; }
      body .diagram .diagram-wrapper .multiq-box {
        width: 97%;
        margin: 25px 0;
        padding: 10px 20px 10px;
        border: 1px solid #999999;
        border-radius: 10px;
        overflow: hidden; }
      body .diagram .diagram-wrapper .multi-qs {
        min-height: 100px;
        display: inline-block;
        float: left;
        width: calc(100% - 40px);
        padding: 0 63px; }
        @media (max-width: 575.98px) {
          body .diagram .diagram-wrapper .multi-qs {
            padding: 0 10px; } }
      body .diagram .diagram-wrapper h4 {
        color: #242a75;
        font-size: 1.2em; }
      body .diagram .diagram-wrapper .rightarrow {
        background: url(/themes/thalesesecurity/templates/dist/images/multiq-r-arrow-purple.png) center center no-repeat;
        min-height: 100px;
        padding-left: 0;
        padding-right: 0;
        width: 20px;
        float: right;
        cursor: pointer;
        position: relative;
        right: 32px; }
        @media (max-width: 575.98px) {
          body .diagram .diagram-wrapper .rightarrow {
            right: 2px; } }
      body .diagram .diagram-wrapper .leftarrow {
        background: url(/themes/thalesesecurity/templates/dist/images/multiq-l-arrow-purple.png) center center no-repeat;
        opacity: 0;
        min-height: 100px;
        padding-left: 0;
        padding-right: 0;
        width: 20px;
        float: left;
        cursor: pointer;
        position: relative;
        left: 32px; }
        @media (max-width: 575.98px) {
          body .diagram .diagram-wrapper .leftarrow {
            left: 2px; } }
      body .diagram .diagram-wrapper .mquestion {
        position: relative;
        display: none; }
        body .diagram .diagram-wrapper .mquestion.currentq {
          display: block; }
      body .diagram .diagram-wrapper .cbtn {
        display: inline-block;
        border-radius: 7px;
        padding: 1px 8px 5px;
        width: 37px;
        height: 30px;
        overflow: hidden;
        text-indent: 50px;
        position: relative;
        z-index: 9; }
        body .diagram .diagram-wrapper .cbtn:hover {
          cursor: pointer;
          opacity: 0.6; }
      body .diagram .diagram-wrapper .cbtn.usf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-us.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.ukf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-uk.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.frf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-fr.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.def {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-de.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.bef {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-bene.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.inf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-in.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.jpf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-jp.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.auf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-au.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.mef {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-me.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.bzf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-bz.jpg) center center no-repeat; }
      body .diagram .diagram-wrapper .cbtn.saf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-saf.jpg) center center no-repeat; }
  body .charts {
    margin-top: 100px;
    padding-bottom: 0;
    min-height: 337px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      body .charts .heading-row .wrapper {
        margin-top: 0;
        padding: 0 0 0 40px; } }
    body .charts .heading-row .wrapper .text-wrap {
      margin-top: 39px; }
      body .charts .heading-row .wrapper .text-wrap h2 {
        color: #242a75;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          body .charts .heading-row .wrapper .text-wrap h2 {
            font-size: 32px;
            margin-bottom: 37px; } }
      body .charts .heading-row .wrapper .text-wrap p {
        font-size: 16px;
        font-weight: 400; }
    body .charts .heading-row .wrapper .select-area {
      margin-top: 18px; }
      @media (min-width: 992px) {
        body .charts .heading-row .wrapper .select-area {
          padding-left: 37px;
          padding-right: 5px; } }
      body .charts .heading-row .wrapper .select-area .jumpbox {
        background-color: #dddddd;
        padding: 20px 19px;
        border-radius: 5px; }
        body .charts .heading-row .wrapper .select-area .jumpbox p {
          font-size: 16px;
          margin-bottom: 26px;
          font-weight: 600; }
        body .charts .heading-row .wrapper .select-area .jumpbox .questionscroll select {
          -webkit-appearance: none;
          -moz-appearance: none;
               appearance: none;
          outline: none;
          border: 1px solid #b5b5b5;
          border-radius: 5px;
          width: 100%;
          height: 42px;
          padding: 5px 10px 0;
          letter-spacing: 0.02em;
          background: url("/themes/thalesesecurity/templates/assets/images/question-drop-down-purple.png") no-repeat right 15px #f5f5f5; }
        body .charts .heading-row .wrapper .select-area .jumpbox .questionscroll select::-ms-expand {
          display: none; }
  body .hero-slider {
    padding: 0; }
    body .hero-slider h1, body .hero-slider h2, body .hero-slider h3, body .hero-slider h4, body .hero-slider h5, body .hero-slider h6, body .hero-slider p {
      color: #ffffff; }
    body .hero-slider .slider .items {
      outline: none; }
    body .hero-slider .slider-wrapper {
      position: relative;
      float: left;
      width: calc(100%); }
      body .hero-slider .slider-wrapper .bg-img {
        position: relative;
        height: 588px; }
        @media (max-width: 480px) {
          body .hero-slider .slider-wrapper .bg-img {
            height: 440px; } }
        body .hero-slider .slider-wrapper .bg-img img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%; }
      body .hero-slider .slider-wrapper .cover-text-image {
        display: inline-block;
        position: relative; }
        body .hero-slider .slider-wrapper .cover-text-image .content {
          width: 100%;
          max-width: 770px;
          text-align: left;
          padding-left: 25px; }
          @media (max-width: 480px) {
            body .hero-slider .slider-wrapper .cover-text-image .content {
              padding: 0; } }
          body .hero-slider .slider-wrapper .cover-text-image .content h1 {
            font-family: futura_bt;
            color: #ffffff;
            font-weight: bold;
            margin-bottom: 8px; }
            body .hero-slider .slider-wrapper .cover-text-image .content h1 span {
              font-family: futura_bt;
              color: #ffffff;
              font-size: 46px;
              max-width: 700px;
              font-weight: bold;
              margin-bottom: 8px;
              display: block; }
            @media (max-width: 480px) {
              body .hero-slider .slider-wrapper .cover-text-image .content h1 {
                font-size: 22px; } }
          body .hero-slider .slider-wrapper .cover-text-image .content p {
            color: #ffffff;
            font-weight: 300;
            font-size: 24px;
            display: inline-block;
            margin-bottom: 20px; }
            @media (max-width: 480px) {
              body .hero-slider .slider-wrapper .cover-text-image .content p {
                font-size: 18px; } }
            body .hero-slider .slider-wrapper .cover-text-image .content p span {
              color: #60BED3;
              font-size: 24px;
              font-family: futura_md_bt;
              font-weight: 900; }
              @media (max-width: 480px) {
                body .hero-slider .slider-wrapper .cover-text-image .content p span {
                  font-size: 18px; } }
    body .hero-slider a:hover {
      text-decoration: none; }
    body .hero-slider a:hover:before {
      width: 0; }
    body .hero-slider .btn-wrapper {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      float: right;
      position: absolute;
      right: 90px;
      bottom: 22px; }
      @media (max-width: 1149px) {
        body .hero-slider .btn-wrapper {
          right: 20px; } }
      @media (max-width: 767px) {
        body .hero-slider .btn-wrapper {
          right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          float: none;
          bottom: 22px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; } }
      body .hero-slider .btn-wrapper .btn-left {
        font-weight: 300;
        padding: 0px 17px;
        background-color: #ffffff;
        color: #242a75;
        border-radius: 20px 0 0 20px;
        line-height: 34px;
        font-size: 15px;
        -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
        @media (max-width: 595px) {
          body .hero-slider .btn-wrapper .btn-left {
            padding: 0 10px; } }
      body .hero-slider .btn-wrapper .btn-right {
        background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
        background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
        background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
        background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
        padding: 0 38px;
        border-radius: 0 20px 20px 0;
        color: #ffffff;
        font-weight: 300;
        line-height: 34px;
        font-size: 15px;
        -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
        @media (max-width: 595px) {
          body .hero-slider .btn-wrapper .btn-right {
            padding: 0 17px; } }
      body .hero-slider .btn-wrapper.bottom-fix {
        position: fixed;
        bottom: 50px;
        right: 94px;
        z-index: 5;
        -webkit-transition: bottom 0.6s linear;
        -o-transition: bottom 0.6s linear;
        transition: bottom 0.6s linear;
        -webkit-transform: translate(0, 30px);
             -o-transform: translate(0, 30px);
                transform: translate(0, 30px); }
        @media screen and (min-width: 1401px) {
          body .hero-slider .btn-wrapper.bottom-fix {
            right: 50%;
            margin: 0 -614px 0 0; } }
        @media (max-width: 1149px) {
          body .hero-slider .btn-wrapper.bottom-fix {
            right: 24px; } }
        @media (max-width: 767px) {
          body .hero-slider .btn-wrapper.bottom-fix {
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: none;
            position: fixed;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; } }
    body .hero-slider h4 {
      margin: 20px 0; }
    body .hero-slider .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      bottom: 28px;
      left: 0;
      right: 0; }
      @media (max-width: 991px) {
        body .hero-slider .slick-dots {
          bottom: 3px; } }
      body .hero-slider .slick-dots li {
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        margin: 0 4px;
        padding: 0; }
        body .hero-slider .slick-dots li:before {
          display: none; }
        body .hero-slider .slick-dots li button {
          outline: none;
          width: 15px;
          height: 15px;
          text-indent: 999999px;
          border-radius: 50%;
          cursor: pointer;
          opacity: 0.8;
          background: #ffffff; }
        body .hero-slider .slick-dots li.slick-active button {
          background: #409fd5;
          opacity: 1; }
  body .second-level-banner {
    min-height: 400px;
    margin-top: 30px;
    padding: 0;
    display: inline-grid; }
    @media (max-width: 767px) {
      body .second-level-banner {
        min-height: 300px; } }
    body .second-level-banner h1, body .second-level-banner h2, body .second-level-banner h3, body .second-level-banner h4, body .second-level-banner h5, body .second-level-banner h6, body .second-level-banner p {
      color: #ffffff; }
    body .second-level-banner .bg-img {
      position: absolute;
      height: 100%;
      width: 100%; }
      body .second-level-banner .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .second-level-banner .content-wrapper {
      padding-top: 40px; }
      body .second-level-banner .content-wrapper .content {
        padding-top: 16px;
        max-width: 800px;
        text-align: left; }
        @media (max-width: 480px) {
          body .second-level-banner .content-wrapper .content {
            text-align: center; } }
        body .second-level-banner .content-wrapper .content h1 {
          color: #ffffff;
          font-weight: 300; }
          @media (min-width: 1150px) {
            body .second-level-banner .content-wrapper .content h1 {
              font-size: 40px; } }
          @media (max-width: 595px) {
            body .second-level-banner .content-wrapper .content h1 {
              padding-bottom: 10px; } }
        body .second-level-banner .content-wrapper .content p {
          color: #ffffff;
          font-weight: 300;
          line-height: 1.3; }
      body .second-level-banner .content-wrapper a:hover {
        text-decoration: none; }
      body .second-level-banner .content-wrapper a:hover:before {
        width: 0; }
      body .second-level-banner .content-wrapper .btn-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: right;
        position: absolute;
        right: 18px;
        bottom: 22px;
        display: none; }
        @media (max-width: 595px) {
          body .second-level-banner .content-wrapper .btn-wrapper {
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: none;
            bottom: 22px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; } }
        body .second-level-banner .content-wrapper .btn-wrapper .btn-left {
          font-weight: 300;
          padding: 0px 17px;
          background-color: #ffffff;
          color: #242a75;
          border-radius: 20px 0 0 20px;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .second-level-banner .content-wrapper .btn-wrapper .btn-left {
              padding: 0 10px; } }
        body .second-level-banner .content-wrapper .btn-wrapper .btn-right {
          background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
          padding: 0 38px;
          border-radius: 0 20px 20px 0;
          color: #ffffff;
          font-weight: 300;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .second-level-banner .content-wrapper .btn-wrapper .btn-right {
              padding: 0 17px; } }
        body .second-level-banner .content-wrapper .btn-wrapper.bottom-fix {
          position: fixed;
          bottom: 50px;
          right: 94px;
          z-index: 5;
          -webkit-transition: bottom 0.6s linear;
          -o-transition: bottom 0.6s linear;
          transition: bottom 0.6s linear;
          -webkit-transform: translate(0, 30px);
               -o-transform: translate(0, 30px);
                  transform: translate(0, 30px); }
          @media screen and (min-width: 1401px) {
            body .second-level-banner .content-wrapper .btn-wrapper.bottom-fix {
              right: 50%;
              margin: 0 -614px 0 0; } }
          @media (max-width: 767px) {
            body .second-level-banner .content-wrapper .btn-wrapper.bottom-fix {
              right: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              float: none;
              position: fixed;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%; } }
  body .intro h1, body .intro h2, body .intro h3, body .intro h4, body .intro h5, body .intro h6, body .intro p {
    color: #253746; }
  @media (min-width: 1150px) {
    body .intro.font-size {
      padding: 106px 0 55px; } }
  body .intro.font-size p {
    font-size: 22px;
    line-height: 1.6;
    color: #253746; }
    @media (max-width: 595px) {
      body .intro.font-size p {
        font-size: 20px;
        margin: 0; } }
  body .intro .content {
    max-width: 940px;
    margin: 0 auto;
    text-align: center; }
  body .intro h2 {
    color: #253746;
    font-weight: 300;
    margin-bottom: 30px; }
    @media (max-width: 595px) {
      body .intro h2 {
        margin-bottom: 20px; } }
  body .intro p {
    font-size: 30px;
    line-height: 1.6;
    color: #253746; }
    @media (max-width: 595px) {
      body .intro p {
        font-size: 22px;
        margin: 0; } }
    body .intro p:last-of-type {
      margin-bottom: 0; }
  body .intro .wrapper {
    text-align: left; }
    @media (max-width: 595px) {
      body .intro .wrapper {
        text-align: center; } }
  body .intro h3 {
    color: #253746;
    line-height: 1.33;
    font-weight: 300;
    padding-bottom: 12px; }
    @media (min-width: 1150px) {
      body .intro h3 {
        font-size: 46px; } }
    @media (min-width: 1150px) {
      body .intro h3 {
        font-size: 28px; } }
  body .col-three-icon.col-three-content {
    padding: 70px 0 60px; }
    @media (max-width: 991px) {
      body .col-three-icon.col-three-content {
        padding: 58px 0 20px; } }
    @media (max-width: 767px) {
      body .col-three-icon.col-three-content {
        padding: 58px 0; } }
    body .col-three-icon.col-three-content .content-wrap .col-wrap {
      margin-left: 34px;
      margin-top: 10px;
      margin-bottom: 20px; }
      @media (max-width: 1149px) {
        body .col-three-icon.col-three-content .content-wrap .col-wrap {
          width: calc(33.33% - 40px); } }
      @media (max-width: 991px) {
        body .col-three-icon.col-three-content .content-wrap .col-wrap {
          width: 100%;
          min-height: 100%;
          max-width: 100%;
          margin-left: 24px;
          margin-top: 0;
          margin-bottom: 34px; } }
      @media (max-width: 767px) {
        body .col-three-icon.col-three-content .content-wrap .col-wrap {
          margin-left: 7px;
          margin-right: 7px;
          margin-bottom: 37px; } }
      @media (max-width: 991px) {
        body .col-three-icon.col-three-content .content-wrap .col-wrap:nth-child(2) .content {
          padding: 38px 0; } }
      body .col-three-icon.col-three-content .content-wrap .col-wrap:nth-child(2) .content:before {
        top: -20px;
        bottom: -20px;
        left: -8px;
        background: #ccc; }
        @media (max-width: 991px) {
          body .col-three-icon.col-three-content .content-wrap .col-wrap:nth-child(2) .content:before {
            top: 0;
            bottom: unset;
            right: 0;
            height: 2px;
            width: 100%;
            margin: auto; } }
      body .col-three-icon.col-three-content .content-wrap .col-wrap:nth-child(2) .content:after {
        top: -20px;
        bottom: -20px;
        right: -12px;
        background: #ccc; }
        @media (max-width: 991px) {
          body .col-three-icon.col-three-content .content-wrap .col-wrap:nth-child(2) .content:after {
            top: unset;
            bottom: 0;
            right: 0;
            height: 2px;
            left: 0;
            width: 100%;
            margin: auto; } }
      body .col-three-icon.col-three-content .content-wrap .col-wrap .content {
        padding: 0 14px 0 0;
        text-align: left; }
        @media (max-width: 1149px) {
          body .col-three-icon.col-three-content .content-wrap .col-wrap .content {
            padding: 0 10px; } }
        @media (max-width: 991px) {
          body .col-three-icon.col-three-content .content-wrap .col-wrap .content {
            padding: 0; } }
        body .col-three-icon.col-three-content .content-wrap .col-wrap .content h3 {
          line-height: 1.08;
          margin-bottom: 16px;
          font-size: 24px;
          font-weight: 600;
          color: #253746; }
          @media (max-width: 991px) {
            body .col-three-icon.col-three-content .content-wrap .col-wrap .content h3 {
              margin-bottom: 20px; } }
          @media (max-width: 767px) {
            body .col-three-icon.col-three-content .content-wrap .col-wrap .content h3 {
              margin-bottom: 15px; } }
          body .col-three-icon.col-three-content .content-wrap .col-wrap .content h3 a {
            color: #253746; }
        body .col-three-icon.col-three-content .content-wrap .col-wrap .content p {
          font-size: 22px;
          line-height: 1.5;
          font-weight: 100;
          letter-spacing: normal;
          margin-bottom: 0;
          color: #253746; }
  body .col-three-icon .content-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    float: left; }
    @media (max-width: 1149px) {
      body .col-three-icon .content-wrap {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 767px) {
      body .col-three-icon .content-wrap {
        width: 100%;
        margin: 0;
        float: none; } }
    body .col-three-icon .content-wrap .col-wrap {
      width: calc(33.33% - 40px);
      margin-left: 30px; }
      @media (max-width: 1149px) {
        body .col-three-icon .content-wrap .col-wrap {
          width: 40%;
          min-height: 250px;
          margin: 0 20px 30px; } }
      @media (max-width: 767px) {
        body .col-three-icon .content-wrap .col-wrap {
          margin: 0 auto 30px;
          width: 100%;
          max-width: 767px; }
          body .col-three-icon .content-wrap .col-wrap:last-child {
            margin-bottom: 0; } }
      @media (max-width: 1149px) {
        body .col-three-icon .content-wrap .col-wrap:nth-child(2) .content:before {
          width: 0px; }
        body .col-three-icon .content-wrap .col-wrap:nth-child(2) .content:after {
          width: 0px; } }
      body .col-three-icon .content-wrap .col-wrap:nth-child(2) .content:before {
        content: '';
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        background: #f0f3f4;
        margin: 0 0 0 -15px; }
      body .col-three-icon .content-wrap .col-wrap:nth-child(2) .content:after {
        content: '';
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        right: -16px;
        background: #f0f3f4;
        margin: 0 0 0 -15px; }
      body .col-three-icon .content-wrap .col-wrap .img-wrap {
        height: 100px;
        width: 100%;
        max-width: 250px;
        margin: 21px auto 45px; }
        @media (max-width: 767px) {
          body .col-three-icon .content-wrap .col-wrap .img-wrap {
            margin: 0 auto 20px; } }
        body .col-three-icon .content-wrap .col-wrap .img-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      body .col-three-icon .content-wrap .col-wrap .content {
        padding: 0 18px 0 30px;
        text-align: center;
        position: relative; }
        @media (max-width: 1149px) {
          body .col-three-icon .content-wrap .col-wrap .content {
            padding: 0 10px; } }
        @media (max-width: 767px) {
          body .col-three-icon .content-wrap .col-wrap .content {
            padding: 0; } }
        body .col-three-icon .content-wrap .col-wrap .content h2 {
          line-height: 1.06;
          margin-bottom: 30px;
          font-weight: 300;
          color: #253746; }
          @media (max-width: 767px) {
            body .col-three-icon .content-wrap .col-wrap .content h2 {
              margin-bottom: 10px; } }
        body .col-three-icon .content-wrap .col-wrap .content h3 {
          line-height: 1.06;
          margin-bottom: 5px;
          font-weight: 300;
          color: #253746; }
          @media (max-width: 767px) {
            body .col-three-icon .content-wrap .col-wrap .content h3 {
              margin-bottom: 10px; } }
          body .col-three-icon .content-wrap .col-wrap .content h3 a {
            color: #253746; }
        body .col-three-icon .content-wrap .col-wrap .content p {
          font-size: 22px;
          line-height: 1.4;
          font-weight: 100;
          color: #9e9e9e;
          letter-spacing: -0.03em;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            body .col-three-icon .content-wrap .col-wrap .content p {
              font-size: 20px;
              line-height: 1.2; } }
  body .col-three-icon.full-img .content-wrap .col-wrap .img-wrap {
    height: auto;
    max-width: 390px;
    max-height: 270px; }
    body .col-three-icon.full-img .content-wrap .col-wrap .img-wrap img {
      height: auto; }
  body .col-three-icon.full-img .content-wrap .col-wrap .content {
    text-align: left;
    padding-left: 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body .col-three-icon.full-img .content-wrap .col-wrap .content {
        text-align: center; } }
    @media (max-width: 991px) {
      body .col-three-icon.full-img .content-wrap .col-wrap .content {
        text-align: center; } }
    body .col-three-icon.full-img .content-wrap .col-wrap .content:after {
      display: none; }
    body .col-three-icon.full-img .content-wrap .col-wrap .content:before {
      display: none; }
  body .quote-slider {
    background: #f3f4f4; }
    body .quote-slider.quote-slider-item {
      padding: 55px 0 58px; }
      body .quote-slider.quote-slider-item .slider-wrap .slider {
        position: relative; }
        body .quote-slider.quote-slider-item .slider-wrap .slider:before {
          content: '';
          position: absolute;
          top: 0;
          left: 83px;
          width: 70px;
          height: 53px;
          font-size: 210px;
          background: url("/themes/thalesesecurity/templates/assets/images/quotemark.png") no-repeat;
          background-size: 100%; }
          @media (max-width: 767px) {
            body .quote-slider.quote-slider-item .slider-wrap .slider:before {
              display: none; } }
        body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content {
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left;
          padding: 0 90px; }
          @media (max-width: 595px) {
            body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content {
              padding: 0 10px; } }
          body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .logo-img {
            width: 300px;
            margin: 0 auto;
            height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .logo-img img {
              max-width: 216px;
              height: auto;
              width: 100%; }
          body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content {
            text-align: unset;
            position: relative;
            max-width: 1220px;
            padding-left: 7px;
            margin-top: 30px;
            width: 100%; }
            @media (max-width: 991px) {
              body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content {
                padding: 32px 0 0 0; } }
            body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content p {
              margin: -9px 0 26px 0;
              position: relative;
              font-size: 32px;
              font-style: italic;
              line-height: 1.5;
              font-weight: 300;
              letter-spacing: normal; }
              @media (max-width: 991px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content p {
                  font-size: 24px;
                  line-height: 1.58; } }
            body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content h3 {
              font-size: 28px;
              font-weight: 600;
              line-height: 1.21;
              padding-top: 6px;
              margin-bottom: 0;
              letter-spacing: normal;
              color: #253746;
              width: 51%;
              margin-left: auto;
              text-align: left; }
              @media (max-width: 991px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content h3 {
                  font-size: 24px;
                  padding-top: 13px; } }
              @media (max-width: 767px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content h3 {
                  width: 62%; } }
              @media (max-width: 595px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content h3 {
                  width: 100%;
                  padding-top: 17px;
                  margin-left: 10px; } }
              body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content h3::before {
                display: none; }
            body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content span {
              font-size: 24px;
              line-height: 1.04;
              display: block;
              color: #253746;
              width: 51%;
              font-weight: 300;
              margin-top: 6px;
              margin-left: auto;
              text-align: left; }
              @media (max-width: 991px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content span {
                  font-size: 22px;
                  margin-top: 10px; } }
              @media (max-width: 767px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content span {
                  width: 62%; } }
              @media (max-width: 595px) {
                body .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content span {
                  width: 100%;
                  margin-top: 9px;
                  margin-left: 10px; } }
      body .quote-slider.quote-slider-item .slider-wrap .slick-prev {
        background: #f3f4f4;
        float: left;
        width: 55px;
        height: 55px; }
        body .quote-slider.quote-slider-item .slider-wrap .slick-prev:before {
          content: '';
          position: absolute;
          background: url(/themes/thalesesecurity/templates/assets/images/bg-arrow.png) no-repeat;
          background-size: 100%;
          width: 55px;
          height: 55px;
          top: 45px;
          left: -8px;
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
        @media (max-width: 991px) {
          body .quote-slider.quote-slider-item .slider-wrap .slick-prev:before {
            left: 0;
            content: '';
            left: 0; } }
      body .quote-slider.quote-slider-item .slider-wrap .slick-next {
        background: #f3f4f4;
        float: right;
        width: 55px;
        height: 55px; }
        body .quote-slider.quote-slider-item .slider-wrap .slick-next:before {
          content: '';
          position: absolute;
          background: url(/themes/thalesesecurity/templates/assets/images/bg-arrow.png) no-repeat;
          background-size: 100%;
          width: 55px;
          height: 55px;
          top: 45px;
          right: -12px;
          -webkit-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg); }
        @media (max-width: 991px) {
          body .quote-slider.quote-slider-item .slider-wrap .slick-next:before {
            right: 0;
            content: '';
            right: 0; } }
      body .quote-slider.quote-slider-item .slider-wrap .slick-dots {
        padding: 6px 4px;
        min-width: 70px;
        height: 30px;
        margin: 26px auto 0;
        display: inline-block;
        position: relative;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%; }
        body .quote-slider.quote-slider-item .slider-wrap .slick-dots li {
          height: 12px;
          width: 12px;
          background: #ddd; }
    body .quote-slider .slider-wrap {
      width: 100%; }
      body .quote-slider .slider-wrap .slider .icon-with-content {
        padding: 0 100px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        body .quote-slider .slider-wrap .slider .icon-with-content .logo-img a img {
          height: 100%;
          width: 200px; }
        body .quote-slider .slider-wrap .slider .icon-with-content .logo-img a:hover:before {
          left: 0;
          right: 0;
          width: 0; }
        body .quote-slider .slider-wrap .slider .icon-with-content .content {
          position: relative;
          padding: 32px 0 0 0;
          text-align: center;
          max-width: 930px; }
          body .quote-slider .slider-wrap .slider .icon-with-content .content p {
            display: inline;
            font-size: 24px;
            margin: -9px 0 26px 0;
            letter-spacing: -0.007em;
            color: #253746;
            position: relative;
            line-height: 1.4; }
          body .quote-slider .slider-wrap .slider .icon-with-content .content h3 {
            position: relative;
            padding-top: 56px;
            color: #1c2936;
            font-weight: 300; }
            body .quote-slider .slider-wrap .slider .icon-with-content .content h3:before {
              content: '';
              position: absolute;
              top: 26px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 124px;
              height: 3px;
              background: #69a3b9; }
          body .quote-slider .slider-wrap .slider .icon-with-content .content span {
            color: #253746;
            font-size: 22px;
            font-weight: 100; }
      body .quote-slider .slider-wrap .slider .btn-wrap {
        margin: 30px 0 0;
        text-align: center; }
        @media (max-width: 991px) {
          body .quote-slider .slider-wrap .slider .btn-wrap {
            margin: 42px 0 0; } }
        @media (max-width: 595px) {
          body .quote-slider .slider-wrap .slider .btn-wrap {
            margin: 33px 0 0; } }
        body .quote-slider .slider-wrap .slider .btn-wrap a {
          min-width: 175px;
          font-size: 20px;
          font-weight: normal;
          font-style: normal;
          line-height: 1.3;
          background-color: #346d9e;
          letter-spacing: normal;
          padding: 8px 20px;
          opacity: 1;
          display: inline-block;
          border-radius: 5px;
          color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          body .quote-slider .slider-wrap .slider .btn-wrap a:hover {
            background: #00bbdd;
            color: #1A2856; }
          @media (max-width: 991px) {
            body .quote-slider .slider-wrap .slider .btn-wrap a {
              padding: 7px 20px;
              min-width: 215px; } }
          body .quote-slider .slider-wrap .slider .btn-wrap a:hover {
            text-decoration: none; }
      body .quote-slider .slider-wrap .slick-arrow {
        outline: 0;
        position: absolute; }
      body .quote-slider .slider-wrap .slick-prev {
        top: 51%;
        left: 10px;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        z-index: 2;
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .quote-slider .slider-wrap .slick-prev:before {
          font-family: 'icomoon' !important;
          content: "\e909";
          font-size: 23px;
          opacity: 1;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .quote-slider .slider-wrap .slick-next {
        z-index: 1;
        top: 51%;
        right: 10px;
        display: block;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .quote-slider .slider-wrap .slick-next:before {
          opacity: 1;
          content: "\e908";
          font-family: 'icomoon' !important;
          font-size: 23px;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .quote-slider .slider-wrap .slick-dots {
        opacity: 0;
        text-align: center;
        list-style-type: none;
        padding-top: 40px;
        cursor: pointer; }
        body .quote-slider .slider-wrap .slick-dots li {
          list-style-type: none;
          display: inline-block;
          height: 16px;
          width: 16px;
          background-color: #aecad6;
          border-radius: 50%;
          margin: 0 4px; }
          body .quote-slider .slider-wrap .slick-dots li button {
            font-size: 0; }
          body .quote-slider .slider-wrap .slick-dots li.slick-active {
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
      @media (max-width: 595px) {
        body .quote-slider .slider-wrap .slider .icon-with-content {
          padding: 0 10px; }
          body .quote-slider .slider-wrap .slider .icon-with-content .content {
            padding: 0; }
            body .quote-slider .slider-wrap .slider .icon-with-content .content p {
              font-size: 20px; }
            body .quote-slider .slider-wrap .slider .icon-with-content .content h3 {
              padding-top: 40px; }
              body .quote-slider .slider-wrap .slider .icon-with-content .content h3:before {
                top: 40%;
                bottom: 60px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                     -o-transform: translateX(-50%);
                        transform: translateX(-50%);
                width: 124px;
                height: 3px; }
            body .quote-slider .slider-wrap .slider .icon-with-content .content span {
              font-size: 18px; }
        body .quote-slider .slider-wrap .slick-arrow {
          display: none !important; }
        body .quote-slider .slider-wrap .slick-prev {
          display: none !important; }
          body .quote-slider .slider-wrap .slick-prev:before {
            display: none !important; }
        body .quote-slider .slider-wrap .slick-next {
          display: none !important; }
          body .quote-slider .slider-wrap .slick-next:before {
            display: none !important; }
        body .quote-slider .slider-wrap .slick-dots {
          opacity: 1; } }
  body .logo-block {
    background: #f3f4f4;
    padding: 28px 0 18px; }
    @media (max-width: 767px) {
      body .logo-block {
        padding: 30px 0; } }
    body .logo-block.home-logo-block {
      background: #ffffff;
      border-bottom: 2px solid #dae8f5; }
      @media (min-width: 1150px) {
        body .logo-block.home-logo-block {
          padding: 22px 0 15px; } }
    body .logo-block .logo-wrap {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media (max-width: 767px) {
        body .logo-block .logo-wrap {
          width: 100%;
          display: inline-block; } }
      body .logo-block .logo-wrap ul {
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0; }
        @media (max-width: 1149px) {
          body .logo-block .logo-wrap ul {
            padding: 0; } }
        @media (max-width: 767px) {
          body .logo-block .logo-wrap ul {
            padding: 0;
            width: 100%;
            display: block; } }
        body .logo-block .logo-wrap ul .logo-wrap {
          max-width: 200px;
          max-height: 100px;
          list-style: none;
          margin-left: 86px;
          margin-bottom: 0; }
          @media (max-width: 991px) {
            body .logo-block .logo-wrap ul .logo-wrap {
              margin-left: 0; } }
          @media (max-width: 767px) {
            body .logo-block .logo-wrap ul .logo-wrap {
              margin: 0 auto;
              width: 100%;
              padding: 0 0 30px;
              display: block; } }
          body .logo-block .logo-wrap ul .logo-wrap:first-child {
            margin-left: 0; }
            @media (max-width: 767px) {
              body .logo-block .logo-wrap ul .logo-wrap:first-child {
                margin: 0 auto;
                width: 100%;
                padding: 0 0 30px;
                display: block; } }
          body .logo-block .logo-wrap ul .logo-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
      body .logo-block .logo-wrap .color-link {
        margin-left: 20px;
        padding-right: 0;
        padding-top: 2px;
        float: right;
        font-weight: 300;
        color: #242a75;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px; }
        body .logo-block .logo-wrap .color-link:hover {
          text-decoration: none; }
        body .logo-block .logo-wrap .color-link .arrow-color {
          border: 2px solid #242a75;
          top: 4px; }
          body .logo-block .logo-wrap .color-link .arrow-color:after {
            border: solid #242a75;
            border-width: 0 2px 2px 0; }
        @media (max-width: 1149px) {
          body .logo-block .logo-wrap .color-link {
            padding-right: 50px; }
            body .logo-block .logo-wrap .color-link .arrow-color {
              right: -8px; }
              body .logo-block .logo-wrap .color-link .arrow-color:hover {
                right: -10px; } }
        @media (max-width: 767px) {
          body .logo-block .logo-wrap .color-link {
            margin-left: 0;
            padding: 0;
            float: none;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body .logo-block .logo-wrap .color-link .arrow-color {
              width: 18px;
              height: 18px;
              top: 5px;
              bottom: 0;
              left: 18px;
              right: 0;
              margin: 0; }
              body .logo-block .logo-wrap .color-link .arrow-color:after {
                right: 2px;
                width: 6px;
                height: 6px; } }
  body .related-resources h3 {
    color: #ffffff; }
  body .related-resources .full-row .col-wrap {
    cursor: pointer;
    padding: 0 4px 0 0; }
    @media (max-width: 991px) {
      body .related-resources .full-row .col-wrap {
        padding: 0 0 4px 0; } }
    body .related-resources .full-row .col-wrap:last-child {
      padding: 0; }
      @media (max-width: 991px) {
        body .related-resources .full-row .col-wrap:last-child {
          padding: 0; } }
    body .related-resources .full-row .col-wrap .bg-img {
      width: 100%;
      height: 443px;
      position: relative; }
      @media (max-width: 595px) {
        body .related-resources .full-row .col-wrap .bg-img {
          height: auto; } }
      body .related-resources .full-row .col-wrap .bg-img:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .6;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      body .related-resources .full-row .col-wrap .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .related-resources .full-row .col-wrap .main-content {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 0;
      width: 100%;
      padding: 28px 20px 0;
      text-align: center;
      z-index: 1; }
      body .related-resources .full-row .col-wrap .main-content .icon-img {
        margin: 0 auto 30px;
        max-width: 90px;
        max-height: 91px;
        height: auto; }
        body .related-resources .full-row .col-wrap .main-content .icon-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .related-resources .full-row .col-wrap .main-content .content h3 {
        color: #ffffff;
        font-weight: 300;
        font-size: 22px; }
      @media (max-width: 595px) {
        body .related-resources .full-row .col-wrap .main-content {
          padding: 0 20px 0; }
          body .related-resources .full-row .col-wrap .main-content .icon-img {
            margin: 0 auto 10px;
            max-width: 80px;
            max-height: 81px; }
          body .related-resources .full-row .col-wrap .main-content .content h3 {
            font-weight: 300;
            font-size: 20px; } }
    body .related-resources .full-row .col-wrap:hover .bg-img {
      z-index: 1;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      body .related-resources .full-row .col-wrap:hover .bg-img:before {
        opacity: .7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    body .related-resources .full-row .col-wrap.cover-two-card {
      width: 100%; }
      body .related-resources .full-row .col-wrap.cover-two-card .two-card {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer;
        height: 240px;
        margin-bottom: 4px;
        width: 100%;
        opacity: 0.9; }
        body .related-resources .full-row .col-wrap.cover-two-card .two-card .cover-card {
          position: relative;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 0;
          width: 100%;
          padding: 0 20px;
          text-align: center;
          z-index: 1;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          body .related-resources .full-row .col-wrap.cover-two-card .two-card .cover-card .cover-icon-img {
            margin: 0 auto 28px;
            max-width: 88px;
            max-height: 88px; }
            body .related-resources .full-row .col-wrap.cover-two-card .two-card .cover-card .cover-icon-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
          body .related-resources .full-row .col-wrap.cover-two-card .two-card .cover-card .cover-content h3 {
            color: #ffffff;
            font-size: 22px;
            font-weight: 300; }
        body .related-resources .full-row .col-wrap.cover-two-card .two-card.color-purple {
          background: -webkit-gradient(linear, left top, left bottom, from(#67699b), to(#303169));
          background: -webkit-linear-gradient(top, #67699b 0%, #303169 100%);
          background: -o-linear-gradient(top, #67699b 0%, #303169 100%);
          background: linear-gradient(to bottom, #67699b 0%, #303169 100%); }
        body .related-resources .full-row .col-wrap.cover-two-card .two-card.color-skyblue {
          margin-top: 4px;
          height: 200px;
          background: -webkit-gradient(linear, left top, left bottom, from(#4a97c3), to(#1c6792));
          background: -webkit-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
          background: -o-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
          background: linear-gradient(to bottom, #4a97c3 0%, #1c6792 100%); }
        body .related-resources .full-row .col-wrap.cover-two-card .two-card:hover {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1; }
          body .related-resources .full-row .col-wrap.cover-two-card .two-card:hover .cover-card .cover-content .link span {
            right: -17px; }
    @media (max-width: 595px) {
      body .related-resources .full-row .col-wrap.cover-two-card .two-card .cover-card .cover-icon-img {
        margin: 0 auto 10px;
        max-width: 70px;
        max-height: 70px; }
      body .related-resources .full-row .col-wrap.cover-two-card .two-card .cover-card .cover-content h3 {
        font-size: 20px; }
      body .related-resources .full-row .col-wrap .icon-img {
        margin: 0 auto 10px;
        max-width: 80px;
        max-height: 80px; }
      body .related-resources .full-row .col-wrap .content h3 {
        font-weight: 300;
        font-size: 20px; } }
  body .newsletter {
    background: -webkit-gradient(linear, left top, left bottom, from(#276296), to(#448ccb));
    background: -webkit-linear-gradient(top, #276296 0%, #448ccb 100%);
    background: -o-linear-gradient(top, #276296 0%, #448ccb 100%);
    background: linear-gradient(to bottom, #276296 0%, #448ccb 100%);
    color: #ffffff;
    padding: 38px 0 36px; }
    @media (max-width: 767px) {
      body .newsletter {
        padding: 30px 0; } }
    body .newsletter .content {
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
      body .newsletter .content h2, body .newsletter .content .h2 {
        padding-bottom: 18px;
        font-weight: 300;
        color: #ffffff; }
        @media (max-width: 480px) {
          body .newsletter .content h2, body .newsletter .content .h2 {
            font-size: 20px; } }
      body .newsletter .content .news-btn {
        padding: 0 19px 0 22px; }
        @media (max-width: 595px) {
          body .newsletter .content .news-btn {
            padding: 0 16px; } }
        body .newsletter .content .news-btn a {
          display: inline-block;
          line-height: 34px;
          font-size: 15px;
          font-weight: 300;
          color: #ffffff;
          text-align: center; }
          body .newsletter .content .news-btn a:hover {
            text-decoration: none; }
          @media (max-width: 595px) {
            body .newsletter .content .news-btn a {
              font-size: 14px; } }
  body .footer-cta .full-container {
    width: 100%; }
    body .footer-cta .full-container .col-wrap {
      width: 33.333%;
      float: left;
      padding: 0 4px 0 0;
      position: relative; }
      body .footer-cta .full-container .col-wrap > a {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        cursor: pointer; }
      @media (max-width: 991px) {
        body .footer-cta .full-container .col-wrap {
          padding: 0;
          margin-bottom: 4px;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          max-width: 100%;
          width: 100%; } }
      body .footer-cta .full-container .col-wrap:nth-child(2n + 3) {
        padding: 0 0 0 0; }
      body .footer-cta .full-container .col-wrap .bg-img {
        width: 100%;
        position: relative;
        background-color: #000000;
        z-index: 1;
        height: 380px; }
        body .footer-cta .full-container .col-wrap .bg-img:before {
          content: "";
          position: absolute;
          background-color: #000000;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          opacity: 0.5;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        body .footer-cta .full-container .col-wrap .bg-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: left;
             object-position: left; }
      body .footer-cta .full-container .col-wrap .content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 0;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1; }
        body .footer-cta .full-container .col-wrap .content h3 {
          padding-bottom: 15px;
          font-weight: 300;
          color: #ffffff;
          padding: 5px 0px;
          font-size: 20px; }
        body .footer-cta .full-container .col-wrap .content p {
          color: #ffffff;
          margin-bottom: 0;
          padding-bottom: 20px;
          font-weight: 200;
          font-size: 16px; }
        body .footer-cta .full-container .col-wrap .content .btn-default a {
          line-height: 34px;
          font-size: 16px;
          color: #ffffff;
          font-weight: 300; }
          body .footer-cta .full-container .col-wrap .content .btn-default a:hover {
            text-decoration: none; }
        @media (max-width: 991px) {
          body .footer-cta .full-container .col-wrap .content h3 {
            line-height: 1.2;
            padding: 5px 0 0 0;
            font-size: 26px; }
          body .footer-cta .full-container .col-wrap .content p {
            font-size: 16px !important; } }
      body .footer-cta .full-container .col-wrap:hover .bg-img:before {
        opacity: 0.7; }
  body .footer-cta.two-col .full-container .col-wrap {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0 4px 0 0; }
    @media (max-width: 991px) {
      body .footer-cta.two-col .full-container .col-wrap {
        margin-bottom: 4px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        max-width: 100%;
        width: 100%;
        padding: 0; } }
    body .footer-cta.two-col .full-container .col-wrap:last-child {
      padding-right: 0; }
  body .footer-cta.single-col .full-container .col-wrap {
    padding: 0;
    max-width: 100%;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    body .footer-cta.single-col .full-container .col-wrap .content {
      max-width: 1260px;
      padding: 0 20px; }
      body .footer-cta.single-col .full-container .col-wrap .content h3 {
        margin-bottom: 0;
        line-height: 1.4;
        padding-bottom: 4px; }
        @media (min-width: 1150px) {
          body .footer-cta.single-col .full-container .col-wrap .content h3 {
            font-size: 30px; } }
      body .footer-cta.single-col .full-container .col-wrap .content p {
        font-size: 22px;
        margin-bottom: 0;
        padding-bottom: 20px;
        font-weight: 200; }
  body .footer-cta.col-two-block {
    padding: 86px 0 76px;
    background-color: #e6eff4; }
    @media (max-width: 595px) {
      body .footer-cta.col-two-block {
        padding: 40px 0; } }
    body .footer-cta.col-two-block .full-container {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      max-width: 1260px; }
      body .footer-cta.col-two-block .full-container .full-row:after {
        content: '';
        display: block;
        clear: both; }
      body .footer-cta.col-two-block .full-container .full-row .col-wrap {
        width: 50%;
        float: left;
        padding: 0 15px; }
        @media (max-width: 767px) {
          body .footer-cta.col-two-block .full-container .full-row .col-wrap {
            margin-bottom: 30px;
            padding: 0;
            width: 100%; } }
        @media (max-width: 767px) {
          body .footer-cta.col-two-block .full-container .full-row .col-wrap:last-child {
            margin-bottom: 0; } }
        body .footer-cta.col-two-block .full-container .full-row .col-wrap .content {
          position: relative;
          max-width: 510px;
          margin: 0 auto;
          text-align: center;
          left: 0;
          top: 0;
          -webkit-transform: none;
               -o-transform: none;
                  transform: none;
          z-index: 0; }
          body .footer-cta.col-two-block .full-container .full-row .col-wrap .content h3 {
            color: #253746;
            font-weight: 300;
            margin-bottom: 0; }
            @media (min-width: 1150px) {
              body .footer-cta.col-two-block .full-container .full-row .col-wrap .content h3 {
                font-size: 30px; } }
          body .footer-cta.col-two-block .full-container .full-row .col-wrap .content p {
            line-height: 1.6;
            margin-bottom: 0;
            color: #253746;
            font-size: 22px;
            font-weight: 100; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .footer-cta.col-two-block .full-container .full-row .col-wrap .content p {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .footer-cta.col-two-block .full-container .full-row .col-wrap .content p {
                font-size: 16px; } }
          body .footer-cta.col-two-block .full-container .full-row .col-wrap .content .btn-default {
            padding: 0 24px 0 22px; }
            body .footer-cta.col-two-block .full-container .full-row .col-wrap .content .btn-default a {
              line-height: 34px;
              font-size: 16px;
              color: #ffffff;
              font-weight: 300; }
              body .footer-cta.col-two-block .full-container .full-row .col-wrap .content .btn-default a:hover {
                text-decoration: none; }
    @media (max-width: 767px) {
      body .footer-cta.col-two-block.single-col .full-container .full-row {
        margin: 0; } }
    body .footer-cta.col-two-block.single-col .full-container .full-row .col-wrap {
      width: 100% !important; }
    @media (max-width: 767px) {
      body .footer-cta.col-two-block.three-col .full-container .full-row {
        margin: 0; } }
    body .footer-cta.col-two-block.three-col .full-container .full-row .col-wrap {
      width: 33.33% !important; }
      @media (max-width: 767px) {
        body .footer-cta.col-two-block.three-col .full-container .full-row .col-wrap {
          width: 100% !important; } }
  body .footer-cta .in-container .full-container {
    max-width: 1260px;
    margin: auto; }
  body .image-with-col .full-row {
    background-color: #f3f4f4;
    padding: 20px 0;
    border: solid #6dc9f6;
    color: #253746;
    border-width: 0 1px 2px 0;
    margin: 0; }
    @media (max-width: 991px) {
      body .image-with-col .full-row {
        padding: 30px 0; } }
    body .image-with-col .full-row .col-wrap {
      padding-right: 0;
      padding-left: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 595px) {
        body .image-with-col .full-row .col-wrap {
          padding: 0 20px; } }
      body .image-with-col .full-row .col-wrap .img-wrap {
        max-width: 300px;
        min-height: 100px; }
        body .image-with-col .full-row .col-wrap .img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body .image-with-col .full-row .col-wrap .main-content {
        padding-left: 46px;
        padding-right: 25px; }
        @media (max-width: 991px) {
          body .image-with-col .full-row .col-wrap .main-content {
            padding: 30px 14px 0 0; } }
        @media (max-width: 595px) {
          body .image-with-col .full-row .col-wrap .main-content {
            padding: 30px 0 0;
            text-align: center; } }
        body .image-with-col .full-row .col-wrap .main-content .headline {
          padding-bottom: 27px;
          position: relative; }
          body .image-with-col .full-row .col-wrap .main-content .headline h2 {
            color: #253746;
            font-size: 22px;
            font-weight: 300; }
            @media (max-width: 595px) {
              body .image-with-col .full-row .col-wrap .main-content .headline h2 {
                font-size: 21px; } }
          body .image-with-col .full-row .col-wrap .main-content .headline span {
            font-size: 14px;
            color: #253746;
            font-weight: 300; }
            @media (max-width: 595px) {
              body .image-with-col .full-row .col-wrap .main-content .headline span {
                font-size: 10px; } }
          body .image-with-col .full-row .col-wrap .main-content .headline:before {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 44px;
            -webkit-transform: translateX(-50%);
                 -o-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 87px;
            height: 1px;
            background: #4BAEE5;
            border-bottom: 1px solid #2894c4;
            background: #69a3b9; }
            @media (max-width: 595px) {
              body .image-with-col .full-row .col-wrap .main-content .headline:before {
                bottom: 10px;
                left: 50%; } }
            @media (max-width: 476px) {
              body .image-with-col .full-row .col-wrap .main-content .headline:before {
                bottom: 15px;
                left: 50%; } }
        body .image-with-col .full-row .col-wrap .main-content .content {
          padding-right: 180px;
          padding-bottom: 6px; }
          @media (max-width: 991px) {
            body .image-with-col .full-row .col-wrap .main-content .content {
              padding-right: 0; } }
          body .image-with-col .full-row .col-wrap .main-content .content h3 {
            font-weight: 300;
            color: #253746; }
          body .image-with-col .full-row .col-wrap .main-content .content p {
            font-size: 22px;
            color: #253746;
            margin: 0;
            padding-bottom: 5px; }
            @media (max-width: 595px) {
              body .image-with-col .full-row .col-wrap .main-content .content p {
                font-size: 18px; } }
          body .image-with-col .full-row .col-wrap .main-content .content ul {
            margin-left: 20px;
            margin-top: 10px; }
            @media (max-width: 595px) {
              body .image-with-col .full-row .col-wrap .main-content .content ul {
                margin-left: 0; } }
        body .image-with-col .full-row .col-wrap .main-content .info-content {
          width: 80%;
          float: left; }
          @media (max-width: 595px) {
            body .image-with-col .full-row .col-wrap .main-content .info-content {
              width: 100%;
              float: none; } }
          body .image-with-col .full-row .col-wrap .main-content .info-content h4 {
            margin: 0;
            padding-bottom: 4px;
            color: #253746;
            font-size: 22px;
            font-weight: 300;
            letter-spacing: -0.06em; }
          body .image-with-col .full-row .col-wrap .main-content .info-content p {
            color: #253746;
            font-size: 22px;
            margin: 0; }
        body .image-with-col .full-row .col-wrap .main-content .right-btn {
          float: right;
          margin-top: 23px;
          padding: 0 20px 0 28px; }
          @media (max-width: 595px) {
            body .image-with-col .full-row .col-wrap .main-content .right-btn {
              float: none; } }
          body .image-with-col .full-row .col-wrap .main-content .right-btn a {
            font-size: 16px;
            color: #ffffff;
            font-weight: 300; }
            body .image-with-col .full-row .col-wrap .main-content .right-btn a:hover {
              text-decoration: none; }
            @media (max-width: 595px) {
              body .image-with-col .full-row .col-wrap .main-content .right-btn a {
                font-size: 12px; } }
  body .third-level-banner {
    min-height: 300px;
    margin-top: 30px;
    padding: 0;
    display: inline-grid; }
    body .third-level-banner h1, body .third-level-banner h2, body .third-level-banner h3, body .third-level-banner h4, body .third-level-banner h5, body .third-level-banner h6, body .third-level-banner p {
      color: #ffffff; }
    body .third-level-banner .bg-img {
      position: absolute;
      height: 100%;
      width: 100%; }
      body .third-level-banner .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .third-level-banner .content-wrapper {
      padding-top: 40px; }
      body .third-level-banner .content-wrapper .content {
        padding-top: 12px;
        text-align: left; }
        @media (max-width: 480px) {
          body .third-level-banner .content-wrapper .content {
            text-align: center; } }
        body .third-level-banner .content-wrapper .content h1 {
          font-size: 40px;
          color: #ffffff;
          line-height: 1.4;
          font-weight: 300;
          padding-bottom: 8px; }
          @media (max-width: 1149px) {
            body .third-level-banner .content-wrapper .content h1 {
              font-size: 36px; } }
          @media (max-width: 595px) {
            body .third-level-banner .content-wrapper .content h1 {
              font-size: 30px;
              padding-bottom: 10px; } }
        body .third-level-banner .content-wrapper .content h3 {
          color: #ffffff;
          font-weight: 300;
          font-size: 22px; }
          @media (max-width: 595px) {
            body .third-level-banner .content-wrapper .content h3 {
              font-size: 16px; } }
        body .third-level-banner .content-wrapper .content p {
          color: #ffffff; }
      body .third-level-banner .content-wrapper a:hover {
        text-decoration: none; }
      body .third-level-banner .content-wrapper a:hover:before {
        width: 0; }
      body .third-level-banner .content-wrapper .btn-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: right;
        position: absolute;
        right: 18px;
        bottom: 22px;
        display: none; }
        @media (max-width: 595px) {
          body .third-level-banner .content-wrapper .btn-wrapper {
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: none;
            bottom: 22px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; } }
        body .third-level-banner .content-wrapper .btn-wrapper .btn-left {
          font-weight: 300;
          padding: 0px 17px;
          background-color: #ffffff;
          color: #242a75;
          border-radius: 20px 0 0 20px;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .third-level-banner .content-wrapper .btn-wrapper .btn-left {
              padding: 0 10px; } }
        body .third-level-banner .content-wrapper .btn-wrapper .btn-right {
          background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
          padding: 0 38px;
          border-radius: 0 20px 20px 0;
          color: #ffffff;
          font-weight: 300;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .third-level-banner .content-wrapper .btn-wrapper .btn-right {
              padding: 0 17px; } }
        body .third-level-banner .content-wrapper .btn-wrapper.bottom-fix {
          position: fixed;
          bottom: 50px;
          right: 94px;
          z-index: 5;
          -webkit-transition: bottom 0.6s linear;
          -o-transition: bottom 0.6s linear;
          transition: bottom 0.6s linear;
          -webkit-transform: translate(0, 30px);
               -o-transform: translate(0, 30px);
                  transform: translate(0, 30px); }
          @media screen and (min-width: 1401px) {
            body .third-level-banner .content-wrapper .btn-wrapper.bottom-fix {
              right: 50%;
              margin: 0 -614px 0 0; } }
          @media (max-width: 767px) {
            body .third-level-banner .content-wrapper .btn-wrapper.bottom-fix {
              right: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              float: none;
              position: fixed;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%; } }
  body .col-three-slider {
    opacity: 0; }
    @media (min-width: 1150px) {
      body .col-three-slider {
        padding: 0; } }
    body .col-three-slider .slider-wrap .title-wrap {
      padding-bottom: 66px; }
      body .col-three-slider .slider-wrap .title-wrap h2 {
        color: #253746;
        font-weight: 300;
        text-align: center; }
    body .col-three-slider .slider-wrap .slider {
      width: 100%; }
      body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        background-color: #e8ebeb;
        border: solid #6dc9f6;
        color: #253746;
        border-width: 0 0 2px 0;
        margin: 0 10px 0;
        cursor: pointer;
        min-height: 261px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap {
            min-height: 313px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap {
            min-height: 313px; } }
        @media (max-width: 767px) {
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap {
            min-height: 300px; } }
        body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap a .content {
          padding: 32px 20px 32px 22px;
          text-align: center;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-perspective: unset;
                  perspective: unset; }
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap a .content span {
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            font-size: 22px;
            font-weight: 100;
            color: #253746; }
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap a .content h4 {
            position: relative;
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            color: #253746;
            font-size: 22px;
            font-weight: 300;
            padding-top: 27px; }
            body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap a .content h4:before {
              content: '';
              position: absolute;
              top: 12px;
              left: 50.4%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 87px;
              height: 2px;
              background: #409fd5; }
        body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap:hover a {
          text-decoration: none; }
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap:hover a .content span {
            color: #4EB2CA; }
          body .col-three-slider .slider-wrap .slider .item .full-row .col-wrap:hover a .content h4 {
            color: #4EB2CA; }
      body .col-three-slider .slider-wrap .slider .slick-arrow {
        outline: 0;
        position: absolute; }
      body .col-three-slider .slider-wrap .slider .slick-prev {
        top: 45%;
        left: -44px;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        z-index: 2;
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .col-three-slider .slider-wrap .slider .slick-prev:before {
          font-family: 'icomoon' !important;
          content: "\e909";
          font-size: 23px;
          opacity: 1;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .col-three-slider .slider-wrap .slider .slick-next {
        z-index: 1;
        top: 45%;
        right: -44px;
        display: block;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .col-three-slider .slider-wrap .slider .slick-next:before {
          opacity: 1;
          content: "\e908";
          font-family: 'icomoon' !important;
          font-size: 23px;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .col-three-slider .slider-wrap .slider .slick-dots {
        text-align: center;
        list-style-type: none;
        padding-top: 40px;
        cursor: pointer; }
        body .col-three-slider .slider-wrap .slider .slick-dots li {
          list-style-type: none;
          display: inline-block;
          height: 16px;
          width: 16px;
          background-color: #f3f4f4;
          border-radius: 50%;
          margin: 0 4px; }
          body .col-three-slider .slider-wrap .slider .slick-dots li button {
            font-size: 0; }
          body .col-three-slider .slider-wrap .slider .slick-dots li.slick-active {
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
  body .content-detail .content h1 {
    color: #253746;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 10px; }
  body .content-detail .content .date h3 {
    margin: 0 0 33px; }
  body .content-detail .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0 0 57px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body .content-detail .content .info img {
      width: 60px;
      height: 60px;
      border: 2px solid #e6e6e6;
      border-radius: 50%;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 8px -2px 0; }
      @media (max-width: 595px) {
        body .content-detail .content .info img {
          margin: 0 8px 0 0; } }
    body .content-detail .content .info .name {
      display: block;
      border-bottom: 1px solid #a9a9a9;
      font-weight: 700;
      padding: 0 0 5px;
      margin: -14px 0 3px;
      font-size: 22px;
      line-height: 25px;
      color: #050735; }
      @media (max-width: 595px) {
        body .content-detail .content .info .name {
          text-align: left;
          margin: 10px 0 3px; } }
    body .content-detail .content .info a {
      float: left;
      clear: both;
      color: #050735;
      font-size: 16px;
      line-height: 18px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin-top: -15px;
      margin-left: 68px; }
      @media (max-width: 595px) {
        body .content-detail .content .info a {
          margin-left: 0;
          margin-top: 10px; } }
  body .content-detail .content h3 {
    color: #253746;
    font-size: 30px;
    font-weight: 100; }
  body .content-detail .content ul {
    list-style-type: none;
    padding: 65px 0 18px 57px; }
    body .content-detail .content ul li {
      position: relative;
      color: #253746;
      font-size: 22px;
      font-weight: 100;
      padding-bottom: 32px;
      padding-left: 22px; }
      body .content-detail .content ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #028ee3; }
  body .content-detail .content h4 {
    color: #253746;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 33px; }
  body .content-detail .content p {
    font-size: 22px;
    color: #253746;
    margin-bottom: 33px; }
    body .content-detail .content p a {
      font-size: 22px;
      color: #028ee3; }
      body .content-detail .content p a:hover {
        color: #028ee3; }
    body .content-detail .content p i {
      font-size: 22px; }
  @media (max-width: 1149px) {
    body .content-detail .content h2 {
      font-size: 40px; }
    body .content-detail .content h3 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    body .content-detail .content {
      text-align: center; }
      body .content-detail .content h2 {
        font-size: 30px; }
      body .content-detail .content h3 {
        font-size: 24px; }
      body .content-detail .content ul {
        padding: 30px 0; }
        body .content-detail .content ul li {
          padding-bottom: 30px;
          padding-left: 20px; }
      body .content-detail .content h4 {
        font-size: 20px; }
      body .content-detail .content p {
        font-size: 20px; }
        body .content-detail .content p a {
          font-size: 20px; }
        body .content-detail .content p i {
          font-size: 20px; } }
  body .col-three-image-slider {
    opacity: 0; }
    @media (max-width: 767px) {
      body .col-three-image-slider.gallery-center .container {
        max-width: 100%;
        padding: 0;
        margin: 0; } }
    body .col-three-image-slider.gallery-center .container .slider-wrap .slider {
      width: 100%; }
      body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a {
        display: block;
        text-decoration: none;
        width: 100%;
        display: inline-block;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        cursor: pointer; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .bg-img {
          position: relative;
          min-height: 420px;
          max-width: 385px;
          border-bottom: 1px solid #2a92ec; }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .bg-img:before {
            content: '';
            position: absolute;
            background: #020a7a;
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5; }
          @media (max-width: 1149px) {
            body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .bg-img {
              max-width: 100%; } }
          @media (max-width: 767px) {
            body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .bg-img {
              max-width: 100%;
              min-height: 300px; } }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .bg-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content {
          z-index: 1;
          text-align: center;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 0;
          width: 100%;
          max-width: 320px; }
          @media (max-width: 1149px) {
            body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content {
              padding: 0 20px 5px; } }
          @media (max-width: 767px) {
            body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content {
              padding: 0; } }
          @media (max-width: 380px) {
            body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content {
              padding: 20px; } }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content span {
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            font-size: 22px;
            font-weight: 300;
            color: #ffffff; }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content h4 {
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            color: #ffffff;
            font-size: 30px;
            font-weight: 300;
            padding-bottom: 10px; }
            @media (max-width: 767px) {
              body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content h4 {
                font-size: 23px; } }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content .small-row {
            padding: 0 0 40px; }
            body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content .small-row span {
              display: inline-block;
              vertical-align: top;
              font-size: 17px;
              text-transform: capitalize;
              position: relative; }
              body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content .small-row span:last-child {
                position: relative;
                padding: 0 0 0 15px;
                margin: 0 0 0 14px; }
                body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap a .content .small-row span:last-child:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 2px;
                  bottom: 2px;
                  width: 2px;
                  background: #fff; }
      body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap:hover a {
        text-decoration: none;
        cursor: pointer; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap:hover a .bg-img:before {
          opacity: 0.7; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .item .full-row .col-wrap:hover a .content .link span {
          right: -17px; }
      body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-arrow {
        outline: 0;
        position: absolute; }
      body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-prev {
        top: 46%;
        left: -44px;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        z-index: 2;
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-prev:before {
          font-family: 'icomoon' !important;
          content: "\e909";
          font-size: 23px;
          opacity: 1;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-next {
        z-index: 1;
        top: 46%;
        right: -44px;
        display: block;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-next:before {
          opacity: 1;
          content: "\e908";
          font-family: 'icomoon' !important;
          font-size: 23px;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-dots {
        text-align: center;
        list-style-type: none;
        padding-top: 40px;
        cursor: pointer; }
        body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-dots li {
          list-style-type: none;
          display: inline-block;
          height: 16px;
          width: 16px;
          background-color: #f3f4f4;
          border-radius: 50%;
          margin: 0 4px; }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-dots li button {
            font-size: 0; }
          body .col-three-image-slider.gallery-center .container .slider-wrap .slider .slick-dots li.slick-active {
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
    @media (max-width: 767px) {
      body .col-three-image-slider .container {
        max-width: 100%;
        padding: 0;
        margin: 0; } }
    body .col-three-image-slider .container .slider-wrap .slider {
      width: 100%; }
      body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap {
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        cursor: pointer; }
        body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap a {
          display: block; }
        body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .bg-img {
          position: relative;
          height: 382px;
          max-width: 385px;
          border-bottom: 1px solid #2a92ec; }
          body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .bg-img:before {
            content: '';
            position: absolute;
            background: #000000;
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5; }
          @media (max-width: 1149px) {
            body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .bg-img {
              max-width: 100%;
              height: auto; } }
          @media (max-width: 767px) {
            body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .bg-img {
              max-width: 100%;
              height: 250px; } }
          @media (max-width: 380px) {
            body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .bg-img {
              height: 280px; } }
          body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .bg-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content {
          z-index: 1;
          text-align: center;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 0;
          width: 100%;
          max-width: 320px; }
          @media (max-width: 1149px) {
            body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content {
              padding: 0 20px 5px; } }
          @media (max-width: 767px) {
            body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content {
              padding: 0; } }
          @media (max-width: 380px) {
            body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content {
              padding: 20px; } }
          body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content span {
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            font-size: 22px;
            font-weight: 300;
            color: #ffffff; }
          body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content h4 {
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            color: #ffffff;
            font-size: 30px;
            font-weight: 300;
            padding-bottom: 5px; }
            @media (max-width: 767px) {
              body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap .content h4 {
                font-size: 23px; } }
        body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap:hover {
          cursor: pointer; }
          body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap:hover .bg-img:before {
            opacity: 0.7; }
          body .col-three-image-slider .container .slider-wrap .slider .item .full-row .col-wrap:hover .content .link span {
            right: -17px; }
      body .col-three-image-slider .container .slider-wrap .slider .slick-arrow {
        outline: 0;
        position: absolute; }
      body .col-three-image-slider .container .slider-wrap .slider .slick-prev {
        top: 46%;
        left: -44px;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        z-index: 2;
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .col-three-image-slider .container .slider-wrap .slider .slick-prev:before {
          font-family: 'icomoon' !important;
          content: "\e909";
          font-size: 23px;
          opacity: 1;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .col-three-image-slider .container .slider-wrap .slider .slick-next {
        z-index: 1;
        top: 46%;
        right: -44px;
        display: block;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .col-three-image-slider .container .slider-wrap .slider .slick-next:before {
          opacity: 1;
          content: "\e908";
          font-family: 'icomoon' !important;
          font-size: 23px;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      body .col-three-image-slider .container .slider-wrap .slider .slick-dots {
        text-align: center;
        list-style-type: none;
        padding-top: 40px;
        cursor: pointer; }
        body .col-three-image-slider .container .slider-wrap .slider .slick-dots li {
          list-style-type: none;
          display: inline-block;
          height: 16px;
          width: 16px;
          background-color: #f3f4f4;
          border-radius: 50%;
          margin: 0 4px; }
          body .col-three-image-slider .container .slider-wrap .slider .slick-dots li button {
            font-size: 0; }
          body .col-three-image-slider .container .slider-wrap .slider .slick-dots li.slick-active {
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
  body .intro-with-image.content-with-image .wrapper .content {
    width: 100%; }
    body .intro-with-image.content-with-image .wrapper .content h2 {
      font-size: 30px; }
  body .intro-with-image.content-with-image .center-img-wrap {
    max-width: 600px; }
  body .intro-with-image.channel-partners .wrapper .content {
    width: 84%; }
    @media (max-width: 1149px) {
      body .intro-with-image.channel-partners .wrapper .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
    @media (max-width: 991px) {
      body .intro-with-image.channel-partners .wrapper .content {
        width: 60%; } }
    @media (max-width: 595px) {
      body .intro-with-image.channel-partners .wrapper .content {
        width: 100%;
        text-align: center;
        float: none; } }
  body .intro-with-image.channel-partners .wrapper .right-img-wrap {
    width: 15%;
    padding: 0;
    max-width: 159px;
    height: auto; }
    @media (max-width: 991px) {
      body .intro-with-image.channel-partners .wrapper .right-img-wrap {
        width: 40%; } }
    @media (max-width: 595px) {
      body .intro-with-image.channel-partners .wrapper .right-img-wrap {
        width: 100%;
        float: none;
        padding-bottom: 30px;
        margin: 0 auto 30px; } }
  body .intro-with-image .wrapper {
    width: 100%; }
    body .intro-with-image .wrapper h2 {
      color: #253746;
      font-weight: 300;
      padding-bottom: 21px; }
      @media (max-width: 595px) {
        body .intro-with-image .wrapper h2 {
          text-align: center; } }
    @media (max-width: 595px) {
      body .intro-with-image .wrapper .content {
        width: 100%;
        text-align: center;
        float: none; } }
    body .intro-with-image .wrapper .content h3 {
      color: #253746; }
    body .intro-with-image .wrapper .content p {
      line-height: 1.5;
      color: #253746; }
      @media (max-width: 1149px) {
        body .intro-with-image .wrapper .content p:last-of-type {
          margin-bottom: 0; } }
      @media (max-width: 595px) {
        body .intro-with-image .wrapper .content p:last-of-type {
          margin-bottom: 20px; } }
      body .intro-with-image .wrapper .content p a {
        font-size: 22px;
        color: #0077dd; }
        @media (max-width: 595px) {
          body .intro-with-image .wrapper .content p a {
            font-size: 14px; } }
        body .intro-with-image .wrapper .content p a:hover {
          color: #0077dd; }
      body .intro-with-image .wrapper .content p .align-center {
        margin-bottom: 0; }
      body .intro-with-image .wrapper .content p img {
        display: block;
        margin: auto; }
      body .intro-with-image .wrapper .content p .align-left {
        margin-right: 30px;
        margin-bottom: 20px; }
        @media (max-width: 595px) {
          body .intro-with-image .wrapper .content p .align-left {
            margin: 0 auto;
            float: none; } }
    body .intro-with-image .wrapper .content .align-center {
      display: block;
      margin-right: auto;
      margin-left: auto; }
    body .intro-with-image .wrapper .right-img-wrap {
      width: 100%;
      max-width: 236px;
      max-height: 236px;
      float: right;
      margin: 0 0 30px 50px;
      text-align: right; }
      @media (max-width: 991px) {
        body .intro-with-image .wrapper .right-img-wrap {
          width: 40%;
          max-width: 200px; } }
      @media (max-width: 595px) {
        body .intro-with-image .wrapper .right-img-wrap {
          width: 100%;
          float: none;
          padding-bottom: 0;
          margin: 0 auto 30px;
          text-align: center; } }
      body .intro-with-image .wrapper .right-img-wrap img {
        width: auto;
        height: auto; }
  body .intro-with-image .img-center {
    max-width: 500px;
    margin: 0 auto;
    height: auto; }
    body .intro-with-image .img-center img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body .intro-with-image ul {
    padding-left: 40px; }
    @media (max-width: 480px) {
      body .intro-with-image ul {
        padding-left: 30px; } }
  body .col-four-row .content-wrap {
    width: calc(100% + 40px);
    margin-left: -21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1149px) {
      body .col-four-row .content-wrap {
        width: 100%;
        margin: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    @media (max-width: 767px) {
      body .col-four-row .content-wrap {
        width: 100%;
        margin: 0;
        float: none; } }
    body .col-four-row .content-wrap .col-wrap {
      width: calc(25% - 40px);
      margin-left: 30px; }
      @media (max-width: 1149px) {
        body .col-four-row .content-wrap .col-wrap {
          width: calc(33.33% - 40px);
          margin: 0 20px 30px; }
          body .col-four-row .content-wrap .col-wrap:last-child {
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        body .col-four-row .content-wrap .col-wrap {
          margin: 0 auto 30px;
          width: 100%;
          max-width: 767px; }
          body .col-four-row .content-wrap .col-wrap:last-child {
            margin-bottom: 0; } }
      body .col-four-row .content-wrap .col-wrap .img-wrap {
        height: 96px;
        max-width: 250px;
        margin: 21px 0 48px 18px; }
        @media (max-width: 1149px) {
          body .col-four-row .content-wrap .col-wrap .img-wrap {
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          body .col-four-row .content-wrap .col-wrap .img-wrap {
            margin: 0 auto 20px; } }
        body .col-four-row .content-wrap .col-wrap .img-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      body .col-four-row .content-wrap .col-wrap .content {
        padding: 0 0 0 12px;
        text-align: center; }
        @media (max-width: 767px) {
          body .col-four-row .content-wrap .col-wrap .content {
            padding: 0; } }
        body .col-four-row .content-wrap .col-wrap .content h3 {
          margin-bottom: 29px;
          line-height: 1.06;
          font-weight: 300;
          color: #253746; }
          @media (max-width: 1149px) {
            body .col-four-row .content-wrap .col-wrap .content h3 {
              margin-bottom: 16px; } }
          @media (max-width: 767px) {
            body .col-four-row .content-wrap .col-wrap .content h3 {
              margin-bottom: 10px; } }
        body .col-four-row .content-wrap .col-wrap .content p {
          line-height: 1.44;
          font-weight: 100;
          color: #9e9e9e;
          letter-spacing: -0.03em;
          margin-bottom: 14px; }
          @media (min-width: 1150px) {
            body .col-four-row .content-wrap .col-wrap .content p {
              font-size: 23px; } }
          @media (max-width: 767px) {
            body .col-four-row .content-wrap .col-wrap .content p {
              line-height: 1.2; } }
        body .col-four-row .content-wrap .col-wrap .content .btn-default {
          padding: 10px 17px 10px 22px; }
  body .overview img[data-align=right] {
    float: right;
    padding: 5px; }
  body .overview img[data-align=left] {
    float: left;
    padding: 5px; }
  body .overview img[data-align=center] {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 5px; }
  body .overview .content {
    max-width: 100%; }
    @media (max-width: 595px) {
      body .overview .content {
        text-align: left; } }
    body .overview .content h2 {
      color: #253746;
      font-weight: 400;
      margin-bottom: 22px; }
      @media (max-width: 595px) {
        body .overview .content h2 {
          margin-bottom: 10px; } }
      body .overview .content h2:after {
        content: "";
        display: block;
        clear: both; }
    body .overview .content h4 {
      margin-bottom: 22px;
      color: #253746; }
      @media (max-width: 595px) {
        body .overview .content h4 {
          margin-bottom: 10px; } }
    body .overview .content p {
      color: #253746;
      margin-bottom: 34px; }
      @media (max-width: 595px) {
        body .overview .content p {
          margin-bottom: 30px; } }
      body .overview .content p .align-left {
        margin-right: 20px;
        margin-bottom: 30px; }
        @media (max-width: 595px) {
          body .overview .content p .align-left {
            float: none;
            margin-right: 0;
            margin-bottom: 0; } }
      body .overview .content p .align-right {
        margin-left: 20px;
        margin-bottom: 30px; }
        @media (max-width: 595px) {
          body .overview .content p .align-right {
            float: none;
            margin-left: 0;
            margin-bottom: 0; } }
      body .overview .content p a img {
        margin-right: 20px;
        margin-bottom: 30px;
        max-width: 100%;
        height: auto;
        vertical-align: top; }
      body .overview .content p strong a {
        color: #253746; }
    body .overview .content ul {
      padding-left: 40px; }
      @media (max-width: 480px) {
        body .overview .content ul {
          padding-left: 30px; } }
  body .col-three-grid .title-wrap {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center; }
    body .col-three-grid .title-wrap h2, body .col-three-grid .title-wrap .h2 {
      color: #253746;
      font-size: 30px;
      font-weight: 400; }
    @media (max-width: 767px) {
      body .col-three-grid .title-wrap {
        margin-bottom: 40px; }
        body .col-three-grid .title-wrap h2, body .col-three-grid .title-wrap .h2 {
          font-size: 26px; } }
  body .col-three-grid .content-wrap {
    display: block;
    margin-left: -12px;
    margin-right: -12px; }
    @media (max-width: 767px) {
      body .col-three-grid .content-wrap {
        margin-left: 0;
        margin-right: 0; } }
    body .col-three-grid .content-wrap .col-wrap {
      width: calc(33.33% - 24px);
      margin: 0 12px 21px; }
      @media (max-width: 991px) {
        body .col-three-grid .content-wrap .col-wrap {
          width: calc(50% - 24px);
          margin: 0 12px 21px; } }
      @media (max-width: 767px) {
        body .col-three-grid .content-wrap .col-wrap {
          margin: 0 auto 30px;
          width: 100%;
          margin-bottom: 20px;
          max-width: 767px; } }
      body .col-three-grid .content-wrap .col-wrap a {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2481b8));
        background: -webkit-linear-gradient(top, #5dbdf4 0%, #2481b8 100%);
        background: -o-linear-gradient(top, #5dbdf4 0%, #2481b8 100%);
        background: linear-gradient(to bottom, #5dbdf4 0%, #2481b8 100%);
        width: 100%;
        display: block;
        text-decoration: none;
        min-height: 400px;
        height: 100%;
        padding: 64px 20px 20px; }
        @media (max-width: 1149px) {
          body .col-three-grid .content-wrap .col-wrap a {
            padding: 40px 10px 20px;
            min-height: 340px; } }
        @media (max-width: 767px) {
          body .col-three-grid .content-wrap .col-wrap a {
            min-height: 300px; } }
        body .col-three-grid .content-wrap .col-wrap a .content {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center; }
          @media (max-width: 767px) {
            body .col-three-grid .content-wrap .col-wrap a .content {
              padding: 0; } }
          body .col-three-grid .content-wrap .col-wrap a .content h2, body .col-three-grid .content-wrap .col-wrap a .content .h2 {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            line-height: 1.2;
            margin-bottom: 0;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 24px;
            color: #ffffff;
            position: relative; }
            @media (max-width: 767px) {
              body .col-three-grid .content-wrap .col-wrap a .content h2, body .col-three-grid .content-wrap .col-wrap a .content .h2 {
                font-size: 20px; } }
          body .col-three-grid .content-wrap .col-wrap a .content .center-line {
            position: relative;
            max-width: 90px;
            overflow: hidden;
            width: 100%;
            margin: 30px auto 20px;
            height: 2px;
            background: #ffffff;
            display: block; }
            @media (max-width: 767px) {
              body .col-three-grid .content-wrap .col-wrap a .content .center-line {
                font-size: 20px;
                margin-bottom: 20px; } }
          body .col-three-grid .content-wrap .col-wrap a .content p {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            font-size: 22px;
            line-height: 1.5;
            font-weight: 100;
            color: #ffffff;
            margin-bottom: 25px;
            height: 132px;
            overflow: hidden; }
            @media (max-width: 767px) {
              body .col-three-grid .content-wrap .col-wrap a .content p {
                font-size: 20px;
                line-height: 1.2; } }
          body .col-three-grid .content-wrap .col-wrap a .content .grid-arrow {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 1; }
            body .col-three-grid .content-wrap .col-wrap a .content .grid-arrow span {
              top: 0;
              right: -8px; }
        body .col-three-grid .content-wrap .col-wrap a:hover {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: -webkit-gradient(linear, left top, left bottom, from(#4a97c3), to(#1c6792));
          background: -webkit-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
          background: -o-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
          background: linear-gradient(to bottom, #4a97c3 0%, #1c6792 100%); }
          body .col-three-grid .content-wrap .col-wrap a:hover .content {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body .col-three-grid .content-wrap .col-wrap a:hover .content h2, body .col-three-grid .content-wrap .col-wrap a:hover .content .h2 {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            body .col-three-grid .content-wrap .col-wrap a:hover .content p {
              margin-bottom: 20px; }
            body .col-three-grid .content-wrap .col-wrap a:hover .content .grid-arrow {
              opacity: 1;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              body .col-three-grid .content-wrap .col-wrap a:hover .content .grid-arrow span {
                right: -14px; }
  @media (min-width: 1150px) {
    body .col-three-grid.col-three-block {
      padding: 80px 0 70px; } }
  body .col-three-grid.col-three-block .title-wrap {
    max-width: 800px;
    margin: 0 auto 68px;
    text-align: center; }
    body .col-three-grid.col-three-block .title-wrap h2 {
      color: #253746;
      font-size: 30px;
      font-weight: 300; }
    @media (max-width: 767px) {
      body .col-three-grid.col-three-block .title-wrap {
        margin-bottom: 40px; }
        body .col-three-grid.col-three-block .title-wrap h2 {
          font-size: 26px; } }
  body .col-three-grid.col-three-block .content-wrap .col-wrap a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#67699b), to(#303169));
    background: -webkit-linear-gradient(top, #67699b 0%, #303169 100%);
    background: -o-linear-gradient(top, #67699b 0%, #303169 100%);
    background: linear-gradient(to bottom, #67699b 0%, #303169 100%);
    width: 100%;
    display: block;
    text-decoration: none;
    height: 100%;
    min-height: 300px;
    padding: 64px 20px 48px; }
    @media (max-width: 1149px) {
      body .col-three-grid.col-three-block .content-wrap .col-wrap a {
        padding: 40px 10px; } }
    body .col-three-grid.col-three-block .content-wrap .col-wrap a .content {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      text-align: center;
      position: relative; }
      @media (max-width: 767px) {
        body .col-three-grid.col-three-block .content-wrap .col-wrap a .content {
          padding: 0; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content h2 {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 24px;
        color: #ffffff;
        position: relative; }
        @media (max-width: 767px) {
          body .col-three-grid.col-three-block .content-wrap .col-wrap a .content h2 {
            font-size: 20px; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .center-line {
        position: relative;
        max-width: 90px;
        overflow: hidden;
        width: 100%;
        margin: 30px auto 20px;
        height: 2px;
        background: #ffffff;
        display: inline-block; }
        @media (max-width: 767px) {
          body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .center-line {
            font-size: 20px;
            margin-bottom: 20px; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content p {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 22px;
        line-height: 1.5;
        font-weight: 100;
        color: #ffffff;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          body .col-three-grid.col-three-block .content-wrap .col-wrap a .content p {
            font-size: 20px;
            line-height: 1.2; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .grid-arrow {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px; }
        body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .grid-arrow span {
          top: 0;
          right: -8px; }
    body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: -webkit-gradient(linear, left top, left bottom, from(#3f3f69), to(#2d2c61));
      background: -webkit-linear-gradient(top, #3f3f69 0%, #2d2c61 100%);
      background: -o-linear-gradient(top, #3f3f69 0%, #2d2c61 100%);
      background: linear-gradient(to bottom, #3f3f69 0%, #2d2c61 100%); }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content h2 {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content .grid-arrow {
          opacity: 1;
          bottom: -45px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content .grid-arrow span {
            right: -14px; }
  body .col-three-grid .title-wrap {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center; }
    body .col-three-grid .title-wrap h2, body .col-three-grid .title-wrap .h2 {
      color: #253746;
      font-size: 30px;
      font-weight: 400; }
    @media (max-width: 767px) {
      body .col-three-grid .title-wrap {
        margin-bottom: 40px; }
        body .col-three-grid .title-wrap h2, body .col-three-grid .title-wrap .h2 {
          font-size: 26px; } }
  body .col-three-grid .content-wrap {
    display: block;
    margin-left: -12px;
    margin-right: -12px; }
    @media (max-width: 767px) {
      body .col-three-grid .content-wrap {
        margin-left: 0;
        margin-right: 0; } }
    body .col-three-grid .content-wrap .col-wrap {
      width: calc(33.33% - 24px);
      margin: 0 12px 21px; }
      @media (max-width: 991px) {
        body .col-three-grid .content-wrap .col-wrap {
          width: calc(50% - 24px);
          margin: 0 12px 21px; } }
      @media (max-width: 767px) {
        body .col-three-grid .content-wrap .col-wrap {
          margin: 0 auto 30px;
          width: 100%;
          margin-bottom: 20px;
          max-width: 767px; } }
      body .col-three-grid .content-wrap .col-wrap a {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2481b8));
        background: -webkit-linear-gradient(top, #5dbdf4 0%, #2481b8 100%);
        background: -o-linear-gradient(top, #5dbdf4 0%, #2481b8 100%);
        background: linear-gradient(to bottom, #5dbdf4 0%, #2481b8 100%);
        width: 100%;
        display: block;
        text-decoration: none;
        min-height: 400px;
        height: 100%;
        padding: 64px 20px 20px; }
        @media (max-width: 1149px) {
          body .col-three-grid .content-wrap .col-wrap a {
            padding: 40px 10px 20px;
            min-height: 340px; } }
        @media (max-width: 767px) {
          body .col-three-grid .content-wrap .col-wrap a {
            min-height: 300px; } }
        body .col-three-grid .content-wrap .col-wrap a .content {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center; }
          @media (max-width: 767px) {
            body .col-three-grid .content-wrap .col-wrap a .content {
              padding: 0; } }
          body .col-three-grid .content-wrap .col-wrap a .content h2, body .col-three-grid .content-wrap .col-wrap a .content .h2 {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            line-height: 1.2;
            margin-bottom: 0;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 24px;
            color: #ffffff;
            position: relative; }
            @media (max-width: 767px) {
              body .col-three-grid .content-wrap .col-wrap a .content h2, body .col-three-grid .content-wrap .col-wrap a .content .h2 {
                font-size: 20px; } }
          body .col-three-grid .content-wrap .col-wrap a .content .center-line {
            position: relative;
            max-width: 90px;
            overflow: hidden;
            width: 100%;
            margin: 30px auto 20px;
            height: 2px;
            background: #ffffff;
            display: block; }
            @media (max-width: 767px) {
              body .col-three-grid .content-wrap .col-wrap a .content .center-line {
                font-size: 20px;
                margin-bottom: 20px; } }
          body .col-three-grid .content-wrap .col-wrap a .content p {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            font-size: 22px;
            line-height: 1.5;
            font-weight: 100;
            color: #ffffff;
            margin-bottom: 25px;
            height: 132px;
            overflow: hidden; }
            @media (max-width: 767px) {
              body .col-three-grid .content-wrap .col-wrap a .content p {
                font-size: 20px;
                line-height: 1.2; } }
          body .col-three-grid .content-wrap .col-wrap a .content .grid-arrow {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 1; }
            body .col-three-grid .content-wrap .col-wrap a .content .grid-arrow span {
              top: 0;
              right: -8px; }
        body .col-three-grid .content-wrap .col-wrap a:hover {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: -webkit-gradient(linear, left top, left bottom, from(#4a97c3), to(#1c6792));
          background: -webkit-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
          background: -o-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
          background: linear-gradient(to bottom, #4a97c3 0%, #1c6792 100%); }
          body .col-three-grid .content-wrap .col-wrap a:hover .content {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body .col-three-grid .content-wrap .col-wrap a:hover .content h2, body .col-three-grid .content-wrap .col-wrap a:hover .content .h2 {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            body .col-three-grid .content-wrap .col-wrap a:hover .content p {
              margin-bottom: 20px; }
            body .col-three-grid .content-wrap .col-wrap a:hover .content .grid-arrow {
              opacity: 1;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              body .col-three-grid .content-wrap .col-wrap a:hover .content .grid-arrow span {
                right: -14px; }
  @media (min-width: 1150px) {
    body .col-three-grid.col-three-block {
      padding: 80px 0 70px; } }
  body .col-three-grid.col-three-block .title-wrap {
    max-width: 800px;
    margin: 0 auto 68px;
    text-align: center; }
    body .col-three-grid.col-three-block .title-wrap h2 {
      color: #253746;
      font-size: 30px;
      font-weight: 300; }
    @media (max-width: 767px) {
      body .col-three-grid.col-three-block .title-wrap {
        margin-bottom: 40px; }
        body .col-three-grid.col-three-block .title-wrap h2 {
          font-size: 26px; } }
  body .col-three-grid.col-three-block .content-wrap .col-wrap a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#67699b), to(#303169));
    background: -webkit-linear-gradient(top, #67699b 0%, #303169 100%);
    background: -o-linear-gradient(top, #67699b 0%, #303169 100%);
    background: linear-gradient(to bottom, #67699b 0%, #303169 100%);
    width: 100%;
    display: block;
    text-decoration: none;
    height: 100%;
    min-height: 300px;
    padding: 64px 20px 48px; }
    @media (max-width: 1149px) {
      body .col-three-grid.col-three-block .content-wrap .col-wrap a {
        padding: 40px 10px; } }
    body .col-three-grid.col-three-block .content-wrap .col-wrap a .content {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      text-align: center;
      position: relative; }
      @media (max-width: 767px) {
        body .col-three-grid.col-three-block .content-wrap .col-wrap a .content {
          padding: 0; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content h2 {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 24px;
        color: #ffffff;
        position: relative; }
        @media (max-width: 767px) {
          body .col-three-grid.col-three-block .content-wrap .col-wrap a .content h2 {
            font-size: 20px; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .center-line {
        position: relative;
        max-width: 90px;
        overflow: hidden;
        width: 100%;
        margin: 30px auto 20px;
        height: 2px;
        background: #ffffff;
        display: inline-block; }
        @media (max-width: 767px) {
          body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .center-line {
            font-size: 20px;
            margin-bottom: 20px; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content p {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 22px;
        line-height: 1.5;
        font-weight: 100;
        color: #ffffff;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          body .col-three-grid.col-three-block .content-wrap .col-wrap a .content p {
            font-size: 20px;
            line-height: 1.2; } }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .grid-arrow {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px; }
        body .col-three-grid.col-three-block .content-wrap .col-wrap a .content .grid-arrow span {
          top: 0;
          right: -8px; }
    body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: -webkit-gradient(linear, left top, left bottom, from(#3f3f69), to(#2d2c61));
      background: -webkit-linear-gradient(top, #3f3f69 0%, #2d2c61 100%);
      background: -o-linear-gradient(top, #3f3f69 0%, #2d2c61 100%);
      background: linear-gradient(to bottom, #3f3f69 0%, #2d2c61 100%); }
      body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content h2 {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content .grid-arrow {
          opacity: 1;
          bottom: -45px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          body .col-three-grid.col-three-block .content-wrap .col-wrap a:hover .content .grid-arrow span {
            right: -14px; }
  body .two-col-row .wrapper {
    cursor: pointer; }
    body .two-col-row .wrapper .full-row {
      display: block;
      overflow: hidden;
      padding: 0px 0px 4px; }
      body .two-col-row .wrapper .full-row.img-right .col-wrap.content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      body .two-col-row .wrapper .full-row.img-right .col-wrap.img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      body .two-col-row .wrapper .full-row .col-wrap {
        width: 50%;
        min-height: 368px;
        padding: 0px 4px 0px 0px;
        cursor: default; }
        @media (max-width: 767px) {
          body .two-col-row .wrapper .full-row .col-wrap {
            width: 100%;
            min-height: 100%;
            padding-bottom: 4px; } }
        body .two-col-row .wrapper .full-row .col-wrap a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 5;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          cursor: pointer; }
        body .two-col-row .wrapper .full-row .col-wrap .bg-img {
          width: 100%;
          height: 100%;
          position: relative; }
          body .two-col-row .wrapper .full-row .col-wrap .bg-img:before {
            position: absolute;
            content: "";
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: #000000;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }
          body .two-col-row .wrapper .full-row .col-wrap .bg-img img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .two-col-row .wrapper .full-row .col-wrap .content {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          body .two-col-row .wrapper .full-row .col-wrap .content .h4 {
            color: #ffffff;
            font-size: 24px;
            font-weight: 300;
            margin-top: 7px; }
            @media (max-width: 767px) {
              body .two-col-row .wrapper .full-row .col-wrap .content .h4 {
                font-size: 22px; } }
          body .two-col-row .wrapper .full-row .col-wrap .content .white-arrow {
            -webkit-transform: translateY(10px);
                 -o-transform: translateY(10px);
                    transform: translateY(10px);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            text-transform: unset;
            padding-left: 20px;
            color: #ffffff;
            opacity: 0; }
        body .two-col-row .wrapper .full-row .col-wrap:hover .bg-img:before {
          opacity: 0.6; }
        body .two-col-row .wrapper .full-row .col-wrap:hover .content .white-arrow {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateY(0);
               -o-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1; }
          body .two-col-row .wrapper .full-row .col-wrap:hover .content .white-arrow span {
            top: 0;
            right: -30px; }
        body .two-col-row .wrapper .full-row .col-wrap .color-blue {
          background: -webkit-gradient(linear, left top, left bottom, from(#3387b5), to(#1b5da3));
          background: -webkit-linear-gradient(top, #3387b5 0%, #1b5da3 100%);
          background: -o-linear-gradient(top, #3387b5 0%, #1b5da3 100%);
          background: linear-gradient(to bottom, #3387b5 0%, #1b5da3 100%);
          width: 100%;
          height: 100%; }
          body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple {
            background: -webkit-gradient(linear, left top, left bottom, from(#68689b), to(#302f68));
            background: -webkit-linear-gradient(top, #68689b 0%, #302f68 100%);
            background: -o-linear-gradient(top, #68689b 0%, #302f68 100%);
            background: linear-gradient(to bottom, #68689b 0%, #302f68 100%); }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
              padding: 28px 16px 0 180px; }
              @media (max-width: 1149px) {
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content {
                  padding: 20px 30px; } }
              @media (max-width: 767px) {
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:nth-of-type(2) {
                  width: 100%;
                  height: 100%;
                  border-top: 3px solid #31667c;
                  display: block;
                  text-decoration: none;
                  cursor: pointer;
                  border-color: #52557e; } }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:before {
                background: #2e3068; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content .center-line {
                background: #7f80ba; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content .white-arrow {
                padding-bottom: 5px;
                font-weight: 300;
                line-height: 1.23; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content .white-arrow span {
                  top: 4px; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content p {
                color: #ffffff;
                margin-bottom: 34px; }
                @media (max-width: 767px) {
                  body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content p {
                    margin-bottom: 6px; } }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover:before {
                  -webkit-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  transition: all 0.5s ease;
                  opacity: 1;
                  z-index: 1; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover .date {
                  z-index: 2; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover .center-line {
                  z-index: 2; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover .white-arrow {
                  z-index: 2; }
                  body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover .white-arrow span {
                    z-index: 2;
                    right: -16px; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue.color-purple .info-block-content:hover p {
                  z-index: 2;
                  position: relative; }
          body .two-col-row .wrapper .full-row .col-wrap .color-blue a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10; }
          body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding: 28px 200px 0 30px;
            min-height: 184px;
            position: relative;
            width: 100%;
            display: inline-block; }
            @media (max-width: 1149px) {
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content {
                padding: 20px 30px; } }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:before {
              content: "";
              z-index: -1;
              left: 0px;
              top: 0px;
              bottom: 0px;
              right: 0px;
              position: absolute;
              opacity: 0;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s;
              background: -webkit-gradient(linear, left top, left bottom, from(#3e8ea2), to(#2a6d92));
              background: -webkit-linear-gradient(#3e8ea2 0%, #2a6d92 100%);
              background: -o-linear-gradient(#3e8ea2 0%, #2a6d92 100%);
              background: linear-gradient(#3e8ea2 0%, #2a6d92 100%); }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content .date {
              color: #ffffff;
              display: block;
              font-size: 22px;
              font-weight: 100;
              position: relative; }
              @media (max-width: 767px) {
                body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content .date {
                  font-size: 20px; } }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content .center-line {
              position: relative;
              width: 100%;
              margin: 5px 0 20px;
              width: 108px;
              left: 0;
              height: 1px;
              background: #7ecbdf;
              opacity: .8;
              display: block; }
              @media (max-width: 767px) {
                body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content .center-line {
                  font-size: 20px;
                  margin-bottom: 20px; } }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content .white-arrow {
              font-weight: 300;
              line-height: 1.23; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content .white-arrow span {
                top: 0; }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content p {
              color: #ffffff; }
            body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover:before {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                opacity: 1;
                z-index: 1; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover .date {
                z-index: 2; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover .center-line {
                z-index: 2; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover .white-arrow {
                z-index: 2; }
                body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover .white-arrow span {
                  z-index: 2;
                  right: -16px; }
              body .two-col-row .wrapper .full-row .col-wrap .color-blue .info-block-content:hover p {
                z-index: 2;
                position: relative; }
  body .user-login .intro-section .content-outer {
    margin: 0 auto;
    max-width: 800px; }
    body .user-login .intro-section .content-outer #block-thalesesecurity-local-tasks {
      display: inline-block;
      width: 100%; }
      body .user-login .intro-section .content-outer #block-thalesesecurity-local-tasks ul {
        position: unset;
        margin: 0;
        padding: 0; }
        body .user-login .intro-section .content-outer #block-thalesesecurity-local-tasks ul li {
          display: block;
          float: left; }
          body .user-login .intro-section .content-outer #block-thalesesecurity-local-tasks ul li a {
            background: #253746;
            color: #ffffff;
            display: inline-block;
            color: #ffffff;
            margin-right: 10px;
            padding: 10px 15px;
            border: 2px solid transparent; }
            body .user-login .intro-section .content-outer #block-thalesesecurity-local-tasks ul li a:hover {
              background: #ffffff;
              border: 2px solid #253746;
              color: #253746; }
    body .user-login .intro-section .content-outer ul {
      list-style: none; }
      body .user-login .intro-section .content-outer ul li a {
        color: #253746;
        font-size: 18px;
        font-weight: 100;
        text-decoration: none;
        position: relative; }
        body .user-login .intro-section .content-outer ul li a:after {
          background: none repeat scroll 0 0 transparent;
          bottom: 0;
          content: "";
          display: block;
          height: 1px;
          left: 50%;
          position: absolute;
          background: #253746;
          -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
          -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
          transition: width 0.3s ease 0s, left 0.3s ease 0s;
          width: 0; }
        body .user-login .intro-section .content-outer ul li a:hover:after {
          width: 100%;
          left: 0; }
    body .user-login .intro-section .content-outer form {
      padding: 10px 0 0;
      max-width: 800px;
      margin: 0 auto; }
      body .user-login .intro-section .content-outer form label {
        color: #253746;
        font-size: 26px;
        padding: 16px 0 0; }
      body .user-login .intro-section .content-outer form input {
        font-size: 16px;
        background-color: #f3f4f4;
        outline: none;
        width: 100%;
        font-weight: 100;
        padding: 10px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        -webkit-appearance: none;
        border: 1px solid #777777; }
      body .user-login .intro-section .content-outer form input:focus {
        background-color: #f3f4f4; }
      body .user-login .intro-section .content-outer form input[type=submit] {
        margin-top: 28px;
        font-size: 18px;
        width: 120px;
        font-weight: 300;
        background-color: #253746;
        padding: 6px 20px;
        color: #ffffff;
        border: 2px solid transparent;
        cursor: pointer; }
        body .user-login .intro-section .content-outer form input[type=submit]:hover {
          background: #ffffff;
          border: 2px solid #253746;
          color: #253746; }
  @media (min-width: 1150px) {
    body .card-three-logo-slider {
      padding: 110px 0 84px; } }
  body .card-three-logo-slider .slider-wrap .slider {
    position: relative;
    width: 100%; }
    body .card-three-logo-slider .slider-wrap .slider .item .full-row {
      margin: 0 -10px;
      float: left;
      width: 100%; }
      @media (max-width: 1149px) {
        body .card-three-logo-slider .slider-wrap .slider .item .full-row {
          width: 100%;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap {
        padding: 0 10px; }
        @media (max-width: 767px) {
          body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap {
            margin: 0 auto 30px;
            width: 100%;
            padding: 5px;
            max-width: 767px; } }
        body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper {
          border: 2px solid;
          border-color: #e6eff4 #e6eff4 #5dbdf4 #e6eff4;
          border-radius: 3px;
          padding: 36px 30px 10px;
          min-height: 360px; }
          @media (max-width: 1149px) {
            body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper {
              padding: 30px 37px 10px;
              min-height: 400px; } }
          @media (max-width: 991px) {
            body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper {
              min-height: 340px; } }
          @media (max-width: 595px) {
            body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper {
              padding: 36px 30px 10px;
              min-height: 360px; } }
          body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .img-icon {
            position: relative;
            margin: 0 auto 12px;
            height: 120px; }
            body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .img-icon img {
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                   -o-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .content {
            text-align: center; }
            @media (max-width: 1149px) {
              body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .content {
                padding: 0 10px; } }
            @media (max-width: 767px) {
              body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .content {
                padding: 0; } }
            body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .content p {
              margin: 0 0 6px;
              line-height: 1.2;
              font-size: 22px;
              font-weight: 300;
              color: #253746; }
              @media (max-width: 767px) {
                body .card-three-logo-slider .slider-wrap .slider .item .full-row .col-wrap .wrapper .content p {
                  font-size: 20px; } }
  body .card-three-logo-slider .slider-wrap .slick-dots {
    text-align: center;
    list-style-type: none;
    padding-top: 30px;
    cursor: pointer; }
    @media (max-width: 595px) {
      body .card-three-logo-slider .slider-wrap .slick-dots {
        padding-top: 20px; } }
    body .card-three-logo-slider .slider-wrap .slick-dots li {
      list-style-type: none;
      display: inline-block;
      height: 16px;
      width: 16px;
      background-color: #f3f4f4;
      border-radius: 50%;
      margin: 0 4px; }
      body .card-three-logo-slider .slider-wrap .slick-dots li button {
        font-size: 0; }
      body .card-three-logo-slider .slider-wrap .slick-dots li.slick-active {
        background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
        background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
        background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
        background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
  body .tab-with-text .column-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    font-size: 0; }
    body .tab-with-text .column-wrapper .item-list {
      width: 100%;
      margin-bottom: 20px; }
      body .tab-with-text .column-wrapper .item-list.change {
        margin-bottom: 10px; }
      body .tab-with-text .column-wrapper .item-list h3 {
        position: relative;
        padding-left: 26px;
        font-size: 18px;
        line-height: 1.21;
        color: #253746;
        display: inline;
        cursor: pointer;
        letter-spacing: 0.66px;
        font-weight: 400; }
        @media (max-width: 767px) {
          body .tab-with-text .column-wrapper .item-list h3 {
            font-size: 16px;
            padding-left: 16px; } }
        body .tab-with-text .column-wrapper .item-list h3:before {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          left: 0;
          top: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 6px solid #253746;
          margin: 2px 0 0;
          -webkit-transform: translate(0, 50%);
               -o-transform: translate(0, 50%);
                  transform: translate(0, 50%);
          -webkit-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s; }
        body .tab-with-text .column-wrapper .item-list h3:hover {
          text-decoration: underline; }
        body .tab-with-text .column-wrapper .item-list h3.active {
          margin: 0 0 16px; }
          body .tab-with-text .column-wrapper .item-list h3.active:before {
            top: 0;
            border-bottom: none;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 6px solid #253746;
            margin: 6px 0 0; }
      body .tab-with-text .column-wrapper .item-list ul {
        list-style: none;
        padding-top: 12px;
        display: none; }
        body .tab-with-text .column-wrapper .item-list ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          list-style: none;
          position: relative; }
          body .tab-with-text .column-wrapper .item-list ul li .tab-link {
            display: block;
            list-style: none;
            padding: 6px 5px 5px 13px;
            position: relative;
            color: #253746;
            font-size: 16px;
            cursor: pointer;
            font-family: "canada-type-gibson", sans-serif !important;
            font-weight: 100;
            max-width: 404px;
            width: 100%; }
            @media (max-width: 767px) {
              body .tab-with-text .column-wrapper .item-list ul li .tab-link {
                font-size: 14px; } }
            body .tab-with-text .column-wrapper .item-list ul li .tab-link:before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 4px;
              background: #323678;
              opacity: 0; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-link:before {
                  display: none; } }
            body .tab-with-text .column-wrapper .item-list ul li .tab-link:hover {
              background: #dfdfeb; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-link:hover {
                  background: transparent;
                  text-decoration: underline; } }
              body .tab-with-text .column-wrapper .item-list ul li .tab-link:hover:before {
                opacity: 1; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-link.current {
              background: #dfdfeb; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-link.current {
                  background: transparent; } }
              body .tab-with-text .column-wrapper .item-list ul li .tab-link.current:before {
                opacity: 1; }
          body .tab-with-text .column-wrapper .item-list ul li .tab-content {
            width: 68%;
            display: none; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content.current {
              display: block; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content p + ul {
              margin: -25px 0 33px; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content h4 {
              position: relative;
              line-height: 1.33;
              color: #253746;
              font-size: 30px;
              font-weight: 300;
              margin-bottom: 14px; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-content h4 {
                  font-size: 20px;
                  margin-bottom: 10px; } }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content p {
              font-weight: 100;
              color: #253746;
              margin-bottom: 32px;
              line-height: 1.67; }
              @media (max-width: 991px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-content p {
                  font-size: 18px; } }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-content p {
                  line-height: 1.33; } }
              body .tab-with-text .column-wrapper .item-list ul li .tab-content p a {
                font-size: 22px;
                word-wrap: break-word;
                color: #008fe1;
                text-decoration: none;
                font-family: "canada-type-gibson", sans-serif !important;
                font-weight: 300; }
                @media (max-width: 767px) {
                  body .tab-with-text .column-wrapper .item-list ul li .tab-content p a {
                    font-size: 18px; } }
                body .tab-with-text .column-wrapper .item-list ul li .tab-content p a:hover {
                  text-decoration: underline; }
              body .tab-with-text .column-wrapper .item-list ul li .tab-content p.foot-note sup {
                left: 0.3em; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content ul {
              margin: 0 0 33px;
              list-style-type: disc;
              padding-left: 24px;
              display: block !important; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-content ul {
                  margin-left: 8px; } }
              body .tab-with-text .column-wrapper .item-list ul li .tab-content ul li {
                font-size: 22px;
                margin: 0 0 6px;
                font-weight: 100;
                color: #253746; }
                @media (max-width: 767px) {
                  body .tab-with-text .column-wrapper .item-list ul li .tab-content ul li {
                    font-size: 18px; } }
                body .tab-with-text .column-wrapper .item-list ul li .tab-content ul li a {
                  font-size: 22px;
                  word-wrap: break-word;
                  color: #008fe1;
                  text-decoration: none;
                  font-family: "canada-type-gibson", sans-serif !important;
                  font-weight: 300; }
                  @media (max-width: 767px) {
                    body .tab-with-text .column-wrapper .item-list ul li .tab-content ul li a {
                      font-size: 18px; } }
                  body .tab-with-text .column-wrapper .item-list ul li .tab-content ul li a:hover {
                    text-decoration: underline; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content ol {
              list-style-type: decimal;
              margin: 0 0 33px;
              padding-left: 24px; }
              body .tab-with-text .column-wrapper .item-list ul li .tab-content ol li {
                font-size: 22px;
                margin: 0 0 6px;
                font-weight: 100;
                color: #253746; }
                @media (max-width: 767px) {
                  body .tab-with-text .column-wrapper .item-list ul li .tab-content ol li {
                    font-size: 18px; } }
                body .tab-with-text .column-wrapper .item-list ul li .tab-content ol li a {
                  font-size: 22px;
                  word-wrap: break-word;
                  color: #008fe1;
                  text-decoration: none;
                  font-family: "canada-type-gibson", sans-serif !important;
                  font-weight: 300; }
                  @media (max-width: 767px) {
                    body .tab-with-text .column-wrapper .item-list ul li .tab-content ol li a {
                      font-size: 18px; } }
                  body .tab-with-text .column-wrapper .item-list ul li .tab-content ol li a:hover {
                    text-decoration: underline; }
            body .tab-with-text .column-wrapper .item-list ul li .tab-content .indent {
              padding-left: 50px; }
              @media (max-width: 1149px) {
                body .tab-with-text .column-wrapper .item-list ul li .tab-content .indent {
                  padding-left: 25px; } }
    body .tab-with-text .column-wrapper .col-two.menu-item {
      width: 32%;
      padding-top: 15px; }
      @media (max-width: 767px) {
        body .tab-with-text .column-wrapper .col-two.menu-item {
          width: 100%;
          padding-top: 0; } }
      body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 0 28px; }
        @media (max-width: 991px) {
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item {
            margin: 0 0 20px; } }
        @media (max-width: 767px) {
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item {
            background: #dadbdb;
            margin: 0 0 5px;
            padding: 8px 32px 8px; } }
        body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item.active {
          margin: 0 0 16px; }
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item.active > h3 {
            color: #253746;
            margin-bottom: 12px; }
            body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item.active > h3:before {
              top: 0;
              border-bottom: none;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 6px solid #253746;
              margin: 6px 0 0; }
        body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item > h3 {
          position: relative;
          padding-left: 26px;
          font-size: 18px;
          line-height: 1.21;
          color: #253746;
          display: inline-block;
          cursor: pointer;
          letter-spacing: 0.66px;
          font-weight: 400;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item > h3 {
              font-size: 16px;
              padding-left: 16px; } }
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item > h3:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            left: 0;
            top: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 6px solid #253746;
            margin: 2px 0 0;
            -webkit-transform: translate(0, 50%);
                 -o-transform: translate(0, 50%);
                    transform: translate(0, 50%);
            -webkit-transition: all ease 0.2s;
            -o-transition: all ease 0.2s;
            transition: all ease 0.2s; }
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item > h3:hover {
            text-decoration: underline; }
        body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description {
          display: none;
          width: 100%;
          border-bottom: 1px solid #e5e5e5;
          list-style: none;
          padding-left: 0; }
          @media (max-width: 767px) {
            body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description {
              border: 0; } }
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li {
            margin: 0; }
          body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a {
            display: block;
            width: 100%;
            list-style: none;
            padding: 6px 5px 5px 13px;
            position: relative;
            color: #253746;
            font-size: 16px;
            cursor: pointer;
            font-family: "canada-type-gibson", sans-serif !important;
            font-weight: 100;
            margin: 0; }
            @media (max-width: 767px) {
              body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a {
                font-size: 14px; } }
            body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a:before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 4px;
              background: #323678;
              opacity: 0; }
            body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a:hover {
              background: #dfdfeb;
              text-transform: none;
              text-decoration: none; }
              body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a:hover:before {
                opacity: 1; }
            body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a.current {
              background: #dfdfeb; }
              body .tab-with-text .column-wrapper .col-two.menu-item .accordion-item .description li a.current:before {
                opacity: 1; }
    body .tab-with-text .column-wrapper .col-two.content-box {
      width: 68%; }
      @media (max-width: 767px) {
        body .tab-with-text .column-wrapper .col-two.content-box {
          width: 100%; } }
      body .tab-with-text .column-wrapper .col-two.content-box .cover-text {
        padding-left: 25px; }
        @media (max-width: 767px) {
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text {
            padding-left: 0;
            margin-top: 33px; } }
        body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content {
          width: 100%; }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content.current {
            display: inherit; }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p + ul {
            margin: -25px 0 33px; }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content h3 {
            position: relative;
            line-height: 1.33;
            color: #253746;
            font-size: 30px;
            font-weight: 300;
            margin-bottom: 14px; }
            @media (max-width: 767px) {
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content h3 {
                font-size: 20px;
                margin-bottom: 10px; } }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p {
            font-weight: 100;
            color: #253746;
            margin-bottom: 32px;
            line-height: 1.67; }
            @media (max-width: 991px) {
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p {
                line-height: 1.33; } }
            body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p a {
              font-size: 22px;
              word-wrap: break-word;
              color: #008fe1;
              text-decoration: none;
              font-family: "canada-type-gibson", sans-serif !important;
              font-weight: 300; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p a {
                  font-size: 18px; } }
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p a:hover {
                text-decoration: underline; }
            body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content p.foot-note sup {
              left: 0.3em; }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul {
            margin: 0 0 33px;
            list-style-type: disc;
            padding-left: 24px; }
            @media (max-width: 767px) {
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul {
                margin-left: 8px; } }
            body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul li {
              font-size: 22px;
              margin: 0 0 6px;
              font-weight: 100;
              color: #253746; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul li {
                  font-size: 18px; } }
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul li a {
                font-size: 22px;
                word-wrap: break-word;
                color: #008fe1;
                text-decoration: none;
                font-family: "canada-type-gibson", sans-serif !important;
                font-weight: 300; }
                @media (max-width: 767px) {
                  body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul li a {
                    font-size: 18px; } }
                body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ul li a:hover {
                  text-decoration: underline; }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ol {
            list-style-type: decimal;
            margin: 0 0 33px;
            padding-left: 24px; }
            body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ol li {
              font-size: 22px;
              margin: 0 0 6px;
              font-weight: 100;
              color: #253746; }
              @media (max-width: 767px) {
                body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ol li {
                  font-size: 18px; } }
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ol li a {
                font-size: 22px;
                word-wrap: break-word;
                color: #008fe1;
                text-decoration: none;
                font-family: "canada-type-gibson", sans-serif !important;
                font-weight: 300; }
                @media (max-width: 767px) {
                  body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ol li a {
                    font-size: 18px; } }
                body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content ol li a:hover {
                  text-decoration: underline; }
          body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content .indent {
            padding-left: 50px; }
            @media (max-width: 1149px) {
              body .tab-with-text .column-wrapper .col-two.content-box .cover-text .tab-content .indent {
                padding-left: 25px; } }
  body.node-732 .tab-with-text .col-two.content-box .views-element-container {
    display: none; }
  body.node-732 .tab-with-text .col-two.content-box h2 {
    margin-bottom: 30px; }
  body.node-732 .overview {
    display: none; }
  body .customers-grid {
    border-top: 2px solid #afc9e5;
    background: #e6eff4;
    overflow: visible; }
    @media (min-width: 1150px) {
      body .customers-grid {
        padding: 111px 0 36px; } }
    body .customers-grid .wrapper .title-wrap {
      max-width: 800px;
      margin: 0 auto 30px;
      text-align: center; }
      body .customers-grid .wrapper .title-wrap h2 {
        color: #253746;
        font-size: 24px;
        font-weight: 300; }
      @media (max-width: 767px) {
        body .customers-grid .wrapper .title-wrap {
          margin-bottom: 40px; }
          body .customers-grid .wrapper .title-wrap h2 {
            font-size: 22px; } }
    body .customers-grid .wrapper .stories-box {
      margin: 0 auto 58px;
      max-width: 380px;
      text-align: center;
      position: relative; }
      @media (max-width: 480px) {
        body .customers-grid .wrapper .stories-box {
          max-width: 300px; } }
      body .customers-grid .wrapper .stories-box.show span:after {
        -webkit-transform: rotate(-136deg);
             -o-transform: rotate(-136deg);
                transform: rotate(-136deg);
        top: 58%; }
      body .customers-grid .wrapper .stories-box.show .success-stories {
        opacity: 1;
        border: 1px solid #dbdbdb;
        visibility: visible; }
      body .customers-grid .wrapper .stories-box span {
        position: relative;
        max-width: 380px;
        background: white;
        padding: 14px 20px;
        display: block;
        color: #253746;
        font-size: 15px;
        font-weight: 300;
        margin: 0 auto;
        text-align: left;
        border: 1px solid #dbdbdb; }
        body .customers-grid .wrapper .stories-box span:before {
          content: '';
          position: absolute;
          text-align: center;
          background: #d3d3d3;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          top: 50%;
          right: 10px;
          margin: -10px 0 0; }
        body .customers-grid .wrapper .stories-box span:after {
          content: '';
          position: absolute;
          top: 50%;
          margin: -6px 0 0 -4px;
          right: 16px;
          width: 8px;
          height: 8px;
          border: solid #34404c;
          border-width: 0 1px 1px 0;
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
        @media (max-width: 480px) {
          body .customers-grid .wrapper .stories-box span {
            max-width: 300px; } }
      body .customers-grid .wrapper .stories-box .success-stories {
        border: 1px solid #dbdbdb;
        list-style: none;
        text-align: left;
        background: white;
        position: absolute;
        z-index: 1;
        width: 100%;
        opacity: 0;
        max-height: 414px;
        overflow: auto;
        visibility: hidden;
        padding-left: 0; }
        body .customers-grid .wrapper .stories-box .success-stories li {
          font-size: 18px;
          font-weight: 100;
          color: #656565;
          padding: 7px 20px;
          margin: 0; }
          body .customers-grid .wrapper .stories-box .success-stories li:hover {
            background: #e6e6e6;
            color: #253746; }
    body .customers-grid .wrapper .content-wrap {
      display: inline-block;
      width: 100%; }
      @media (max-width: 480px) {
        body .customers-grid .wrapper .content-wrap {
          margin: 0 -4px; } }
      body .customers-grid .wrapper .content-wrap > div > div > div {
        width: 20%;
        padding: 20px 25px;
        margin: 0 0 12px;
        position: relative;
        z-index: 0;
        float: left;
        display: table;
        min-height: 190px; }
        body .customers-grid .wrapper .content-wrap > div > div > div:before {
          content: '';
          background: #ffffff;
          left: 5px;
          right: 5px;
          top: 0;
          bottom: 0;
          position: absolute;
          z-index: -1;
          border-bottom: 2px solid #5dbdf4; }
        @media (max-width: 991px) {
          body .customers-grid .wrapper .content-wrap > div > div > div {
            width: 33.333%; } }
        @media (max-width: 767px) {
          body .customers-grid .wrapper .content-wrap > div > div > div {
            width: 50%; } }
        @media (max-width: 480px) {
          body .customers-grid .wrapper .content-wrap > div > div > div {
            width: 100%; } }
      body .customers-grid .wrapper .content-wrap .col-wrap {
        width: 20%;
        padding: 20px 25px;
        margin: 0 0 12px;
        position: relative;
        z-index: 0;
        display: table;
        min-height: 190px; }
        body .customers-grid .wrapper .content-wrap .col-wrap:before {
          content: '';
          background: #ffffff;
          left: 5px;
          right: 5px;
          top: 0;
          bottom: 0;
          position: absolute;
          z-index: -1;
          border-bottom: 2px solid #5dbdf4; }
        @media (max-width: 991px) {
          body .customers-grid .wrapper .content-wrap .col-wrap {
            width: 33.333%; } }
        @media (max-width: 767px) {
          body .customers-grid .wrapper .content-wrap .col-wrap {
            width: 50%; } }
        @media (max-width: 480px) {
          body .customers-grid .wrapper .content-wrap .col-wrap {
            width: 100%; } }
        body .customers-grid .wrapper .content-wrap .col-wrap a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        body .customers-grid .wrapper .content-wrap .col-wrap .icon-wrap {
          height: auto;
          width: 100%;
          display: table-cell;
          vertical-align: middle; }
          body .customers-grid .wrapper .content-wrap .col-wrap .icon-wrap img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: auto; }
        body .customers-grid .wrapper .content-wrap .col-wrap:hover {
          -webkit-transform: scale(1.05, 1.05);
               -o-transform: scale(1.05, 1.05);
                  transform: scale(1.05, 1.05); }
    body .customers-grid .wrapper .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px; }
      @media (max-width: 767px) {
        body .customers-grid .wrapper .pagination {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 30px; } }
      body .customers-grid .wrapper .pagination ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none; }
        @media (max-width: 767px) {
          body .customers-grid .wrapper .pagination ul {
            margin: 0 10px; } }
        body .customers-grid .wrapper .pagination ul li {
          margin: 0 35px 0 0;
          color: #4EB2CA; }
          @media (max-width: 767px) {
            body .customers-grid .wrapper .pagination ul li {
              margin: 0 10px 0 0; } }
          body .customers-grid .wrapper .pagination ul li:nth-last-child(1) {
            margin-right: 0; }
          body .customers-grid .wrapper .pagination ul li a {
            color: #4EB2CA;
            font-size: 18px;
            font-weight: 300; }
            body .customers-grid .wrapper .pagination ul li a:hover {
              text-decoration: none; }
            body .customers-grid .wrapper .pagination ul li a.active {
              color: #000000; }
    body .customers-grid .pager {
      width: 100%; }
    body .customers-grid .views-exposed-form {
      display: none; }
    body .customers-grid.style-guide .wrapper .content-wrap .col-wrap {
      width: 20%;
      padding: 20px 25px;
      margin: 0 0 12px;
      position: relative;
      z-index: 0;
      display: table;
      min-height: 190px; }
      body .customers-grid.style-guide .wrapper .content-wrap .col-wrap:before {
        content: '';
        background: #ffffff;
        left: 5px;
        right: 5px;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
        border-bottom: 2px solid #5dbdf4; }
      @media (max-width: 991px) {
        body .customers-grid.style-guide .wrapper .content-wrap .col-wrap {
          width: 33.333%; } }
      @media (max-width: 767px) {
        body .customers-grid.style-guide .wrapper .content-wrap .col-wrap {
          width: 50%; } }
      @media (max-width: 480px) {
        body .customers-grid.style-guide .wrapper .content-wrap .col-wrap {
          width: 100%; } }
      body .customers-grid.style-guide .wrapper .content-wrap .col-wrap a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      body .customers-grid.style-guide .wrapper .content-wrap .col-wrap .icon-wrap {
        height: auto;
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
        body .customers-grid.style-guide .wrapper .content-wrap .col-wrap .icon-wrap img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: auto; }
      body .customers-grid.style-guide .wrapper .content-wrap .col-wrap:hover {
        -webkit-transform: scale(1.05, 1.05);
             -o-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05); }
    body .customers-grid.style-guide .pager {
      width: 100%; }
    body .customers-grid.style-guide .views-exposed-form {
      display: none; }
    body .customers-grid.sta .wrapper .sta-box {
      margin: 0 auto 58px;
      max-width: 380px;
      text-align: center;
      position: relative; }
      @media (max-width: 480px) {
        body .customers-grid.sta .wrapper .sta-box {
          max-width: 300px; } }
      body .customers-grid.sta .wrapper .sta-box.show span:after {
        -webkit-transform: rotate(-136deg);
             -o-transform: rotate(-136deg);
                transform: rotate(-136deg);
        top: 58%; }
      body .customers-grid.sta .wrapper .sta-box.show .success-stories {
        opacity: 1;
        border: 1px solid #dbdbdb;
        visibility: visible; }
      body .customers-grid.sta .wrapper .sta-box span {
        position: relative;
        max-width: 380px;
        background: white;
        padding: 14px 20px;
        display: block;
        color: #253746;
        font-size: 15px;
        font-weight: 300;
        margin: 0 auto;
        text-align: left;
        border: 1px solid #dbdbdb; }
        body .customers-grid.sta .wrapper .sta-box span:before {
          content: '';
          position: absolute;
          text-align: center;
          background: #d3d3d3;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          top: 50%;
          right: 10px;
          margin: -10px 0 0; }
        body .customers-grid.sta .wrapper .sta-box span:after {
          content: '';
          position: absolute;
          top: 50%;
          margin: -6px 0 0 -4px;
          right: 16px;
          width: 8px;
          height: 8px;
          border: solid #34404c;
          border-width: 0 1px 1px 0;
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
        @media (max-width: 480px) {
          body .customers-grid.sta .wrapper .sta-box span {
            max-width: 300px; } }
      body .customers-grid.sta .wrapper .sta-box .success-stories {
        border: 1px solid #dbdbdb;
        list-style: none;
        text-align: left;
        background: white;
        position: absolute;
        z-index: 1;
        width: 100%;
        opacity: 0;
        max-height: 414px;
        overflow: auto;
        visibility: hidden;
        padding-left: 0; }
        body .customers-grid.sta .wrapper .sta-box .success-stories li {
          font-size: 18px;
          font-weight: 100;
          color: #656565;
          padding: 7px 20px;
          margin: 0; }
          body .customers-grid.sta .wrapper .sta-box .success-stories li:hover {
            background: #e6e6e6;
            color: #253746; }
    body .customers-grid.sta .content-wrap .col-wrap .icon-wrap {
      text-align: center; }
      body .customers-grid.sta .content-wrap .col-wrap .icon-wrap img {
        width: auto;
        margin: 0px auto; }
    body .customers-grid.sta .sta-box {
      display: inline-block;
      width: 24%; }
      @media (max-width: 767px) {
        body .customers-grid.sta .sta-box {
          width: 100%;
          display: block;
          margin-bottom: 20px !important; } }
    body .customers-grid.sta .col-search {
      display: inline-block;
      width: 50%;
      padding-left: 5px; }
      @media (max-width: 767px) {
        body .customers-grid.sta .col-search {
          width: 100%;
          display: block; } }
    body .customers-grid.sta .filter-wrapper {
      background-color: #e6eff4;
      width: 100%;
      text-align: center; }
      @media (max-width: 991px) {
        body .customers-grid.sta .filter-wrapper {
          padding: 15px 30px;
          max-width: 100%;
          width: 100%;
          margin-bottom: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .customers-grid.sta .filter-wrapper {
          font-size: 0;
          padding: 0; } }
      @media (max-width: 767px) {
        body .customers-grid.sta .filter-wrapper {
          display: block; } }
      @media (max-width: 480px) {
        body .customers-grid.sta .filter-wrapper {
          padding: 10px; } }
      body .customers-grid.sta .filter-wrapper .input-box {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%; }
        @media (max-width: 1149px) {
          body .customers-grid.sta .filter-wrapper .input-box {
            padding-left: 0; } }
        @media (max-width: 991px) {
          body .customers-grid.sta .filter-wrapper .input-box {
            width: 100%;
            max-width: 100%;
            margin-left: 0; } }
        @media (max-width: 767px) {
          body .customers-grid.sta .filter-wrapper .input-box {
            padding-left: 0;
            width: 100%;
            margin: 0 auto; } }
        @media (max-width: 480px) {
          body .customers-grid.sta .filter-wrapper .input-box {
            max-width: 100%; } }
        body .customers-grid.sta .filter-wrapper .input-box input {
          margin-right: 5px;
          font-size: 15px;
          padding: 0 12px;
          color: #253746;
          border: 2px solid #dbdbdb;
          height: 52px;
          font-family: "canada-type-gibson", sans-serif !important;
          background-color: #ffffff;
          font-weight: 400;
          letter-spacing: 1.4px;
          outline: none;
          max-width: 100%;
          width: calc(100%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border-radius: 0; }
          @media (max-width: 480px) {
            body .customers-grid.sta .filter-wrapper .input-box input {
              max-width: 260px;
              margin-right: 3px; } }
        body .customers-grid.sta .filter-wrapper .input-box input::-webkit-input-placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .customers-grid.sta .filter-wrapper .input-box input:-ms-input-placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .customers-grid.sta .filter-wrapper .input-box input::-ms-input-placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .customers-grid.sta .filter-wrapper .input-box input::placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .customers-grid.sta .filter-wrapper .input-box button {
          border: none;
          outline: none;
          display: inline-block;
          vertical-align: middle;
          background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
          width: 100%;
          text-decoration: none;
          position: relative;
          z-index: 0;
          text-align: center;
          margin: 0;
          border-radius: 0;
          height: 52px;
          padding: 0px 0;
          max-width: 107px;
          border: 0;
          cursor: pointer;
          color: #ffffff;
          font-size: 18px;
          line-height: 1.38;
          letter-spacing: normal;
          font-family: "canada-type-gibson", sans-serif !important;
          overflow: hidden; }
          @media (max-width: 480px) {
            body .customers-grid.sta .filter-wrapper .input-box button {
              max-width: 75px; } }
          body .customers-grid.sta .filter-wrapper .input-box button span {
            font-family: "canada-type-gibson", sans-serif !important;
            position: relative;
            font-size: 16px;
            font-weight: 300; }
  body .video-quote-slider {
    background: -webkit-gradient(linear, left top, left bottom, from(#276296), to(#448ccb));
    background: -webkit-linear-gradient(top, #276296 0%, #448ccb 100%);
    background: -o-linear-gradient(top, #276296 0%, #448ccb 100%);
    background: linear-gradient(to bottom, #276296 0%, #448ccb 100%); }
    body .video-quote-slider .column-wrapper {
      width: 100%;
      position: relative; }
      @media (min-width: 1150px) {
        body .video-quote-slider .column-wrapper {
          max-width: 1000px;
          margin: 0 auto; } }
      body .video-quote-slider .column-wrapper .slider {
        opacity: 0; }
      body .video-quote-slider .column-wrapper .cover-video-with-info {
        width: 100%;
        outline: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1149px) {
          body .video-quote-slider .column-wrapper .cover-video-with-info {
            padding: 0 40px; } }
        @media (max-width: 767px) {
          body .video-quote-slider .column-wrapper .cover-video-with-info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info {
          width: 50%;
          position: relative; }
          @media (min-width: 1150px) {
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info {
              padding-right: 15px;
              padding-left: 15px; } }
          @media (max-width: 767px) {
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              width: 100%;
              margin-top: 20px; } }
          body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2 {
            line-height: 1.0;
            font-weight: bold;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #ffffff;
            margin: 0 25px 20px; }
            @media (min-width: 1150px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2 {
                margin: 0 40px 20px; } }
            @media (max-width: 595px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2 {
                margin: 0 0 15px 20px; } }
            @media (max-width: 480px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2 {
                font-size: 20px; } }
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2:before {
              content: '“';
              left: 0;
              position: absolute;
              font-size: 32px;
              line-height: 1.0; }
              @media (min-width: 1150px) {
                body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2:before {
                  left: 30px; } }
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2:after {
              content: '”';
              padding-left: 10px;
              position: absolute;
              font-size: 32px;
              line-height: 1.0; }
            @media (min-width: 992px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info h2 {
                font-size: 32px; } }
          body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info p {
            margin: 0 0 15px 26px;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #ffffff;
            display: block;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.0; }
            @media (min-width: 1150px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info p {
                margin: 0 0 20px 40px; } }
            @media (max-width: 595px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info p {
                margin: 0 0 15px 20px;
                font-size: 16px; } }
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info p span {
              font-family: "canada-type-gibson", sans-serif !important;
              color: #ffffff;
              display: block;
              font-size: 18px;
              font-weight: 300;
              line-height: 1.0; }
              @media (max-width: 595px) {
                body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info p span {
                  font-size: 16px; } }
          body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info .log-icon {
            margin-left: 27px;
            max-height: 35px; }
            @media (min-width: 1150px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info .log-icon {
                margin-left: 40px; } }
            @media (max-width: 595px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-info .log-icon {
                margin: 0 0 0 20px; } }
        body .video-quote-slider .column-wrapper .cover-video-with-info .auto-video {
          width: 50%;
          position: relative; }
          @media (min-width: 1150px) {
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-video {
              padding-right: 15px;
              padding-left: 15px; } }
          @media (max-width: 767px) {
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-video {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              width: 100%; } }
          body .video-quote-slider .column-wrapper .cover-video-with-info .auto-video .cover-video {
            position: relative;
            overflow: hidden;
            height: 250px; }
            @media (max-width: 595px) {
              body .video-quote-slider .column-wrapper .cover-video-with-info .auto-video .cover-video {
                height: 220px; } }
            body .video-quote-slider .column-wrapper .cover-video-with-info .auto-video .cover-video iframe {
              width: 100%;
              height: 100%; }
      body .video-quote-slider .column-wrapper .slick-arrow {
        outline: 0;
        position: absolute;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        z-index: 2;
        display: block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        @media (max-width: 1149px) {
          body .video-quote-slider .column-wrapper .slick-arrow {
            width: 30px;
            height: 30px; } }
        body .video-quote-slider .column-wrapper .slick-arrow:before {
          font-family: 'icomoon' !important;
          opacity: 1;
          content: "\e908";
          font-size: 23px;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
          @media (max-width: 1149px) {
            body .video-quote-slider .column-wrapper .slick-arrow:before {
              font-size: 21px; } }
        body .video-quote-slider .column-wrapper .slick-arrow.slick-disabled {
          cursor: auto;
          opacity: 0.6; }
        body .video-quote-slider .column-wrapper .slick-arrow.slick-prev {
          top: 50%;
          left: -50px; }
          @media (max-width: 1149px) {
            body .video-quote-slider .column-wrapper .slick-arrow.slick-prev {
              left: 0; } }
          body .video-quote-slider .column-wrapper .slick-arrow.slick-prev:before {
            content: "\e909"; }
        body .video-quote-slider .column-wrapper .slick-arrow.slick-next {
          z-index: 1;
          top: 50%;
          right: -50px; }
          @media (max-width: 1149px) {
            body .video-quote-slider .column-wrapper .slick-arrow.slick-next {
              right: 0; } }
          body .video-quote-slider .column-wrapper .slick-arrow.slick-next:before {
            content: "\e908"; }
  body .legal-block-one {
    background-color: #e6eff4; }
    @media (min-width: 1150px) {
      body .legal-block-one {
        padding: 106px 0 48px; } }
    body .legal-block-one .title {
      max-width: 400px;
      margin: 0 auto 16px;
      text-align: center; }
      body .legal-block-one .title h2 {
        color: #253746;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.2; }
        @media (max-width: 595px) {
          body .legal-block-one .title h2 {
            font-size: 24px; } }
    body .legal-block-one .full-row {
      max-width: 824px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 46px; }
      @media (max-width: 991px) {
        body .legal-block-one .full-row {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        body .legal-block-one .full-row {
          padding: 0; } }
      body .legal-block-one .full-row .col-wrap {
        max-width: 400px;
        width: 100%; }
        @media (max-width: 767px) {
          body .legal-block-one .full-row .col-wrap {
            padding-bottom: 10px; } }
        body .legal-block-one .full-row .col-wrap .main-content {
          text-align: center; }
          body .legal-block-one .full-row .col-wrap .main-content .icon-img {
            height: 85px;
            max-width: 85px;
            margin: 0 auto;
            width: 100%; }
            body .legal-block-one .full-row .col-wrap .main-content .icon-img img {
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%;
              height: 100%; }
          body .legal-block-one .full-row .col-wrap .main-content .content {
            padding: 28px 20px 20px; }
            body .legal-block-one .full-row .col-wrap .main-content .content h4 {
              color: #253746;
              font-size: 22px;
              font-weight: 300; }
            body .legal-block-one .full-row .col-wrap .main-content .content .blue-arrow {
              font-size: 20px;
              padding: 2px 0 0 6px;
              color: #253746; }
              body .legal-block-one .full-row .col-wrap .main-content .content .blue-arrow span {
                border: 2px solid #242a75; }
                body .legal-block-one .full-row .col-wrap .main-content .content .blue-arrow span:after {
                  border: solid #242a75;
                  border-width: 0 2px 2px 0; }
        body .legal-block-one .full-row .col-wrap:hover {
          cursor: pointer; }
          body .legal-block-one .full-row .col-wrap:hover .main-content .content .blue-arrow span {
            right: -17px; }
  body .legal-block-two {
    margin-top: 20px;
    background-color: #e6eff4; }
    @media (min-width: 1150px) {
      body .legal-block-two {
        padding: 106px 0; } }
    body .legal-block-two .content {
      max-width: 840px;
      margin: 0 auto 30px;
      text-align: center; }
      body .legal-block-two .content h2 {
        color: #253746;
        padding-bottom: 14px;
        font-weight: 300;
        font-size: 30px; }
        @media (max-width: 595px) {
          body .legal-block-two .content h2 {
            font-size: 24px; } }
      body .legal-block-two .content p {
        color: #253746;
        font-size: 22px; }
        body .legal-block-two .content p a {
          color: #0077dd;
          font-size: 22px; }
        @media (max-width: 767px) {
          body .legal-block-two .content p {
            font-size: 20px; }
            body .legal-block-two .content p a {
              font-size: 20px; } }
  body .legal-block-three {
    margin-top: 20px;
    background-color: #e6eff4; }
    @media (min-width: 1150px) {
      body .legal-block-three {
        padding: 106px 0 82px; } }
    body .legal-block-three .content {
      max-width: 856px;
      margin: 0 auto 30px;
      text-align: center; }
      body .legal-block-three .content h2 {
        color: #253746;
        padding-bottom: 12px;
        font-weight: 300;
        font-size: 30px; }
        @media (max-width: 595px) {
          body .legal-block-three .content h2 {
            font-size: 24px; } }
      body .legal-block-three .content p {
        color: #253746;
        font-size: 22px; }
        body .legal-block-three .content p a {
          color: #0077dd;
          font-size: 22px; }
        @media (max-width: 767px) {
          body .legal-block-three .content p {
            font-size: 20px; }
            body .legal-block-three .content p a {
              font-size: 20px; } }
    body .legal-block-three .wrapper {
      text-align: center; }
      body .legal-block-three .wrapper .icon-img {
        height: 80px;
        max-width: 80px;
        margin: 0 auto;
        width: 100%; }
        body .legal-block-three .wrapper .icon-img img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      body .legal-block-three .wrapper .content {
        padding-top: 20px; }
        body .legal-block-three .wrapper .content h4 {
          color: #253746;
          font-size: 22px;
          font-weight: 300; }
        body .legal-block-three .wrapper .content .blue-arrow {
          font-size: 20px;
          color: #253746; }
          body .legal-block-three .wrapper .content .blue-arrow span {
            border: 2px solid #242a75; }
            body .legal-block-three .wrapper .content .blue-arrow span:after {
              border: solid #242a75;
              border-width: 0 2px 2px 0; }
  body .sticky-legal-block {
    padding: 90px 0 36px;
    min-height: 226px; }
    @media (max-width: 767px) {
      body .sticky-legal-block {
        display: none; } }
    body .sticky-legal-block .full-container {
      width: 100%; }
      body .sticky-legal-block .full-container .tab-heading {
        max-width: 920px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        list-style: none; }
        @media (max-width: 767px) {
          body .sticky-legal-block .full-container .tab-heading {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        body .sticky-legal-block .full-container .tab-heading li {
          padding: 20px;
          font-weight: 300;
          font-size: 22px;
          text-align: center;
          position: relative;
          cursor: pointer;
          color: #253746;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          body .sticky-legal-block .full-container .tab-heading li a {
            text-decoration: none;
            color: #000000;
            display: inline-block;
            position: relative;
            font-weight: 900; }
            @media (min-width: 596px) and (max-width: 767px) {
              body .sticky-legal-block .full-container .tab-heading li a {
                font-size: 20px; } }
            @media (max-width: 595px) {
              body .sticky-legal-block .full-container .tab-heading li a {
                font-size: 18px; } }
          body .sticky-legal-block .full-container .tab-heading li.active {
            position: relative;
            color: #242a75; }
            body .sticky-legal-block .full-container .tab-heading li.active:after {
              content: '';
              left: 0;
              right: 0;
              bottom: -18px;
              position: absolute;
              height: 3px;
              background: #242a75; }
            body .sticky-legal-block .full-container .tab-heading li.active a {
              text-decoration: none;
              color: #242a75; }
            @media (max-width: 767px) {
              body .sticky-legal-block .full-container .tab-heading li.active:after {
                display: none; } }
    body .sticky-legal-block.fixed {
      position: fixed;
      z-index: 99; }
      body .sticky-legal-block.fixed .full-container {
        background-color: #adcad6;
        position: fixed;
        top: 107px;
        height: 74px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .sticky-legal-block.fixed .full-container {
            top: 92px; } }
        body .sticky-legal-block.fixed .full-container .tab-heading li.active {
          color: #242a75;
          background: #e6eff4; }
          body .sticky-legal-block.fixed .full-container .tab-heading li.active:after {
            width: 100%;
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            height: 3px;
            background: #242a75; }
          body .sticky-legal-block.fixed .full-container .tab-heading li.active a {
            text-decoration: none;
            color: #242a75; }
          @media (max-width: 767px) {
            body .sticky-legal-block.fixed .full-container .tab-heading li.active {
              border-color: #242a75; }
              body .sticky-legal-block.fixed .full-container .tab-heading li.active a:after {
                display: none; } }
  body .page-links {
    border-top: 2px solid #afc9e5;
    background: #e6eff4; }
    body .page-links .column-wrapper {
      float: left;
      position: relative;
      width: 100%; }
      body .page-links .column-wrapper .text-link {
        width: calc(33.3%);
        background: #ffffff;
        padding: 45px 38px 40px;
        min-height: 408px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .page-links .column-wrapper .text-link {
            width: calc(40%); } }
        @media (max-width: 767px) {
          body .page-links .column-wrapper .text-link {
            width: calc(100%);
            min-height: 280px;
            padding: 20px 10px; } }
        body .page-links .column-wrapper .text-link h3 {
          font-weight: 300;
          margin: 0 0 36px;
          word-break: break-word;
          line-height: 1.18;
          color: #050735;
          font-size: 22px;
          text-align: center; }
          @media (max-width: 767px) {
            body .page-links .column-wrapper .text-link h3 {
              font-size: 20px;
              margin: 0 0 20px; } }
        body .page-links .column-wrapper .text-link ul {
          list-style: none;
          text-align: left;
          padding-bottom: 26px;
          padding-left: 0; }
          @media (max-width: 767px) {
            body .page-links .column-wrapper .text-link ul {
              padding: 0 0 10px 0; } }
          body .page-links .column-wrapper .text-link ul li {
            margin: 0 0 14px;
            font-weight: 100;
            line-height: 1.48; }
            @media (max-width: 767px) {
              body .page-links .column-wrapper .text-link ul li {
                margin: 0 0 19px; } }
            body .page-links .column-wrapper .text-link ul li .active-link:after {
              top: 10px; }
              @media (max-width: 595px) {
                body .page-links .column-wrapper .text-link ul li .active-link:after {
                  top: 3px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .page-links .column-wrapper .text-link ul li .active-link:after {
                  margin: 0 0 0 5px; } }
        body .page-links .column-wrapper .text-link .btn-box {
          margin: 0 auto;
          text-align: center; }
      body .page-links .column-wrapper .blog-box {
        width: calc(66.67%);
        padding-left: 4px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .page-links .column-wrapper .blog-box {
            width: calc(60%); } }
        @media (max-width: 767px) {
          body .page-links .column-wrapper .blog-box {
            width: calc(100%);
            padding-left: 0; } }
        body .page-links .column-wrapper .blog-box .card-blog {
          width: 100%;
          position: relative; }
          body .page-links .column-wrapper .blog-box .card-blog > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            cursor: pointer; }
          body .page-links .column-wrapper .blog-box .card-blog .bg-img {
            width: 100%;
            min-height: 408px;
            position: relative; }
            @media (max-width: 767px) {
              body .page-links .column-wrapper .blog-box .card-blog .bg-img {
                height: 350px; } }
            body .page-links .column-wrapper .blog-box .card-blog .bg-img:before {
              position: absolute;
              content: "";
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: #000000;
              opacity: .6;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            body .page-links .column-wrapper .blog-box .card-blog .bg-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          body .page-links .column-wrapper .blog-box .card-blog .content-box {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                 -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            font-size: 0;
            width: 100%;
            padding: 28px 20px 0;
            text-align: center;
            z-index: 1; }
            body .page-links .column-wrapper .blog-box .card-blog .content-box .icon-box {
              margin: 0 auto 30px;
              max-width: 90px;
              max-height: 91px;
              height: auto; }
              @media (max-width: 767px) {
                body .page-links .column-wrapper .blog-box .card-blog .content-box .icon-box {
                  margin: 10px auto 20px; } }
              body .page-links .column-wrapper .blog-box .card-blog .content-box .icon-box img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
            body .page-links .column-wrapper .blog-box .card-blog .content-box .main-content .author {
              display: block;
              line-height: 1.33;
              color: #ffffff;
              font-weight: 100;
              font-size: 22px;
              padding-top: 5px; }
              @media (max-width: 767px) {
                body .page-links .column-wrapper .blog-box .card-blog .content-box .main-content .author {
                  font-size: 16px; } }
            body .page-links .column-wrapper .blog-box .card-blog .content-box .main-content h3 {
              color: #ffffff;
              font-weight: 300;
              font-size: 22px; }
          body .page-links .column-wrapper .blog-box .card-blog:hover .bg-img {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body .page-links .column-wrapper .blog-box .card-blog:hover .bg-img:before {
              opacity: .8;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
  body .content-row .column-wrap {
    width: 100%;
    position: relative; }
    body .content-row .column-wrap .text-with-input {
      padding: 20px;
      background-color: #e6eff4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        body .content-row .column-wrap .text-with-input {
          padding: 15px;
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        body .content-row .column-wrap .text-with-input {
          display: block; } }
      @media (max-width: 480px) {
        body .content-row .column-wrap .text-with-input {
          padding: 10px; } }
      body .content-row .column-wrap .text-with-input .text-content {
        width: 59%;
        position: relative;
        text-align: center; }
        @media (max-width: 991px) {
          body .content-row .column-wrap .text-with-input .text-content {
            width: 50%; } }
        @media (max-width: 767px) {
          body .content-row .column-wrap .text-with-input .text-content {
            width: 100%;
            margin-bottom: 20px; } }
        body .content-row .column-wrap .text-with-input .text-content h3 {
          color: #242a75;
          font-size: 22px;
          font-weight: 300; }
          @media (max-width: 991px) {
            body .content-row .column-wrap .text-with-input .text-content h3 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .content-row .column-wrap .text-with-input .text-content h3 {
              font-size: 18px; } }
      body .content-row .column-wrap .text-with-input .input-box {
        width: 41%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        padding-left: 97px; }
        @media (max-width: 1149px) {
          body .content-row .column-wrap .text-with-input .input-box {
            padding-left: 0;
            max-width: 358px;
            margin-left: 50px; } }
        @media (max-width: 991px) {
          body .content-row .column-wrap .text-with-input .input-box {
            width: 50%;
            margin-left: 30px; } }
        @media (max-width: 767px) {
          body .content-row .column-wrap .text-with-input .input-box {
            padding-left: 0;
            width: 100%;
            margin: 0 auto; } }
        @media (max-width: 480px) {
          body .content-row .column-wrap .text-with-input .input-box {
            max-width: 100%; } }
        body .content-row .column-wrap .text-with-input .input-box input {
          margin-right: 5px;
          font-size: 15px;
          padding: 0 12px;
          color: #253746;
          border: 2px solid #dbdbdb;
          height: 45px;
          font-family: "canada-type-gibson", sans-serif !important;
          background-color: #ffffff;
          font-weight: 400;
          letter-spacing: 1.4px;
          outline: none;
          max-width: 245px;
          width: calc(100%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border-radius: 0; }
          @media (max-width: 480px) {
            body .content-row .column-wrap .text-with-input .input-box input {
              max-width: 260px;
              margin-right: 3px; } }
        body .content-row .column-wrap .text-with-input .input-box input::-webkit-input-placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .content-row .column-wrap .text-with-input .input-box input:-ms-input-placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .content-row .column-wrap .text-with-input .input-box input::-ms-input-placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .content-row .column-wrap .text-with-input .input-box input::placeholder {
          font-family: "canada-type-gibson", sans-serif !important;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.21;
          letter-spacing: normal;
          color: #dbdbdb; }
        body .content-row .column-wrap .text-with-input .input-box button {
          border: none;
          outline: none;
          display: inline-block;
          vertical-align: middle;
          background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
          width: 100%;
          text-decoration: none;
          position: relative;
          z-index: 0;
          text-align: center;
          margin: 0;
          border-radius: 0;
          height: 45px;
          padding: 0px 0;
          max-width: 107px;
          border: 0;
          cursor: pointer;
          color: #ffffff;
          font-size: 18px;
          line-height: 1.38;
          letter-spacing: normal;
          font-family: "canada-type-gibson", sans-serif !important;
          overflow: hidden; }
          @media (max-width: 480px) {
            body .content-row .column-wrap .text-with-input .input-box button {
              max-width: 75px; } }
          body .content-row .column-wrap .text-with-input .input-box button span {
            font-family: "canada-type-gibson", sans-serif !important;
            position: relative;
            font-size: 16px;
            font-weight: 300; }
    body .content-row .column-wrap .items-tab {
      position: relative;
      padding: 46px 48px 28px 36px;
      margin: 0 0 31px;
      background: #f3f4f4;
      border-bottom: 2px solid #5dbdf4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1149px) {
        body .content-row .column-wrap .items-tab {
          padding: 30px; } }
      @media (max-width: 767px) {
        body .content-row .column-wrap .items-tab {
          display: block;
          padding: 30px 20px; } }
      body .content-row .column-wrap .items-tab .heading-box {
        width: 28%;
        padding: 3px 60px 10px 0; }
        @media (max-width: 1149px) {
          body .content-row .column-wrap .items-tab .heading-box {
            padding: 3px 35px 10px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .content-row .column-wrap .items-tab .heading-box {
            padding: 3px 25px 10px 0; } }
        @media (max-width: 767px) {
          body .content-row .column-wrap .items-tab .heading-box {
            width: 100%;
            padding: 0 0 10px 0; } }
        body .content-row .column-wrap .items-tab .heading-box h2 {
          position: relative;
          font-size: 22px;
          margin: 0 0 7px;
          color: #253746;
          font-weight: 300;
          padding: 0 0 26px;
          line-height: 1.2; }
          @media (max-width: 767px) {
            body .content-row .column-wrap .items-tab .heading-box h2 {
              padding: 0 0 15px; } }
          body .content-row .column-wrap .items-tab .heading-box h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 87px;
            height: 2px;
            background: #409fd5;
            border-bottom: 1px solid #2381b7; }
      body .content-row .column-wrap .items-tab .description {
        padding: 20px 20px 0 0;
        max-width: 55%; }
        @media (max-width: 991px) {
          body .content-row .column-wrap .items-tab .description {
            padding: 12px 15px 0 0; } }
        @media (max-width: 767px) {
          body .content-row .column-wrap .items-tab .description {
            width: 100%;
            max-width: 100%;
            padding: 0 0 10px 0; } }
        body .content-row .column-wrap .items-tab .description p {
          color: #253746;
          margin: 0 0 20px;
          font-weight: 100;
          line-height: 1.66; }
          @media (max-width: 991px) {
            body .content-row .column-wrap .items-tab .description p {
              font-size: 20px;
              margin: 0 0 12px; } }
          @media (max-width: 767px) {
            body .content-row .column-wrap .items-tab .description p {
              font-size: 18px; } }
          @media (max-width: 480px) {
            body .content-row .column-wrap .items-tab .description p {
              font-size: 16px; } }
      body .content-row .column-wrap .items-tab .link-box {
        -ms-flex-item-align: end;
            align-self: flex-end;
        min-width: 10%;
        text-align: center;
        padding: 0 0 16px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          body .content-row .column-wrap .items-tab .link-box {
            width: 100%;
            max-width: 100%;
            padding: 0 0 10px 0;
            -ms-flex-item-align: start;
                align-self: start;
            text-align: left; } }
        body .content-row .column-wrap .items-tab .link-box .active-link {
          font-weight: 100; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .content-row .column-wrap .items-tab .link-box .active-link {
              font-size: 16px;
              min-width: 12%; } }
    @media (max-width: 767px) {
      body .content-row .column-wrap .pager {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left; } }
    body .content-row .column-wrap .pager ul.js-pager__items {
      margin: 0 20px; }
      @media (max-width: 480px) {
        body .content-row .column-wrap .pager ul.js-pager__items {
          margin: 0 auto !important; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item {
          margin: 0 20px 0 0; } }
      @media (max-width: 991px) {
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item {
          margin: 0 15px 0 0; } }
      @media (max-width: 767px) {
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item {
          margin: 0 10px 0 0; } }
      body .content-row .column-wrap .pager ul.js-pager__items li.pager__item a:hover {
        color: #253746 !important; }
      @media (max-width: 767px) {
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--last, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--first {
          display: none; } }
      body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--next a, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--last a {
        padding-right: 27px;
        position: relative; }
        @media (max-width: 767px) {
          body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--next a, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--last a {
            padding-right: 0; } }
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--next a:after, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--last a:after {
          content: "\e90a";
          font-family: 'icomoon' !important;
          display: inline-block;
          position: absolute;
          width: 18px;
          top: 2px;
          right: 0;
          height: 18px;
          text-align: center;
          color: #b1cbea;
          background: #236cc3;
          border-radius: 50%;
          font-size: 18px;
          line-height: 1;
          padding: 0 0 0 1px;
          -webkit-transition: all ease-out 0.3s;
          -o-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s; }
          @media (max-width: 767px) {
            body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--next a:after, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--last a:after {
              display: none; } }
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--next a:hover:after, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--last a:hover:after {
          right: -14px; }
      body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--first a, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--previous a {
        padding-left: 27px;
        position: relative; }
        @media (max-width: 767px) {
          body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--first a, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--previous a {
            padding-left: 0; } }
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--first a:after, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--previous a:after {
          content: "\e90a";
          font-family: 'icomoon' !important;
          display: inline-block;
          position: absolute;
          width: 18px;
          top: 2px;
          left: 0;
          height: 18px;
          text-align: center;
          color: #b1cbea;
          background: #236cc3;
          border-radius: 50%;
          font-size: 18px;
          line-height: 1;
          padding: 0 0 0 1px;
          -webkit-transition: all ease-out 0.3s;
          -o-transition: all ease-out 0.3s;
          transition: all ease-out 0.3s;
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media (max-width: 767px) {
            body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--first a:after, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--previous a:after {
              display: none; } }
        body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--first a:hover:after, body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.pager__item--previous a:hover:after {
          left: -14px; }
      body .content-row .column-wrap .pager ul.js-pager__items li.pager__item.is-active a {
        color: #253746 !important; }
  body .content-row .views-exposed-form {
    display: none; }
  body .col-three-cards {
    width: 100%; }
    body .col-three-cards .container {
      width: 100%; }
      body .col-three-cards .container .wrapper {
        margin-left: -12px;
        margin-right: -12px;
        display: inline-block;
        position: relative; }
        @media (max-width: 595px) {
          body .col-three-cards .container .wrapper {
            margin: 0; } }
        body .col-three-cards .container .wrapper .cards {
          text-align: center;
          float: left;
          width: calc(33.33% - 24px);
          text-align: center;
          border: 2px solid #e8ebeb;
          cursor: pointer;
          margin: 0 12px 24px; }
          body .col-three-cards .container .wrapper .cards a {
            text-decoration: none;
            padding: 35px 30px 32px;
            display: block; }
            @media screen and (min-width: 596px) and (max-width: 767px) {
              body .col-three-cards .container .wrapper .cards a {
                padding: 25px 20px 20px; } }
            @media screen and (min-width: 480px) and (max-width: 595px) {
              body .col-three-cards .container .wrapper .cards a {
                padding: 25px 20px 20px; } }
            @media screen and (max-width: 479px) {
              body .col-three-cards .container .wrapper .cards a {
                padding: 25px 20px 20px; } }
            body .col-three-cards .container .wrapper .cards a .date {
              position: relative;
              display: block;
              padding: 0 0 30px;
              font-size: 22px;
              line-height: 1.2;
              font-family: "futura_lt_bt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
              color: black;
              margin: 0px; }
              @media screen and (min-width: 596px) and (max-width: 767px) {
                body .col-three-cards .container .wrapper .cards a .date {
                  font-size: 18px; } }
              @media screen and (min-width: 480px) and (max-width: 595px) {
                body .col-three-cards .container .wrapper .cards a .date {
                  font-size: 18px; } }
              @media screen and (max-width: 479px) {
                body .col-three-cards .container .wrapper .cards a .date {
                  font-size: 18px; } }
            body .col-three-cards .container .wrapper .cards a h4 {
              font-size: 22px;
              line-height: 1.5;
              color: black;
              font-family: "futura_md_bt", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
              @media screen and (min-width: 596px) and (max-width: 767px) {
                body .col-three-cards .container .wrapper .cards a h4 {
                  font-size: 18px; } }
              @media screen and (min-width: 480px) and (max-width: 595px) {
                body .col-three-cards .container .wrapper .cards a h4 {
                  font-size: 18px; } }
              @media screen and (max-width: 479px) {
                body .col-three-cards .container .wrapper .cards a h4 {
                  font-size: 18px; } }
          @media (max-width: 767px) {
            body .col-three-cards .container .wrapper .cards {
              width: calc(50% - 22px);
              margin: 0px 11px 15px; } }
          @media (max-width: 595px) {
            body .col-three-cards .container .wrapper .cards {
              width: 100%;
              margin: 0px 0px 15px; } }
        body .col-three-cards .container .wrapper .cards :hover .date {
          color: #5dbdf4; }
        body .col-three-cards .container .wrapper .cards :hover h4 {
          color: #5dbdf4; }
      body .col-three-cards .container .date::after {
        content: '';
        position: absolute;
        bottom: 13px;
        width: 87px;
        left: 50%;
        margin-left: -43px;
        border-bottom: 2px solid #409fd5; }
  body .product-slider {
    border-top: 3px solid #afc9e5; }
    body .product-slider .slider-wrap {
      width: 100%; }
      body .product-slider .slider-wrap .title-wrap {
        max-width: 800px;
        margin: 0 auto 70px;
        text-align: center; }
        body .product-slider .slider-wrap .title-wrap h2 {
          color: #253746;
          font-size: 30px;
          font-weight: 300; }
        @media (max-width: 767px) {
          body .product-slider .slider-wrap .title-wrap {
            margin-bottom: 40px; }
            body .product-slider .slider-wrap .title-wrap h2 {
              font-size: 26px; } }
      body .product-slider .slider-wrap .slider .item .content-wrap {
        display: inline-block;
        width: 100%;
        margin-left: -12px;
        margin-right: -12px; }
        @media (max-width: 767px) {
          body .product-slider .slider-wrap .slider .item .content-wrap {
            margin-left: 0;
            margin-right: 0; } }
        body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap {
          width: calc(33.33% - 24px);
          margin: 0 12px 21px; }
          @media (max-width: 991px) {
            body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap {
              width: calc(50% - 24px);
              margin: 0 12px 21px; } }
          @media (max-width: 767px) {
            body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap {
              margin: 0 auto 30px;
              width: 100%;
              margin-bottom: 20px;
              max-width: 767px; } }
          body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2481b8));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2481b8 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2481b8 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2481b8 100%);
            width: 100%;
            display: block;
            text-decoration: none;
            min-height: 480px;
            height: 100%;
            padding: 64px 20px 20px; }
            @media (max-width: 1149px) {
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a {
                padding: 40px 10px 20px;
                min-height: 340px; } }
            @media (max-width: 767px) {
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a {
                min-height: 300px; } }
            body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
              text-align: center; }
              @media (max-width: 767px) {
                body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content {
                  padding: 0; } }
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content h2 {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                line-height: 1.2;
                margin-bottom: 0;
                font-weight: 300;
                text-transform: uppercase;
                font-size: 24px;
                color: #ffffff;
                position: relative; }
                @media (max-width: 767px) {
                  body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content h2 {
                    font-size: 20px; } }
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content .center-line {
                position: relative;
                max-width: 90px;
                overflow: hidden;
                width: 100%;
                margin: 30px auto 20px;
                height: 2px;
                background: #ffffff;
                display: inline-block; }
                @media (max-width: 767px) {
                  body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content .center-line {
                    font-size: 20px;
                    margin-bottom: 20px; } }
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content p {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                font-size: 22px;
                line-height: 1.5;
                font-weight: 100;
                color: #ffffff;
                margin-bottom: 25px; }
                @media (max-width: 767px) {
                  body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content p {
                    font-size: 20px;
                    line-height: 1.2; } }
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content .grid-arrow {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                opacity: 0; }
                body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a .content .grid-arrow span {
                  top: 0;
                  right: -8px; }
            body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a:hover {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
              background: -webkit-gradient(linear, left top, left bottom, from(#4a97c3), to(#1c6792));
              background: -webkit-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
              background: -o-linear-gradient(top, #4a97c3 0%, #1c6792 100%);
              background: linear-gradient(to bottom, #4a97c3 0%, #1c6792 100%); }
              body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a:hover .content {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease; }
                body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a:hover .content h2 {
                  -webkit-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  transition: all 0.5s ease; }
                body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a:hover .content p {
                  margin-bottom: 20px; }
                body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a:hover .content .grid-arrow {
                  opacity: 1;
                  -webkit-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  transition: all 0.5s ease; }
                  body .product-slider .slider-wrap .slider .item .content-wrap .col-wrap a:hover .content .grid-arrow span {
                    right: -14px; }
      body .product-slider .slider-wrap .slider .slick-arrow {
        outline: 0;
        position: absolute; }
        @media (max-width: 767px) {
          body .product-slider .slider-wrap .slider .slick-arrow {
            opacity: 0; } }
      body .product-slider .slider-wrap .slider .slick-prev {
        top: 46%;
        left: -44px;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        z-index: 2;
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .product-slider .slider-wrap .slider .slick-prev:before {
          font-family: 'icomoon' !important;
          content: "\e909";
          font-size: 23px;
          opacity: 1;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
        @media (max-width: 767px) {
          body .product-slider .slider-wrap .slider .slick-prev {
            opacity: 0; } }
      body .product-slider .slider-wrap .slider .slick-next {
        z-index: 1;
        top: 46%;
        right: -44px;
        display: block;
        background: #dadbdb;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #14213d;
        font-size: 0;
        line-height: 0;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none; }
        body .product-slider .slider-wrap .slider .slick-next:before {
          opacity: 1;
          content: "\e908";
          font-family: 'icomoon' !important;
          font-size: 23px;
          color: #14213d;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
        @media (max-width: 767px) {
          body .product-slider .slider-wrap .slider .slick-next {
            opacity: 0; } }
      body .product-slider .slider-wrap .slider .slick-dots {
        text-align: center;
        list-style-type: none;
        padding-top: 40px;
        cursor: pointer; }
        body .product-slider .slider-wrap .slider .slick-dots li {
          list-style-type: none;
          display: inline-block;
          height: 16px;
          width: 16px;
          background-color: #f3f4f4;
          border-radius: 50%;
          margin: 0 4px; }
          body .product-slider .slider-wrap .slider .slick-dots li button {
            font-size: 0; }
          body .product-slider .slider-wrap .slider .slick-dots li.slick-active {
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
  body .overlay-search {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    body .overlay-search .search-overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(10, 10, 10, 0.55); }
      body .overlay-search .search-overlay .content-outer {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0 20px; }
        @media (min-width: 992px) {
          body .overlay-search .search-overlay .content-outer {
            top: 32%; } }
      body .overlay-search .search-overlay .content-wrap {
        max-width: 820px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        background: #228fb0;
        padding: 26px; }
        body .overlay-search .search-overlay .content-wrap:after {
          content: "";
          display: block;
          clear: both; }
        body .overlay-search .search-overlay .content-wrap .search-link {
          position: relative;
          padding-top: 50px; }
          body .overlay-search .search-overlay .content-wrap .search-link a {
            color: #FFF;
            margin-right: 10px; }
        body .overlay-search .search-overlay .content-wrap .search-box {
          position: relative; }
          body .overlay-search .search-overlay .content-wrap .search-box img {
            width: 25px;
            height: 25px;
            margin-right: 20px;
            display: inline-block;
            vertical-align: top; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box img {
                display: none; } }
          body .overlay-search .search-overlay .content-wrap .search-box .search-input {
            width: calc(100% - 130px);
            display: inline-block;
            vertical-align: top;
            height: 43px;
            border: none;
            padding: 4px 80px 4px 6px;
            font-weight: 400;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #228fb0;
            background: #ffffff;
            outline: none;
            border-radius: 0;
            font-size: 26px; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box .search-input {
                font-size: 14px;
                padding: 4px 0;
                width: 100%;
                text-align: center; } }
          body .overlay-search .search-overlay .content-wrap .search-box input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
          body .overlay-search .search-overlay .content-wrap .search-box ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-size: 20px;
            font-weight: 400;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #ffffff; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box ::-webkit-input-placeholder {
                font-size: 14px;
                text-align: center; } }
          body .overlay-search .search-overlay .content-wrap .search-box ::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 20px;
            font-weight: 400;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #ffffff; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box ::-moz-placeholder {
                font-size: 14px;
                text-align: center; } }
          body .overlay-search .search-overlay .content-wrap .search-box :-ms-input-placeholder {
            /* IE 10+ */
            font-size: 20px;
            font-weight: 400;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #ffffff; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box :-ms-input-placeholder {
                font-size: 14px;
                text-align: center; } }
          body .overlay-search .search-overlay .content-wrap .search-box :-moz-placeholder {
            /* Firefox 18- */
            font-size: 20px;
            font-weight: 400;
            font-family: "canada-type-gibson", sans-serif !important;
            color: #ffffff; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box :-moz-placeholder {
                font-size: 14px;
                text-align: center; } }
          body .overlay-search .search-overlay .content-wrap .search-box .search-btn {
            background: transparent;
            border: 0;
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
            color: #ffffff;
            font-weight: 400;
            cursor: pointer;
            outline: none;
            padding: 0 !important;
            min-width: auto;
            -webkit-box-shadow: none;
                    box-shadow: none;
            font-size: 20px;
            font-family: "canada-type-gibson", sans-serif !important; }
            @media (max-width: 767px) {
              body .overlay-search .search-overlay .content-wrap .search-box .search-btn {
                font-size: 16px;
                position: relative;
                margin: 20px auto 0;
                display: block;
                right: 0; } }
      body .overlay-search .search-overlay .close {
        position: absolute;
        top: -30px;
        right: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: 1; }
        @media (min-width: 1150px) {
          body .overlay-search .search-overlay .close {
            top: -30px;
            right: -30px; } }
        body .overlay-search .search-overlay .close:hover {
          opacity: 1; }
          body .overlay-search .search-overlay .close:hover:after, body .overlay-search .search-overlay .close:hover:before {
            background: #228fb0; }
        body .overlay-search .search-overlay .close:before {
          content: '';
          position: absolute;
          width: 20px;
          height: 2px;
          background: #ffffff;
          left: 0;
          top: 8px;
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        body .overlay-search .search-overlay .close:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 2px;
          background: #ffffff;
          left: 0;
          top: 8px;
          -webkit-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
    body .overlay-search.overlay-open {
      opacity: 1;
      visibility: visible;
      z-index: 9999;
      top: 0; }
    body .overlay-search input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
  body .blog-article .full-row {
    margin: 0;
    height: 100%;
    padding: 10px 0;
    background: #e6eff4; }
    body .blog-article .full-row .col-wrap {
      max-width: 23%;
      padding: 0 0 0 10px; }
      @media (max-width: 991px) {
        body .blog-article .full-row .col-wrap {
          max-width: 50%; } }
      @media (max-width: 480px) {
        body .blog-article .full-row .col-wrap {
          max-width: 100%;
          padding-bottom: 30px; } }
      body .blog-article .full-row .col-wrap .category-box {
        margin: 0 auto;
        max-width: 380px;
        text-align: center;
        position: relative; }
        @media (max-width: 480px) {
          body .blog-article .full-row .col-wrap .category-box {
            max-width: 300px; } }
        body .blog-article .full-row .col-wrap .category-box.show span:after {
          -webkit-transform: rotate(-136deg);
               -o-transform: rotate(-136deg);
                  transform: rotate(-136deg);
          top: 58%; }
        body .blog-article .full-row .col-wrap .category-box.show .option-category {
          border: 1px solid #dbdbdb; }
        body .blog-article .full-row .col-wrap .category-box span {
          position: relative;
          max-width: 380px;
          background: white;
          padding: 12px 14px;
          display: block;
          color: #253746;
          font-size: 15px;
          font-weight: 300;
          margin: 0 auto;
          text-align: left;
          border: 1px solid #dbdbdb;
          cursor: pointer; }
          body .blog-article .full-row .col-wrap .category-box span a {
            font-size: 14px;
            color: #253746; }
            body .blog-article .full-row .col-wrap .category-box span a:hover {
              text-decoration: none; }
          body .blog-article .full-row .col-wrap .category-box span:before {
            content: '';
            position: absolute;
            text-align: center;
            background: #d3d3d3;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            top: 50%;
            right: 10px;
            margin: -10px 0 0; }
          body .blog-article .full-row .col-wrap .category-box span:after {
            content: '';
            position: absolute;
            top: 50%;
            margin: -6px 0 0 -4px;
            right: 16px;
            width: 8px;
            height: 8px;
            border: solid #34404c;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg); }
          @media (max-width: 480px) {
            body .blog-article .full-row .col-wrap .category-box span {
              max-width: 300px; } }
        body .blog-article .full-row .col-wrap .category-box .option-category {
          border: 1px solid #dbdbdb;
          list-style: none;
          text-align: left;
          background: white;
          position: absolute;
          z-index: 1;
          width: 100%;
          display: none;
          height: 265px;
          overflow: scroll;
          padding-left: 0; }
          body .blog-article .full-row .col-wrap .category-box .option-category li {
            font-size: 18px;
            font-weight: 100;
            color: #656565;
            margin: 0;
            padding: 7px 20px;
            cursor: pointer; }
            body .blog-article .full-row .col-wrap .category-box .option-category li a {
              font-size: 18px;
              color: #656565; }
            body .blog-article .full-row .col-wrap .category-box .option-category li.selected {
              color: #21296f;
              background: #f3f4f4;
              font-weight: 400; }
      body .blog-article .full-row .col-wrap.col-search {
        background-color: #e6eff4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 53%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (max-width: 991px) {
          body .blog-article .full-row .col-wrap.col-search {
            padding: 15px 30px;
            max-width: 100%;
            width: 100%;
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          body .blog-article .full-row .col-wrap.col-search {
            display: block; } }
        @media (max-width: 480px) {
          body .blog-article .full-row .col-wrap.col-search {
            padding: 10px; } }
        body .blog-article .full-row .col-wrap.col-search .input-box {
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%; }
          @media (max-width: 1149px) {
            body .blog-article .full-row .col-wrap.col-search .input-box {
              padding-left: 0;
              max-width: 358px;
              margin-left: 50px; } }
          @media (max-width: 991px) {
            body .blog-article .full-row .col-wrap.col-search .input-box {
              width: 100%;
              max-width: 100%;
              margin-left: 0; } }
          @media (max-width: 767px) {
            body .blog-article .full-row .col-wrap.col-search .input-box {
              padding-left: 0;
              width: 100%;
              margin: 0 auto; } }
          @media (max-width: 480px) {
            body .blog-article .full-row .col-wrap.col-search .input-box {
              max-width: 100%; } }
          body .blog-article .full-row .col-wrap.col-search .input-box input {
            margin-right: 5px;
            font-size: 15px;
            padding: 0 12px;
            color: #253746;
            border: 2px solid #dbdbdb;
            height: 45px;
            font-family: "canada-type-gibson", sans-serif !important;
            background-color: #ffffff;
            font-weight: 400;
            letter-spacing: 1.4px;
            outline: none;
            max-width: 100%;
            width: calc(100%);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border-radius: 0; }
            @media (max-width: 480px) {
              body .blog-article .full-row .col-wrap.col-search .input-box input {
                max-width: 260px;
                margin-right: 3px; } }
          body .blog-article .full-row .col-wrap.col-search .input-box input::-webkit-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .blog-article .full-row .col-wrap.col-search .input-box input:-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .blog-article .full-row .col-wrap.col-search .input-box input::-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .blog-article .full-row .col-wrap.col-search .input-box input::placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .blog-article .full-row .col-wrap.col-search .input-box button {
            border: none;
            outline: none;
            display: inline-block;
            vertical-align: middle;
            background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
            background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
            width: 100%;
            text-decoration: none;
            position: relative;
            z-index: 0;
            text-align: center;
            margin: 0;
            border-radius: 0;
            height: 45px;
            padding: 0px 0;
            max-width: 107px;
            border: 0;
            cursor: pointer;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.38;
            letter-spacing: normal;
            font-family: "canada-type-gibson", sans-serif !important;
            overflow: hidden; }
            @media (max-width: 480px) {
              body .blog-article .full-row .col-wrap.col-search .input-box button {
                max-width: 75px; } }
            body .blog-article .full-row .col-wrap.col-search .input-box button span {
              font-family: "canada-type-gibson", sans-serif !important;
              position: relative;
              font-size: 16px;
              font-weight: 300; }
  body .blog-article .columm-wrap {
    border-bottom: 2px solid #5dbdf4;
    margin: 20px 0 0;
    width: 100%; }
    body .blog-article .columm-wrap .item-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 0;
      width: 100%;
      min-height: 226px; }
      @media (max-width: 767px) {
        body .blog-article .columm-wrap .item-box {
          display: block; } }
      body .blog-article .columm-wrap .item-box .col-two {
        float: none; }
        body .blog-article .columm-wrap .item-box .col-two.img-wrap {
          width: inherit;
          max-width: 226px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          body .blog-article .columm-wrap .item-box .col-two.img-wrap .bg-img {
            height: 100%;
            -ms-flex-item-align: center;
                align-self: center;
            width: 100%; }
            body .blog-article .columm-wrap .item-box .col-two.img-wrap .bg-img img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          @media (max-width: 767px) {
            body .blog-article .columm-wrap .item-box .col-two.img-wrap {
              display: block;
              margin: 0 auto; } }
        body .blog-article .columm-wrap .item-box .col-two.text-wrap {
          background-color: #f3f4f4;
          width: calc(100% - 226px);
          padding: 8px 20px 10px 38px; }
          body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .author-with-date {
            padding-bottom: 7px; }
            body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .author-with-date span {
              font-weight: 300;
              font-size: 14px;
              color: #253746; }
            body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .author-with-date .date {
              color: #253746;
              padding: 0 0 0 13px;
              margin: 0 0 0 9px;
              position: relative; }
              body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .author-with-date .date:before {
                content: '';
                position: absolute;
                top: 1px;
                bottom: 3px;
                left: 0;
                width: 2px;
                height: 14px;
                background: #000000; }
          body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article a {
            font-size: 22px;
            position: relative;
            color: #253746;
            font-weight: 300;
            line-height: 1.22;
            text-decoration: none; }
            body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article a:before {
              content: '';
              position: absolute;
              bottom: -4px;
              opacity: 0;
              height: 2px;
              width: 100%;
              background: #253746;
              -webkit-transition: all linear .3s;
              -o-transition: all linear .3s;
              transition: all linear .3s; }
            body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article a:hover {
              text-decoration: none; }
              body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article a:hover:before {
                bottom: 0;
                opacity: 1;
                -webkit-transition: all linear .3s;
                -o-transition: all linear .3s;
                transition: all linear .3s; }
          body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article p {
            color: #253746;
            margin: 0;
            padding-bottom: 6px;
            padding-top: 2px; }
          body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .active-link {
            color: #000000;
            font-size: 18px;
            font-weight: 100;
            text-decoration: none; }
            body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:after {
              top: 4px; }
            body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:hover {
              text-decoration: none; }
              body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:hover:after {
                margin: 0 0 0 27px; }
              body .blog-article .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:hover::before {
                display: none; }
          @media (max-width: 767px) {
            body .blog-article .columm-wrap .item-box .col-two.text-wrap {
              width: 100%;
              padding: 30px 20px 20px 50px; } }
  body .blog-article .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    @media (max-width: 767px) {
      body .blog-article .pagination {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 30px; } }
    body .blog-article .pagination ul {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      @media (max-width: 767px) {
        body .blog-article .pagination ul {
          margin: 0 10px; } }
      @media (max-width: 480px) {
        body .blog-article .pagination ul {
          display: unset;
          margin: 0; } }
      body .blog-article .pagination ul li {
        margin: 0 35px 0 0;
        color: #008fe1; }
        @media (max-width: 767px) {
          body .blog-article .pagination ul li {
            margin: 0 10px 0 0; } }
        @media (max-width: 480px) {
          body .blog-article .pagination ul li {
            display: inline-block;
            margin: 0; } }
        body .blog-article .pagination ul li:nth-last-child(1) {
          margin-right: 0; }
        body .blog-article .pagination ul li a {
          color: #008fe1;
          font-size: 22px;
          font-weight: 300; }
          body .blog-article .pagination ul li a:hover {
            text-decoration: none; }
          body .blog-article .pagination ul li a.active {
            color: #000000; }
        body .blog-article .pagination ul li .gap {
          color: #999;
          margin-right: 4px; }
  body .blog-article .views-exposed-form {
    display: none; }
  body .blog-article.horizon .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:after {
    top: 10px; }
    @media (min-width: 596px) and (max-width: 767px) {
      body .blog-article.horizon .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:after {
        top: 5px; } }
    @media (max-width: 595px) {
      body .blog-article.horizon .columm-wrap .item-box .col-two.text-wrap .item-article .active-link:after {
        top: 1px; } }
  body .blog-article .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0 57px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body .blog-article .content .info img {
      border: 2px solid #e6e6e6;
      border-radius: 50%;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 8px 10px 0; }
    body .blog-article .content .info .name {
      display: block;
      border-bottom: 1px solid #a9a9a9;
      font-weight: 500;
      padding: 0 0 5px;
      margin: -14px 0 3px;
      font-size: 22px;
      line-height: 25px;
      color: #050735; }
  body .accordion-ibm .container > h3 {
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px; }
  body .accordion-ibm img[data-align=right] {
    float: right;
    padding: 5px; }
  body .accordion-ibm img[data-align=left] {
    float: left;
    padding: 5px; }
  body .accordion-ibm img[data-align=center] {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 5px; }
  body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item {
    margin-top: 5px; }
    body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item:first-child {
      margin-top: 0; }
    body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item.active .heading h3:before {
      background: url(/themes/thalesesecurity/templates/dist/images/arrow-down.svg) no-repeat;
      background-size: 100%;
      background-color: #7D7D7D; }
    body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .heading h3 {
      position: relative;
      color: #000000;
      font-weight: 300;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      padding: 10px 15px 10px 40px;
      margin-bottom: 0;
      cursor: pointer; }
      body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .heading h3:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 18px;
        height: 18px;
        margin: auto;
        background: url(/themes/thalesesecurity/templates/dist/images/plus.svg) no-repeat;
        background-size: 100%;
        border-radius: 50%;
        background-color: #7D7D7D; }
    body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description {
      padding: 0 30px 20px;
      border: 1px solid #ddd;
      border-top: 0;
      display: none; }
      @media (max-width: 767px) {
        body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description {
          padding: 0 20px 20px; } }
      body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description .content {
        padding-top: 20px;
        display: inline-block; }
      body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description p strong {
        color: #000000;
        font-weight: 400; }
      body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description application_name,
      body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description use_case,
      body .accordion-ibm .accordion-outer .accordion-wrap .accordion-item .description use_type {
        display: none; }
  @media (min-width: 1150px) {
    body .table-with-logo {
      padding: 111px 0 0; } }
  body .table-with-logo .title {
    text-align: center;
    padding-bottom: 16px; }
    body .table-with-logo .title h2 {
      color: #253746;
      font-weight: 300; }
  body .table-with-logo .table-wapper {
    max-width: 100%; }
    @media (max-width: 595px) {
      body .table-with-logo .table-wapper {
        text-align: center; } }
    body .table-with-logo .table-wapper .table tr td {
      font-size: 16px;
      border: 1px solid #dad9d6;
      color: #253746;
      padding: 10px 18px;
      font-weight: 100;
      vertical-align: middle;
      width: 25%; }
      body .table-with-logo .table-wapper .table tr td:last-child {
        padding: 24px 18px;
        width: 50%; }
      body .table-with-logo .table-wapper .table tr td h6 {
        font-size: 16px;
        color: #000000;
        font-weight: 200; }
      body .table-with-logo .table-wapper .table tr td p {
        color: #000000;
        font-size: 16px; }
      body .table-with-logo .table-wapper .table tr td a {
        font-weight: 100;
        font-size: 16px; }
      body .table-with-logo .table-wapper .table tr td img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .table-with-logo .table-wapper .table tr th {
      background: #9ebecc; }
      body .table-with-logo .table-wapper .table tr th h6 {
        text-transform: capitalize;
        color: #000000;
        font-size: 16px; }
  @media (min-width: 1150px) {
    body .subscribe-with-icon {
      padding: 5px 0 0px; } }
  body .subscribe-with-icon .text-with-input {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2f3069), to(#67699a));
    background: -webkit-linear-gradient(top, #2f3069 0, #67699a 100%);
    background: -o-linear-gradient(top, #2f3069 0, #67699a 100%);
    background: linear-gradient(to bottom, #2f3069 0, #67699a 100%);
    padding: 28px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      body .subscribe-with-icon .text-with-input {
        padding: 15px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      body .subscribe-with-icon .text-with-input {
        display: block; } }
    @media (max-width: 480px) {
      body .subscribe-with-icon .text-with-input {
        padding: 10px; } }
    body .subscribe-with-icon .text-with-input .text-content {
      width: 26%;
      position: relative; }
      @media (max-width: 991px) {
        body .subscribe-with-icon .text-with-input .text-content {
          width: 30%; } }
      @media (max-width: 767px) {
        body .subscribe-with-icon .text-with-input .text-content {
          width: 100%;
          margin-bottom: 20px; } }
      body .subscribe-with-icon .text-with-input .text-content h3 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 300;
        padding-left: 20px; }
        @media (max-width: 1149px) {
          body .subscribe-with-icon .text-with-input .text-content h3 {
            padding-left: 0;
            font-size: 20px; } }
        @media (max-width: 767px) {
          body .subscribe-with-icon .text-with-input .text-content h3 {
            font-size: 18px;
            text-align: center; } }
    body .subscribe-with-icon .text-with-input .input-box {
      width: 25%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      height: 30px; }
      @media (max-width: 991px) {
        body .subscribe-with-icon .text-with-input .input-box {
          width: 30%; } }
      @media (max-width: 767px) {
        body .subscribe-with-icon .text-with-input .input-box {
          padding-left: 0;
          width: 100%;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        body .subscribe-with-icon .text-with-input .input-box {
          max-width: 100%; } }
      body .subscribe-with-icon .text-with-input .input-box input {
        border: none;
        font-size: 17px;
        border: 0;
        padding: 0 12px;
        font-family: "canada-type-gibson", sans-serif !important;
        font-weight: 400;
        letter-spacing: 1.4px;
        outline: none;
        width: calc(100%);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0;
        color: #ffffff;
        background-color: #7c7da5; }
        @media (max-width: 480px) {
          body .subscribe-with-icon .text-with-input .input-box input {
            max-width: 260px;
            margin-right: 3px; } }
      body .subscribe-with-icon .text-with-input .input-box input::-webkit-input-placeholder {
        font-family: "canada-type-gibson", sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.21;
        letter-spacing: normal;
        color: #ffffff; }
      body .subscribe-with-icon .text-with-input .input-box input:-ms-input-placeholder {
        font-family: "canada-type-gibson", sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.21;
        letter-spacing: normal;
        color: #ffffff; }
      body .subscribe-with-icon .text-with-input .input-box input::-ms-input-placeholder {
        font-family: "canada-type-gibson", sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.21;
        letter-spacing: normal;
        color: #ffffff; }
      body .subscribe-with-icon .text-with-input .input-box input::placeholder {
        font-family: "canada-type-gibson", sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.21;
        letter-spacing: normal;
        color: #ffffff; }
      body .subscribe-with-icon .text-with-input .input-box button {
        padding: 4px 0 0;
        outline: none;
        display: inline-block;
        vertical-align: middle;
        background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
        background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
        background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
        background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
        width: 100%;
        text-decoration: none;
        position: relative;
        z-index: 0;
        text-align: center;
        margin: 0;
        border-radius: 0;
        max-width: 107px;
        border: 0;
        cursor: pointer;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.38;
        letter-spacing: normal;
        font-family: "canada-type-gibson", sans-serif !important;
        overflow: hidden; }
        @media (max-width: 480px) {
          body .subscribe-with-icon .text-with-input .input-box button {
            max-width: 75px; } }
        body .subscribe-with-icon .text-with-input .input-box button span {
          font-family: "canada-type-gibson", sans-serif !important;
          position: relative;
          font-size: 15px;
          font-weight: 300; }
        body .subscribe-with-icon .text-with-input .input-box button:hover {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #278ea8), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #278ea8 0, #1f6ea9 100%);
          background: -o-linear-gradient(top, #278ea8 0, #1f6ea9 100%);
          background: linear-gradient(to bottom, #278ea8 0, #1f6ea9 100%); }
    body .subscribe-with-icon .text-with-input .social-block {
      width: 45%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 300px; }
      @media (max-width: 1149px) {
        body .subscribe-with-icon .text-with-input .social-block {
          width: 45%;
          padding-left: 150px; } }
      @media (max-width: 991px) {
        body .subscribe-with-icon .text-with-input .social-block {
          width: 40%;
          padding-left: 30px; } }
      @media (max-width: 767px) {
        body .subscribe-with-icon .text-with-input .social-block {
          padding-top: 10px;
          display: block;
          text-align: center;
          width: 100%;
          padding-left: 0; } }
      body .subscribe-with-icon .text-with-input .social-block .label {
        margin: 0 7px 0 0;
        display: block;
        font-weight: 300;
        font-size: 22px;
        color: #ffffff; }
      body .subscribe-with-icon .text-with-input .social-block .social-networks {
        color: #ffffff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style: none;
        font-size: 13px; }
        body .subscribe-with-icon .text-with-input .social-block .social-networks li {
          background: #ffffff;
          width: 34px;
          border-radius: 50%;
          height: 34px;
          margin: 0 0 0 5px; }
          body .subscribe-with-icon .text-with-input .social-block .social-networks li .icon {
            display: block; }
  body .managment-charts h2 strong, body .managment-charts p strong, body .managment-charts h3 strong, body .managment-charts h4 strong, body .managment-charts h5 strong, body .managment-charts h strong, body .managment-charts span strong, body .managment-charts a strong, body .managment-charts td strong {
    font-weight: 700 !important; }
  body .managment-charts .bhelper {
    background-color: black;
    position: fixed;
    z-index: 2;
    bottom: 50px;
    height: 120px;
    width: 270px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    opacity: 0.6;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    body .managment-charts .bhelper p {
      margin: 0;
      padding: 0;
      color: white;
      font-size: 1.2em; }
    body .managment-charts .bhelper .harrow {
      width: 30px;
      border: 15px solid transparent;
      border-top-color: black;
      display: inline-block;
      margin-top: 17px; }
  body .managment-charts .countries {
    position: fixed;
    z-index: 2;
    bottom: -43px;
    height: 72px;
    background: url(/themes/thalesesecurity/templates/assets/images/compare-data.png) no-repeat center 10px #00bbdd;
    -webkit-box-shadow: 0px 0px 10px 0px #777777;
            box-shadow: 0px 0px 10px 0px #777777;
    padding: 32px 10px 10px;
    border-radius: 3px 0px 0px 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 500px;
    cursor: pointer; }
    body .managment-charts .countries.showc {
      bottom: 0; }
    body .managment-charts .countries .tt-cont {
      position: absolute;
      z-index: 102;
      height: 24px;
      width: 140px;
      display: inline-block;
      margin-top: -37px; }
      body .managment-charts .countries .tt-cont .tt-arrow {
        position: absolute;
        display: inline;
        width: 7px;
        height: 7px;
        border: 7px solid transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top-color: #000;
        top: 100%;
        left: -25px; }
      body .managment-charts .countries .tt-cont .tt-text {
        position: absolute;
        background-color: #000000;
        color: #ffffff;
        display: inline;
        padding: 5px 7px 7px;
        font-size: 0.8em;
        line-height: 1em;
        font-weight: normal;
        border-radius: 3px;
        left: 0; }
    body .managment-charts .countries .cbtn {
      display: inline-block;
      border-radius: 3px;
      padding: 1px 8px 5px;
      margin-bottom: 5px;
      width: 36px;
      height: 30px;
      overflow: hidden;
      text-indent: 50px;
      position: relative;
      z-index: 101; }
      body .managment-charts .countries .cbtn:hover {
        cursor: pointer;
        opacity: 0.6; }
      body .managment-charts .countries .cbtn.usf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-us.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.ukf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-uk.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.frf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-fr.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.def {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-de.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.bef {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-bene.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.inf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-in.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.jpf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-jp.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.auf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-au.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.mef {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-me.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.bzf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-bz.jpg) center center no-repeat; }
      body .managment-charts .countries .cbtn.saf {
        background: url(/themes/thalesesecurity/templates/dist/images/flag-saf.jpg) center center no-repeat; }
  body .managment-charts #charts {
    padding: 0 10px; }
    body .managment-charts #charts > div {
      padding-top: 13px;
      margin-bottom: 140px;
      background-color: #e1e1e1; }
      @media (max-width: 1149px) {
        body .managment-charts #charts > div {
          margin-bottom: 40px; } }
      @media (max-width: 595px) {
        body .managment-charts #charts > div {
          margin-bottom: 30px; } }
    body .managment-charts #charts .bg-blue {
      background: #21296f;
      padding: 20px 0; }
    body .managment-charts #charts h2 {
      font-size: 54px;
      font-weight: 700; }
    body .managment-charts #charts h3 {
      color: #242a75;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 14px;
      width: calc(100% - 122px); }
      @media (min-width: 1150px) {
        body .managment-charts #charts h3 {
          padding-right: 50px; } }
    body .managment-charts #charts p {
      font-size: 16px;
      line-height: 1.625;
      margin-bottom: 0;
      color: #fff;
      font-weight: 500; }
    body .managment-charts #charts .lightgrey {
      margin-top: 20px; }
      @media (max-width: 1149px) {
        body .managment-charts #charts .lightgrey {
          margin: 0;
          margin-top: 20px; }
          body .managment-charts #charts .lightgrey h3 {
            font-size: 20px; } }
      @media (max-width: 595px) {
        body .managment-charts #charts .lightgrey {
          margin: 0;
          text-align: center;
          padding: 0 20px; }
          body .managment-charts #charts .lightgrey h3 {
            width: 100%;
            font-size: 16px; } }
    body .managment-charts #charts ul {
      margin: 0 0 0 -6px;
      padding: 0; }
      @media (max-width: 595px) {
        body .managment-charts #charts ul {
          margin: 0; } }
      body .managment-charts #charts ul li {
        position: relative;
        list-style: none;
        font-size: 1em;
        font-weight: 400;
        padding: 10px 10px 10px 30px;
        margin-bottom: 2px;
        margin-right: 10px;
        width: calc(100% - 10px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body .managment-charts #charts ul li:before {
          content: ">";
          font-size: 1.4em;
          color: #00bbdd;
          width: 28px;
          font-weight: 900;
          position: absolute;
          left: 8px;
          top: 4px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          margin-top: -5px; }
        body .managment-charts #charts ul li:hover {
          background-color: #fff;
          padding-left: 34px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          padding-right: 5px; }
          body .managment-charts #charts ul li:hover:before {
            left: 12px; }
        @media (max-width: 595px) {
          body .managment-charts #charts ul li {
            font-size: 14px; } }
    body .managment-charts #charts .lg {
      width: 100%;
      margin: 0;
      padding-bottom: 36px; }
      body .managment-charts #charts .lg .col-lg-8 {
        padding-right: 0;
        padding-left: 40px; }
        @media (max-width: 1149px) {
          body .managment-charts #charts .lg .col-lg-8 {
            padding: 0 15px; } }
        @media (max-width: 595px) {
          body .managment-charts #charts .lg .col-lg-8 {
            padding: 0; } }
    body .managment-charts #charts .grey-left {
      padding-top: 20px;
      padding-left: 35px; }
      @media (max-width: 767px) {
        body .managment-charts #charts .grey-left {
          padding: 10px 20px; } }
      @media (max-width: 595px) {
        body .managment-charts #charts .grey-left {
          padding: 0; } }
    body .managment-charts #charts .gray-right {
      padding-left: 50px; }
    body .managment-charts #charts .darkgrey {
      background-color: #242a75;
      padding: 16px 0;
      margin-bottom: 20px; }
      @media (max-width: 595px) {
        body .managment-charts #charts .darkgrey {
          text-align: center; } }
      body .managment-charts #charts .darkgrey .row {
        margin: 0; }
      body .managment-charts #charts .darkgrey p {
        line-height: 1.6;
        padding-left: 8px; }
        @media (max-width: 1149px) {
          body .managment-charts #charts .darkgrey p {
            padding-left: 12px; } }
        @media (max-width: 595px) {
          body .managment-charts #charts .darkgrey p {
            font-size: 14px;
            padding-left: unset; } }
    body .managment-charts #charts .bigwnum {
      color: #fff;
      font-weight: bold;
      font-size: 56px;
      float: left;
      margin: 0 10px 0 0;
      line-height: 48px;
      letter-spacing: -2px; }
      @media (max-width: 1149px) {
        body .managment-charts #charts .bigwnum {
          font-size: 40px; } }
      body .managment-charts #charts .bigwnum sup {
        font-size: 33px; }
      @media (max-width: 595px) {
        body .managment-charts #charts .bigwnum {
          float: none;
          font-size: 40px;
          margin: 0; }
          body .managment-charts #charts .bigwnum sup {
            font-size: 22px; } }
    body .managment-charts #charts .col-8 h3 {
      max-width: 654px;
      float: left; }
    body .managment-charts #charts .qnum {
      float: right;
      background-color: #00bbdd;
      font-size: 3em;
      color: white;
      font-weight: bold;
      padding: 8px 20px 15px;
      line-height: 1em;
      position: absolute;
      right: 0;
      height: 63px; }
      @media (max-width: 595px) {
        body .managment-charts #charts .qnum {
          margin-bottom: 10px;
          float: none;
          position: relative;
          right: 0;
          left: 0;
          bottom: 0;
          font-size: 2em;
          top: 0;
          height: 50px;
          margin: auto; } }
    body .managment-charts #charts .compcountry {
      background-image: url("/themes/thalesesecurity/templates/assets/images/compare-global.png");
      background-repeat: no-repeat;
      float: left;
      width: 100%;
      padding: 7px 50px 7px 80px;
      font-weight: 500;
      color: #303136;
      margin-bottom: 22px; }
      @media (max-width: 595px) {
        body .managment-charts #charts .compcountry {
          background-position: center left;
          padding: 10px 30px; } }
    body .managment-charts #charts table {
      width: 100%;
      border: none; }
      body .managment-charts #charts table tr {
        background: transparent; }
        body .managment-charts #charts table tr:nth-child(odd) {
          background: transparent; }
      body .managment-charts #charts table td {
        font-size: 0.8em;
        height: 32px;
        vertical-align: middle;
        line-height: 1;
        padding: 0;
        text-align: right; }
        @media (max-width: 595px) {
          body .managment-charts #charts table td {
            text-align: left;
            padding: 5px 0; } }
    body .managment-charts #charts .leftarrow {
      background: url(/themes/thalesesecurity/templates/assets/images/multiq-l-arrow-blue.png) center center no-repeat;
      min-height: 60px;
      padding-left: 0;
      padding-right: 0;
      width: 51px;
      cursor: pointer; }
      @media (min-width: 1150px) {
        body .managment-charts #charts .leftarrow {
          top: -6px; } }
    body .managment-charts #charts .rightarrow {
      background: url(/themes/thalesesecurity/templates/assets/images/multiq-r-arrow-blue.png) center center no-repeat;
      min-height: 60px;
      padding-left: 0;
      padding-right: 0;
      width: 51px;
      cursor: pointer; }
      @media (min-width: 1150px) {
        body .managment-charts #charts .rightarrow {
          top: -6px; } }
    body .managment-charts #charts .multiq-box {
      margin: 0 0 10px 0;
      padding: 10px 15px 10px;
      background-color: #cccccc;
      overflow: hidden;
      width: 98.2%; }
      @media (max-width: 1149px) {
        body .managment-charts #charts .multiq-box {
          width: 100%;
          margin: 20px 0; } }
      @media (max-width: 595px) {
        body .managment-charts #charts .multiq-box {
          width: 100%;
          margin: 10px 0; } }
      body .managment-charts #charts .multiq-box p {
        line-height: 1.6;
        padding: 0 0 1em;
        color: #3C3C3C;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400; }
    body .managment-charts #charts .chart-right {
      position: relative;
      overflow: hidden; }
      @media (max-width: 595px) {
        body .managment-charts #charts .chart-right {
          padding: 2px 10px 0; } }
      @media (max-width: 595px) {
        body .managment-charts #charts .chart-right.chart-left {
          padding: 0; } }
    body .managment-charts #charts .chart-container {
      display: none;
      width: 93%;
      height: inherit;
      position: absolute; }
      body .managment-charts #charts .chart-container.chart-current {
        display: block;
        z-index: 1; }
    body .managment-charts #charts .mquestion {
      position: absolute;
      display: none; }
    body .managment-charts #charts .currentq {
      display: block;
      z-index: 1; }
    body .managment-charts #charts .colourkey {
      width: 25px;
      float: right;
      height: 15px;
      margin-left: 10px;
      display: none; }
  body .management-info {
    padding: 130px 0 100px;
    margin-top: 100px; }
    @media (max-width: 1149px) {
      body .management-info {
        padding: 80px 0 30px; } }
    @media (max-width: 991px) {
      body .management-info {
        padding: 30px 0;
        margin-top: 80px; } }
    @media (max-width: 595px) {
      body .management-info {
        padding: 0;
        margin-top: 60px; } }
    body .management-info strong {
      font-weight: 700 !important; }
    body .management-info .outer-wrapper {
      padding: 0 26px; }
      @media (max-width: 991px) {
        body .management-info .outer-wrapper {
          padding: 0 20px; } }
      @media (max-width: 595px) {
        body .management-info .outer-wrapper {
          padding: 20px; } }
      body .management-info .outer-wrapper .text-wrap {
        padding: 20px 40px 34px 0; }
        @media (max-width: 991px) {
          body .management-info .outer-wrapper .text-wrap {
            padding: 0 10px 0 0; } }
        @media (max-width: 595px) {
          body .management-info .outer-wrapper .text-wrap {
            text-align: center;
            padding: 20px 0;
            -webkit-box-flex: unset;
                -ms-flex: unset;
                    flex: unset;
            max-width: 100%; } }
        body .management-info .outer-wrapper .text-wrap h1 {
          color: #00bbdd;
          font-size: 2.8em;
          padding-right: 32px;
          line-height: 1.1;
          font-weight: 500;
          padding-bottom: 20px; }
          @media (max-width: 991px) {
            body .management-info .outer-wrapper .text-wrap h1 {
              font-size: 2em;
              padding-right: 0;
              padding-bottom: 10px; } }
          @media (max-width: 767px) {
            body .management-info .outer-wrapper .text-wrap h1 {
              font-size: 1.5em; } }
          @media (max-width: 595px) {
            body .management-info .outer-wrapper .text-wrap h1 {
              padding: 0;
              margin: 0;
              font-size: 1.9em;
              padding-bottom: 10px; } }
        body .management-info .outer-wrapper .text-wrap p {
          line-height: 1.6;
          padding: 0 0 1em;
          color: #3C3C3C;
          font-size: 16px;
          margin-bottom: 10px;
          font-weight: 400; }
          @media (max-width: 991px) {
            body .management-info .outer-wrapper .text-wrap p {
              font-size: 15px;
              padding: 0; } }
          @media (max-width: 595px) {
            body .management-info .outer-wrapper .text-wrap p {
              font-size: 14px; } }
      body .management-info .outer-wrapper .image-wrap {
        padding: 0 0 0 50px; }
        @media (max-width: 991px) {
          body .management-info .outer-wrapper .image-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0 0 0 20px; } }
        @media (max-width: 595px) {
          body .management-info .outer-wrapper .image-wrap {
            -webkit-box-flex: unset;
                -ms-flex: unset;
                    flex: unset;
            max-width: 100%;
            display: unset;
            -webkit-box-pack: unset;
                -ms-flex-pack: unset;
                    justify-content: unset;
            -webkit-box-align: unset;
                -ms-flex-align: unset;
                    align-items: unset;
            padding: 0; } }
        @media (max-width: 991px) {
          body .management-info .outer-wrapper .image-wrap img {
            vertical-align: middle; } }
  body .data-security {
    background-color: #e1e1e1; }
    body .data-security form {
      max-width: 622px;
      margin: 0 auto;
      background-color: #fff; }
  body.toolbar-tray-open .sticky-nav {
    top: 200px; }
  body .sticky-nav {
    width: 100%;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-transition: top 0.5s;
    background-color: #242a75;
    position: fixed;
    z-index: 10;
    top: 106px;
    border-top: 7px solid #00BBDD;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
    @media (max-width: 767.98px) {
      body .sticky-nav {
        top: 91px; } }
    body .sticky-nav strong {
      font-weight: 700 !important; }
    body .sticky-nav.bg-pink {
      background-color: #242a75;
      border-color: #00BBDD; }
      @media (max-width: 991.98px) {
        body .sticky-nav.bg-pink .right-nav a {
          padding: 7px 4px 10px;
          font-size: 13px; } }
      @media (max-width: 991.98px) {
        body .sticky-nav.bg-pink .right-nav a:first-child {
          margin-top: 12px; } }
    body .sticky-nav a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500; }
    body .sticky-nav .left-nav {
      float: left;
      margin-left: 26px; }
      @media (max-width: 991.98px) {
        body .sticky-nav .left-nav {
          margin-left: 0; } }
      body .sticky-nav .left-nav a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 0.01em;
        padding-right: 16px; }
        @media (max-width: 991.98px) {
          body .sticky-nav .left-nav a {
            padding-right: 7px; } }
        @media (max-width: 575.98px) {
          body .sticky-nav .left-nav a {
            max-width: 166px;
            vertical-align: middle; } }
        body .sticky-nav .left-nav a .tool-tip {
          position: absolute;
          left: 0;
          right: 0;
          height: 100%; }
        body .sticky-nav .left-nav a .tt-cont {
          position: absolute;
          z-index: 102;
          height: 24px;
          width: 140px;
          display: inline-block;
          margin-top: 5px;
          left: 34px; }
          body .sticky-nav .left-nav a .tt-cont .tt-arrow {
            position: absolute;
            display: inline;
            width: 9px;
            height: 9px;
            border: 9px solid transparent;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-top-color: #000;
            top: 10%;
            left: -15px;
            -webkit-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg); }
          body .sticky-nav .left-nav a .tt-cont .tt-text {
            position: absolute;
            background-color: #000000;
            color: #ffffff;
            display: inline;
            line-height: 1em;
            font-weight: normal;
            border-radius: 3px;
            left: 3px;
            padding: 7px 9px 7px 8px;
            font-size: 12px;
            top: -1px; }
        body .sticky-nav .left-nav a span {
          display: block;
          font-size: 0.8em;
          font-weight: normal;
          letter-spacing: 8px;
          text-transform: uppercase;
          line-height: 1; }
        body .sticky-nav .left-nav a:hover {
          text-decoration: none; }
      body .sticky-nav .left-nav .icon {
        vertical-align: top; }
        @media (max-width: 767px) {
          body .sticky-nav .left-nav .icon {
            vertical-align: middle; } }
    body .sticky-nav .right-nav {
      float: right;
      margin-right: 53px;
      font-size: 0; }
      @media (max-width: 1199.98px) {
        body .sticky-nav .right-nav {
          margin-right: 0; } }
      @media (max-width: 991.98px) {
        body .sticky-nav .right-nav {
          float: left;
          width: 100%;
          margin: 10px 0; } }
      body .sticky-nav .right-nav a {
        display: inline-block;
        border-radius: 4px;
        background-color: transparent;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        letter-spacing: 0.02em;
        padding: 7px 10px 7px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          body .sticky-nav .right-nav a {
            font-size: 13px; } }
        @media (max-width: 991.98px) {
          body .sticky-nav .right-nav a {
            display: block; } }
        body .sticky-nav .right-nav a:hover {
          border-radius: 4px;
          background-color: #00BBDD; }
        body .sticky-nav .right-nav a.active {
          border-radius: 4px;
          background-color: #00BBDD; }
          body .sticky-nav .right-nav a.active:hover {
            border-radius: 4px;
            opacity: 0.9; }
    body .sticky-nav .burger-menu {
      display: none;
      position: relative;
      float: right;
      cursor: pointer;
      width: 25px;
      height: 14px; }
      @media (max-width: 991px) {
        body .sticky-nav .burger-menu {
          margin: 8px 0; } }
      @media (max-width: 991.98px) {
        body .sticky-nav .burger-menu {
          display: block; } }
      body .sticky-nav .burger-menu span {
        position: absolute;
        height: 3px;
        width: 100%;
        background: #ffffff; }
        body .sticky-nav .burger-menu span:first-child {
          top: 0; }
        body .sticky-nav .burger-menu span:nth-child(2) {
          top: 50%; }
        body .sticky-nav .burger-menu span:last-child {
          top: 100%; }
    body .sticky-nav.nav-up {
      -webkit-transform: translateY(-173px);
           -o-transform: translateY(-173px);
              transform: translateY(-173px);
      z-index: 1; }
  body .calc-banner {
    height: 497px;
    overflow: hidden;
    margin-top: 130px;
    padding: 0; }
    @media (max-width: 1199.98px) {
      body .calc-banner {
        margin-top: 130px; } }
    @media (max-width: 991.98px) {
      body .calc-banner {
        margin-top: 0; } }
    @media (max-width: 767.98px) {
      body .calc-banner {
        height: auto; } }
    body .calc-banner strong {
      font-weight: 700 !important; }
    body .calc-banner .text-wrapper {
      padding: 90px 0 0; }
      @media (max-width: 1199.98px) {
        body .calc-banner .text-wrapper {
          padding: 50px 0; } }
      body .calc-banner .text-wrapper h1 {
        font-size: 2.8em;
        margin-bottom: 38px;
        color: #000000;
        font-weight: 400;
        line-height: 1.1; }
        @media (max-width: 991.98px) {
          body .calc-banner .text-wrapper h1 {
            font-size: 36px; } }
        @media (max-width: 767.98px) {
          body .calc-banner .text-wrapper h1 {
            font-size: 30px;
            margin-bottom: 18px; } }
        @media (max-width: 575.98px) {
          body .calc-banner .text-wrapper h1 {
            font-size: 25px; } }
      body .calc-banner .text-wrapper h3 {
        color: #253746; }
    body .calc-banner h1 {
      color: #ffffff;
      font-weight: 400; }
    body .calc-banner a {
      margin: 0;
      font-size: 16px;
      padding: 8px 16px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      border: solid 1px;
      background-color: #242a75;
      display: inline-block;
      border-radius: 5px;
      font-weight: bold;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      body .calc-banner a:hover {
        opacity: 0.8; }
      body .calc-banner a.btn-blue {
        background-color: #00BBDD;
        border: solid 1px #00BBDD; }
        body .calc-banner a.btn-blue:hover {
          opacity: 0.8; }
    body .calc-banner > div {
      position: relative;
      height: inherit;
      top: 0; }
    body .calc-banner .v-middle-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2; }
    body .calc-banner .content-wrapper {
      padding: 0 40px; }
      @media (max-width: 767.98px) {
        body .calc-banner .content-wrapper {
          padding: 0 20px; } }
    body .calc-banner .bg-img {
      height: inherit; }
      @media (max-width: 767.98px) {
        body .calc-banner .bg-img {
          height: 380px; } }
      body .calc-banner .bg-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 575.98px) {
          body .calc-banner .bg-img img {
            -o-object-position: 100%;
               object-position: 100%; } }
    body .calc-banner .container.inner-container {
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (min-width: 992px) {
      body .calc-banner.voilet-banner {
        height: 518px; } }
    body .calc-banner.voilet-banner .bg-img img {
      -o-object-position: top;
         object-position: top; }
    @media (min-width: 992px) {
      body .calc-banner.voilet-banner .content-wrapper .text-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 57.666667%;
                flex: 0 0 57.666667%;
        max-width: 56.666667%; } }
    body .calc-banner.voilet-banner .content-wrapper .text-wrapper h1 {
      color: #242a75;
      margin-bottom: 11px; }
    body .calc-banner.voilet-banner .content-wrapper .text-wrapper h3 {
      margin-bottom: 11px; }
    @media (max-width: 595px) {
      body .calc-banner.home-banner .full-row {
        text-align: center; } }
    body .calc-banner.home-banner h1 {
      color: #ffffff; }
    body .calc-banner.home-banner p {
      color: #ffffff;
      font-weight: 400; }
  @media (max-width: 991.98px) {
    body .sticky-nav + .calc-banner {
      margin-top: 62px; } }
  @media (max-width: 575.98px) {
    body .sticky-nav + .calc-banner {
      margin-top: 57px; } }
  body .cost-analysis {
    padding: 0 0 68px;
    background-color: #f5f5f5; }
    @media (max-width: 767px) {
      body .cost-analysis {
        padding: 0 0 40px; } }
    body .cost-analysis strong {
      font-weight: 700 !important; }
    body .cost-analysis .calculator-wrap {
      position: relative;
      min-height: 700px; }
      @media (max-width: 1149px) {
        body .cost-analysis .calculator-wrap {
          min-height: 350px; } }
    body .cost-analysis .dots {
      padding-top: 15px;
      text-align: center;
      padding-bottom: 36px; }
      @media (max-width: 595px) {
        body .cost-analysis .dots {
          padding: 15px 0; } }
      body .cost-analysis .dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: #cccccc;
        display: inline-block;
        margin: 0 4px;
        vertical-align: middle; }
      body .cost-analysis .dots .activedot {
        background-color: #242a75 !important; }
    body .cost-analysis h2 {
      font-weight: bold;
      padding: 26px 0 50px 0;
      color: #212121; }
      @media (max-width: 595px) {
        body .cost-analysis h2 {
          padding: 30px 0 20px;
          text-align: center;
          font-size: 20px; } }
    body .cost-analysis h3 {
      text-align: center;
      margin: 0;
      color: #ffffff;
      padding: 14px;
      font-size: 24px;
      background-color: #242a75; }
      @media (max-width: 595px) {
        body .cost-analysis h3 {
          font-size: 18px; } }
    body .cost-analysis .arrow-center {
      text-align: center;
      margin-bottom: 0 !important;
      font-size: 0; }
      body .cost-analysis .arrow-center .arrow {
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        border: 20px solid #ffffff;
        border-top-color: #242a75; }
    body .cost-analysis .white-block {
      background-color: #ffffff;
      padding: 0 70px 20px; }
      @media (max-width: 1149px) {
        body .cost-analysis .white-block {
          padding: 0 30px 20px; } }
      @media (max-width: 595px) {
        body .cost-analysis .white-block {
          padding: 0 10px 20px;
          text-align: center; } }
      body .cost-analysis .white-block p {
        font-weight: 400;
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 18px; }
        body .cost-analysis .white-block p strong {
          font-weight: 700; }
        body .cost-analysis .white-block p .downloadbtn {
          text-transform: uppercase;
          padding: 15px 20px;
          margin: 40px 0 3px;
          display: inline-block;
          border-radius: 3px;
          font-size: 1.4em;
          font-weight: bold;
          color: #ffffff;
          background-color: #242a75; }
          body .cost-analysis .white-block p .downloadbtn:hover {
            cursor: pointer;
            opacity: 0.9; }
          @media (max-width: 595px) {
            body .cost-analysis .white-block p .downloadbtn {
              padding: 12px;
              margin: 10px 0 3px;
              font-size: 1.1em; } }
        @media (max-width: 595px) {
          body .cost-analysis .white-block p {
            font-size: 12px;
            margin-bottom: 14px;
            text-align: center; } }
      body .cost-analysis .white-block ol {
        margin-top: 0;
        padding: 0 0 18px 36px; }
        @media (max-width: 595px) {
          body .cost-analysis .white-block ol {
            padding: 10px 20px;
            text-align: center; } }
        body .cost-analysis .white-block ol li {
          font-weight: bold;
          font-size: 22px;
          margin-bottom: 0; }
          @media (max-width: 595px) {
            body .cost-analysis .white-block ol li {
              font-size: 14px;
              text-align: center; } }
      body .cost-analysis .white-block .startbtn {
        padding: 10px;
        text-transform: uppercase;
        margin-top: 0;
        display: inline-block;
        border-radius: 3px;
        font-weight: bold;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #242a75;
        color: #fff; }
        body .cost-analysis .white-block .startbtn:hover {
          cursor: pointer;
          opacity: 0.9; }
        @media (max-width: 595px) {
          body .cost-analysis .white-block .startbtn {
            text-align: center;
            font-size: 12px; } }
      body .cost-analysis .white-block .vfields input {
        border-radius: 3px;
        border: solid 1px #cccccc;
        width: 100%;
        padding: 3px 5px;
        font-weight: bold;
        text-align: right;
        margin-bottom: 5px; }
      body .cost-analysis .white-block .vfields input[disabled] {
        background-color: #dddddd;
        color: #000000; }
      body .cost-analysis .white-block .vfields .mob-hide p {
        margin-bottom: 16px; }
      @media (max-width: 595px) {
        body .cost-analysis .white-block .vfields .mob-hide {
          display: none; } }
    body .cost-analysis .sentinelup-cta {
      padding: 30px 70px 10px;
      background: url(/themes/thalesesecurity/templates/assets/images/sentinel-up-cta-bg.jpg) center center no-repeat;
      background-size: cover; }
      @media (max-width: 595px) {
        body .cost-analysis .sentinelup-cta {
          padding: 20px; } }
      body .cost-analysis .sentinelup-cta h5 {
        font-size: 23px;
        margin-bottom: 30px;
        padding: 0 10px;
        color: #ffffff; }
        body .cost-analysis .sentinelup-cta h5 strong {
          font-weight: 700;
          color: #ffffff; }
      body .cost-analysis .sentinelup-cta p {
        padding: 0 0 22px;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400; }
        body .cost-analysis .sentinelup-cta p .bigbtn {
          background-color: #242a75;
          color: white;
          border: solid 1px #242a75;
          padding: 8px 13px 8px;
          border-radius: 3px;
          font-size: 18px;
          text-transform: uppercase;
          display: inline-block;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-weight: 700; }
          body .cost-analysis .sentinelup-cta p .bigbtn:hover {
            text-decoration: none;
            background-color: transparent;
            color: #242a75; }
          @media (max-width: 1149px) {
            body .cost-analysis .sentinelup-cta p .bigbtn {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body .cost-analysis .sentinelup-cta p .bigbtn {
              font-size: 16px; } }
    body .cost-analysis .progress-btns {
      padding-top: 60px; }
      @media (max-width: 595px) {
        body .cost-analysis .progress-btns {
          padding-top: 30px; } }
      body .cost-analysis .progress-btns .megapbtn {
        width: 100%;
        padding: 10px;
        margin: 0;
        display: inline-block;
        border-radius: 3px;
        color: white;
        max-width: 290px;
        background-color: #242a75;
        -webkit-transition: all 0.3;
        -o-transition: all 0.3;
        transition: all 0.3;
        float: right;
        height: 100%; }
        body .cost-analysis .progress-btns .megapbtn.prevbtn {
          cursor: pointer; }
        body .cost-analysis .progress-btns .megapbtn.nextbtn {
          cursor: pointer; }
        body .cost-analysis .progress-btns .megapbtn.disabled {
          cursor: not-allowed; }
        body .cost-analysis .progress-btns .megapbtn:hover {
          cursor: pointer;
          opacity: 0.9; }
          body .cost-analysis .progress-btns .megapbtn:hover.disabled {
            cursor: not-allowed; }
      body .cost-analysis .progress-btns .bolder-text {
        font-weight: bold;
        font-size: 20px; }
        @media (max-width: 595px) {
          body .cost-analysis .progress-btns .bolder-text {
            font-size: 15px; } }
      body .cost-analysis .progress-btns .prevtitle {
        font-size: 14px; }
        @media (max-width: 595px) {
          body .cost-analysis .progress-btns .prevtitle {
            font-size: 12px; } }
      body .cost-analysis .progress-btns .nexttitle {
        font-size: 14px; }
        @media (max-width: 595px) {
          body .cost-analysis .progress-btns .nexttitle {
            font-size: 12px; } }
      body .cost-analysis .progress-btns .meganbtn {
        width: 100%;
        padding: 10px;
        margin: 0;
        display: inline-block;
        border-radius: 3px;
        color: white;
        max-width: 290px;
        background-color: #242a75;
        -webkit-transition: all 0.3;
        -o-transition: all 0.3;
        transition: all 0.3;
        float: left; }
        body .cost-analysis .progress-btns .meganbtn:hover {
          cursor: pointer;
          opacity: 0.9; }
      body .cost-analysis .progress-btns .dbtn {
        background-color: #dddddd !important; }
    body .cost-analysis #calculator-container {
      position: relative; }
      body .cost-analysis #calculator-container > div {
        display: none; }
      body .cost-analysis #calculator-container .savebtn {
        display: inline-block; }
        body .cost-analysis #calculator-container .savebtn.sprogess {
          background-image: url(/themes/thalesesecurity/templates/assets/images/6e7d66e0-74f8-11ea-9e0e-a0369f10330e.gif) !important;
          background-size: 95%; }
      body .cost-analysis #calculator-container .tt-cont {
        display: block !important;
        left: -6;
        top: -32px; }
        body .cost-analysis #calculator-container .tt-cont .tt-arrow {
          border-top-color: #000000;
          left: -25px;
          top: 20px; }
      body .cost-analysis #calculator-container #calculator-part1 {
        max-width: 810px;
        display: block;
        margin: 0 auto; }
      body .cost-analysis #calculator-container #calculator-part2 .white-block {
        padding-bottom: 20px; }
        body .cost-analysis #calculator-container #calculator-part2 .white-block:last-child {
          padding-bottom: 26px; }
          body .cost-analysis #calculator-container #calculator-part2 .white-block:last-child p {
            padding: 0; }
      body .cost-analysis #calculator-container #calculator-part5 .text-center {
        margin-bottom: 10px; }
      body .cost-analysis #calculator-container #calculator-part5 .row .text-center .expbtn {
        width: 100%;
        padding: 14px 10px;
        border: solid 1px #cccccc;
        border-radius: 3px;
        display: inline-block;
        margin-top: 10px;
        text-align: center; }
        body .cost-analysis #calculator-container #calculator-part5 .row .text-center .expbtn.expbtnon {
          color: #ffffff;
          background-color: #242a75 !important; }
        body .cost-analysis #calculator-container #calculator-part5 .row .text-center .expbtn.singleln {
          padding: 21px 0 26px; }
        body .cost-analysis #calculator-container #calculator-part5 .row .text-center .expbtn:hover {
          cursor: pointer;
          background-color: #242a75 !important;
          opacity: 0.8;
          color: #ffffff; }
          body .cost-analysis #calculator-container #calculator-part5 .row .text-center .expbtn:hover.expbtnon {
            opacity: 1; }
      body .cost-analysis #calculator-container #calculator-part6 .grey-block p {
        color: #3C3C3C;
        margin-bottom: 8px;
        font-size: 16px;
        padding: 0 20px 0 0; }
        body .cost-analysis #calculator-container #calculator-part6 .grey-block p strong {
          color: #3C3C3C;
          font-weight: 700; }
        body .cost-analysis #calculator-container #calculator-part6 .grey-block p .bigbtn {
          background-color: #242a75;
          color: white;
          border: solid 1px #242a75;
          padding: 8px 13px 8px;
          border-radius: 3px;
          text-transform: uppercase;
          display: inline-block;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-weight: 700; }
          body .cost-analysis #calculator-container #calculator-part6 .grey-block p .bigbtn:hover {
            text-decoration: none;
            background-color: transparent;
            color: #242a75; }
          @media (max-width: 1149px) {
            body .cost-analysis #calculator-container #calculator-part6 .grey-block p .bigbtn {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body .cost-analysis #calculator-container #calculator-part6 .grey-block p .bigbtn {
              font-size: 12px; } }
      body .cost-analysis #calculator-container #calculator-part6 .grey-block .big-text {
        font-size: 3em;
        margin-bottom: 10px;
        line-height: 1.0;
        font-weight: bold; }
    body .cost-analysis .arrow-right {
      background: url(/themes/thalesesecurity/templates/assets/images/6e6f05be-74f8-11ea-bca5-a0369f10330e.png) 30px 0 no-repeat;
      width: 100%;
      height: 57px;
      display: block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-top: 415px;
      position: relative;
      right: 0; }
      body .cost-analysis .arrow-right.drarrow {
        background-image: url(/themes/thalesesecurity/templates/dist/images/arrow-right-disabled.png) !important; }
      body .cost-analysis .arrow-right.nextbtn {
        cursor: pointer; }
      body .cost-analysis .arrow-right.disabled {
        cursor: not-allowed; }
      body .cost-analysis .arrow-right:hover {
        right: -10px; }
      @media (max-width: 1149px) {
        body .cost-analysis .arrow-right {
          display: none !important; } }
    body .cost-analysis .arrow-left {
      background: url(/themes/thalesesecurity/templates/assets/images/6ec96428-74f8-11ea-afbd-008cfa043684.png) 70px 0 no-repeat;
      width: 100%;
      height: 57px;
      display: block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-top: 415px;
      position: relative;
      left: 26px; }
      body .cost-analysis .arrow-left.dlarrow {
        background-image: url(/themes/thalesesecurity/templates/dist/images/arrow-left-disabled.png) !important; }
      body .cost-analysis .arrow-left.prevbtn {
        cursor: pointer; }
      body .cost-analysis .arrow-left.disabled {
        cursor: not-allowed; }
      body .cost-analysis .arrow-left:hover {
        left: 20px; }
      @media (max-width: 1149px) {
        body .cost-analysis .arrow-left {
          display: none; } }
    body .cost-analysis .savebtn {
      background: url(/themes/thalesesecurity/templates/assets/images/6e76a116-74f8-11ea-a1e5-008cfa044124.png) no-repeat;
      display: inline-block;
      width: 30px;
      height: 29px;
      float: right;
      margin-right: 52px; }
      body .cost-analysis .savebtn:hover {
        background-position: bottom;
        cursor: pointer; }
      @media (max-width: 595px) {
        body .cost-analysis .savebtn {
          margin-right: 0; } }
    body .cost-analysis label {
      font-size: 0.9em;
      color: #888888;
      margin-bottom: 16px;
      display: block; }
    body .cost-analysis input {
      border-radius: 3px;
      border: solid 1px #cccccc;
      width: 100%;
      padding: 8px 10px 8px;
      font-weight: bold; }
    body .cost-analysis #projectname {
      width: 100%;
      border: none;
      border-bottom: 1px solid #cccccc;
      border-radius: 0;
      font-weight: bold;
      font-size: 1.3em;
      padding: 0 0 4px 0;
      margin-bottom: 40px;
      height: 39px; }
      @media (max-width: 595px) {
        body .cost-analysis #projectname {
          text-align: center; } }
    body .cost-analysis .test-wrap {
      position: relative; }
    body .cost-analysis .plus, body .cost-analysis .minus {
      display: inline-block;
      position: absolute;
      right: 6px;
      font-size: 1.4em;
      line-height: 0.5em;
      padding: 0px 5px 5px;
      color: #cccccc; }
    body .cost-analysis .plus:hover, body .cost-analysis .minus:hover {
      cursor: pointer;
      color: #242a75; }
    body .cost-analysis .minus {
      top: 24px; }
    body .cost-analysis .plus {
      top: 6px;
      right: 5px; }
    body .cost-analysis .two-line {
      padding-right: 12px; }
    body .cost-analysis .req-btn {
      color: #242a75; }
    body .cost-analysis .grey-block {
      padding: 25px 70px;
      border-top: 2px solid #dddddd;
      border-bottom: 2px solid #dddddd;
      background-color: #eeeeee; }
      @media (max-width: 1149px) {
        body .cost-analysis .grey-block {
          padding: 26px; } }
      body .cost-analysis .grey-block p {
        color: #3C3C3C;
        margin-bottom: 6px;
        font-size: 16px; }
        body .cost-analysis .grey-block p strong {
          color: #3C3C3C;
          font-weight: 700; }
        body .cost-analysis .grey-block p .bigbtn {
          background-color: #242a75;
          color: white;
          border: solid 1px #242a75;
          padding: 8px 13px 8px;
          border-radius: 3px;
          font-size: 18px;
          text-transform: uppercase;
          display: inline-block;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-weight: 700; }
          body .cost-analysis .grey-block p .bigbtn:hover {
            text-decoration: none;
            background-color: transparent;
            color: #242a75; }
          @media (max-width: 1149px) {
            body .cost-analysis .grey-block p .bigbtn {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body .cost-analysis .grey-block p .bigbtn {
              font-size: 12px; } }
      body .cost-analysis .grey-block .big-text {
        font-size: 3em;
        margin-bottom: 0;
        line-height: 1.1em;
        font-weight: bold; }
    body .cost-analysis .tt-cont {
      position: absolute;
      z-index: 100;
      height: 24px;
      width: 60px;
      display: inline-block;
      right: -12px; }
    body .cost-analysis .tt-arrow {
      position: absolute;
      display: inline;
      width: 7px;
      height: 7px;
      border: 7px solid transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    body .cost-analysis .build, body .cost-analysis .buy {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.7em;
      margin: 30px 15px;
      display: inline-block;
      vertical-align: top;
      width: 80px; }
      @media (max-width: 991px) {
        body .cost-analysis .build, body .cost-analysis .buy {
          margin: 2px; } }
      @media (max-width: 595px) {
        body .cost-analysis .build, body .cost-analysis .buy {
          font-size: 1em;
          margin: 0; } }
    body .cost-analysis .build {
      text-align: right; }
    body .cost-analysis .buy {
      text-align: left; }
    body .cost-analysis .bvb {
      text-align: center;
      min-height: 105px;
      padding-top: 40px; }
    body .cost-analysis .needle {
      background: url(/themes/thalesesecurity/templates/dist/images/meter-bg.png) top center no-repeat;
      width: 180px;
      height: 124px;
      display: inline-block;
      position: relative; }
      body .cost-analysis .needle img {
        position: absolute;
        left: 41%;
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
        -webkit-transform-origin: 16px 105px;
             -o-transform-origin: 16px 105px;
                transform-origin: 16px 105px;
        -webkit-transition: transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out; }
    body .cost-analysis .tt-text {
      position: absolute;
      background-color: #000000;
      color: #ffffff;
      display: inline;
      padding: 2px 7px 7px;
      font-size: 0.8em;
      line-height: 1em;
      font-weight: normal;
      border-radius: 3px;
      text-align: center;
      left: 0; }
    body .cost-analysis .fuchsia-block {
      padding: 30px 70px 10px;
      background-color: #242a75; }
    body .cost-analysis p {
      font-size: 1.1em;
      color: #fff; }
    body .cost-analysis .stat {
      font-size: 4em;
      font-weight: bold;
      line-height: 1em; }
      @media (max-width: 767px) {
        body .cost-analysis .stat {
          font-size: 3em; } }
      @media (max-width: 595px) {
        body .cost-analysis .stat {
          font-size: 2em; } }
  body em {
    font-style: italic; }
    body em a {
      color: #242a75;
      text-decoration: none;
      font-size: 0.9em; }
      body em a:hover {
        color: #242a75;
        text-decoration: none;
        font-size: 0.9em; }
  body .access-management {
    padding-top: 62px;
    background-color: #f5f5f5; }
    body .access-management strong {
      font-weight: 700 !important; }
    @media (min-width: 768px) {
      body .access-management .column-wrapper {
        padding: 0 0 0 27px; } }
    @media (min-width: 768px) {
      body .access-management .column-wrapper .text-wrap {
        padding-right: 40px; } }
    body .access-management .column-wrapper .text-wrap .getstarted {
      margin-top: 20px;
      font-size: 16px;
      padding: 5px 10px 5px; }
    @media (min-width: 768px) {
      body .access-management .column-wrapper .img-wrap {
        padding-left: 29px; } }
    body .access-management .asat-bluebtn, body .access-management .asat-backbtn {
      background-color: #00bbdd;
      display: inline-block;
      border-radius: 3px;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      padding: 4px 10px 9px;
      font-size: 1.3em;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      body .access-management .asat-bluebtn:hover, body .access-management .asat-backbtn:hover {
        background-color: #25899B !important;
        text-decoration: none; }
      body .access-management .asat-bluebtn#results-btn, body .access-management .asat-backbtn#results-btn {
        margin-top: 0;
        padding: 15px 35px; }
    body .access-management p {
      line-height: 1.6;
      padding: 0 0 1em;
      color: #3C3C3C;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400; }
    body .access-management #asat-intro ul {
      list-style-image: url(/themes/thalesesecurity/templates/dist/images/tick.png);
      padding-left: 25px; }
      body .access-management #asat-intro ul li {
        padding-bottom: 0;
        margin-bottom: 6px;
        font-size: 16px;
        font-weight: bold; }
    body .access-management #asat-questions {
      display: none;
      background-color: #f5f5f5;
      padding: 50px 0; }
      @media (max-width: 767px) {
        body .access-management #asat-questions {
          padding: 20px 0 10px; } }
      @media (max-width: 595px) {
        body .access-management #asat-questions {
          padding: 10px 0 10px; } }
      @media (min-width: 768px) {
        body .access-management #asat-questions .ast-wrapper {
          padding: 0 58px 0 27px; } }
      body .access-management #asat-questions h2 {
        font-weight: bold;
        color: black; }
        @media (min-width: 768px) {
          body .access-management #asat-questions h2 {
            font-size: 2em;
            margin-bottom: 12px; } }
        @media (min-width: 768px) {
          body .access-management #asat-questions h2 {
            font-size: 2em; } }
        @media (max-width: 595px) {
          body .access-management #asat-questions h2 {
            font-size: 1.6em;
            margin-bottom: 10px; } }
      body .access-management #asat-questions .asat-box {
        padding: 51px 50px 100px;
        background-color: white;
        margin-bottom: 51px;
        position: relative; }
        @media (max-width: 767px) {
          body .access-management #asat-questions .asat-box {
            margin-bottom: 36px; } }
        @media (max-width: 767.98px) {
          body .access-management #asat-questions .asat-box {
            padding: 51px 30px 100px; } }
        body .access-management #asat-questions .asat-box.no-slider .asat-cbtn {
          margin: 15px 0; }
        body .access-management #asat-questions .asat-box:last-child {
          margin-bottom: 30px; }
      body .access-management #asat-questions .asat-outline {
        border: solid 1px #cccccc;
        margin-bottom: 4px;
        padding-bottom: 0; }
      body .access-management #asat-questions .asat-cbtn {
        display: table;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 5px solid #00bbdd;
        -webkit-box-shadow: 0px 0px 8px #cccccc;
                box-shadow: 0px 0px 8px #cccccc;
        font-weight: bold;
        padding: 5px 0;
        min-height: 70px;
        border-radius: 5px;
        margin: 15px 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media (max-width: 991px) {
          body .access-management #asat-questions .asat-cbtn {
            padding: 5px 10px; } }
        body .access-management #asat-questions .asat-cbtn:hover {
          -webkit-box-shadow: 0px 0px 8px #aaaaaa;
                  box-shadow: 0px 0px 8px #aaaaaa;
          border-bottom-color: #00ddff;
          cursor: pointer; }
        body .access-management #asat-questions .asat-cbtn p {
          display: table-cell;
          vertical-align: middle;
          margin: 0;
          padding: 0;
          font-weight: bold; }
          @media (max-width: 575.98px) {
            body .access-management #asat-questions .asat-cbtn p {
              font-size: 14px; } }
          @media (max-width: 767px) {
            body .access-management #asat-questions .asat-cbtn p {
              font-size: 14px; } }
        body .access-management #asat-questions .asat-cbtn.asat-active {
          background-color: #00bbdd;
          background-position: bottom center;
          -webkit-box-shadow: inset 0px 5px 8px 0px #0088aa !important;
                  box-shadow: inset 0px 5px 8px 0px #0088aa !important;
          border-bottom-color: #00ddff; }
          body .access-management #asat-questions .asat-cbtn.asat-active p {
            color: #ffffff; }
      @media (min-width: 992px) {
        body .access-management #asat-questions .col-md-offset-2 {
          margin-left: 16.66666667%; } }
      @media (max-width: 595px) {
        body .access-management #asat-questions .exlogos {
          text-align: center; } }
      body .access-management #asat-questions .exlogos img {
        width: 25%;
        margin: 30px 17px 0 0;
        display: inline-block; }
        @media (max-width: 575.98px) {
          body .access-management #asat-questions .exlogos img {
            width: 24%; } }
        @media (max-width: 595px) {
          body .access-management #asat-questions .exlogos img {
            width: 30%;
            margin: 0 6px 10px; } }
      body .access-management #asat-questions .totgreybox {
        position: absolute;
        background-color: #606060;
        border-radius: 3px 0 0 3px;
        padding: 15px 50px 15px 15px;
        bottom: 30px;
        right: 0; }
        body .access-management #asat-questions .totgreybox p {
          margin: 0;
          padding: 0;
          font-weight: bold;
          color: white;
          font-size: 14px; }
          body .access-management #asat-questions .totgreybox p .asatsnum {
            font-size: 2em;
            position: absolute;
            right: 10px;
            bottom: 4px; }
      body .access-management #asat-questions .confluence {
        background: url(/themes/thalesesecurity/templates/dist/images/confluence-logo.png) no-repeat top center; }
      body .access-management #asat-questions .google {
        background: url(/themes/thalesesecurity/templates/dist/images/google-cloud-logo.png) no-repeat top center; }
      body .access-management #asat-questions .salesforce {
        background: url(/themes/thalesesecurity/templates/dist/images/salesforce-logo.png) no-repeat top center; }
      body .access-management #asat-questions .zendesk {
        background: url(/themes/thalesesecurity/templates/dist/images/zendesk-logo.png) no-repeat top center; }
      body .access-management #asat-questions .azure {
        background: url(/themes/thalesesecurity/templates/dist/images/microsoft-azure-logo.png) no-repeat top center; }
      body .access-management #asat-questions .aws {
        background: url(/themes/thalesesecurity/templates/dist/images/aws-logo.png) no-repeat top center; }
      body .access-management #asat-questions .office365 {
        background: url(/themes/thalesesecurity/templates/dist/images/office-365-logo.png) no-repeat top center; }
      body .access-management #asat-questions .senstivity-slider {
        height: 20px;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        body .access-management #asat-questions .senstivity-slider.showslider {
          height: 120px;
          opacity: 1; }
        body .access-management #asat-questions .senstivity-slider p {
          padding: 0;
          margin: 0; }
        body .access-management #asat-questions .senstivity-slider div, body .access-management #asat-questions .senstivity-slider p {
          display: none; }
      body .access-management #asat-questions .otherfield {
        width: 100%;
        border-radius: 3px;
        border: solid 1px #cccccc;
        margin-top: 10px;
        padding: 10px;
        display: none; }
      body .access-management #asat-questions .astart, body .access-management #asat-questions .amiddle, body .access-management #asat-questions .aend {
        position: absolute;
        font-size: 0.8em; }
      body .access-management #asat-questions .astart {
        left: 4%; }
      body .access-management #asat-questions .amiddle {
        left: 44%; }
      body .access-management #asat-questions .aend {
        left: 89%; }
      body .access-management #asat-questions .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        margin: 38px 0 20px 0;
        width: 96%;
        height: 13px;
        position: relative;
        border-radius: 3px; }
        body .access-management #asat-questions .ui-widget.ui-widget-content > div {
          width: 2em;
          height: 30px;
          top: 50%;
          margin-top: -.8em;
          text-align: center;
          line-height: 1.6em;
          border-radius: 3px;
          -webkit-box-shadow: 0px 0px 8px #cccccc;
                  box-shadow: 0px 0px 8px #cccccc;
          background: white;
          font-weight: bold;
          color: #454545;
          position: absolute;
          border-bottom: 5px solid #00bbdd;
          z-index: 2;
          outline: none;
          cursor: default;
          -ms-touch-action: none;
          touch-action: none; }
      body .access-management #asat-questions .asat-bluebtn, body .access-management #asat-questions .asat-backbtn {
        background-color: #00bbdd;
        display: inline-block;
        border-radius: 3px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 35px 15px;
        font-size: 1.3em;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body .access-management #asat-questions .asat-bluebtn:hover, body .access-management #asat-questions .asat-backbtn:hover {
          background-color: #25899B; }
        body .access-management #asat-questions .asat-bluebtn#results-btn, body .access-management #asat-questions .asat-backbtn#results-btn {
          margin-top: 0; }
          @media (max-width: 767px) {
            body .access-management #asat-questions .asat-bluebtn#results-btn, body .access-management #asat-questions .asat-backbtn#results-btn {
              padding: 10px 15px; } }
      @media (min-width: 992px) {
        body .access-management #asat-questions .col-sm-offset-2 {
          margin-left: 16.66666667%; } }
    body .access-management #asat-results {
      background-color: #f5f5f5;
      padding: 50px 0;
      display: none; }
      @media (max-width: 767px) {
        body .access-management #asat-results {
          padding: 0; } }
      body .access-management #asat-results .access-form {
        max-width: 730px;
        margin: 0 auto; }
        body .access-management #asat-results .access-form .heading h2 {
          font-weight: 400;
          color: #ffffff;
          text-align: center;
          padding: 10px 0 10px;
          text-transform: uppercase;
          margin: 0;
          background-color: #242a75;
          position: relative;
          font-size: 27px; }
          body .access-management #asat-results .access-form .heading h2:after {
            content: '';
            position: absolute;
            width: 40px;
            border: 20px solid transparent;
            border-top-color: #242a75;
            border-bottom: 1px;
            display: inline-block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            bottom: -20px;
            z-index: 2;
            left: 50%;
            -webkit-transform: translateX(-50%);
                 -o-transform: translateX(-50%);
                    transform: translateX(-50%); }
          @media screen and (min-width: 320px) and (max-width: 501px) {
            body .access-management #asat-results .access-form .heading h2 {
              font-size: 22px;
              padding: 10px; } }
        body .access-management #asat-results .access-form form {
          background: #fff;
          padding: 34px 21px 0; }
          body .access-management #asat-results .access-form form label {
            font-size: 16px;
            color: #253746;
            width: 30%;
            display: inline-block; }
            @media screen and (min-width: 320px) and (max-width: 501px) {
              body .access-management #asat-results .access-form form label {
                width: 100%; } }
            body .access-management #asat-results .access-form form label:before {
              content: '*';
              display: inline;
              font-size: inherit;
              color: red; }
          body .access-management #asat-results .access-form form input {
            width: 38%;
            margin-left: 21px;
            padding: 10px;
            height: 31px;
            margin-top: 5px;
            border: 1px solid #d6d4d4;
            display: inline-block; }
            @media (max-width: 991.98px) {
              body .access-management #asat-results .access-form form input {
                width: 64%; } }
            @media screen and (min-width: 320px) and (max-width: 501px) {
              body .access-management #asat-results .access-form form input {
                width: 100%;
                margin: 6px 0; } }
          body .access-management #asat-results .access-form form select {
            position: relative;
            outline: none;
            height: 32px;
            padding: 0 8px;
            width: 38%;
            margin-left: 21px;
            background: url(/themes/thalesesecurity/templates/dist/images/select_dropdown.png) no-repeat right #f5f5f5;
            background-size: 7%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #d6d4d4;
            border-radius: 5px;
            display: inline-block; }
            @media (max-width: 991.98px) {
              body .access-management #asat-results .access-form form select {
                width: 64%; } }
            @media screen and (min-width: 320px) and (max-width: 501px) {
              body .access-management #asat-results .access-form form select {
                width: 100%;
                margin: 6px 0; } }
          body .access-management #asat-results .access-form form .download-btn {
            float: left;
            width: 100%; }
            body .access-management #asat-results .access-form form .download-btn input {
              padding: 7px 10px;
              margin-left: 0;
              margin-top: 9px;
              float: left;
              color: #FFF;
              background-color: #242a75;
              width: auto;
              height: auto;
              outline: none;
              border: 1px solid #00bbdd;
              border-radius: 5px;
              font-size: 18px;
              font-weight: 700;
              cursor: pointer; }
              body .access-management #asat-results .access-form form .download-btn input:hover {
                opacity: 0.8; }
          body .access-management #asat-results .access-form form .privacy-policy p {
            font-weight: 400;
            color: #253746;
            font-size: 12px; }
            body .access-management #asat-results .access-form form .privacy-policy p a {
              text-decoration: none; }
      body .access-management #asat-results .result-wrapper {
        padding: 0 36px 0 27px; }
        @media (max-width: 767.98px) {
          body .access-management #asat-results .result-wrapper {
            padding: 0 0; } }
        body .access-management #asat-results .result-wrapper .asat-bluebtn {
          font-size: 16px;
          margin-top: 0;
          padding: 10px; }
      body .access-management #asat-results .asat-scoring {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      body .access-management #asat-results .left-m {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      body .access-management #asat-results h2 {
        margin-bottom: 38px;
        font-weight: bold;
        color: black; }
        @media (min-width: 768px) {
          body .access-management #asat-results h2 {
            font-size: 2em; } }
        @media (min-width: 768px) {
          body .access-management #asat-results h2 {
            font-size: 2em; } }
        @media (max-width: 595px) {
          body .access-management #asat-results h2 {
            font-size: 1.6em; } }
      @media (min-width: 768px) {
        body .access-management #asat-results .asat-results-cont {
          padding-right: 31px; } }
      body .access-management #asat-results .asat-results-cont .asat-result-header {
        background-color: #dddddd;
        padding: 20px 30px 44px;
        border-bottom: 5px solid #96BAC1; }
        body .access-management #asat-results .asat-results-cont .asat-result-header h3 {
          text-transform: uppercase;
          margin: 0;
          font-weight: bold;
          color: white; }
        body .access-management #asat-results .asat-results-cont .asat-result-header.asat-active-stage {
          background-color: white !important;
          border-bottom-color: #00bbdd; }
          body .access-management #asat-results .asat-results-cont .asat-result-header.asat-active-stage h3 {
            color: black !important; }
      body .access-management #asat-results .report-cta {
        padding-left: 0; }
        @media (max-width: 991.98px) {
          body .access-management #asat-results .report-cta {
            display: none; } }
        body .access-management #asat-results .report-cta img {
          width: 74%;
          margin-bottom: 19px; }
        body .access-management #asat-results .report-cta h4 {
          margin-bottom: 25px; }
        body .access-management #asat-results .report-cta ul {
          list-style-image: url(/themes/thalesesecurity/templates/dist/images/tick.png);
          padding-left: 25px;
          margin: 0; }
          @media (min-width: 992px) {
            body .access-management #asat-results .report-cta ul {
              padding-right: 18px; } }
          body .access-management #asat-results .report-cta ul li {
            font-size: 16px;
            padding-bottom: 0;
            margin-bottom: 7px;
            font-weight: bold;
            color: #000;
            line-height: 1.5; }
      body .access-management #asat-results .asat-result-info {
        padding: 0 30px;
        background-color: white;
        display: none; }
        body .access-management #asat-results .asat-result-info .info-content {
          margin-top: -6px; }
          @media (max-width: 575.98px) {
            body .access-management #asat-results .asat-result-info .info-content .asat-scoring {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; } }
        body .access-management #asat-results .asat-result-info:before {
          content: " ";
          width: 40px;
          height: 40px;
          display: inline-block;
          border: 20px solid #00bbdd;
          border-left-color: white;
          border-right-color: white;
          border-bottom-color: white; }
        body .access-management #asat-results .asat-result-info .meter {
          background: url(/themes/thalesesecurity/templates/dist/images/meterm.png) top left no-repeat;
          padding: 40px 0 10px;
          min-height: 200px;
          width: 225px; }
          body .access-management #asat-results .asat-result-info .meter .needle {
            background: url(/themes/thalesesecurity/templates/dist/images/needleb.png) top left no-repeat;
            width: 32px;
            height: 113px;
            display: block;
            position: absolute;
            top: 0;
            left: 112px;
            -ms-transform: rotate(-90deg);
            -ms-transform-origin: 50% 100%;
            -webkit-transform: rotate(-90deg);
            -webkit-transform-origin: 50% 100%;
            -o-transform: rotate(-90deg);
               transform: rotate(-90deg);
            -o-transform-origin: 50% 100%;
               transform-origin: 50% 100%;
            -webkit-transition: transform 1.0s;
            -webkit-transition: -webkit-transform 1.0s;
            transition: -webkit-transform 1.0s;
            -o-transition: -o-transform 1.0s;
            transition: transform 1.0s;
            transition: transform 1.0s, -webkit-transform 1.0s, -o-transform 1.0s; }
          body .access-management #asat-results .asat-result-info .meter .score-back {
            border: 7px solid #00bbdd;
            background-color: #dddddd;
            width: 140px;
            height: 140px;
            margin: 0 auto;
            border-radius: 70px;
            padding: 20px 0;
            position: relative;
            z-index: 3; }
            body .access-management #asat-results .asat-result-info .meter .score-back p {
              text-align: center; }
          body .access-management #asat-results .asat-result-info .meter .score-title {
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            font-size: 18px; }
          body .access-management #asat-results .asat-result-info .meter .score-num {
            font-size: 57px;
            font-weight: bold;
            line-height: 38px; }
      body .access-management #asat-results .indiscores {
        margin-bottom: 20px; }
        body .access-management #asat-results .indiscores p {
          margin: 0;
          padding: 0;
          font-weight: bold;
          font-size: 0.8em; }
        body .access-management #asat-results .indiscores .indinum {
          font-size: 1.9em;
          color: #242a75;
          font-weight: bold;
          float: right;
          line-height: 17px; }
        body .access-management #asat-results .indiscores .valback {
          width: 84%;
          background-color: #dddddd;
          border-radius: 3px;
          height: 20px;
          display: block;
          margin: 2px 0 5px; }
          body .access-management #asat-results .indiscores .valback .indival {
            background-color: #00bbdd;
            width: 0%;
            height: 20px;
            border-radius: 3px;
            display: block; }
      body .access-management #asat-results h4 {
        color: #242a75;
        margin-bottom: 30px;
        letter-spacing: -0.02em; }
        @media (max-width: 991.98px) {
          body .access-management #asat-results h4 {
            margin-bottom: 20px; } }
      body .access-management #asat-results ul {
        list-style-image: url(/themes/thalesesecurity/templates/dist/images/tick.png);
        padding-left: 25px;
        margin-bottom: 27px; }
        body .access-management #asat-results ul li {
          font-weight: bold;
          color: #000;
          font-size: 16px;
          margin-bottom: 10px;
          padding-bottom: 0;
          line-height: 1.4; }
      body .access-management #asat-results .asat-backbtn {
        font-size: 1.3em;
        background: url(/themes/thalesesecurity/templates/dist/images/arrow.png) left center no-repeat #00bbdd;
        padding: 15px 20px 15px 75px;
        margin-top: 30px; }
        @media (max-width: 575.98px) {
          body .access-management #asat-results .asat-backbtn {
            font-size: 16px;
            padding: 13px 10px 13px 62px; } }
  body .banner-shrink + .access-management {
    padding-top: 20px; }
  body .partner-section {
    background: #eaeaea;
    overflow: hidden; }
    body .partner-section .wrapper .title-wrap {
      max-width: 800px;
      margin: 0 auto 20px;
      text-align: center; }
      body .partner-section .wrapper .title-wrap h2 {
        color: #253746;
        font-weight: 300; }
      @media (max-width: 767px) {
        body .partner-section .wrapper .title-wrap {
          margin-bottom: 30px; }
          body .partner-section .wrapper .title-wrap h2 {
            font-size: 20px; } }
    body .partner-section .wrapper .full-row {
      margin-right: 0;
      margin-left: -11px;
      height: 100%;
      padding: 10px 0 26px; }
      body .partner-section .wrapper .full-row .col-wrap {
        max-width: 25%;
        padding: 0 0 0 10px; }
        @media (max-width: 767px) {
          body .partner-section .wrapper .full-row .col-wrap {
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            max-width: 50%;
            width: 100%; } }
        @media (max-width: 480px) {
          body .partner-section .wrapper .full-row .col-wrap {
            max-width: 100%; } }
        body .partner-section .wrapper .full-row .col-wrap .stories-box {
          margin: 0 auto 20px;
          max-width: 380px;
          text-align: center;
          position: relative; }
          @media (max-width: 480px) {
            body .partner-section .wrapper .full-row .col-wrap .stories-box {
              max-width: 100%; } }
          body .partner-section .wrapper .full-row .col-wrap .stories-box.show .success-stories {
            opacity: 1;
            border: 1px solid #dbdbdb;
            visibility: visible; }
          body .partner-section .wrapper .full-row .col-wrap .stories-box span {
            position: relative;
            max-width: 380px;
            background: white;
            padding: 14px 20px;
            display: block;
            color: #253746;
            font-size: 15px;
            font-weight: 300;
            margin: 0 auto;
            text-align: left;
            border: 1px solid #dbdbdb; }
            body .partner-section .wrapper .full-row .col-wrap .stories-box span:before {
              content: '';
              position: absolute;
              text-align: center;
              background: #d3d3d3;
              width: 20px;
              height: 20px;
              border-radius: 50%;
              top: 50%;
              right: 10px;
              margin: -10px 0 0; }
            body .partner-section .wrapper .full-row .col-wrap .stories-box span:after {
              content: '';
              position: absolute;
              top: 50%;
              margin: -6px 0 0 -4px;
              right: 16px;
              width: 8px;
              height: 8px;
              border: solid #34404c;
              border-width: 0 1px 1px 0;
              -webkit-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
                      transform: rotate(45deg); }
            @media (max-width: 480px) {
              body .partner-section .wrapper .full-row .col-wrap .stories-box span {
                max-width: 100%; } }
          body .partner-section .wrapper .full-row .col-wrap .stories-box .success-stories {
            border: 1px solid #dbdbdb;
            list-style: none;
            text-align: left;
            background: white;
            position: absolute;
            z-index: 1;
            width: 100%;
            opacity: 0;
            min-height: 174px;
            max-height: 340px;
            overflow: scroll;
            visibility: hidden;
            padding-left: 0; }
            body .partner-section .wrapper .full-row .col-wrap .stories-box .success-stories li {
              font-size: 18px;
              font-weight: 100;
              color: #656565;
              padding: 7px 20px;
              margin: 0; }
              body .partner-section .wrapper .full-row .col-wrap .stories-box .success-stories li:hover {
                background: #e6e6e6;
                color: #253746; }
        body .partner-section .wrapper .full-row .col-wrap.col-search {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          @media (max-width: 991px) {
            body .partner-section .wrapper .full-row .col-wrap.col-search {
              padding: 10px;
              max-width: 100%;
              width: 100%; } }
          @media (max-width: 767px) {
            body .partner-section .wrapper .full-row .col-wrap.col-search {
              display: block; } }
          @media (max-width: 480px) {
            body .partner-section .wrapper .full-row .col-wrap.col-search {
              padding: 10px; } }
          body .partner-section .wrapper .full-row .col-wrap.col-search .input-box {
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 100%; }
            @media (max-width: 1149px) {
              body .partner-section .wrapper .full-row .col-wrap.col-search .input-box {
                padding-left: 0;
                max-width: 100%; } }
            @media (max-width: 991px) {
              body .partner-section .wrapper .full-row .col-wrap.col-search .input-box {
                width: 100%;
                max-width: 100%; } }
            @media (max-width: 767px) {
              body .partner-section .wrapper .full-row .col-wrap.col-search .input-box {
                padding-left: 0;
                width: 100%;
                margin: 0 auto; } }
            @media (max-width: 480px) {
              body .partner-section .wrapper .full-row .col-wrap.col-search .input-box {
                max-width: 100%; } }
            body .partner-section .wrapper .full-row .col-wrap.col-search .input-box input {
              margin-right: 10px;
              font-size: 15px;
              padding: 10px 12px;
              color: #253746;
              border: 2px solid #dbdbdb;
              height: 40px;
              font-family: "canada-type-gibson", sans-serif !important;
              background-color: #ffffff;
              font-weight: 400;
              letter-spacing: 1.4px;
              outline: none;
              max-width: 914px;
              width: 100%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              border-radius: 0; }
              @media (max-width: 480px) {
                body .partner-section .wrapper .full-row .col-wrap.col-search .input-box input {
                  max-width: 260px;
                  margin-right: 3px; } }
            body .partner-section .wrapper .full-row .col-wrap.col-search .input-box input::-webkit-input-placeholder {
              font-family: "canada-type-gibson", sans-serif !important;
              font-size: 15px;
              font-weight: 300;
              line-height: 1.21;
              letter-spacing: normal;
              color: #dbdbdb; }
            body .partner-section .wrapper .full-row .col-wrap.col-search .input-box input:-ms-input-placeholder {
              font-family: "canada-type-gibson", sans-serif !important;
              font-size: 15px;
              font-weight: 300;
              line-height: 1.21;
              letter-spacing: normal;
              color: #dbdbdb; }
            body .partner-section .wrapper .full-row .col-wrap.col-search .input-box input::-ms-input-placeholder {
              font-family: "canada-type-gibson", sans-serif !important;
              font-size: 15px;
              font-weight: 300;
              line-height: 1.21;
              letter-spacing: normal;
              color: #dbdbdb; }
            body .partner-section .wrapper .full-row .col-wrap.col-search .input-box input::placeholder {
              font-family: "canada-type-gibson", sans-serif !important;
              font-size: 15px;
              font-weight: 300;
              line-height: 1.21;
              letter-spacing: normal;
              color: #dbdbdb; }
            body .partner-section .wrapper .full-row .col-wrap.col-search .input-box button {
              border: none;
              outline: none;
              display: inline-block;
              vertical-align: middle;
              background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
              background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
              background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
              background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
              width: 100%;
              text-decoration: none;
              position: relative;
              z-index: 0;
              text-align: center;
              margin: 0;
              border-radius: 0;
              height: 40px;
              padding: 0px 0;
              max-width: 146px;
              border: 0;
              cursor: pointer;
              color: #ffffff;
              font-size: 18px;
              line-height: 1.38;
              letter-spacing: normal;
              font-family: "canada-type-gibson", sans-serif !important;
              overflow: hidden; }
              @media (max-width: 480px) {
                body .partner-section .wrapper .full-row .col-wrap.col-search .input-box button {
                  max-width: 75px; } }
              body .partner-section .wrapper .full-row .col-wrap.col-search .input-box button span {
                font-family: "canada-type-gibson", sans-serif !important;
                position: relative;
                font-size: 16px;
                font-weight: 300; }
    body .partner-section .wrapper .certbadge {
      height: 70px;
      width: 160px;
      background-repeat: no-repeat;
      background-size: contain; }
    body .partner-section .wrapper .certbadge span {
      font-family: "canada-type-gibson", sans-serif !important;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 36px;
      width: 35px;
      display: block;
      text-align: center;
      font-weight: 600; }
    body .partner-section .wrapper .badge-sm {
      width: 100px !important;
      margin: 10px 3px; }
    body .partner-section .wrapper .badge-lg {
      max-width: 160px;
      margin: 30px 10px 1rem; }
    body .partner-section .wrapper .content-wrap {
      background: #ffffff;
      width: 100%;
      border-bottom: 2px solid #5dbdf4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 48px 0 36px;
      position: relative;
      margin: 0 0 31px; }
      @media (max-width: 991px) {
        body .partner-section .wrapper .content-wrap {
          padding: 20px 20px 0; } }
      @media (max-width: 767px) {
        body .partner-section .wrapper .content-wrap {
          display: block;
          text-align: center;
          padding: 20px; } }
      body .partner-section .wrapper .content-wrap .col-wrap {
        width: 100%;
        display: inline-block; }
        @media (max-width: 767px) {
          body .partner-section .wrapper .content-wrap .col-wrap {
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            max-width: 100%;
            width: 100%; } }
        @media (max-width: 480px) {
          body .partner-section .wrapper .content-wrap .col-wrap {
            width: 100%; } }
        body .partner-section .wrapper .content-wrap .col-wrap.img-wrap {
          height: auto;
          width: 30%;
          max-width: 250px;
          -ms-flex-item-align: start;
              align-self: flex-start;
          padding: 16px 23px 10px 0;
          text-align: center; }
          @media (max-width: 991px) {
            body .partner-section .wrapper .content-wrap .col-wrap.img-wrap {
              padding: 0;
              position: relative;
              width: 100%;
              height: 100%;
              top: 0;
              bottom: 0;
              right: 0;
              left: 0;
              margin: auto; } }
          @media (max-width: 767px) {
            body .partner-section .wrapper .content-wrap .col-wrap.img-wrap {
              padding: 0;
              max-width: 100%;
              width: 100%; } }
          body .partner-section .wrapper .content-wrap .col-wrap.img-wrap img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: auto; }
        body .partner-section .wrapper .content-wrap .col-wrap.content {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 16px 20px 14px 68px;
          width: 60%; }
          @media (max-width: 991px) {
            body .partner-section .wrapper .content-wrap .col-wrap.content {
              padding: 15px; } }
          @media (max-width: 767px) {
            body .partner-section .wrapper .content-wrap .col-wrap.content {
              padding: 0;
              width: 100%; } }
          body .partner-section .wrapper .content-wrap .col-wrap.content h2 {
            color: #253746;
            font-weight: 300;
            padding-bottom: 20px;
            font-size: 22px; }
            @media (max-width: 767px) {
              body .partner-section .wrapper .content-wrap .col-wrap.content h2 {
                font-size: 20px; } }
          body .partner-section .wrapper .content-wrap .col-wrap.content img {
            width: 70px;
            height: 24px;
            height: auto;
            margin-left: 10px; }
        body .partner-section .wrapper .content-wrap .col-wrap p {
          color: #253746; }
          body .partner-section .wrapper .content-wrap .col-wrap p a {
            font-size: 22px; }
        body .partner-section .wrapper .content-wrap .col-wrap.link-cell {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -ms-flex-item-align: end;
              align-self: flex-end;
          width: 10%;
          padding: 0px 0 54px 74px; }
          @media (max-width: 991px) {
            body .partner-section .wrapper .content-wrap .col-wrap.link-cell {
              width: 20%;
              padding: 20px 20px 20px 0; } }
          @media (max-width: 767px) {
            body .partner-section .wrapper .content-wrap .col-wrap.link-cell {
              width: 100%;
              padding: 0; } }
          body .partner-section .wrapper .content-wrap .col-wrap.link-cell .active-link {
            white-space: nowrap;
            color: #000;
            font-size: 18px;
            font-weight: 100;
            text-decoration: none;
            position: relative;
            display: inline-block;
            vertical-align: top; }
    body .partner-section .pagination,
    body .partner-section .pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body .partner-section .pagination,
        body .partner-section .pager {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 30px; }
          body .partner-section .pagination ul,
          body .partner-section .pager ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none; } }
    @media (max-width: 767px) and (max-width: 767px) {
      body .partner-section .pagination ul,
      body .partner-section .pager ul {
        margin: 0 10px; } }
      @media (max-width: 767px) {
            body .partner-section .pagination ul li,
            body .partner-section .pager ul li {
              margin: 0 35px 0 0;
              color: #4EB2CA; } }
      @media (max-width: 767px) and (max-width: 767px) {
        body .partner-section .pagination ul li,
        body .partner-section .pager ul li {
          margin: 0 10px 0 0; } }
      @media (max-width: 767px) {
              body .partner-section .pagination ul li:nth-last-child(1),
              body .partner-section .pager ul li:nth-last-child(1) {
                margin-right: 0; }
              body .partner-section .pagination ul li a,
              body .partner-section .pager ul li a {
                color: #4EB2CA;
                font-size: 18px;
                font-weight: 300; }
                body .partner-section .pagination ul li a:hover,
                body .partner-section .pager ul li a:hover {
                  color: #000000;
                  text-decoration: none; }
                body .partner-section .pagination ul li a.active,
                body .partner-section .pager ul li a.active {
                  color: #000000; } }
    body .partner-section .views-exposed-form {
      display: none; }
    body .partner-section .col-wrap.col-badge {
      display: inline-grid; }
    body .partner-section .partner-custom-badges img {
      margin-bottom: 20px; }
    body .partner-section h1.partner-title {
      font-weight: 500;
      font-size: 30px;
      padding-bottom: 20px;
      line-height: 1.06; }
  body .news-release .wrapper {
    display: inline-block;
    width: 100%; }
    body .news-release .wrapper .title {
      max-width: 800px;
      margin: 0 auto 4px;
      text-align: center; }
      body .news-release .wrapper .title h2 {
        color: #253746;
        font-weight: 300; }
      @media (max-width: 767px) {
        body .news-release .wrapper .title {
          margin-bottom: 40px; } }
    body .news-release .wrapper .full-row {
      max-width: 700px;
      margin: 0 auto;
      height: 100%;
      padding: 40px; }
      body .news-release .wrapper .full-row .col-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (max-width: 991px) {
          body .news-release .wrapper .full-row .col-search {
            padding: 15px 30px;
            max-width: 100%;
            width: 100%;
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          body .news-release .wrapper .full-row .col-search {
            display: block; } }
        @media (max-width: 480px) {
          body .news-release .wrapper .full-row .col-search {
            padding: 10px; } }
        body .news-release .wrapper .full-row .col-search .input-box {
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%; }
          @media (max-width: 1149px) {
            body .news-release .wrapper .full-row .col-search .input-box {
              padding-left: 0;
              max-width: 358px;
              margin-left: 50px; } }
          @media (max-width: 991px) {
            body .news-release .wrapper .full-row .col-search .input-box {
              width: 100%;
              max-width: 100%;
              margin-left: 0; } }
          @media (max-width: 767px) {
            body .news-release .wrapper .full-row .col-search .input-box {
              padding-left: 0;
              width: 100%;
              margin: 0 auto; } }
          @media (max-width: 480px) {
            body .news-release .wrapper .full-row .col-search .input-box {
              max-width: 100%; } }
          body .news-release .wrapper .full-row .col-search .input-box input {
            font-size: 15px;
            padding: 0 12px;
            color: #253746;
            border: 1px solid #6f797b;
            height: 55px;
            font-family: "canada-type-gibson", sans-serif !important;
            background-color: #ffffff;
            font-weight: 400;
            letter-spacing: 1.4px;
            outline: none;
            max-width: 100%;
            width: calc(100%);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border-radius: 0; }
            @media (max-width: 480px) {
              body .news-release .wrapper .full-row .col-search .input-box input {
                max-width: 260px;
                margin-right: 3px; } }
          body .news-release .wrapper .full-row .col-search .input-box input::-webkit-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-release .wrapper .full-row .col-search .input-box input:-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-release .wrapper .full-row .col-search .input-box input::-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-release .wrapper .full-row .col-search .input-box input::placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-release .wrapper .full-row .col-search .input-box button {
            border: none;
            outline: none;
            display: inline-block;
            vertical-align: middle;
            background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
            background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
            width: 100%;
            text-decoration: none;
            position: relative;
            z-index: 0;
            text-align: center;
            margin: 0;
            border-radius: 0;
            height: 55px;
            max-width: 120px;
            border: 0;
            cursor: pointer;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.38;
            letter-spacing: normal;
            font-family: "canada-type-gibson", sans-serif !important;
            overflow: hidden; }
            @media (max-width: 480px) {
              body .news-release .wrapper .full-row .col-search .input-box button {
                max-width: 75px; } }
            body .news-release .wrapper .full-row .col-search .input-box button span {
              font-family: "canada-type-gibson", sans-serif !important;
              position: relative;
              font-size: 16px;
              font-weight: 300; }
    body .news-release .wrapper .columm-wrap {
      background: #ffffff;
      margin: 0 -10px 0; }
      body .news-release .wrapper .columm-wrap .col-wrap {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        color: #253746;
        margin: 0;
        padding: 0 10px 20px;
        cursor: pointer;
        min-height: 261px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body .news-release .wrapper .columm-wrap .col-wrap {
            min-height: 313px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .news-release .wrapper .columm-wrap .col-wrap {
            min-height: 313px; } }
        @media (max-width: 767px) {
          body .news-release .wrapper .columm-wrap .col-wrap {
            min-height: 300px; } }
        body .news-release .wrapper .columm-wrap .col-wrap a {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 100%;
          border: 2px solid #e8ebeb;
          display: block;
          text-decoration: none;
          min-height: 280px;
          height: 100%; }
          body .news-release .wrapper .columm-wrap .col-wrap a .content {
            padding: 40px;
            text-align: center;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            -webkit-perspective: unset;
                    perspective: unset; }
            body .news-release .wrapper .columm-wrap .col-wrap a .content span {
              -webkit-transition: all ease 0.3s;
              -o-transition: all ease 0.3s;
              transition: all ease 0.3s;
              font-size: 22px;
              font-weight: 100;
              color: #253746;
              position: relative; }
              body .news-release .wrapper .columm-wrap .col-wrap a .content span:after {
                content: '';
                position: absolute;
                bottom: 0;
                width: 87px;
                left: 0;
                padding-top: 50px;
                top: 0;
                margin: auto;
                right: 0;
                border-bottom: 2px solid #409fd5; }
            body .news-release .wrapper .columm-wrap .col-wrap a .content h4 {
              -webkit-transition: all ease 0.5s;
              -o-transition: all ease 0.5s;
              transition: all ease 0.5s;
              color: #253746;
              font-size: 22px;
              font-weight: 300;
              padding-top: 27px; }
          body .news-release .wrapper .columm-wrap .col-wrap a:hover {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body .news-release .wrapper .columm-wrap .col-wrap a:hover .content span {
              color: #4EB2CA; }
            body .news-release .wrapper .columm-wrap .col-wrap a:hover .content h4 {
              color: #4EB2CA; }
    body .news-release .wrapper .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px; }
      @media (max-width: 767px) {
        body .news-release .wrapper .pagination {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 30px; } }
      body .news-release .wrapper .pagination ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none; }
        @media (max-width: 767px) {
          body .news-release .wrapper .pagination ul {
            margin: 0 10px; } }
        @media (max-width: 480px) {
          body .news-release .wrapper .pagination ul {
            display: unset;
            margin: 0; } }
        body .news-release .wrapper .pagination ul li {
          margin: 0 35px 0 0;
          color: #008fe1; }
          @media (max-width: 767px) {
            body .news-release .wrapper .pagination ul li {
              margin: 0 10px 0 0; } }
          @media (max-width: 480px) {
            body .news-release .wrapper .pagination ul li {
              display: inline-block;
              margin: 0; } }
          body .news-release .wrapper .pagination ul li:nth-last-child(1) {
            margin-right: 0; }
          body .news-release .wrapper .pagination ul li a {
            color: #008fe1;
            font-size: 22px;
            font-weight: 300; }
            body .news-release .wrapper .pagination ul li a:hover {
              text-decoration: none; }
            body .news-release .wrapper .pagination ul li a.active {
              color: #000000; }
          body .news-release .wrapper .pagination ul li .gap {
            color: #999;
            margin-right: 4px; }
  body .news-release .views-exposed-form {
    display: none; }
  body .news-coverage .wrapper {
    display: inline-block;
    width: 100%; }
    body .news-coverage .wrapper .title {
      max-width: 800px;
      margin: 0 auto 4px;
      text-align: center; }
      body .news-coverage .wrapper .title h2 {
        color: #253746;
        font-weight: 300; }
      @media (max-width: 767px) {
        body .news-coverage .wrapper .title {
          margin-bottom: 40px; } }
    body .news-coverage .wrapper .full-row {
      max-width: 700px;
      margin: 0 auto;
      height: 100%;
      padding: 40px; }
      body .news-coverage .wrapper .full-row .col-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (max-width: 991px) {
          body .news-coverage .wrapper .full-row .col-search {
            padding: 15px 30px;
            max-width: 100%;
            width: 100%;
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          body .news-coverage .wrapper .full-row .col-search {
            display: block; } }
        @media (max-width: 480px) {
          body .news-coverage .wrapper .full-row .col-search {
            padding: 10px; } }
        body .news-coverage .wrapper .full-row .col-search .input-box {
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%; }
          @media (max-width: 1149px) {
            body .news-coverage .wrapper .full-row .col-search .input-box {
              padding-left: 0;
              max-width: 358px;
              margin-left: 50px; } }
          @media (max-width: 991px) {
            body .news-coverage .wrapper .full-row .col-search .input-box {
              width: 100%;
              max-width: 100%;
              margin-left: 0; } }
          @media (max-width: 767px) {
            body .news-coverage .wrapper .full-row .col-search .input-box {
              padding-left: 0;
              width: 100%;
              margin: 0 auto; } }
          @media (max-width: 480px) {
            body .news-coverage .wrapper .full-row .col-search .input-box {
              max-width: 100%; } }
          body .news-coverage .wrapper .full-row .col-search .input-box input {
            font-size: 22px;
            padding: 0 12px;
            color: #253746;
            border: 1px solid #6f797b;
            height: 55px;
            font-family: "canada-type-gibson", sans-serif !important;
            background-color: #ffffff;
            font-weight: 100;
            letter-spacing: 1.4px;
            outline: none;
            max-width: 100%;
            width: calc(100%);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border-radius: 0; }
            @media (max-width: 480px) {
              body .news-coverage .wrapper .full-row .col-search .input-box input {
                max-width: 260px;
                margin-right: 3px; } }
          body .news-coverage .wrapper .full-row .col-search .input-box input::-webkit-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-coverage .wrapper .full-row .col-search .input-box input:-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-coverage .wrapper .full-row .col-search .input-box input::-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-coverage .wrapper .full-row .col-search .input-box input::placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .news-coverage .wrapper .full-row .col-search .input-box button {
            border: none;
            outline: none;
            display: inline-block;
            vertical-align: middle;
            background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
            background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
            width: 100%;
            text-decoration: none;
            position: relative;
            z-index: 0;
            text-align: center;
            margin: 0;
            border-radius: 0;
            height: 55px;
            max-width: 120px;
            border: 0;
            cursor: pointer;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.38;
            letter-spacing: normal;
            font-family: "canada-type-gibson", sans-serif !important;
            overflow: hidden; }
            @media (max-width: 480px) {
              body .news-coverage .wrapper .full-row .col-search .input-box button {
                max-width: 75px; } }
            body .news-coverage .wrapper .full-row .col-search .input-box button span {
              font-family: "canada-type-gibson", sans-serif !important;
              position: relative;
              font-size: 16px;
              font-weight: 300; }
    body .news-coverage .wrapper .columm-wrap {
      background: #ffffff;
      margin: 0 -10px 0; }
      body .news-coverage .wrapper .columm-wrap .col-wrap {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        color: #253746;
        margin: 0;
        padding: 0 10px 20px;
        cursor: pointer;
        min-height: 261px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body .news-coverage .wrapper .columm-wrap .col-wrap {
            min-height: 313px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .news-coverage .wrapper .columm-wrap .col-wrap {
            min-height: 313px; } }
        @media (max-width: 767px) {
          body .news-coverage .wrapper .columm-wrap .col-wrap {
            min-height: 300px; } }
        body .news-coverage .wrapper .columm-wrap .col-wrap a {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 100%;
          display: block;
          background: #e8ebeb;
          text-decoration: none;
          min-height: 280px;
          height: 100%;
          border-bottom: 2px solid #6dc9f6; }
          body .news-coverage .wrapper .columm-wrap .col-wrap a .img-icon {
            display: block;
            height: 226px;
            border-top: 2px solid #e8ebeb;
            text-align: center;
            overflow: hidden;
            white-space: nowrap; }
            body .news-coverage .wrapper .columm-wrap .col-wrap a .img-icon img {
              display: inline-block;
              max-width: 99%;
              height: auto;
              vertical-align: middle; }
          body .news-coverage .wrapper .columm-wrap .col-wrap a .content {
            padding: 40px;
            text-align: center;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            -webkit-perspective: unset;
                    perspective: unset; }
            body .news-coverage .wrapper .columm-wrap .col-wrap a .content span {
              -webkit-transition: all ease 0.3s;
              -o-transition: all ease 0.3s;
              transition: all ease 0.3s;
              font-size: 22px;
              font-weight: 100;
              color: #253746;
              position: relative; }
              body .news-coverage .wrapper .columm-wrap .col-wrap a .content span:after {
                content: '';
                position: absolute;
                bottom: 0;
                width: 87px;
                left: 0;
                padding-top: 50px;
                top: 0;
                margin: auto;
                right: 0;
                border-bottom: 2px solid #409fd5; }
            body .news-coverage .wrapper .columm-wrap .col-wrap a .content h4 {
              -webkit-transition: all ease 0.5s;
              -o-transition: all ease 0.5s;
              transition: all ease 0.5s;
              color: #253746;
              font-size: 22px;
              font-weight: 300;
              padding-top: 27px; }
          body .news-coverage .wrapper .columm-wrap .col-wrap a:hover {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            body .news-coverage .wrapper .columm-wrap .col-wrap a:hover .content span {
              color: #4EB2CA; }
            body .news-coverage .wrapper .columm-wrap .col-wrap a:hover .content h4 {
              color: #4EB2CA; }
    body .news-coverage .wrapper .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px; }
      @media (max-width: 767px) {
        body .news-coverage .wrapper .pagination {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 30px; } }
      body .news-coverage .wrapper .pagination ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none; }
        @media (max-width: 767px) {
          body .news-coverage .wrapper .pagination ul {
            margin: 0 10px; } }
        @media (max-width: 480px) {
          body .news-coverage .wrapper .pagination ul {
            display: unset;
            margin: 0; } }
        body .news-coverage .wrapper .pagination ul li {
          margin: 0 35px 0 0;
          color: #008fe1; }
          @media (max-width: 767px) {
            body .news-coverage .wrapper .pagination ul li {
              margin: 0 10px 0 0; } }
          @media (max-width: 480px) {
            body .news-coverage .wrapper .pagination ul li {
              display: inline-block;
              margin: 0; } }
          body .news-coverage .wrapper .pagination ul li:nth-last-child(1) {
            margin-right: 0; }
          body .news-coverage .wrapper .pagination ul li a {
            color: #008fe1;
            font-size: 22px;
            font-weight: 300; }
            body .news-coverage .wrapper .pagination ul li a:hover {
              text-decoration: none; }
            body .news-coverage .wrapper .pagination ul li a.active {
              color: #000000; }
          body .news-coverage .wrapper .pagination ul li .gap {
            color: #999;
            margin-right: 4px; }
  body .news-coverage .views-exposed-form {
    display: none; }
  body .map .tab-box {
    background: #e6eff4; }
    body .map .tab-box .tab-heading {
      background: #aecad6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      list-style: none;
      padding-left: 0; }
      @media (max-width: 767px) {
        body .map .tab-box .tab-heading {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .map .tab-box .tab-heading li {
        margin: 0;
        font-weight: 300;
        font-size: 22px;
        text-align: center;
        position: relative;
        cursor: pointer;
        color: #253746;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media (max-width: 767px) {
          body .map .tab-box .tab-heading li {
            width: 50%;
            border: 1px solid #b4d1dc; } }
        body .map .tab-box .tab-heading li span {
          padding: 22px 15px;
          display: inline-block;
          position: relative; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .map .tab-box .tab-heading li span {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .map .tab-box .tab-heading li span {
              font-size: 18px; } }
        body .map .tab-box .tab-heading li.active {
          color: #242a75;
          background: #e6eff4; }
          body .map .tab-box .tab-heading li.active:after {
            display: none; }
          body .map .tab-box .tab-heading li.active span:after {
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            height: 3px;
            background: #242a75; }
          @media (max-width: 767px) {
            body .map .tab-box .tab-heading li.active {
              border-color: #242a75; }
              body .map .tab-box .tab-heading li.active span:after {
                display: none; } }
          body .map .tab-box .tab-heading li.active:hover:after {
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            height: 3px;
            background: #242a75; }
          @media (max-width: 767px) {
            body .map .tab-box .tab-heading li.active:hover:after {
              display: none; } }
    body .map .tab-box .tab-content {
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px 0;
      margin: 0 -18px 0 0;
      background-color: #ffffff;
      visibility: hidden;
      display: none; }
      @media (max-width: 767px) {
        body .map .tab-box .tab-content {
          padding: 20px 0 0; } }
      body .map .tab-box .tab-content.active {
        position: relative;
        visibility: visible;
        display: block;
        height: 100%;
        overflow: hidden; }
      body .map .tab-box .tab-content .tab {
        background: #f3f4f4;
        border-bottom: 2px solid #5dbdf4;
        float: left;
        height: 100%;
        width: calc(33.33% - 20px);
        margin: 0 20px 20px 0;
        padding: 30px 15px 20px 30px; }
        @media (max-width: 767px) {
          body .map .tab-box .tab-content .tab {
            width: calc(50% - 20px); } }
        @media (max-width: 595px) {
          body .map .tab-box .tab-content .tab {
            width: 100%;
            margin: 0 0 20px;
            text-align: center; }
            body .map .tab-box .tab-content .tab:last-child {
              margin: 0; } }
        body .map .tab-box .tab-content .tab:last-child {
          margin: 0 0 20px 0; }
        body .map .tab-box .tab-content .tab h4 {
          color: #050735;
          line-height: 1.5;
          margin-bottom: 5px;
          font-size: 18px;
          font-weight: 300;
          padding: 0 0 21px;
          position: relative; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .map .tab-box .tab-content .tab h4 {
              font-size: 20px; } }
          @media (max-width: 595px) {
            body .map .tab-box .tab-content .tab h4:before {
              left: 0;
              right: 0;
              top: 0;
              margin: auto; } }
          body .map .tab-box .tab-content .tab h4:before {
            content: '';
            position: absolute;
            left: 0;
            width: 87px;
            bottom: 13px;
            border-bottom: 2px solid #5dbdf4; }
      body .map .tab-box .tab-content p {
        color: #253746;
        padding-bottom: 36px;
        margin: 0;
        font-size: 18px; }
      body .map .tab-box .tab-content a {
        color: #253746;
        font-size: 18px;
        font-weight: 100; }
        body .map .tab-box .tab-content a[href^="tel:"] {
          padding: 0;
          cursor: default;
          text-decoration: none;
          display: block; }
        body .map .tab-box .tab-content a[href^="mailto:"] {
          display: block;
          padding: 20px 0; }
  body .gdpr {
    background: #f5f5f5; }
    body .gdpr strong {
      font-weight: 700 !important; }
    body .gdpr .row {
      margin: 0; }
    body .gdpr #quiz {
      background-color: #FFF; }
      body .gdpr #quiz .progress-dots {
        text-align: center;
        padding: 30px 0; }
      body .gdpr #quiz .quiz-title {
        text-align: center;
        padding: 20px 0 30px; }
        body .gdpr #quiz .quiz-title h2 {
          font-size: 2.5em;
          font-weight: 400;
          color: #253746; }
      body .gdpr #quiz .progress-no {
        width: 20px;
        height: 20px;
        background-color: #aaaaaa;
        display: inline-block;
        border-radius: 10px;
        margin-left: 5px;
        margin-left: 5px;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.4em;
        -webkit-transition: all 1.0s;
        -o-transition: all 1.0s;
        transition: all 1.0s; }
        body .gdpr #quiz .progress-no.active-dot {
          background-color: #242a75; }
        body .gdpr #quiz .progress-no h2 {
          font-size: 2.5em;
          margin: 20px 0 30px;
          font-weight: 400;
          color: #253746; }
          @media (max-width: 595px) {
            body .gdpr #quiz .progress-no h2 {
              font-size: 2.0em; } }
      body .gdpr #quiz .quiz-number {
        min-height: 80px;
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        background-color: #242a75; }
        body .gdpr #quiz .quiz-number p {
          margin: 0;
          font-weight: bold;
          font-size: 3em;
          text-align: center;
          padding: 0;
          line-height: 1.4em;
          color: #ffffff; }
      body .gdpr #quiz .quiz-question {
        min-height: 80px;
        padding-left: 0;
        padding-right: 50px;
        background-color: #dddddd; }
        @media (max-width: 595px) {
          body .gdpr #quiz .quiz-question {
            padding: 20px 20px; } }
        body .gdpr #quiz .quiz-question .purple-arrow-left {
          border: solid 15px #dddddd;
          border-left-color: #242a75;
          width: 15px;
          height: 15px;
          display: inline-block;
          float: left;
          margin: 25px 0; }
          @media (max-width: 595px) {
            body .gdpr #quiz .quiz-question .purple-arrow-left {
              position: absolute;
              top: 0;
              margin: 0;
              -webkit-transform: rotate(90deg);
                   -o-transform: rotate(90deg);
                      transform: rotate(90deg);
              left: calc(50% - 15px); } }
        body .gdpr #quiz .quiz-question p {
          font-size: 1.4em;
          padding: 0;
          margin: 13px 0;
          color: #242a75;
          font-weight: 400;
          line-height: 1.1em;
          display: none;
          margin-left: 30px; }
          @media (max-width: 595px) {
            body .gdpr #quiz .quiz-question p {
              margin-left: 0; } }
      body .gdpr #quiz .sata {
        padding: 4px 0;
        background-color: #ffebc0;
        display: none; }
        body .gdpr #quiz .sata p {
          padding: 0;
          margin: 6px 0 10px;
          font-weight: bold;
          color: #3C3C3C;
          font-size: 16px;
          margin: 0; }
      body .gdpr #quiz .quiz-answers {
        padding: 40px 0 40px; }
        @media (max-width: 595px) {
          body .gdpr #quiz .quiz-answers {
            padding: 20px 0 20px; } }
      body .gdpr #quiz .quizbtn-on {
        color: #ffffff;
        background-color: #242a75 !important;
        border-bottom: 5px solid #242a75; }
      body .gdpr #quiz .quizbtn:hover {
        border-bottom: 5px solid #242a75; }
      body .gdpr #quiz .flex-test-4, body .gdpr #quiz .flex-test-5, body .gdpr #quiz .flex-test-3, body .gdpr #quiz .flex-test-2 {
        width: 100%;
        text-align: center; }
        body .gdpr #quiz .flex-test-4 div, body .gdpr #quiz .flex-test-5 div, body .gdpr #quiz .flex-test-3 div, body .gdpr #quiz .flex-test-2 div {
          padding: 25px 1%;
          margin-bottom: 10px;
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #dddddd;
          -ms-flex-item-align: center;
          align-self: center;
          border-radius: 5px;
          border-bottom: 5px solid #dddddd;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          display: inline-block;
          width: 24%;
          vertical-align: top;
          cursor: pointer; }
          @media (max-width: 595px) {
            body .gdpr #quiz .flex-test-4 div, body .gdpr #quiz .flex-test-5 div, body .gdpr #quiz .flex-test-3 div, body .gdpr #quiz .flex-test-2 div {
              width: 49%;
              padding: 15px 1%; } }
      body .gdpr #quiz .flex-test-5 div {
        width: 19.5%; }
        @media (max-width: 595px) {
          body .gdpr #quiz .flex-test-5 div {
            width: 49%;
            padding: 15px 1%; } }
      body .gdpr #quiz .flex-test-3 div {
        width: 33%; }
        @media (max-width: 595px) {
          body .gdpr #quiz .flex-test-3 div {
            width: 49%;
            padding: 15px 1%; } }
      body .gdpr #quiz .flex-test-2 div {
        width: 49.5%; }
        @media (max-width: 595px) {
          body .gdpr #quiz .flex-test-2 div {
            width: 49%;
            padding: 15px 1%; } }
      body .gdpr #quiz .hidebtnset {
        display: none; }
      body .gdpr #quiz .checkresults, body .gdpr #quiz .quiz-next, body .gdpr #quiz .quiz-prev {
        padding: 30px 0;
        text-align: center;
        font-weight: bold;
        font-size: 1.4em;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        width: 100%;
        cursor: pointer;
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        @media (max-width: 595px) {
          body .gdpr #quiz .checkresults, body .gdpr #quiz .quiz-next, body .gdpr #quiz .quiz-prev {
            padding: 20px 0; } }
      body .gdpr #quiz .quiz-prev {
        background-color: #242a75;
        color: #ffffff; }
        body .gdpr #quiz .quiz-prev.qbtn-disabled {
          background-color: #eeeeee !important; }
      body .gdpr #quiz .quiz-next {
        background-color: #242a75;
        color: #ffffff; }
        body .gdpr #quiz .quiz-next.qbtn-disabled {
          background-color: #eeeeee !important; }
      body .gdpr #quiz .checkresults {
        background-color: #242a75;
        color: #ffffff; }
        body .gdpr #quiz .checkresults.qbtn-disabled, body .gdpr #quiz .checkresults.final-disabled {
          background-color: #eeeeee !important; }
      body .gdpr #quiz .final-btn {
        display: none; }
    body .gdpr #results {
      display: none; }
      body .gdpr #results h3 {
        margin: 30px 20px;
        font-size: 2em;
        color: #253746; }
      body .gdpr #results .bigbtn {
        background-color: #00BBDD;
        color: white;
        border: solid 1px #00BBDD;
        padding: 4px 13px 8px;
        border-radius: 3px;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body .gdpr #results .bigbtn:hover {
          text-decoration: none;
          background-color: transparent;
          color: #00BBDD; }
      body .gdpr #results p {
        line-height: 1.6;
        padding: 0 0 1em;
        color: #3C3C3C;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400; }
      body .gdpr #results .result-text .purple-arrow-top {
        border: solid 15px #ffffff;
        border-top-color: #242a75;
        width: 15px;
        height: 15px;
        display: inline-block; }
      body .gdpr #results .result-text .right-assets {
        text-align: center;
        padding-top: 20px; }
      body .gdpr #results .statement {
        font-weight: bold;
        font-size: 1.3em;
        vertical-align: top;
        padding-bottom: 10px;
        line-height: 1.6;
        padding: 0 0 1em;
        color: #3C3C3C; }
      body .gdpr #results .result-block .col-lg-12 {
        padding: 10px 15px;
        border-bottom: 8px solid #242a75;
        background: #dddddd; }
        body .gdpr #results .result-block .col-lg-12 p {
          padding: 0;
          margin: 0; }
      body .gdpr #results .result-block .changable-bar {
        background-color: #242a75; }
      body .gdpr #results .result-active {
        border-bottom: none;
        background-color: #242a75; }
        body .gdpr #results .result-active .rating-num {
          color: #242a75; }
        body .gdpr #results .result-active p {
          padding: 0;
          margin: 0; }
      body .gdpr #results .rating-num {
        font-size: 1.8em;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        color: #aaaaaa; }
        @media (max-width: 595px) {
          body .gdpr #results .rating-num {
            font-size: 1.3em;
            vertical-align: middle; } }
      body .gdpr #results .rating-bar {
        display: inline-block;
        width: 12px;
        height: 40px;
        margin-right: 7px;
        margin-top: 5px;
        height: 40px;
        vertical-align: middle;
        background-color: #aaaaaa; }
        @media (max-width: 595px) {
          body .gdpr #results .rating-bar {
            width: 10px;
            height: 40px;
            margin-right: 5px;
            margin-top: 5px;
            height: 38px;
            vertical-align: middle; } }
  body .contact-form {
    overflow: visible; }
    @media (min-width: 1150px) {
      body .contact-form {
        padding: 100px 0; } }
    body .contact-form .full-row {
      max-width: 1020px;
      padding: 0 10px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        body .contact-form .full-row {
          padding: 0; } }
      body .contact-form .full-row .form-outer {
        background-color: #e6eff4;
        position: relative;
        z-index: 9;
        height: 100%;
        max-width: 1020px;
        padding: 0 10px;
        margin: 0 auto; }
        @media (max-width: 480px) {
          body .contact-form .full-row .form-outer {
            padding: 0; } }
        body .contact-form .full-row .form-outer .form-wrap form {
          text-align: center;
          padding: 20px 0; }
          body .contact-form .full-row .form-outer .form-wrap form .field-wrap {
            width: 50%;
            float: left;
            padding: 0 30px; }
            @media (max-width: 767px) {
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap {
                width: 100%;
                padding: 0 20px; } }
            @media (max-width: 480px) {
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap {
                padding: 0 10px; } }
            body .contact-form .full-row .form-outer .form-wrap form .field-wrap label {
              float: left;
              font-size: 18px; }
              @media (max-width: 480px) {
                body .contact-form .full-row .form-outer .form-wrap form .field-wrap label {
                  font-size: 14px; } }
            body .contact-form .full-row .form-outer .form-wrap form .field-wrap input {
              background-color: #ffffff;
              width: 100%;
              margin: 10px auto;
              border: 0;
              color: #253746;
              padding: 14px 20px;
              border: 1px solid #dbdbdb;
              margin-bottom: 25px;
              outline: none; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap input::-webkit-input-placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap input:-ms-input-placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap input::-ms-input-placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap input::placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              @media (max-width: 480px) {
                body .contact-form .full-row .form-outer .form-wrap form .field-wrap input {
                  padding: 8px 10px; } }
            body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry {
              margin-bottom: 25px;
              position: relative; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry.show span:after {
                -webkit-transform: rotate(-136deg);
                     -o-transform: rotate(-136deg);
                        transform: rotate(-136deg);
                top: 58%; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry.show .drop-down {
                opacity: 1;
                border: 1px solid #dbdbdb;
                visibility: visible; }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry span {
                position: relative;
                background: white;
                padding: 14px 20px;
                display: block;
                color: #253746;
                font-size: 15px;
                font-weight: 300;
                text-align: left;
                border: 1px solid #dbdbdb; }
                body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry span:before {
                  content: '';
                  position: absolute;
                  text-align: center;
                  background: #d3d3d3;
                  width: 20px;
                  height: 20px;
                  border-radius: 50%;
                  top: 50%;
                  right: 10px;
                  margin: -10px 0 0; }
                body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry span:after {
                  content: '';
                  position: absolute;
                  top: 50%;
                  margin: -6px 0 0 -4px;
                  right: 16px;
                  width: 8px;
                  height: 8px;
                  border: solid #34404c;
                  border-width: 0 1px 1px 0;
                  -webkit-transform: rotate(45deg);
                       -o-transform: rotate(45deg);
                          transform: rotate(45deg); }
              body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry .drop-down {
                border: 1px solid #dbdbdb;
                list-style: none;
                text-align: left;
                background: #ffffff;
                position: absolute;
                z-index: 1;
                width: 100%;
                opacity: 0;
                min-height: 174px;
                max-height: 340px;
                overflow: scroll;
                visibility: hidden;
                padding-left: 0; }
                body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry .drop-down li {
                  font-size: 18px;
                  font-weight: 100;
                  color: #656565;
                  padding: 7px 20px;
                  margin: 0; }
                  body .contact-form .full-row .form-outer .form-wrap form .field-wrap .dropdown-cuntry .drop-down li:hover {
                    background: #e6e6e6;
                    color: #253746; }
          body .contact-form .full-row .form-outer .form-wrap form .text-area {
            padding: 0 30px; }
            body .contact-form .full-row .form-outer .form-wrap form .text-area textarea {
              display: block;
              min-height: 300px;
              width: 100%; }
            @media (max-width: 480px) {
              body .contact-form .full-row .form-outer .form-wrap form .text-area {
                padding: 0px 10px; }
                body .contact-form .full-row .form-outer .form-wrap form .text-area textarea {
                  min-height: 200px; } }
          body .contact-form .full-row .form-outer .form-wrap form a {
            margin: 30px 0; }
      body .contact-form .full-row .content-wrapper {
        padding: 0; }
        body .contact-form .full-row .content-wrapper .content {
          margin-top: 25px; }
          body .contact-form .full-row .content-wrapper .content p {
            font-size: 22px;
            color: #253746;
            margin-bottom: 24px; }
          body .contact-form .full-row .content-wrapper .content ul {
            padding: 0 16px; }
            body .contact-form .full-row .content-wrapper .content ul li {
              color: #253746; }
              body .contact-form .full-row .content-wrapper .content ul li a {
                font-size: 22px;
                color: #253746; }
                body .contact-form .full-row .content-wrapper .content ul li a[href^="tel:"] {
                  font-size: 22px;
                  color: #253746; }
                body .contact-form .full-row .content-wrapper .content ul li a[href^="mailto:"] {
                  font-size: 22px;
                  color: #253746; }
  body .key-finding {
    background: #f5f5f5;
    padding: 60px 0 30px; }
    body .key-finding strong {
      font-weight: 700 !important; }
    body .key-finding .title {
      margin: 0 auto;
      max-width: 800px; }
      body .key-finding .title h2 {
        text-align: center;
        font-size: 27px;
        color: #ffffff;
        font-weight: 400;
        margin: 30px 0; }
        @media (max-width: 595px) {
          body .key-finding .title h2 {
            margin: 20px 0; } }
    body .key-finding .bg-color {
      margin: 0;
      background-color: #555555; }
    body .key-finding p {
      line-height: 1.6;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      text-align: center; }
      body .key-finding p.bigamitxt {
        cursor: default;
        font-size: 1.2em;
        margin-bottom: 2rem; }
        @media (max-width: 595px) {
          body .key-finding p.bigamitxt {
            line-height: 1.2;
            margin-bottom: 1em; } }
    @media (max-width: 991px) {
      body .key-finding .item {
        padding: 0 20px;
        margin: 0; } }
    @media (max-width: 595px) {
      body .key-finding .item p {
        margin-bottom: 10px; } }
    body .key-finding .item > div {
      padding: 50px 40px 40px;
      min-height: 250px;
      text-align: center; }
      @media (max-width: 991px) {
        body .key-finding .item > div {
          padding: 30px 20px; } }
      @media (max-width: 595px) {
        body .key-finding .item > div {
          padding: 10px 0; } }
      body .key-finding .item > div.col-12 {
        padding: 0;
        min-height: auto; }
      body .key-finding .item > div .image {
        padding-bottom: 20px; }
    body .key-finding .btn {
      text-align: center;
      width: 100%;
      padding: 0 0 30px;
      margin: 0; }
      @media (max-width: 991px) {
        body .key-finding .btn {
          padding: 0 20px 30px; } }
      @media (max-width: 767px) {
        body .key-finding .btn {
          white-space: unset; } }
      @media (max-width: 595px) {
        body .key-finding .btn {
          padding: 0 10px 30px; } }
      body .key-finding .btn a {
        color: #ffffff;
        text-decoration: none;
        padding: 7px 15px 7px;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        background-color: #00BBDD;
        border: none;
        font-size: 1.2em;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body .key-finding .btn a:hover {
          opacity: 0.8; }
        @media (max-width: 991px) {
          body .key-finding .btn a {
            font-size: 1em; } }
        @media (max-width: 767px) {
          body .key-finding .btn a {
            padding: 7px 10px 7px;
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body .key-finding .btn a {
            margin-bottom: 10px;
            font-size: 0.9em; } }
  body .video-section {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 0; }
    body .video-section h2 {
      font-size: 26px;
      font-weight: 400;
      margin: 10px 0 20px;
      color: #253746; }
    body .video-section .video {
      width: 560px;
      display: inline-block;
      height: 315px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        body .video-section .video {
          max-width: 560px;
          width: 100%; } }
      body .video-section .video iframe {
        width: 100%;
        height: 100%; }
  body .demographics {
    background: #f5f5f5; }
    @media (min-width: 768px) {
      body .demographics {
        padding: 47px 0 30px; } }
    body .demographics .wrapper {
      padding: 60px 0;
      text-align: center;
      background-color: #ffffff; }
      @media (max-width: 767.98px) {
        body .demographics .wrapper {
          padding: 0 28px; } }
      body .demographics .wrapper .item {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        body .demographics .wrapper .item h2 {
          font-size: 27px;
          font-weight: 400;
          margin: 10px 0 20px;
          color: #253746; }
          @media (max-width: 595px) {
            body .demographics .wrapper .item h2 {
              font-size: 22px; } }
        body .demographics .wrapper .item p {
          font-size: 1.2em;
          color: #253746;
          line-height: 1.6;
          font-weight: 400;
          max-width: 723px;
          margin: 0 auto 27px; }
          @media (max-width: 595px) {
            body .demographics .wrapper .item p {
              font-size: 0.9em; } }
  body .stat-form {
    background: #f5f5f5;
    display: none; }
    body .stat-form.home-page-form {
      padding: 40px 0; }
      body .stat-form.home-page-form .inner-wrapper {
        padding: 0; }
        @media (max-width: 767px) {
          body .stat-form.home-page-form .inner-wrapper .formFields {
            padding: 34px 20px 0; } }
        body .stat-form.home-page-form .inner-wrapper .formFields input {
          width: 64%;
          margin-left: 0; }
          @media (max-width: 767px) {
            body .stat-form.home-page-form .inner-wrapper .formFields input {
              width: 60%; } }
          @media (max-width: 595px) {
            body .stat-form.home-page-form .inner-wrapper .formFields input {
              width: 100%; } }
        body .stat-form.home-page-form .inner-wrapper .formFields select {
          width: 64%;
          margin-left: 0; }
          @media (max-width: 767px) {
            body .stat-form.home-page-form .inner-wrapper .formFields select {
              width: 60%; } }
          @media (max-width: 595px) {
            body .stat-form.home-page-form .inner-wrapper .formFields select {
              width: 100%; } }
        body .stat-form.home-page-form .inner-wrapper .formFields .submit {
          text-align: left; }
          body .stat-form.home-page-form .inner-wrapper .formFields .submit .gem-button-lg {
            margin-left: 0;
            margin-right: 14px;
            margin-top: 9px;
            float: unset;
            width: 64%; }
            @media (max-width: 767px) {
              body .stat-form.home-page-form .inner-wrapper .formFields .submit .gem-button-lg {
                width: 60%; } }
            @media (max-width: 595px) {
              body .stat-form.home-page-form .inner-wrapper .formFields .submit .gem-button-lg {
                width: 100%; } }
        body .stat-form.home-page-form .inner-wrapper .formFields .privacy p {
          margin-top: 10px;
          padding-right: 12px; }
          body .stat-form.home-page-form .inner-wrapper .formFields .privacy p a {
            font-size: 12px;
            font-weight: 400;
            color: #242a75;
            text-decoration: none; }
    @media (min-width: 768px) {
      body .stat-form {
        padding: 30px 0; } }
    body .stat-form .outer-wrapper .inner-wrapper {
      margin: 0 auto;
      padding: 0 30px 0 0; }
      @media (max-width: 595px) {
        body .stat-form .outer-wrapper .inner-wrapper {
          padding: 0 20px; } }
      body .stat-form .outer-wrapper .inner-wrapper .heading h2 {
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        padding: 10px 0 10px;
        text-transform: uppercase;
        margin: 0;
        background-color: #242a75;
        position: relative; }
        @media (max-width: 1149px) {
          body .stat-form .outer-wrapper .inner-wrapper .heading h2 {
            font-size: 24px; } }
        @media (max-width: 595px) {
          body .stat-form .outer-wrapper .inner-wrapper .heading h2 {
            padding: 10px;
            font-size: 20px; } }
        @media (min-width: 992px) {
          body .stat-form .outer-wrapper .inner-wrapper .heading h2 {
            font-size: 27px; } }
        body .stat-form .outer-wrapper .inner-wrapper .heading h2:after {
          content: '';
          position: absolute;
          width: 40px;
          border: 20px solid transparent;
          border-top-color: #242a75;
          border-bottom: 1px;
          display: inline-block;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          bottom: -20px;
          z-index: 2;
          left: 50%;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%); }
    body .stat-form .submit {
      text-align: right; }
      body .stat-form .submit .gem-button-lg {
        padding: 7px 10px;
        margin-left: 22px;
        margin-top: 9px;
        float: left;
        background-color: #242a75;
        width: auto;
        height: auto;
        outline: none; }
        @media (max-width: 575.98px) {
          body .stat-form .submit .gem-button-lg {
            margin-left: 0; } }
        body .stat-form .submit .gem-button-lg:hover {
          opacity: 0.8; }
    body .stat-form .gem-button-lg {
      position: relative;
      color: #FFF;
      overflow: hidden;
      padding: 0 10px 6px;
      vertical-align: middle;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      display: inline-block;
      margin: 5px;
      background-color: #00bbdd;
      border: 1px solid #00bbdd;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer; }
    body .stat-form .formFields {
      background: #fff;
      padding: 34px 21px 0; }
      body .stat-form .formFields .col-12 {
        margin-bottom: 7px; }
    body .stat-form label {
      font-size: 16px;
      color: #253746; }
      @media (max-width: 575.98px) {
        body .stat-form label {
          padding: 0; } }
    body .stat-form .red {
      color: red; }
    body .stat-form input {
      width: 38%;
      margin-left: 21px;
      padding: 10px;
      height: 31px;
      margin-top: 5px;
      border: 1px solid #d6d4d4; }
      @media (max-width: 575.98px) {
        body .stat-form input {
          width: 100%;
          margin-left: 0; } }
    body .stat-form select {
      position: relative;
      outline: none;
      height: 32px;
      padding: 0 8px;
      width: 38%;
      margin-left: 21px;
      background: url("/themes/thalesesecurity/templates/dist/images/select_dropdown.png") no-repeat right #f5f5f5;
      background-size: 7%;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      border: 1px solid #d6d4d4;
      border-radius: 5px; }
      @media (max-width: 575.98px) {
        body .stat-form select {
          margin: 0;
          width: 100%; } }
    body .stat-form select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    body .stat-form select::-ms-expand {
      display: none; }
    body .stat-form.bg-purple h2 {
      background-color: #b90b67; }
      body .stat-form.bg-purple h2:after {
        border-top-color: #b90b67; }
    body .stat-form.bg-purple .gem-button-lg {
      background-color: #b90b67; }
    body .stat-form.bg-purple a {
      color: #b90b67; }
    body .stat-form.page-node-897-form .middlepart {
      max-width: 1151px;
      margin: 0 auto; }
      body .stat-form.page-node-897-form .middlepart .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body .stat-form.page-node-897-form .middlepart .row .nbluebg h2 {
          color: #ffffff;
          text-align: center; }
  body #reportcta {
    position: fixed;
    top: 190px;
    right: 10px;
    opacity: 0;
    border-radius: 5px;
    background-color: #242a75;
    -webkit-box-shadow: 0px 0px 10px 1px #999999;
            box-shadow: 0px 0px 10px 1px #999999;
    padding: 10px 10px 0;
    color: white;
    display: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    body #reportcta.showreportcta {
      display: block !important;
      opacity: 1 !important; }
      @media (max-width: 991px) {
        body #reportcta.showreportcta {
          display: none !important; } }
    body #reportcta p {
      line-height: 1.6;
      font-size: 16px;
      padding: 0;
      margin: 0 0 10px 0;
      color: white;
      font-weight: bold; }
  body .form-group {
    margin-bottom: 14px; }
    body .form-group .privacy {
      padding: 0 30px; }
      body .form-group .privacy p {
        margin-top: -4px;
        font-size: 12px;
        font-weight: 400;
        color: #253746; }
        body .form-group .privacy p a {
          font-size: 12px;
          font-weight: 400;
          color: #242a75;
          text-decoration: none; }
  body.toolbar-tray-open #reportcta {
    top: 290px; }
  body .half-banner {
    background: #f5f5f5; }
    body .half-banner strong {
      font-weight: 700 !important; }
    body .half-banner .description {
      max-width: 1024px;
      margin: 0 auto;
      background: #fff;
      padding: 20px 40px;
      margin-top: -40px;
      position: relative; }
      body .half-banner .description h1 {
        padding: 14px 0 18px 30px;
        font-size: 40px;
        font-weight: 100;
        text-transform: uppercase;
        color: #00BBDD; }
      body .half-banner .description p {
        padding-left: 30px;
        font-size: 16px;
        line-height: 22px;
        color: #253746; }
  body .research-block {
    text-decoration: none;
    background: #f5f5f5;
    padding: 20px 0; }
    body .research-block .row {
      max-width: 1170px;
      margin: 0 auto; }
    body .research-block .featured-block {
      border-top: 5px solid #00BBDD;
      background: #fff;
      padding: 20px; }
    body .research-block a {
      color: #777777;
      display: block;
      font-size: 20px;
      text-align: center; }
    body .research-block h2 {
      font-size: 20px;
      text-align: center;
      font-weight: normal;
      margin-bottom: 10px;
      color: #5E5F5F; }
    body .research-block p {
      font-size: 16px;
      text-align: left;
      font-weight: normal;
      margin-bottom: 10px;
      color: #000; }
    body .research-block .featured-img img {
      width: 100%; }
    body .research-block ul {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 15px;
      padding: 0; }
      body .research-block ul li {
        background: url("/themes/thalesesecurity/templates/dist/images/home-next.png") no-repeat left;
        background-size: 12px;
        background-position: 0px 0px;
        padding-left: 14px;
        margin-bottom: 5px;
        list-style: none;
        font-size: 16px;
        color: #000; }
    body .research-block .featured-resources {
      background-color: #F6F6F6;
      border: 1px solid #DDD;
      border-radius: 8px;
      margin-top: 15px;
      padding-top: 7px; }
      body .research-block .featured-resources h4 {
        color: #212121;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px; }
      body .research-block .featured-resources li {
        display: inline-block;
        background: none;
        vertical-align: bottom; }
      body .research-block .featured-resources span, body .research-block .featured-resources a {
        height: 38px;
        width: 38px;
        display: block; }
      body .research-block .featured-resources .resource-link:hover:before {
        border: solid;
        border-color: #DDD transparent;
        border-width: 6px 6px 0 6px;
        bottom: 36px;
        content: "";
        left: 29%;
        position: absolute;
        z-index: 1; }
      body .research-block .featured-resources .resource-link:hover:after {
        background: #DDD;
        border-radius: 5px;
        bottom: 42px;
        color: #5E5F5F;
        content: "Asset";
        left: -10%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 40px; }
      body .research-block .featured-resources .resource-Whitepaper {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-orange.png) -152px -38px; }
        body .research-block .featured-resources .resource-Whitepaper:hover {
          background: url(/themes/thalesesecurity/templates/assets/images/research-asset-icons-purple.png) -152px -38px; }
          body .research-block .featured-resources .resource-Whitepaper:hover:after {
            content: "Whitepaper";
            width: 62px; }
      body .research-block .featured-resources .resource-Website {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-orange.png) 0px 0px; }
        body .research-block .featured-resources .resource-Website:hover {
          background: url(/themes/thalesesecurity/templates/assets/images/research-asset-icons-purple.png) 0px 0px; }
          body .research-block .featured-resources .resource-Website:hover:after {
            content: "Website";
            width: 45px; }
      body .research-block .featured-resources .resource-Infographic {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-orange.png) -114px -38px; }
        body .research-block .featured-resources .resource-Infographic:hover {
          background: url(/themes/thalesesecurity/templates/assets/images/research-asset-icons-purple.png) -114px -38px; }
          body .research-block .featured-resources .resource-Infographic:hover:after {
            content: "Infographic";
            width: 60px; }
      body .research-block .featured-resources .resource-link-disabled {
        display: inline-block;
        position: relative;
        width: 38px;
        height: 38px;
        margin-right: 12px;
        vertical-align: bottom; }
      body .research-block .featured-resources .resource-Casestudy-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -38px -76px; }
      body .research-block .featured-resources .resource-Blogpost-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -76px -38px; }
      body .research-block .featured-resources .resource-Productbrief-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) 0px -76px; }
      body .research-block .featured-resources .resource-Brochure-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) 0px -38px; }
      body .research-block .featured-resources .resource-Website-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) 0px 0px; }
      body .research-block .featured-resources .resource-Executivesummary-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -76px -76px; }
      body .research-block .featured-resources .resource-Video-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -38px -38px; }
      body .research-block .featured-resources .resource-Whitepaper-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -152px -38px; }
      body .research-block .featured-resources .resource-Infographic-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -114px -38px; }
      body .research-block .featured-resources .resource-Guide-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -152px 0px; }
      body .research-block .featured-resources .resource-Pressrelease-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -114px 0px; }
      body .research-block .featured-resources .resource-Solutionbrief-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -38px 0px; }
      body .research-block .featured-resources .resource-Webinar-disabled {
        background: url(/themes/thalesesecurity/templates/dist/images/research-asset-icons-grey.png) -76px 0px; }
  body .research-three-block {
    background: #f5f5f5; }
    body .research-three-block .title {
      padding: 20px 0; }
      body .research-three-block .title h2 {
        font-size: 28px;
        text-align: left;
        color: #253746; }
    body .research-three-block .item {
      max-width: 920px;
      margin: 0 auto;
      padding: 0 20px;
      background-color: #fff;
      border-top: 5px solid #00BBDD;
      padding: 10px 30px 30px; }
      body .research-three-block .item .image {
        margin: 20px 0;
        display: block;
        position: relative;
        height: 150px; }
        body .research-three-block .item .image img {
          max-height: 176px;
          max-width: 257px;
          position: absolute;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      body .research-three-block .item a {
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 17px;
        color: #00BBDD; }
      body .research-three-block .item p {
        line-height: 1.6;
        padding: 0 0 1em;
        color: #212121;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400; }
  body .data-banner {
    background: url(/themes/thalesesecurity/templates/dist/images/bannernew.jpg) no-repeat top center #2b0370;
    padding: 30px 0;
    margin-top: 105px;
    background-size: cover !important;
    width: 100%; }
    body .data-banner .col-wrap .white-box {
      background-color: white;
      padding: 25px 35px 20px;
      border-radius: 0px 25px 25px 25px; }
    body .data-banner .col-wrap h1 {
      color: #253746;
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 400; }
    body .data-banner .col-wrap p {
      font-size: 16px;
      line-height: 1.6;
      padding: 0 0 1em;
      color: #212121; }
    body .data-banner .col-wrap a {
      text-decoration: none;
      padding: 5px 15px 10px;
      margin-bottom: 3px;
      display: inline-block;
      border-radius: 3px;
      font-weight: bold;
      background-color: #b90b67;
      color: #ffffff !important;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    body .data-banner.software-update-banner {
      padding: 40px 0 78px;
      background-size: 100%;
      border-top: 7px solid #242a75;
      background: url(/themes/thalesesecurity/templates/assets/images/banner-v11.jpg) no-repeat center center #ffffff; }
      @media (max-width: 991px) {
        body .data-banner.software-update-banner {
          margin-top: 0;
          padding: 40px 0; } }
      body .data-banner.software-update-banner .col-wrap {
        padding-left: 55px;
        padding-right: 14px; }
        @media (max-width: 991px) {
          body .data-banner.software-update-banner .col-wrap {
            padding: 0 30px; } }
        @media (max-width: 595px) {
          body .data-banner.software-update-banner .col-wrap {
            padding: 0 20px; } }
        body .data-banner.software-update-banner .col-wrap .white-box {
          background-color: #ffffff;
          padding: 25px 36px 22px;
          border-radius: 0px 25px 25px 25px; }
          @media (max-width: 991px) {
            body .data-banner.software-update-banner .col-wrap .white-box {
              padding: 20px; } }
          @media (max-width: 595px) {
            body .data-banner.software-update-banner .col-wrap .white-box {
              padding: 20px;
              text-align: center; } }
        body .data-banner.software-update-banner .col-wrap h1 {
          color: #253746;
          font-size: 32px;
          font-weight: 400;
          line-height: 1.1;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            body .data-banner.software-update-banner .col-wrap h1 {
              font-size: 28px; } }
          @media (max-width: 595px) {
            body .data-banner.software-update-banner .col-wrap h1 {
              font-size: 22px; } }
        body .data-banner.software-update-banner .col-wrap p {
          font-size: 16px;
          line-height: 1.6;
          font-weight: 400;
          padding: 0;
          color: #253746; }
          @media (max-width: 595px) {
            body .data-banner.software-update-banner .col-wrap p {
              font-size: 12px; } }
    body .data-banner.gdpr-banner {
      padding: 60px 0 104px;
      border-top: 7px solid #242a75;
      background: url(/themes/thalesesecurity/templates/assets/images/eu-bg.jpg) no-repeat center center #ffffff; }
      @media (max-width: 991px) {
        body .data-banner.gdpr-banner {
          margin-top: 0;
          padding: 40px 0; } }
      body .data-banner.gdpr-banner .col-wrap {
        padding-left: 58px;
        padding-right: 0; }
        @media (max-width: 1149px) {
          body .data-banner.gdpr-banner .col-wrap {
            padding: 0 20px; } }
        body .data-banner.gdpr-banner .col-wrap .white-box {
          background-color: white;
          padding: 25px 35px 20px; }
          @media (max-width: 991px) {
            body .data-banner.gdpr-banner .col-wrap .white-box {
              padding: 30px 30px 20px; } }
          @media (max-width: 595px) {
            body .data-banner.gdpr-banner .col-wrap .white-box {
              text-align: center;
              padding: 20px 15px 10px; } }
        body .data-banner.gdpr-banner .col-wrap h1 {
          color: #253746;
          font-size: 32px;
          margin-bottom: 10px;
          font-weight: 400; }
          @media (max-width: 991px) {
            body .data-banner.gdpr-banner .col-wrap h1 {
              font-size: 28px;
              line-height: 1.2; } }
          @media (max-width: 595px) {
            body .data-banner.gdpr-banner .col-wrap h1 {
              font-size: 22px;
              line-height: 1.2; } }
        body .data-banner.gdpr-banner .col-wrap p {
          font-size: 27px;
          margin-bottom: 0;
          font-weight: 300;
          color: #253746; }
          @media (max-width: 991px) {
            body .data-banner.gdpr-banner .col-wrap p {
              font-size: 24px; } }
          @media (max-width: 595px) {
            body .data-banner.gdpr-banner .col-wrap p {
              font-size: 18px;
              line-height: 1.5; } }
  body .featured {
    background: #f5f5f5; }
    body .featured h2 {
      font-weight: bold;
      font-size: 1.3em;
      margin: 0 0 5px 0;
      color: #212121;
      text-align: center; }
    body .featured h3 {
      font-weight: bold;
      font-size: 1.3em;
      margin: 0 0 5px 0;
      color: #212121; }
    body .featured p {
      font-size: 16px;
      line-height: 1.6;
      color: #212121;
      margin: 0;
      padding: 0 0 10px 0; }
    body .featured img {
      margin: 30px 0 10px 0; }
    body .featured .hidef {
      display: none; }
    body .featured .expand {
      background: url(/themes/thalesesecurity/templates/dist/images/plus1.png) center center no-repeat;
      width: 100%;
      height: 18px;
      cursor: pointer; }
    body .featured .minus {
      background-image: url(/themes/thalesesecurity/templates/dist/images/minus.png); }
  body .resource-type h2 {
    font-size: 2em;
    color: #b90b67;
    font-weight: 400;
    margin-bottom: 10px; }
  body .resource-type p {
    padding: 0 0 1em;
    color: #212121;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400; }
  body .resource-type a {
    padding: 5px 15px 10px;
    margin-bottom: 3px;
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    color: white !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #b90b67;
    border: solid 1px #b90b67;
    text-decoration: none; }
  body .resource-type .col-sm-3 {
    text-align: center; }
  body .resource-type .col-sm-7 {
    margin-left: 8.33333333%; }
  body .testinomial {
    background-color: #b90b67;
    padding: 30px 0 50px; }
    body .testinomial img {
      max-width: 200px;
      max-height: auto;
      border-radius: 100px;
      overflow: hidden; }
    body .testinomial .image {
      text-align: end; }
    body .testinomial .item {
      padding: 0 40px; }
    body .testinomial blockquote {
      font-size: 1.3em;
      line-height: 1.2em;
      margin-top: 20px;
      color: white; }
      body .testinomial blockquote:before {
        content: '"';
        left: 0;
        font-size: 1.8em;
        line-height: 0.6em;
        position: absolute; }
      body .testinomial blockquote:after {
        content: '"';
        padding-left: 10px;
        font-size: 1.8em;
        line-height: 0.6em;
        position: absolute; }
  body .year-tabs {
    background: #f5f5f5; }
    body .year-tabs strong {
      font-weight: 700 !important; }
    body .year-tabs ul li {
      color: #555;
      font-weight: 400;
      margin-right: 2px;
      line-height: 1.42857143;
      border-radius: 4px 4px 0 0;
      display: inline-block;
      padding: 10px;
      cursor: pointer;
      background: url(/themes/thalesesecurity/templates/dist/images/gemalto-tabs-divider.png) no-repeat #eee; }
      body .year-tabs ul li.active {
        background: none;
        background-color: #fff;
        border: 1px solid #ddd; }
    body .year-tabs .tab-content {
      background-color: #fff;
      padding: 20px; }
      body .year-tabs .tab-content h3 {
        color: #F29220;
        font-size: 24px;
        font-weight: normal; }
      body .year-tabs .tab-content span {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 4px; }
      body .year-tabs .tab-content p {
        line-height: 1.6;
        padding: 0 0 1em;
        color: #212121;
        font-size: 16px;
        font-weight: 400; }
    body .year-tabs .tab {
      margin-bottom: 20px;
      padding: 20px 20px 20px 20px;
      border: 1px solid #CCC;
      background-color: #EEE;
      display: none; }
      body .year-tabs .tab.active {
        display: block; }
  body .overlay-active {
    overflow: hidden; }
    body .overlay-active .video-overlay {
      visibility: visible;
      opacity: 1;
      z-index: 99999; }
      body .overlay-active .video-overlay .video-container {
        opacity: 1;
        -webkit-animation: fade-Up 1.5s ease-in-out both;
             -o-animation: fade-Up 1.5s ease-in-out both;
                animation: fade-Up 1.5s ease-in-out both; }
  body .video-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    height: 100vh;
    z-index: -1;
    visibility: hidden; }
    body .video-overlay iframe {
      border: none;
      width: 100%; }
    body .video-overlay .v-middle-inner {
      display: table;
      position: relative;
      text-align: center;
      width: 100%;
      height: 100%; }
      body .video-overlay .v-middle-inner .v-middle {
        display: table-cell;
        vertical-align: middle; }
    body .video-overlay .video-container {
      position: relative;
      max-width: 840px;
      padding: 0 20px;
      margin: 0 auto; }
  body .close-video {
    height: 30px;
    width: 30px;
    padding: 1px 1px 0 0;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none; }
    body .close-video:after, body .close-video:before {
      content: "";
      position: absolute;
      top: 13px;
      left: 4px;
      width: 20px;
      height: 2px;
      background: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body .close-video:before {
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    body .close-video:after {
      -webkit-transform: rotate(130deg);
           -o-transform: rotate(130deg);
              transform: rotate(130deg); }
    body .close-video:hover {
      border-color: #ffffff; }
      body .close-video:hover:after, body .close-video:hover:before {
        background: #ffffff; }
  body .video {
    padding: 60px 0; }
    body .video h2, body .video h3 {
      font-size: 32px;
      font-weight: 600;
      font-family: "canada-type-gibson", sans-serif !important;
      line-height: 1.06;
      color: #253746;
      text-align: center;
      margin-bottom: 30px; }
    body .video .wrapper .video-img-wrap {
      margin: 0 auto;
      max-width: 800px;
      height: 450px;
      text-align: center;
      position: relative; }
      @media (max-width: 480px) {
        body .video .wrapper .video-img-wrap {
          height: 100%; } }
      body .video .wrapper .video-img-wrap a {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        display: block; }
      body .video .wrapper .video-img-wrap img {
        width: 100%;
        height: 100%;
        display: block; }
      body .video .wrapper .video-img-wrap .cicle-btn-play {
        display: block;
        cursor: pointer;
        width: 70px;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -35px 0 0 -35px;
        z-index: 2;
        -webkit-box-shadow: 0 0 0 4px white;
                box-shadow: 0 0 0 4px white;
        border-radius: 50%; }
        @media (max-width: 767px) {
          body .video .wrapper .video-img-wrap .cicle-btn-play {
            width: 50px;
            height: 50px;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0; } }
        body .video .wrapper .video-img-wrap .cicle-btn-play:before {
          height: 0;
          width: 0;
          border-bottom: 12px solid transparent;
          border-left: 20px solid #fff;
          border-top: 12px solid transparent;
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          margin: 0 0 0 5px;
          -webkit-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%); }
        body .video .wrapper .video-img-wrap .cicle-btn-play:after {
          pointer-events: none;
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          content: '';
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          top: -4px;
          left: -4px;
          padding: 0;
          z-index: 10;
          border: 4px dashed #fff; }
      body .video .wrapper .video-img-wrap:hover {
        -webkit-transition: -webkit-box-shadow 0.2s;
        transition: -webkit-box-shadow 0.2s;
        -o-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s;
        transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
        body .video .wrapper .video-img-wrap:hover:after {
          -webkit-animation: spinAround 9s linear infinite;
          -o-animation: spinAround 9s linear infinite;
             animation: spinAround 9s linear infinite; }
      body .video .wrapper .video-img-wrap iframe {
        display: none; }
      body .video .wrapper .video-img-wrap.no-modal .watch-video {
        display: none; }
      body .video .wrapper .video-img-wrap.no-modal img {
        position: relative;
        z-index: 1; }
      body .video .wrapper .video-img-wrap.no-modal iframe {
        width: 100%;
        height: 450px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0; }
        @media (max-width: 991px) {
          body .video .wrapper .video-img-wrap.no-modal iframe {
            height: 100%; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    body .image-grid .flex-row {
      padding: 0 14px; } }
  @media (max-width: 1149px) {
    body .image-grid .flex-row {
      padding: 0 14px; } }
  body .image-grid .flex-row .col-wrap {
    padding: 0 2px; }
    body .image-grid .flex-row .col-wrap .bg-img {
      margin-bottom: 3px; }
      body .image-grid .flex-row .col-wrap .bg-img img {
        width: 100%;
        height: 100%; }
  body .icon-with-content .title {
    text-align: center;
    padding-bottom: 110px;
    max-width: 800px;
    margin: 0 auto; }
    body .icon-with-content .title h2 {
      color: #253746;
      font-weight: 300; }
    @media (max-width: 1149px) {
      body .icon-with-content .title {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      body .icon-with-content .title {
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      body .icon-with-content .title {
        padding-bottom: 20px; } }
  body .icon-with-content .full-row .col-wrap {
    padding: 0 15px; }
    body .icon-with-content .full-row .col-wrap .like-list {
      padding: 0 20px;
      float: left;
      list-style: none; }
      body .icon-with-content .full-row .col-wrap .like-list li {
        color: #253746;
        font-size: 20px;
        position: relative;
        margin: 0;
        padding: 22px 0 31px 88px; }
        body .icon-with-content .full-row .col-wrap .like-list li:before {
          content: '';
          position: absolute;
          width: 51px;
          height: 52px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url(/themes/thalesesecurity/templates/assets/images/ico-thumbs-up.svg) no-repeat;
          background-size: 100% 100%; }
        @media (max-width: 767px) {
          body .icon-with-content .full-row .col-wrap .like-list li {
            font-size: 18px;
            padding: 20px 20px 20px 80px; }
            body .icon-with-content .full-row .col-wrap .like-list li:before {
              width: 40px;
              height: 40px; } }
        @media (max-width: 595px) {
          body .icon-with-content .full-row .col-wrap .like-list li {
            padding: 20px 20px 20px 60px; } }
  body .col-three-card .full-row .col-wrap {
    padding: 0 15px;
    padding-bottom: 30px; }
    body .col-three-card .full-row .col-wrap .inner-col {
      position: relative;
      text-align: center;
      border: 2px solid #2c99b5;
      padding: 30px;
      height: 100%; }
      body .col-three-card .full-row .col-wrap .inner-col a {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      body .col-three-card .full-row .col-wrap .inner-col .icon-img {
        display: inline-block;
        max-width: 87px;
        margin-bottom: 40px; }
        body .col-three-card .full-row .col-wrap .inner-col .icon-img img {
          width: 100%;
          height: 100%; }
      body .col-three-card .full-row .col-wrap .inner-col h4 {
        color: #253746; }
  body .info-block {
    background: #e6eff4; }
    body .info-block .title {
      text-align: center;
      padding-bottom: 10px; }
      body .info-block .title h2 {
        font-weight: 300;
        color: #253746; }
    body .info-block .info-item {
      background: #ffffff;
      padding: 36px 20px 29px 42px;
      margin: 0 0 10px; }
      @media (max-width: 991px) {
        body .info-block .info-item {
          padding: 30px 20px 25px 20px; } }
      @media (max-width: 595px) {
        body .info-block .info-item {
          padding: 25px 12px; } }
      body .info-block .info-item .content {
        padding-bottom: 20px; }
        @media (max-width: 991px) {
          body .info-block .info-item .content {
            padding-bottom: 0;
            margin-bottom: 8px; } }
        body .info-block .info-item .content h3 {
          font-weight: 300;
          color: #253746;
          padding-bottom: 6px;
          margin: 0; }
          @media (max-width: 991px) {
            body .info-block .info-item .content h3 {
              padding-bottom: 0;
              margin-bottom: 5px; } }
        body .info-block .info-item .content a {
          font-weight: 100;
          color: #0077dd;
          font-size: 22px; }
          @media (max-width: 991px) {
            body .info-block .info-item .content a {
              font-size: 20px; } }
          @media (max-width: 767px) {
            body .info-block .info-item .content a {
              font-size: 18px; } }
          @media (max-width: 595px) {
            body .info-block .info-item .content a {
              font-size: 16px; } }
    body .info-block .wrapper {
      background: #ffffff;
      display: block;
      padding: 36px 20px 0 42px; }
      @media (max-width: 991px) {
        body .info-block .wrapper {
          padding: 25px 20px 25px 30px; } }
      body .info-block .wrapper h3 {
        padding: 0 0 29px 0;
        font-size: 24px;
        color: #253746;
        font-weight: 500; }
        @media (max-width: 991px) {
          body .info-block .wrapper h3 {
            padding: 0; } }
      body .info-block .wrapper .card-block {
        padding: 0 0 0 18px;
        max-width: 50%;
        min-height: 500px;
        float: left; }
        @media (max-width: 991px) {
          body .info-block .wrapper .card-block {
            max-width: 100%;
            float: none;
            min-height: auto;
            padding: 15px 0 0 0; } }
        body .info-block .wrapper .card-block h4 {
          font-weight: 300;
          color: #253746; }
          @media (max-width: 767px) {
            body .info-block .wrapper .card-block h4 {
              margin-bottom: 5px; } }
        body .info-block .wrapper .card-block p {
          color: #253746;
          font-weight: 100; }
          @media (max-width: 991px) {
            body .info-block .wrapper .card-block p {
              margin-bottom: 15px; } }
        body .info-block .wrapper .card-block ul {
          padding: 20px 30px; }
          @media (max-width: 991px) {
            body .info-block .wrapper .card-block ul {
              padding: 12px 18px; } }
          body .info-block .wrapper .card-block ul li {
            margin: 0;
            color: #253746; }
        body .info-block .wrapper .card-block.info-card {
          text-align: center; }
          body .info-block .wrapper .card-block.info-card .card {
            border: 1px solid #eaeaea;
            padding: 30px; }
            @media (max-width: 767px) {
              body .info-block .wrapper .card-block.info-card .card {
                padding: 20px; } }
            @media (max-width: 595px) {
              body .info-block .wrapper .card-block.info-card .card {
                padding: 12px; } }
            body .info-block .wrapper .card-block.info-card .card h5 {
              font-size: 18px;
              color: #253746;
              padding-bottom: 8px; }
              @media (max-width: 991px) {
                body .info-block .wrapper .card-block.info-card .card h5 {
                  padding-bottom: 15px; } }
              @media (max-width: 767px) {
                body .info-block .wrapper .card-block.info-card .card h5 {
                  font-size: 16px; } }
            body .info-block .wrapper .card-block.info-card .card a {
              display: block; }
              body .info-block .wrapper .card-block.info-card .card a img {
                max-width: 150px;
                height: auto;
                vertical-align: top;
                width: 100%; }
                @media (max-width: 991px) {
                  body .info-block .wrapper .card-block.info-card .card a img {
                    margin-bottom: 12px; } }
            body .info-block .wrapper .card-block.info-card .card p a {
              display: block;
              font-weight: 100;
              color: #0077dd;
              font-size: 22px; }
              @media (max-width: 991px) {
                body .info-block .wrapper .card-block.info-card .card p a {
                  font-size: 20px; } }
              @media (max-width: 767px) {
                body .info-block .wrapper .card-block.info-card .card p a {
                  font-size: 18px; } }
              body .info-block .wrapper .card-block.info-card .card p a:hover {
                text-decoration: none; }
  body .careers-detail .title {
    text-align: center;
    padding-bottom: 30px; }
    body .careers-detail .title h2 {
      font-weight: 300;
      color: #253746; }
  body .careers-detail .content p {
    font-weight: 100;
    color: #253746; }
    body .careers-detail .content p a {
      font-weight: 100;
      color: #0077dd;
      font-size: 22px; }
  body .pagination,
  body .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      body .pagination,
      body .pager {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 40px; } }
    body .pagination a,
    body .pager a {
      color: #008fe1;
      font-size: 18px;
      font-weight: 300; }
      body .pagination a:hover,
      body .pager a:hover {
        text-decoration: none; }
    body .pagination ul,
    body .pager ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0 20px; }
      @media (max-width: 767px) {
        body .pagination ul,
        body .pager ul {
          margin: 0 10px; } }
      body .pagination ul li,
      body .pager ul li {
        margin: 0 35px 0 0;
        color: #4EB2CA; }
        @media (max-width: 767px) {
          body .pagination ul li,
          body .pager ul li {
            margin: 0 10px 0 0; } }
        body .pagination ul li:nth-last-child(1),
        body .pager ul li:nth-last-child(1) {
          margin-right: 0; }
        body .pagination ul li a,
        body .pager ul li a {
          color: #4EB2CA;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 400; }
          body .pagination ul li a span,
          body .pager ul li a span {
            font-weight: 300; }
          body .pagination ul li a:hover,
          body .pager ul li a:hover {
            font-size: 18px; }
        body .pagination ul li.is-active a,
        body .pager ul li.is-active a {
          color: #000000; }
  body .help-block .full-row {
    text-align: center; }
    @media (max-width: 991px) {
      body .help-block .full-row {
        max-width: 100%;
        margin: 0 auto; } }
    body .help-block .full-row .col-wrap {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 991px) {
        body .help-block .full-row .col-wrap {
          width: 100%; } }
      body .help-block .full-row .col-wrap .card-block {
        position: relative;
        width: 280px;
        border: 2px solid #253746;
        text-align: center;
        padding: 20px;
        margin: 30px; }
        @media (max-width: 1149px) {
          body .help-block .full-row .col-wrap .card-block {
            margin: 10px; } }
        @media (max-width: 991px) {
          body .help-block .full-row .col-wrap .card-block {
            width: 100%;
            max-width: 100%; } }
        body .help-block .full-row .col-wrap .card-block a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        body .help-block .full-row .col-wrap .card-block .icon-img {
          display: block;
          text-decoration: none;
          text-transform: uppercase;
          padding-bottom: 30px; }
          body .help-block .full-row .col-wrap .card-block .icon-img img {
            max-width: 100%;
            height: auto;
            vertical-align: top; }
        body .help-block .full-row .col-wrap .card-block h4 {
          font-weight: 300;
          color: #0077dd; }
  body .set-section .full-row {
    margin-left: -15px;
    width: calc(100% + 15px);
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1149px) {
      body .set-section .full-row {
        width: 100%;
        margin: unset; } }
    body .set-section .full-row .col-wrap {
      width: calc(50% - 15px);
      float: left;
      margin-left: 15px;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 1149px) {
        body .set-section .full-row .col-wrap {
          width: 100%;
          margin-left: unset; } }
      body .set-section .full-row .col-wrap a {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer; }
      body .set-section .full-row .col-wrap .bg-img {
        height: 276px;
        width: 100%;
        position: relative;
        background-color: #000000;
        z-index: 1; }
        body .set-section .full-row .col-wrap .bg-img:before {
          content: "";
          position: absolute;
          background-color: #000000;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          opacity: 0.6;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        body .set-section .full-row .col-wrap .bg-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          font-family: 'object-fit: cover, object-position: right;'; }
      body .set-section .full-row .col-wrap .content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 0;
        width: 100%;
        max-width: 390px;
        text-align: center;
        z-index: 1;
        padding: 20px; }
        body .set-section .full-row .col-wrap .content h3 {
          color: #ffffff;
          padding-bottom: 15px;
          font-weight: 300; }
        body .set-section .full-row .col-wrap .content p {
          line-height: 1.2;
          color: #ffffff;
          margin-bottom: 0;
          font-size: 16px;
          padding-bottom: 20px;
          font-weight: 100; }
        body .set-section .full-row .col-wrap .content .link {
          text-transform: initial; }
          body .set-section .full-row .col-wrap .content .link span {
            top: 0;
            right: -8px; }
        @media (max-width: 991px) {
          body .set-section .full-row .col-wrap .content h3 {
            line-height: 1.2;
            padding: 0 20px 15px; } }
        @media (max-width: 595px) {
          body .set-section .full-row .col-wrap .content {
            padding: 10px; }
            body .set-section .full-row .col-wrap .content h3 {
              font-size: 16px; }
            body .set-section .full-row .col-wrap .content p {
              font-size: 14px; } }
      body .set-section .full-row .col-wrap:hover .bg-img:before {
        opacity: 0.8; }
      body .set-section .full-row .col-wrap:hover .content .link span {
        right: -14px; }
  body .event-section .views-exposed-form {
    display: none; }
  body .event-section .nav-outer {
    min-height: 70px;
    overflow: hidden;
    background-color: #e6eff4;
    width: 100%; }
    body .event-section .nav-outer ul {
      width: 100%;
      padding-left: 0;
      text-align: center; }
      body .event-section .nav-outer ul li {
        padding: 20px 0;
        width: 50%;
        float: left;
        font-size: 22px;
        margin: 0;
        list-style: none;
        position: relative; }
        body .event-section .nav-outer ul li:first-child {
          cursor: default; }
          body .event-section .nav-outer ul li:first-child:before {
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            position: absolute;
            height: 3px;
            background: #242a75; }
        body .event-section .nav-outer ul li a {
          font-weight: 300;
          display: block;
          color: #253746;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          body .event-section .nav-outer ul li a:hover {
            text-decoration: none; }
        body .event-section .nav-outer ul li.active:first-child:before {
          opacity: 1; }
  body .event-section .full-row {
    height: 100%;
    margin: 25px 0 10px; }
    @media (max-width: 767px) {
      body .event-section .full-row {
        margin: 20px 0; } }
    body .event-section .full-row .col-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 21%;
              flex: 0 0 21%;
      max-width: calc(21% - 21px);
      padding: 0;
      margin-right: 10px; }
      @media (max-width: 767px) {
        body .event-section .full-row .col-wrap {
          max-width: calc(100%);
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      body .event-section .full-row .col-wrap .category-box {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        position: relative; }
        body .event-section .full-row .col-wrap .category-box.show span:after {
          -webkit-transform: rotate(-136deg);
               -o-transform: rotate(-136deg);
                  transform: rotate(-136deg);
          top: 58%; }
        body .event-section .full-row .col-wrap .category-box.show .option-category {
          border: 1px solid #dbdbdb; }
        body .event-section .full-row .col-wrap .category-box span {
          position: relative;
          max-width: 100%;
          background: white;
          padding: 12px 14px;
          display: block;
          color: #253746;
          font-size: 15px;
          font-weight: 300;
          margin: 0 auto;
          text-align: left;
          border: 2px solid #dbdbdb; }
          body .event-section .full-row .col-wrap .category-box span a {
            font-size: 14px;
            color: #253746;
            font-weight: 300; }
            body .event-section .full-row .col-wrap .category-box span a:hover {
              text-decoration: none; }
          body .event-section .full-row .col-wrap .category-box span:before {
            content: '';
            position: absolute;
            text-align: center;
            background: #d3d3d3;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            top: 50%;
            right: 10px;
            margin: -10px 0 0; }
          body .event-section .full-row .col-wrap .category-box span:after {
            content: '';
            position: absolute;
            top: 50%;
            margin: -6px 0 0 -4px;
            right: 16px;
            width: 8px;
            height: 8px;
            border: solid #34404c;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg); }
        body .event-section .full-row .col-wrap .category-box .option-category {
          border: 1px solid #dbdbdb;
          list-style: none;
          text-align: left;
          background: white;
          position: absolute;
          z-index: 1;
          width: 100%;
          display: none;
          height: 414px;
          overflow: scroll; }
          body .event-section .full-row .col-wrap .category-box .option-category li {
            font-size: 18px;
            font-weight: 100;
            color: #656565;
            margin: 0;
            padding: 14px 20px 0;
            cursor: pointer; }
            body .event-section .full-row .col-wrap .category-box .option-category li a {
              font-size: 18px;
              color: #656565; }
      body .event-section .full-row .col-wrap.col-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: calc(50%);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        @media (max-width: 767px) {
          body .event-section .full-row .col-wrap.col-search {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            margin: 0; } }
        body .event-section .full-row .col-wrap.col-search .input-box {
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%; }
          @media (max-width: 767px) {
            body .event-section .full-row .col-wrap.col-search .input-box {
              display: block; } }
          body .event-section .full-row .col-wrap.col-search .input-box input {
            margin-right: 10px;
            font-size: 15px;
            padding: 0 12px;
            color: #253746;
            border: 2px solid #dbdbdb;
            height: 51px;
            font-family: "canada-type-gibson", sans-serif !important;
            background-color: #ffffff;
            font-weight: 400;
            letter-spacing: 1.4px;
            outline: none;
            width: calc(100%);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border-radius: 0;
            max-width: 488px; }
            @media (max-width: 767px) {
              body .event-section .full-row .col-wrap.col-search .input-box input {
                max-width: 100%;
                margin-bottom: 15px; } }
          body .event-section .full-row .col-wrap.col-search .input-box input::-webkit-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #253746; }
          body .event-section .full-row .col-wrap.col-search .input-box input:-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #253746; }
          body .event-section .full-row .col-wrap.col-search .input-box input::-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #253746; }
          body .event-section .full-row .col-wrap.col-search .input-box input::placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #253746; }
          body .event-section .full-row .col-wrap.col-search .input-box button {
            border: none;
            outline: none;
            display: inline-block;
            vertical-align: middle;
            background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
            background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
            text-decoration: none;
            position: relative;
            z-index: 0;
            text-align: center;
            margin: 0;
            border-radius: 0;
            height: 51px;
            padding: 0px 0;
            min-width: 107px;
            border: 0;
            cursor: pointer;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.38;
            letter-spacing: normal;
            font-family: "canada-type-gibson", sans-serif !important;
            overflow: hidden; }
            body .event-section .full-row .col-wrap.col-search .input-box button span {
              font-family: "canada-type-gibson", sans-serif !important;
              position: relative;
              font-size: 16px;
              font-weight: 300; }
            @media (max-width: 767px) {
              body .event-section .full-row .col-wrap.col-search .input-box button {
                max-width: 100%;
                min-width: 100%; } }
  body .event-section .wrapper .content-wrap {
    background: #f3f4f4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px;
    -webkit-box-shadow: 1px 2px 0 #5dbdf4;
            box-shadow: 1px 2px 0 #5dbdf4; }
    @media (max-width: 767px) {
      body .event-section .wrapper .content-wrap {
        text-align: center;
        padding: 20px 0; } }
    body .event-section .wrapper .content-wrap .col-wrap {
      display: inline-block; }
      body .event-section .wrapper .content-wrap .col-wrap.img-wrap {
        height: auto;
        width: 23%;
        max-width: 250px;
        padding: 0; }
        @media (max-width: 767px) {
          body .event-section .wrapper .content-wrap .col-wrap.img-wrap {
            padding: 10px 0;
            margin: 0 auto;
            width: 100%; } }
        body .event-section .wrapper .content-wrap .col-wrap.img-wrap img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: auto; }
      body .event-section .wrapper .content-wrap .col-wrap.content {
        padding: 10px 20px 10px 38px;
        max-width: 62%;
        width: 62%; }
        @media (max-width: 1149px) {
          body .event-section .wrapper .content-wrap .col-wrap.content {
            padding: 20px;
            max-width: 54%;
            width: 54%; } }
        @media (max-width: 991px) {
          body .event-section .wrapper .content-wrap .col-wrap.content {
            max-width: 50%;
            width: 50%; } }
        @media (max-width: 767px) {
          body .event-section .wrapper .content-wrap .col-wrap.content {
            max-width: 100%;
            width: 100%;
            padding: 20px; } }
        body .event-section .wrapper .content-wrap .col-wrap.content a {
          font-size: 22px;
          position: relative;
          color: #253746;
          font-weight: 300;
          line-height: 1.22;
          text-decoration: none;
          display: inline; }
          body .event-section .wrapper .content-wrap .col-wrap.content a:before {
            content: '';
            position: absolute;
            bottom: -4px;
            opacity: 0;
            height: 2px;
            width: 100%;
            background: #253746;
            -webkit-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s; }
          body .event-section .wrapper .content-wrap .col-wrap.content a:hover {
            text-decoration: none; }
            body .event-section .wrapper .content-wrap .col-wrap.content a:hover:before {
              bottom: 0;
              opacity: 1;
              -webkit-transition: all linear .3s;
              -o-transition: all linear .3s;
              transition: all linear .3s; }
        body .event-section .wrapper .content-wrap .col-wrap.content span {
          color: #253746;
          position: relative;
          font-size: 14px;
          display: block;
          padding-bottom: 20px;
          font-weight: 300; }
          body .event-section .wrapper .content-wrap .col-wrap.content span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 87px;
            height: 2px;
            border-bottom: 1px solid #2894c4;
            background: #4baedd; }
          @media (max-width: 767px) {
            body .event-section .wrapper .content-wrap .col-wrap.content span:before {
              right: 0;
              margin: auto; } }
        body .event-section .wrapper .content-wrap .col-wrap.content p {
          color: #253746;
          margin: 0;
          padding-bottom: 6px;
          padding-top: 10px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          overflow: hidden; }
      body .event-section .wrapper .content-wrap .col-wrap.link-cell {
        width: 180px;
        min-width: 10%;
        -ms-flex-item-align: end;
            align-self: flex-end;
        text-align: right;
        padding: 0 0px 21px 0; }
        body .event-section .wrapper .content-wrap .col-wrap.link-cell .btn-default {
          padding: 6px 16px; }
        @media (max-width: 767px) {
          body .event-section .wrapper .content-wrap .col-wrap.link-cell {
            min-width: 100%;
            -ms-flex-item-align: center;
                align-self: center;
            text-align: center; } }
  body .event-section .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    @media (max-width: 767px) {
      body .event-section .pagination {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 30px; } }
    body .event-section .pagination ul {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      @media (max-width: 767px) {
        body .event-section .pagination ul {
          margin: 0 10px; } }
      @media (max-width: 480px) {
        body .event-section .pagination ul {
          display: unset;
          margin: 0; } }
      body .event-section .pagination ul li {
        margin: 0 35px 0 0;
        color: #008fe1; }
        @media (max-width: 767px) {
          body .event-section .pagination ul li {
            margin: 0 10px 0 0; } }
        @media (max-width: 480px) {
          body .event-section .pagination ul li {
            display: inline-block;
            margin: 0; } }
        body .event-section .pagination ul li:nth-last-child(1) {
          margin-right: 0; }
        body .event-section .pagination ul li a {
          color: #008fe1;
          font-size: 22px;
          font-weight: 300; }
          body .event-section .pagination ul li a:hover {
            text-decoration: none; }
          body .event-section .pagination ul li a.active {
            color: #000000; }
        body .event-section .pagination ul li .gap {
          color: #999;
          margin-right: 4px; }
  body .content-with-video .wrapper {
    width: 100%; }
    @media (max-width: 595px) {
      body .content-with-video .wrapper {
        text-align: center; } }
    body .content-with-video .wrapper h2 {
      color: #253746;
      font-weight: 300;
      padding-bottom: 21px; }
      @media (min-width: 1150px) {
        body .content-with-video .wrapper h2 {
          font-size: 30px; } }
      @media (max-width: 480px) {
        body .content-with-video .wrapper h2 {
          font-size: 20px; } }
    body .content-with-video .wrapper .video-wrap {
      display: inline-block;
      padding-bottom: 30px; }
      body .content-with-video .wrapper .video-wrap .left-video {
        position: relative;
        height: 100%;
        width: 40%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 20px 0;
        vertical-align: middle; }
        @media (max-width: 595px) {
          body .content-with-video .wrapper .video-wrap .left-video {
            width: 100%; } }
        body .content-with-video .wrapper .video-wrap .left-video a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
        body .content-with-video .wrapper .video-wrap .left-video img {
          max-width: 100%;
          height: auto;
          vertical-align: top; }
      body .content-with-video .wrapper .video-wrap .content {
        width: 60%;
        float: right; }
        @media (max-width: 595px) {
          body .content-with-video .wrapper .video-wrap .content {
            width: 100%;
            text-align: center;
            float: none; } }
        body .content-with-video .wrapper .video-wrap .content h3 {
          color: #253746; }
        body .content-with-video .wrapper .video-wrap .content p {
          line-height: 1.5;
          color: #253746; }
          body .content-with-video .wrapper .video-wrap .content p a {
            font-size: 22px;
            font-weight: 300;
            color: #253746; }
            @media (max-width: 595px) {
              body .content-with-video .wrapper .video-wrap .content p a {
                font-size: 14px; } }
            body .content-with-video .wrapper .video-wrap .content p a:hover {
              color: #253746; }
          body .content-with-video .wrapper .video-wrap .content p img {
            margin: auto;
            display: block; }
    body .content-with-video .wrapper p {
      line-height: 1.5;
      color: #253746; }
      body .content-with-video .wrapper p a {
        font-size: 22px;
        font-weight: 300;
        color: #253746; }
        @media (max-width: 595px) {
          body .content-with-video .wrapper p a {
            font-size: 14px; } }
        body .content-with-video .wrapper p a:hover {
          color: #253746; }
      body .content-with-video .wrapper p .center {
        margin: auto;
        display: block; }
    body .content-with-video .wrapper .card-link {
      text-align: center; }
      body .content-with-video .wrapper .card-link a img {
        width: 100%;
        height: 100%; }
      body .content-with-video .wrapper .card-link a h4 {
        font-weight: 100;
        color: #0077dd; }
  body .tab-holder-card {
    text-align: center;
    background-color: #e6eff4;
    border-top: 4px solid #3679c0;
    padding: 50px 0 0; }
    body .tab-holder-card .title-wrap {
      max-width: 800px;
      margin: 0 auto 50px;
      text-align: center; }
      body .tab-holder-card .title-wrap h2 {
        color: #253746;
        font-size: 30px;
        font-weight: 400; }
      @media (max-width: 767px) {
        body .tab-holder-card .title-wrap {
          margin-bottom: 40px; }
          body .tab-holder-card .title-wrap h2 {
            font-size: 26px; } }
    body .tab-holder-card .content-wrap {
      display: block;
      margin-left: -12px;
      margin-right: -12px; }
      @media (max-width: 767px) {
        body .tab-holder-card .content-wrap {
          margin-left: 0;
          margin-right: 0; } }
      body .tab-holder-card .content-wrap .col-wrap {
        width: calc(33.33% - 24px);
        margin: 0 12px 21px;
        background: #ffffff; }
        @media (max-width: 991px) {
          body .tab-holder-card .content-wrap .col-wrap {
            width: calc(50% - 24px);
            margin: 0 12px 21px; } }
        @media (max-width: 767px) {
          body .tab-holder-card .content-wrap .col-wrap {
            margin: 0 auto 30px;
            width: 100%;
            margin-bottom: 20px;
            max-width: 767px; } }
        body .tab-holder-card .content-wrap .col-wrap .content {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center;
          min-height: 500px; }
          @media (max-width: 767px) {
            body .tab-holder-card .content-wrap .col-wrap .content {
              padding: 0; } }
          body .tab-holder-card .content-wrap .col-wrap .content h3 {
            padding: 25px 0 50px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            line-height: 1.2;
            margin-bottom: 0;
            font-weight: 300;
            font-size: 24px;
            color: #253746;
            position: relative; }
            @media (max-width: 767px) {
              body .tab-holder-card .content-wrap .col-wrap .content h3 {
                font-size: 20px; } }
          body .tab-holder-card .content-wrap .col-wrap .content .icon-img {
            padding-bottom: 12px;
            border-bottom: 2px solid #9b9b9b;
            max-width: 180px;
            margin: 0 auto; }
          body .tab-holder-card .content-wrap .col-wrap .content .heading {
            padding-top: 25px; }
            body .tab-holder-card .content-wrap .col-wrap .content .heading .regulation {
              width: 50%;
              display: inline-block;
              border-right: 2px solid #9b9b9b;
              text-align: right;
              color: #253746;
              padding-right: 16px;
              font-weight: 400;
              font-size: 18px; }
            body .tab-holder-card .content-wrap .col-wrap .content .heading .action {
              color: #253746;
              text-align: left;
              width: 50%;
              float: right;
              font-weight: 400;
              font-size: 18px;
              padding-left: 15px; }
          body .tab-holder-card .content-wrap .col-wrap .content p {
            padding: 30px 20px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            font-size: 22px;
            line-height: 1.5;
            font-weight: 100;
            color: #253746; }
            @media (max-width: 767px) {
              body .tab-holder-card .content-wrap .col-wrap .content p {
                font-size: 20px;
                line-height: 1.2; } }
          body .tab-holder-card .content-wrap .col-wrap .content .btn-default {
            margin-bottom: 20px; }
            body .tab-holder-card .content-wrap .col-wrap .content .btn-default a {
              font-size: 16px;
              font-weight: 200;
              color: #ffffff;
              text-decoration: none; }
  body .col-three-location .column-wrap {
    width: calc(100% + 15px);
    text-align: center;
    margin-left: -10px; }
    @media (max-width: 767px) {
      body .col-three-location .column-wrap {
        margin-left: 0;
        width: 100%; } }
    body .col-three-location .column-wrap .card {
      border-radius: 0;
      width: calc(33% - 20px);
      display: inline-block;
      min-height: 369px;
      border-bottom: 2px solid #5dbdf4;
      background: #f3f4f4;
      padding: 0 0 20px 0;
      vertical-align: top;
      margin: 0 10px 10px;
      max-width: 379px;
      border-top: 0;
      border-left: 0;
      border-right: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .col-three-location .column-wrap .card {
          margin: 0 6px 10px;
          width: calc(33% - 15px);
          max-width: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .col-three-location .column-wrap .card {
          width: calc(50% - 20px);
          float: left;
          min-height: 250px; } }
      @media (max-width: 595px) {
        body .col-three-location .column-wrap .card {
          width: 100%;
          min-height: 250px;
          min-height: 300px;
          max-width: 100%; } }
      body .col-three-location .column-wrap .card .top-heading {
        background: #e6eff4;
        min-height: 50px;
        padding: 23px;
        text-align: center;
        display: block; }
        @media (max-width: 767px) {
          body .col-three-location .column-wrap .card .top-heading {
            padding: 10px; } }
        body .col-three-location .column-wrap .card .top-heading h4 {
          font-weight: 300;
          color: #253746; }
          @media (min-width: 992px) {
            body .col-three-location .column-wrap .card .top-heading h4 {
              font-size: 23px; } }
      body .col-three-location .column-wrap .card p {
        text-align: left;
        margin: 0;
        font-size: 18px;
        padding: 26px 10px 0 28px;
        color: #253746;
        font-weight: 300;
        letter-spacing: -0.55px; }
        @media (max-width: 991px) {
          body .col-three-location .column-wrap .card p {
            padding: 20px 10px 0 28px; } }
        @media (max-width: 595px) {
          body .col-three-location .column-wrap .card p {
            font-size: 16px;
            text-align: center; } }
  @media (min-width: 1150px) {
    body .content-key-detail {
      padding: 112px 0 18px; } }
  @media (min-width: 992px) and (max-width: 1150px) {
    body .content-key-detail {
      padding-bottom: 55px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    body .content-key-detail {
      padding-bottom: 55px; } }
  body .content-key-detail .wrapper {
    width: 100%; }
    body .content-key-detail .wrapper h2 {
      color: #253746;
      font-weight: 300;
      padding-bottom: 21px; }
      @media (min-width: 1150px) {
        body .content-key-detail .wrapper h2 {
          font-size: 30px; } }
      @media (max-width: 595px) {
        body .content-key-detail .wrapper h2 {
          text-align: center;
          font-size: 20px; } }
    body .content-key-detail .wrapper .content-with-card {
      display: inline-block;
      padding-bottom: 30px; }
      body .content-key-detail .wrapper .content-with-card .card-link {
        float: right;
        width: 30%;
        text-align: center; }
        @media (max-width: 767px) {
          body .content-key-detail .wrapper .content-with-card .card-link {
            width: 100%;
            padding-bottom: 20px;
            text-align: center; }
            body .content-key-detail .wrapper .content-with-card .card-link a h4 {
              font-size: 20px; } }
        @media (max-width: 595px) {
          body .content-key-detail .wrapper .content-with-card .card-link a h4 {
            font-size: 16px; } }
        body .content-key-detail .wrapper .content-with-card .card-link a img {
          width: auto;
          height: auto; }
        body .content-key-detail .wrapper .content-with-card .card-link a h4 {
          padding-top: 6px;
          font-size: 22px;
          font-weight: 100;
          color: #0077dd; }
      body .content-key-detail .wrapper .content-with-card .content {
        width: 70%;
        float: left; }
        @media (max-width: 767px) {
          body .content-key-detail .wrapper .content-with-card .content {
            width: 100%; } }
        @media (max-width: 595px) {
          body .content-key-detail .wrapper .content-with-card .content {
            width: 100%;
            text-align: center;
            float: none; } }
        body .content-key-detail .wrapper .content-with-card .content h4 {
          font-size: 22px;
          font-weight: 200;
          color: #253746; }
          @media (max-width: 595px) {
            body .content-key-detail .wrapper .content-with-card .content h4 {
              font-size: 16px; } }
        body .content-key-detail .wrapper .content-with-card .content p {
          color: #253746; }
          body .content-key-detail .wrapper .content-with-card .content p a {
            font-size: 22px;
            font-weight: 100; }
            @media (max-width: 595px) {
              body .content-key-detail .wrapper .content-with-card .content p a {
                font-size: 16px; } }
  body .sub-header {
    padding: 0;
    position: relative;
    overflow: visible;
    z-index: 9; }
    @media (min-width: 992px) {
      body .sub-header.fixed .inner-header {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        padding: 0; } }
    @media (min-width: 992px) {
      body .sub-header.show-header .inner-header {
        top: 61px; } }
    body .sub-header .inner-header {
      width: 100%;
      padding: 20px 0;
      background: #ffffff; }
      @media (min-width: 992px) {
        body .sub-header .inner-header {
          -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
                  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; } }
      @media (max-width: 991px) {
        body .sub-header .inner-header {
          position: relative !important;
          top: 0 !important; } }
    body .sub-header .secondary-nav {
      display: none;
      float: right; }
      @media (max-width: 991px) {
        body .sub-header .secondary-nav {
          display: block; } }
      @media (max-width: 991px) {
        body .sub-header .secondary-nav .search {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          cursor: pointer;
          width: 20px;
          height: 20px; } }
      body .sub-header .secondary-nav .hamburger {
        position: relative;
        width: 30px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        z-index: 2; }
        body .sub-header .secondary-nav .hamburger span {
          position: absolute;
          left: 0;
          width: 30px;
          height: 4px;
          background: #171a21;
          display: block;
          border-radius: 5px;
          -webkit-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          -webkit-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg); }
          body .sub-header .secondary-nav .hamburger span:nth-child(1) {
            top: 0;
            -webkit-transform-origin: left center;
                 -o-transform-origin: left center;
                    transform-origin: left center; }
          body .sub-header .secondary-nav .hamburger span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
                 -o-transform-origin: left center;
                    transform-origin: left center; }
          body .sub-header .secondary-nav .hamburger span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
                 -o-transform-origin: left center;
                    transform-origin: left center; }
        body .sub-header .secondary-nav .hamburger.active span:nth-child(1) {
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          left: 7px; }
        body .sub-header .secondary-nav .hamburger.active span:nth-child(2) {
          width: 0%;
          opacity: 0; }
        body .sub-header .secondary-nav .hamburger.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 21px;
          left: 7px; }
    @media (max-width: 991px) {
      body .sub-header .nav-wrap {
        width: 100%;
        padding: 0 20px 20px;
        position: absolute;
        top: 41px;
        left: 0;
        background: #ffffff;
        display: none;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
    body .sub-header .nav-wrap .main-nav h2 {
      color: #21296f; }
    body .sub-header .nav-wrap .main-nav > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0; }
      @media (max-width: 991px) {
        body .sub-header .nav-wrap .main-nav > ul {
          width: 100%; } }
      body .sub-header .nav-wrap .main-nav > ul:after {
        content: '';
        display: block;
        clear: both; }
      body .sub-header .nav-wrap .main-nav > ul .has-menu > a,
      body .sub-header .nav-wrap .main-nav > ul .has-menu > span {
        position: relative;
        cursor: pointer; }
        body .sub-header .nav-wrap .main-nav > ul .has-menu > a:after,
        body .sub-header .nav-wrap .main-nav > ul .has-menu > span:after {
          content: '';
          position: absolute;
          right: -10px;
          top: 5px;
          bottom: 0;
          width: 12px;
          height: 12px;
          background-image: url("/themes/thalesesecurity/templates/dist/images/downarrow.svg");
          background-size: 100%;
          background-repeat: no-repeat; }
          @media (max-width: 991px) {
            body .sub-header .nav-wrap .main-nav > ul .has-menu > a:after,
            body .sub-header .nav-wrap .main-nav > ul .has-menu > span:after {
              right: 0;
              top: 0;
              margin: auto;
              -webkit-transition: 0.4s ease;
              -o-transition: 0.4s ease;
              transition: 0.4s ease; } }
      body .sub-header .nav-wrap .main-nav > ul .has-menu.inner-link > span:after,
      body .sub-header .nav-wrap .main-nav > ul .has-menu.inner-link > a:after {
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto; }
      body .sub-header .nav-wrap .main-nav > ul > li {
        position: relative;
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
        padding-top: 6px;
        padding-bottom: 5px; }
        @media (max-width: 991px) {
          body .sub-header .nav-wrap .main-nav > ul > li {
            border-bottom: 1px solid #21296f; } }
        @media (min-width: 992px) {
          body .sub-header .nav-wrap .main-nav > ul > li:hover > a:before,
          body .sub-header .nav-wrap .main-nav > ul > li:hover > span:before {
            left: 0;
            right: 0;
            visibility: visible; }
          body .sub-header .nav-wrap .main-nav > ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0);
            pointer-events: inherit;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; } }
        @media (max-width: 991px) {
          body .sub-header .nav-wrap .main-nav > ul > li {
            display: block;
            margin: 0;
            padding: 0;
            position: relative;
            float: left;
            width: 100%; } }
        @media (min-width: 992px) {
          body .sub-header .nav-wrap .main-nav > ul > li.big .sub-menu li .sub-menu-inner {
            right: auto;
            left: -249px; } }
        @media (min-width: 992px) {
          body .sub-header .nav-wrap .main-nav > ul > li.inner-nav {
            margin-right: 32px; } }
        @media (max-width: 991px) {
          body .sub-header .nav-wrap .main-nav > ul > li.inner-nav.menu-active > span:after,
          body .sub-header .nav-wrap .main-nav > ul > li.inner-nav.menu-active > a:after {
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); } }
        body .sub-header .nav-wrap .main-nav > ul > li > span {
          cursor: default; }
        body .sub-header .nav-wrap .main-nav > ul > li > a:not(.btn-default),
        body .sub-header .nav-wrap .main-nav > ul > li > span:not(.btn-default) {
          font-size: 16px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.25;
          letter-spacing: normal;
          text-align: left;
          position: relative;
          font-family: "canada-type-gibson", sans-serif !important;
          color: #21296f;
          padding: 0 10px 0 0;
          display: inline-block;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          @media (min-width: 992px) and (max-width: 1200px) {
            body .sub-header .nav-wrap .main-nav > ul > li > a:not(.btn-default),
            body .sub-header .nav-wrap .main-nav > ul > li > span:not(.btn-default) {
              padding: 0 10px 0 0; } }
          @media (max-width: 991px) {
            body .sub-header .nav-wrap .main-nav > ul > li > a:not(.btn-default),
            body .sub-header .nav-wrap .main-nav > ul > li > span:not(.btn-default) {
              display: block;
              padding: 10px 0; } }
        body .sub-header .nav-wrap .main-nav > ul > li > a:hover,
        body .sub-header .nav-wrap .main-nav > ul > li > span:hover {
          text-decoration: none; }
        @media (min-width: 992px) {
          body .sub-header .nav-wrap .main-nav > ul > li > ul {
            opacity: 0;
            visibility: hidden;
            position: absolute; } }
        @media (min-width: 992px) {
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: 0;
            top: 44px;
            background: #ffffff;
            margin: 0;
            -webkit-transform: translateY(7px);
                 -o-transform: translateY(7px);
                    transform: translateY(7px);
            border-top: 1px solid #f8f8f8;
            width: 250px;
            padding: 10px 0;
            z-index: 8;
            -webkit-box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.15);
                    box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.15);
            pointer-events: none; } }
        @media (max-width: 991px) {
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu {
            width: 100%;
            display: none;
            padding-left: 0;
            padding-bottom: 10px; } }
        @media (max-width: 991px) {
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu > li.inner-link-active > span:after,
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu > li.inner-link-active > a:after {
            -webkit-transform: rotate(180deg) !important;
                 -o-transform: rotate(180deg) !important;
                    transform: rotate(180deg) !important; } }
        body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li {
          list-style: none;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          margin: 0; }
          @media (max-width: 991px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li {
              width: 100%; } }
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li.link-active > a span:after {
            -webkit-transform: rotate(180deg) !important;
                 -o-transform: rotate(180deg) !important;
                    transform: rotate(180deg) !important; }
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li.overview {
            display: none;
            padding: 0; }
          @media (min-width: 992px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li:hover {
              background: #26add3; }
              body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li:hover > span,
              body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li:hover > a {
                color: #ffffff; } }
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li span,
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li a {
            position: relative;
            font-size: 16px;
            color: #1d2369;
            text-decoration: none;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-weight: 400;
            display: block;
            padding: 10px 30px 10px 20px; }
            @media (max-width: 991px) {
              body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li span,
              body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li a {
                display: block;
                padding: 5px 15px; } }
          @media (min-width: 992px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner {
              opacity: 0;
              visibility: hidden;
              position: absolute;
              top: 0;
              right: -249px;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              background: #ffffff;
              margin: 0;
              padding: 0;
              width: 250px;
              z-index: -1;
              -webkit-box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.15);
                      box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.15);
              max-height: 300px;
              overflow: auto; } }
          @media (max-width: 991px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner {
              display: none;
              width: 100%;
              padding-bottom: 10px; } }
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-link {
            position: initial; }
          @media (min-width: 992px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner li:hover .detail-menu {
              opacity: 1;
              visibility: visible;
              z-index: 1; } }
          @media (min-width: 992px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-menu {
              opacity: 0;
              visibility: hidden;
              position: absolute;
              top: 0;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              background: #ffffff;
              margin: 0;
              padding: 30px 20px 30px 50px;
              min-height: 373px;
              max-height: 390px; }
              body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-menu:before {
                content: '';
                position: absolute;
                left: -23px;
                top: 0;
                width: 30px;
                height: 100%;
                background: transparent; } }
    @media (min-width: 992px) and (max-width: 991px) {
      body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-menu:before {
        display: none; } }
          @media (max-width: 991px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-menu {
              display: none;
              padding: 0 5px;
              min-height: 100%; } }
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-menu ul {
            margin: 0;
            padding: 0; }
            @media (min-width: 992px) {
              body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li .sub-menu-inner .detail-menu ul {
                max-height: 340px;
                overflow-y: auto; } }
          @media (min-width: 992px) {
            body .sub-header .nav-wrap .main-nav > ul > li .sub-menu li:hover .sub-menu-inner {
              opacity: 1;
              visibility: visible;
              z-index: 3; } }
        @media (max-width: 991px) {
          body .sub-header .nav-wrap .main-nav > ul > li .sub-menu {
            position: relative;
            z-index: 2;
            top: -1px;
            display: none; } }
  body .image-rotator-frame {
    padding: 0; }
    body .image-rotator-frame .outer-wrap {
      background: url("/themes/thalesesecurity/templates/dist/images/background.svg") no-repeat;
      background-size: cover;
      padding: 90px 60px; }
      @media (max-width: 1199.98px) {
        body .image-rotator-frame .outer-wrap {
          padding: 80px 40;
          overflow: scroll; } }
      @media (max-width: 991.98px) {
        body .image-rotator-frame .outer-wrap {
          padding: 60px 40px; } }
      @media (max-width: 767.98px) {
        body .image-rotator-frame .outer-wrap {
          padding: 40px 40px; } }
      body .image-rotator-frame .outer-wrap .inner-wrap {
        height: 418px; }
        @media (max-width: 1199.98px) {
          body .image-rotator-frame .outer-wrap .inner-wrap {
            width: 1200px; } }
        body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap {
          margin-bottom: 35px; }
          body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap h3 {
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 30px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap h3 span {
              position: relative;
              padding-left: 20px;
              margin-left: 10px;
              font-weight: 100; }
              body .image-rotator-frame .outer-wrap .inner-wrap .intro-wrap h3 span::before {
                position: absolute;
                content: "";
                top: 8px;
                left: 0;
                height: 21px;
                width: 1px;
                background: #fff; }
        body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap {
          max-width: 200px; }
          body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap h6 {
            font-size: 18px;
            color: #fff;
            position: relative;
            margin-bottom: 20px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap h6::before {
              position: absolute;
              content: "";
              bottom: -8px;
              left: 0;
              width: 30px;
              height: 1px;
              background: #00bbdd; }
          body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap ul li {
              font-size: 14px;
              margin-bottom: 15px;
              color: #fff; }
              body .image-rotator-frame .outer-wrap .inner-wrap .benefit-wrap ul li .icon-wrap {
                width: 32px;
                height: 32px; }
        body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap {
          text-align: center;
          position: relative; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .tab-content {
            margin-top: 20px;
            position: relative;
            max-width: 733px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .tab-content .img-wrap {
              height: 320px; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box {
            width: 100%;
            margin-top: 20px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .img-wrap {
              overflow: hidden;
              cursor: pointer;
              width: 100%;
              height: 320px; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .img-wrap img {
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                position: relative; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .img-wrap.zoom img {
                -webkit-transform: scale(1.58);
                     -o-transform: scale(1.58);
                        transform: scale(1.58); }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .controls {
              position: absolute;
              width: calc(100% - 55px);
              bottom: 84px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%); }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .rotator-view-box .controls .arrow {
                max-width: 321px;
                cursor: pointer; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap {
            display: none; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view {
              position: relative; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button {
                position: absolute;
                outline: none;
                cursor: pointer;
                background: none;
                top: 105px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button.active {
                  opacity: 0.4; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#disk {
                  left: 221px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#slot {
                  left: 383px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#caution {
                  left: 523px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .front-view button#service {
                  left: 558px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view {
              display: none;
              position: relative; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button {
                position: absolute;
                outline: none;
                cursor: pointer;
                background: none;
                top: 148px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button.active {
                  opacity: 0.4; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#port {
                  left: 204px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#aux {
                  left: 240px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#led {
                  left: 301px;
                  top: 141px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .back-view button#power {
                  left: 533px;
                  top: 124px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle {
              display: inline-block;
              position: absolute;
              bottom: 70px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              cursor: pointer; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle .icon {
                height: 28px; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle .icon img {
                  width: 100%;
                  height: 100%; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .feature-wrap .side-toggle span {
                color: #00bbdd;
                padding-top: 5px;
                display: block; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap {
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -35px;
            width: 745px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span {
              font-size: 56px;
              font-weight: 100;
              color: #fff;
              opacity: 0.5;
              padding-right: 22px;
              position: relative;
              margin-right: 12px;
              cursor: pointer;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span:hover {
                opacity: 1; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span.active {
                color: #00bbdd;
                cursor: default;
                opacity: 1; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span:before {
                position: absolute;
                content: "";
                top: 14px;
                right: 0;
                width: 1px;
                height: 55px;
                background: #fff; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .toggle-wrap span:last-child:before {
                opacity: 0; }
          body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup {
            width: 185px;
            position: absolute;
            top: 0;
            right: 0;
            display: none; }
            @media (max-width: 1199.98px) {
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup {
                right: 70px; } }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .img-wrap {
              height: 117px; }
            body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block {
              background: #171a21;
              padding: 12px 12px 16px;
              border-bottom-left-radius: 11px;
              border-bottom-right-radius: 11px; }
              body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span {
                color: #fff;
                display: block;
                text-align: left;
                font-weight: 100; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span.title {
                  font-size: 19px;
                  position: relative; }
                  body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span.title::before {
                    content: "";
                    width: 30px;
                    height: 1px;
                    border-bottom: 1px solid #00bbdd;
                    bottom: -5px;
                    left: 0;
                    position: absolute; }
                body .image-rotator-frame .outer-wrap .inner-wrap .rotator-wrap .info-popup .content-block span.desc {
                  font-size: 14px;
                  padding-top: 10px; }
  body .global-gdpr .wrapper {
    width: 100%; }
    @media (max-width: 767px) {
      body .global-gdpr .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
        text-align: center; } }
    body .global-gdpr .wrapper .right-img {
      float: right;
      width: 30%; }
      @media (max-width: 767px) {
        body .global-gdpr .wrapper .right-img {
          width: 100%;
          float: unset;
          text-align: center; } }
      body .global-gdpr .wrapper .right-img p {
        margin-bottom: 10px; }
        body .global-gdpr .wrapper .right-img p img {
          margin: auto;
          display: block; }
      body .global-gdpr .wrapper .right-img .heading {
        padding-bottom: 20px; }
        body .global-gdpr .wrapper .right-img .heading .regulation {
          width: 50%;
          display: inline-block;
          border-right: 2px solid #9b9b9b;
          text-align: right;
          color: #253746;
          padding-right: 16px;
          font-weight: 300;
          font-size: 18px; }
        body .global-gdpr .wrapper .right-img .heading .action {
          color: #253746;
          text-align: left;
          width: 50%;
          float: right;
          font-weight: 300;
          font-size: 18px;
          padding-left: 15px; }
      body .global-gdpr .wrapper .right-img a {
        position: relative; }
        body .global-gdpr .wrapper .right-img a img {
          margin: auto;
          display: block; }
      @media (max-width: 767px) {
        body .global-gdpr .wrapper .right-img .regulation {
          font-size: 16px; }
        body .global-gdpr .wrapper .right-img .action {
          font-size: 16px; } }
    body .global-gdpr .wrapper .content {
      width: 70%;
      float: left;
      padding-right: 20px; }
      body .global-gdpr .wrapper .content h2 {
        color: #253746;
        padding-bottom: 20px; }
      body .global-gdpr .wrapper .content p {
        color: #253746;
        font-weight: 300; }
      body .global-gdpr .wrapper .content ul li {
        font-weight: 200;
        margin: 0; }
      @media (max-width: 767px) {
        body .global-gdpr .wrapper .content {
          width: 100%;
          float: unset;
          padding: 0 0 20px 0; } }
  @media (min-width: 1150px) {
    body .contact-us-form {
      padding: 100px 0; } }
  body .contact-us-form .full-row {
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      body .contact-us-form .full-row {
        padding: 0; } }
    body .contact-us-form .full-row .form-outer {
      background-color: #e6eff4;
      position: relative;
      z-index: 9;
      height: 100%;
      max-width: 1020px;
      padding: 0 10px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        body .contact-us-form .full-row .form-outer {
          padding: 0; } }
      body .contact-us-form .full-row .form-outer .form-wrap {
        display: inline-block; }
        body .contact-us-form .full-row .form-outer .form-wrap form {
          padding: 30px 0 30px 20px;
          text-align: center;
          padding: 20px 0; }
          body .contact-us-form .full-row .form-outer .form-wrap form .form-group {
            width: 50%;
            float: left;
            padding: 0 30px; }
            @media (max-width: 767px) {
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group {
                width: 100%;
                padding: 0 20px; } }
            @media (max-width: 480px) {
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group {
                padding: 0 10px; } }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.full-width {
              padding: 0 30px;
              width: 100%; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group.full-width #eMsg {
                display: block;
                min-height: 300px;
                width: 100%;
                margin-bottom: 15px; }
              @media (max-width: 480px) {
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group.full-width {
                  padding: 0px 10px; }
                  body .contact-us-form .full-row .form-outer .form-wrap form .form-group.full-width .form-control {
                    min-height: 200px; } }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.state-hungary {
              font-size: 0; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group.state-hungary .wrap {
                display: inline-block;
                width: 100%; }
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group.state-hungary .wrap input[type="checkbox"] {
                  width: 15px;
                  height: 15px;
                  float: left;
                  margin-top: 6px;
                  margin-bottom: 10px;
                  background-color: #ffffff; }
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group.state-hungary .wrap label {
                  padding-left: 6px;
                  width: calc(100% - 15px);
                  text-align: left; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.aus-state-wrap label {
              width: 100%;
              text-align: left; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.aus-state-wrap .jcf-hidden {
              display: inline-block;
              vertical-align: top;
              position: relative;
              border: 1px solid #dbdbdb;
              background: #fff;
              margin: 0 0 12px;
              min-width: 150px;
              width: 100%;
              height: 53px; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.us-state-wrap label {
              width: 100%;
              text-align: left; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.us-state-wrap .jcf-hidden {
              display: inline-block;
              vertical-align: top;
              position: relative;
              border: 1px solid #dbdbdb;
              background: #fff;
              margin: 0 0 12px;
              min-width: 150px;
              width: 100%;
              height: 53px; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.can-state-wrap label {
              width: 100%;
              text-align: left; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group.can-state-wrap .jcf-hidden {
              display: inline-block;
              vertical-align: top;
              position: relative;
              border: 1px solid #dbdbdb;
              background: #fff;
              margin: 0 0 12px;
              min-width: 150px;
              width: 100%;
              height: 53px; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group label {
              float: left;
              font-size: 18px; }
              @media (max-width: 480px) {
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group label {
                  font-size: 14px; } }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control {
              background-color: #ffffff;
              width: 100%;
              margin: 10px auto;
              border-radius: 0;
              color: #253746;
              padding: 14px 20px;
              border: 1px solid #dbdbdb;
              margin-bottom: 25px;
              outline: none; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control.jcf-hidden {
                display: inline-block;
                vertical-align: top;
                position: relative;
                border: 1px solid #dbdbdb;
                background: #fff;
                margin: 0 0 12px;
                min-width: 150px;
                width: 100%;
                height: 53px; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control::-webkit-input-placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control:-ms-input-placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control::-ms-input-placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control::placeholder {
                font-size: 18px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                color: #253746;
                letter-spacing: normal; }
              @media (max-width: 480px) {
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control {
                  padding: 8px 10px; } }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .form-control[type="submit"] {
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4eb2ca), to(#1f6ea9));
                background: -webkit-linear-gradient(top, #4eb2ca 0, #1f6ea9 100%);
                background: -o-linear-gradient(top, #4eb2ca 0, #1f6ea9 100%);
                background: linear-gradient(to bottom, #4eb2ca 0, #1f6ea9 100%);
                font-size: 15px;
                padding: 0 20px;
                color: #fff;
                position: relative;
                z-index: 0;
                font-weight: 400;
                -webkit-transition: opacity linear .3s;
                -o-transition: opacity linear .3s;
                transition: opacity linear .3s;
                min-width: 108px;
                text-align: center;
                border: none;
                outline: 0;
                display: block;
                margin: 0px auto 24px;
                min-width: 118px;
                min-height: 50px;
                height: 53px;
                width: 160px;
                border-radius: 0;
                cursor: pointer; }
            body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry {
              margin-bottom: 25px;
              position: relative; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry.show span:after {
                -webkit-transform: rotate(-136deg);
                     -o-transform: rotate(-136deg);
                        transform: rotate(-136deg);
                top: 58%; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry.show .drop-down {
                opacity: 1;
                border: 1px solid #dbdbdb;
                visibility: visible; }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry span {
                position: relative;
                background: white;
                padding: 14px 20px;
                display: block;
                color: #253746;
                font-size: 15px;
                font-weight: 300;
                text-align: left;
                border: 1px solid #dbdbdb; }
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry span:before {
                  content: '';
                  position: absolute;
                  text-align: center;
                  background: #d3d3d3;
                  width: 20px;
                  height: 20px;
                  border-radius: 50%;
                  top: 50%;
                  right: 10px;
                  margin: -10px 0 0; }
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry span:after {
                  content: '';
                  position: absolute;
                  top: 50%;
                  margin: -6px 0 0 -4px;
                  right: 16px;
                  width: 8px;
                  height: 8px;
                  border: solid #34404c;
                  border-width: 0 1px 1px 0;
                  -webkit-transform: rotate(45deg);
                       -o-transform: rotate(45deg);
                          transform: rotate(45deg); }
              body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry .drop-down {
                border: 1px solid #dbdbdb;
                list-style: none;
                text-align: left;
                background: #ffffff;
                position: absolute;
                z-index: 1;
                width: 100%;
                opacity: 0;
                min-height: 174px;
                max-height: 340px;
                overflow: scroll;
                visibility: hidden;
                padding-left: 0; }
                body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry .drop-down li {
                  font-size: 18px;
                  font-weight: 100;
                  color: #656565;
                  padding: 7px 20px;
                  margin: 0; }
                  body .contact-us-form .full-row .form-outer .form-wrap form .form-group .dropdown-cuntry .drop-down li:hover {
                    background: #e6e6e6;
                    color: #253746; }
          body .contact-us-form .full-row .form-outer .form-wrap form a {
            margin: 30px 0; }
  body .ast-banner {
    padding: 0;
    display: inline-grid;
    border-top: 7px solid #242a75;
    min-height: 406px;
    margin-top: 81px; }
    @media (max-width: 1199.98px) {
      body .ast-banner {
        min-height: 307px; } }
    @media (max-width: 991.98px) {
      body .ast-banner {
        margin-top: 0; } }
    @media (max-width: 767.98px) {
      body .ast-banner {
        min-height: 207px; } }
    body .ast-banner strong {
      font-weight: 700 !important; }
    body .ast-banner .bg-img {
      position: absolute;
      height: 100%;
      width: 100%; }
      @media (max-width: 575.98px) {
        body .ast-banner .bg-img {
          position: relative;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          height: 100%; } }
      body .ast-banner .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .ast-banner .v-middle-inner .content-wrapper {
      padding: 0 0 0 41px;
      max-width: 50%; }
      @media (max-width: 991.98px) {
        body .ast-banner .v-middle-inner .content-wrapper {
          padding: 0; } }
      @media (max-width: 575.98px) {
        body .ast-banner .v-middle-inner .content-wrapper {
          max-width: 100%; } }
      body .ast-banner .v-middle-inner .content-wrapper .content {
        padding-top: 12px;
        text-align: left; }
        @media (max-width: 767.98px) {
          body .ast-banner .v-middle-inner .content-wrapper .content {
            padding: 0; } }
        @media (max-width: 480px) {
          body .ast-banner .v-middle-inner .content-wrapper .content {
            text-align: center; } }
        body .ast-banner .v-middle-inner .content-wrapper .content h1 {
          font-size: 40px;
          color: #000066;
          font-weight: 500;
          padding-bottom: 66px;
          line-height: 1.1; }
          @media (max-width: 1149px) {
            body .ast-banner .v-middle-inner .content-wrapper .content h1 {
              font-size: 36px; } }
          @media (max-width: 767.98px) {
            body .ast-banner .v-middle-inner .content-wrapper .content h1 {
              font-size: 30px;
              padding: 0; } }
          @media (max-width: 595px) {
            body .ast-banner .v-middle-inner .content-wrapper .content h1 {
              font-size: 27px;
              padding: 18px 0 25px; } }
        body .ast-banner .v-middle-inner .content-wrapper .content h3 {
          color: #ffffff;
          font-weight: 300;
          font-size: 22px; }
          @media (max-width: 595px) {
            body .ast-banner .v-middle-inner .content-wrapper .content h3 {
              font-size: 16px; } }
        body .ast-banner .v-middle-inner .content-wrapper .content p {
          color: #ffffff; }
      body .ast-banner .v-middle-inner .content-wrapper a:hover {
        text-decoration: none; }
      body .ast-banner .v-middle-inner .content-wrapper a:hover:before {
        width: 0; }
      body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        float: right;
        position: absolute;
        right: 18px;
        bottom: 22px; }
        @media (max-width: 595px) {
          body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper {
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: none;
            bottom: 22px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; } }
        body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper .btn-left {
          font-weight: 300;
          padding: 0px 17px;
          background-color: #ffffff;
          color: #242a75;
          border-radius: 20px 0 0 20px;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper .btn-left {
              padding: 0 10px; } }
        body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper .btn-right {
          background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
          padding: 0 38px;
          border-radius: 0 20px 20px 0;
          color: #ffffff;
          font-weight: 300;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper .btn-right {
              padding: 0 17px; } }
        body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper.bottom-fix {
          position: fixed;
          bottom: 50px;
          right: 94px;
          z-index: 5;
          -webkit-transition: bottom 0.6s linear;
          -o-transition: bottom 0.6s linear;
          transition: bottom 0.6s linear;
          -webkit-transform: translate(0, 30px);
               -o-transform: translate(0, 30px);
                  transform: translate(0, 30px); }
          @media screen and (min-width: 1401px) {
            body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper.bottom-fix {
              right: 50%;
              margin: 0 -614px 0 0; } }
          @media (max-width: 767px) {
            body .ast-banner .v-middle-inner .content-wrapper .btn-wrapper.bottom-fix {
              right: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              float: none;
              position: fixed;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%; } }
    body .ast-banner.banner-shrink {
      min-height: 206px; }
      @media (min-width: 768px) {
        body .ast-banner.banner-shrink .content-wrapper {
          padding-top: 36px; } }
  body .search-result .full-row {
    margin: 0;
    height: 100%;
    padding: 10px 0;
    background: #e6eff4; }
    body .search-result .full-row .col-wrap {
      max-width: 23%;
      padding: 0 0 0 10px; }
      @media (max-width: 991px) {
        body .search-result .full-row .col-wrap {
          max-width: 50%; } }
      @media (max-width: 480px) {
        body .search-result .full-row .col-wrap {
          max-width: 100%;
          padding-bottom: 30px; } }
      body .search-result .full-row .col-wrap .category-box {
        margin: 0 auto;
        max-width: 380px;
        text-align: center;
        position: relative; }
        @media (max-width: 480px) {
          body .search-result .full-row .col-wrap .category-box {
            max-width: 300px; } }
        body .search-result .full-row .col-wrap .category-box.show span:after {
          -webkit-transform: rotate(-136deg);
               -o-transform: rotate(-136deg);
                  transform: rotate(-136deg);
          top: 58%; }
        body .search-result .full-row .col-wrap .category-box.show .option-category {
          border: 1px solid #dbdbdb; }
        body .search-result .full-row .col-wrap .category-box span {
          position: relative;
          max-width: 380px;
          background: white;
          padding: 12px 14px;
          display: block;
          color: #253746;
          font-size: 15px;
          font-weight: 300;
          margin: 0 auto;
          text-align: left;
          border: 1px solid #dbdbdb;
          cursor: pointer; }
          body .search-result .full-row .col-wrap .category-box span a {
            font-size: 14px;
            color: #253746; }
            body .search-result .full-row .col-wrap .category-box span a:hover {
              text-decoration: none; }
          body .search-result .full-row .col-wrap .category-box span:before {
            content: '';
            position: absolute;
            text-align: center;
            background: #d3d3d3;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            top: 50%;
            right: 10px;
            margin: -10px 0 0; }
          body .search-result .full-row .col-wrap .category-box span:after {
            content: '';
            position: absolute;
            top: 50%;
            margin: -6px 0 0 -4px;
            right: 16px;
            width: 8px;
            height: 8px;
            border: solid #34404c;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg); }
          @media (max-width: 480px) {
            body .search-result .full-row .col-wrap .category-box span {
              max-width: 300px; } }
        body .search-result .full-row .col-wrap .category-box .option-category {
          border: 1px solid #dbdbdb;
          list-style: none;
          text-align: left;
          background: white;
          position: absolute;
          z-index: 1;
          width: 100%;
          display: none;
          height: 265px;
          overflow: scroll;
          padding-left: 0; }
          body .search-result .full-row .col-wrap .category-box .option-category li {
            font-size: 18px;
            font-weight: 100;
            color: #656565;
            margin: 0;
            padding: 7px 20px;
            cursor: pointer; }
            body .search-result .full-row .col-wrap .category-box .option-category li a {
              font-size: 18px;
              color: #656565; }
            body .search-result .full-row .col-wrap .category-box .option-category li.selected {
              color: #21296f;
              background: #f3f4f4;
              font-weight: 400; }
      body .search-result .full-row .col-wrap.col-search {
        background-color: #e6eff4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 53%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (max-width: 991px) {
          body .search-result .full-row .col-wrap.col-search {
            padding: 15px 30px;
            max-width: 100%;
            width: 100%;
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          body .search-result .full-row .col-wrap.col-search {
            display: block; } }
        @media (max-width: 480px) {
          body .search-result .full-row .col-wrap.col-search {
            padding: 10px; } }
        body .search-result .full-row .col-wrap.col-search .input-box {
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%; }
          @media (max-width: 1149px) {
            body .search-result .full-row .col-wrap.col-search .input-box {
              padding-left: 0;
              max-width: 358px;
              margin-left: 50px; } }
          @media (max-width: 991px) {
            body .search-result .full-row .col-wrap.col-search .input-box {
              width: 100%;
              max-width: 100%;
              margin-left: 0; } }
          @media (max-width: 767px) {
            body .search-result .full-row .col-wrap.col-search .input-box {
              padding-left: 0;
              width: 100%;
              margin: 0 auto; } }
          @media (max-width: 480px) {
            body .search-result .full-row .col-wrap.col-search .input-box {
              max-width: 100%; } }
          body .search-result .full-row .col-wrap.col-search .input-box input {
            margin-right: 5px;
            font-size: 15px;
            padding: 0 12px;
            color: #253746;
            border: 2px solid #dbdbdb;
            height: 45px;
            font-family: "canada-type-gibson", sans-serif !important;
            background-color: #ffffff;
            font-weight: 400;
            letter-spacing: 1.4px;
            outline: none;
            max-width: 100%;
            width: calc(100%);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border-radius: 0; }
            @media (max-width: 480px) {
              body .search-result .full-row .col-wrap.col-search .input-box input {
                max-width: 260px;
                margin-right: 3px; } }
          body .search-result .full-row .col-wrap.col-search .input-box input::-webkit-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .search-result .full-row .col-wrap.col-search .input-box input:-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .search-result .full-row .col-wrap.col-search .input-box input::-ms-input-placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .search-result .full-row .col-wrap.col-search .input-box input::placeholder {
            font-family: "canada-type-gibson", sans-serif !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.21;
            letter-spacing: normal;
            color: #dbdbdb; }
          body .search-result .full-row .col-wrap.col-search .input-box button {
            border: none;
            outline: none;
            display: inline-block;
            vertical-align: middle;
            background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
            background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
            background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
            width: 100%;
            text-decoration: none;
            position: relative;
            z-index: 0;
            text-align: center;
            margin: 0;
            border-radius: 0;
            height: 45px;
            padding: 0px 0;
            max-width: 107px;
            border: 0;
            cursor: pointer;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.38;
            letter-spacing: normal;
            font-family: "canada-type-gibson", sans-serif !important;
            overflow: hidden; }
            @media (max-width: 480px) {
              body .search-result .full-row .col-wrap.col-search .input-box button {
                max-width: 75px; } }
            body .search-result .full-row .col-wrap.col-search .input-box button span {
              font-family: "canada-type-gibson", sans-serif !important;
              position: relative;
              font-size: 16px;
              font-weight: 300; }
  body .search-result .filter-tag {
    display: none;
    padding: 0 10px; }
    body .search-result .filter-tag .single-item {
      display: inline-block; }
      body .search-result .filter-tag .single-item span {
        position: relative;
        font-size: 14px;
        padding: 3px 53px 4px 21px;
        border-radius: 16px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
        cursor: pointer;
        text-transform: capitalize;
        background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
        background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
        background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
        background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
        line-height: 1.57;
        letter-spacing: -0.21px; }
        body .search-result .filter-tag .single-item span:after {
          content: "";
          position: absolute;
          top: 8px;
          right: 21px;
          width: 12px;
          height: 12px;
          background: url(/themes/thalesesecurity/templates/dist/images/close_icon_black.svg);
          background-size: cover; }
  body .search-result .clearAll {
    display: none; }
    body .search-result .clearAll span {
      font-size: 14px;
      padding: 3px 10px 4px;
      cursor: pointer;
      text-transform: capitalize;
      display: inline-block;
      color: #253746;
      line-height: 1.57;
      letter-spacing: -0.21px; }
  body .search-result .views-exposed-form {
    display: none; }
  body .search-result .item-list {
    margin-top: 30px;
    opacity: 0; }
    body .search-result .item-list ol {
      margin: 0;
      padding-left: 20px; }
      body .search-result .item-list ol li {
        list-style: decimal; }
    body .search-result .item-list ul {
      list-style: none;
      padding-left: 0px; }
    body .search-result .item-list ol:after,
    body .search-result .item-list ul:after {
      content: '';
      display: block;
      clear: both; }
    body .search-result .item-list ol li,
    body .search-result .item-list ul li {
      float: left;
      width: 100%;
      margin: 0 0 1.64em;
      font-size: 20px;
      padding-left: 0px; }
      @media (max-width: 767px) {
        body .search-result .item-list ol li,
        body .search-result .item-list ul li {
          font-size: 16px; } }
      body .search-result .item-list ol li .image-with-col,
      body .search-result .item-list ul li .image-with-col {
        padding-top: 0; }
        body .search-result .item-list ol li .image-with-col .container,
        body .search-result .item-list ul li .image-with-col .container {
          padding: 0; }
      body .search-result .item-list ol li a,
      body .search-result .item-list ul li a {
        font-size: 24px;
        line-height: 1.33;
        margin: 0 0 0.35em; }
        @media (max-width: 767px) {
          body .search-result .item-list ol li a,
          body .search-result .item-list ul li a {
            font-size: 20px; } }
      body .search-result .item-list ol li p,
      body .search-result .item-list ul li p {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          body .search-result .item-list ol li p,
          body .search-result .item-list ul li p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body .search-result .item-list ol li p,
          body .search-result .item-list ul li p {
            font-size: 16px; } }
  body .search-result .pager {
    margin-top: 0; }
    body .search-result .pager ul {
      display: block; }
      body .search-result .pager ul li {
        display: inline-block; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .search-result .pager ul li {
            margin: 0 20px 0 0; } }
    body .search-result .pager .pager__item a:hover {
      color: #1c2936;
      -webkit-transition: all ease-out .3s;
      -o-transition: all ease-out .3s;
      transition: all ease-out .3s; }
      body .search-result .pager .pager__item a:hover span {
        color: #1c2936;
        -webkit-transition: all ease-out .3s;
        -o-transition: all ease-out .3s;
        transition: all ease-out .3s; }
    body .search-result .pager .pager__item--next a,
    body .search-result .pager .pager__item--last a {
      position: relative;
      padding-right: 27px; }
      body .search-result .pager .pager__item--next a:after,
      body .search-result .pager .pager__item--last a:after {
        content: '';
        position: absolute;
        display: block !important;
        right: 0;
        top: 4px;
        width: 18px;
        height: 18px;
        text-align: center;
        color: #98bae3;
        /*  background: $blue15 url(/themes/thalesesecurity/templates/dist/images/chevron-thin-right.svg) no-repeat center;  */
        background-size: 10px auto;
        border-radius: 50%;
        font-size: 14px;
        line-height: 17px;
        padding: 0 0 0 2px;
        -webkit-transition: all ease-out .3s;
        -o-transition: all ease-out .3s;
        transition: all ease-out .3s; }
      body .search-result .pager .pager__item--next a span,
      body .search-result .pager .pager__item--last a span {
        color: #4EB2CA;
        -webkit-transition: all ease-out .3s;
        -o-transition: all ease-out .3s;
        transition: all ease-out .3s; }
      body .search-result .pager .pager__item--next a:hover:after,
      body .search-result .pager .pager__item--last a:hover:after {
        right: -7px; }
      body .search-result .pager .pager__item--next a:hover span,
      body .search-result .pager .pager__item--last a:hover span {
        color: #1c2936; }
    body .search-result .pager .pager__item--first a,
    body .search-result .pager .pager__item--previous a {
      position: relative;
      padding-left: 27px; }
      body .search-result .pager .pager__item--first a:after,
      body .search-result .pager .pager__item--previous a:after {
        content: '';
        position: absolute;
        display: block !important;
        left: 0;
        top: 4px;
        width: 18px;
        height: 18px;
        text-align: center;
        color: #98bae3;
        /*  background: $blue15 url(/themes/thalesesecurity/templates/dist/images/chevron-thin-left.svg) no-repeat center;  */
        background-size: 10px auto;
        border-radius: 50%;
        font-size: 14px;
        line-height: 17px;
        padding: 0 0 0 2px;
        -webkit-transition: all ease-out .3s;
        -o-transition: all ease-out .3s;
        transition: all ease-out .3s; }
      body .search-result .pager .pager__item--first a span,
      body .search-result .pager .pager__item--previous a span {
        color: #4EB2CA;
        -webkit-transition: all ease-out .3s;
        -o-transition: all ease-out .3s;
        transition: all ease-out .3s; }
      body .search-result .pager .pager__item--first a:hover:after,
      body .search-result .pager .pager__item--previous a:hover:after {
        left: -7px; }
      body .search-result .pager .pager__item--first a:hover span,
      body .search-result .pager .pager__item--previous a:hover span {
        color: #1c2936; }
  body .search-result ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c2936; }
  body .search-result ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c2936; }
  body .search-result :-ms-input-placeholder {
    /* IE 10+ */
    color: #1c2936; }
  body .search-result :-moz-placeholder {
    /* Firefox 18- */
    color: #1c2936; }
  body .introduction-section {
    padding: 60px 0; }
    @media (max-width: 767px) {
      body .introduction-section {
        padding: 40px 0; } }
    body .introduction-section strong {
      font-weight: 700 !important; }
    body .introduction-section .full-row .content h2 {
      color: #253746;
      font-size: 27px;
      padding-bottom: 10px; }
    body .introduction-section .full-row .content p {
      font-size: 16px;
      padding: 0 0 1em;
      color: #253746; }
    @media (max-width: 595px) {
      body .introduction-section .full-row .content {
        text-align: center; }
        body .introduction-section .full-row .content h2 {
          font-size: 24px; } }
    body .introduction-section .full-row .bigbtn {
      padding: 0 0 1em;
      margin-bottom: 10px; }
      body .introduction-section .full-row .bigbtn .btn-default {
        width: 100%;
        font-size: 32px !important;
        text-align: center;
        margin-top: 50px;
        line-height: 1.6;
        border-radius: 3px;
        padding: 3px 12px 8px;
        font-weight: 900 !important;
        color: #ffffff !important; }
      body .introduction-section .full-row .bigbtn:hover {
        opacity: 0.9; }
      @media (max-width: 991px) {
        body .introduction-section .full-row .bigbtn .btn-default {
          font-weight: 500 !important;
          font-size: 24px !important; } }
      @media (max-width: 767px) {
        body .introduction-section .full-row .bigbtn {
          max-width: 400px;
          margin: 0 auto;
          font-weight: 500 !important;
          text-align: center; }
          body .introduction-section .full-row .bigbtn .btn-default {
            margin-top: 0;
            max-width: 280px;
            font-size: 20px !important; } }
  body .quiz-with-image {
    background-color: #f5f5f5; }
    @media (min-width: 992px) {
      body .quiz-with-image {
        padding-top: 68px; } }
    body .quiz-with-image strong {
      font-weight: 700 !important; }
    body .quiz-with-image strong, body .quiz-with-image p, body .quiz-with-image h3 {
      color: #ffffff; }
    body .quiz-with-image .bg-dark-gray {
      background-color: #888888; }
    body .quiz-with-image .transbtn {
      cursor: pointer;
      color: #ffffff;
      text-decoration: none;
      padding: 7px 0;
      width: 100%;
      display: inline-block;
      font-weight: bold;
      border: 1px solid #ffffff;
      border-radius: 5px;
      text-align: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      body .quiz-with-image .transbtn:hover {
        background-color: #ffffff;
        color: #888888; }
    body .quiz-with-image .outer-wrapper {
      padding: 0 56px 0 26px; }
      @media (max-width: 991.98px) {
        body .quiz-with-image .outer-wrapper {
          padding: 0 15px; } }
      @media (max-width: 767.98px) {
        body .quiz-with-image .outer-wrapper {
          padding: 0; } }
      body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer {
        min-height: 278px;
        padding: 72px 0 0;
        max-width: 710px;
        margin: 0 auto;
        text-align: center; }
        @media (max-width: 767px) {
          body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer {
            padding: 30px;
            min-height: 210px; } }
        body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .tilte {
          width: 100%; }
          body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .tilte h3 {
            width: 100%; }
            @media (min-width: 992px) {
              body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .tilte h3 {
                margin-bottom: 12px; } }
          body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .tilte p {
            font-weight: 400;
            width: 100%;
            font-size: 16px; }
            @media (min-width: 992px) {
              body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .tilte p {
                margin-bottom: 20px; } }
        body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .result {
          display: none; }
          body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .result p {
            font-size: 16px;
            font-weight: 400; }
          body .quiz-with-image .outer-wrapper .inner-wrapper .tabs-outer .result a {
            font-size: 16px; }
      body .quiz-with-image .outer-wrapper .image-text {
        background: #f5f5f5; }
        body .quiz-with-image .outer-wrapper .image-text .wrapper .item {
          background: #fff;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          padding: 60px 20px; }
          @media (max-width: 767px) {
            body .quiz-with-image .outer-wrapper .image-text .wrapper .item {
              padding: 40px 20px; } }
          body .quiz-with-image .outer-wrapper .image-text .wrapper .item h2 {
            font-size: 27px;
            font-weight: 400;
            margin: 10px 0 20px;
            color: #212121; }
          body .quiz-with-image .outer-wrapper .image-text .wrapper .item p {
            font-size: 16px;
            color: #3C3C3C;
            line-height: 1.6;
            font-weight: 400;
            max-width: 723px;
            margin: 0 auto 27px; }
  body .introduction {
    padding: 72px 0 35px;
    background-color: #f5f5f5; }
    @media (max-width: 575.98px) {
      body .introduction {
        padding: 40px 0 35px; } }
    body .introduction .btn-pink {
      margin-right: 6px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      background-color: #242a75;
      color: white;
      border: solid 1px #242a75;
      padding: 7px 13px;
      border-radius: 3px;
      display: inline-block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1149px) {
        body .introduction .btn-pink {
          font-size: 14px; } }
      @media (max-width: 767px) {
        body .introduction .btn-pink {
          font-size: 12px; } }
      @media (max-width: 1199.98px) {
        body .introduction .btn-pink {
          margin-bottom: 5px; } }
      body .introduction .btn-pink:hover {
        text-decoration: none;
        background-color: transparent;
        color: #242a75; }
      body .introduction .btn-pink .new {
        font-size: 0.7em;
        font-weight: bold;
        padding: 3px 4px;
        display: inline-block;
        line-height: 12px;
        margin-right: 9px;
        background-color: #7dc3eb;
        color: #ffffff;
        position: relative;
        top: -3px; }
      body .introduction .btn-pink .new-green {
        font-size: 0.7em;
        font-weight: bold;
        padding: 1px 4px 3px;
        display: inline-block;
        line-height: 12px;
        margin-right: 9px;
        background-color: #50beb4;
        color: #ffffff;
        position: relative;
        top: -3px; }
    body .introduction .title {
      max-width: 768px;
      margin: 0 auto 25px;
      text-align: center;
      color: #253746;
      font-size: 1.2em;
      font-weight: 700;
      line-height: 1.6; }
      @media (min-width: 992px) {
        body .introduction .title {
          padding-right: 30px;
          font-size: 19px; } }
      @media (max-width: 575.98px) {
        body .introduction .title {
          margin: 0 auto 25px; } }
      @media (max-width: 575.98px) {
        body .introduction .title strong {
          font-size: 16px; } }
    body .introduction .bg-white {
      background-color: #fff; }
    body .introduction .bg-light-gray {
      background-color: #eeeeee; }
    body .introduction .bg-dark-gray {
      background-color: #dddddd; }
    body .introduction .quiz {
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        body .introduction .quiz {
          padding-bottom: 20px; } }
      body .introduction .quiz .text-wrap {
        padding-bottom: 0 !important; }
      body .introduction .quiz .percent-wrap {
        padding: 2px 34px 20px !important; }
        @media (max-width: 575.98px) {
          body .introduction .quiz .percent-wrap {
            padding: 2px 29px 20px !important; } }
        @media (max-width: 575.98px) {
          body .introduction .quiz .percent-wrap .item {
            padding: 0 5px; } }
        body .introduction .quiz .percent-wrap .item .transbtn {
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          font-size: 16px;
          font-weight: 800;
          cursor: pointer;
          width: 100%;
          display: block;
          border: 1px solid;
          border-radius: 4px;
          text-align: center;
          color: #253746;
          border: 1px solid #888888;
          padding: 6px 4px 4px; }
          body .introduction .quiz .percent-wrap .item .transbtn:hover {
            background-color: #888888;
            color: #ffffff; }
      body .introduction .quiz .correct, body .introduction .quiz .incorrect {
        display: none; }
      body .introduction .quiz .col-wrap {
        padding: 0 34px; }
        body .introduction .quiz .col-wrap strong {
          color: #253746; }
        body .introduction .quiz .col-wrap p {
          font-size: 16px;
          color: #253746; }
        body .introduction .quiz .col-wrap .transbtn {
          padding: 7px 0;
          width: 100%;
          display: inline-block;
          font-weight: bold;
          border: 1px solid #3C3C3C;
          border-radius: 5px;
          text-align: center;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          text-decoration: none;
          color: #242a75;
          outline: 0;
          font-size: 16px; }
          body .introduction .quiz .col-wrap .transbtn:hover {
            background-color: #888888;
            border-color: #888888;
            color: #ffffff; }
        body .introduction .quiz .col-wrap.correct {
          display: none; }
        body .introduction .quiz .col-wrap.incorrect {
          display: none; }
    body .introduction h2 {
      text-align: center;
      padding: 10px 0 15px;
      text-transform: uppercase;
      margin: 0 !important;
      background-color: #242a75;
      color: #ffffff;
      font-weight: 400;
      position: relative; }
      @media (min-width: 992px) {
        body .introduction h2 {
          font-size: 27px; } }
      body .introduction h2:after {
        content: "";
        position: absolute;
        bottom: -20px;
        width: 40px;
        border: 20px solid transparent;
        border-top-color: #242a75;
        border-bottom: 1px;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2;
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
    body .introduction .outer {
      display: block;
      overflow: hidden;
      padding: 0 12px; }
      @media (min-width: 768px) {
        body .introduction .outer {
          padding-top: 25px; } }
      body .introduction .outer .col-7 {
        float: left;
        width: 60%;
        padding: 0 33px 0 15px; }
        @media (max-width: 767.98px) {
          body .introduction .outer .col-7 {
            width: 100%;
            max-width: 100%;
            padding: 0; } }
        body .introduction .outer .col-7 .image {
          display: inline-block;
          vertical-align: middle; }
        body .introduction .outer .col-7 .col-wrapper {
          padding: 0 24px;
          margin-top: 41px; }
          @media (max-width: 991.98px) {
            body .introduction .outer .col-7 .col-wrapper {
              padding: 0; } }
          body .introduction .outer .col-7 .col-wrapper .counter {
            text-align: center;
            padding: 22px 14px 0 15px; }
            body .introduction .outer .col-7 .col-wrapper .counter p {
              line-height: 1.6;
              padding: 0 0 1em;
              color: #253746;
              font-size: 16px;
              margin-bottom: 10px;
              margin-top: 26px;
              font-weight: 400;
              text-align: left; }
        body .introduction .outer .col-7 .number {
          display: inline-block;
          vertical-align: middle; }
          body .introduction .outer .col-7 .number h4 {
            color: #242a75;
            font-weight: bold;
            font-size: 3.5em;
            line-height: 48px;
            letter-spacing: -2px; }
            @media (max-width: 991.98px) {
              body .introduction .outer .col-7 .number h4 {
                font-size: 48px; } }
      body .introduction .outer .detail {
        padding: 0 40px 33px; }
        @media (max-width: 991.98px) {
          body .introduction .outer .detail {
            padding: 0 16px 33px; } }
        body .introduction .outer .detail p {
          line-height: 1.6;
          padding: 0 0 1em;
          color: #253746;
          font-size: 16px;
          margin-bottom: 10px;
          font-weight: 400; }
      body .introduction .outer .col-5 {
        float: left;
        width: 40%;
        padding: 0 25px 0 0; }
        @media (max-width: 767.98px) {
          body .introduction .outer .col-5 {
            width: 100%;
            max-width: 100%;
            padding: 0; } }
        body .introduction .outer .col-5 .report-cta {
          padding-bottom: 36px;
          margin-bottom: 19px; }
          @media (max-width: 767.98px) {
            body .introduction .outer .col-5 .report-cta {
              margin-top: 20px; } }
        body .introduction .outer .col-5 .row {
          padding: 42px 34px 20px; }
          @media (max-width: 991.98px) {
            body .introduction .outer .col-5 .row .content {
              padding: 0; } }
          body .introduction .outer .col-5 .row h6 {
            line-height: 1.6;
            padding: 0 0 1em;
            color: #253746;
            font-size: 16px;
            margin-bottom: 10px;
            font-weight: 400;
            text-transform: inherit; }
        body .introduction .outer .col-5 .link {
          width: 100%;
          text-align: center;
          padding: 0; }
          body .introduction .outer .col-5 .link a {
            text-transform: uppercase; }
            @media (max-width: 991.98px) {
              body .introduction .outer .col-5 .link a {
                margin-bottom: 5px; } }
  body .reportsection strong {
    font-weight: 700 !important; }
  body .reportsection h5 {
    font-size: 1.2em;
    line-height: 1.6;
    padding: 0 0 1em;
    color: #253746;
    font-weight: 400; }
  body .reportsection a {
    padding: 5px 15px 10px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #00bbdd;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    body .reportsection a:hover {
      background-color: #53D8F0; }
  body .introduction-counter-iot {
    padding: 72px 0 35px;
    background-color: #f5f5f5; }
    @media (max-width: 575.98px) {
      body .introduction-counter-iot {
        padding: 40px 0 35px; } }
    body .introduction-counter-iot strong {
      font-weight: 700 !important; }
    body .introduction-counter-iot p {
      font-size: 16px;
      font-weight: 400; }
      @media (min-width: 992px) {
        body .introduction-counter-iot p.title {
          font-size: 19px; } }
    body .introduction-counter-iot .btn-pink {
      margin-right: 6px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      background-color: #242a75;
      color: white;
      border: solid 1px #242a75;
      padding: 6px 13px 6px;
      border-radius: 3px;
      display: inline-block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1149px) {
        body .introduction-counter-iot .btn-pink {
          font-size: 14px; } }
      @media (max-width: 595px) {
        body .introduction-counter-iot .btn-pink {
          margin: 0; } }
      @media (max-width: 1199.98px) {
        body .introduction-counter-iot .btn-pink {
          margin-bottom: 5px; } }
      @media (max-width: 575.98px) {
        body .introduction-counter-iot .btn-pink {
          font-size: 13px; } }
      body .introduction-counter-iot .btn-pink:hover {
        text-decoration: none;
        background-color: transparent;
        color: #242a75; }
      body .introduction-counter-iot .btn-pink .new {
        font-size: 0.7em;
        font-weight: bold;
        padding: 1px 4px 3px;
        display: inline-block;
        line-height: 12px;
        margin-right: 9px;
        background-color: #7dc3eb;
        color: #ffffff;
        position: relative;
        top: -3px; }
      body .introduction-counter-iot .btn-pink .new-green {
        font-size: 0.7em;
        font-weight: bold;
        padding: 4px 4px 3px;
        display: inline-block;
        line-height: 1;
        margin-right: 9px;
        background-color: #00BBDD;
        color: #ffffff;
        position: relative;
        top: -1px; }
        @media (max-width: 767px) {
          body .introduction-counter-iot .btn-pink .new-green {
            padding: 4px; } }
    body .introduction-counter-iot .title {
      max-width: 768px;
      margin: 0 auto 25px;
      text-align: center;
      color: #000;
      font-size: 1.2em;
      font-weight: 700;
      line-height: 1.6; }
      @media (min-width: 992px) {
        body .introduction-counter-iot .title {
          padding-right: 30px;
          font-size: 19px; } }
      @media (max-width: 575.98px) {
        body .introduction-counter-iot .title {
          margin: 0 auto 25px; } }
      @media (max-width: 575.98px) {
        body .introduction-counter-iot .title strong {
          font-size: 16px; } }
    @media (min-width: 992px) {
      body .introduction-counter-iot .row-wrapper {
        padding-top: 29px; } }
    body .introduction-counter-iot .row-wrapper .big-col {
      padding: 0 31px 0 27px; }
      @media (max-width: 1199.98px) {
        body .introduction-counter-iot .row-wrapper .big-col {
          padding: 0 15px; } }
      @media (max-width: 767.98px) {
        body .introduction-counter-iot .row-wrapper .big-col {
          padding: 0; } }
      body .introduction-counter-iot .row-wrapper .big-col .full-rows {
        padding: 49px 13px 34px; }
        body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer {
          font-size: 0; }
          body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter {
            width: 40%;
            display: inline-block;
            vertical-align: top; }
            @media (max-width: 1199.98px) {
              body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter {
                width: 100%;
                margin-bottom: 22px; } }
            @media (max-width: 595px) {
              body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter {
                width: 100%;
                margin-bottom: 20px;
                text-align: center; } }
            body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span {
              display: inline-block;
              font-size: 61px;
              line-height: 1;
              vertical-align: top;
              padding: 0;
              min-width: 72px; }
              @media (max-width: 595px) {
                body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span {
                  font-size: 40px; } }
              @media (max-width: 575.98px) {
                body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span {
                  font-size: 50px;
                  padding: 4px 0; } }
              body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span.number {
                padding: 7px;
                margin-left: 10px;
                background-color: #00BBDD;
                color: #ffffff;
                margin-bottom: 10px;
                font-weight: 600; }
            body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter sup {
              top: -23px;
              font-size: 26px;
              font-weight: 700; }
              @media (max-width: 575.98px) {
                body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter sup {
                  top: -18px;
                  font-size: 20px; } }
          body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .content {
            display: inline-block;
            width: 60%;
            padding-left: 20px; }
            @media (max-width: 595px) {
              body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .content {
                width: 100%;
                padding: 0;
                text-align: center; } }
            @media (max-width: 1199.98px) {
              body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .content {
                width: 100%;
                padding: 0; } }
            @media (min-width: 992px) {
              body .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .content p {
                margin-bottom: 30px; } }
        @media (max-width: 595px) {
          body .introduction-counter-iot .row-wrapper .big-col .full-rows .detail {
            text-align: center; } }
        @media (min-width: 992px) {
          body .introduction-counter-iot .row-wrapper .big-col .full-rows .detail {
            margin-top: 0; } }
        @media (max-width: 595px) {
          body .introduction-counter-iot .row-wrapper .big-col .full-rows .detail .link {
            padding: 0; } }
    @media (min-width: 992px) {
      body .introduction-counter-iot .row-wrapper .small-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 46%;
                flex: 0 0 46%;
        max-width: 45.4%; } }
    @media (max-width: 1199.98px) {
      body .introduction-counter-iot .row-wrapper .small-col {
        padding: 0 15px; } }
    @media (max-width: 767.98px) {
      body .introduction-counter-iot .row-wrapper .small-col {
        padding: 0; } }
    body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper {
      margin-top: 47px; }
      body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .img-wrap {
        padding: 0 20px; }
        @media (max-width: 991.98px) {
          body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .img-wrap {
            margin-bottom: 22px; } }
        body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .img-wrap .img-container {
          max-width: 165px; }
          @media (max-width: 595px) {
            body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .img-wrap .img-container {
              margin: 0 auto; } }
      body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .text-wrap {
        padding: 0 20px; }
        @media (max-width: 595px) {
          body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .text-wrap {
            text-align: center; } }
        body .introduction-counter-iot .row-wrapper .small-col .report-cta .report-wrapper .text-wrap h6 {
          color: #000000; }
    body .introduction-counter-iot .row-wrapper .small-col .report-cta .links {
      padding: 24px 33px;
      border-bottom: 6px solid white;
      margin-top: 26px; }
      @media (max-width: 595px) {
        body .introduction-counter-iot .row-wrapper .small-col .report-cta .links {
          padding: 20px;
          text-align: center; } }
      body .introduction-counter-iot .row-wrapper .small-col .report-cta .links h3 {
        color: #242a75;
        margin-bottom: 18px; }
      body .introduction-counter-iot .row-wrapper .small-col .report-cta .links a {
        position: relative;
        font-size: 16px;
        display: block;
        color: #242a75;
        margin-bottom: 12px; }
        body .introduction-counter-iot .row-wrapper .small-col .report-cta .links a::before {
          content: '';
          position: absolute;
          top: -8px;
          height: 1px;
          width: 100%;
          background-color: #ffffff; }
    body .introduction-counter-iot .bg-white {
      background-color: #fff; }
    body .introduction-counter-iot .bg-light-gray {
      background-color: #eeeeee; }
    body .introduction-counter-iot .bg-dark-gray {
      background-color: #dddddd; }
    body .introduction-counter-iot .quiz {
      padding-bottom: 15px; }
      body .introduction-counter-iot .quiz .text-wrap {
        padding-bottom: 0 !important; }
      body .introduction-counter-iot .quiz .percent-wrap {
        padding: 2px 34px 20px !important; }
        @media (max-width: 575.98px) {
          body .introduction-counter-iot .quiz .percent-wrap {
            padding: 2px 29px 20px !important; } }
        @media (max-width: 575.98px) {
          body .introduction-counter-iot .quiz .percent-wrap .item {
            padding: 0 5px; } }
        body .introduction-counter-iot .quiz .percent-wrap .item .transbtn {
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          font-size: 16px;
          font-weight: 800;
          cursor: pointer;
          width: 100%;
          display: block;
          border: 1px solid;
          border-radius: 4px;
          text-align: center;
          color: #3C3C3C;
          border: 1px solid #888888;
          padding: 6px 4px 4px; }
          body .introduction-counter-iot .quiz .percent-wrap .item .transbtn:hover {
            background-color: #888888;
            color: #ffffff; }
      body .introduction-counter-iot .quiz .correct, body .introduction-counter-iot .quiz .incorrect {
        display: none; }
      body .introduction-counter-iot .quiz .col-wrap {
        padding: 0 34px; }
        body .introduction-counter-iot .quiz .col-wrap strong {
          color: #3C3C3C; }
        body .introduction-counter-iot .quiz .col-wrap p {
          font-size: 16px;
          color: #3C3C3C; }
        body .introduction-counter-iot .quiz .col-wrap .transbtn {
          padding: 5px 0 8px;
          width: 100%;
          display: inline-block;
          font-weight: bold;
          border: 1px solid #3C3C3C;
          border-radius: 5px;
          text-align: center;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          text-decoration: none;
          color: #242a75;
          outline: 0;
          font-size: 16px; }
          body .introduction-counter-iot .quiz .col-wrap .transbtn:hover {
            background-color: #888888;
            border-color: #888888;
            color: #ffffff; }
        body .introduction-counter-iot .quiz .col-wrap.correct {
          display: none; }
        body .introduction-counter-iot .quiz .col-wrap.incorrect {
          display: none; }
    body .introduction-counter-iot h2 {
      text-align: center;
      padding: 13px 0 12px;
      text-transform: uppercase;
      margin: 0 !important;
      background-color: #242a75;
      color: #ffffff;
      font-weight: 400;
      position: relative; }
      @media (min-width: 992px) {
        body .introduction-counter-iot h2 {
          font-size: 27px; } }
      body .introduction-counter-iot h2:after {
        content: "";
        position: absolute;
        bottom: -20px;
        width: 40px;
        border: 20px solid transparent;
        border-top-color: #242a75;
        border-bottom: 1px;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2;
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
    body .introduction-counter-iot .outer {
      display: block;
      overflow: hidden;
      padding: 0 12px; }
      @media (min-width: 768px) {
        body .introduction-counter-iot .outer {
          padding-top: 25px; } }
      body .introduction-counter-iot .outer .col-7 {
        float: left;
        width: 60%;
        padding: 0 33px 0 15px; }
        @media (max-width: 767.98px) {
          body .introduction-counter-iot .outer .col-7 {
            width: 100%;
            max-width: 100%;
            padding: 0; } }
        body .introduction-counter-iot .outer .col-7 .image {
          display: inline-block;
          vertical-align: middle; }
        body .introduction-counter-iot .outer .col-7 .col-wrapper {
          padding: 0 24px;
          margin-top: 41px; }
          @media (max-width: 991.98px) {
            body .introduction-counter-iot .outer .col-7 .col-wrapper {
              padding: 0; } }
          body .introduction-counter-iot .outer .col-7 .col-wrapper .counter {
            text-align: center;
            padding: 22px 14px 0 15px; }
            body .introduction-counter-iot .outer .col-7 .col-wrapper .counter p {
              line-height: 1.6;
              padding: 0 0 1em;
              color: #3C3C3C;
              font-size: 16px;
              margin-bottom: 10px;
              margin-top: 26px;
              font-weight: 400;
              text-align: left; }
        body .introduction-counter-iot .outer .col-7 .number {
          display: inline-block;
          vertical-align: middle; }
          body .introduction-counter-iot .outer .col-7 .number h4 {
            color: #242a75;
            font-weight: bold;
            font-size: 3.5em;
            line-height: 48px;
            letter-spacing: -2px; }
            @media (max-width: 991.98px) {
              body .introduction-counter-iot .outer .col-7 .number h4 {
                font-size: 48px; } }
      body .introduction-counter-iot .outer .detail {
        padding: 0 40px 33px; }
        @media (max-width: 991.98px) {
          body .introduction-counter-iot .outer .detail {
            padding: 0 16px 33px; } }
        body .introduction-counter-iot .outer .detail p {
          line-height: 1.6;
          padding: 0 0 1em;
          color: #3C3C3C;
          font-size: 16px;
          margin-bottom: 10px;
          font-weight: 400; }
      body .introduction-counter-iot .outer .col-5 {
        float: left;
        width: 40%;
        padding: 0 25px 0 0; }
        @media (max-width: 767.98px) {
          body .introduction-counter-iot .outer .col-5 {
            width: 100%;
            max-width: 100%;
            padding: 0; } }
        body .introduction-counter-iot .outer .col-5 .report-cta {
          padding-bottom: 36px;
          margin-bottom: 19px; }
          @media (max-width: 767.98px) {
            body .introduction-counter-iot .outer .col-5 .report-cta {
              margin-top: 20px; } }
        body .introduction-counter-iot .outer .col-5 .row {
          padding: 42px 34px 20px; }
          @media (max-width: 991.98px) {
            body .introduction-counter-iot .outer .col-5 .row .content {
              padding: 0; } }
          body .introduction-counter-iot .outer .col-5 .row h6 {
            line-height: 1.6;
            padding: 0 0 1em;
            color: #3C3C3C;
            font-size: 16px;
            margin-bottom: 10px;
            font-weight: 400;
            text-transform: inherit; }
        body .introduction-counter-iot .outer .col-5 .link {
          width: 100%;
          text-align: center;
          padding: 0; }
          body .introduction-counter-iot .outer .col-5 .link a {
            text-transform: uppercase; }
            @media (max-width: 991.98px) {
              body .introduction-counter-iot .outer .col-5 .link a {
                margin-bottom: 5px; } }
  body .reportsection {
    padding: 74px 0; }
    @media (max-width: 991px) {
      body .reportsection {
        padding: 30px 0; } }
    body .reportsection strong {
      font-weight: 700 !important; }
    @media (max-width: 991px) {
      body .reportsection .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 595px) {
      body .reportsection .row .content {
        text-align: center; } }
    body .reportsection .row .content h5 {
      font-size: 1.2em;
      line-height: 1.6;
      padding: 0 0 1em;
      color: #3C3C3C;
      font-weight: 400; }
      @media (max-width: 991px) {
        body .reportsection .row .content h5 {
          font-size: 1em; } }
    @media (max-width: 595px) {
      body .reportsection .row .align-items-center {
        text-align: center; } }
    @media (max-width: 595px) {
      body .reportsection .row .icon-img {
        padding: 20px 0; } }
    @media (max-width: 595px) {
      body .reportsection .row .icon-img img {
        height: 100%; } }
    body .reportsection .row .inner-content {
      padding: 0 20px; }
      body .reportsection .row .inner-content h5 {
        font-size: 1.2em;
        line-height: 1.6;
        padding: 0 0 1em;
        color: #3C3C3C;
        font-weight: 400; }
        @media (max-width: 595px) {
          body .reportsection .row .inner-content h5 {
            font-size: 1em; } }
      body .reportsection .row .inner-content .bigbtn {
        font-size: 1.2em;
        padding: 7px 15px 7px;
        text-transform: uppercase;
        display: inline-block;
        background-color: #00BBDD;
        border-radius: 5px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        border: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body .reportsection .row .inner-content .bigbtn:hover {
          opacity: 0.8; }
        @media (max-width: 595px) {
          body .reportsection .row .inner-content .bigbtn {
            font-size: 1em; } }
  body .full_calendar_wrap {
    overflow: inherit;
    padding: 150px 0; }
    body .full_calendar_wrap .views-exposed-form {
      display: none; }
    @media (max-width: 991px) {
      body .full_calendar_wrap {
        padding: 60px 0; } }
    @media (max-width: 595px) {
      body .full_calendar_wrap {
        padding: 40px 0; } }
    body .full_calendar_wrap .well {
      min-height: 20px;
      padding: 19px;
      margin-bottom: 20px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
      body .full_calendar_wrap .well h3 {
        color: #212121;
        font-size: 24px;
        margin-bottom: 0; }
      body .full_calendar_wrap .well .region_wrapper {
        border: 0; }
        body .full_calendar_wrap .well .region_wrapper tr {
          background-color: transparent; }
          body .full_calendar_wrap .well .region_wrapper tr td {
            width: auto; }
        body .full_calendar_wrap .well .region_wrapper .chkbx {
          cursor: pointer; }
          body .full_calendar_wrap .well .region_wrapper .chkbx input[type="checkbox"] {
            margin-right: 5px; }
        body .full_calendar_wrap .well .region_wrapper .chkbx.noram, body .full_calendar_wrap .well .region_wrapper .cal-noram {
          color: #003399;
          font-weight: bold; }
        body .full_calendar_wrap .well .region_wrapper .chkbx.apac, body .full_calendar_wrap .well .region_wrapper .cal-apac {
          color: green;
          font-weight: bold; }
        body .full_calendar_wrap .well .region_wrapper .chkbx.emea, body .full_calendar_wrap .well .region_wrapper .cal-emea {
          color: purple;
          font-weight: bold; }
    body .full_calendar_wrap .fc-toolbar.fc-header-toolbar {
      color: #FFF;
      padding: 10px 0px;
      background-color: #6C286B;
      background-image: none;
      margin-bottom: 0; }
      body .full_calendar_wrap .fc-toolbar.fc-header-toolbar button {
        background-image: none;
        text-transform: capitalize;
        color: #fff;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 0;
        opacity: 1; }
      body .full_calendar_wrap .fc-toolbar.fc-header-toolbar h2 {
        color: #FFF; }
      body .full_calendar_wrap .fc-toolbar.fc-header-toolbar button .fc-icon {
        height: auto; }
    body .full_calendar_wrap .full-calendar {
      position: relative; }
      @media (max-width: 991px) {
        body .full_calendar_wrap .full-calendar {
          overflow-x: auto;
          width: 100%; } }
      @media (max-width: 991px) {
        body .full_calendar_wrap .full-calendar .js-drupal-fullcalendar {
          width: 1000px; } }
      body .full_calendar_wrap .full-calendar table {
        border-top: 0; }
        body .full_calendar_wrap .full-calendar table th {
          border-color: #a7bac5;
          background-color: #6C286B;
          background-image: none;
          color: #FFF; }
        body .full_calendar_wrap .full-calendar table tr:nth-child(odd) {
          background-color: transparent; }
        body .full_calendar_wrap .full-calendar table tr td {
          width: auto; }
          body .full_calendar_wrap .full-calendar table tr td .fc-day-number {
            float: left;
            color: #6C286B;
            padding: 1px 4px 3px;
            text-decoration: none;
            font: normal 13px/14px Arial, sans-serif; }
        body .full_calendar_wrap .full-calendar table tr .fc-title {
          font: normal 12px/14px Arial, sans-serif;
          line-height: 14px;
          padding: 0 3px; }
        body .full_calendar_wrap .full-calendar table tr .fc-time {
          display: none; }
      body .full_calendar_wrap .full-calendar .fc-day-grid-container {
        overflow: inherit !important; }
      body .full_calendar_wrap .full-calendar .fc-row.fc-rigid {
        overflow: inherit; }
      body .full_calendar_wrap .full-calendar .fc-day-grid-event .fc-content {
        overflow: inherit; }
      body .full_calendar_wrap .full-calendar .fc-event-container {
        position: relative; }
    body .full_calendar_wrap .fc-time-grid .fc-bgevent, body .full_calendar_wrap .fc-time-grid .fc-event {
      position: relative; }
  body .qtip {
    display: none !important; }
  body .fc-event-container {
    position: relative; }
    body .fc-event-container a {
      margin: 3px 0; }
  body .current_tooltip {
    display: none;
    position: absolute;
    width: 600px;
    z-index: 2;
    padding-bottom: 10px; }
    body .current_tooltip:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: calc(50% - 10px);
      border-width: 10px;
      border-style: solid;
      border-color: grey transparent transparent transparent; }
    @media (max-width: 767px) {
      body .current_tooltip {
        width: 420px; } }
    body .current_tooltip .qtip-tip {
      display: none; }
    body .current_tooltip .item {
      position: relative;
      height: 350px;
      overflow-y: scroll;
      background-color: #FFF;
      border: 1px solid #E8E8E8; }
    body .current_tooltip .qtip-titlebar {
      border-bottom: 1px solid grey;
      padding: 8px; }
      body .current_tooltip .qtip-titlebar .qtip-title {
        font: normal 18px "Segoe UI", Arial, Sans-serif;
        float: left;
        line-height: 22px;
        color: #6C286B !important; }
    body .current_tooltip .qtip-content p {
      padding: 0px;
      font: normal 12px "Segoe UI", Arial, Sans-serif;
      color: #666;
      line-height: 1.4;
      margin: 0; }
    body .current_tooltip .qtip-content a {
      padding: 0px;
      font: normal 12px "Segoe UI", Arial, Sans-serif;
      color: #6C286B;
      line-height: 1.4; }
    body .current_tooltip .qtip-content .url-link {
      padding-top: 5px;
      padding-bottom: 10px;
      float: left;
      font-weight: bold; }
    body .current_tooltip .qtip-content .cat-link {
      padding-top: 5px;
      padding-bottom: 10px;
      float: right;
      font-weight: bold; }
    body .current_tooltip .qtip-content br {
      content: "";
      margin: 3px 0;
      display: block;
      font-size: 24%; }
    body .current_tooltip.active {
      display: block; }
  body .cal-intro {
    padding: 30px 0 0;
    border-top: 7px solid #6C286B;
    margin-top: 76px; }
    @media (max-width: 991px) {
      body .cal-intro {
        margin-top: 0; } }
    @media (max-width: 595px) {
      body .cal-intro .content {
        text-align: center; } }
    body .cal-intro .content h1 {
      font-weight: 400;
      color: #6c286b;
      font-size: 32px; }
      @media (max-width: 595px) {
        body .cal-intro .content h1 {
          font-size: 28px; } }
    body .cal-intro .content h2 {
      color: #6D6E70;
      font-size: 27px;
      padding-top: 26px; }
      @media (max-width: 595px) {
        body .cal-intro .content h2 {
          font-size: 22px;
          padding-top: 15px; } }
    body .cal-intro .content p {
      padding-top: 20px;
      line-height: 1.6;
      color: #212121;
      font-size: 16px;
      font-weight: 300;
      margin: 0; }
      @media (max-width: 595px) {
        body .cal-intro .content p {
          font-size: 14px;
          padding-top: 10px; } }
    body .cal-intro .content .question {
      padding-top: 30px; }
      @media (max-width: 595px) {
        body .cal-intro .content .question {
          padding-top: 20px; } }
      body .cal-intro .content .question span {
        font-size: 16px; }
        body .cal-intro .content .question span a {
          padding-left: 2px;
          text-decoration: none;
          color: #6C286B;
          outline: 0;
          font-size: 16px; }
          body .cal-intro .content .question span a:hover {
            text-decoration: none; }
          @media (max-width: 595px) {
            body .cal-intro .content .question span a {
              font-size: 14px; }
              body .cal-intro .content .question span a a {
                font-size: 14px; } }
  body .thanks-intro {
    padding-top: 62px;
    background-color: #f5f5f5; }
    body .thanks-intro .column-wrapper {
      padding: 0 0 0 20px;
      max-width: 1070px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        body .thanks-intro .column-wrapper {
          padding: 0; } }
      body .thanks-intro .column-wrapper .text-wrap {
        padding: 0 40px 0 20px; }
        @media (max-width: 991px) {
          body .thanks-intro .column-wrapper .text-wrap {
            padding-left: 0; } }
        @media (max-width: 595px) {
          body .thanks-intro .column-wrapper .text-wrap {
            text-align: center;
            padding: 0; } }
        body .thanks-intro .column-wrapper .text-wrap h2 {
          font-size: 2em;
          font-weight: bold;
          color: #000000; }
        body .thanks-intro .column-wrapper .text-wrap p {
          padding-top: 20px;
          font-size: 16px;
          color: #000000;
          font-weight: 400; }
        body .thanks-intro .column-wrapper .text-wrap img {
          width: auto;
          -o-object-fit: cover;
             object-fit: cover; }
        body .thanks-intro .column-wrapper .text-wrap .pdf-btn {
          margin-top: 30px; }
          @media (max-width: 595px) {
            body .thanks-intro .column-wrapper .text-wrap .pdf-btn {
              margin-bottom: 20px; } }
        body .thanks-intro .column-wrapper .text-wrap .asat-bluebtn {
          background-color: #00bbdd;
          display: inline-block;
          border-radius: 3px;
          color: white;
          text-transform: uppercase;
          font-weight: bold;
          padding: 10px 12px;
          font-size: 16px;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          body .thanks-intro .column-wrapper .text-wrap .asat-bluebtn:hover {
            text-decoration: none;
            background-color: #25899B; }
        body .thanks-intro .column-wrapper .text-wrap .failure {
          display: none;
          text-align: center;
          width: 300px;
          margin-top: 20px; }
          body .thanks-intro .column-wrapper .text-wrap .failure .errormsg {
            display: none; }
          body .thanks-intro .column-wrapper .text-wrap .failure .backbtn:hover {
            text-decoration: none; }
        body .thanks-intro .column-wrapper .text-wrap.img-wrap {
          padding: 0 20px; }
          @media (max-width: 991px) {
            body .thanks-intro .column-wrapper .text-wrap.img-wrap {
              padding: 0; } }
          body .thanks-intro .column-wrapper .text-wrap.img-wrap .bg-img {
            position: relative; }
            body .thanks-intro .column-wrapper .text-wrap.img-wrap .bg-img img {
              border: solid 1px #bbbbbb;
              height: 100%; }
          body .thanks-intro .column-wrapper .text-wrap.img-wrap .content {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            padding: 25px 56px 250px 50px; }
            @media (max-width: 991px) {
              body .thanks-intro .column-wrapper .text-wrap.img-wrap .content {
                padding: 20px; } }
            @media (max-width: 595px) {
              body .thanks-intro .column-wrapper .text-wrap.img-wrap .content {
                max-width: 400px;
                margin: auto;
                text-align: center;
                padding: 50px; } }
            body .thanks-intro .column-wrapper .text-wrap.img-wrap .content h4 {
              font-weight: bold;
              font-size: 1.3em;
              line-height: 1.4em;
              color: #000000; }
            body .thanks-intro .column-wrapper .text-wrap.img-wrap .content .visit-btn {
              margin-top: 20px;
              background-color: #00bbdd;
              display: inline-block;
              border-radius: 3px;
              color: white;
              text-transform: uppercase;
              font-weight: bold;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              font-size: 16px;
              padding: 3px 10px; }
              body .thanks-intro .column-wrapper .text-wrap.img-wrap .content .visit-btn:hover {
                text-decoration: none;
                background-color: #25899B; }
  body .thanks-banner {
    background: url(/themes/thalesesecurity/templates/dist/images/men_discussion.jpg) center -100px no-repeat #f5f5f5;
    background-size: cover;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding: 120px 0 !important;
    height: 320px !important;
    background-position: 0 -100px !important;
    margin-top: 105px;
    background-size: cover !important;
    width: 100%; }
    @media (max-width: 991px) {
      body .thanks-banner {
        margin: 0;
        padding: 50px 0 !important;
        height: auto !important; } }
    @media (max-width: 595px) {
      body .thanks-banner {
        background-position: 100% !important; } }
    @media (max-width: 991px) {
      body .thanks-banner .col-wrap {
        padding: 0 20px; } }
    body .thanks-banner .col-wrap .content {
      background-color: unset;
      padding: 0 0 0 112px;
      border-radius: 0;
      max-width: 598px; }
      @media (max-width: 991px) {
        body .thanks-banner .col-wrap .content {
          padding: 0; } }
      @media (max-width: 595px) {
        body .thanks-banner .col-wrap .content {
          text-align: center; } }
    body .thanks-banner .col-wrap h1 {
      color: #242a75;
      font-size: 2.5em;
      margin-bottom: 20px;
      font-weight: 400; }
      @media (max-width: 595px) {
        body .thanks-banner .col-wrap h1 {
          font-size: 2em;
          text-align: center; } }
  body .cal-thanks-banner {
    background: url(/themes/thalesesecurity/templates/dist/images/banner-v31.jpg) no-repeat center center #ffffff;
    background-size: cover;
    padding: 30px 0 10px;
    background-size: cover;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    padding: 50px 0 !important;
    height: 198px !important;
    background-position: 0 -100px !important;
    margin-top: 76px;
    background-size: cover !important;
    width: 100%;
    border-top: solid 7px #00bbdd; }
    @media (max-width: 991px) {
      body .cal-thanks-banner {
        margin: 0;
        padding: 50px 0 !important;
        height: auto !important; } }
    @media (max-width: 595px) {
      body .cal-thanks-banner {
        background-position: 100% !important; } }
    @media (max-width: 991px) {
      body .cal-thanks-banner .col-wrap {
        padding: 0 20px; } }
    body .cal-thanks-banner .col-wrap .content {
      background-color: unset;
      padding: 0 0 0 112px;
      border-radius: 0;
      max-width: 598px; }
      @media (max-width: 991px) {
        body .cal-thanks-banner .col-wrap .content {
          padding: 0; } }
      @media (max-width: 595px) {
        body .cal-thanks-banner .col-wrap .content {
          text-align: center; } }
    body .cal-thanks-banner .col-wrap h1 {
      color: #ffffff;
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 400; }
      @media (max-width: 595px) {
        body .cal-thanks-banner .col-wrap h1 {
          font-size: 2em;
          text-align: center; } }
    body .cal-thanks-banner .col-wrap p {
      font-size: 16px;
      color: #ffffff;
      font-weight: 400; }
  body .cal-thanks-intro {
    padding: 60px 0 20px;
    background-color: #f5f5f5; }
    @media (max-width: 595px) {
      body .cal-thanks-intro {
        padding: 40px 0; } }
    body .cal-thanks-intro .success {
      display: none; }
    body .cal-thanks-intro .downloadbtn {
      text-transform: uppercase;
      padding: 14px 30px 19px 30px;
      margin: 15px 0 3px;
      display: inline-block;
      border-radius: 3px;
      font-size: 21px;
      font-weight: bold;
      background-repeat: no-repeat;
      background-color: #00bbdd;
      color: white;
      background-position: 10px 10px;
      cursor: pointer;
      background-image: url(/themes/thalesesecurity/templates/dist/images/pdf-icon.png); }
      body .cal-thanks-intro .downloadbtn:hover {
        text-decoration: none;
        background-color: #41D4EE; }
    body .cal-thanks-intro .wrapper {
      max-width: 1000px;
      margin: 0 auto; }
      body .cal-thanks-intro .wrapper .title {
        text-align: left;
        margin-bottom: 30px; }
        @media (max-width: 595px) {
          body .cal-thanks-intro .wrapper .title {
            margin-bottom: 20px;
            text-align: center; } }
        body .cal-thanks-intro .wrapper .title h2 {
          font-size: 2.3em;
          font-weight: bold;
          color: #000000; }
          @media (max-width: 991px) {
            body .cal-thanks-intro .wrapper .title h2 {
              font-size: 2em; } }
          @media (max-width: 595px) {
            body .cal-thanks-intro .wrapper .title h2 {
              font-size: 1.8em; } }
      body .cal-thanks-intro .wrapper .white-block {
        margin: 0;
        background-color: #ffffff;
        border-bottom: solid 5px #00bbdd;
        padding: 30px 0 60px; }
        @media (max-width: 595px) {
          body .cal-thanks-intro .wrapper .white-block {
            padding: 20px 0; } }
        body .cal-thanks-intro .wrapper .white-block .col-wrap {
          margin-left: 154px; }
          @media (max-width: 991px) {
            body .cal-thanks-intro .wrapper .white-block .col-wrap {
              margin-left: 0;
              margin-bottom: 30px; } }
          @media (max-width: 595px) {
            body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content {
              text-align: center; } }
          body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content h3 {
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: 400; }
          body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content ul {
            list-style-type: none;
            padding: 0;
            margin: 0 0 30px -3px; }
            body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content ul li {
              padding: 4px 10px 10px 32px;
              margin-bottom: 2px;
              margin-right: 15px;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              font-size: 16px;
              font-weight: 400;
              text-indent: -1.8em;
              text-align: left; }
              body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content ul li:before {
                content: ">";
                font-size: 1em;
                color: #00bbdd;
                width: 0.9em;
                margin-top: -1px;
                float: left;
                margin-right: 10px;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                font-weight: 900; }
              body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content ul li:hover {
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                padding-left: 37px;
                padding-right: 5px; }
                body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content ul li:hover:before {
                  -webkit-transition: all 0.3s;
                  -o-transition: all 0.3s;
                  transition: all 0.3s;
                  left: 10px; }
          body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content h4 {
            padding-bottom: 10px;
            color: #000000;
            font-size: 24px;
            font-weight: 400; }
          body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content p {
            font-size: 0.9em;
            padding-bottom: 20px;
            color: #000000;
            font-weight: 400;
            margin: 0; }
          body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content .bluebtn a {
            background-color: #00bbdd;
            display: inline-block;
            border-radius: 3px;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
            padding: 10px 12px;
            font-size: 16px;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content .bluebtn a:hover {
              text-decoration: none;
              background-color: #25899B; }
            @media (max-width: 595px) {
              body .cal-thanks-intro .wrapper .white-block .col-wrap .white-content .bluebtn a {
                padding: 8px 10px;
                font-size: 14px; } }
          body .cal-thanks-intro .wrapper .white-block .col-wrap.img-wrap {
            margin: 0; }
            body .cal-thanks-intro .wrapper .white-block .col-wrap.img-wrap .right-img {
              width: 100%;
              height: auto; }
              @media (max-width: 595px) {
                body .cal-thanks-intro .wrapper .white-block .col-wrap.img-wrap .right-img {
                  text-align: center; } }
      body .cal-thanks-intro .wrapper .gray-block {
        background-color: #f5f5f5;
        padding: 20px 0 0;
        margin: 0; }
        body .cal-thanks-intro .wrapper .gray-block .gray-wrap {
          padding-left: 0; }
          @media (max-width: 991px) {
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap {
              padding-left: 15px; } }
          @media (max-width: 595px) {
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap {
              padding: 20px 0 0; } }
          @media (max-width: 595px) {
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content {
              text-align: center; } }
          body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content h3 {
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: 400; }
          body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content p {
            font-size: 16px;
            padding-bottom: 26px;
            margin: 0;
            font-weight: 400; }
          body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content ul {
            list-style: none;
            padding: 0;
            margin: 0 0 30px -3px; }
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content ul li {
              padding: 4px 10px 10px 32px;
              margin-bottom: 2px;
              margin-right: 15px;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              font-size: 16px;
              text-indent: -1.8em;
              font-weight: 400;
              text-align: left; }
              body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content ul li:before {
                content: ">";
                font-size: 1em;
                color: #00bbdd;
                width: 0.9em;
                margin-right: 10px;
                margin-top: -1px;
                float: left;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                font-weight: 900; }
              body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content ul li:hover {
                background-color: #ffffff;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                padding-left: 37px;
                padding-right: 5px; }
                body .cal-thanks-intro .wrapper .gray-block .gray-wrap .gray-content ul li:hover:before {
                  -webkit-transition: all 0.3s;
                  -o-transition: all 0.3s;
                  transition: all 0.3s;
                  left: 10px; }
          body .cal-thanks-intro .wrapper .gray-block .gray-wrap .demovid {
            height: 256px;
            width: 100%; }
            @media (max-width: 991px) {
              body .cal-thanks-intro .wrapper .gray-block .gray-wrap .demovid {
                height: 340px; } }
            @media (max-width: 595px) {
              body .cal-thanks-intro .wrapper .gray-block .gray-wrap .demovid {
                text-align: center;
                height: auto; } }
          body .cal-thanks-intro .wrapper .gray-block .gray-wrap .content {
            margin-top: 20px;
            max-width: 200px;
            text-align: left; }
            @media (max-width: 595px) {
              body .cal-thanks-intro .wrapper .gray-block .gray-wrap .content {
                text-align: center;
                max-width: 100%; } }
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap .content h3 {
              color: #000000;
              font-size: 24px;
              font-weight: 400;
              margin-bottom: 10px; }
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap .content p {
              font-size: 16px;
              color: #000000;
              font-weight: 400; }
            body .cal-thanks-intro .wrapper .gray-block .gray-wrap .content a {
              display: block;
              margin-top: 20px; }
  body .calc-result {
    background-color: #f5f5f5; }
    body .calc-result #calculator-part1 {
      display: none; }
    body .calc-result #calculator-part2 {
      display: none;
      overflow: hidden; }
      body .calc-result #calculator-part2 #ctitles {
        padding-top: 30px;
        position: relative;
        overflow: hidden; }
        body .calc-result #calculator-part2 #ctitles h2 {
          font-weight: bold;
          font-size: 2.3em;
          margin: 20px 0 30px 0;
          line-height: 1em; }
      body .calc-result #calculator-part2 .gethelp {
        text-align: center;
        padding-top: 34px; }
        body .calc-result #calculator-part2 .gethelp .bigbtn {
          font-size: 21px;
          padding: 5px 15px 10px;
          text-transform: uppercase;
          background-color: #00bbdd;
          color: white;
          text-decoration: none;
          margin-bottom: 3px;
          display: inline-block;
          border-radius: 3px;
          font-weight: bold;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      body .calc-result #calculator-part2 .results-block {
        padding: 30px 0 0;
        background-color: white; }
      body .calc-result #calculator-part2 h5 {
        font-size: 23px;
        margin-bottom: 30px;
        line-height: 1.4em;
        font-weight: bold;
        color: #242a75; }
      body .calc-result #calculator-part2 p {
        font-weight: 500; }
      body .calc-result #calculator-part2 .col-sm-offset-6 {
        margin-left: 50%; }
      body .calc-result #calculator-part2 .big-white-block {
        background-color: #fff; }
        body .calc-result #calculator-part2 .big-white-block p {
          margin: 10px 0 15px;
          padding: 0;
          font-size: 0.9em; }
      body .calc-result #calculator-part2 .lightblue {
        background-color: #00bbdd; }
        @media (max-width: 768px) {
          body .calc-result #calculator-part2 .lightblue {
            -webkit-box-flex: 100%;
                -ms-flex: 100%;
                    flex: 100%;
            padding-left: 35px !important;
            padding-right: 35px !important;
            max-width: 100%; } }
      body .calc-result #calculator-part2 .text-indent {
        padding-left: 85px; }
        @media (max-width: 768px) {
          body .calc-result #calculator-part2 .text-indent {
            padding: 10px 35px 1px;
            margin-top: 0px; } }
      body .calc-result #calculator-part2 .big-white-block {
        margin-bottom: 50px; }
      body .calc-result #calculator-part2 .yearsmob {
        display: none; }
        @media (max-width: 768px) {
          body .calc-result #calculator-part2 .yearsmob {
            display: inline;
            width: 40%;
            float: left; } }
      body .calc-result #calculator-part2 .lightblue p {
        color: white; }
      body .calc-result #calculator-part2 .smain, body .calc-result #calculator-part2 .scomp {
        display: none; }
      body .calc-result #calculator-part2 .sentinelup-cta {
        padding: 30px 70px 10px;
        background: url(/themes/thalesesecurity/templates/dist/images/banner-v3.jpg) center center no-repeat;
        background-size: cover; }
        body .calc-result #calculator-part2 .sentinelup-cta p {
          color: #fff; }
      body .calc-result #calculator-part2 .downloadbtn {
        text-transform: uppercase;
        padding: 14px 30px 19px 30px;
        margin: 15px 0 3px;
        display: inline-block;
        border-radius: 3px;
        font-size: 21px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-color: #00bbdd;
        color: white;
        background-position: 10px 10px;
        background-image: url(/themes/thalesesecurity/templates/dist/images/pdf-icon.png); }
        body .calc-result #calculator-part2 .downloadbtn:hover {
          text-decoration: none;
          background-color: #41D4EE; }
      @media (max-width: 768px) {
        body .calc-result #calculator-part2 .yearnums {
          display: none; } }
  body .first-level-banner {
    min-height: 740px;
    margin-top: 30px;
    position: relative;
    display: inline-grid; }
    @media (max-width: 991px) {
      body .first-level-banner {
        min-height: 678px; } }
    @media (max-width: 480px) {
      body .first-level-banner {
        min-height: 680px;
        padding: 30px 0; } }
    body .first-level-banner h1, body .first-level-banner h2, body .first-level-banner h3, body .first-level-banner h4, body .first-level-banner h5, body .first-level-banner h6, body .first-level-banner p {
      color: #ffffff; }
    body .first-level-banner .bg-img {
      position: absolute;
      height: 100%;
      width: 100%; }
      body .first-level-banner .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body .first-level-banner .content-wrapper {
      padding: 0;
      text-align: left;
      position: relative;
      z-index: 1; }
      body .first-level-banner .content-wrapper .content {
        padding: 0; }
        body .first-level-banner .content-wrapper .content h1 {
          font-weight: 600;
          margin-bottom: 14px; }
          @media (max-width: 991px) {
            body .first-level-banner .content-wrapper .content h1 {
              font-size: 40px;
              margin-bottom: 9px; } }
          @media (max-width: 767px) {
            body .first-level-banner .content-wrapper .content h1 {
              line-height: 1.15; } }
        body .first-level-banner .content-wrapper .content p {
          font-weight: 500; }
          @media (max-width: 991px) {
            body .first-level-banner .content-wrapper .content p {
              font-size: 24px;
              margin-bottom: 18px; } }
          @media (max-width: 767px) {
            body .first-level-banner .content-wrapper .content p {
              font-weight: 300;
              line-height: 1;
              margin-bottom: 35px; } }
      body .first-level-banner .content-wrapper a:hover {
        text-decoration: none; }
      body .first-level-banner .content-wrapper a:hover:before {
        width: 0; }
      body .first-level-banner .content-wrapper .btn-wrapper {
        float: right;
        position: absolute;
        right: 18px;
        bottom: 22px;
        display: none; }
        @media (max-width: 595px) {
          body .first-level-banner .content-wrapper .btn-wrapper {
            right: 0;
            float: none;
            bottom: 22px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            display: none; } }
        body .first-level-banner .content-wrapper .btn-wrapper .btn-left {
          font-weight: 300;
          padding: 0px 17px;
          background-color: #ffffff;
          color: #242a75;
          border-radius: 20px 0 0 20px;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .first-level-banner .content-wrapper .btn-wrapper .btn-left {
              padding: 0 10px; } }
        body .first-level-banner .content-wrapper .btn-wrapper .btn-right {
          background: -webkit-gradient(linear, left top, left bottom, from(#4eb2ca), to(#1f6ea9));
          background: -webkit-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: -o-linear-gradient(top, #4eb2ca 0%, #1f6ea9 100%);
          background: linear-gradient(to bottom, #4eb2ca 0%, #1f6ea9 100%);
          padding: 0 38px;
          border-radius: 0 20px 20px 0;
          color: #ffffff;
          font-weight: 300;
          line-height: 34px;
          font-size: 15px;
          -webkit-box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2px 24px -12px rgba(0, 0, 0, 0.4); }
          @media (max-width: 595px) {
            body .first-level-banner .content-wrapper .btn-wrapper .btn-right {
              padding: 0 17px; } }
        body .first-level-banner .content-wrapper .btn-wrapper.bottom-fix {
          position: fixed;
          bottom: 50px;
          right: 94px;
          z-index: 5;
          -webkit-transition: bottom 0.6s linear;
          -o-transition: bottom 0.6s linear;
          transition: bottom 0.6s linear;
          -webkit-transform: translate(0, 30px);
               -o-transform: translate(0, 30px);
                  transform: translate(0, 30px); }
          @media screen and (min-width: 1401px) {
            body .first-level-banner .content-wrapper .btn-wrapper.bottom-fix {
              right: 50%;
              margin: 0 -614px 0 0; } }
          @media (max-width: 767px) {
            body .first-level-banner .content-wrapper .btn-wrapper.bottom-fix {
              right: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              float: none;
              position: fixed;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%; } }
      body .first-level-banner .content-wrapper .ban-card-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 480px) {
          body .first-level-banner .content-wrapper .ban-card-wrap {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        body .first-level-banner .content-wrapper .ban-card-wrap .banner-card {
          width: 100%;
          max-width: 215px;
          min-height: 108px;
          text-align: center;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px 10px;
          background: rgba(0, 187, 221, 0.5);
          margin-right: 27px;
          margin-bottom: 30px;
          border-radius: 5px; }
          body .first-level-banner .content-wrapper .ban-card-wrap .banner-card:last-child {
            margin-right: 0; }
            @media (max-width: 480px) {
              body .first-level-banner .content-wrapper .ban-card-wrap .banner-card:last-child {
                margin-bottom: 0; } }
          @media (max-width: 991px) {
            body .first-level-banner .content-wrapper .ban-card-wrap .banner-card {
              max-width: 215px;
              padding: 10px 12px;
              min-height: 104px; } }
          @media (max-width: 595px) {
            body .first-level-banner .content-wrapper .ban-card-wrap .banner-card {
              max-width: 200px; } }
          @media (max-width: 480px) {
            body .first-level-banner .content-wrapper .ban-card-wrap .banner-card {
              margin: 0 0 10px;
              max-width: 222px;
              min-height: 108px; } }
          body .first-level-banner .content-wrapper .ban-card-wrap .banner-card h4 {
            font-size: 22px;
            font-weight: 300; }
  body .new-resource-slider {
    padding: 60px 0 118px; }
    body .new-resource-slider .heading {
      display: block;
      text-align: center;
      margin-bottom: 30px; }
      body .new-resource-slider .heading h2 {
        font-weight: 600; }
    body .new-resource-slider .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1140px;
      margin: 0 auto; }
      body .new-resource-slider .wrapper .col-three {
        width: calc(33.33% - 60px);
        margin: 0 30px;
        padding: 0 16px;
        min-height: 460px;
        position: relative; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .new-resource-slider .wrapper .col-three {
            width: calc(50% - 60px); } }
        @media (max-width: 991px) {
          body .new-resource-slider .wrapper .col-three {
            width: calc(50% - 60px); } }
        @media (max-width: 767px) {
          body .new-resource-slider .wrapper .col-three {
            min-height: 440px; } }
        @media (max-width: 595px) {
          body .new-resource-slider .wrapper .col-three {
            min-height: 360px;
            width: 100%; } }
        @media (max-width: 480px) {
          body .new-resource-slider .wrapper .col-three {
            min-height: 380px; } }
        body .new-resource-slider .wrapper .col-three .img-wrap {
          width: 100%;
          height: 180px;
          max-width: 320px; }
          body .new-resource-slider .wrapper .col-three .img-wrap img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        body .new-resource-slider .wrapper .col-three .content-wrap {
          margin-bottom: 20px; }
          body .new-resource-slider .wrapper .col-three .content-wrap h3 {
            color: #346D9E;
            margin: 10px 0;
            font-weight: 600; }
          body .new-resource-slider .wrapper .col-three .content-wrap p {
            margin: 10px 0;
            font-weight: 300; }
        body .new-resource-slider .wrapper .col-three .btn-wrap {
          position: relative; }
          body .new-resource-slider .wrapper .col-three .btn-wrap a:hover {
            background: #00BBDD;
            color: #1A2856 !important; }
          @media (max-width: 767px) {
            body .new-resource-slider .wrapper .col-three .btn-wrap a {
              font-size: 18px !important; } }
      body .new-resource-slider .wrapper .slick-arrow {
        display: block !important;
        position: absolute;
        top: 20%;
        bottom: 25%;
        margin: auto;
        background: transparent;
        font-size: 0;
        z-index: 1;
        outline: none;
        cursor: pointer; }
        body .new-resource-slider .wrapper .slick-arrow.slick-next {
          width: 50px;
          height: 50px;
          right: -50px;
          background: url("/themes/thalesesecurity/templates/assets/images/new-resource-slider/slider_arrow.svg");
          background-repeat: no-repeat;
          background-size: 100%;
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
        body .new-resource-slider .wrapper .slick-arrow.slick-prev {
          width: 50px;
          height: 50px;
          left: -50px;
          background: url("/themes/thalesesecurity/templates/assets/images/new-resource-slider/slider_arrow.svg");
          background-repeat: no-repeat;
          background-size: 100%; }
        body .new-resource-slider .wrapper .slick-arrow.slick-disabled {
          opacity: 0.5;
          cursor: default; }
      body .new-resource-slider .wrapper .slick-dots {
        position: absolute;
        bottom: -60px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        cursor: pointer; }
        body .new-resource-slider .wrapper .slick-dots li {
          display: inline-block;
          cursor: pointer;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background: #f3f4f4;
          margin: 0 9px 0 8px;
          padding: 0; }
          body .new-resource-slider .wrapper .slick-dots li button {
            display: none; }
          body .new-resource-slider .wrapper .slick-dots li.slick-active {
            background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
            background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
            background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
  body .col-six-grid {
    background: #e6eff4;
    padding: 60px 0; }
    body .col-six-grid .heading {
      display: block;
      text-align: center;
      margin-bottom: 30px; }
      body .col-six-grid .heading h2 {
        font-weight: 600; }
    body .col-six-grid .column-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 595px) {
        body .col-six-grid .column-wrapper {
          max-width: 400px;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        body .col-six-grid .column-wrapper {
          max-width: 100%; } }
    body .col-six-grid .flip-card {
      background-color: transparent;
      width: calc(25% - 40px);
      margin: 0 20px 30px;
      min-height: 300px;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1200px) {
        body .col-six-grid .flip-card {
          width: calc(33.33% - 40px);
          margin: 0 20px 30px; } }
      @media (max-width: 991px) {
        body .col-six-grid .flip-card {
          width: calc(50% - 40px); } }
      @media (max-width: 595px) {
        body .col-six-grid .flip-card {
          width: 100%;
          margin: 0 0 30px; } }
      body .col-six-grid .flip-card:before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 22px;
        height: 16px;
        background: url("/themes/thalesesecurity/templates/assets/images/col-six-grid/flip_arrow.png") no-repeat;
        background-size: 100%;
        z-index: 1; }
      body .col-six-grid .flip-card.flip {
        outline: 0; }
        body .col-six-grid .flip-card.flip:before {
          display: none; }
        body .col-six-grid .flip-card.flip .flip-card-inner {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
    body .col-six-grid .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      -o-transition: -o-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s, -o-transform 0.6s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    body .col-six-grid .flip-card-front {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: #ffffff;
      color: black;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 40px 20px;
      border-radius: 5px; }
      @media (max-width: 767px) {
        body .col-six-grid .flip-card-front {
          padding: 40px; } }
      body .col-six-grid .flip-card-front img {
        width: 120px;
        height: 120px; }
      body .col-six-grid .flip-card-front h2, body .col-six-grid .flip-card-front h3 {
        color: #346D9E;
        margin: 0;
        font-weight: 600; }
        @media (max-width: 595px) {
          body .col-six-grid .flip-card-front h2, body .col-six-grid .flip-card-front h3 {
            width: 100%;
            font-size: 22px; } }
    body .col-six-grid .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background: #1A2856;
      color: white;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 20px;
      border-radius: 5px; }
      @media (max-width: 767px) {
        body .col-six-grid .flip-card-back {
          padding: 10px 20px; } }
      body .col-six-grid .flip-card-back h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ffffff;
        line-height: 1.2; }
        @media (max-width: 767px) {
          body .col-six-grid .flip-card-back h3 {
            font-size: 22px;
            line-height: 1.25; } }
      body .col-six-grid .flip-card-back p {
        font-size: 18px;
        text-align: left;
        margin-bottom: 10px;
        color: #ffffff;
        padding-right: 0;
        line-height: 1.3;
        font-weight: 400; }
        @media (min-width: 992px) and (max-width: 1200px) {
          body .col-six-grid .flip-card-back p {
            padding-right: 0; } }
        @media (max-width: 991px) {
          body .col-six-grid .flip-card-back p {
            padding-right: 0; } }
      body .col-six-grid .flip-card-back .btn-wrap {
        width: 100%;
        text-align: right;
        margin-right: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        body .col-six-grid .flip-card-back .btn-wrap a {
          font-size: 16px;
          text-decoration: none;
          color: #ffffff;
          position: relative;
          right: -5px;
          -webkit-transition: right 0.3s linear;
          -o-transition: right 0.3s linear;
          transition: right 0.3s linear; }
          body .col-six-grid .flip-card-back .btn-wrap a:before {
            content: '';
            position: absolute;
            top: 1px;
            bottom: 0;
            margin: auto;
            right: -10px;
            opacity: 0;
            width: 14px;
            height: 14px;
            background: url("/themes/thalesesecurity/templates/assets/images/col-six-grid/left_icon.svg") no-repeat;
            background-size: 100%;
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear; }
          body .col-six-grid .flip-card-back .btn-wrap a:hover {
            text-decoration: none;
            right: 5px; }
            body .col-six-grid .flip-card-back .btn-wrap a:hover:before {
              opacity: 1;
              right: -20px; }
    body .col-six-grid.three-col-grid .column-wrapper {
      max-width: 920px;
      margin: 0 auto; }
    body .col-six-grid.three-col-grid .flip-card {
      width: calc(33.33% - 40px); }
      @media (max-width: 991px) {
        body .col-six-grid.three-col-grid .flip-card {
          width: calc(50% - 40px); } }
      @media (max-width: 595px) {
        body .col-six-grid.three-col-grid .flip-card {
          width: 100%;
          margin: 0 0 30px; } }
    body .col-six-grid.three-col-grid .flip-card-front h2, body .col-six-grid.three-col-grid .flip-card-front h3 {
      color: #346D9E;
      margin: 0;
      font-weight: 600;
      width: 100%; }
      @media (max-width: 595px) {
        body .col-six-grid.three-col-grid .flip-card-front h2, body .col-six-grid.three-col-grid .flip-card-front h3 {
          width: 100%;
          font-size: 22px; } }
  body .resource-tabs {
    background: #FFFFFF;
    padding: 60px 0; }
    body .resource-tabs.resource-reverse .col-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    body .resource-tabs.resource-reverse .img-wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    body .resource-tabs.resource-reverse .content {
      padding: 0 40px 0 0; }
      @media (max-width: 991px) {
        body .resource-tabs.resource-reverse .content {
          padding: 0; } }
    body .resource-tabs .title-wrap {
      text-align: center; }
      body .resource-tabs .title-wrap h2 {
        font-size: 32px;
        margin-bottom: 40px;
        font-weight: 600;
        color: #253746; }
        @media (max-width: 991px) {
          body .resource-tabs .title-wrap h2 {
            margin-bottom: 20px; } }
    body .resource-tabs .columm-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 991px) {
        body .resource-tabs .columm-wrap {
          margin: 0;
          display: block;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; } }
      @media (max-width: 767px) {
        body .resource-tabs .columm-wrap {
          width: 100%;
          margin: 0;
          float: none; } }
    body .resource-tabs .col-wrap {
      display: inline-block; }
      @media (max-width: 991px) {
        body .resource-tabs .col-wrap {
          padding: 0 0 20px; } }
      @media (max-width: 991px) {
        body .resource-tabs .col-wrap:last-child {
          padding: 0; } }
      body .resource-tabs .col-wrap .img-wrap {
        height: 180px;
        max-width: 320px; }
        @media (max-width: 991px) {
          body .resource-tabs .col-wrap .img-wrap {
            margin: 0 auto; } }
        body .resource-tabs .col-wrap .img-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    body .resource-tabs .img-wrapper {
      width: 320px; }
      @media (max-width: 991px) {
        body .resource-tabs .img-wrapper {
          width: 100%; } }
    body .resource-tabs .content-wrapper {
      width: calc(100% - 320px); }
      @media (max-width: 991px) {
        body .resource-tabs .content-wrapper {
          width: 100%; } }
    body .resource-tabs .content {
      padding: 0 0 0 40px;
      text-align: left; }
      @media (max-width: 991px) {
        body .resource-tabs .content {
          padding: 0; } }
      body .resource-tabs .content h3 {
        margin-bottom: 10px;
        font-size: 28px;
        color: #346D9E;
        font-weight: 600; }
      body .resource-tabs .content p {
        font-weight: 100;
        color: #253746;
        font-size: 22px;
        letter-spacing: -0.03em;
        margin-bottom: 10px; }
      body .resource-tabs .content img {
        display: inline-block;
        max-height: 180px;
        max-width: 150px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-left: 22px; }
        @media (max-width: 991px) {
          body .resource-tabs .content img {
            max-width: 100%;
            margin-left: 0;
            padding: 20px 0; } }
      body .resource-tabs .content .btn-wrap {
        margin-top: 20px; }
  body .bg-white-text h2,
  body .bg-white-text h3,
  body .bg-white-text p {
    color: #ffffff !important; }
  body .feature-slider {
    background: #FFFFFF;
    padding: 60px 0;
    opacity: 0; }
    @media (max-width: 767px) {
      body .feature-slider {
        padding: 40px 0; } }
    body .feature-slider .item {
      padding: 25px 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 8px; }
      @media (max-width: 991px) {
        body .feature-slider .item {
          padding: 0;
          width: 100%;
          margin: 0;
          -webkit-box-pack: initial;
              -ms-flex-pack: initial;
                  justify-content: initial;
          text-align: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      body .feature-slider .item.img-with-slider .img-wrapper {
        width: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 0px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1149px) {
          body .feature-slider .item.img-with-slider .img-wrapper {
            width: 170px; } }
        @media (max-width: 991px) {
          body .feature-slider .item.img-with-slider .img-wrapper {
            width: 100%;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            display: block; } }
      body .feature-slider .item.img-with-slider .content-wrapper {
        width: calc(100% - 250px); }
        @media (max-width: 1149px) {
          body .feature-slider .item.img-with-slider .content-wrapper {
            width: calc(100% - 170px); } }
        @media (max-width: 991px) {
          body .feature-slider .item.img-with-slider .content-wrapper {
            width: 100%; } }
    @media (max-width: 991px) {
      body .feature-slider .col-wrap {
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    body .feature-slider .col-wrap .img-wrap {
      max-height: 226px;
      max-width: 226px;
      display: inline-block; }
      @media (max-width: 991px) {
        body .feature-slider .col-wrap .img-wrap {
          margin: 0 auto; } }
      body .feature-slider .col-wrap .img-wrap img {
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    body .feature-slider .content {
      padding: 0 30px 0 0;
      text-align: left; }
      @media (max-width: 991px) {
        body .feature-slider .content {
          padding: 0; } }
      @media (max-width: 767px) {
        body .feature-slider .content {
          padding-bottom: 30px; } }
      body .feature-slider .content h2 {
        margin-bottom: 20px;
        font-weight: 600;
        color: #253746; }
      body .feature-slider .content h3 {
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 24px;
        color: #253746; }
      body .feature-slider .content p {
        line-height: 1.44;
        font-weight: 100;
        color: #253746;
        font-size: 22px;
        letter-spacing: -0.03em;
        margin-bottom: 0;
        display: inline-block; }
      body .feature-slider .content img {
        display: inline-block;
        max-height: 180px;
        max-width: 150px;
        -o-object-fit: contain;
           object-fit: contain; }
    body .feature-slider .slick-arrow {
      outline: 0;
      position: absolute; }
    body .feature-slider .slick-prev {
      background: none;
      float: right;
      width: 7px;
      height: 14px;
      z-index: 2;
      display: block;
      font-size: 0;
      left: 0;
      position: absolute;
      padding: 0;
      cursor: pointer;
      border: none;
      outline: none;
      top: 48%;
      -webkit-transform: translate(0, -50%);
           -o-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      body .feature-slider .slick-prev:before {
        content: '';
        position: absolute;
        background: url(/themes/thalesesecurity/templates/assets/images/leftside-arrow.png) no-repeat;
        background-size: 100%;
        width: 7px;
        height: 14px;
        top: 50%;
        left: 10px;
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg); }
    body .feature-slider .slick-next {
      background: none;
      float: right;
      width: 7px;
      height: 14px;
      z-index: 1;
      display: block;
      right: 0;
      font-size: 0;
      position: absolute;
      padding: 0;
      top: 48%;
      -webkit-transform: translate(0, -50%);
           -o-transform: translate(0, -50%);
              transform: translate(0, -50%);
      cursor: pointer;
      border: none;
      outline: none; }
      body .feature-slider .slick-next:before {
        content: '';
        position: absolute;
        background: url(/themes/thalesesecurity/templates/assets/images/leftside-arrow.png) no-repeat;
        background-size: 100%;
        width: 7px;
        height: 14px;
        top: 50%;
        right: 10px;
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
    body .feature-slider .slick-dots {
      padding: 0;
      margin: 20px auto;
      display: inline-block;
      position: absolute;
      text-align: center;
      list-style-type: none;
      cursor: pointer;
      bottom: -50px;
      width: 100%; }
      @media (max-width: 991px) {
        body .feature-slider .slick-dots {
          bottom: -70px; } }
      @media (max-width: 767px) {
        body .feature-slider .slick-dots {
          bottom: -60px; } }
      @media (max-width: 595px) {
        body .feature-slider .slick-dots {
          bottom: -50px; } }
      body .feature-slider .slick-dots li {
        height: 12px;
        width: 12px;
        background: #ddd;
        list-style-type: none;
        display: inline-block;
        border-radius: 50%;
        margin: 0 4px; }
        body .feature-slider .slick-dots li button {
          font-size: 0; }
        body .feature-slider .slick-dots li.slick-active {
          background: -webkit-gradient(linear, left top, left bottom, from(#5dbdf4), to(#2b86bc));
          background: -webkit-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
          background: -o-linear-gradient(top, #5dbdf4 0%, #2b86bc 100%);
          background: linear-gradient(to bottom, #5dbdf4 0%, #2b86bc 100%); }
  body .feature-reverse .col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  body .feature-reverse .content-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  body .feature-reverse .img-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 20px; }
    @media (max-width: 991px) {
      body .feature-reverse .img-wrapper {
        padding-right: 0; } }
  body .feature-reverse .content {
    padding: 0 0 0 40px; }
    @media (max-width: 991px) {
      body .feature-reverse .content {
        padding: 0; } }
  body .bg-light-grey {
    background: #F3F4F4 !important; }
  body .bg-white {
    background: #FFFFFF !important; }
  body .bg-dark-blue {
    background: #1A2856 !important; }
  body .bg-light-blue {
    background: #E6EFF4 !important; }

body.node-type-solution .image-with-col .main-content, body.node-type-product .image-with-col .main-content {
  width: 100%; }

body .dialog-off-canvas-main-canvas > .sub-header.basic-page {
  display: none; }

.ua-ie-11 header .logo {
  height: 48px; }
  .ua-ie-11 header .logo a {
    width: 100%;
    height: 100%; }
    .ua-ie-11 header .logo a svg {
      width: 100%;
      height: 100%; }

.menu-item ol {
  width: 100%;
  display: block; }
  .menu-item ol li {
    padding-left: 20px; }
    .menu-item ol li ol {
      width: 100%;
      padding-left: 0; }
      .menu-item ol li ol li {
        padding-left: 30px !important; }
        .menu-item ol li ol li ol {
          width: 100%;
          padding-left: 20px; }
          .menu-item ol li ol li ol li {
            padding-left: 40px !important; }
            .menu-item ol li ol li ol li ol {
              width: 100%;
              padding-left: 40px; }
              .menu-item ol li ol li ol li ol li {
                padding-left: 50px !important; }
                .menu-item ol li ol li ol li ol li ol {
                  width: 100%;
                  padding-left: 60px; }
                  .menu-item ol li ol li ol li ol li ol li {
                    padding-left: 60px !important; }
                    .menu-item ol li ol li ol li ol li ol li ol {
                      width: 100%;
                      padding-left: 80px; }
                      .menu-item ol li ol li ol li ol li ol li ol li {
                        padding-left: 70px !important; }

#block-thalesesecurity-local-tasks ul {
  position: fixed;
  top: 180px;
  z-index: 99; }
  #block-thalesesecurity-local-tasks ul li {
    display: block;
    float: left; }
    #block-thalesesecurity-local-tasks ul li:last-of-type {
      display: none; }
    #block-thalesesecurity-local-tasks ul li a {
      display: inline-block;
      color: #2a92ec;
      padding: 10px 15px;
      background: #ffffff; }
      #block-thalesesecurity-local-tasks ul li a:hover {
        background: #fd7e14;
        color: #ffffff; }
    #block-thalesesecurity-local-tasks ul li:nth-last-child(2) {
      display: none; }

#toolbar-bar a {
  font-size: inherit; }

.ajax-progress.ajax-progress-fullscreen {
  background-image: url(/themes/thalesesecurity/templates/dist/images/ajax-loading.gif) !important;
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 62px;
  background-size: contain; }

.ua-ie-11 .ast-banner .bg-img img {
  position: absolute;
  top: -120px;
  height: auto; }

.ua-ie-11 .ast-banner .v-middle-inner .content-wrapper {
  padding-top: 100px; }

.ua-ie-11 .calc-banner .bg-img img {
  height: auto; }

.ua-ie-11 .access-management .asat-box .asat-cbtn {
  -webkit-box-shadow: 0 0 22px #cccccc !important;
          box-shadow: 0 0 22px #cccccc !important; }
  .ua-ie-11 .access-management .asat-box .asat-cbtn:hover {
    -webkit-box-shadow: 0 0 25px #cccccc !important;
            box-shadow: 0 0 25px #cccccc !important; }

.ua-edge .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span {
  padding: 8px 0 0; }

.ua-edge .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter sup {
  top: -9px; }

.ua-android .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter span {
  vertical-align: -webkit-baseline-middle; }

.ua-android .introduction-counter-iot .row-wrapper .big-col .full-rows .row-outer .counter sup {
  top: -9px; }

.ua-ie-11 .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .logo-img {
  -webkit-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  margin: 0; }

.ua-ie-11 .quote-slider.quote-slider-item .slider-wrap .slider .icon-with-content .content {
  text-align: justify; }

img {
  display: inline-block; }

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