/*!
Theme Name: ST News
Theme URI: http://underscores.me/
Author: ST Microelectronics
Author URI: https://www.st.com
Description: News - ST Microelectronics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st-news
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ST News is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Helpers
# Base
    ## Typography
# Layout
    ## Header
    ## Footer
    ## Sidebar
    ## Media Queries
# Components
# Pages
	## Newsroom
    ## Contacts
    ## Backgrounders
    ## Subscription
# Thirdparty
    ## Videojs

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/* Layout variables */
/* Color variables */
/* Typography variables */
/*Font size: 16px*/
/*Font size: 42px*/
/* Font sizes */
/* Content containers width */
/* Header Variables */
/* Button Variables */
/* Transitions */
/* Spacer */
/* Error message */
/*Input Variables */
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.st-header:before,
.st-header:after,
.st-content-wrapper:before,
.st-content-wrapper:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.st-header:after,
.st-content-wrapper:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #3CB4E6;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Flex box */
.flex--align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*--------------------------------------------------------------
## Utilities
--------------------------------------------------------------*/
.st-no-padding {
  padding: 0 !important; }

@media (max-width: 40em) {
  .st-no-padding--mobile {
    padding: 0 !important; } }

.noscroll {
  overflow: hidden !important; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #74757c;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f8f8f8;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #cccccc;
  cursor: help; }

/*--------------------------------------------------------------
# General Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Responsive Grid
--------------------------------------------------------------*/
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
.st-col-1 {
  width: 8.33333%; }

.st-col-2 {
  width: 16.66667%; }

.st-col-3 {
  width: 25%; }

.st-col-4 {
  width: 33.33333%; }

.st-col-5 {
  width: 41.66667%; }

.st-col-6 {
  width: 50%; }

.st-col-7 {
  width: 58.33333%; }

.st-col-8 {
  width: 66.66667%; }

.st-col-9 {
  width: 75%; }

.st-col-10 {
  width: 83.33333%; }

.st-col-11 {
  width: 91.66667%; }

.st-col-12 {
  width: 100%; }

.small-1 {
  width: 8.33333%; }

.small-2 {
  width: 16.66667%; }

.small-3 {
  width: 25%; }

.small-4 {
  width: 33.33333%; }

.small-5 {
  width: 41.66667%; }

.small-6 {
  width: 50%; }

.small-7 {
  width: 58.33333%; }

.small-8 {
  width: 66.66667%; }

.small-9 {
  width: 75%; }

.small-10 {
  width: 83.33333%; }

.small-11 {
  width: 91.66667%; }

.small-12 {
  width: 100%; }

@media screen and (max-width: 40em) {
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; } }

@media screen and (min-width: 40.063em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; } }

@media screen and (min-width: 64.063em) {
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; } }

.column,
.columns {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.st-header {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 200;
  -webkit-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
  background: #fff; }
  .admin-bar .st-header {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .st-header {
        top: 32px; } }
  .st-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0 13px 20px; }
    .st-header__container .custom-logo {
      display: block; }
    @media only screen and (max-width: 40em) {
      .st-header__container {
        padding: 13px 17px 13px 11px; } }
  @media only screen and (min-width: 40.063em) {
    .st-header {
      height: 120px; } }
  .st-header .custom-logo-link {
    display: block;
    width: 187px;
    height: 50px; }
    .st-header .custom-logo-link img {
      display: block;
      width: auto;
      height: 100%;
      border: none; }
    @media only screen and (max-width: 40em) {
      .st-header .custom-logo-link {
        width: 149px;
        height: 40px; } }
  .st-header__search {
    left: 50%;
    max-width: 600px;
    position: absolute;
    top: 38px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    z-index: 500; }
    @media only screen and (max-width: 64em) {
      .st-header__search {
        display: none; } }
    .st-header__search a {
      color: #3CB4E6;
      cursor: pointer;
      position: relative;
      text-decoration: none; }
      .st-header__search a:hover {
        color: #57b6e1;
        text-decoration: none; }
    .st-header__search .row {
      max-width: 1200px; }
    .st-header__search .row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .st-header__search .row.collapse > .columns {
      padding-right: 0px;
      padding-left: 0px; }
    .st-header__search .st-search a:hover {
      color: #57b6e1; }
      .st-header__search .st-search a:hover .pss-search-arrow-down:before {
        border-color: #57b6e1; }
    .st-header__search .st-search__select {
      border: 1px solid #ccc;
      border-right: 0;
      color: #74757c;
      font-size: 13px;
      padding: 10px;
      -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;
      margin: 0;
      text-align: center;
      height: 44px;
      cursor: pointer;
      position: relative;
      text-decoration: none;
      line-height: inherit;
      background: transparent; }
      .st-header__search .st-search__select span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .st-header__search .st-search__select .pss-search-arrow-down {
        font-size: 18px;
        margin-left: 10px;
        display: inline-block;
        margin-top: -10px; }
        .st-header__search .st-search__select .pss-search-arrow-down:before {
          content: "";
          border: solid black;
          border-width: 0px 1px 1px 0px;
          display: inline-block;
          padding: 3px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
    .st-header__search .st-search__input {
      background: #f8f8f8;
      color: #74757c;
      margin-bottom: 0;
      height: 44px;
      margin: 0;
      width: 100%;
      border: 1px solid #ccc;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-weight: 400;
      display: block;
      font-size: 14px;
      padding: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 0px;
      -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
      transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
      transition: box-shadow .45s,border-color .45s ease-in-out;
      transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s; }
    .st-header__search .st-search__button {
      -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;
      margin: 0;
      text-align: center;
      height: 44px;
      background-color: #3CB4E6;
      border-color: #3CB4E6;
      color: #fff;
      outline: 0;
      border-width: 1px;
      font-size: 14px;
      line-height: 16px;
      padding: 7px 10px;
      border-style: solid;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .st-header__search .st-search__button span {
        color: white; }
      .st-header__search .st-search__button:hover {
        border-color: #57b6e1;
        outline-width: 0;
        opacity: 1;
        background: #57b6e1; }
    .st-header__search .st-search__dropdown {
      background: transparent;
      border: 0;
      list-style: none;
      margin-left: 0;
      max-height: 306px;
      opacity: 0;
      position: absolute;
      top: 44px;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      width: 100%;
      z-index: 119;
      left: 0px;
      display: none; }
      .st-header__search .st-search__dropdown.open {
        opacity: 1;
        outline: 0;
        pointer-events: none;
        left: 0px;
        display: block; }
      .st-header__search .st-search__dropdown .st-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
    .st-header__search .st-search__filter {
      border: 1px solid #ccc;
      border-top: 0px;
      padding: 10px 6px 5px 0;
      pointer-events: auto;
      width: calc(25% - 1px * -1);
      background: #fff; }
      .st-header__search .st-search__filter ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
      .st-header__search .st-search__filter li {
        list-style: none;
        margin: 0px;
        padding: 0px; }
      .st-header__search .st-search__filter .st-radio input[type="radio"] {
        display: none; }
        .st-header__search .st-search__filter .st-radio input[type="radio"] + label {
          margin: 0px 0px 12px 0px;
          color: #74757c;
          font-family: Arial,Helvetica,sans-serif;
          font-size: 13px;
          font-weight: 400;
          padding: 0 0 0 25px;
          position: relative;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          display: inline-block;
          vertical-align: baseline; }
          .st-header__search .st-search__filter .st-radio input[type="radio"] + label:before {
            height: 10px;
            width: 10px;
            top: 9px; }
          .st-header__search .st-search__filter .st-radio input[type="radio"] + label:before {
            background: transparent;
            border: 1px solid #ccc;
            border-radius: 6px;
            content: '';
            height: 10px;
            left: 6px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            width: 10px; }
          .st-header__search .st-search__filter .st-radio input[type="radio"] + label:after {
            top: 9px;
            height: 12px;
            width: 12px; }
        .st-header__search .st-search__filter .st-radio input[type="radio"]:checked + label:before {
          background: #3CB4E6;
          border-color: #fff;
          content: '';
          z-index: 20; }
        .st-header__search .st-search__filter .st-radio input[type="radio"]:checked + label:after {
          background: #3CB4E6;
          border-color: #fff;
          border-radius: 13px;
          content: '';
          height: 12px;
          left: 5px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 12px;
          z-index: 10; }
    .st-header__search .st-search__searchlist {
      border-bottom: solid 1px #ccc;
      border-right: solid 1px #ccc;
      padding: 10px 0 5px 10px;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      width: calc(75% - 1px);
      background: #fff;
      display: none; }
      .st-header__search .st-search__searchlist.open {
        opacity: 1;
        pointer-events: auto;
        display: block; }
      .st-header__search .st-search__searchlist .st-h5 {
        color: #03234b;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-family: Arial,Helvetica,sans-serif; }
      .st-header__search .st-search__searchlist .st-h5:not(:first-of-type) {
        margin-top: 25px !important; }
      .st-header__search .st-search__searchlist .st-copy {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 0px; }
        .st-header__search .st-search__searchlist .st-copy a {
          word-break: break-all; }
      .st-header__search .st-search__searchlist.js-search-searchlist-main h5 {
        margin: 0 0 15px 0 !important; }
      .st-header__search .st-search__searchlist .autosuggestion-black-font {
        color: #000 !important; }
    .st-header__search .st-input {
      margin-bottom: 0px; }

.st-search--mobile {
  display: none;
  height: calc(100% - 118px);
  opacity: 0;
  position: fixed;
  top: 118px;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 400; }
  .st-search--mobile.fade-in {
    opacity: 1; }
    @media only screen and (max-width: 64em) {
      .st-search--mobile.fade-in {
        display: block; } }
  .st-search--mobile .st-search__searchfield {
    height: 72px; }
    .st-search--mobile .st-search__searchfield input[type='text'].st-search__input {
      width: calc(100% - 42px);
      background-color: #fff;
      height: 42px;
      margin-bottom: 0;
      color: #74757c;
      border-radius: 0; }
    .st-search--mobile .st-search__searchfield input[type='text'].st-search__input + .st-butto {
      border: 1px solid #cccccc;
      border-left: 0;
      padding: 11px; }
    .st-search--mobile .st-search__searchfield .st-button {
      height: 42px;
      margin-bottom: 0; }
    .st-search--mobile .st-search__searchfield .st-search .st-button {
      -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;
      margin: 0;
      text-align: center; }
    .st-search--mobile .st-search__searchfield .st-input {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .st-search--mobile .st-search__searchfield .st-search--close {
      color: #74757c;
      cursor: pointer;
      font-size: 13px;
      height: 42px;
      padding: 11px 0;
      text-align: center; }
  .st-search--mobile .st-search__searchlist {
    height: calc(100% - 72px);
    opacity: 1;
    overflow-y: scroll;
    padding: 15px 0 50px 0;
    background-color: #fff; }
    .st-search--mobile .st-search__searchlist.hidden {
      display: none; }
    .st-search--mobile .st-search__searchlist .st-h5 {
      color: #03234b;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      margin: 0 0 15px 0;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .st-search--mobile .st-search__searchlist .st-h5:not(:first-of-type) {
        margin-top: 25px; }
    .st-search--mobile .st-search__searchlist .st-copy {
      font-size: 14px;
      margin-bottom: 10px;
      padding-left: 10px; }
      .st-search--mobile .st-search__searchlist .st-copy a {
        color: #3CB4E6;
        cursor: pointer;
        font-size: inherit;
        position: relative;
        text-decoration: none; }
        .st-search--mobile .st-search__searchlist .st-copy a.autosuggestion-black-font {
          color: #000 !important; }
  .st-search--mobile .st-svg--search {
    width: 17px;
    height: 17px; }
  .st-search--mobile .st-search__form-mobile {
    padding: 15px 0; }
  .st-search--mobile .st-search__search-label {
    background-color: #f8f8f8; }
  .st-search--mobile .st-row.collapse .columns {
    padding-left: 0;
    padding-right: 0; }

.st-header-search-mobile {
  display: none;
  width: 26px;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
  top: 23px;
  right: 97px; }
  @media only screen and (max-width: 64em) {
    .st-header-search-mobile {
      display: block; } }
  .st-header-search-mobile .st-svg--search-icon {
    width: 19px;
    height: 19px;
    fill: #74757c; }
    .st-header-search-mobile .st-svg--search-icon.toggle {
      fill: #3CB4E6; }

.st-header__user-icon {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 63px;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease; }
  .st-header__user-icon .st-svg--user {
    width: 21px;
    height: 21px;
    fill: #74757c; }

.is-sticky {
  top: -120px !important; }

.st-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-right: 15px;
  background: #f8f8f8; }
  @media only screen and (max-width: 64em) {
    .st-header-menu {
      display: none; } }
  .st-header-menu__item {
    display: inline-block;
    padding: 0 2px;
    border-bottom: 0;
    border: 1px solid transparent; }
    .st-header-menu__item.has-submenu {
      position: relative; }
      .st-header-menu__item.has-submenu + li {
        border: solid 1px transparent;
        border-bottom: 0;
        display: inline-block;
        padding: 0 2px;
        position: relative; }
        .st-header-menu__item.has-submenu + li > a {
          color: #74757c;
          display: block;
          font-size: 13px;
          padding: 8px;
          -webkit-transition: color .2s ease;
          transition: color .2s ease;
          white-space: nowrap;
          padding-right: 23px; }
          .st-header-menu__item.has-submenu + li > a:before {
            content: "";
            border: solid black;
            border-width: 0px 1px 1px 0px;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            width: 7px;
            height: 7px;
            position: absolute;
            right: 9px;
            top: 10px; }
      .st-header-menu__item.has-submenu .st-lang-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative;
        margin-right: 15px; }
        .st-header-menu__item.has-submenu .st-lang-select #lang_choice_1 {
          background-color: #f8f8f8;
          border: none; }
        .st-header-menu__item.has-submenu .st-lang-select select {
          width: 100%;
          background-color: #ffffff;
          border: 1px solid #ccc;
          color: #74757c;
          font-family: Arial,Helvetica,sans-serif;
          font-weight: 400;
          height: 38px;
          font-size: 14px;
          margin: 0;
          padding: 0 11px;
          text-align: left;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          cursor: pointer; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric-wrapper {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%;
          position: relative;
          cursor: pointer; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric-hide-select {
          position: relative;
          overflow: hidden;
          width: 0;
          height: 0; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-hide-select select {
            position: absolute;
            left: -100%;
            font-size: 14px;
            margin-bottom: 25px;
            background-color: #f8f8f8;
            border: 1px solid #ccc;
            color: #74757c;
            font-family: Arial,Helvetica,sans-serif;
            font-weight: 400;
            height: 38px; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric {
          background-color: #fff; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric .label {
            color: #74757c;
            background-color: transparent;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 13px;
            margin: 0;
            padding: 0px 10px 0px 8px;
            text-align: left;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 38px;
            height: 38px;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric {
          width: 100%;
          border: 1px solid #ccc;
          color: #74757c;
          font-family: Arial,Helvetica,sans-serif;
          font-weight: 400;
          height: 38px; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric .button {
            background-color: transparent;
            border: 0;
            padding: 0;
            margin-right: -5px;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 38px;
            height: 38px;
            line-height: 38px;
            color: #BBB;
            text-align: center;
            font: 0/0 a; }
            .st-header-menu__item.has-submenu .st-lang-select .selectric .button:after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              width: 0;
              height: 0;
              border: 4px solid transparent;
              border-top-color: #BBB;
              border-bottom: 0;
              border-bottom: 1px solid #000;
              border-left: 0;
              border-right: 1px solid #000;
              border-top: 0;
              content: '';
              height: 8px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              top: -3px;
              width: 7px;
              height: 7px; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric .button:hover {
            background-color: transparent;
            border: 0;
            padding: 0; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric-open {
          z-index: 120; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-open .selectric {
            background-color: #fff;
            border-color: rgba(57, 169, 220, 0.5);
            cursor: default; }
            .st-header-menu__item.has-submenu .st-lang-select .selectric-open .selectric .button:after {
              bottom: 0;
              -webkit-transform: rotate(-135deg);
                      transform: rotate(-135deg);
              top: 3px; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-open .selectric-items {
            display: block;
            width: 100%;
            margin-top: -39px;
            border-top: 1px solid #ccc; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric-below .selectric-items {
          background: #fff;
          border: 1px solid #ccc;
          border-top: 0; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric-items {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background: #f8f8f8;
          border: 1px solid #c4c4c4;
          z-index: -1;
          -webkit-box-shadow: 0 0 10px -6px;
                  box-shadow: 0 0 10px -6px; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-items .selectric-scroll {
            height: 100%;
            overflow: auto; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-items ul {
            display: block;
            font-size: 12px;
            line-height: 20px;
            list-style: none;
            margin: 0;
            min-height: 20px;
            padding: 0; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-items .selected {
            background: #fff;
            color: #3CB4E6; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-items li {
            padding: 10px;
            font-size: 13px;
            color: #74757c; }
            .st-header-menu__item.has-submenu .st-lang-select .selectric-items li:hover {
              background: #f6f9fb;
              color: #3CB4E6; }
          .st-header-menu__item.has-submenu .st-lang-select .selectric-items li:first-child {
            visibility: hidden; }
        .st-header-menu__item.has-submenu .st-lang-select .selectric-input {
          position: absolute !important;
          top: 0 !important;
          left: 0 !important;
          overflow: hidden !important;
          clip: rect(0, 0, 0, 0) !important;
          margin: 0 !important;
          padding: 0 !important;
          width: 1px !important;
          height: 1px !important;
          outline: none !important;
          border: none !important;
          background: none !important; }
      .st-header-menu__item.has-submenu .selectric {
        border: 1px solid transparent !important;
        border-radius: 0;
        background: transparent !important;
        position: relative;
        overflow: hidden;
        padding-right: 17px; }
        .st-header-menu__item.has-submenu .selectric-wrapper {
          position: relative;
          cursor: pointer; }
  .st-header-menu__link {
    display: block;
    font-size: 13px;
    padding: 10px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    white-space: nowrap;
    color: #74757c; }
    .st-header-menu__link:hover {
      color: #3CB4E6; }
  .st-header-menu:before {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    content: '';
    border-bottom-left-radius: 10px;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    background: #f8f8f8; }
  .st-header-menu__submenu {
    display: none;
    position: absolute;
    margin-left: -4px;
    margin-top: 0px;
    padding: 0 2px;
    text-align: right;
    top: 0 !important;
    width: auto;
    z-index: 500;
    border-color: #ccc;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    list-style: none;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #ccc;
    font-size: .875rem; }
    .st-header-menu__submenu.open {
      left: auto !important;
      right: 15px !important;
      opacity: 1;
      outline: none;
      padding-top: 1px;
      display: block;
      position: absolute; }
    .st-header-menu__submenu-item {
      display: block;
      font-size: .875rem;
      cursor: pointer;
      line-height: 1.125rem;
      margin: 0;
      text-align: center; }
      .st-header-menu__submenu-item:first-child > a:hover {
        color: #74757c; }
      .st-header-menu__submenu-item:first-child > a:before {
        content: "";
        border: solid black;
        border-width: 0px 1px 1px 0px;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(-135deg);
        width: 7px;
        height: 7px;
        position: absolute;
        right: 9px;
        top: 14px; }
      .st-header-menu__submenu-item:first-child > a {
        display: block;
        padding: .5rem;
        font-size: 13px;
        padding-right: 23px; }
        .st-header-menu__submenu-item:first-child > a:hover {
          background: transparent; }
      .st-header-menu__submenu-item a:hover {
        background: #f6f9fb;
        color: #3CB4E6; }

.st-hamburger-menu {
  display: none;
  width: 26px;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
  top: 23px;
  right: 17px; }
  @media only screen and (max-width: 64em) {
    .st-hamburger-menu {
      display: block; } }
  .st-hamburger-menu .st-svg--block {
    pointer-events: none; }
  .st-hamburger-menu .st-svg--burger {
    height: 19px;
    width: 24px; }
  .st-hamburger-menu .st-svg--close {
    display: none;
    height: 20px;
    width: 20px; }
  .st-hamburger-menu .st-svg--burger, .st-hamburger-menu .st-svg--close {
    fill: #74757c; }
  .st-hamburger-menu.sidebar-active .st-svg--burger {
    display: none; }
  .st-hamburger-menu.sidebar-active .st-svg--close {
    display: block; }

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
.st-container {
  width: 100%;
  padding: 50px 0; }
  .st-container:last-child {
    border-bottom: 0; }

.st-row {
  width: 100%;
  max-width: 1083px;
  margin: 0 auto; }
  .st-row::before {
    content: "";
    display: table;
    clear: both; }
  .st-row::after {
    content: "";
    display: table;
    clear: both; }

.st-row-small {
  width: 100%;
  max-width: 886px;
  margin: 0 auto; }

.st-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-transition: all .250s ease-in-out;
  transition: all .250s ease-in-out; }

.st-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 120px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (max-width: 40em) {
    .st-content-wrapper {
      margin-top: 118px; } }
  .st-content-wrapper.right-sidebar-active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 120; }

.st-content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-left: 1px solid #cccccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all .250s ease-in-out;
  transition: all .250s ease-in-out; }
  .st-content.sidebar-active {
    width: calc(100% - 300px); }
    @media only screen and (max-width: 40em) {
      .st-content.sidebar-active {
        width: 0;
        overflow: hidden;
        height: calc(100vh - 118px); } }
    @media only screen and (max-width: 64em) {
      .st-content.sidebar-active:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 120; } }

.st-content--post {
  padding-bottom: 50px; }

.st-font--bold {
  font-weight: 700; }

.st-font-size--l {
  font-size: 18px; }

.st-text-color--dark-blue {
  color: #03234b; }

.st-flex-justify--all-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.st-footer {
  border-top: 2px solid #3CB4E6; }
  .st-footer__container {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    background-color: #f8f8f8; }
  .st-footer__headline, .st-footer h3 {
    color: #3CB4E6;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px; }
    @media only screen and (max-width: 40.063em) {
      .st-footer__headline, .st-footer h3 {
        text-align: center; } }
  .st-footer__nav {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0; }
    .st-footer__nav li {
      font-size: 14px;
      color: #464650;
      padding-left: 0; }
      .st-footer__nav li::before {
        content: none; }
      .st-footer__nav li a {
        color: #464650; }
        .st-footer__nav li a:hover {
          color: #96d7f2; }
      @media only screen and (max-width: 40em) {
        .st-footer__nav li {
          text-align: center;
          padding-bottom: 10px; } }
  .st-footer__copy {
    color: #464650;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 25px;
    text-align: center; }
    .st-footer__copy a {
      color: #464650; }
  .st-footer__links {
    display: inline-block; }
    .st-footer__links > a:hover {
      color: #96d7f2; }
  .st-footer__form {
    margin: 0 auto;
    max-width: 360px; }
  .st-footer__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 25px; }
    .st-footer__newsletter input[type='text'] {
      width: 100%;
      height: 32px;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-right: 0;
      padding: .5rem;
      color: #cccccc;
      font-size: 13px;
      overflow: hidden;
      margin: 0; }
  @media only screen and (max-width: 40em) {
    .st-footer__network {
      text-align: center; } }
  .st-footer .st-slick-nav {
    position: absolute;
    right: 0;
    top: 1px; }
    .st-footer .st-slick-nav .st-svg {
      width: 6px;
      height: 11px;
      position: absolute;
      left: 10px;
      top: 10px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #3CB4E6; }
  .st-footer .st-slick-prev {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #3CB4E6; }
  .st-footer .st-slick-next {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #3CB4E6; }
  .st-footer .back-to-top-btn {
    background-color: #3CB4E6;
    bottom: 80px;
    cursor: pointer;
    height: 34px;
    opacity: .5;
    position: fixed;
    right: 10px;
    text-align: center;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    width: 34px;
    z-index: 198; }
    @media only screen and (min-width: 40.063em) {
      .st-footer .back-to-top-btn {
        bottom: 115px; } }
    .st-footer .back-to-top-btn .st-svg--arrow-up-thin {
      position: relative;
      top: 6px;
      height: 20px;
      width: 11px;
      fill: #ffffff; }
    .st-footer .back-to-top-btn.back-to-top-btn--hidden {
      opacity: 0;
      z-index: -1; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.st-content-wrapper .st-sidebar {
  width: 300px;
  min-height: 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  background: #f8f8f8; }
  @media only screen and (max-width: 64em) {
    .st-content-wrapper .st-sidebar {
      height: auto;
      left: 0;
      padding-top: 0; } }
  @media only screen and (max-width: 40em) {
    .st-content-wrapper .st-sidebar {
      width: 100%;
      background: #fff; } }

/* Sidebar Pages Navigation */
.st-sidebar:not(.sidebar-active) {
  width: 0; }

@media only screen and (max-width: 40em) {
  .st-sidebar--header {
    border-bottom: solid 4px #f8f8f8;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 50px;
    line-height: 50px; } }

.st-sidebar--headline {
  display: none; }
  @media only screen and (max-width: 40em) {
    .st-sidebar--headline {
      display: block;
      color: #03234b;
      font-weight: 700;
      left: 20px;
      position: absolute;
      text-transform: uppercase; } }

.st-sidebar__toggle-text {
  display: none; }
  @media only screen and (max-width: 40em) {
    .st-sidebar__toggle-text {
      display: block;
      color: #74757c;
      cursor: pointer;
      font-weight: 700;
      position: absolute;
      right: 20px;
      top: -10px; } }

.st-sidebar .st-svg--toggle-tree {
  fill: #74757c;
  height: 14px;
  width: 19px; }
  @media only screen and (max-width: 40em) {
    .st-sidebar .st-svg--toggle-tree {
      display: none; } }

.st-sidebar .st-svg--toggle-filters {
  fill: #74757c;
  height: 20px;
  width: 20px; }

.st-sidebar .widget_nav_menu {
  padding-top: 60px;
  background-color: #f8f8f8; }
  @media only screen and (max-width: 40em) {
    .st-sidebar .widget_nav_menu {
      padding-top: 0;
      background-color: #fff; } }

.st-sidebar .widget-title {
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #74757c; }
  @media only screen and (max-width: 40em) {
    .st-sidebar .widget-title {
      border-bottom: solid 4px #f8f8f8; } }

.st-sidebar .menu-pages-menu-container {
  border-bottom: 1px solid #e6e6e6; }

.st-sidebar__menu--item {
  border-top: 1px solid #e6e6e6; }

.st-sidebar .current-menu-item {
  position: relative;
  font-weight: 700; }
  .st-sidebar .current-menu-item a:after {
    content: '';
    width: 3px;
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    background-color: #3CB4E6; }

.st-sidebar__menu--item a {
  width: 100%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  padding: 9px 0 9px 40px;
  color: #74757c;
  font-size: 13px; }
  .st-sidebar__menu--item a:hover {
    background: #fafafa;
    color: #74757c; }
  .st-sidebar__menu--item a:after {
    content: '';
    width: 3px;
    height: 100%;
    left: -3px;
    position: absolute;
    top: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    background-color: #3CB4E6; }
  .st-sidebar__menu--item a:hover:after {
    content: '';
    display: block;
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0; }

.st-sidebar__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1; }

.st-sidebar__tree {
  background-color: #f8f8f8;
  padding-top: 60px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .st-sidebar__tree {
      background-color: #fff; } }
  @media only screen and (max-width: 40em) {
    .st-sidebar__tree {
      display: none; } }

.st-sidebar p {
  color: #74757c;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px 0; }
  .st-sidebar p.st-sidebar__headline {
    border-bottom: solid 4px #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative; }

.st-sidebar__headline {
  border-bottom: solid 4px #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  position: relative; }

.st-sidebar__filters {
  background-color: #ffffff;
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative;
  height: 100%; }
  @media only screen and (max-width: 64em) {
    .st-sidebar__filters {
      padding-top: 0; } }
  .st-sidebar__filters .st-sidebar__headline {
    color: #03234b;
    text-transform: uppercase;
    border-bottom: solid 4px #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative; }
    @media only screen and (max-width: 40em) {
      .st-sidebar__filters .st-sidebar__headline {
        height: 50px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px !important; } }
  .st-sidebar__filters .st-sidebar__filter {
    border-top: solid 4px #f8f8f8;
    color: #464650;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    min-height: 44px; }
  .st-sidebar__filters .st-sidebar__filter-headline-wrapper {
    padding-right: 30px; }
  .st-sidebar__filters .st-sidebar__filter-headline {
    color: #464650;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding-right: 50px; }
  .st-sidebar__filters .st-sidebar-mobile__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1; }
    @media only screen and (min-width: 40.063em) {
      .st-sidebar__filters .st-sidebar-mobile__close {
        display: none; } }
  .st-sidebar__filters .cd-accordion-menu > li:first-child {
    border-top: 0px; }
  .st-sidebar__filters .cd-accordion-menu > li:last-child {
    border-bottom: solid 4px #f8f8f8; }
  .st-sidebar__filters .cd-accordion-menu .st-slect ul:not(.st-quickview__feature-list) {
    display: block; }
  .st-sidebar__filters li.st-sidebar__filter {
    padding: 0px 20px;
    line-height: 0; }
    .st-sidebar__filters li.st-sidebar__filter .st-sidebar__filter-headline-wrapper {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 44px; }
      .st-sidebar__filters li.st-sidebar__filter .st-sidebar__filter-headline-wrapper .st-sidebar__filter-headline {
        line-height: 22px;
        margin: 0;
        max-width: calc(100% - 50px);
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        overflow: hidden;
        padding-bottom: 10px;
        padding-right: 0;
        padding-top: 10px;
        text-overflow: ellipsis; }
    .st-sidebar__filters li.st-sidebar__filter .st-sidebar__filter-headline {
      margin-bottom: 5px; }
  .st-sidebar__filters li.has-children > ul {
    padding: 0px 20px; }

.st-sidebar__buttons {
  margin-top: 35px; }
  .st-sidebar__buttons > .st-button {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 220px;
    width: 100%; }

.st-sidebar ul, .st-sidebar li, .st-sidebar label, .st-sidebar input[type="checkbox"] + label, .st-sidebar input[type="checkbox"] + radio {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.st-sidebar .st-input {
  margin-bottom: 10px; }

.st-sidebar .st-input--icon {
  position: relative; }
  .st-sidebar .st-input--icon input {
    padding-right: 35px !important; }
  .st-sidebar .st-input--icon svg {
    fill: #74757c;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px; }
  .st-sidebar .st-input--icon svg:hover {
    fill: #3CB4E6;
    cursor: pointer; }

.st-sidebar .st-svg--block {
  display: block; }

.st-sidebar input[type='text'], .st-sidebar input[type='password'], .st-sidebar input[type='number'], .st-sidebar input[type='email'], .st-sidebar textarea, .st-sidebar .st-input--datepicker input {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #74757c;
  font-weight: 400;
  height: 38px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: inherit;
  display: block;
  font-size: .875rem;
  padding: .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s; }

.st-sidebar .st-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative; }
  .st-sidebar .st-select select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #74757c;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    height: 38px;
    font-size: 14px;
    margin: 0;
    padding: 0 11px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
  .st-sidebar .st-select .selectric-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    position: relative;
    cursor: pointer; }
  .st-sidebar .st-select .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }
    .st-sidebar .st-select .selectric-hide-select select {
      position: absolute;
      left: -100%;
      font-size: 14px;
      margin-bottom: 25px;
      background-color: #f8f8f8;
      border: 1px solid #ccc;
      color: #74757c;
      font-family: Arial,Helvetica,sans-serif;
      font-weight: 400;
      height: 38px; }
  .st-sidebar .st-select--filled .selectric {
    background-color: #fff; }
    .st-sidebar .st-select--filled .selectric .label {
      color: #74757c;
      background-color: transparent;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 14px;
      margin: 0;
      padding: 0 15px;
      text-align: left;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 38px;
      height: 38px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .st-sidebar .st-select .selectric {
    width: 100%;
    border: 1px solid #ccc;
    color: #74757c;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    height: 38px; }
    .st-sidebar .st-select .selectric .button {
      background-color: transparent;
      border: 0;
      padding: 0;
      margin-right: 0;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 38px;
      height: 38px;
      line-height: 38px;
      color: #BBB;
      text-align: center;
      font: 0/0 a; }
      .st-sidebar .st-select .selectric .button:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #BBB;
        border-bottom: 0;
        border-bottom: 1px solid #ccc;
        border-left: 0;
        border-right: 1px solid #ccc;
        border-top: 0;
        content: '';
        height: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -3px;
        width: 8px; }
    .st-sidebar .st-select .selectric .button:hover {
      background-color: transparent;
      border: 0;
      padding: 0; }
  .st-sidebar .st-select .selectric-open {
    z-index: 120; }
    .st-sidebar .st-select .selectric-open .selectric {
      background-color: #fff;
      border-color: rgba(57, 169, 220, 0.5);
      -webkit-box-shadow: 0 0 5px 0 rgba(57, 169, 220, 0.1);
              box-shadow: 0 0 5px 0 rgba(57, 169, 220, 0.1); }
      .st-sidebar .st-select .selectric-open .selectric .button:after {
        bottom: 0;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        top: 3px; }
    .st-sidebar .st-select .selectric-open .selectric-items {
      display: block;
      width: 260px; }
  .st-sidebar .st-select .selectric-below .selectric-items {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0; }
  .st-sidebar .st-select .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
            box-shadow: 0 0 10px -6px; }
    .st-sidebar .st-select .selectric-items .selectric-scroll {
      height: 100%;
      overflow: auto; }
    .st-sidebar .st-select .selectric-items ul {
      display: block;
      font-size: 12px;
      line-height: 20px;
      list-style: none;
      margin: 0;
      min-height: 20px;
      padding: 0; }
    .st-sidebar .st-select .selectric-items .selected {
      background: #fff;
      color: #3CB4E6; }
    .st-sidebar .st-select .selectric-items li {
      padding: 10px;
      font-size: 13px;
      color: #74757c; }
      .st-sidebar .st-select .selectric-items li:hover {
        background: #f6f9fb;
        color: #3CB4E6; }
  .st-sidebar .st-select .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important; }

.st-sidebar .selectric {
  border: 1px solid #DDD;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden; }
  .st-sidebar .selectric-wrapper {
    position: relative;
    cursor: pointer; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/* COMPONENTS - BUTTONS */
.st-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 20px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .st-button--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .st-button--primary {
    background-color: #3CB4E6;
    border-color: #3CB4E6;
    color: #ffffff; }
    .st-button--primary:visited {
      background-color: #3CB4E6;
      border-color: #3CB4E6;
      color: #ffffff;
      outline: none; }
    .st-button--primary:active, .st-button--primary:focus {
      background: #26bdfc;
      border-color: #26bdfc;
      color: white;
      outline: none; }
    .st-button--primary:hover {
      border-color: #53bde9;
      color: white;
      opacity: 1;
      background: #53bde9; }
    .st-button--primary .st-button__icon {
      fill: #ffffff; }
  .st-button--secondary {
    background-color: #666666;
    border-color: #666666;
    color: #ffffff; }
    .st-button--secondary:visited {
      background-color: #666666;
      border-color: #666666;
      color: #ffffff;
      outline: none; }
    .st-button--secondary:active, .st-button--secondary:focus {
      background: #7a5252;
      border-color: #7a5252;
      color: white;
      outline: none; }
    .st-button--secondary:hover {
      border-color: #737373;
      color: white;
      opacity: 1;
      background: #737373; }
    .st-button--secondary .st-button__icon {
      fill: #ffffff; }
  .st-button--outline {
    background-color: #ffffff;
    border-color: #3CB4E6;
    color: #3CB4E6; }
    .st-button--outline:visited {
      background-color: #ffffff;
      border-color: #3CB4E6;
      color: #3CB4E6;
      outline: none; }
    .st-button--outline:active, .st-button--outline:focus {
      background: white;
      border-color: #26bdfc;
      color: #26bdfc;
      outline: none; }
    .st-button--outline:hover {
      border-color: #53bde9;
      color: #53bde9;
      opacity: 1;
      background: white; }
    .st-button--outline .st-button__icon {
      fill: #3CB4E6; }
  .st-button--transparent {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .st-button--transparent:visited {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff;
      outline: none; }
    .st-button--transparent:active, .st-button--transparent:focus {
      background: rgba(0, 0, 0, 0);
      border-color: white;
      color: white;
      outline: none; }
    .st-button--transparent:hover {
      border-color: white;
      color: white;
      opacity: 1;
      background: rgba(255, 255, 255, 0.2); }
    .st-button--transparent .st-button__icon {
      fill: #ffffff; }
  .st-button--shop {
    background-color: #f58623;
    border-color: #f58623;
    color: #ffffff; }
    .st-button--shop:visited {
      background-color: #f58623;
      border-color: #f58623;
      color: #ffffff;
      outline: none; }
    .st-button--shop:active, .st-button--shop:focus {
      background: #ff8519;
      border-color: #ff8519;
      color: white;
      outline: none; }
    .st-button--shop:hover {
      border-color: #f6933b;
      color: white;
      opacity: 1;
      background: #f6933b; }
    .st-button--shop .st-button__icon {
      fill: #ffffff; }
  .st-button--top {
    opacity: 0.5;
    padding: 5px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-color: #3CB4E6;
    border-color: #3CB4E6;
    color: #ffffff; }
    .st-button--top:visited {
      background-color: #3CB4E6;
      border-color: #3CB4E6;
      color: #ffffff;
      outline: none; }
    .st-button--top:active, .st-button--top:focus {
      background: #26bdfc;
      border-color: #26bdfc;
      color: white;
      outline: none; }
    .st-button--top:hover {
      border-color: #53bde9;
      color: white;
      opacity: 1;
      background: #53bde9; }
    .st-button--top .st-button__icon {
      fill: #ffffff; }
  .st-button--disabled {
    opacity: 0.65;
    pointer-events: none; }
  .st-button--error {
    border: 1px solid #ff0060 !important;
    cursor: not-allowed !important; }
    .st-button--error.st-button--primary:hover {
      background-color: #3CB4E6; }
    .st-button--error.st-button--transparent:hover {
      background-color: transparent; }
    .st-button--error.st-button--shop:hover {
      background-color: #f58623; }
    .st-button--error:hover:after {
      background-color: #ffffff;
      border: 1px solid #cccccc;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      color: #666666;
      content: attr(data-error-text);
      font-size: 13px;
      left: 0px;
      padding: 2px 10px;
      position: absolute;
      top: -90%;
      white-space: nowrap;
      z-index: 1000; }
      @media (max-width: 40em) {
        .st-button--error:hover:after {
          display: none; } }
  .st-button--small {
    height: 32px;
    border-width: 1px;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 10px; }
    .st-button--small .st-button__icon {
      height: 16px;
      width: 16px; }
    .st-button--small .st-button__icon--buydirect {
      height: 11px;
      width: 20px; }
  .st-button--clear {
    margin: 0; }
  .st-button__icon {
    fill: #ffffff;
    height: 20px;
    width: 20px; }
    .st-button__icon--left {
      margin-right: 15px; }
    .st-button__icon--right {
      margin-left: 15px; }
    .st-button__icon--buydirect {
      height: 15px;
      width: 25px; }
  .st-button svg + span {
    margin-left: 0px; }
  .st-button--tablet-icon svg {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (max-width: 64em) {
    .st-button--tablet-icon {
      padding: 21px;
      position: relative; }
      .st-button--tablet-icon span {
        display: none; } }
  @media (min-width: 64.063em) {
    .st-button--tablet-icon svg {
      display: none; } }
  @media (max-width: 64em) {
    .st-button--tablet-icon.st-button--small {
      padding: 16px; } }
  .st-button--twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
    padding: 4px 5px; }
  .st-button--facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
    padding: 4px 5px; }
  .st-button--linkedin {
    background-color: #0976b4;
    border: 1px solid #0976b4;
    padding: 4px 5px; }
  .st-button--youtube {
    background-color: #e20c35;
    border: 1px solid #e20c35;
    padding: 4px 5px; }
  .st-button--instagram {
    background-image: radial-gradient(circle at 27% 108%, #fd5, #fd5 10%, #ff543e 50%, #c837ab);
    border: 0;
    padding: 5px 6px; }
  .st-button.disabled {
    opacity: .35;
    pointer-events: none; }

.browse-all-button {
  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; }
  @media only screen and (min-width: 64.063em) {
    .browse-all-button {
      padding: 0 20px 18px 18px; } }
  .browse-all-button .st-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; }
    @media only screen and (max-width: 64em) {
      .browse-all-button .st-button {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .browse-all-button .st-svg {
    width: 20px;
    height: 15px;
    margin: 0 5px !important;
    fill: #fff !important; }

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px;
  color: #74757c; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #03234b; }

input:-webkit-autofill {
  background: #ffffff !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
          box-shadow: 0 0 0 1000px #ffffff inset !important; }
  input:-webkit-autofill:hover {
    background: #ffffff !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
            box-shadow: 0 0 0 1000px #ffffff inset !important; }
  input:-webkit-autofill:focus {
    background: #ffffff !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
            box-shadow: 0 0 0 1000px #ffffff inset !important; }

input::-webkit-input-placeholder {
  color: #cccccc; }

input::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder {
  color: #cccccc; }

input::-ms-input-placeholder {
  color: #cccccc; }

input::placeholder {
  color: #cccccc; }

input[type=text] {
  -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s;
  color: #cccccc; }
  input[type=text]:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #74757c;
    border-color: #3CB4E6; }

input[type=number] {
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: textfield; }

.st-input {
  margin-bottom: 25px; }
  .st-input label {
    margin-bottom: 5px; }
  .st-input input[type='text'],
  .st-input input[type='number'],
  .st-input textarea {
    margin: 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    width: 100%; }
  .st-input textarea {
    min-height: 85px; }
  .st-input--icon {
    position: relative; }
    .st-input--icon svg {
      position: absolute;
      fill: #74757c;
      width: 16px;
      height: 16px;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .st-input--icon input {
      padding-right: 35px; }
  .st-input.error label, .st-input--error label {
    color: #ff0060;
    position: relative; }
    .st-input.error label:after, .st-input--error label:after {
      color: #ff0060;
      content: attr(data-error);
      font-size: 10px;
      position: absolute;
      right: 0;
      top: 0; }
  .st-input.error input[type='text'],
  .st-input.error input[type='number'],
  .st-input.error textarea, .st-input--error input[type='text'],
  .st-input--error input[type='number'],
  .st-input--error textarea {
    background-color: #ff0060;
    border-color: #ff0060; }
  .st-input input[type='text']:focus,
  .st-input input[type='number']:focus,
  .st-input textarea:focus,
  .st-input.error input[type='text']:focus,
  .st-input.error input[type='number']:focus,
  .st-input.error textarea:focus {
    background-color: #ffffff;
    border-color: #3CB4E6;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .st-input__unit {
    color: #74757c;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    line-height: 40px;
    padding: 0 0 0 10px;
    -webkit-font-smoothing: antialiased; }
  .st-input--has-unit input[type='text'],
  .st-input--has-unit input[type='number'] {
    display: inline-block;
    float: left; }
  .st-input--has-unit small {
    clear: both;
    float: left; }
  .st-input--filled input[type='text'],
  .st-input--filled input[type='number'],
  .st-input--filled textarea {
    background-color: #ffffff; }
  .st-input--small input[type='text'],
  .st-input--small input[type='number'] {
    height: 32px !important; }
  .st-input--newsletter input[type='text'],
  .st-input--newsletter input[type='number'] {
    background-color: #ffffff;
    border: none;
    color: #cccccc;
    font-size: 13px;
    margin: 0; }
    .st-input--newsletter input[type='text']:focus,
    .st-input--newsletter input[type='number']:focus {
      color: #74757c; }
  .st-input--number {
    position: relative; }
  .st-input__controls-container {
    position: relative; }
  .st-input__controls {
    bottom: 0;
    float: left;
    height: 38px;
    position: absolute;
    right: 1px; }
  .st-input__button {
    background: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    color: #cccccc;
    cursor: pointer;
    height: calc(50% - 1px);
    position: relative;
    text-align: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 30px; }
    .st-input__button:after {
      border-style: solid;
      content: '';
      display: block;
      height: 0;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0; }
    .st-input__button:hover {
      background: #f0f0f0; }
    .st-input__button--up {
      border-top: 1px solid #f8f8f8;
      position: absolute;
      top: 1px; }
      .st-input__button--up:after {
        border-color: transparent transparent #74757c transparent;
        border-width: 0 3.5px 4px 3.5px; }
    .st-input__button--down {
      bottom: 1px;
      position: absolute; }
      .st-input__button--down:after {
        border-color: #74757c transparent transparent transparent;
        border-width: 4px 3.5px 0 3.5px; }
  .st-input--has-icon {
    position: relative; }
    .st-input--has-icon .st-svg {
      width: 18px;
      height: 18px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
  .st-input--light input[type='text'] {
    border: 1px solid #f8f8f8;
    background-color: #ffffff; }
  .st-input--light .st-svg {
    fill: #cccccc; }

label {
  color: #74757c;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  line-height: 1.5; }
  label.right {
    float: none !important;
    text-align: right; }

select {
  border: 1px solid #cccccc; }
  select.st-select {
    padding: .2rem .2rem .2rem .5rem;
    font-size: 14px;
    margin-bottom: 25px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    color: #74757c;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    height: 38px;
    margin: 0 0 1rem 0;
    -webkit-appearance: none !important;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='12px' y='0px' width='24px' height='3px' viewBox='0 0 6 3' enable-background='new 0 0 6 3' xml:space='preserve'%3E%3Cpolygon points='5.992,0 2.992,3 -0.008,0 '/%3E%3C/svg%3E");
    background-position: 100% center;
    background-repeat: no-repeat;
    line-height: normal;
    width: 100%;
    margin-bottom: 25px; }
  select.less-padding {
    padding: .2rem .2rem .2rem .5rem; }
  select:focus {
    border-color: #3CB4E6;
    outline: 0; }

optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none; }

button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  margin-bottom: 25px;
  margin-right: 10px;
  padding: 9px 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
  border-radius: 0; }
  button.form-submit-primary {
    margin-top: 10px;
    background-color: #3CB4E6;
    border-color: #3CB4E6;
    color: #ffffff;
    margin-bottom: 50px; }
  button.form-submit-primary:not([disabled]):hover {
    border-color: #57b6e1;
    outline-width: 0;
    opacity: 1;
    background: #57b6e1; }
  button:focus {
    outline: none;
    border-radius: 0px;
    -webkit-border-radius: 0; }
  button.form-submit-cancel {
    background-color: #ffffff;
    border-color: #3CB4E6;
    color: #3CB4E6; }

.media-subscription {
  width: 100%; }
  .media-subscription h2 {
    color: #03234b;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 25px 0; }
  .media-subscription p + p {
    margin-top: -10px; }
  .media-subscription hr:first-of-type {
    margin-top: 25px !important; }
  .media-subscription hr {
    border: solid #cccccc;
    border-width: 0px 0 0;
    clear: both;
    margin: 0 -15px 50px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block; }
  .media-subscription form {
    padding-bottom: 25px;
    display: block; }
    @media only screen and (max-width: 64em) {
      .media-subscription form .st-form--input {
        padding: 0 .5rem; } }
    .media-subscription form .st-form--input input {
      margin-bottom: 25px;
      background-color: #f8f8f8;
      border: 1px solid #cccccc;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #74757c;
      font-weight: 400;
      height: 38px;
      display: block;
      font-size: .875rem;
      padding: .5rem;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
      transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
      transition: box-shadow .45s,border-color .45s ease-in-out;
      transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s;
      -webkit-appearance: none;
      border-radius: 0; }
    .media-subscription form .st-form--input input[type='text']:focus {
      border-color: #3CB4E6;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      background-color: #ffffff; }
    .media-subscription form .st-form--input .text-muted {
      margin-bottom: 15px;
      margin-top: 0px; }
    .media-subscription form .row .row {
      margin: 0 -0.5rem;
      overflow: hidden; }
    .media-subscription form .message-row {
      display: none; }
    @media only screen and (max-width: 64em) {
      .media-subscription form .st-form--label {
        padding: 0 .5rem; } }
    .media-subscription form .st-form--label label.right {
      margin: 0 0 .5rem 0;
      padding: .5625rem;
      text-align: right; }
      @media only screen and (max-width: 64em) {
        .media-subscription form .st-form--label label.right {
          margin: 0 0 5px;
          padding: 0; } }
      @media only screen and (max-width: 40em) {
        .media-subscription form .st-form--label label.right {
          text-align: left; } }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #74757c;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #03234b; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #74757c;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #03234b; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
div {
  margin: 0px;
  padding: 0px; }

[data-simplebar='init'],
[data-customsimplebar] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[data-simplebar],
[data-customsimplebar] {
  max-height: inherit;
  overflow: hidden !important;
  position: relative;
  z-index: 0;
  -webkit-overflow-scrolling: touch; }

@-webkit-keyframes bounce-7 {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0); }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-5px);
            transform: scale(0.9, 1.1) translateY(-5px); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(-2px);
            transform: scale(1, 1) translateY(-2px); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes bounce-7 {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0); }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-5px);
            transform: scale(0.9, 1.1) translateY(-5px); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(-2px);
            transform: scale(1, 1) translateY(-2px); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

.st-main__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .2s linear, z-index 0 ease-in .2s;
  transition: opacity .2s linear, z-index 0 ease-in .2s;
  width: 100%;
  z-index: -1; }
  .st-main__overlay--active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .2s linear, z-index 0 ease-out;
    transition: opacity .2s linear, z-index 0 ease-out;
    z-index: 120; }

.simplebar-track {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 11px;
  z-index: 1; }
  .simplebar-track.vertical {
    background-color: lightgreyv2;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    top: 0;
    visibility: visible;
    width: 4px; }

.simplebar-scrollbar {
  min-height: 10px;
  position: absolute;
  right: 2px;
  width: 7px; }

.simplebar-scroll-content {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  max-height: inherit !important;
  min-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: scroll;
  margin-bottom: -20px;
  padding-right: 17px; }

.simplebar-content {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  min-height: 100% !important;
  overflow-x: scroll;
  overflow-y: hidden !important; }

.st-nav {
  width: 100%;
  height: 45px;
  position: relative;
  -webkit-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
  background-color: #03234b;
  z-index: 40; }
  .st-nav__menu {
    width: 100%;
    height: 100%; }
    .st-nav__menu-item {
      border-top: 5px solid #03234b;
      height: 100%;
      cursor: pointer; }
      .st-nav__menu-item--active {
        background-color: #fff; }
        @media only screen and (max-width: 64em) {
          .st-nav__menu-item--active {
            background-color: transparent; } }
        .st-nav__menu-item--active a span {
          color: #03234b; }
          @media only screen and (max-width: 64em) {
            .st-nav__menu-item--active a span {
              color: #fff; } }
        .st-nav__menu-item--active a .st-svg {
          fill: #03234b; }
          @media only screen and (max-width: 64em) {
            .st-nav__menu-item--active a .st-svg {
              fill: #fff; } }
        .st-nav__menu-item--active .st-nav__submenu,
        .st-nav__menu-item--active .st-nav__submenu--small {
          display: block; }
        .st-nav__menu-item--active .st-nav__menu-link {
          color: #03234b; }
      .st-nav__menu-item--highlighted .st-nav__menu-link {
        color: #3CB4E6; }
      .st-nav__menu-item--small-sub {
        position: relative; }
    .st-nav__menu-link {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 16px;
      height: 45px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 16px;
      margin-top: -5px;
      padding: 0 15px;
      -webkit-font-smoothing: antialiased;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .st-nav__menu-link .st-svg {
        fill: #fff;
        margin: 0 10px 3px 0; }
  .st-nav__menu-container {
    width: 100%;
    height: 100%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .st-nav__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style-type: none;
    position: relative;
    margin: 0; }
    .st-nav__menu-list a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 45px;
      margin-top: -5px;
      padding: 0 15px;
      -webkit-font-smoothing: antialiased;
      color: #ffffff; }
    .st-nav__menu-list--right {
      padding-right: 20px; }
      @media only screen and (max-width: 64em) {
        .st-nav__menu-list--right {
          display: none !important; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .st-nav__menu-list {
        width: 100%;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  @media only screen and (max-width: 64em) {
    .st-nav--hide-mobile {
      display: none !important; } }
  .st-nav__menu-item {
    height: 100%;
    border-top: 5px solid #03234b; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .st-nav__menu-item {
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .st-nav .st-svg {
    fill: #fff;
    margin: 0 10px 3px 0; }
    .st-nav .st-svg--all-products {
      height: 16px;
      width: 16px; }
    .st-nav .st-svg--applications {
      height: 20px;
      width: 18px; }
    .st-nav .st-svg--edit {
      width: 23px;
      height: 22px; }
    .st-nav .st-svg--tools {
      height: 20px;
      width: 18px; }
    .st-nav .st-svg--about-us {
      height: 19px;
      width: 19px; }
  @media only screen and (max-width: 40em) {
    .st-nav {
      height: 52px; }
      .st-nav__menu-list {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .st-nav__menu-item {
        text-align: center;
        border: none;
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .st-nav__menu-item > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 10px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          height: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin: 0;
          padding: 0; }
        .st-nav__menu-item .st-svg--all-products {
          width: 18px;
          height: 18px;
          margin: 0; }
        .st-nav__menu-item .st-svg {
          margin: 5px; }
        .st-nav__menu-item.stsel-applications-menu-item {
          width: 80%; }
        .st-nav__menu-item.stsel-solutions-menu-item {
          width: 70%; }
        .st-nav__menu-item.stsel-products-menu-item {
          width: 40%; }
        .st-nav__menu-item.stsel-login-menu-item {
          width: 40%; } }
  .st-nav svg {
    pointer-events: none; }
  .st-nav svg:not(:root) {
    overflow: hidden; }
  .st-nav .st-svg {
    display: inline-block;
    pointer-events: none; }
    .st-nav .st-svg--scroll {
      -webkit-animation-name: bounce-7;
              animation-name: bounce-7;
      -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
              animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      fill: #3CB4E6;
      height: 19px;
      width: 12px; }
    .st-nav .st-svg--new {
      height: 28px;
      width: 28px; }
    .st-nav .st-svg--butterfly {
      height: 25px;
      width: 25px; }
    .st-nav .st-svg--user {
      height: 20px;
      width: 20px; }
  .st-nav__submenu {
    background-color: #f6f9fb;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
    display: none;
    height: calc(100vh - 121px);
    left: 0;
    position: absolute;
    top: 45px;
    width: 950px; }
    @media only screen and (max-width: 64em) {
      .st-nav__submenu {
        display: none !important; } }
    .st-nav__submenu .st-svg {
      margin: 0px; }
    .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-container {
      height: 100%; }
    .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-list-container {
      background-color: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: calc(100% - 70px);
      margin: 0;
      padding: 12px 0 10px;
      position: relative;
      width: 350px; }
    .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-list {
      height: 100%;
      margin: 0px;
      position: relative;
      width: 100%; }
      .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-list > .simplebar-track.vertical {
        left: 7px;
        background-color: lightgreyv2;
        border-radius: 5px;
        bottom: 0;
        right: 0;
        top: 0;
        visibility: visible;
        width: 4px;
        position: absolute;
        z-index: 1;
        margin: 0;
        padding: 0; }
      .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-list > .simplebar-scroll-content:after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.8)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 20%, white 100%);
        bottom: -10px; }
    .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-item--title {
      padding: 5px 20px 0 18px; }
    .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-item {
      display: block;
      padding: 0 0 0 6px;
      margin: 0; }
      .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-item:hover .st-nav__submenu-link {
        background-color: #f8f8f8;
        color: #3CB4E6; }
        .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-item:hover .st-nav__submenu-link .st-svg {
          fill: #3CB4E6; }
      .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-item a {
        margin: 0px;
        height: auto; }
    .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-link {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #03234b;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 14px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 28px;
      padding: 0 20px 0 18px;
      cursor: pointer;
      position: relative;
      text-decoration: none;
      background: transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-link .st-svg {
        fill: #03234b;
        display: inline-block;
        pointer-events: none;
        overflow: hidden; }
        .st-nav__submenu:not(.st-nav__submenu--small) .st-nav__submenu-link .st-svg--arrow-right {
          height: 11px;
          width: 6px; }
    .st-nav__submenu .simplebar-track.vertical .simplebar-scrollbar:before {
      background-color: #3CB4E6;
      bottom: 0;
      left: 5px;
      opacity: .5;
      top: 0;
      width: 4px; }
    .st-nav__submenu .simplebar-scrollbar {
      top: 0px;
      min-height: 10px;
      position: absolute;
      right: 2px;
      width: 7px;
      margin: 0px;
      height: 0px; }
      .st-nav__submenu .simplebar-scrollbar:before {
        border-radius: 2px;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear; }
    .st-nav__submenu .simplebar-scroll-content {
      -webkit-box-sizing: content-box !important;
              box-sizing: content-box !important;
      max-height: inherit !important;
      min-width: 100% !important;
      overflow-x: hidden !important;
      overflow-y: scroll;
      margin-bottom: -20px;
      margin: 0;
      padding: 0;
      padding-right: 17px; }
    .st-nav__submenu .simplebar-content {
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important;
      min-height: 100% !important;
      overflow-x: scroll;
      overflow-y: hidden !important;
      margin: 0;
      padding: 0; }
    .st-nav__submenu-list > .simplebar-scroll-content:after {
      content: '';
      display: block;
      height: 40px;
      left: 0;
      position: absolute;
      width: 100%; }
    .st-nav__submenu-icon {
      bottom: calc(70px - 5px * -1);
      cursor: pointer;
      opacity: 1;
      position: absolute;
      text-align: center;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      width: 350px; }
      .st-nav__submenu-icon--hidden {
        pointer-events: none;
        opacity: 0; }
    .st-nav__submenu--small {
      background-color: #fff;
      display: none;
      position: absolute;
      width: 100%; }
      .st-nav__submenu--small .st-nav__submenu-container {
        margin: 0;
        padding: 15px 0; }
      .st-nav__submenu--small .st-nav__submenu-item {
        list-style-type: none; }
      .st-nav__submenu--small .st-nav__submenu-link {
        background-color: #fff;
        color: #03234b;
        display: block;
        font-size: 14px;
        line-height: normal;
        padding: 7px 15px;
        width: 100%;
        height: auto;
        margin-top: 0px; }
        .st-nav__submenu--small .st-nav__submenu-link:hover {
          background-color: #f8f8f8;
          color: #3CB4E6; }
      .st-nav__submenu--small .st-nav__submenu-separator {
        border-color: #ccc;
        margin: 5px 10px 10px 10px; }
  .st-nav__subsubmenu {
    display: none;
    height: calc(100vh - 70px - 121px);
    left: 350px;
    position: absolute;
    top: 0;
    width: 600px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .st-nav__subsubmenu--active {
      display: block; }
    .st-nav__subsubmenu-header {
      border-bottom: 1px solid #ccc;
      padding: 10px 20px;
      margin: 0; }
      .st-nav__subsubmenu-header .st-nav__subsubmenu-link {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #03234b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 14px;
        font-weight: 700;
        height: 30px;
        margin: 0px;
        padding: 0px; }
        .st-nav__subsubmenu-header .st-nav__subsubmenu-link:hover {
          color: #3CB4E6; }
          .st-nav__subsubmenu-header .st-nav__subsubmenu-link:hover .st-svg {
            fill: #3CB4E6; }
        .st-nav__subsubmenu-header .st-nav__subsubmenu-link .st-svg {
          fill: #03234b;
          height: 15px;
          margin: 0 5px;
          width: 20px;
          pointer-events: none;
          display: inline-block; }
    .st-nav__subsubmenu-container {
      height: calc(100% - 51px);
      padding-bottom: 8px;
      padding-top: 15px;
      width: 600px;
      margin: 0; }
      .st-nav__subsubmenu-container:after {
        content: '';
        display: block;
        height: 40px;
        left: 0;
        position: absolute;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 249, 251, 0)), color-stop(20%, rgba(246, 249, 251, 0.8)), to(#f6f9fb));
        background: linear-gradient(to bottom, rgba(246, 249, 251, 0) 0, rgba(246, 249, 251, 0.8) 20%, #f6f9fb 100%);
        bottom: 0;
        width: calc(100% - 20px); }
    .st-nav__subsubmenu-wrapper {
      height: 100%;
      margin: 0px;
      padding: 0px; }
    .st-nav__subsubmenu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 20px 0 0;
      padding-bottom: 20px;
      width: 580px; }
    .st-nav__subsubmenu-grid {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0px;
      padding: 0px; }
    .st-nav__subsubmenu-item {
      list-style-type: none;
      padding: 10px 20px 20px;
      width: 290px;
      margin: 0px; }
      .st-nav__subsubmenu-item:nth-child(1), .st-nav__subsubmenu-item:nth-child(2) {
        padding-top: 0px; }
    .st-nav__subsubmenu .st-nav__submenu-icon {
      bottom: 0;
      width: 100%;
      z-index: 1; }
    .st-nav__subsubmenu .simplebar-track.vertical {
      right: 8px; }
  .st-nav__blockmenu {
    margin: 0px;
    padding: 0px; }
    .st-nav__blockmenu-title {
      color: #03234b !important;
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 6px !important;
      margin-top: 7px !important;
      padding: 0px !important;
      height: auto !important; }
      .st-nav__blockmenu-title:hover {
        color: #3CB4E6 !important; }
    .st-nav__blockmenu-list {
      margin: 0; }
    .st-nav__blockmenu-item {
      line-height: 1.7;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .st-nav__blockmenu-link {
      color: #74757c !important;
      font-size: 13px;
      padding: 0px 0px 5px 0px !important;
      margin: 0px !important;
      height: auto !important; }
      .st-nav__blockmenu-link:hover {
        color: #57b6e1 !important; }
  .st-nav__bottommenu {
    background-color: #fff;
    border-bottom: 20px solid #03234b;
    border-top: 2px solid #3CB4E6;
    bottom: 0;
    height: 70px;
    left: 0;
    position: absolute;
    width: 950px; }
    .st-nav__bottommenu:before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(75%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.1) 100%);
      content: '';
      display: block;
      height: 50px;
      height: 10px;
      left: 0;
      position: absolute;
      top: -12px;
      width: 100%; }
    .st-nav__bottommenu-container {
      padding: 10px 25px; }
    .st-nav__bottommenu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0; }
    .st-nav__bottommenu-item {
      list-style-type: none;
      margin: 0 80px 0 0; }
    .st-nav__bottommenu-link {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #74757c !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 16px;
      line-height: 29px;
      margin-top: 0px !important;
      height: auto !important;
      padding: 0px !important; }
      .st-nav__bottommenu-link .st-svg {
        fill: #3CB4E6 !important;
        margin: 0 15px 0 0; }

/* Mobile navigation menu */
.st-nav-menu-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1002;
  display: none;
  overflow: hidden; }
  .st-nav-menu-mobile.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (min-width: 64.063em) {
    .st-nav-menu-mobile {
      display: none !important; } }
  .st-nav-menu-mobile > ul {
    overflow-x: hidden;
    overflow-y: auto; }
  .st-nav-menu-mobile ul {
    background: #fff;
    width: 100%;
    height: 100vh;
    will-change: transform; }
  .st-nav-menu-mobile__menu-list li {
    border-bottom: 1px solid #ebebeb; }
    .st-nav-menu-mobile__menu-list li .list-label {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border-bottom: 1px solid #ebebeb;
      border-top: 0;
      color: #03234b;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 16px;
      font-weight: 700;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 12px 30px 12px 10px;
      position: relative;
      text-transform: none;
      margin: 0; }
  .st-nav-menu-mobile__menu-list a {
    display: block;
    border: 0;
    color: #03234b;
    font-size: 16px;
    padding: 12px 20px; }
  .st-nav-menu-mobile .has-submenu .st-nav-menu-mobile__submenu {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1001;
    padding: 0;
    margin: 0; }
    .st-nav-menu-mobile .has-submenu .st-nav-menu-mobile__submenu.display-submenu {
      display: block;
      -webkit-box-shadow: 99999px 0 0 99999px #fff;
              box-shadow: 99999px 0 0 99999px #fff; }
    .st-nav-menu-mobile .has-submenu .st-nav-menu-mobile__submenu .nav-back a {
      background: transparent;
      border-bottom: 0;
      border-top: 0;
      color: #74757c;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      padding: 12px 20px;
      text-transform: none; }
      .st-nav-menu-mobile .has-submenu .st-nav-menu-mobile__submenu .nav-back a:before {
        content: "\AB";
        margin-right: .5rem;
        display: inline;
        border-bottom: 1px solid #74757c;
        border-left: 0;
        border-right: 1px solid #74757c;
        border-top: 0;
        content: '';
        float: left;
        height: 10px;
        -webkit-transform: rotate(135deg) translateY(-40%);
                transform: rotate(135deg) translateY(-40%);
        width: 10px; }
      .st-nav-menu-mobile .has-submenu .st-nav-menu-mobile__submenu .nav-back a:after {
        content: ''; }
  .st-nav-menu-mobile .has-submenu > a {
    position: relative;
    padding-right: 30px; }
  .st-nav-menu-mobile .has-submenu > a:after {
    content: "\BB";
    margin-left: .5rem;
    display: inline;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    border-bottom: 1px solid #74757c;
    border-left: 0;
    border-right: 1px solid #74757c;
    border-top: 0;
    content: '';
    float: right;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    width: 8px; }
  .st-nav-menu-mobile svg {
    fill: #03234b;
    height: 16px;
    margin-right: 10px;
    width: 16px; }
  .st-nav-menu-mobile .st-svg--close {
    fill: #03234b;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18px; }

/* Side navigation mobile */
.st-side-nav {
  background: #f8f8f8;
  -ms-overflow-style: none;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0;
  transition: -webkit-transform 500ms ease 0;
  transition: transform 500ms ease 0;
  transition: transform 500ms ease 0, -webkit-transform 500ms ease 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0;
  -webkit-transition: all .250s ease-in-out;
  transition: all .250s ease-in-out; }
  .st-side-nav.shown {
    margin-right: 0; }
    @media only screen and (min-width: 64.063em) {
      .st-side-nav.shown {
        margin-right: -250px; } }
    .st-side-nav.shown + .st-main-wrapper {
      -webkit-transform: translate3d(-250px, 0, 0);
              transform: translate3d(-250px, 0, 0); }
      @media only screen and (min-width: 64.063em) {
        .st-side-nav.shown + .st-main-wrapper {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
  .st-side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f8f8;
    height: 100vh;
    will-change: transform; }
    .st-side-nav ul li {
      border-bottom: 1px solid #e6e6e6;
      line-height: normal;
      padding-left: 0; }
      .st-side-nav ul li a {
        display: block;
        border: 0;
        color: #03234b;
        font-size: 16px;
        padding: 12px 20px; }
  .st-side-nav--off-canvas {
    height: 100vh;
    left: auto;
    margin-right: -250px;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 250px; }
  .st-side-nav--list {
    background: #f8f8f8;
    height: 100vh;
    will-change: transform; }
  .st-side-nav--submenu {
    display: none;
    -webkit-box-shadow: 99999px 0 0 99999px #f8f8f8;
            box-shadow: 99999px 0 0 99999px #f8f8f8;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
    .st-side-nav--submenu.display-submenu {
      display: block;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .st-side-nav--submenu .current-lang {
      pointer-events: none; }
    .st-side-nav--submenu .st-side-nav__back {
      border: 0; }
      .st-side-nav--submenu .st-side-nav__back > a {
        background: transparent;
        border-bottom: 1px solid #e6e6e6;
        border-top: 0;
        color: #74757c;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 12px;
        padding: 12px 20px;
        text-transform: none; }
        .st-side-nav--submenu .st-side-nav__back > a:before {
          content: "";
          margin-right: .5rem;
          display: inline;
          border-bottom: 1px solid #74757c;
          border-left: 0;
          border-right: 1px solid #74757c;
          border-top: 0;
          float: left;
          height: 10px;
          -webkit-transform: rotate(135deg) translateY(-40%);
                  transform: rotate(135deg) translateY(-40%);
          width: 10px; }
  .st-side-nav .has-submenu > a {
    position: relative;
    padding-right: 30px; }
    .st-side-nav .has-submenu > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline;
      border-bottom: 1px solid #74757c;
      border-left: 0;
      border-right: 1px solid #74757c;
      border-top: 0;
      content: '';
      float: right;
      height: 8px;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%);
      width: 8px; }

.st-side-navigation__second {
  color: #74757c !important; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.st-pagination-wrapper {
  padding: 30px 0 31px; }

.st-pagination-holder {
  float: right;
  font-size: 13px;
  line-height: 19px; }
  @media only screen and (max-width: 40em) {
    .st-pagination-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      float: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .st-pagination-holder > p {
    display: inline; }
  .st-pagination-holder .page-numbers {
    padding: 2px 10px;
    color: #666;
    float: left;
    font-size: 13px;
    list-style-type: none; }
    .st-pagination-holder .page-numbers:hover {
      background-color: #f6f6f6;
      color: #02abf5;
      outline: none;
      outline-style: none; }
    .st-pagination-holder .page-numbers.current {
      background-color: #f8f8f8 !important;
      color: #3CB4E6;
      font-size: 13px;
      font-weight: bold;
      background: 0; }
    .st-pagination-holder .page-numbers.prev {
      color: #3CB4E6;
      font-weight: 700;
      margin-right: 15px; }
      .st-pagination-holder .page-numbers.prev:hover {
        color: #57b6e1;
        background-color: white;
        outline: none;
        outline-style: none; }
    .st-pagination-holder .page-numbers.prev::before {
      content: "\003c";
      color: #3CB4E6;
      margin-right: 5px; }
    .st-pagination-holder .page-numbers.next {
      color: #3CB4E6;
      font-weight: 700;
      margin-left: 15px; }
      .st-pagination-holder .page-numbers.next:hover {
        color: #57b6e1;
        background-color: white;
        outline: none;
        outline-style: none; }
    .st-pagination-holder .page-numbers.next::after {
      content: "\003e";
      color: #3CB4E6;
      margin-left: 5px; }
    .st-pagination-holder .page-numbers.dots:hover {
      background-color: #ffffff; }

.st-post-per-page {
  width: 97px;
  display: inline-block;
  background: url(https://www.st.com/etc/clientlibs/st-site-cx/media/app/images/icon-arrow-down@3x.png) no-repeat;
  background-position: 70px;
  background-size: 10px auto; }
  .st-post-per-page select {
    background-color: transparent;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    border: 1px solid #cccccc !important;
    color: #74757c;
    font-size: 14px;
    -moz-text-align-last: center;
         text-align-last: center;
    visibility: visible;
    width: 97px;
    padding: 8px 20px 10px 8px;
    border: 0px; }
    .st-post-per-page select:focus {
      outline: 0;
      border: 1px solid #3CB4E6 !important; }
  @media only screen and (max-width: 40em) {
    .st-post-per-page {
      display: none; } }

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  padding-right: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3500;
  -webkit-overflow-scrolling: touch; }

#newsletter-subscription-confirmation-popup, #newsletter-subscription-validation-popup, #subscriptionModal, #newsletter-subscription-successful-popup {
  padding-right: 0 !important; }

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

.modal-backdrop.in, .modal-backdrop.fade {
  opacity: 1; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: block;
  height: auto !important;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

#genericModal .modal-dialog, #pdpTableModal .modal-dialog, #genericModalNoBG .modal-dialog, #distribModal .modal-dialog, #oldBrowserModal .modal-dialog, .generic-modal .modal-dialog, .st-modal .modal-dialog, .reveal-modal .modal-dialog, .st-modal--generic .modal-dialog {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  left: auto;
  margin: 30px auto;
  max-width: 1053px !important;
  overflow: auto;
  position: relative;
  width: auto; }

.modal-dialog, #evaluation-tool-software_wrapper div.modal {
  z-index: 9004; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

#newsletter-subscription-confirmation-popup .modal-dialog, #newsletter-subscription-validation-popup .modal-dialog, #subscriptionModal .modal-dialog, #newsletter-subscription-successful-popup .modal-dialog {
  -webkit-box-shadow: none;
          box-shadow: none; }

#newsletter-subscription-validation-popup .validation-form .newsletter-input {
  margin-bottom: 40px; }

#newsletter-subscription-validation-popup .validation-form .newsletter-submit.disabled {
  cursor: not-allowed;
  opacity: .35;
  pointer-events: none; }

#newsletter-subscription-validation-popup .validation-form .newsletter-submit {
  background-color: #3CB4E6;
  border-color: #3CB4E6;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  margin-bottom: 25px;
  margin-right: 10px;
  padding: 9px 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  float: right; }

.left {
  float: left !important; }

.modal-content {
  background-color: #ffffff;
  height: 100%;
  outline: 0;
  overflow: auto;
  padding: 15px 10px 15px;
  position: relative;
  z-index: 9005; }
  @media only screen and (min-width: 40.063em) {
    .modal-content {
      padding: 70px; } }
  .modal-content .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
  .modal-content .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    width: 100%; }
    .modal-content .page-header h1 {
      color: #03234b;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0 0 25px 0;
      display: block; }
      @media only screen and (min-width: 40.063em) {
        .modal-content .page-header h1 {
          font-size: 24px; } }
  .modal-content label {
    color: #74757c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    line-height: 1.5; }
    .modal-content label.inline {
      margin: 0;
      padding: .5625rem 0; }
      @media only screen and (min-width: 40.063em) {
        .modal-content label.inline {
          margin: 0 0 .5rem 0; } }
  .modal-content .text-red {
    color: #E6007E; }
  .modal-content input[type='text'] {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #74757c;
    font-weight: 400;
    height: 38px;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0px;
    font-family: inherit;
    display: block;
    font-size: .875rem;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
    transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s; }
    .modal-content input[type='text']:focus {
      border-color: #3CB4E6;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #ffffff;
      outline: 0; }
  .modal-content p {
    font-size: 14px;
    font-weight: 400; }
  .modal-content a {
    color: #3CB4E6;
    cursor: pointer;
    font-size: inherit;
    position: relative;
    text-decoration: none; }
    .modal-content a:hover {
      color: #57b6e1; }
  .modal-content span.read-more-tooltip {
    display: none;
    font-weight: 400;
    margin-right: 10px;
    padding: 5px 10px;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    color: #74757c;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px; }
    .modal-content span.read-more-tooltip p {
      margin: 0; }
  .modal-content .accept-terms-data img {
    height: 23px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: middle; }
  .modal-content .accept-terms-data #termsOfUse {
    display: inline-block;
    margin-right: 10px; }
  .modal-content #newsletterSubscriptions {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px; }
    .modal-content #newsletterSubscriptions + p {
      display: inline;
      font-size: 14px; }
      .modal-content #newsletterSubscriptions + p + p {
        margin-top: 25px;
        text-rendering: optimizeLegibility; }
      .modal-content #newsletterSubscriptions + p b {
        font-weight: bold; }

.modal-dialog a.btn-close-panel {
  color: transparent;
  position: absolute;
  right: 11px;
  top: 12px;
  z-index: 1000;
  cursor: pointer;
  height: 30px;
  right: 15px;
  top: 15px;
  width: 30px; }
  .modal-dialog a.btn-close-panel:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #74757c;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 25px; }
  .modal-dialog a.btn-close-panel:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #74757c;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 25px; }

/*--------------------------------------------------------------
## Datepicker
--------------------------------------------------------------*/
.ui-datepicker {
  background: white;
  border: solid 1px #ccc;
  padding: 15px 10px 10px;
  width: 260px;
  font-family: Arial,Helvetica,sans-serif; }
  .ui-datepicker a {
    color: #3CB4E6;
    cursor: pointer;
    text-decoration: none;
    line-height: inherit; }
    .ui-datepicker a:hover {
      color: #57b6e1; }
      .ui-datepicker a:hover .st-svg {
        fill: #57b6e1 !important; }
    .ui-datepicker a .st-svg {
      display: inline-block;
      pointer-events: none; }
  .ui-datepicker tbody > tr:last-child td {
    padding-bottom: 0 !important; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse !important;
    margin: 0 0 .4em !important; }
    .ui-datepicker table thead tr th {
      line-height: 1.4;
      display: table-cell; }
  .ui-datepicker thead {
    background: #fff; }
    .ui-datepicker thead th {
      color: #74757c;
      font-size: 12px;
      font-weight: 400 !important;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker th {
    padding-bottom: 20px !important;
    padding-top: 15px !important;
    width: 30px;
    border-bottom: none !important;
    border-top: none !important;
    text-align: center;
    font-weight: bold;
    border: 0;
    position: relative;
    vertical-align: top; }
  .ui-datepicker tr td:not(.st-table__cell--fixed) {
    position: relative; }
  .ui-datepicker tr td {
    line-height: 1.4;
    display: table-cell;
    font-size: 13px;
    width: auto; }
  .ui-datepicker td {
    padding: 1px 1px 10px 1px !important;
    text-align: center !important;
    border: 0 !important; }
    .ui-datepicker td a {
      border-radius: 50%;
      color: #74757c;
      display: inline-block;
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      padding: 0;
      text-align: center;
      width: 24px;
      text-decoration: none;
      border: 0px !important;
      background: none !important; }
      .ui-datepicker td a.ui-state-hover {
        background: #3CB4E6 !important;
        color: #fff;
        opacity: 1 !important; }
    .ui-datepicker td.ui-datepicker-current-day a {
      background: #3CB4E6 !important;
      color: #fff; }
  .ui-datepicker .ui-datepicker-header {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 1.5px #f8f8f8;
    position: relative;
    padding: .2em 0;
    border-radius: 0;
    background: none; }
    .ui-datepicker .ui-datepicker-header a.ui-state-hover {
      border: 0px;
      background: none; }
    .ui-datepicker .ui-datepicker-header .ui-icon {
      background: none; }
  .ui-datepicker .ui-datepicker-prev {
    display: inline-block;
    top: 0;
    width: auto;
    left: 2px;
    position: absolute;
    height: 1.8em; }
    .ui-datepicker .ui-datepicker-prev span {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      display: inline-block;
      line-height: 0;
      margin: 0;
      padding: 0;
      position: static;
      text-indent: 0;
      width: 15px; }
      .ui-datepicker .ui-datepicker-prev span .st-svg--arrow-right {
        fill: #03234b;
        height: 11px;
        width: 6px; }
    .ui-datepicker .ui-datepicker-prev-hover {
      left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    display: inline-block;
    padding-top: 5px;
    top: 0;
    width: auto;
    position: absolute;
    height: 1.8em; }
    .ui-datepicker .ui-datepicker-next span {
      display: inline-block;
      line-height: 0;
      margin: 0;
      padding: 0;
      position: static;
      text-indent: 0;
      width: 15px; }
      .ui-datepicker .ui-datepicker-next span .st-svg--arrow-right {
        fill: #03234b;
        height: 11px;
        width: 6px; }
  .ui-datepicker .ui-datepicker-title {
    padding-bottom: 10px;
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  .ui-datepicker .ui-datepicker-month {
    font-weight: 700;
    margin-right: 15px;
    color: #74757c;
    font-size: 18px; }
  .ui-datepicker .ui-datepicker-year {
    color: #74757c;
    font-size: 18px;
    font-weight: 400; }
  .ui-datepicker .ui-datepicker-week-end {
    color: #ccc; }
  .ui-datepicker .ui-datepicker-other-month a {
    color: #ccc; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/*--------------------------------------------------------------
## 404 tabs
--------------------------------------------------------------*/
.st-tabs-home {
  background: #fafafa;
  -webkit-box-shadow: inset 0 -9px 17px -6px rgba(26, 26, 26, 0.05);
          box-shadow: inset 0 -9px 17px -6px rgba(26, 26, 26, 0.05);
  overflow: hidden;
  position: relative;
  text-align: center; }
  .st-tabs-home .st-row {
    margin: 0 auto;
    max-width: 1083px;
    width: 100%; }
  .st-tabs-home--content-width {
    max-width: 1053px; }
  .st-tabs-home .st-tab__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer; }
  .st-tabs-home .st-tab__list {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 -5px;
    padding: 0 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media only screen and (max-width: 64em) {
      .st-tabs-home .st-tab__list {
        padding: 0; } }
  .st-tabs-home .st-tab__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
    .st-tabs-home .st-tab__track:before {
      content: '';
      display: table; }
    @media only screen and (max-width: 64em) {
      .st-tabs-home .st-tab__track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        white-space: nowrap; } }
  .st-tabs-home .st-tab__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: 25%;
    float: left;
    min-height: 1px; }
    @media only screen and (max-width: 40em) {
      .st-tabs-home .st-tab__slide {
        min-width: auto; } }
  .st-tabs-home .st-tab__item {
    background: #fafafa;
    -webkit-box-shadow: inset 0 -9px 17px -6px rgba(26, 26, 26, 0.05);
            box-shadow: inset 0 -9px 17px -6px rgba(26, 26, 26, 0.05);
    color: #74757c;
    cursor: pointer;
    overflow: hidden;
    padding: 30px 20px 20px 20px;
    position: relative;
    -webkit-transition: background-color .3s,color .3s,border 0;
    transition: background-color .3s,color .3s,border 0;
    width: 100%; }
    .st-tabs-home .st-tab__item:hover, .st-tabs-home .st-tab__item.st-tab--active {
      background: #fff;
      -webkit-box-shadow: 0 -2px 10px 0 rgba(79, 82, 81, 0.1);
              box-shadow: 0 -2px 10px 0 rgba(79, 82, 81, 0.1);
      -webkit-transition: all .3s;
      transition: all .3s;
      z-index: 10; }
      .st-tabs-home .st-tab__item:hover:after, .st-tabs-home .st-tab__item.st-tab--active:after {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
    .st-tabs-home .st-tab__item:after {
      content: '';
      background-color: #3CB4E6;
      height: 6px;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 100%; }
    @media only screen and (max-width: 64em) {
      .st-tabs-home .st-tab__item {
        line-height: 0;
        padding: 23px 10px;
        white-space: nowrap; } }
  .st-tabs-home .st-tab__show-large-up {
    display: block;
    font-size: 18px; }
    @media only screen and (max-width: 64em) {
      .st-tabs-home .st-tab__show-large-up {
        display: none; } }
  .st-tabs-home .st-tab__show-medium-down {
    display: none;
    font-size: 14px; }
    @media only screen and (max-width: 64em) {
      .st-tabs-home .st-tab__show-medium-down {
        display: block; } }
  .st-tabs-home .st-tab__arrow-prev {
    background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0.9)));
    background: linear-gradient(to right, #fafafa, rgba(250, 250, 250, 0.9));
    -webkit-box-shadow: 1px 0 0 0 #ccc;
            box-shadow: 1px 0 0 0 #ccc;
    left: -5px; }
    .st-tabs-home .st-tab__arrow-prev svg {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
  .st-tabs-home .st-tab__arrow-next {
    background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0.9)), to(#fafafa));
    background: linear-gradient(to right, rgba(250, 250, 250, 0.9), #fafafa);
    -webkit-box-shadow: -1px 0 0 0 #ccc;
            box-shadow: -1px 0 0 0 #ccc;
    right: -5px; }
    .st-tabs-home .st-tab__arrow-next svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .st-tabs-home .st-tab__arrow-prev, .st-tabs-home .st-tab__arrow-next {
    display: none;
    position: relative;
    background-color: rgba(250, 250, 250, 0.9);
    height: auto;
    margin: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    min-width: 44px; }
    .st-tabs-home .st-tab__arrow-prev svg, .st-tabs-home .st-tab__arrow-next svg {
      fill: #74757c;
      height: 14px;
      width: 8px; }
    @media only screen and (max-width: 64em) {
      .st-tabs-home .st-tab__arrow-prev.is-shown, .st-tabs-home .st-tab__arrow-next.is-shown {
        display: block; } }

.st-tabs-content {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  .st-tabs-content .st-tab__wrapper {
    display: none;
    padding-top: 50px;
    position: relative; }
  .st-tabs-content .st-tab--content-active {
    display: block; }
  .st-tabs-content .st-tab__links {
    color: #74757c;
    font-size: 16px;
    line-height: 30px;
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 1.25rem; }
    .st-tabs-content .st-tab__links li {
      line-height: 20px;
      margin-bottom: 10px;
      padding-left: 0; }
  .st-tabs-content .st-tab--link {
    font-size: 14px; }
    .st-tabs-content .st-tab--link:hover {
      color: #57b6e1; }
  .st-tabs-content .st-tab__group-title {
    border-bottom: 1px solid #ccc;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px; }

/*--------------------------------------------------------------
## Latests News Widget
--------------------------------------------------------------*/
.st-latest-from {
  height: 116px; }

.slider_frame {
  width: 240px;
  height: 180px;
  overflow: hidden; }

.slider_frame ul {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 240px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.slider_frame img {
  width: 100%; }

.slider_frame li {
  float: left;
  width: 240px;
  height: 100%; }

.slider_frame .left-side {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  width: 111px; }

.slider_frame .right-side {
  display: inline-block;
  width: 120px;
  height: 100%; }

.slider_frame .right-side .date {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 10px; }

.slider_frame .right-side .title {
  word-wrap: break-word;
  max-height: 90px;
  text-overflow: ellipsis; }

.unanimated {
  -webkit-transition: none !important;
  transition: none !important; }

/*--------------------------------------------------------------
## Latests From ST Widget
--------------------------------------------------------------*/
/* 
Latest from ST widget carousel
*/
.st-latest-from-widget {
  position: relative;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  width: 100%; }
  .st-latest-from-widget .st-latest-from--inner {
    -webkit-transition: 1s ease all;
    transition: 1s ease all; }

.st-latest-from-widget.inactive {
  display: none; }

.st-text--latest {
  font-size: 24px;
  color: #03234b;
  margin: 0 0 25px 0;
  text-align: center; }

.st-card {
  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: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: none;
  min-width: auto;
  padding-bottom: 15px;
  padding-top: 48px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 181px;
  cursor: default; }
  .st-card:before {
    background: #03234b;
    border-radius: 2px;
    color: #fff;
    content: attr(data-category);
    font-size: 15px;
    left: -1px;
    padding: 5px 18px;
    position: absolute;
    top: -1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10; }
  .st-card:focus, .st-card:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
            box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0; }
  .st-card__date {
    margin: -10px 0 0 0;
    display: block;
    padding: 0 10px 10px 10px;
    color: #cccccc;
    font-size: 12px; }
  .st-card__image {
    float: right;
    height: 80px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    right: auto;
    top: auto;
    width: 80px;
    overflow: hidden; }
    .st-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
  .st-card__title {
    color: #03234b;
    font-weight: 700;
    margin: 0;
    max-height: 88px;
    overflow-wrap: break-word;
    font-size: 14px;
    display: block;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    position: relative; }

.st-card--widget {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 40em) {
    .st-card--widget {
      width: 100%; } }

.st-card-arrow {
  position: absolute;
  top: 60%;
  background: transparent;
  border: none;
  outline: none; }
  .st-card-arrow svg {
    width: 14px;
    height: 19px;
    fill: #3CB4E6; }
  .st-card-arrow.inactive {
    display: none; }
    .st-card-arrow.inactive svg {
      fill: #57b6e1; }

.st-card-arrow__left {
  left: -17px; }
  .st-card-arrow__left svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.st-card-arrow__right {
  right: -26px; }

/*--------------------------------------------------------------
## Featured Videos Widget
--------------------------------------------------------------*/
#main .st-featured-video {
  margin-left: -.9375rem;
  margin-right: -.9375rem; }

.st-featured-video {
  border-top: 1px solid #cccccc;
  padding: 50px 0; }
  .st-featured-video a {
    color: #03234b; }
    .st-featured-video a:hover {
      color: #96d7f2; }

.st-h3 {
  color: #03234b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 25px 0; }
  @media (min-width: 40.063em) {
    .st-h3 {
      font-size: 24px; } }

.st-link {
  display: inline;
  color: #3CB4E6;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  text-decoration: none; }
  .st-link__icon--arrow-small {
    height: 10px;
    width: 6px; }
  .st-link__icon--right {
    bottom: 3px;
    right: -15px; }
  .st-link__icon {
    bottom: 3px;
    right: -15px;
    fill: #3CB4E6;
    position: absolute; }
  .st-link:hover .st-link__icon {
    fill: #96d7f2; }

.st-featured-video__headlink {
  font-size: 13px;
  margin: 0 0 30px 0;
  text-align: center; }
  .st-featured-video__headlink a {
    color: #3CB4E6; }

.videos-item {
  float: left; }

.st-featured-video__headline > h2 {
  text-align: center; }

.st-featured-video__item {
  font-size: 13px;
  width: 100%; }
  @media (max-width: 40em) {
    .st-featured-video__item {
      float: none !important;
      padding-bottom: 25px; } }

.st-featured-video__item--video .st-featured-video__item-image a:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #03234b; }

.st-featured-video__item--video .st-featured-video__item-image a:before {
  background: transparent;
  border: 2px solid #03234b;
  border-radius: 50%;
  content: '';
  height: 54px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 54px;
  z-index: 2; }

.st-featured-video__item--video .st-featured-video__item-image a:after {
  border-bottom: 12px solid transparent;
  border-left: 20px solid #03234b;
  border-top: 12px solid transparent;
  content: '';
  height: 0;
  left: 51%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 0;
  z-index: 2; }

.st-featured-video__item--video .st-featured-video__item-image {
  position: relative; }

.js-video-list-column > .row > .small-12:before {
  content: " ";
  display: table; }

.js-video-list-column > .row > .small-12:after {
  clear: both; }

.st-row--small {
  max-width: 886px; }

.st-featured-video__item img {
  width: 100%; }

.st-featured-video__item--vertical img {
  border: 1px solid #cccccc; }

img {
  display: inline-block;
  vertical-align: middle; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1004;
  display: none;
  left: 0; }
  @media (max-width: 64em) {
    .reveal-modal-bg {
      background: #000; } }

.st-modal__close {
  display: block;
  height: 40px;
  right: 0;
  width: 40px;
  z-index: 1005; }

.st-modal__close :after {
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media (max-width: 64em) {
    .st-modal__close :after {
      width: 30px; } }

.st-modal__close:before {
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  @media (max-width: 64em) {
    .st-modal__close:before {
      width: 30px; } }

.st-modal__close:after {
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media (max-width: 64em) {
    .st-modal__close:after {
      width: 30px; } }

.close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: .5rem;
  right: .6875rem;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
  display: block;
  height: 40px;
  right: 0;
  width: 40px;
  z-index: 100; }
  @media (max-width: 64em) {
    .close-reveal-modal {
      left: calc(100% - 45px);
      position: relative;
      top: 5px;
      z-index: 1000; } }

.st-modal__headline {
  color: #fff;
  left: 0;
  margin: 0;
  max-width: 95%;
  text-align: left;
  z-index: 1006;
  font-size: 20px;
  position: absolute;
  top: 10px; }
  @media (max-width: 64em) {
    .st-modal__headline {
      top: 0;
      left: 0;
      padding: 15px 10px;
      right: 0;
      font-size: 16px;
      position: relative; } }

.st-modal--video {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
  max-height: calc(100vh - 100px);
  padding: 0;
  text-align: center;
  height: auto;
  position: relative; }
  @media (max-width: 64em) {
    .st-modal--video {
      margin: 0;
      text-align: left; } }

.reveal-modal {
  max-height: none !important;
  width: 70%;
  max-width: 62.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 1005; }
  @media (max-width: 64em) {
    .reveal-modal {
      margin: 0;
      text-align: left;
      max-height: 100vh !important;
      max-width: none !important;
      position: fixed !important;
      top: 0 !important;
      width: 100% !important; } }
  .reveal-modal .video-js .vjs-poster {
    background-size: cover; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #74757c;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }

.st-modal--inside {
  height: auto;
  position: relative;
  max-height: none !important; }
  @media (max-width: 64em) {
    .st-modal--inside {
      text-align: left; } }
  .st-modal--inside .st-button--primary span {
    color: white !important; }

.st-modal {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
  max-height: calc(100vh - 100px);
  padding: 0;
  text-align: center; }
  @media (max-width: 64em) {
    .st-modal {
      max-height: 100vh !important;
      max-width: none !important;
      position: fixed !important;
      top: 0 !important;
      width: 100% !important; } }

@media (max-width: 64em) and (orientation: portrait) {
  .st-modal--video .st-modal__video, .reveal-modal .st-modal__video, .reveal-modal .flex-video.widescreen, .st-modal--image .st-modal__video, .st-modal--image .reveal-modal .flex-video.widescreen, .reveal-modal .st-modal--image .flex-video.widescreen {
    padding-bottom: 60%; } }

.st-modal__video {
  padding-bottom: 60%;
  padding-top: 60px; }
  .st-modal__video .video-js:hover .vjs-big-play-button {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #03234b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0; }
  .st-modal__video .video-js .vjs-play-control:hover, .st-modal__video .video-js .vjs-play-control:focus {
    border-color: #3CB4E6;
    outline-width: 0;
    opacity: 1;
    background: #3CB4E6;
    text-shadow: none; }
  .st-modal__video .video-js .vjs-poster {
    background-size: cover; }
  .st-modal__video .video-js .vjs-big-play-button {
    background: transparent;
    border: 2px solid #03234b;
    border-radius: 27px;
    height: 54px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 54px;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
    .st-modal__video .video-js .vjs-big-play-button:after {
      content: '';
      border-bottom: 12px solid transparent;
      border-left: 20px solid #03234b;
      border-top: 12px solid transparent;
      position: absolute;
      height: 0;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      width: 0; }
    .st-modal__video .video-js .vjs-big-play-button:focus {
      background-color: rgba(255, 255, 255, 0.3);
      border-color: #03234b;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      outline: 0; }
    .st-modal__video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
      content: ''; }

.flex-video {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  @media (max-width: 64em) {
    .flex-video {
      padding-top: 1.5625rem; } }

.st-featured-video__item--vertical .st-featured-video__item-headline {
  margin: 0 0 12px 0;
  padding-top: 15px; }
  .st-featured-video__item--vertical .st-featured-video__item-headline a {
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------------
## Upcoming Events Widget
--------------------------------------------------------------*/
.st-widget {
  display: none;
  margin-top: 50px;
  position: relative; }

.st-no-margin {
  margin: 0 !important; }

.st-container--blue-grey {
  background-color: #f6f9fb; }

.st-container--medium-padding-all-screens {
  padding: 25px 0; }

.st-container {
  padding: 50px 0;
  width: 100%; }

.st-row--small {
  max-width: 886px; }

.row {
  max-width: 1200px; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }

.row:before, .row:after {
  content: " ";
  display: table; }

.st-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media only screen and (min-width: 64.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-6 {
    width: 50%; } }

@media only screen and (min-width: 40.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; } }

.column,
.columns {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left; }

.st-widget__slider .columns {
  width: 300px; }

.st-widget-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px; }

.st-widget-title__icon {
  height: 52px;
  max-width: 52px;
  min-width: 52px;
  position: relative;
  width: 52px; }

.st-widget-title__icon:before {
  background: #03234b;
  border-radius: 27px;
  content: '';
  height: 52px;
  position: absolute;
  width: 52px; }

.st-widget-title__icon .st-svg {
  fill: #fff;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px; }

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

.st-svg {
  display: inline-block;
  pointer-events: none; }

.st-widget-title__copy {
  color: #03234b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 10px; }

.st-event-entry {
  color: #74757c;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative; }

.st-event-entry a {
  color: #3cb4e6;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  text-decoration: none; }

.st-download-icon {
  width: 20px;
  height: 20px;
  float: left;
  fill: #3cb4e6;
  margin-right: 10px; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

@media only screen and (max-width: 40em) {
  .hide-for-small {
    display: none !important; } }

@media only screen and (max-width: 64em) {
  .show-for-large-up {
    display: none !important; } }

@media only screen and (min-width: 64.063em) {
  .hide-for-desktop {
    display: none !important; } }

/*--------------------------------------------------------------
## Newsroom
--------------------------------------------------------------*/
.st-news-overview {
  margin: 50px 0; }
  .st-news-overview a {
    color: #03234b; }
  .st-news-overview::before {
    content: "";
    clear: both;
    display: table; }
  .st-news-overview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 56px; }
  .st-news-overview .st-rss-feed {
    margin-left: auto;
    font-size: 13px;
    color: #3CB4E6;
    padding-top: 8px; }
  .st-news-overview__new {
    margin: 10px 0;
    color: #03234b; }
  .st-news-overview__list {
    margin: 0;
    line-height: 30px; }
    .st-news-overview__list-item {
      border-top: 1px solid #cccccc;
      padding: 20px 10px 15px 10px;
      line-height: normal; }
      .st-news-overview__list-item:hover {
        background-color: rgba(57, 169, 220, 0.07); }
      .st-news-overview__list-item:last-child {
        border-bottom: 1px solid #cccccc; }
      .st-news-overview__list-item-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .st-news-overview__list-item-headline {
        width: 80%;
        display: inline-block;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4; }
      .st-news-overview__list-item-date {
        width: calc(100% - 130px);
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0; }
        .st-news-overview__list-item-date a {
          color: #cccccc; }
      .st-news-overview__list-item-flags {
        padding-left: 15px;
        text-align: right;
        width: 130px; }
      .st-news-overview__list-item-flag {
        display: inline-block;
        margin-left: 15px; }

.st-content-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(25px + 55px);
  margin-bottom: 25px;
  font-size: 13px;
  background-color: #ffffff;
  height: 25px; }

.st-content-page__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  text-align: left; }

.st-content-page__language {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .st-content-page__language a {
    color: #464650;
    position: relative; }
    .st-content-page__language a.active {
      font-weight: 700;
      color: #464650; }
      .st-content-page__language a.active::before {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1; }
    .st-content-page__language a::before {
      background: #3CB4E6;
      bottom: -5px;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      right: 22px;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 100%;
      opacity: 0; }
    .st-content-page__language a:hover:before {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all .2s;
      transition: all .2s;
      opacity: 1; }
  @media only screen and (max-width: 40em) {
    .st-content-page__language ul.language__labels {
      display: none; } }
  @media only screen and (min-width: 40.063em) {
    .st-content-page__language ul.language__flags {
      display: none; } }
  .st-content-page__language li {
    display: inline-block;
    padding: 0 5px; }
    .st-content-page__language li a:after {
      content: "|";
      display: inline-block;
      color: #74757c;
      margin-left: 5px;
      position: absolute; }
    .st-content-page__language li.current-lang {
      font-weight: 700; }
      .st-content-page__language li.current-lang a:before {
        background: #3CB4E6;
        bottom: 0px;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        right: 22px;
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 100%;
        opacity: 1; }
  .st-content-page__language li:last-child a:after {
    content: ''; }
  .st-content-page__language span.line {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top; }

.st-content-page__title {
  font-size: 2.625em;
  color: #03234b;
  line-height: 1;
  font-weight: 400; }
  @media only screen and (max-width: 40em) {
    .st-content-page__title {
      font-size: 24px; } }

.st-content-page__content p + p {
  margin-top: -10px; }

.st-content-page__content a {
  color: #3CB4E6;
  cursor: pointer; }

.st-content-page__content a:hover {
  color: #57b6e1; }

.st-content-page__content table {
  border: 0;
  border-collapse: collapse;
  margin: 0 0 15px;
  display: block;
  width: 100%;
  overflow-x: auto; }
  .st-content-page__content table tr:last-of-type > td {
    border-bottom: 1px solid #03234b; }
    .st-content-page__content table tr:last-of-type > td::before {
      bottom: -1px;
      content: ' ';
      height: 1px;
      left: 0;
      position: absolute;
      width: 3px; }
  .st-content-page__content table tr td {
    border: 0;
    border-bottom: 1px solid #cccccc;
    color: #74757c;
    font-size: 13px;
    text-align: left;
    width: auto;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    position: relative;
    min-width: 120px; }
    .st-content-page__content table tr td::before {
      background-color: #ffffff;
      bottom: -1px;
      content: ' ';
      height: 1px;
      left: 0;
      position: absolute;
      width: 3px; }
  .st-content-page__content table tr td:first-of-type {
    text-align: left;
    position: relative;
    vertical-align: top; }

.st-content-page__content .wp-caption {
  width: 100% !important; }

.st-content-page__content ul {
  line-height: 1.5;
  margin-bottom: 25px; }

.st-content-page__content ul[style="list-style-type: square;"], .st-content-page__content ul[style="list-style-type: disc;"], .st-content-page__content ul[style="list-style-type: circle;"] {
  list-style-type: none !important; }

.st-content-page__content ol {
  padding-left: 35px; }

.st-content-page__content ol li {
  padding-left: 0; }

.st-content-page__content ol li::before {
  display: none; }

.st-content-page__content li {
  margin-bottom: 10px !important;
  margin: 0;
  padding-left: 35px;
  position: relative; }

.st-content-page__content li::before {
  line-height: 1;
  color: #3CB4E6;
  content: '\25E6';
  display: block;
  font-size: 24px;
  left: 13px;
  position: absolute; }

.st-button--show-filters {
  visibility: visible; }

.st-breadcrumbs {
  width: 100%;
  margin-bottom: 10px;
  padding: 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  color: #74757c;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 1; }
  .st-breadcrumbs a, .st-breadcrumbs a:hover {
    color: #74757c; }
  .st-breadcrumbs__static-link {
    display: inline-block;
    margin-right: 4px; }
  .st-breadcrumbs__icon {
    width: 6px;
    height: 11px;
    fill: #74757c;
    margin-left: 6px;
    margin-right: 6px;
    display: inline; }
  .st-breadcrumbs__icon2 {
    width: 6px;
    height: 11px;
    fill: #74757c;
    margin-left: 6px;
    margin-right: 9px;
    display: inline; }
  .st-breadcrumbs svg:not(:root) {
    overflow: hidden; }
  .st-breadcrumbs .icon-close-tree {
    width: 14px;
    height: 19px;
    fill: #74757c;
    margin-right: 14px;
    -webkit-transform: translateY(-12%) rotate(180deg);
            transform: translateY(-12%) rotate(180deg);
    cursor: pointer; }
    @media only screen and (max-width: 40em) {
      .st-breadcrumbs .icon-close-tree {
        display: none; } }
  .st-breadcrumbs .icon-close-list {
    display: none;
    width: 15px;
    height: 15px;
    fill: #74757c;
    margin-right: 14px;
    cursor: pointer; }
    @media only screen and (max-width: 40em) {
      .st-breadcrumbs .icon-close-list {
        display: block; } }

.sidebar-active .st-breadcrumbs {
  opacity: 0; }

.sidebar-active .st-button--show-filters {
  visibility: hidden; }

.st-pagination {
  margin: 40px 0; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Contacts
--------------------------------------------------------------*/
.st-headline__container {
  height: 210px;
  min-height: 210px;
  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;
  position: relative;
  padding: 0;
  overflow: hidden; }
  @media only screen and (max-width: 40em) {
    .st-headline__container {
      min-height: 160px; } }

.st-headline__image {
  z-index: -1;
  height: 100%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.st-headline__title {
  width: 100%;
  -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; }

.st-headline__breadcrumbs {
  padding: 21px 10px 0;
  margin-bottom: 10px; }

.st-headline__breadcrumbs--main {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .3s linear,opacity .3s;
  transition: visibility .3s linear,opacity .3s; }

.st-headline--center {
  width: 100%;
  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; }
  .st-headline--center h1 {
    font-weight: 400;
    font-size: 1.5em;
    color: #03234b;
    margin: 0; }
  @media only screen and (min-width: 40.063em) {
    .st-headline--center {
      height: 100px;
      min-height: 100px; } }

.text p {
  margin-left: 0 !important;
  text-align: left; }

table {
  border: 0;
  border-collapse: separate;
  margin: 0 0 15px;
  width: 100%; }
  table tr {
    border: 0; }
    table tr th, table tr td {
      border: 0;
      border-bottom: 1px solid #ccc; }
    table tr td {
      color: #74757c;
      text-align: left;
      width: auto;
      line-height: 1.4;
      padding: 10px 0; }
      table tr td svg {
        width: 19px;
        height: 22px; }
      table tr td p {
        margin-top: 0; }
    table tr a {
      color: #3CB4E6; }
      table tr a:hover {
        color: #57b6e1; }
    table tr:last-child > td {
      border-bottom: 1px solid #03234b; }
  table p {
    font-size: 16px; }

.table--contact tr td {
  vertical-align: top; }

.st-contact__name-and-details p {
  margin: 0; }
  .st-contact__name-and-details p:last-child {
    margin-bottom: 25px; }

.st-contact__name-and-details a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all; }

/*--------------------------------------------------------------
## Backgrounders
--------------------------------------------------------------*/
table {
  border: 0;
  border-collapse: separate;
  margin: 0 0 15px;
  width: 100%; }
  table tr {
    border: 0; }
    table tr td {
      border: 0;
      border-bottom: 1px solid #ccc;
      color: #74757c;
      font-size: 13px;
      text-align: left;
      width: auto;
      line-height: 1.4;
      padding: 10px 0; }
      table tr td svg {
        width: 19px;
        height: 22px; }
    table tr a {
      color: #3CB4E6; }
      table tr a:hover {
        color: #57b6e1; }
    table tr:last-child > td {
      border-bottom: 1px solid #03234b; }

/*--------------------------------------------------------------
## Subscription
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 404 - Not Found
--------------------------------------------------------------*/
@media (min-width: 40.063em) {
  .error404 .st-not-found--mobile {
    display: none; } }

@media (max-width: 40em) {
  .error404 .st-not-found {
    display: none; } }

.error404 .st-content {
  width: 100%; }

.error404 .st-breadcrumbs {
  display: none; }

.error404 .st-featured-image img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  -webkit-transform: translate(-50%, -50%); }

.error404 .st-featured-image h1 {
  font-weight: 400;
  color: #03234b;
  margin: 0 0 25px 0; }
  @media only screen and (min-width: 40.063em) {
    .error404 .st-featured-image h1 {
      font-size: 42px; } }
  @media (max-width: 64em) {
    .error404 .st-featured-image h1 {
      font-size: 24px; } }

.error404 .st-featured-image p {
  max-width: 800px;
  color: #03234b;
  margin: 0 0 25px 0; }

.error404 .st-headline__container {
  min-height: 460px; }
  @media (max-width: 64em) {
    .error404 .st-headline__container {
      text-align: center; } }

/*--------------------------------------------------------------
# Thirdparty
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Videojs library styles
--------------------------------------------------------------*/
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103"; }

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104"; }

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105"; }

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106"; }

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107"; }

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108"; }

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10c"; }

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10d"; }

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f115"; }

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f11d"; }

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: 0; }

.video-js *, .video-js :after, .video-js :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: .5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto; }

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  -webkit-transition: all .4s;
  transition: all .4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: 700;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  transition: all .4s; }

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s; }

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: .3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  top: -.333333333333333em;
  z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s; }

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel:hover .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
  transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s; }

.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 9em;
  -webkit-transition: width .1s;
  transition: width .1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  -webkit-transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em .45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: .3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial,Helvetica,sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear .3s forwards vjs-spinner-show;
  animation: 0s linear .3s forwards vjs-spinner-show; }

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto; }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2; } }

.vjs-track-setting > select {
  margin-right: 5px; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0; }

.video-js :focus:not(:focus-visible) {
  outline: 0; }
