@charset "UTF-8";
/**
 * axaui - AXAUI is a user infterface pattern library for building AXA websites and web applications.
 * @version v1.5.0
 * @author Digital team @ AXA Ireland (axaie-digital@axa365.onmicrosoft.com)
 */
@keyframes animate-arrow-right {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; }
  50% {
    transform: translate(10px, 0) scale(1.3, 1);
    transform: translate3d(10px, 0, 0) scale(1.3, 1);
    opacity: 0; }
  51% {
    transform: translate(-10px, 0) scale(1.3, 1);
    transform: translate3d(-10px, 0, 0) scale(1.3, 1);
    opacity: 0; }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; } }

@keyframes animate-arrow-left {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; }
  50% {
    transform: translate(-10px, 0) scale(1.3, 1);
    transform: translate3d(-10px, 0, 0) scale(1.3, 1);
    opacity: 0; }
  51% {
    transform: translate(10px, 0) scale(1.3, 1);
    transform: translate3d(10px, 0, 0) scale(1.3, 1);
    opacity: 0; }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; } }

@keyframes animate-arrow-down {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; }
  50% {
    transform: translate(0, 10px) scale(1.3, 1);
    transform: translate3d(0, 10px, 0) scale(1.3, 1);
    opacity: 0; }
  51% {
    transform: translate(0, -10px) scale(1.3, 1);
    transform: translate3d(0, -10px, 0) scale(1.3, 1);
    opacity: 0; }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; } }

/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
picture,
main {
  /* 1 */
  display: block; }

/**
 * Reset margin.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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: 1rem;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 * 3. Ensure links with onclick will show the hand cursor.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.7em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Align images to the bottom of their containers
 */
img {
  vertical-align: bottom; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.wrapper, .slide-carousel .slide-carousel-inner-wrapper, ul.floating-list, ol ul.floating-list, .glossary, ul.pagination, ol.pagination, ul.tabs, ol.tabs, ol.tags, ul.tags, .comparison-table .products, .comparison-table .product, .comparison-table .product-features, .comparison-table .feature, .comparison-table .card-deck.feature-deck .card.feature, .card-deck.feature-deck .comparison-table .card.feature, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper, .comparison-table .description, footer .social ul, footer .footer-nav, .hero-cover .wrapper, .image-text-alternating .single, .meta-nav, .main-nav ul, .progress-strip ul, .strip.with-bg-image .box, .strip.split .box {
  box-sizing: border-box;
  *zoom: 1; }
  .wrapper:before, .slide-carousel .slide-carousel-inner-wrapper:before, ul.floating-list:before, .glossary:before, ul.pagination:before, ol.pagination:before, ul.tabs:before, ol.tabs:before, ol.tags:before, ul.tags:before, .comparison-table .products:before, .comparison-table .product:before, .comparison-table .product-features:before, .comparison-table .feature:before, .comparison-table .card-deck.feature-deck .card.feature:before, .card-deck.feature-deck .comparison-table .card.feature:before, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper:before, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper:before, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper:before, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper:before, .comparison-table .description:before, footer .social ul:before, footer .footer-nav:before, .hero-cover .wrapper:before, .image-text-alternating .single:before, .meta-nav:before, .main-nav ul:before, .progress-strip ul:before, .strip.with-bg-image .box:before, .strip.split .box:before, .wrapper:after, .slide-carousel .slide-carousel-inner-wrapper:after, ul.floating-list:after, .glossary:after, ul.pagination:after, ol.pagination:after, ul.tabs:after, ol.tabs:after, ol.tags:after, ul.tags:after, .comparison-table .products:after, .comparison-table .product:after, .comparison-table .product-features:after, .comparison-table .feature:after, .comparison-table .card-deck.feature-deck .card.feature:after, .card-deck.feature-deck .comparison-table .card.feature:after, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper:after, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper:after, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper:after, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper:after, .comparison-table .description:after, footer .social ul:after, footer .footer-nav:after, .hero-cover .wrapper:after, .image-text-alternating .single:after, .meta-nav:after, .main-nav ul:after, .progress-strip ul:after, .strip.with-bg-image .box:after, .strip.split .box:after {
    content: " ";
    display: table; }
  .wrapper:after, .slide-carousel .slide-carousel-inner-wrapper:after, ul.floating-list:after, .glossary:after, ul.pagination:after, ol.pagination:after, ul.tabs:after, ol.tabs:after, ol.tags:after, ul.tags:after, .comparison-table .products:after, .comparison-table .product:after, .comparison-table .product-features:after, .comparison-table .feature:after, .comparison-table .card-deck.feature-deck .card.feature:after, .card-deck.feature-deck .comparison-table .card.feature:after, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper:after, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper:after, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper:after, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper:after, .comparison-table .description:after, footer .social ul:after, footer .footer-nav:after, .hero-cover .wrapper:after, .image-text-alternating .single:after, .meta-nav:after, .main-nav ul:after, .progress-strip ul:after, .strip.with-bg-image .box:after, .strip.split .box:after {
    clear: both; }

html {
  font: 1em/1.313em "Source Sans Pro", Arial, sans-serif;
  height: 100%;
  overflow-x: hidden; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0; }
  body.no-scroll {
    overflow: hidden; }
  body > main {
    position: relative;
    flex: 1; }
  @media only screen and (min-width: 992px) {
    body.no-scroll {
      overflow: auto; } }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.wrapper, .slide-carousel .slide-carousel-inner-wrapper {
  margin: 0 auto;
  max-width: 1208px; }

* {
  box-sizing: border-box; }

.image-gallery .image-row:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  width: 100%; }

.break-sm {
  display: block; }
  @media only screen and (min-width: 768px) {
    .break-sm {
      display: inline; } }

.break-md {
  display: block; }
  @media only screen and (min-width: 992px) {
    .break-md {
      display: inline; } }

.break-lg {
  display: block; }
  @media only screen and (min-width: 1200px) {
    .break-lg {
      display: inline; } }

.align-centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.nowrap {
  white-space: nowrap; }

.card.horizontal a.card-body:after, .login-form .horizontal.login-form-inner-wrapper a.card-body:after, .expander .trigger:after, .alert:before, .btn-icon:before, .btn-arrow:before, .select-wrapper:before, .link:after, .ticklist li:before, .scroll-up-button:after, .star-rating:before, .star-rating:after, .tooltip .close:before, .tippy-tooltip .tippy-tooltip-content .close:before, .tooltip-trigger:before, .blockquote:before, .regional-settings .trigger:after, .comparison-table .feature > div .check-holder:before, .comparison-table .card-deck.feature-deck .card.feature > div .check-holder:before, .card-deck.feature-deck .comparison-table .card.feature > div .check-holder:before, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div .check-holder:before, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper > div .check-holder:before, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div .check-holder:before, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper > div .check-holder:before, .comparison-table .description-expander:after, footer nav .title:after, .top-content-bar .close:after {
  font-family: "axa" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn:after, .btn-secondary:after, .btn-ghost:after, .btn-ghost-white:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000072;
  content: "";
  height: 530px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(37.6deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(37.6deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(37.6deg);
  transform: translate3d(-50%, -50%, 0) rotate(37.6deg);
  -webkit-transition: width 0.3s, opacity 0.3s;
  -moz-transition: width 0.3s, opacity 0.3s;
  -ms-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  width: 0;
  z-index: -1; }

.card.horizontal a.card-body:after, .login-form .horizontal.login-form-inner-wrapper a.card-body:after, .expander .trigger:after {
  font-size: 16px;
  font-weight: bold;
  color: #00008f;
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.expander.open .trigger:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.form.onsubmit {
  opacity: 0.3; }

.list-standard-list-item-before, ul.standard li:before {
  color: #00008f;
  content: "\b7\a0";
  font-size: 55px;
  left: 20px;
  position: absolute;
  top: 0; }

@font-face {
  font-family: 'axa';
  src: url("./fonts/axa.eot?lonlei");
  src: url("./fonts/axa.eot?lonlei#iefix") format("embedded-opentype"), url("./fonts/axa.ttf?lonlei") format("truetype"), url("./fonts/axa.woff?lonlei") format("woff"), url("./fonts/axa.svg?lonlei#axa") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'axa' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bicycle:before {
  content: "\ea1d"; }

.icon-home-and-contents:before {
  content: "\e9e6"; }

.icon-home-contents:before {
  content: "\ea1c"; }

.icon-instagram:before {
  content: "\e900"; }

.icon-youtube:before {
  content: "\e901"; }

.icon-half-star-right:before {
  content: "\e902"; }

.icon-star:before {
  content: "\e903"; }

.icon-arrow-down:before {
  content: "\e904"; }

.icon-arrow-left:before {
  content: "\e905"; }

.icon-checked:before {
  content: "\e906"; }

.icon-arrow-up:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-mail-line:before {
  content: "\e909"; }

.icon-half-star:before {
  content: "\e90a"; }

.icon-facebook:before {
  content: "\e90b"; }

.icon-facebook-line:before {
  content: "\e90c"; }

.icon-go-up:before {
  content: "\e90d"; }

.icon-linkedin:before {
  content: "\e90e"; }

.icon-phone-line:before {
  content: "\e90f"; }

.icon-document:before {
  content: "\e910"; }

.icon-location-line:before {
  content: "\e911"; }

.icon-faq:before {
  content: "\e912"; }

.icon-arrow-right:before {
  content: "\e913"; }

.icon-share:before {
  content: "\e914"; }

.icon-quote:before {
  content: "\e915"; }

.icon-twitter:before {
  content: "\e916"; }

.icon-twitter-line:before {
  content: "\e917"; }

.icon-linkedin-line:before {
  content: "\e918"; }

.icon-instagram-line:before {
  content: "\e919"; }

.icon-youtube-line:before {
  content: "\e91a"; }

.icon-tablet:before {
  content: "\e91b"; }

.icon-chart:before {
  content: "\e91c"; }

.icon-piggy-bank:before {
  content: "\e91d"; }

.icon-play:before {
  content: "\e91e"; }

.icon-growth:before {
  content: "\e91f"; }

.icon-hour:before {
  content: "\e920"; }

.icon-hours:before {
  content: "\e921"; }

.icon-hours2:before {
  content: "\e922"; }

.icon-ambulance:before {
  content: "\e923"; }

.icon-bank-euro:before {
  content: "\e924"; }

.icon-bank-sterling:before {
  content: "\e925"; }

.icon-bank:before {
  content: "\e926"; }

.icon-bills-euro:before {
  content: "\e927"; }

.icon-bills-sterling:before {
  content: "\e928"; }

.icon-boat:before {
  content: "\e929"; }

.icon-breakdown:before {
  content: "\e92a"; }

.icon-broken-glass:before {
  content: "\e92b"; }

.icon-car:before {
  content: "\e92c"; }

.icon-coins-euro:before {
  content: "\e92d"; }

.icon-coins-sterling:before {
  content: "\e92e"; }

.icon-coins:before {
  content: "\e92f"; }

.icon-credit-card:before {
  content: "\e930"; }

.icon-critical-illness:before {
  content: "\e931"; }

.icon-dollar:before {
  content: "\e932"; }

.icon-earth:before {
  content: "\e933"; }

.icon-electric-car:before {
  content: "\e934"; }

.icon-euro:before {
  content: "\e935"; }

.icon-fire-damage:before {
  content: "\e936"; }

.icon-growth-euro:before {
  content: "\e937"; }

.icon-growth-sterling:before {
  content: "\e938"; }

.icon-hand-cross:before {
  content: "\e939"; }

.icon-hand-heart:before {
  content: "\e93a"; }

.icon-health-kit:before {
  content: "\e93b"; }

.icon-heart:before {
  content: "\e93c"; }

.icon-home:before {
  content: "\e93d"; }

.icon-hospital-bed:before {
  content: "\e93e"; }

.icon-hospital:before {
  content: "\e93f"; }

.icon-keys:before {
  content: "\e940"; }

.icon-legal:before {
  content: "\e941"; }

.icon-life-accidents:before {
  content: "\e942"; }

.icon-man:before {
  content: "\e943"; }

.icon-motorbike:before {
  content: "\e944"; }

.icon-paperless:before {
  content: "\e945"; }

.icon-plane:before {
  content: "\e946"; }

.icon-plaster:before {
  content: "\e947"; }

.icon-professional-man:before {
  content: "\e948"; }

.icon-retired:before {
  content: "\e949"; }

.icon-savings-euro:before {
  content: "\e94a"; }

.icon-savings-sterling:before {
  content: "\e94b"; }

.icon-savings:before {
  content: "\e94c"; }

.icon-security-camera:before {
  content: "\e94d"; }

.icon-security:before {
  content: "\e94e"; }

.icon-sterling:before {
  content: "\e94f"; }

.icon-stethoscope:before {
  content: "\e950"; }

.icon-suitcase:before {
  content: "\e951"; }

.icon-taxi:before {
  content: "\e952"; }

.icon-turbine:before {
  content: "\e953"; }

.icon-umbrella:before {
  content: "\e954"; }

.icon-washing-machine:before {
  content: "\e955"; }

.icon-water-damage:before {
  content: "\e956"; }

.icon-wheelchair:before {
  content: "\e957"; }

.icon-world:before {
  content: "\e958"; }

.icon-business:before {
  content: "\e959"; }

.icon-gender:before {
  content: "\e95a"; }

.icon-employee:before {
  content: "\e95b"; }

.icon-family-three:before {
  content: "\e95c"; }

.icon-family-two:before {
  content: "\e95d"; }

.icon-family:before {
  content: "\e95e"; }

.icon-graduation-cap:before {
  content: "\e95f"; }

.icon-elderly-woman:before {
  content: "\e960"; }

.icon-elderly-man:before {
  content: "\e961"; }

.icon-professional-woman:before {
  content: "\e962"; }

.icon-woman:before {
  content: "\e963"; }

.icon-sm-car:before {
  content: "\e964"; }

.icon-power-outline:before {
  content: "\e965"; }

.icon-ellipsis-outline:before {
  content: "\e966"; }

.icon-plus-outline:before {
  content: "\e967"; }

.icon-question-outline:before {
  content: "\e968"; }

.icon-tick-outline:before {
  content: "\e969"; }

.icon-calculator:before {
  content: "\e96a"; }

.icon-download:before {
  content: "\e96b"; }

.icon-inbox:before {
  content: "\e96c"; }

.icon-no:before {
  content: "\e96d"; }

.icon-phone:before {
  content: "\e96e"; }

.icon-print:before {
  content: "\e96f"; }

.icon-cog:before {
  content: "\e970"; }

.icon-tools:before {
  content: "\e971"; }

.icon-medal:before {
  content: "\e972"; }

.icon-lock:before {
  content: "\e973"; }

.icon-clock:before {
  content: "\e974"; }

.icon-sm-wechat:before {
  content: "\e975"; }

.icon-location-line2:before {
  content: "\e976"; }

.icon-breakpoints:before {
  content: "\e977"; }

.icon-mobile:before {
  content: "\e978"; }

.icon-desktop:before {
  content: "\e979"; }

.icon-magnifying-glass:before {
  content: "\e97a"; }

.icon-247:before {
  content: "\e97b"; }

.icon-danger:before {
  content: "\e97c"; }

.icon-modular-offer:before {
  content: "\e97d"; }

.icon-fidelity:before {
  content: "\e97e"; }

.icon-service:before {
  content: "\e97f"; }

.icon-chat:before {
  content: "\e980"; }

.icon-info:before {
  content: "\e981"; }

.icon-woman-chat:before {
  content: "\e982"; }

.icon-man-chat:before {
  content: "\e983"; }

.icon-woman-help:before {
  content: "\e984"; }

.icon-man-help:before {
  content: "\e985"; }

.icon-wechat:before {
  content: "\e986"; }

.icon-realtime:before {
  content: "\e987"; }

.icon-calendar:before {
  content: "\e988"; }

.icon-upload:before {
  content: "\e989"; }

.icon-newspaper:before {
  content: "\e98a"; }

.icon-sm-upload:before {
  content: "\e98b"; }

.icon-sm-share:before {
  content: "\e98c"; }

.icon-sm-play:before {
  content: "\e98d"; }

.icon-sm-newspaper:before {
  content: "\e98e"; }

.icon-sm-calculator:before {
  content: "\e98f"; }

.icon-add:before {
  content: "\e990"; }

.icon-sm-power:before {
  content: "\e991"; }

.icon-sm-print:before {
  content: "\e992"; }

.icon-sm-document:before {
  content: "\e993"; }

.icon-sm-phone:before {
  content: "\e994"; }

.icon-sm-download:before {
  content: "\e995"; }

.icon-sm-mail:before {
  content: "\e996"; }

.icon-sm-mobile:before {
  content: "\e997"; }

.icon-sm-tools:before {
  content: "\e998"; }

.icon-sm-cog:before {
  content: "\e999"; }

.icon-sm-clock:before {
  content: "\e99a"; }

.icon-sm-secure:before {
  content: "\e99b"; }

.icon-sm-warning:before {
  content: "\e99c"; }

.icon-sm-info:before {
  content: "\e99d"; }

.icon-sm-day:before {
  content: "\e99e"; }

.icon-sm-week:before {
  content: "\e99f"; }

.icon-sm-health:before {
  content: "\e9a0"; }

.icon-sm-heart:before {
  content: "\e9a1"; }

.icon-sm-chat:before {
  content: "\e9a2"; }

.icon-sm-fidelity:before {
  content: "\e9a3"; }

.icon-sm-service:before {
  content: "\e9a4"; }

.icon-sm-sterling:before {
  content: "\e9a5"; }

.icon-sm-dollar:before {
  content: "\e9a6"; }

.icon-sm-euro:before {
  content: "\e9a7"; }

.icon-sm-growth:before {
  content: "\e9a8"; }

.icon-sm-group:before {
  content: "\e9a9"; }

.icon-sm-person:before {
  content: "\e9aa"; }

.icon-sm-house:before {
  content: "\e9ab"; }

.icon-mental-disability:before {
  content: "\e9ac"; }

.icon-amputee:before {
  content: "\e9ad"; }

.icon-allergy:before {
  content: "\e9ae"; }

.icon-theft:before {
  content: "\e9af"; }

.icon-salooncar:before {
  content: "\e9b0"; }

.icon-checklist:before {
  content: "\e9b1"; }

.icon-note-pen:before {
  content: "\e9b2"; }

.icon-book:before {
  content: "\e9b3"; }

.icon-thumb:before {
  content: "\e9b4"; }

.icon-hacking:before {
  content: "\e9b5"; }

.icon-arrow-in-circle:before {
  content: "\e9b6"; }

.icon-paint-roller:before {
  content: "\e9b7"; }

.icon-lightbulb:before {
  content: "\e9b8"; }

.icon-fingerprint:before {
  content: "\e9b9"; }

.icon-industry:before {
  content: "\e9ba"; }

.icon-contract:before {
  content: "\e9bb"; }

.icon-company:before {
  content: "\e9bc"; }

.icon-planet:before {
  content: "\e9bd"; }

.icon-dog:before {
  content: "\e9be"; }

.icon-target:before {
  content: "\e9bf"; }

.icon-warehouse-fire:before {
  content: "\e9c0"; }

.icon-wc:before {
  content: "\e9c1"; }

.icon-plug:before {
  content: "\e9c2"; }

.icon-fryer:before {
  content: "\e9c3"; }

.icon-climate-event:before {
  content: "\e9c4"; }

.icon-cancellation:before {
  content: "\e9c5"; }

.icon-water-damage-2:before {
  content: "\e9c6"; }

.icon-building:before {
  content: "\e9c7"; }

.icon-broken-bottle:before {
  content: "\e9c8"; }

.icon-glossary:before {
  content: "\e9c9"; }

.icon-contamination:before {
  content: "\e9ca"; }

.icon-on-board-device:before {
  content: "\e9cb"; }

.icon-remote-control:before {
  content: "\e9cc"; }

.icon-warehouse:before {
  content: "\e9cd"; }

.icon-store:before {
  content: "\e9ce"; }

.icon-solar-panel:before {
  content: "\e9cf"; }

.icon-safety-belt:before {
  content: "\e9d0"; }

.icon-moped:before {
  content: "\e9d1"; }

.icon-electric-repairing:before {
  content: "\e9d2"; }

.icon-caravan:before {
  content: "\e9d3"; }

.icon-cocktail:before {
  content: "\e9d4"; }

.icon-hotel-bed:before {
  content: "\e9d5"; }

.icon-microwave:before {
  content: "\e9d6"; }

.icon-vine:before {
  content: "\e9d7"; }

.icon-greenhouse:before {
  content: "\e9d8"; }

.icon-car-hail:before {
  content: "\e9d9"; }

.icon-ads:before {
  content: "\e9da"; }

.icon-car-substitution:before {
  content: "\e9db"; }

.icon-road-safety:before {
  content: "\e9dc"; }

.icon-weather-warning:before {
  content: "\e9dd"; }

.icon-cancellation-2:before {
  content: "\e9de"; }

.icon-mpv:before {
  content: "\e9df"; }

.icon-citycar:before {
  content: "\e9e0"; }

.icon-food-poisoning:before {
  content: "\e9e1"; }

.icon-channelling:before {
  content: "\e9e2"; }

.icon-garage:before {
  content: "\e9e3"; }

.icon-contract-termination:before {
  content: "\e9e4"; }

.icon-fishing:before {
  content: "\e9e5"; }

.icon-radio2:before {
  content: "\ea1e"; }

.icon-climatic-offer:before {
  content: "\e9e7"; }

.icon-fire:before {
  content: "\e9e8"; }

.icon-death:before {
  content: "\e9e9"; }

.icon-wheat:before {
  content: "\e9ea"; }

.icon-farm:before {
  content: "\e9eb"; }

.icon-ski:before {
  content: "\e9ec"; }

.icon-cabriolet:before {
  content: "\e9ed"; }

.icon-environment-2:before {
  content: "\e9ee"; }

.icon-shopping-trolley:before {
  content: "\e9ef"; }

.icon-repairs-2:before {
  content: "\e9f0"; }

.icon-repairs-1:before {
  content: "\e9f1"; }

.icon-stag:before {
  content: "\e9f2"; }

.icon-apartment:before {
  content: "\e9f3"; }

.icon-private-mansion:before {
  content: "\e9f4"; }

.icon-extractor-hood:before {
  content: "\e9f5"; }

.icon-goods-transport:before {
  content: "\e9f6"; }

.icon-matchstick:before {
  content: "\e9f7"; }

.icon-watering-can:before {
  content: "\e9f8"; }

.icon-pan:before {
  content: "\e9f9"; }

.icon-electric-device:before {
  content: "\e9fa"; }

.icon-plug-adaptor:before {
  content: "\e9fb"; }

.icon-inflammable-liquid:before {
  content: "\e9fc"; }

.icon-ring:before {
  content: "\e9fd"; }

.icon-satchel:before {
  content: "\e9fe"; }

.icon-cancellation-1:before {
  content: "\e9ff"; }

.icon-castle:before {
  content: "\ea00"; }

.icon-mobile-home:before {
  content: "\ea01"; }

.icon-tractor:before {
  content: "\ea02"; }

.icon-broken-device:before {
  content: "\ea03"; }

.icon-restaurant:before {
  content: "\ea04"; }

.icon-refrigerator:before {
  content: "\ea05"; }

.icon-ventilation:before {
  content: "\ea06"; }

.icon-sanitary:before {
  content: "\ea07"; }

.icon-legal-services:before {
  content: "\ea08"; }

.icon-public-liability:before {
  content: "\ea09"; }

.icon-frost:before {
  content: "\ea0a"; }

.icon-electric-damages:before {
  content: "\ea0b"; }

.icon-construction:before {
  content: "\ea0c"; }

.icon-penalty:before {
  content: "\ea0d"; }

.icon-cars:before {
  content: "\ea0e"; }

.icon-van:before {
  content: "\ea0f"; }

.icon-suv:before {
  content: "\ea10"; }

.icon-salooncar2:before {
  content: "\ea11"; }

.icon-wheelchair-man:before {
  content: "\ea12"; }

.icon-optical:before {
  content: "\ea13"; }

.icon-dental:before {
  content: "\ea14"; }

.icon-eye:before {
  content: "\ea15"; }

.icon-medical-assistance:before {
  content: "\ea16"; }

.icon-back-pain:before {
  content: "\ea17"; }

.icon-psychological-disability:before {
  content: "\ea18"; }

.icon-motor-disability:before {
  content: "\ea19"; }

.icon-hearing-impaired:before {
  content: "\ea1a"; }

.icon-ocular-disability:before {
  content: "\ea1b"; }

@font-face {
  font-family: 'Publico Banner Web';
  src: url("./fonts/PublicoBanner-Bold-Web.eot");
  src: url("./fonts/PublicoBanner-Bold-Web.eot?#iefix") format("embedded-opentype"), url("./fonts/PublicoBanner-Bold-Web.woff2") format("woff2"), url("./fonts/PublicoBanner-Bold-Web.woff") format("woff"), url("./fonts/PublicoBanner-Bold-Web.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

body {
  color: #333333; }

b, i, em, strong {
  color: inherit; }

.typo78,
.typo62,
h1,
.typo48,
h2,
.typo36,
.typo28,
h3,
.typo24,
h4,
.image figcaption .title,
.card .card-img-top figcaption .title,
.login-form .login-form-inner-wrapper .card-img-top figcaption .title,
.typo20,
.typo18,
h5,
h6,
p,
.typo16,
.typo14,
.typo13 {
  margin-bottom: 0; }

.typo78 {
  font-family: "Publico Banner Web", Georgia, Garamond, serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.083em;
  padding-bottom: 0.438em;
  letter-spacing: -0.01em; }
  .typo78.serif {
    letter-spacing: 0.02em; }
  @media only screen and (min-width: 768px) {
    .typo78 {
      font-size: 4.875rem;
      line-height: 1.051em;
      padding-bottom: 0.359em; } }


.typo62,
h1 {
  font-family: "Publico Banner Web", Georgia, Garamond, serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.167em;
  letter-spacing: -0.01em;
  padding-bottom: 0.5em; }
  .typo62.serif, h1.serif {
    letter-spacing: 0.02em; }
  @media only screen and (min-width: 768px) {
    
    .typo62,
    h1 {
      font-size: 3rem;
      line-height: 1.125em; } }
  @media only screen and (min-width: 992px) {
    
    .typo62,
    h1 {
      font-size: 3.875rem;
      line-height: 1.167em;
      padding-bottom: 0.419em; } }


.typo48,
h2 {
  font-family: "Publico Banner Web", Georgia, Garamond, serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  padding-bottom: 0.433em; }
  .typo48.serif, h2.serif {
    letter-spacing: 0.02em; }
  @media only screen and (min-width: 768px) {
    
    .typo48,
    h2 {
      font-size: 3rem;
      line-height: 1.125em;
      padding-bottom: 0.375em; } }

.typo36 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.167em;
  padding-bottom: 0.458em; }
  .typo36.serif {
    letter-spacing: 0.02em; }
  @media only screen and (min-width: 768px) {
    .typo36 {
      font-size: 2.25rem;
      line-height: 1.167em;
      padding-bottom: 0.472em; } }


.typo28,
h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.5em;
  padding-bottom: 0.8em; }
  @media only screen and (min-width: 768px) {
    
    .typo28,
    h3 {
      font-size: 1.75rem;
      line-height: 1.143em;
      padding-bottom: 0.464em; } }


.typo24,
h4,
.image figcaption .title,
.card .card-img-top figcaption .title,
.login-form .login-form-inner-wrapper .card-img-top figcaption .title {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-bottom: 0.833em; }
  @media only screen and (min-width: 768px) {
    
    .typo24,
    h4,
    .image figcaption .title,
    .card .card-img-top figcaption .title,
    .login-form .login-form-inner-wrapper .card-img-top figcaption .title {
      font-size: 1.5rem;
      line-height: 1.208em;
      padding-bottom: 0.542em; } }

.typo20 {
  font-size: 1.125rem;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  padding-bottom: 0.833em; }
  @media only screen and (min-width: 768px) {
    .typo20 {
      font-size: 1.25rem;
      line-height: 1.5em;
      padding-bottom: 0.8em; } }


.typo18,
h5,
h6,
p {
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  padding-bottom: 0.625em; }
  @media only screen and (min-width: 768px) {
    
    .typo18,
    h5,
    h6,
    p {
      font-size: 1.125rem;
      line-height: 1.5em;
      padding-bottom: 0.833em; } }

.typo16 {
  font-size: 0.875rem;
  line-height: 1.429em;
  letter-spacing: 0.02em;
  padding-bottom: 0.714em; }
  @media only screen and (min-width: 768px) {
    .typo16 {
      font-size: 1rem;
      line-height: 1.5em;
      padding-bottom: 0.688em; } }

.typo14 {
  font-size: 0.75rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding-bottom: 0.833em; }
  @media only screen and (min-width: 768px) {
    .typo14 {
      font-size: 0.875rem;
      line-height: 1.357em;
      padding-bottom: 0.571em; } }

.typo13 {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  padding-bottom: 0.833em; }
  @media only screen and (min-width: 768px) {
    .typo13 {
      font-size: 0.813rem;
      line-height: 1.385em;
      padding-bottom: 0.692em; } }

h1 {
  font-family: "Publico Banner Web", Georgia, Garamond, serif; }

h2 {
  font-family: "Publico Banner Web", Georgia, Garamond, serif; }

a {
  color: #00008f;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover {
    color: #000072; }
  a.no-style {
    color: inherit;
    text-decoration: none !important; }
    a.no-style:hover {
      color: inherit; }

.serif {
  font-family: "Publico Banner Web", Georgia, Garamond, serif; }

.sans-serif {
  font-family: "Source Sans Pro", Arial, sans-serif; }

.font-normal {
  font-weight: normal; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 20px !important; }

.mt-3,
.my-3 {
  margin-top: 20px !important; }

.mr-3,
.mx-3 {
  margin-right: 20px !important; }

.mb-3,
.my-3 {
  margin-bottom: 20px !important; }

.ml-3,
.mx-3 {
  margin-left: 20px !important; }

.m-4 {
  margin: 30px !important; }

.mt-4,
.my-4 {
  margin-top: 30px !important; }

.mr-4,
.mx-4 {
  margin-right: 30px !important; }

.mb-4,
.my-4 {
  margin-bottom: 30px !important; }

.ml-4,
.mx-4 {
  margin-left: 30px !important; }

.m-5 {
  margin: 60px !important; }

.mt-5,
.my-5 {
  margin-top: 60px !important; }

.mr-5,
.mx-5 {
  margin-right: 60px !important; }

.mb-5,
.my-5 {
  margin-bottom: 60px !important; }

.ml-5,
.mx-5 {
  margin-left: 60px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

.pr-1,
.px-1 {
  padding-right: 5px !important; }

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

.pl-1,
.px-1 {
  padding-left: 5px !important; }

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

.pr-2,
.px-2 {
  padding-right: 10px !important; }

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

.pl-2,
.px-2 {
  padding-left: 10px !important; }

.p-3 {
  padding: 20px !important; }

.pt-3,
.py-3 {
  padding-top: 20px !important; }

.pr-3,
.px-3 {
  padding-right: 20px !important; }

.pb-3,
.py-3 {
  padding-bottom: 20px !important; }

.pl-3,
.px-3 {
  padding-left: 20px !important; }

.p-4 {
  padding: 30px !important; }

.pt-4,
.py-4 {
  padding-top: 30px !important; }

.pr-4,
.px-4 {
  padding-right: 30px !important; }

.pb-4,
.py-4 {
  padding-bottom: 30px !important; }

.pl-4,
.px-4 {
  padding-left: 30px !important; }

.p-5 {
  padding: 60px !important; }

.pt-5,
.py-5 {
  padding-top: 60px !important; }

.pr-5,
.px-5 {
  padding-right: 60px !important; }

.pb-5,
.py-5 {
  padding-bottom: 60px !important; }

.pl-5,
.px-5 {
  padding-left: 60px !important; }

.m-n1 {
  margin: -5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -5px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -20px !important; }

.mt-n3,
.my-n3 {
  margin-top: -20px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -20px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -20px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -20px !important; }

.m-n4 {
  margin: -30px !important; }

.mt-n4,
.my-n4 {
  margin-top: -30px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -30px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -30px !important; }

.m-n5 {
  margin: -60px !important; }

.mt-n5,
.my-n5 {
  margin-top: -60px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -60px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -60px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -60px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 20px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important; }
  .m-sm-4 {
    margin: 30px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important; }
  .m-sm-5 {
    margin: 60px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 60px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 60px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 60px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 60px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 20px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important; }
  .p-sm-4 {
    padding: 30px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important; }
  .p-sm-5 {
    padding: 60px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 60px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 60px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 60px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 60px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -20px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important; }
  .m-sm-n4 {
    margin: -30px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important; }
  .m-sm-n5 {
    margin: -60px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -60px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -60px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -60px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -60px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 20px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important; }
  .m-md-4 {
    margin: 30px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important; }
  .m-md-5 {
    margin: 60px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 60px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 60px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 60px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 60px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 20px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important; }
  .p-md-4 {
    padding: 30px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important; }
  .p-md-5 {
    padding: 60px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 60px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 60px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 60px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 60px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -20px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important; }
  .m-md-n4 {
    margin: -30px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important; }
  .m-md-n5 {
    margin: -60px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -60px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -60px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -60px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -60px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 20px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important; }
  .m-lg-4 {
    margin: 30px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important; }
  .m-lg-5 {
    margin: 60px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 60px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 60px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 60px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 60px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 20px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important; }
  .p-lg-4 {
    padding: 30px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important; }
  .p-lg-5 {
    padding: 60px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 60px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 60px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 60px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 60px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -20px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important; }
  .m-lg-n4 {
    margin: -30px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important; }
  .m-lg-n5 {
    margin: -60px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -60px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -60px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -60px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -60px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important; }
  .m-xl-2 {
    margin: 10px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important; }
  .m-xl-3 {
    margin: 20px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important; }
  .m-xl-4 {
    margin: 30px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important; }
  .m-xl-5 {
    margin: 60px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 60px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 60px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 60px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 60px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important; }
  .p-xl-2 {
    padding: 10px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important; }
  .p-xl-3 {
    padding: 20px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important; }
  .p-xl-4 {
    padding: 30px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important; }
  .p-xl-5 {
    padding: 60px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 60px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 60px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 60px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 60px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -20px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important; }
  .m-xl-n4 {
    margin: -30px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important; }
  .m-xl-n5 {
    margin: -60px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -60px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -60px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -60px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -60px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.card, .login-form .login-form-inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #cccccc;
  border-radius: 0; }
  .card > hr, .login-form .login-form-inner-wrapper > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child, .login-form .login-form-inner-wrapper > .list-group:first-child .list-group-item:first-child, .card > .list-group:first-child li:first-child, .login-form .login-form-inner-wrapper > .list-group:first-child li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child, .login-form .login-form-inner-wrapper > .list-group:last-child .list-group-item:last-child, .card > .list-group:last-child li:last-child, .login-form .login-form-inner-wrapper > .list-group:last-child li:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body, .login-form .login-form-inner-wrapper form {
  flex: 1 1 auto;
  padding: 30px; }

.card-title {
  margin-bottom: 16px; }

.card-subtitle {
  margin-top: -8px;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 30px; }

.card-header {
  padding: 16px 30px;
  margin-bottom: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #cccccc; }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child, .card-header + .list-group li:first-child {
    border-top: 0; }

.card-footer {
  padding: 16px 30px;
  background-color: #fafafa;
  border-top: 1px solid #cccccc; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -15px;
  margin-bottom: -16px;
  margin-left: -15px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -15px;
  margin-left: -15px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card, .card-deck .login-form .login-form-inner-wrapper, .login-form .card-deck .login-form-inner-wrapper {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card, .card-deck .login-form .login-form-inner-wrapper, .login-form .card-deck .login-form-inner-wrapper {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card, .login-form .card-group > .login-form-inner-wrapper {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card, .login-form .card-group > .login-form-inner-wrapper {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card, .login-form .card-group > .login-form-inner-wrapper + .card, .login-form .card-group > .card + .login-form-inner-wrapper, .login-form .card-group > .login-form-inner-wrapper + .login-form-inner-wrapper {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child), .login-form .card-group > .login-form-inner-wrapper:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top, .login-form .card-group > .login-form-inner-wrapper:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header,
          .login-form .card-group > .login-form-inner-wrapper:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom, .login-form .card-group > .login-form-inner-wrapper:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer,
          .login-form .card-group > .login-form-inner-wrapper:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child), .login-form .card-group > .login-form-inner-wrapper:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top, .login-form .card-group > .login-form-inner-wrapper:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header,
          .login-form .card-group > .login-form-inner-wrapper:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom, .login-form .card-group > .login-form-inner-wrapper:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer,
          .login-form .card-group > .login-form-inner-wrapper:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card, .card-columns .login-form .login-form-inner-wrapper, .login-form .card-columns .login-form-inner-wrapper {
  margin-bottom: 16px; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns .login-form .login-form-inner-wrapper, .login-form .card-columns .login-form-inner-wrapper {
      display: inline-block;
      width: 100%; } }

.accordion > .card, .login-form .accordion > .login-form-inner-wrapper {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child, .login-form .accordion > .login-form-inner-wrapper:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type), .login-form .accordion > .login-form-inner-wrapper:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type, .login-form .accordion > .login-form-inner-wrapper:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type, .login-form .accordion > .login-form-inner-wrapper:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header, .login-form .accordion > .login-form-inner-wrapper .card-header {
    margin-bottom: -1px; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .login-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #00008f;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #000072;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #00008f;
    background-color: #e9ecef; }

.list-group-item, .list-group li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e5e5e5; }
  .list-group-item:first-child, .list-group li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child, .list-group li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group li.disabled, .list-group-item:disabled, .list-group li:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active, .list-group li.active {
    z-index: 2;
    color: #fff;
    background-color: #f5f5f5;
    border-color: #e5e5e5; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item, .list-group-horizontal .list-group li, .list-group .list-group-horizontal li {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child, .list-group-horizontal .list-group li:first-child, .list-group .list-group-horizontal li:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child, .list-group-horizontal .list-group li:last-child, .list-group .list-group-horizontal li:last-child {
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item, .list-group-horizontal-sm .list-group li, .list-group .list-group-horizontal-sm li {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child, .list-group-horizontal-sm .list-group li:first-child, .list-group .list-group-horizontal-sm li:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child, .list-group-horizontal-sm .list-group li:last-child, .list-group .list-group-horizontal-sm li:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item, .list-group-horizontal-md .list-group li, .list-group .list-group-horizontal-md li {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child, .list-group-horizontal-md .list-group li:first-child, .list-group .list-group-horizontal-md li:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child, .list-group-horizontal-md .list-group li:last-child, .list-group .list-group-horizontal-md li:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item, .list-group-horizontal-lg .list-group li, .list-group .list-group-horizontal-lg li {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child, .list-group-horizontal-lg .list-group li:first-child, .list-group .list-group-horizontal-lg li:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child, .list-group-horizontal-lg .list-group li:last-child, .list-group .list-group-horizontal-lg li:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item, .list-group-horizontal-xl .list-group li, .list-group .list-group-horizontal-xl li {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child, .list-group-horizontal-xl .list-group li:first-child, .list-group .list-group-horizontal-xl li:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child, .list-group-horizontal-xl .list-group li:last-child, .list-group .list-group-horizontal-xl li:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item, .list-group-flush .list-group li, .list-group .list-group-flush li {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child, .list-group-flush .list-group li:last-child, .list-group .list-group-flush li:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child, .list-group-flush:first-child .list-group li:first-child, .list-group .list-group-flush:first-child li:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child, .list-group-flush:last-child .list-group li:last-child, .list-group .list-group-flush:last-child li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085; }
  a.list-group-item-primary .list-group-item-heading,
  button.list-group-item-primary .list-group-item-heading {
    color: inherit; }
  a.list-group-item-primary:hover, a.list-group-item-primary:focus,
  button.list-group-item-primary:hover,
  button.list-group-item-primary:focus {
    color: #004085;
    background-color: #9fcdff; }
  a.list-group-item-primary.active, a.list-group-item-primary.active:hover, a.list-group-item-primary.active:focus,
  button.list-group-item-primary.active,
  button.list-group-item-primary.active:hover,
  button.list-group-item-primary.active:focus {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #383d41; }
  a.list-group-item-secondary .list-group-item-heading,
  button.list-group-item-secondary .list-group-item-heading {
    color: inherit; }
  a.list-group-item-secondary:hover, a.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  a.list-group-item-secondary.active, a.list-group-item-secondary.active:hover, a.list-group-item-secondary.active:focus,
  button.list-group-item-secondary.active,
  button.list-group-item-secondary.active:hover,
  button.list-group-item-secondary.active:focus {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #155724;
    background-color: #b1dfbb; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #0c5460;
    background-color: #abdde5; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #856404;
    background-color: #ffe8a1; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }
  a.list-group-item-light .list-group-item-heading,
  button.list-group-item-light .list-group-item-heading {
    color: inherit; }
  a.list-group-item-light:hover, a.list-group-item-light:focus,
  button.list-group-item-light:hover,
  button.list-group-item-light:focus {
    color: #818182;
    background-color: #ececf6; }
  a.list-group-item-light.active, a.list-group-item-light.active:hover, a.list-group-item-light.active:focus,
  button.list-group-item-light.active,
  button.list-group-item-light.active:hover,
  button.list-group-item-light.active:focus {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }
  a.list-group-item-dark .list-group-item-heading,
  button.list-group-item-dark .list-group-item-heading {
    color: inherit; }
  a.list-group-item-dark:hover, a.list-group-item-dark:focus,
  button.list-group-item-dark:hover,
  button.list-group-item-dark:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  a.list-group-item-dark.active, a.list-group-item-dark.active:hover, a.list-group-item-dark.active:focus,
  button.list-group-item-dark.active,
  button.list-group-item-dark.active:hover,
  button.list-group-item-dark.active:focus {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none solid transparent;
  border-radius: none;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none solid #e5e5e5;
  border-top-left-radius: none;
  border-top-right-radius: none; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 32px; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 30px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
  border-top: none solid #e5e5e5;
  border-bottom-right-radius: none;
  border-bottom-left-radius: none; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0, 0); }

[data-aos='fade-up'] {
  transform: translate(0, 100px); }

[data-aos='fade-down'] {
  transform: translate(0, -100px); }

[data-aos='fade-right'] {
  transform: translate(-100px, 0); }

[data-aos='fade-left'] {
  transform: translate(100px, 0); }

[data-aos='fade-up-right'] {
  transform: translate(-100px, 100px); }

[data-aos='fade-up-left'] {
  transform: translate(100px, 100px); }

[data-aos='fade-down-right'] {
  transform: translate(-100px, -100px); }

[data-aos='fade-down-left'] {
  transform: translate(100px, -100px); }

/**
   * Zoom animations:
   * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
   * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
   */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate(0, 100px) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate(0, -100px) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate(-100px, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate(100px, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate(0, 100px) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate(0, -100px) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate(-100px, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate(100px, 0) scale(1.2); }

/**
   * Slide animations
   */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0, 0); }

[data-aos='slide-up'] {
  transform: translateY(100%); }

[data-aos='slide-down'] {
  transform: translateY(-100%); }

[data-aos='slide-right'] {
  transform: translateX(-100%); }

[data-aos='slide-left'] {
  transform: translateX(100%); }

/**
   * Flip animations:
   * flip-left, flip-right, flip-up, flip-down
   */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[class^="css-col-"] > *:first-child, [class*=" css-col-"] > *:first-child {
  margin-top: 0; }

@media only screen and (min-width: 576px) {
  .css-col-sm-2 {
    column-count: 2; }
  .css-col-sm-3 {
    column-count: 3; }
  .css-col-sm-4 {
    column-count: 4; } }

@media only screen and (min-width: 768px) {
  .css-col-md-2 {
    column-count: 2; }
  .css-col-md-3 {
    column-count: 3; }
  .css-col-md-4 {
    column-count: 4; } }

@media only screen and (min-width: 992px) {
  .css-col-lg-2 {
    column-count: 2; }
  .css-col-lg-3 {
    column-count: 3; }
  .css-col-lg-4 {
    column-count: 4; } }

@media only screen and (min-width: 1200px) {
  .css-col-xl-2 {
    column-count: 2; }
  .css-col-xl-3 {
    column-count: 3; }
  .css-col-xl-4 {
    column-count: 4; } }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #333;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.85;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(51, 51, 51, 0.7);
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #333; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #333; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #333;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: top;
  outline: none;
  right: 15px;
  top: 15px; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: #00008f; }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: #00008f; }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  transform: rotate(45deg); }

.fancybox-button--close::after {
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Fullscreen  */
.fancybox-button--fullscreen {
  display: none !important; }

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* React Lightbox */
.lightbox {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px; }
  .lightbox .lightbox-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 6px; }
    .lightbox .lightbox-content .close {
      position: absolute;
      top: 6px;
      right: 5px;
      padding: 2px 4px;
      color: #333;
      font-size: 3rem;
      line-height: 0.6em;
      display: block;
      cursor: pointer;
      font-weight: 600;
      opacity: 0.8;
      z-index: 999; }
      .lightbox .lightbox-content .close:hover {
        opacity: 1; }

.lightbox-open {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s; }

.lightbox-closed {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s; }

.react-autosuggest__container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-autosuggest__input {
  width: 100%; }

.react-autosuggest__input--focused {
  outline: none; }

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  display: none; }

.react-autosuggest__suggestions-container--open {
  display: block;
  top: 49px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: 300;
  font-size: 1rem;
  z-index: 2;
  max-height: 200px;
  overflow-y: scroll; }

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0; }

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd; }

.react-autosuggest__suggestion-match {
  font-weight: bold; }

.react-autosuggest__no-suggestions {
  font-size: 1rem;
  margin: 3px 0; }

.mobile-view .react-autosuggest__container {
  overflow: visible; }

.mobile-view .react-autosuggest__suggestions-container--open {
  max-height: 300px; }

.DayPicker {
  display: inline-block; }

.DayPicker-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.DayPicker-Months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 1rem;
  margin-top: 1rem; }

.DayPicker-NavButton {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1.5rem;
  margin-top: 2px;
  color: #8b9898;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center; }

.DayPicker-NavButton:hover {
  opacity: 0.8; }

.DayPicker-NavButton--prev {
  margin-right: 1.5rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC"); }

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg=="); }

.DayPicker-NavButton--interactionDisabled {
  display: none; }

.DayPicker-Caption {
  padding: 0 0.5rem;
  display: table-caption;
  text-align: left;
  margin-bottom: 0.5rem; }

.DayPicker-Caption > div {
  font-size: 1.15rem;
  font-weight: 500; }

.DayPicker-Weekdays {
  margin-top: 1rem;
  display: table-header-group; }

.DayPicker-WeekdaysRow {
  display: table-row; }

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
  color: #8b9898; }

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none; }

.DayPicker-Body {
  display: table-row-group; }

.DayPicker-Week {
  display: table-row; }

.DayPicker-Day {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  padding: 7px 10px 8px 10px; }

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5rem;
  text-align: right;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 0.75rem;
  cursor: pointer;
  color: #8b9898;
  border-right: 1px solid #eaecec; }

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default; }

.DayPicker-Footer {
  padding-top: 0.5rem; }

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #4a90e2;
  font-size: 0.875rem; }

.mobile-view .DayPickerInput-Overlay {
  left: -39px; }

.mobile-view .DayPicker-wrapper {
  padding: 5px; }

.mobile-view .DayPicker-Month {
  margin: 6px; }

/* Default modifiers */
.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 700; }

.DayPicker-Day--outside {
  cursor: default;
  color: #8b9898; }

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default; }

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #f7f8f8; }

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  color: #f0f8ff;
  background-color: #4a90e2;
  border-radius: 100%; }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51a0fa; }

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #f0f8ff;
  border-radius: 50%; }

/* DayPickerInput */
.DayPickerInput {
  display: inline-block; }
  .DayPickerInput input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

.DayPickerInput-OverlayWrapper {
  position: relative; }

.DayPickerInput-Overlay {
  left: 0;
  z-index: 1;
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.desktop-view,
.form.desktop-view {
  margin-top: 30px; }

.react-loading-spinner {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999; }
  .react-loading-spinner svg {
    fill: #00008f;
    position: absolute;
    width: 60px;
    top: 50%;
    right: 50%;
    margin-right: -30px;
    margin-top: -30px; }
  @media only screen and (min-width: 768px) {
    .react-loading-spinner svg {
      width: 100px;
      margin-right: -50px;
      margin-top: -50px; } }

.react-loading-spinner.small-spinner {
  position: absolute !important; }
  .react-loading-spinner.small-spinner svg {
    width: 60px;
    margin-right: -30px;
    margin-top: -30px; }

.field .react-loading-spinner {
  margin: 0 !important;
  background: none;
  left: auto;
  width: 2.5em !important;
  height: 2.5em !important; }
  .field .react-loading-spinner svg {
    margin: 0 !important;
    right: 0.625em !important;
    top: 0.625em !important;
    width: 1.25em !important;
    height: 1.25em !important; }
  @media only screen and (min-width: 768px) {
    .field .react-loading-spinner {
      width: 3.125em !important;
      height: 3.125em !important; }
      .field .react-loading-spinner svg {
        width: 1.875em !important;
        height: 1.875em !important; } }

.mobile-view,
.form.mobile-view {
  background-color: #f5f5f5; }
  .mobile-view .react-autosuggest__container,
  .form.mobile-view .react-autosuggest__container {
    text-align: left;
    overflow: visible; }
  .mobile-view .react-autosuggest__suggestions-container--open,
  .form.mobile-view .react-autosuggest__suggestions-container--open {
    max-height: 300px; }
  .mobile-view .progress-strip,
  .form.mobile-view .progress-strip {
    display: none; }
  .mobile-view fieldset,
  .mobile-view section,
  .form.mobile-view fieldset,
  .form.mobile-view section {
    position: initial;
    padding: 0;
    border: none !important;
    box-shadow: none !important; }
    .mobile-view fieldset header .title,
    .mobile-view section header .title,
    .form.mobile-view fieldset header .title,
    .form.mobile-view section header .title {
      line-height: 34px; }
  .mobile-view .field,
  .form.mobile-view .field {
    margin: 0;
    padding: 20px;
    text-align: center; }
    .mobile-view .field.group,
    .form.mobile-view .field.group {
      margin: 0; }
    .mobile-view .field.emphasis .rich-text, .mobile-view .field.important .rich-text,
    .form.mobile-view .field.emphasis .rich-text,
    .form.mobile-view .field.important .rich-text {
      text-align: left; }
    .mobile-view .field .label:not(.small),
    .form.mobile-view .field .label:not(.small) {
      padding: 0 40px 20px 40px; }
    .mobile-view .field .label.small,
    .form.mobile-view .field .label.small {
      text-align: left; }
    .mobile-view .field .checkbox-wrapper,
    .form.mobile-view .field .checkbox-wrapper {
      display: inline-block;
      margin: 15px 0 0 0; }
      .mobile-view .field .checkbox-wrapper label,
      .form.mobile-view .field .checkbox-wrapper label {
        padding: 0; }
    .mobile-view .field .alert,
    .form.mobile-view .field .alert {
      text-align: left; }
    .mobile-view .field.group,
    .form.mobile-view .field.group {
      display: block; }
    .mobile-view .field.date-picker,
    .form.mobile-view .field.date-picker {
      min-height: 420px; }
    .mobile-view .field .select-wrapper,
    .form.mobile-view .field .select-wrapper {
      margin: 0; }
      .mobile-view .field .select-wrapper:before,
      .form.mobile-view .field .select-wrapper:before {
        font-size: 0.875em;
        right: 0.875em;
        top: 0.875em; }
    .mobile-view .field .radio-wrapper,
    .form.mobile-view .field .radio-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .mobile-view .field .radio-wrapper .option,
      .form.mobile-view .field .radio-wrapper .option {
        margin: 0 7px 10px 7px; }
        .mobile-view .field .radio-wrapper .option label,
        .form.mobile-view .field .radio-wrapper .option label {
          margin: 0; }
      .mobile-view .field .radio-wrapper.iconbutton-style .option,
      .form.mobile-view .field .radio-wrapper.iconbutton-style .option {
        width: 100%; }
    .mobile-view .field .field-inner-wrapper.with-addon,
    .form.mobile-view .field .field-inner-wrapper.with-addon {
      justify-content: center;
      margin-top: 18px; }
    .mobile-view .field .validation-message, .mobile-view .field .validation-summary,
    .form.mobile-view .field .validation-message,
    .form.mobile-view .field .validation-summary {
      margin-top: 10px; }
  .mobile-view .fixed-buttons,
  .form.mobile-view .fixed-buttons {
    border-top: solid 5px rgba(245, 245, 245, 0.9);
    background-clip: padding-box;
    background-color: rgba(245, 245, 245, 0.98);
    bottom: 0;
    position: sticky;
    padding: 20px;
    z-index: 999999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1s; }
    .mobile-view .fixed-buttons .button-group button:first-child,
    .form.mobile-view .fixed-buttons .button-group button:first-child {
      margin-top: 0; }
    .mobile-view .fixed-buttons .button-group button:last-child,
    .form.mobile-view .fixed-buttons .button-group button:last-child {
      margin-bottom: 0; }
    .mobile-view .fixed-buttons.hidden,
    .form.mobile-view .fixed-buttons.hidden {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.5s ease-in-out; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .skeleton-loader {
    height: 700px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "axa";
    font-size: 14px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "axa";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider-container {
  padding: 70px 20px;
  position: relative; }
  .slider-container .invalid:before {
    display: none; }

.slick-slider .field {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
  .slick-slider .field .label {
    text-align: center; }
  .slick-slider .field .input,
  .slick-slider .field .select,
  .slick-slider .field .options,
  .slick-slider .field .mobile-button-container {
    text-align: center; }

.slick-slider.section-slider > .slick-list {
  z-index: 1000; }

.slick-slider.section-slider section {
  position: relative; }
  .slick-slider.section-slider section header {
    z-index: 0;
    text-align: center;
    padding: 20px 30px 45px 30px; }

.slick-slider.field-slider {
  position: static; }

.slick-slider .slick-list {
  height: auto !important; }

.form-mobile {
  width: 100%; }
  .form-mobile .field {
    padding: 0 20px; }
  .form-mobile .slick-arrow.slick-disabled {
    display: none !important; }
  .form-mobile .slick-prev, .form-mobile .slick-next {
    min-width: initial;
    z-index: 999;
    margin: 0;
    width: 50px;
    height: 98px;
    top: 49px; }
    .form-mobile .slick-prev:before, .form-mobile .slick-next:before {
      color: #00008f;
      font-size: 22px;
      display: block;
      margin: 0 5px; }
  .form-mobile .slick-prev {
    left: 0;
    border-left: 0;
    background: white;
    background: linear-gradient(90deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%); }
    .form-mobile .slick-prev:before {
      transform: rotate(-90deg); }
  .form-mobile .slick-next {
    right: 0;
    border-right: 0;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 10%, white 100%); }
    .form-mobile .slick-next:before {
      transform: rotate(90deg); }
  .form-mobile .visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s; }
  .form-mobile .hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s; }

.field-wrapper-mobile.slick-slider {
  padding: 20px 0;
  box-sizing: border-box; }

.field-wrapper-mobile:before, .field-wrapper-mobile:after {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  z-index: 100; }

.field-wrapper-mobile:before {
  background: linear-gradient(to right, #f4f3f4 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0; }

.field-wrapper-mobile:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f4f3f4 100%);
  top: 0;
  right: 0; }

.field-wrapper-mobile .slick-slide {
  overflow: hidden; }

.slick-dots {
  top: 55px;
  height: 40px;
  padding: 10px 0; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin: 2px 6px;
    background: #4040ab;
    border-radius: 100%;
    opacity: 0.4;
    transition: all .5s;
    cursor: default; }
    .slick-dots li button {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      background: transparent;
      border: 2px solid transparent;
      border-radius: 100%; }
      .slick-dots li button.validField {
        cursor: pointer; }
      .slick-dots li button.invalidField {
        pointer-events: none;
        cursor: default; }
      .slick-dots li button:before, .slick-dots li button:after {
        display: none; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1;
        transition: all .5s; }
    .slick-dots li.slick-active {
      opacity: 1; }
      .slick-dots li.slick-active button {
        border-color: #4040ab; }
        .slick-dots li.slick-active button:before {
          display: none; }
      .slick-dots li.slick-active ~ li {
        background: #aaa; }

.arrow {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  min-width: initial;
  z-index: 999;
  margin: 0;
  width: 44px;
  height: 98px;
  top: 49px;
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .arrow:disabled {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
  .arrow:hover, .arrow:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .arrow:hover:before, .arrow:focus:before {
      opacity: 1; }
  .arrow.slick-disabled:before {
    opacity: 0.25; }
  .arrow span:before {
    color: #00008f;
    display: block;
    margin: 0 5px;
    font-family: "axa";
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.arrow-prev {
  left: 0; }
  .arrow-prev span:before {
    transform: rotate(-90deg); }

.arrow-next {
  right: 0; }
  .arrow-next span:before {
    transform: rotate(90deg); }

.arrow-up {
  top: 5px;
  right: 5px; }
  .arrow-up span:before {
    transform: rotate(0deg); }

.arrow-down {
  top: 5px;
  right: 5px; }
  .arrow-down span:before {
    transform: rotate(180deg); }

.arrow-disabled {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.repeater-section .slider-container {
  padding: 10px; }

.repeater-section .slick-dots {
  top: -50px;
  margin-left: -20px; }

.repeater-section div.slick-prev, .repeater-section div.slick-next {
  top: -50px; }

button.slick-arrow.slick-next, button.slick-arrow.slick.prev {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }
  button.slick-arrow.slick-next:disabled, button.slick-arrow.slick.prev:disabled {
    opacity: 0.35;
    transition: opacity 0.5s ease-in-out; }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  transition: none !important; }

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px); }

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px; }

.tippy-popper[x-placement^=top] [x-circle] {
  -webkit-transform-origin: 0 33%;
  transform-origin: 0 33%; }

.tippy-popper[x-placement^=top] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
  opacity: 1; }

.tippy-popper[x-placement^=top] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg); }

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px; }

.tippy-popper[x-placement^=bottom] [x-circle] {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
  opacity: 1; }

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -5%);
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px; }

.tippy-popper[x-placement^=left] [x-circle] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=left] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg); }

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px; }

.tippy-popper[x-placement^=right] [x-circle] {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=right] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg); }

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent; }

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff; }

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent; }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .95rem;
  padding: .4rem .8rem;
  padding-right: 7px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip--small {
  padding: .25rem .5rem;
  font-size: .8rem; }

.tippy-tooltip--big {
  padding: .6rem 1.2rem;
  font-size: 1.2rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease; }

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

.tippy-popper {
  max-width: 600px; }

.tippy-popper .tippy-tooltip.light-theme {
  color: #fff;
  font-size: 1rem; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 16px solid #00008f;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #00008f; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 16px solid transparent;
  border-top: 16px solid #00008f;
  border-left: 16px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 16px solid #00008f;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent; }

.tippy-tooltip {
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: left; }
  .tippy-tooltip .arrow-big,
  .tippy-tooltip .arrow-small {
    z-index: 2; }
  .tippy-tooltip .tippy-tooltip-content {
    display: inline-block !important; }
    .tippy-tooltip .tippy-tooltip-content:before {
      display: none; }

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.fade-leave {
  opacity: 1; }

.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.fade-appear {
  opacity: 0.01; }

.fade-appear.fade-appear-active {
  opacity: 1;
  transition: opacity .5s ease-in; }

.alert {
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 0 0 0 8px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1) inset;
  color: #333333;
  padding: 1.25em;
  position: relative; }
  .alert p {
    color: #333333; }
  .alert a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white) {
    text-decoration: underline; }
  .alert:before {
    left: 1em;
    top: 1.313em;
    position: absolute; }
  .alert.failure {
    background-color: #e196aa;
    color: #c91432;
    padding-left: 3em; }
    .alert.failure:before {
      content: ""; }
  .alert.info {
    background-color: #b5d0ee;
    color: #00008f;
    padding-left: 3em; }
    .alert.info:before {
      content: ""; }
  .alert.success {
    background-color: #9fd9b4;
    color: #1d4d2f;
    padding-left: 3em; }
    .alert.success:before {
      content: ""; }
  .alert.warning {
    background-color: #fcd385;
    color: #914146;
    padding-left: 3em; }
    .alert.warning:before {
      content: ""; }
  .alert.custom-icon:before {
    display: none; }
  .alert.custom-icon [class^="icon-"], .alert.custom-icon [class*=" icon-"] {
    left: 17px;
    top: 21px;
    position: absolute; }
  .alert.micro {
    border-width: 0 0 0 4px;
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 8px;
    line-height: 1.833em;
    padding: 1px 7px !important; }
    .alert.micro:before {
      display: none; }
    .alert.micro:last-child {
      margin-right: 0; }

.btn-selection .btn, .btn-selection .btn-secondary, .btn-selection .btn-ghost, .btn-selection .btn-ghost-white, .btn-selection .link {
  margin: 15px; }

.btn, .btn-secondary, .btn-ghost, .btn-ghost-white {
  align-items: center;
  background-color: #00008f;
  border-color: #000072;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 2px 0;
  color: #ffffff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: normal 600 0.875em/1em "Source Sans Pro", Arial, sans-serif;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.05em;
  outline: none;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 195ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 195ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 195ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 195ms cubic-bezier(0.4, 0, 1, 1);
  user-select: none;
  vertical-align: middle;
  z-index: 0; }
  .btn:active, .btn-secondary:active, .btn-ghost:active, .btn-ghost-white:active {
    background-color: #00008f;
    color: #ffffff; }
  .btn:hover, .btn-secondary:hover, .btn-ghost:hover, .btn-ghost-white:hover {
    background-color: #00008f;
    color: #ffffff;
    text-decoration: none; }
  .btn:focus, .btn-secondary:focus, .btn-ghost:focus, .btn-ghost-white:focus {
    background-color: #00008f;
    color: #ffffff; }
  .btn:disabled, .btn-secondary:disabled, .btn-ghost:disabled, .btn-ghost-white:disabled {
    background-color: #e5e5e5 !important;
    border-color: #cccccc !important;
    cursor: not-allowed;
    transition: none; }
    .btn:disabled:hover:before, .btn-secondary:disabled:hover:before, .btn-ghost:disabled:hover:before, .btn-ghost-white:disabled:hover:before, .btn:disabled:hover:after, .btn-secondary:disabled:hover:after, .btn-ghost:disabled:hover:after, .btn-ghost-white:disabled:hover:after {
      transition: none; }
  @media (pointer: fine) {
    .btn:active, .btn-secondary:active, .btn-ghost:active, .btn-ghost-white:active, .btn:hover, .btn-secondary:hover, .btn-ghost:hover, .btn-ghost-white:hover, .btn:focus, .btn-secondary:focus, .btn-ghost:focus, .btn-ghost-white:focus {
      color: #ffffff; }
      .btn:active:after, .btn-secondary:active:after, .btn-ghost:active:after, .btn-ghost-white:active:after, .btn:hover:after, .btn-secondary:hover:after, .btn-ghost:hover:after, .btn-ghost-white:hover:after, .btn:focus:after, .btn-secondary:focus:after, .btn-ghost:focus:after, .btn-ghost-white:focus:after {
        opacity: 1;
        width: 110%; } }
  .btn.btn-block, .btn-block.btn-secondary, .btn-block.btn-ghost, .btn-block.btn-ghost-white {
    box-sizing: border-box;
    width: 100%; }
  .btn.btn-md, .btn-md.btn-secondary, .btn-md.btn-ghost, .btn-md.btn-ghost-white {
    font-size: 0.875rem;
    height: 2.857em; }
  .btn.btn-sm, .btn-sm.btn-secondary, .btn-sm.btn-ghost, .btn-sm.btn-ghost-white {
    font-size: 0.875rem;
    height: 2.5em;
    padding-top: 1px; }
  @media only screen and (min-width: 768px) {
    .btn, .btn-secondary, .btn-ghost, .btn-ghost-white {
      font-size: 1rem;
      height: 3.125em;
      padding: 0 1.875em; }
      .btn.btn-md, .btn-md.btn-secondary, .btn-md.btn-ghost, .btn-md.btn-ghost-white {
        padding: 0 1.429em; }
      .btn.btn-sm, .btn-sm.btn-secondary, .btn-sm.btn-ghost, .btn-sm.btn-ghost-white {
        padding: 0.143em 1.429em 0; } }

/*Secondary color*/
.btn-secondary {
  background-color: #f07662;
  border-color: #c05e4e; }
  .btn-secondary:after {
    background-color: #c05e4e; }
  .btn-secondary:active {
    background-color: #c05e4e;
    color: #ffffff; }
  .btn-secondary:hover {
    background-color: #c05e4e;
    color: #ffffff;
    text-decoration: none; }
  .btn-secondary:focus {
    background-color: #c05e4e;
    color: #ffffff; }

/*Ghost button*/
.btn-ghost, .btn-ghost-white {
  background-color: transparent;
  border: solid 2px #00008f;
  color: #00008f; }
  .btn-ghost.btn-sm, .btn-sm.btn-ghost-white {
    padding-top: 0; }
  .btn-ghost.btn-icon:active.btn-ghost-white:before, .btn-icon:active.btn-ghost-white:before, .btn-arrow:active.btn-ghost-white:before, .btn-ghost.btn-icon:hover.btn-ghost-white:before, .btn-icon:hover.btn-ghost-white:before, .btn-arrow:hover.btn-ghost-white:before, .btn-ghost.btn-icon:focus.btn-ghost-white:before, .btn-icon:focus.btn-ghost-white:before, .btn-arrow:focus.btn-ghost-white:before {
    border-left-color: #00008f; }
  .btn-ghost.btn-icon:before, .btn-icon.btn-ghost-white:before, .btn-ghost-white.btn-arrow:before, .btn-ghost.btn-arrow:before, .btn-ghost.btn-arrow:before, .btn-arrow.btn-ghost-white:before {
    font-weight: 600;
    line-height: 37px; }
  .btn-ghost.btn-icon.btn-sm:before, .btn-icon.btn-sm.btn-ghost-white:before, .btn-sm.btn-ghost-white.btn-arrow:before, .btn-ghost.btn-sm.btn-arrow:before, .btn-ghost.btn-arrow.btn-sm:before, .btn-arrow.btn-sm.btn-ghost-white:before {
    line-height: 27px; }
  @media only screen and (min-width: 768px) {
    .btn-ghost.btn-icon:before, .btn-icon.btn-ghost-white:before, .btn-ghost-white.btn-arrow:before, .btn-ghost.btn-arrow:before, .btn-ghost.btn-arrow:before, .btn-arrow.btn-ghost-white:before {
      line-height: 47px; }
    .btn-ghost.btn-icon.btn-md:before, .btn-icon.btn-md.btn-ghost-white:before, .btn-md.btn-ghost-white.btn-arrow:before, .btn-ghost.btn-md.btn-arrow:before, .btn-ghost.btn-arrow.btn-md:before, .btn-arrow.btn-md.btn-ghost-white:before {
      line-height: 37px; } }
  .btn-ghost svg, .btn-ghost-white svg {
    fill: currentColor; }
  .btn-ghost:active, .btn-ghost-white:active, .btn-ghost:hover, .btn-ghost-white:hover, .btn-ghost:focus, .btn-ghost-white:focus {
    background-color: transparent;
    border-color: #000072;
    color: #000072; }
  @media (pointer: fine) {
    .btn-ghost:active, .btn-ghost-white:active, .btn-ghost:hover, .btn-ghost-white:hover, .btn-ghost:focus, .btn-ghost-white:focus {
      border-color: #000072;
      color: #ffffff; }
      .btn-ghost:active:after, .btn-ghost-white:active:after, .btn-ghost:hover:after, .btn-ghost-white:hover:after, .btn-ghost:focus:after, .btn-ghost-white:focus:after {
        opacity: 1;
        width: 110%; } }

.btn-ghost-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff; }
  .btn-ghost-white:after {
    background-color: #ffffff; }
  .btn-ghost-white:active, .btn-ghost-white:hover, .btn-ghost-white:focus {
    background-color: transparent;
    border-color: #ffffff;
    color: #00008f; }
    .btn-ghost-white:active:after, .btn-ghost-white:hover:after, .btn-ghost-white:focus:after {
      opacity: 1;
      width: 110%; }

/*ICON BUTTON STYLE*/
.btn-icon, .btn-arrow {
  padding-right: 60px;
  /* Alternative sizes */ }
  .btn-icon:before, .btn-arrow:before {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
  .btn-icon.btn-ghost:before, .btn-icon.btn-ghost-white:before, .btn-ghost-white.btn-arrow:before, .btn-ghost.btn-arrow:before {
    border-left: 2px solid; }
  .btn-icon.btn-md, .btn-md.btn-arrow {
    padding-right: 60px; }
    .btn-icon.btn-md:before, .btn-md.btn-arrow:before {
      line-height: 40px;
      width: 40px; }
  .btn-icon.btn-sm, .btn-sm.btn-arrow {
    padding-right: 50px; }
    .btn-icon.btn-sm:before, .btn-sm.btn-arrow:before {
      font-size: 12px;
      line-height: 30px;
      width: 30px; }
  @media only screen and (min-width: 768px) {
    .btn-icon, .btn-arrow {
      padding-right: 80px; }
      .btn-icon:before, .btn-arrow:before {
        font-size: 16px;
        line-height: 50px;
        width: 50px; } }

/*ARROW BUTTON STYLE*/
.btn-arrow {
  padding-right: 50px; }
  .btn-arrow.btn-icon:active:after, .btn-arrow:active:after, .btn-arrow.btn-icon:hover:after, .btn-arrow:hover:after, .btn-arrow.btn-icon:focus:after, .btn-arrow:focus:after {
    opacity: 1 !important; }
  .btn-arrow:before {
    border-left: none;
    margin-right: 20px;
    width: auto; }
  .btn-arrow.btn-ghost:before, .btn-arrow.btn-ghost-white:before {
    border-left: none; }
  .btn-arrow.btn-md {
    padding-right: 50px; }
    .btn-arrow.btn-md:before {
      font-size: 14px;
      margin-right: 20px;
      width: auto; }
  .btn-arrow.btn-sm {
    padding-right: 40px; }
    .btn-arrow.btn-sm:before {
      font-size: 12px;
      margin-right: 20px;
      width: auto; }
  @media (pointer: fine) {
    .btn-arrow:hover:before {
      animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1); } }
  @media only screen and (min-width: 768px) {
    .btn-arrow {
      padding-right: 60px; }
      .btn-arrow:before {
        margin-right: 30px; } }

/* ICON SELECTION */
.btn-download:before {
  content: ""; }

.btn-download:hover:before {
  animation: animate-arrow-down 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

.btn-prev {
  padding-left: 60px;
  padding-right: 20px; }
  .btn-prev:before {
    content: "";
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .btn-prev.btn-ghost:before, .btn-prev.btn-ghost-white:before {
    border-left: none;
    border-right: 1px solid #00008f; }
  .btn-prev:hover:before {
    animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  @media only screen and (min-width: 768px) {
    .btn-prev {
      padding-left: 80px;
      padding-right: 30px; } }

.btn-email:before {
  content: ""; }

.btn-phone:before {
  content: ""; }

.btn-loading {
  padding-right: 60px;
  pointer-events: none; }
  .btn-loading:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath opacity='.25' fill='%23FFFFFF' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'%3E%3C/path%3E%3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z' fill='%23FFFFFF' transform='rotate(284.341 16 16)'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
    border: none !important;
    content: '';
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px; }
  .btn-loading.btn-ghost:before, .btn-loading.btn-ghost-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath opacity='.25' fill='%2300008F' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'%3E%3C/path%3E%3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z' fill='%2300008F' transform='rotate(284.341 16 16)'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E"); }
  .btn-loading.btn-ghost-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath opacity='.25' fill='%23FFFFFF' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'%3E%3C/path%3E%3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z' fill='%23FFFFFF' transform='rotate(284.341 16 16)'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E"); }
  .btn-loading.btn-sm:before {
    height: 18px;
    margin-top: -9px;
    right: 6px;
    width: 18px; }
  .btn-loading.btn-md:before {
    height: 24px;
    margin-top: -12px;
    right: 8px;
    width: 24px; }
  @media only screen and (min-width: 768px) {
    .btn-loading {
      padding-right: 80px; } }

.divider {
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin: 30px 0; }

.image, .card .card-img-top, .login-form .login-form-inner-wrapper .card-img-top {
  display: block;
  overflow: hidden;
  position: relative; }
  .image img, .card .card-img-top img, .login-form .login-form-inner-wrapper .card-img-top img {
    height: auto;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
  .image.wide, .card .wide.card-img-top, .login-form .login-form-inner-wrapper .wide.card-img-top {
    overflow: visible; }
    .image.wide img, .card .wide.card-img-top img, .login-form .login-form-inner-wrapper .wide.card-img-top img {
      margin: 0 -45px;
      max-width: none;
      width: calc(100% + 90px); }
    @media only screen and (min-width: 768px) {
      .image.wide img, .card .wide.card-img-top img, .login-form .login-form-inner-wrapper .wide.card-img-top img {
        margin: 0 -75px;
        width: calc(100% + 150px); } }
    @media only screen and (min-width: 992px) {
      .image.wide img, .card .wide.card-img-top img, .login-form .login-form-inner-wrapper .wide.card-img-top img {
        margin: 0 -98px;
        width: calc(100% + 196px); } }
  .image figcaption, .card .card-img-top figcaption, .login-form .login-form-inner-wrapper .card-img-top figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    padding: 20px;
    position: absolute;
    width: 100%; }
    .image figcaption .title, .card .card-img-top figcaption .title, .login-form .login-form-inner-wrapper .card-img-top figcaption .title {
      padding-bottom: 0; }
      .image figcaption .title + *, .card .card-img-top figcaption .title + *, .login-form .login-form-inner-wrapper .card-img-top figcaption .title + * {
        margin-top: 5px; }
    .image figcaption:empty, .card .card-img-top figcaption:empty, .login-form .login-form-inner-wrapper .card-img-top figcaption:empty {
      display: none; }
    .image figcaption *:first-child, .card .card-img-top figcaption *:first-child, .login-form .login-form-inner-wrapper .card-img-top figcaption *:first-child {
      margin-top: 0; }
    .image figcaption *:last-child, .card .card-img-top figcaption *:last-child, .login-form .login-form-inner-wrapper .card-img-top figcaption *:last-child {
      margin-bottom: 0; }

a.image:hover img, .card a.card-img-top:hover img, .login-form .login-form-inner-wrapper a.card-img-top:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"] {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333333;
  font-size: 1em;
  height: 2.5em;
  line-height: 1.4;
  max-width: 100%;
  padding: 0.625em;
  transition: all 0.15s ease-out;
  vertical-align: middle;
  -webkit-appearance: none; }
  input[type="text"]:active,
  input[type="email"]:active,
  input[type="password"]:active,
  input[type="tel"]:active,
  input[type="url"]:active,
  input[type="number"]:active {
    background-color: #ffffff;
    border-color: #00008f; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  input[type="number"]:hover {
    background-color: #ffffff;
    border-color: #00008f; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="number"]:focus {
    background-color: #ffffff;
    border-color: #00008f; }
  input[type="text"].invalid,
  input[type="email"].invalid,
  input[type="password"].invalid,
  input[type="tel"].invalid,
  input[type="url"].invalid,
  input[type="number"].invalid {
    background-color: #ffffff;
    border-color: #c91432;
    color: #c91432; }
    input[type="text"].invalid:hover, input[type="text"].invalid:active, input[type="text"].invalid:focus,
    input[type="email"].invalid:hover,
    input[type="email"].invalid:active,
    input[type="email"].invalid:focus,
    input[type="password"].invalid:hover,
    input[type="password"].invalid:active,
    input[type="password"].invalid:focus,
    input[type="tel"].invalid:hover,
    input[type="tel"].invalid:active,
    input[type="tel"].invalid:focus,
    input[type="url"].invalid:hover,
    input[type="url"].invalid:active,
    input[type="url"].invalid:focus,
    input[type="number"].invalid:hover,
    input[type="number"].invalid:active,
    input[type="number"].invalid:focus {
      border-color: #c91432; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled,
  input[type="tel"]:disabled,
  input[type="url"]:disabled,
  input[type="number"]:disabled {
    background-color: #e5e5e5 !important;
    border-color: #cccccc !important;
    color: #999999 !important; }
  @media only screen and (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="url"],
    input[type="number"] {
      height: 3.125em;
      padding-left: 18px; } }
  @media all and (-ms-high-contrast: none) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="url"],
    input[type="number"] {
      padding-top: 15px;
      padding-bottom: 14px;
      line-height: 20px; } }

input[type="number"] {
  width: auto; }
  input[type="number"].no-buttons {
    -moz-appearance: textfield; }
    input[type="number"].no-buttons::-webkit-outer-spin-button, input[type="number"].no-buttons::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.radio-wrapper .option {
  display: inline-block;
  margin-right: 15px; }
  .radio-wrapper .option label {
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.25em;
    margin: 1.25em 2.5em 0.3125em 0;
    padding: 0.188em 0 0.688em 1.875em;
    position: relative;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear; }
    .radio-wrapper .option label:before {
      background: #ffffff;
      border-color: #cccccc;
      border-style: solid;
      border-width: 1px;
      border-radius: 50%;
      content: "";
      cursor: pointer;
      height: 1.25em;
      left: 0;
      position: absolute;
      top: 0.125em;
      -webkit-transition: border-color 0.15s linear;
      -moz-transition: border-color 0.15s linear;
      -ms-transition: border-color 0.15s linear;
      transition: border-color 0.15s linear;
      width: 1.25em; }
    .radio-wrapper .option label:after {
      border: 1px solid #00008f;
      border-radius: 50%;
      content: "";
      cursor: pointer;
      height: 0.5em;
      left: 0.375em;
      opacity: 0;
      position: absolute;
      top: 0.5em;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear;
      width: 0.5em; }
    .radio-wrapper .option label:hover {
      color: #00008f; }
      .radio-wrapper .option label:hover:before {
        border-color: #00008f; }
      .radio-wrapper .option label:hover:after {
        opacity: 1; }
  .radio-wrapper .option input[type="radio"]:focus + label {
    outline-color: #00008f;
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight; }
  .radio-wrapper .option input[type="radio"]:checked + label:after {
    background: #00008f;
    opacity: 1; }
  .radio-wrapper .option input[type="radio"]:checked + label:focus {
    border: 5px solid #000; }
  .radio-wrapper .option input[type="radio"]:disabled + label {
    cursor: default;
    pointer-events: none; }
    .radio-wrapper .option input[type="radio"]:disabled + label span {
      color: #999999; }

.radio-wrapper input[type="radio"] {
  display: block;
  left: -99999px;
  position: absolute; }

.radio-wrapper .valid {
  display: none; }

@media only screen and (min-width: 992px) {
  .radio-wrapper .option label {
    padding-left: 2.5em; }
    .radio-wrapper .option label:before {
      height: 1.875em;
      top: -0.313em;
      width: 1.875em; }
    .radio-wrapper .option label:after {
      left: 0.688em;
      top: 0.375em; } }

.radio-wrapper.button-style .option {
  margin: 0;
  text-align: center; }
  .radio-wrapper.button-style .option label {
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 0.067em;
    color: #333333;
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 400;
    height: 2.667em;
    letter-spacing: 1px;
    line-height: 2.533em;
    margin: 2px 10px 10px 0;
    min-width: 75px;
    padding: 0 1.333em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .radio-wrapper.button-style .option label:before, .radio-wrapper.button-style .option label:after {
      display: none; }
    .radio-wrapper.button-style .option label:hover {
      border-color: #00008f; }
  .radio-wrapper.button-style .option input[type="radio"]:checked + label {
    background-color: #ffffff;
    border-color: #00008f;
    box-shadow: 0 0 0 1px #00008f;
    color: #00008f;
    text-shadow: 0.5px 0 0 #00008f; }
  .radio-wrapper.button-style .option input[type="radio"]:disabled + label {
    cursor: default;
    pointer-events: none; }
    .radio-wrapper.button-style .option input[type="radio"]:disabled + label span {
      color: #999999; }

.radio-wrapper.button-style.small .option label {
  min-width: 70px;
  padding: 0 13px; }

.radio-wrapper.button-style .error-message {
  margin-top: -10px; }

.radio-wrapper.iconbutton-style .option {
  display: block;
  margin: 5px 0; }
  .radio-wrapper.iconbutton-style .option label {
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 0.067em;
    color: #333333;
    font-size: 0.938rem;
    font-weight: 400;
    display: table;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .radio-wrapper.iconbutton-style .option label span {
      color: #00008f; }
    .radio-wrapper.iconbutton-style .option label span[class^="icon-"], .radio-wrapper.iconbutton-style .option label span[class*=" icon-"] {
      display: table-cell;
      margin-right: 10px;
      font-size: 48px;
      text-shadow: none !important;
      width: 48px; }
    .radio-wrapper.iconbutton-style .option label span.text {
      display: table-cell;
      padding-left: 1em;
      vertical-align: middle; }
    .radio-wrapper.iconbutton-style .option label:before, .radio-wrapper.iconbutton-style .option label:after {
      display: none; }
    .radio-wrapper.iconbutton-style .option label:hover {
      border-color: #00008f; }
  .radio-wrapper.iconbutton-style .option input[type="radio"]:checked + label {
    background-color: #ffffff;
    border-color: #00008f;
    box-shadow: 0 0 0 1px #00008f;
    color: #00008f;
    text-shadow: 0.5px 0 0 #00008f; }
  .radio-wrapper.iconbutton-style .option input[type="radio"]:disabled + label {
    cursor: default;
    pointer-events: none; }
    .radio-wrapper.iconbutton-style .option input[type="radio"]:disabled + label span {
      color: #999999; }

@media only screen and (min-width: 768px) {
  .radio-wrapper.iconbutton-style {
    display: flex;
    margin: 0 -10px; }
    .radio-wrapper.iconbutton-style .option {
      display: inline-block;
      flex-basis: calc(33% - 20px);
      margin: 0 10px;
      max-width: 180px;
      text-align: center; }
      .radio-wrapper.iconbutton-style .option label {
        text-align: center; }
    .radio-wrapper.iconbutton-style input[type="radio"] + label {
      display: table-cell;
      height: 140px;
      padding: 0 20px 11px;
      vertical-align: bottom;
      width: 400px; }
      .radio-wrapper.iconbutton-style input[type="radio"] + label span[class^="icon-"], .radio-wrapper.iconbutton-style input[type="radio"] + label span[class*=" icon-"] {
        display: inline-block;
        font-size: 65px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 100%; }
      .radio-wrapper.iconbutton-style input[type="radio"] + label span.text {
        display: inline-block;
        padding-left: 0;
        vertical-align: bottom; } }

.checkbox-wrapper {
  display: block;
  margin: 15px 15px 0 0; }
  .checkbox-wrapper label {
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left; }
    .checkbox-wrapper label:before {
      background-color: #ffffff;
      border-color: #cccccc;
      border-style: solid;
      border-width: 1px;
      box-sizing: border-box;
      content: "";
      height: 28px;
      left: 0;
      padding: 9px;
      position: absolute;
      top: 0;
      width: 28px;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    .checkbox-wrapper label:after {
      border-color: transparent;
      border-style: solid;
      border-width: 1px;
      box-sizing: border-box;
      content: "";
      cursor: pointer;
      height: 10px;
      left: 9px;
      position: absolute;
      top: 9px;
      width: 10px;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    .checkbox-wrapper label:focus-within:before, .checkbox-wrapper label:focus-within:after {
      border-color: #00008f; }
    .checkbox-wrapper label:hover:before, .checkbox-wrapper label:hover:after {
      border-color: #00008f; }
    .checkbox-wrapper label + span {
      display: inline-block;
      font-size: inherit;
      font-weight: normal;
      margin-left: 38px;
      margin-top: 0.2em; }
  .checkbox-wrapper input[type="checkbox"] {
    display: block;
    left: -99999px;
    position: absolute; }
  .checkbox-wrapper input[type="checkbox"]:checked + label:after {
    background: #00008f; }
  .checkbox-wrapper input[type="checkbox"]:focus + label:before {
    outline-color: #00008f;
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight; }

.select-wrapper {
  display: inline-block;
  margin: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  vertical-align: bottom; }
  .select-wrapper:hover, .select-wrapper:active, .select-wrapper:focus, .select-wrapper:focus-within {
    background-color: #ffffff;
    border-color: #00008f; }
  .select-wrapper:before {
    color: #00008f;
    content: "";
    display: block;
    font-size: 1em;
    line-height: 1 !important;
    pointer-events: none;
    position: absolute;
    right: 1em;
    top: 1em;
    transform: rotate(180deg); }
  .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    height: 2.5em;
    font-size: 1rem;
    padding: 0 2.75em 0 0.625em;
    width: 100%; }
    .select-wrapper select option:not([value]),
    .select-wrapper select option[value=""],
    .select-wrapper select optgroup[disabled] {
      display: none; }
    .select-wrapper select:active {
      background-color: #ffffff;
      border-color: #00008f; }
    .select-wrapper select:hover {
      background-color: #ffffff;
      border-color: #00008f; }
    .select-wrapper select:focus {
      background-color: #ffffff;
      border-color: #00008f; }
    .select-wrapper select.invalid {
      background-color: #ffffff;
      border-color: #c91432;
      color: #c91432; }
      .select-wrapper select.invalid option {
        color: #333333; }
      .select-wrapper select.invalid:hover, .select-wrapper select.invalid:active, .select-wrapper select.invalid:focus {
        border-color: #c91432; }
    .select-wrapper select:disabled {
      background-color: #e5e5e5 !important;
      border-color: #cccccc !important;
      color: #999999 !important; }
  .select-wrapper select::-ms-expand {
    display: none; }
  @media only screen and (min-width: 768px) {
    .select-wrapper {
      margin: 0 8px 0 0; }
      .select-wrapper select {
        height: 3.125em;
        padding-left: 18px; } }

textarea {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333333;
  font-size: 1em;
  line-height: 1.4;
  padding: 0.625em;
  transition: all 0.15s ease-out;
  margin: 5px 5px 0 0;
  max-width: 100%;
  resize: none;
  vertical-align: bottom; }
  textarea:active {
    background-color: #ffffff;
    border-color: #00008f; }
  textarea:hover {
    background-color: #ffffff;
    border-color: #00008f; }
  textarea:focus {
    background-color: #ffffff;
    border-color: #00008f; }
  textarea.invalid {
    background-color: #ffffff;
    border-color: #c91432;
    color: #c91432; }
    textarea.invalid:hover, textarea.invalid:active, textarea.invalid:focus {
      border-color: #c91432; }
  textarea:disabled {
    background-color: #e5e5e5 !important;
    border-color: #cccccc !important;
    color: #999999 !important; }
  @media only screen and (min-width: 768px) {
    textarea {
      margin: 0 8px 0 0;
      padding-left: 18px; } }

::-webkit-input-placeholder {
  color: #999999; }

::-moz-placeholder {
  color: #999999; }

:-ms-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999; }

::-ms-clear {
  display: none; }

input[type="text"].full-width, .login-form .login-form-inner-wrapper form .field input[type="text"],
input[type="email"].full-width,
.login-form .login-form-inner-wrapper form .field input[type="email"],
input[type="password"].full-width,
.login-form .login-form-inner-wrapper form .field input[type="password"],
input[type="tel"].full-width,
.login-form .login-form-inner-wrapper form .field input[type="tel"],
input[type="url"].full-width,
.login-form .login-form-inner-wrapper form .field input[type="url"],
input[type="number"].full-width,
.login-form .login-form-inner-wrapper form .field input[type="number"],
.select-wrapper select.full-width,
textarea.full-width {
  margin-right: 0;
  width: 100%; }

.input-addon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 2em;
  background-color: #e9ecef;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  color: #333;
  pointer-events: none; }
  .input-addon.prepend {
    border-radius: 0.25em 0 0 0.25em;
    border-right: 0; }
    .input-addon.prepend + input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-addon.append {
    border-radius: 0 0.25em 0.25em 0;
    border-left: 0; }
    .input-addon.append + input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

button.input-addon {
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 9px;
  pointer-events: initial; }

label {
  color: #333333;
  display: block;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 24px;
  padding: 0 0 11px 0;
  text-align: left; }
  label a {
    color: #f07662;
    font-size: 0.85em;
    float: right;
    padding-top: 0.05em;
    text-decoration: none; }
    label a:hover {
      color: #c05e4e;
      text-decoration: underline; }
  label.small {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 3px 0;
    margin: 0;
    text-transform: uppercase; }

.link {
  box-sizing: border-box;
  color: #00008f;
  cursor: pointer !important;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .link:after {
    box-sizing: border-box;
    content: "";
    float: right;
    font-weight: 700;
    margin-left: 8px; }
  .link.text-only:after {
    display: none; }
  .link.text-only [class^="icon-"]:first-child,
  .link.text-only [class*=" icon-"]:first-child {
    margin-right: 8px; }
  .link:hover {
    color: #000072;
    text-decoration: none; }
    .link:hover:after {
      animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .link.alt {
    color: #f07662; }
    .link.alt:hover {
      color: #c05e4e; }
  .link.white {
    color: #ffffff; }
    .link.white:hover {
      color: #ffffff; }
  .link.grey {
    color: #999999; }
    .link.grey:hover {
      color: #999999; }
  .link.back:after {
    content: "";
    float: left;
    margin-right: 8px; }
  .link.back:hover:after {
    animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .link.list:after {
    content: "";
    float: left;
    margin-right: 8px; }

.dark-bg .link,
.darker-bg .link {
  color: #ffffff; }
  .dark-bg .link:hover,
  .darker-bg .link:hover {
    color: #ffffff; }
  .dark-bg .link.text-only,
  .darker-bg .link.text-only {
    text-decoration: underline; }

[class^="link-icon-"]:after, [class*=" link-icon-"]:after {
  float: left;
  margin-left: 0;
  margin-right: 8px;
  animation: none; }

.link-icon-download:after {
  content: ""; }

.link-icon-download:hover:after {
  animation: animate-arrow-down 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

.link-icon-phone:after {
  content: ""; }

.link-icon-phone:hover:after {
  animation: none; }

ul li {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px; }

ul.collapse-margin li {
  margin: 0; }

ul.standard {
  list-style: none;
  margin: 18px 0;
  padding: 0; }
  ul.standard li {
    position: relative;
    padding: 0 0 0 50px; }

ul.no-style {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.no-margins li {
  margin: 0; }

ul .terms {
  font-size: 0.875rem;
  line-height: 1.571em;
  margin: 0; }

ul.margin-top {
  margin-top: 15px; }

ul.blocks {
  list-style-type: none;
  padding: 0; }
  ul.blocks li {
    background: rgba(255, 255, 255, 0.25);
    display: block;
    font-size: 100%;
    margin: 5px;
    padding: 10px 15px; }
    ul.blocks li a {
      color: #ffffff; }
      ul.blocks li a:hover {
        text-decoration: underline; }
  ul.blocks.dark li {
    background: rgba(0, 0, 0, 0.15); }

@media only screen and (min-width: 768px) {
  ul li {
    font-size: 1.125rem;
    line-height: 1.5em; }
  ul.standard {
    margin: 34px 0; }
    ul.standard li {
      padding-left: 98px; }
      ul.standard li:before {
        left: 56px; }
  ul.floating-list li {
    float: left; }
  ul.quarter-list li {
    width: 50%; }
  ul.blocks li {
    display: inline-block; } }

@media only screen and (min-width: 992px) {
  ul.quarter-list li {
    width: 25%; } }

ul ol li {
  margin: 0 0 15px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400; }

ul ol.standard {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  counter-reset: numbers; }
  ul ol.standard li {
    counter-increment: numbers;
    position: relative;
    padding-left: 50px; }
    ul ol.standard li:before {
      color: #00008f;
      content: counter(numbers) ".";
      left: 20px;
      position: absolute;
      top: 0; }

ul ol.alphabet {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  counter-reset: alphabet; }
  ul ol.alphabet li {
    counter-increment: alphabet;
    position: relative;
    padding-left: 50px; }
    ul ol.alphabet li:before {
      color: #00008f;
      content: counter(alphabet, lower-latin) ".";
      left: 20px;
      position: absolute;
      top: 0; }

ul ol.alphabet-upper {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  counter-reset: alphabet-upper; }
  ul ol.alphabet-upper li {
    counter-increment: alphabet-upper;
    position: relative;
    padding-left: 50px; }
    ul ol.alphabet-upper li:before {
      color: #00008f;
      content: counter(alphabet-upper, upper-latin) ".";
      left: 20px;
      position: absolute;
      top: 0; }

ul ol.roman {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  counter-reset: roman; }
  ul ol.roman li {
    counter-increment: roman;
    position: relative;
    padding-left: 50px; }
    ul ol.roman li:before {
      color: #00008f;
      content: counter(roman, lower-roman) ".";
      left: 20px;
      position: absolute;
      top: 0; }

ul ol.roman-upper {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  counter-reset: roman-upper; }
  ul ol.roman-upper li {
    counter-increment: roman-upper;
    position: relative;
    padding-left: 50px; }
    ul ol.roman-upper li:before {
      color: #00008f;
      content: counter(roman-upper, upper-roman) ".";
      left: 20px;
      position: absolute;
      top: 0; }

@media only screen and (min-width: 768px) {
  ul ol li {
    font-size: 1.125rem;
    line-height: 1.5em; }
  ul ol.standard {
    margin: 34px 0; }
    ul ol.standard li {
      padding-left: 98px; }
      ul ol.standard li:before {
        left: 56px; }
  ul ol.alphabet {
    margin: 34px 0; }
    ul ol.alphabet li {
      padding-left: 98px; }
      ul ol.alphabet li:before {
        left: 56px; }
  ul ol.alphabet-upper {
    margin: 34px 0; }
    ul ol.alphabet-upper li {
      padding-left: 98px; }
      ul ol.alphabet-upper li:before {
        left: 56px; }
  ul ol.roman {
    margin: 34px 0; }
    ul ol.roman li {
      padding-left: 98px; }
      ul ol.roman li:before {
        left: 56px; }
  ul ol.roman-upper {
    margin: 34px 0; }
    ul ol.roman-upper li {
      padding-left: 98px; }
      ul ol.roman-upper li:before {
        left: 56px; } }

ol {
  margin: 18px 0;
  padding-left: 20px; }
  ol li {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px; }
  ol.standard {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    counter-reset: numbers; }
    ol.standard li {
      counter-increment: numbers;
      position: relative;
      padding-left: 50px; }
      ol.standard li:before {
        color: #00008f;
        content: counter(numbers) ".";
        left: 20px;
        position: absolute;
        top: 0; }
  ol.roman {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    counter-reset: roman; }
    ol.roman li {
      counter-increment: roman;
      position: relative;
      padding-left: 50px; }
      ol.roman li:before {
        color: #00008f;
        content: counter(roman, lower-roman) ".";
        left: 20px;
        position: absolute;
        top: 0; }
  ol.roman-upper {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    counter-reset: roman-upper; }
    ol.roman-upper li {
      counter-increment: roman-upper;
      position: relative;
      padding-left: 50px; }
      ol.roman-upper li:before {
        color: #00008f;
        content: counter(roman-upper, upper-roman) ".";
        left: 20px;
        position: absolute;
        top: 0; }
  ol.alphabet {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    counter-reset: alphabet; }
    ol.alphabet li {
      counter-increment: alphabet;
      position: relative;
      padding-left: 50px; }
      ol.alphabet li:before {
        color: #00008f;
        content: counter(alphabet, lower-latin) ".";
        left: 20px;
        position: absolute;
        top: 0; }
  ol.alphabet-upper {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    counter-reset: alphabet-upper; }
    ol.alphabet-upper li {
      counter-increment: alphabet-upper;
      position: relative;
      padding-left: 50px; }
      ol.alphabet-upper li:before {
        color: #00008f;
        content: counter(alphabet-upper, upper-latin) ".";
        left: 20px;
        position: absolute;
        top: 0; }
  @media only screen and (min-width: 768px) {
    ol li {
      font-size: 1.125rem;
      line-height: 1.5em; }
    ol.standard {
      margin: 34px 0; }
      ol.standard li {
        padding-left: 98px; }
        ol.standard li:before {
          left: 56px; }
    ol.alphabet {
      margin: 34px 0; }
      ol.alphabet li {
        padding-left: 98px; }
        ol.alphabet li:before {
          left: 56px; }
    ol.alphabet-upper {
      margin: 34px 0; }
      ol.alphabet-upper li {
        padding-left: 98px; }
        ol.alphabet-upper li:before {
          left: 56px; }
    ol.roman {
      margin: 34px 0; }
      ol.roman li {
        padding-left: 98px; }
        ol.roman li:before {
          left: 56px; }
    ol.roman-upper {
      margin: 34px 0; }
      ol.roman-upper li {
        padding-left: 98px; }
        ol.roman-upper li:before {
          left: 56px; } }
  ol ul {
    counter-reset: alphabet; }
    ol ul li {
      margin: 0 0 15px;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400; }
    ol ul.standard {
      list-style: none;
      margin: 1em 0;
      padding: 0; }
      ol ul.standard li {
        position: relative;
        padding-left: 2.778em; }
        ol ul.standard li:before {
          color: #00008f;
          content: "\b7\a0";
          font-size: 3em;
          left: 1.111em;
          position: absolute;
          top: 0; }
    ol ul.no-style {
      list-style: none;
      margin: 0;
      padding: 0; }
    @media only screen and (min-width: 768px) {
      ol ul li {
        font-size: 1.125rem;
        line-height: 1.5em; }
      ol ul.standard {
        margin: 34px 0 68px; }
        ol ul.standard li {
          padding-left: 98px; }
          ol ul.standard li:before {
            left: 56px; }
      ol ul.floating-list li {
        float: left; }
      ol ul.quarter-list li {
        width: 50%; } }
    @media only screen and (min-width: 992px) {
      ol ul.quarter-list li {
        width: 25%; } }

.glossary {
  list-style: none;
  margin: 0 auto 40px;
  max-width: 936px;
  padding: 0; }
  .glossary li {
    float: left;
    margin: 1px; }
    .glossary li a {
      background-color: #f5f5f5;
      box-sizing: border-box;
      color: #333333;
      display: block;
      padding: 0.5em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear;
      width: 2em; }
      .glossary li a:hover {
        background-color: #00008f;
        color: #ffffff; }
    .glossary li span {
      background-color: #f5f5f5;
      box-sizing: border-box;
      color: #c2c2c2;
      display: block;
      padding: 8px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 34px; }

.ticklist {
  list-style: none;
  padding: 0;
  text-align: left; }
  .ticklist li {
    padding-left: 1.667em;
    position: relative; }
    .ticklist li:before {
      color: #00008f;
      content: "";
      left: 0;
      position: absolute;
      top: 3px; }

.number-list {
  list-style: none;
  padding: 0 0 0 20px;
  width: 100%; }
  .number-list li {
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding: 0 0 30px 30px; }
    .number-list li:before {
      border-radius: 50%;
      box-sizing: border-box;
      background-color: #00008f;
      color: #ffffff;
      content: counter(step-counter);
      font-size: 18px;
      font-weight: bold;
      float: left;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-left: -47px;
      text-align: center; }
    .number-list li:last-child {
      padding-bottom: 0; }
  .number-list.joined li {
    border-left: 3px solid #00008f;
    margin-bottom: 0;
    margin-left: -3px;
    padding-bottom: 45px; }
    .number-list.joined li:before {
      border-left: 3px solid transparent;
      padding-right: 3px; }
    .number-list.joined li:last-child, .number-list.joined li.last-child {
      border-left: 3px solid transparent; }
    .number-list.joined li *:first-child {
      margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .number-list {
      padding: 0 40px; }
      .number-list li {
        padding: 0 0 30px 50px; }
        .number-list li:before {
          width: 40px;
          height: 40px;
          line-height: 40px;
          margin-left: -72px; } }

.loading-spinner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath opacity='.25' fill='%2300008F' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'%3E%3C/path%3E%3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z' fill='%2300008F' transform='rotate(284.341 16 16)'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px; }
  .loading-spinner.small {
    height: 60px;
    width: 60px; }
  .alt-bg .loading-spinner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath opacity='.25' fill='%2300008F' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'%3E%3C/path%3E%3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z' fill='%2300008F' transform='rotate(284.341 16 16)'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E"); }
  .dark-bg .loading-spinner,
  .darker-bg .loading-spinner {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath opacity='.25' fill='%23FFFFFF' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'%3E%3C/path%3E%3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z' fill='%23FFFFFF' transform='rotate(284.341 16 16)'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E"); }

.menu-trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 5px;
  outline: none;
  padding: 10px 0 10px 15px;
  width: 35px; }
  .menu-trigger .burger-menu {
    background-color: #00008f;
    display: block;
    height: 2px;
    position: relative;
    transition: 0.2s;
    width: 20px; }
    .menu-trigger .burger-menu:before, .menu-trigger .burger-menu:after {
      background-color: #00008f;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      width: 20px; }
    .menu-trigger .burger-menu:before {
      top: -8px; }
    .menu-trigger .burger-menu:after {
      top: 8px;
      width: 10px; }
  .menu-trigger.open .burger-menu {
    background: transparent; }
    .menu-trigger.open .burger-menu:before, .menu-trigger.open .burger-menu:after {
      top: 0;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      width: 24px; }
    .menu-trigger.open .burger-menu:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .menu-trigger.open .burger-menu:after {
      box-shadow: 0 0 0 2px #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  @media only screen and (min-width: 768px) {
    .menu-trigger {
      padding: 10px 17px 10px 16px;
      width: 48px; }
      .menu-trigger .burger-menu {
        width: 32px; }
        .menu-trigger .burger-menu:before, .menu-trigger .burger-menu:after {
          width: 32px; }
        .menu-trigger .burger-menu:after {
          width: 16px; }
      .menu-trigger.open .burger-menu:before, .menu-trigger.open .burger-menu:after {
        width: 32px; } }
  @media only screen and (min-width: 992px) {
    .menu-trigger {
      display: none; } }

.meta-text {
  color: #7f7f7f;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  .meta-text.alt {
    color: #c05e4e; }
  .meta-text.white,
  .dark-bg .meta-text,
  .darker-bg .meta-text {
    color: #ffffff; }

.navigation-dot, .navigation-dots li {
  background-color: #00008f;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px; }
  .navigation-dot:before, .navigation-dots li:before {
    border-color: #4040ab;
    border-style: solid;
    border-radius: 50%;
    border-width: 2px;
    content: '';
    height: 18px;
    left: -4px;
    opacity: 0;
    position: absolute;
    top: -4px;
    width: 18px;
    -webkit-transition: opacity, 0.15s;
    -moz-transition: opacity, 0.15s;
    -ms-transition: opacity, 0.15s;
    transition: opacity, 0.15s; }
  .navigation-dot.active, .navigation-dots li.active {
    background-color: #4040ab; }
    .navigation-dot.active:before, .navigation-dots li.active:before {
      opacity: 1; }
  .navigation-dot.disabled, .navigation-dots li.disabled {
    background-color: #999999; }
    .navigation-dot.disabled:before, .navigation-dots li.disabled:before {
      opacity: 0 !important; }

.overlay {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000000; }

.overlay ~ .field-wrapper {
  filter: blur(3px); }

.page-button {
  background-color: transparent;
  border: 2px solid #999999;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .page-button:after {
    background-color: #999999;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  .page-button.active {
    background-color: transparent;
    border-color: #00008f; }
    .page-button.active:after {
      background-color: #00008f; }

.pictogram {
  color: #00008f;
  border-color: transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 50px;
  height: calc(50px * 2);
  line-height: calc((50px - 2px) * 2);
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: calc(50px * 2); }
  .pictogram.outlined {
    border-color: #00008f;
    border-width: 2px; }
  .pictogram.circled {
    background-color: #00008f;
    color: #ffffff; }
  .pictogram.jumbo {
    background-color: transparent;
    border: 0 !important;
    font-size: 120px;
    height: 120px;
    line-height: 120px;
    width: 120px; }
  .pictogram.small {
    font-size: 36px;
    height: calc(36px * 2);
    line-height: calc((36px - 2px) * 2);
    width: calc(36px * 2); }
  @media only screen and (min-width: 768px) {
    .pictogram {
      font-size: 60px;
      height: calc(60px * 2);
      line-height: calc((60px - 2px) * 2);
      width: calc(60px * 2); }
      .pictogram.jumbo {
        font-size: 150px;
        height: 150px;
        line-height: 150px;
        width: 150px; }
      .pictogram.small {
        font-size: 48px;
        height: calc(48px * 2);
        line-height: calc((48px - 2px) * 2);
        width: calc(48px * 2); } }

a.pictogram,
a .pictogram {
  text-decoration: none !important; }
  a.pictogram:hover,
  a .pictogram:hover {
    color: #000072; }
  a.pictogram.outlined:hover,
  a .pictogram.outlined:hover {
    background-color: #000072;
    border-color: #000072;
    color: #ffffff !important; }
  a.pictogram.circled:hover,
  a .pictogram.circled:hover {
    background-color: #000072;
    color: #ffffff !important; }

.dark-bg .pictogram {
  color: #ffffff; }
  .dark-bg .pictogram.outlined {
    border-color: #ffffff; }
  .dark-bg .pictogram.circled {
    background-color: #ffffff;
    color: #4976ba !important; }

.dark-bg a.pictogram:hover,
.dark-bg a .pictogram:hover {
  color: #ffffff; }

.dark-bg a.pictogram.outlined:hover,
.dark-bg a .pictogram.outlined:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4976ba !important; }

.dark-bg a.pictogram.circled:hover,
.dark-bg a .pictogram.circled:hover {
  background-color: #ffffff;
  color: #4976ba !important; }

.darker-bg .pictogram {
  color: #ffffff; }
  .darker-bg .pictogram.outlined {
    border-color: #ffffff; }
  .darker-bg .pictogram.circled {
    background-color: #ffffff;
    color: #3a5e95 !important; }

.darker-bg a.pictogram:hover,
.darker-bg a .pictogram:hover {
  color: #ffffff; }

.darker-bg a.pictogram.outlined:hover,
.darker-bg a .pictogram.outlined:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3a5e95 !important; }

.darker-bg a.pictogram.circled:hover,
.darker-bg a .pictogram.circled:hover {
  background-color: #ffffff;
  color: #3a5e95 !important; }

.scroll-up-button {
  background: rgba(0, 0, 143, 0.8);
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  display: none;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  outline: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  transition: background 0.15s linear;
  width: 40px;
  z-index: 999; }
  .scroll-up-button:after {
    content: ""; }
  .scroll-up-button:hover {
    background: #00008f;
    color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .scroll-up-button {
      font-size: 1.5rem;
      height: 60px;
      line-height: 60px;
      width: 60px; } }

.share-button, .share-buttons button {
  background-color: #7798cb;
  border-width: 0;
  border-style: solid !important;
  color: #4976ba;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
  width: 50px; }
  .share-button:hover, .share-buttons button:hover {
    background: #4976ba;
    color: #ffffff; }
  .share-button .stButton, .share-buttons button .stButton {
    height: 50px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 50px; }
    .share-button .stButton span, .share-buttons button .stButton span {
      display: none; }
  @media only screen and (min-width: 768px) {
    .share-button, .share-buttons button {
      height: 70px;
      line-height: 70px;
      width: 70px; }
      .share-button .stButton, .share-buttons button .stButton {
        height: 70px;
        width: 70px; } }

.star-rating {
  display: block;
  margin: 8px 0 10px; }
  .star-rating:before, .star-rating:after {
    font-size: 20px; }
  .star-rating:before {
    color: #fede00; }
  .star-rating:after {
    color: #e5e5e5;
    display: inline-block; }
  .star-rating[content^="0"]:after, .star-rating[content^="0.1"]:after, .star-rating[content^="0.2"]:after {
    content: "    "; }
  .star-rating[content^="0.3"]:before, .star-rating[content^="0.4"]:before, .star-rating[content^="0.5"]:before, .star-rating[content^="0.6"]:before, .star-rating[content^="0.7"]:before {
    content: ""; }
  .star-rating[content^="0.3"]:after, .star-rating[content^="0.4"]:after, .star-rating[content^="0.5"]:after, .star-rating[content^="0.6"]:after, .star-rating[content^="0.7"]:after {
    content: "    ";
    margin-left: -19px; }
  .star-rating[content^="0.8"]:before, .star-rating[content^="0.9"]:before, .star-rating[content^="1"]:before, .star-rating[content^="1.1"]:before, .star-rating[content^="1.2"]:before {
    content: ""; }
  .star-rating[content^="0.8"]:after, .star-rating[content^="0.9"]:after, .star-rating[content^="1"]:after, .star-rating[content^="1.1"]:after, .star-rating[content^="1.2"]:after {
    content: "    "; }
  .star-rating[content^="1.3"]:before, .star-rating[content^="1.4"]:before, .star-rating[content^="1.5"]:before, .star-rating[content^="1.6"]:before, .star-rating[content^="1.7"]:before {
    content: " "; }
  .star-rating[content^="1.3"]:after, .star-rating[content^="1.4"]:after, .star-rating[content^="1.5"]:after, .star-rating[content^="1.6"]:after, .star-rating[content^="1.7"]:after {
    content: "   ";
    margin-left: -19px; }
  .star-rating[content^="1.8"]:before, .star-rating[content^="1.9"]:before, .star-rating[content^="2"]:before, .star-rating[content^="2.1"]:before, .star-rating[content^="2.2"]:before {
    content: " "; }
  .star-rating[content^="1.8"]:after, .star-rating[content^="1.9"]:after, .star-rating[content^="2"]:after, .star-rating[content^="2.1"]:after, .star-rating[content^="2.2"]:after {
    content: "   "; }
  .star-rating[content^="2.3"]:before, .star-rating[content^="2.4"]:before, .star-rating[content^="2.5"]:before, .star-rating[content^="2.6"]:before, .star-rating[content^="2.7"]:before {
    content: "  "; }
  .star-rating[content^="2.3"]:after, .star-rating[content^="2.4"]:after, .star-rating[content^="2.5"]:after, .star-rating[content^="2.6"]:after, .star-rating[content^="2.7"]:after {
    content: "  ";
    margin-left: -19px; }
  .star-rating[content^="2.8"]:before, .star-rating[content^="2.9"]:before, .star-rating[content^="3"]:before, .star-rating[content^="3.1"]:before, .star-rating[content^="3.2"]:before {
    content: "  "; }
  .star-rating[content^="2.8"]:after, .star-rating[content^="2.9"]:after, .star-rating[content^="3"]:after, .star-rating[content^="3.1"]:after, .star-rating[content^="3.2"]:after {
    content: "  "; }
  .star-rating[content^="3.3"]:before, .star-rating[content^="3.4"]:before, .star-rating[content^="3.5"]:before, .star-rating[content^="3.6"]:before, .star-rating[content^="3.7"]:before {
    content: "   "; }
  .star-rating[content^="3.3"]:after, .star-rating[content^="3.4"]:after, .star-rating[content^="3.5"]:after, .star-rating[content^="3.6"]:after, .star-rating[content^="3.7"]:after {
    content: " ";
    margin-left: -19px; }
  .star-rating[content^="3.8"]:before, .star-rating[content^="3.9"]:before, .star-rating[content^="4"]:before, .star-rating[content^="4.1"]:before, .star-rating[content^="4.2"]:before {
    content: "   "; }
  .star-rating[content^="3.8"]:after, .star-rating[content^="3.9"]:after, .star-rating[content^="4"]:after, .star-rating[content^="4.1"]:after, .star-rating[content^="4.2"]:after {
    content: " "; }
  .star-rating[content^="4.3"]:before, .star-rating[content^="4.4"]:before, .star-rating[content^="4.5"]:before, .star-rating[content^="4.6"]:before, .star-rating[content^="4.7"]:before {
    content: "    "; }
  .star-rating[content^="4.3"]:after, .star-rating[content^="4.4"]:after, .star-rating[content^="4.5"]:after, .star-rating[content^="4.6"]:after, .star-rating[content^="4.7"]:after {
    content: "";
    margin-left: -19px; }
  .star-rating[content^="4.8"]:before, .star-rating[content^="4.9"]:before, .star-rating[content^="5"]:before {
    content: "    "; }
  .star-rating[content^="4.8"]:after, .star-rating[content^="4.9"]:after, .star-rating[content^="5"]:after {
    display: none; }
  @media only screen and (min-width: 992px) {
    .star-rating {
      margin-bottom: 16px; }
      .star-rating:before, .star-rating:after {
        font-size: 28px; }
      .star-rating[content^="0.3"]:after, .star-rating[content^="0.4"]:after, .star-rating[content^="0.5"]:after, .star-rating[content^="0.6"]:after, .star-rating[content^="0.7"] .star-rating[content^="1.3"]:after, .star-rating[content^="1.4"]:after, .star-rating[content^="1.5"]:after, .star-rating[content^="1.6"]:after, .star-rating[content^="1.7"]:after, .star-rating[content^="2.3"]:after, .star-rating[content^="2.4"]:after, .star-rating[content^="2.5"]:after, .star-rating[content^="2.6"]:after, .star-rating[content^="2.7"]:after, .star-rating[content^="3.3"]:after, .star-rating[content^="3.4"]:after, .star-rating[content^="3.5"]:after, .star-rating[content^="3.6"]:after, .star-rating[content^="3.7"]:after, .star-rating[content^="4.3"]:after, .star-rating[content^="4.4"]:after, .star-rating[content^="4.5"]:after, .star-rating[content^="4.6"]:after, .star-rating[content^="4.7"]:after {
        margin-left: -27px; } }

.tab, ul.tabs li, ol.tabs li {
  display: inline-block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.214em;
  margin: 0 10px 10px;
  text-transform: uppercase; }
  .tab a, ul.tabs li a, ol.tabs li a {
    color: #00008f;
    display: block;
    letter-spacing: 1px;
    padding: 0 10px 10px;
    position: relative;
    text-decoration: none; }
    .tab a:after, ul.tabs li a:after, ol.tabs li a:after {
      background-color: #f07662;
      bottom: -3px;
      content: "";
      height: 4px;
      opacity: 0;
      left: 0;
      position: absolute;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear;
      width: 100%; }
    .tab a:hover, ul.tabs li a:hover, ol.tabs li a:hover {
      color: #00008f; }
      .tab a:hover:after, ul.tabs li a:hover:after, ol.tabs li a:hover:after {
        bottom: 0;
        opacity: 1; }
  .tab.active a, ul.tabs li.active a, ol.tabs li.active a {
    color: #00008f;
    font-weight: bold; }
    .tab.active a:after, ul.tabs li.active a:after, ol.tabs li.active a:after {
      background-color: #f07662;
      bottom: 0;
      opacity: 1; }

.tag, ol.tags li, ul.tags li {
  display: inline-block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 10px 0 0;
  padding: 0;
  text-transform: uppercase; }
  .tag a, ol.tags li a, ul.tags li a {
    color: #999999;
    display: block;
    position: relative;
    text-decoration: none; }
    .tag a:hover, ol.tags li a:hover, ul.tags li a:hover {
      color: #333333; }

.tooltip, .tippy-tooltip .tippy-tooltip-content {
  background-color: #00008f;
  border-radius: 4px;
  box-shadow: 0 1px 9px #cccccc;
  color: #ffffff;
  display: none;
  font-size: 1rem;
  margin-top: 12px;
  max-width: 480px;
  padding: 15px 40px 15px 15px;
  position: relative;
  text-align: left; }
  .tooltip h1:first-child, .tippy-tooltip .tippy-tooltip-content h1:first-child, .tooltip h2:first-child, .tippy-tooltip .tippy-tooltip-content h2:first-child, .tooltip h3:first-child, .tippy-tooltip .tippy-tooltip-content h3:first-child, .tooltip h4:first-child, .tippy-tooltip .tippy-tooltip-content h4:first-child, .tooltip h5:first-child, .tippy-tooltip .tippy-tooltip-content h5:first-child, .tooltip h6:first-child, .tippy-tooltip .tippy-tooltip-content h6:first-child, .tooltip p:first-child, .tippy-tooltip .tippy-tooltip-content p:first-child, .tooltip ul:first-child, .tippy-tooltip .tippy-tooltip-content ul:first-child {
    margin-top: 0; }
  .tooltip h1:last-child, .tippy-tooltip .tippy-tooltip-content h1:last-child, .tooltip h2:last-child, .tippy-tooltip .tippy-tooltip-content h2:last-child, .tooltip h3:last-child, .tippy-tooltip .tippy-tooltip-content h3:last-child, .tooltip h4:last-child, .tippy-tooltip .tippy-tooltip-content h4:last-child, .tooltip h5:last-child, .tippy-tooltip .tippy-tooltip-content h5:last-child, .tooltip h6:last-child, .tippy-tooltip .tippy-tooltip-content h6:last-child, .tooltip p:last-child, .tippy-tooltip .tippy-tooltip-content p:last-child, .tooltip ul:last-child, .tippy-tooltip .tippy-tooltip-content ul:last-child {
    margin-bottom: 0; }
  .tooltip p, .tippy-tooltip .tippy-tooltip-content p {
    font-size: 1rem; }
    .tooltip p:last-of-type, .tippy-tooltip .tippy-tooltip-content p:last-of-type {
      padding-bottom: 0; }
  .tooltip .tooltip-title, .tippy-tooltip .tippy-tooltip-content .tooltip-title {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 10px; }
    .tooltip .tooltip-title:empty, .tippy-tooltip .tippy-tooltip-content .tooltip-title:empty {
      margin-bottom: 0; }
  .tooltip a, .tippy-tooltip .tippy-tooltip-content a, .tooltip .link, .tippy-tooltip .tippy-tooltip-content .link {
    color: #ffffff; }
  .tooltip:before, .tippy-tooltip .tippy-tooltip-content:before {
    border-bottom: 12px solid #00008f;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0;
    content: '';
    height: 0;
    position: absolute;
    left: 24px;
    top: -12px;
    width: 0; }
  .tooltip.open, .tippy-tooltip .open.tippy-tooltip-content {
    display: block; }
  .tooltip.top, .tippy-tooltip .top.tippy-tooltip-content {
    margin-left: auto;
    margin-right: auto; }
    .tooltip.top:before, .tippy-tooltip .top.tippy-tooltip-content:before {
      top: -12px;
      left: 50%;
      margin-left: -12px; }
  .tooltip .close, .tippy-tooltip .tippy-tooltip-content .close {
    background-color: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 22px;
    opacity: 0.8;
    outline: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px; }
    .tooltip .close:before, .tippy-tooltip .tippy-tooltip-content .close:before {
      content: ""; }
    .tooltip .close:hover, .tippy-tooltip .tippy-tooltip-content .close:hover {
      opacity: 1; }
  @media only screen and (min-width: 992px) {
    .tooltip:before, .tippy-tooltip .tippy-tooltip-content:before {
      border-bottom: 12px solid transparent;
      border-left: 0;
      border-right: 12px solid #00008f;
      border-top: 12px solid transparent;
      left: -12px;
      margin-top: -12px;
      top: 50%; } }

.tooltip-trigger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none; }
  .tooltip-trigger:before {
    color: #00008f;
    content: "";
    font-size: 1.5em; }
  .tooltip-trigger.text-only:before {
    display: none; }

.validation-message, .validation-summary {
  display: block;
  height: 0;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
  visibility: hidden; }
  .validation-message.invalid, .invalid.validation-summary {
    color: #c91432;
    visibility: visible;
    opacity: 1;
    height: auto; }
    .validation-message.invalid:before, .invalid.validation-summary:before {
      color: #c91432;
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "axa" !important;
      font-size: 12px;
      font-style: normal;
      font-variant: normal;
      font-weight: bold;
      margin: 0 8px 0 0;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .validation-message.valid, .valid.validation-summary {
    visibility: hidden;
    opacity: 0;
    height: 0; }
  .validation-message.no-icon:before, .no-icon.validation-summary:before {
    display: none; }
  .validation-message a, .validation-summary a {
    color: #00008f; }

.validation-summary.invalid {
  margin-bottom: 20px; }

.blockquote {
  border-color: #00008f;
  border-style: solid;
  border-width: 0 0 0 20px;
  margin: 40px 0;
  max-width: 782px;
  min-height: 190px;
  padding: 15px 0 26px 32px;
  position: relative;
  text-align: left;
  z-index: 1; }
  .blockquote:before {
    color: rgba(255, 255, 255, 0.7);
    content: "";
    font-size: 11.25rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -38px;
    z-index: -1; }
  .blockquote > * {
    position: relative;
    z-index: 1; }
  .blockquote .quote {
    display: block;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: normal;
    line-height: 2em;
    letter-spacing: 0.05em;
    padding-bottom: 28px; }
  @media only screen and (min-width: 768px) {
    .blockquote {
      margin-left: 80px;
      min-height: 220px;
      padding-right: 45px; }
      .blockquote:before {
        font-size: 16.25em; }
      .blockquote .quote {
        font-size: 1.875rem;
        line-height: 2.5em; } }
  @media only screen and (min-width: 992px) {
    .blockquote {
      margin-left: 120px; } }
  @media only screen and (min-width: 1200px) {
    .blockquote {
      margin-left: 144px; } }
  .dark-bg .blockquote,
  .darker-bg .blockquote {
    border-color: transparent;
    color: #ffffff; }
    .dark-bg .blockquote:before,
    .darker-bg .blockquote:before {
      color: rgba(255, 255, 255, 0.1); }

.button-group {
  margin: 0 auto;
  max-width: 360px; }
  .button-group .btn, .button-group .btn-secondary, .button-group .btn-ghost, .button-group .btn-ghost-white {
    margin: 10px 0;
    width: 100%; }
  @media only screen and (min-width: 480px) {
    .button-group {
      margin: 0;
      max-width: 100%; }
      .button-group .btn, .button-group .btn-secondary, .button-group .btn-ghost, .button-group .btn-ghost-white {
        margin: 10px;
        width: auto; } }

.card, .login-form .login-form-inner-wrapper {
  box-shadow: 0 1px 9px #cccccc; }
  .card .card-header .title, .login-form .login-form-inner-wrapper .card-header .title {
    font-family: "Publico Banner Web", Georgia, Garamond, serif;
    font-size: 1.563rem;
    line-height: normal;
    margin: 0;
    padding: 0; }
  .card .card-header .subtitle, .login-form .login-form-inner-wrapper .card-header .subtitle {
    margin: 0.5em 0 0 0;
    padding: 0; }
    .card .card-header .subtitle:empty, .login-form .login-form-inner-wrapper .card-header .subtitle:empty {
      margin: 0; }
  .card .card-header.card-header-img, .login-form .login-form-inner-wrapper .card-header.card-header-img {
    padding: 30px; }
    .card .card-header.card-header-img img, .login-form .login-form-inner-wrapper .card-header.card-header-img img {
      max-width: 100%; }
  .card .card-body a.card-title, .login-form .login-form-inner-wrapper .card-body a.card-title, .login-form .login-form-inner-wrapper form a.card-title {
    color: inherit;
    text-decoration: none; }
  .card .card-body .card-text:first-child, .login-form .login-form-inner-wrapper .card-body .card-text:first-child, .login-form .login-form-inner-wrapper form .card-text:first-child {
    margin-top: 0; }
  .card .card-body > *:first-child, .login-form .login-form-inner-wrapper .card-body > *:first-child, .login-form .login-form-inner-wrapper .card form > *:first-child, .login-form .login-form-inner-wrapper form > *:first-child {
    margin-top: 0; }
  .card .card-body > *:last-child, .login-form .login-form-inner-wrapper .card-body > *:last-child, .login-form .login-form-inner-wrapper .card form > *:last-child, .login-form .login-form-inner-wrapper form > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .card .card-footer, .login-form .login-form-inner-wrapper .card-footer {
    padding-top: 0;
    padding-bottom: 30px;
    background: transparent;
    border-top: none; }
  .card .card-img-top img, .login-form .login-form-inner-wrapper .card-img-top img {
    width: 100%; }
  .card.outline, .login-form .outline.login-form-inner-wrapper {
    background-color: transparent;
    box-shadow: none; }
    .card.outline .card-header, .login-form .outline.login-form-inner-wrapper .card-header {
      background-color: transparent; }
  .card.invisible, .login-form .invisible.login-form-inner-wrapper {
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .card.invisible .card-header, .login-form .invisible.login-form-inner-wrapper .card-header {
      background-color: transparent;
      border: 0; }
    .card.invisible .card-header, .login-form .invisible.login-form-inner-wrapper .card-header,
    .card.invisible .card-body,
    .login-form .invisible.login-form-inner-wrapper .card-body,
    .card.invisible .login-form .login-form-inner-wrapper form,
    .login-form .login-form-inner-wrapper .card.invisible form,
    .login-form .invisible.login-form-inner-wrapper form,
    .card.invisible .card-footer,
    .login-form .invisible.login-form-inner-wrapper .card-footer {
      padding-left: 0;
      padding-right: 0; }
  .card.feature, .card-deck.feature-deck .card.feature, .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper, .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper, .login-form .feature.login-form-inner-wrapper {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    max-width: 600px; }
    .card.feature .card-header, .card-deck.feature-deck .card.feature .card-header, .login-form .feature.login-form-inner-wrapper .card-header {
      background-color: transparent;
      border: 0; }
    .card.feature .card-body, .card-deck.feature-deck .card.feature .card-body, .login-form .feature.login-form-inner-wrapper .card-body, .card.feature .login-form .login-form-inner-wrapper form, .login-form .login-form-inner-wrapper .card.feature form, .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper form, .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper form, .login-form .feature.login-form-inner-wrapper form, .card.feature .card-footer, .card-deck.feature-deck .card.feature .card-footer, .login-form .feature.login-form-inner-wrapper .card-footer {
      background-color: #ffffff;
      margin: -25px 15px 20px;
      padding: 25px 25px 0;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .card.feature .card-body, .card-deck.feature-deck .card.feature .card-body, .login-form .feature.login-form-inner-wrapper .card-body, .card.feature .login-form .login-form-inner-wrapper form, .login-form .login-form-inner-wrapper .card.feature form, .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper form, .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper form, .login-form .feature.login-form-inner-wrapper form, .card.feature .card-footer, .card-deck.feature-deck .card.feature .card-footer, .login-form .feature.login-form-inner-wrapper .card-footer {
          margin: -40px 30px 60px;
          padding: 35px 60px 0; } }
      @media only screen and (min-width: 992px) {
        .card.feature .card-body, .card-deck.feature-deck .card.feature .card-body, .login-form .feature.login-form-inner-wrapper .card-body, .card.feature .login-form .login-form-inner-wrapper form, .login-form .login-form-inner-wrapper .card.feature form, .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper form, .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper form, .login-form .feature.login-form-inner-wrapper form, .card.feature .card-footer, .card-deck.feature-deck .card.feature .card-footer, .login-form .feature.login-form-inner-wrapper .card-footer {
          margin: 0;
          padding-left: 0;
          padding-right: 0; } }
  .card.horizontal, .login-form .horizontal.login-form-inner-wrapper {
    margin-bottom: 10px;
    transition: all .3s; }
    .card.horizontal:last-child, .login-form .horizontal.login-form-inner-wrapper:last-child {
      margin-bottom: 0; }
    .card.horizontal:active, .login-form .horizontal.login-form-inner-wrapper:active {
      box-shadow: none; }
    .card.horizontal a.card-body, .login-form .horizontal.login-form-inner-wrapper a.card-body {
      padding: 20px 45px 20px 15px;
      text-decoration: none; }
      .card.horizontal a.card-body:hover, .login-form .horizontal.login-form-inner-wrapper a.card-body:hover {
        text-decoration: none; }
      .card.horizontal a.card-body:after, .login-form .horizontal.login-form-inner-wrapper a.card-body:after {
        margin-right: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .card.horizontal a.card-body [class^="icon"], .login-form .horizontal.login-form-inner-wrapper a.card-body [class^="icon"] {
        font-size: 36px;
        height: 36px;
        line-height: 36px;
        width: 36px; }
      .card.horizontal a.card-body .card-text-wrapper, .login-form .horizontal.login-form-inner-wrapper a.card-body .card-text-wrapper {
        align-items: center;
        display: flex; }
        .card.horizontal a.card-body .card-text-wrapper .card-text .title, .login-form .horizontal.login-form-inner-wrapper a.card-body .card-text-wrapper .card-text .title {
          color: #00008f;
          font-weight: bold;
          margin-top: 0; }
        .card.horizontal a.card-body .card-text-wrapper .card-text .subtitle, .login-form .horizontal.login-form-inner-wrapper a.card-body .card-text-wrapper .card-text .subtitle {
          margin: 5px 0 0 0;
          padding: 0; }
      @media only screen and (min-width: 768px) {
        .card.horizontal a.card-body, .login-form .horizontal.login-form-inner-wrapper a.card-body {
          padding-right: 55px; }
          .card.horizontal a.card-body [class^="icon"], .login-form .horizontal.login-form-inner-wrapper a.card-body [class^="icon"] {
            font-size: 48px;
            height: 48px;
            line-height: 48px;
            width: 48px; } }
      @media only screen and (min-width: 992px) {
        .card.horizontal a.card-body, .login-form .horizontal.login-form-inner-wrapper a.card-body {
          padding: 30px 55px 30px 40px; }
          .card.horizontal a.card-body:after, .login-form .horizontal.login-form-inner-wrapper a.card-body:after {
            margin-right: 40px; }
          .card.horizontal a.card-body [class^="icon"], .login-form .horizontal.login-form-inner-wrapper a.card-body [class^="icon"] {
            font-size: 60px;
            height: 60px;
            line-height: 60px;
            width: 60px; } }

.alt-bg .card.feature .card-body, .alt-bg .login-form .feature.login-form-inner-wrapper .card-body, .login-form .alt-bg .feature.login-form-inner-wrapper .card-body, .alt-bg .card.feature .login-form .login-form-inner-wrapper form, .login-form .login-form-inner-wrapper .alt-bg .card.feature form, .alt-bg .login-form .feature.login-form-inner-wrapper form, .login-form .alt-bg .feature.login-form-inner-wrapper form {
  background-color: #f5f5f5;
  color: #333333; }

.dark-bg .card.feature .card-body, .dark-bg .login-form .feature.login-form-inner-wrapper .card-body, .login-form .dark-bg .feature.login-form-inner-wrapper .card-body, .dark-bg .card.feature .login-form .login-form-inner-wrapper form, .login-form .login-form-inner-wrapper .dark-bg .card.feature form, .dark-bg .login-form .feature.login-form-inner-wrapper form, .login-form .dark-bg .feature.login-form-inner-wrapper form {
  background-color: #4976ba;
  color: #ffffff; }

.darker-bg .card.feature .card-body, .darker-bg .login-form .feature.login-form-inner-wrapper .card-body, .login-form .darker-bg .feature.login-form-inner-wrapper .card-body, .darker-bg .card.feature .login-form .login-form-inner-wrapper form, .login-form .login-form-inner-wrapper .darker-bg .card.feature form, .darker-bg .login-form .feature.login-form-inner-wrapper form, .login-form .darker-bg .feature.login-form-inner-wrapper form {
  background-color: #3a5e95;
  color: #ffffff; }

#cookie-notice {
  background-color: #333333;
  bottom: 0;
  display: none;
  padding-bottom: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1000; }
  #cookie-notice h3, #cookie-notice h4 {
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0.75em 0 0.5em; }
  #cookie-notice p {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5em; }
    #cookie-notice p a {
      color: #ffffff;
      text-decoration: underline; }
      #cookie-notice p a:hover {
        text-decoration: none; }
  @media only screen and (min-width: 768px) {
    #cookie-notice {
      text-align: left; }
      #cookie-notice .row > div, #cookie-notice .login-form > div {
        box-sizing: border-box;
        position: relative; }
        #cookie-notice .row > div:first-child, #cookie-notice .login-form > div:first-child {
          padding-right: 40px; }
      #cookie-notice .btn, #cookie-notice .btn-secondary, #cookie-notice .btn-ghost, #cookie-notice .btn-ghost-white {
        left: calc(50% - 107px);
        position: absolute;
        top: calc(50% - 24px); } }

.expander {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 30px 0; }
  .expander:last-child {
    border: 0; }
  .expander .trigger {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    padding: 0 40px 0 0;
    position: relative; }
  .expander .content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .expander .content > *:first-child {
      margin-top: 30px; }
    .expander .content > *:last-child {
      margin-bottom: 0; }
  .expander.open .content {
    height: auto;
    opacity: 1;
    overflow: initial; }
  @media only screen and (min-width: 992px) {
    .expander {
      padding-bottom: 39.999px;
      padding-top: 39.999px; } }

.field {
  box-sizing: border-box;
  margin-top: 30px;
  position: relative; }
  .field .field-inner-wrapper {
    display: inline-block;
    position: relative; }
    .field .field-inner-wrapper.with-addon {
      display: flex; }
  .field .before-input {
    margin-bottom: 10px; }
  .field .after-input {
    margin-top: 10px; }
  .field.no-label {
    margin-top: 10px; }
  .field.group {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .field.emphasis {
    background-color: #b5d0ee;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    padding: 20px; }
    .field.emphasis label {
      color: #00008f;
      font-size: 1.125rem; }
  .field.important {
    background-color: #fcd385;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    padding: 20px; }
    .field.important label {
      color: #00008f;
      font-size: 1.125rem; }

.inline-break {
  text-align: center; }
  .inline-break .title {
    display: block;
    font-family: "Publico Banner Web", Georgia, Garamond, serif;
    font-size: 1.75rem;
    line-height: 1.15;
    margin: 0 0 0.375em; }
  .inline-break .subtitle {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5em;
    margin: 1em 0 0; }
  .inline-break .btn, .inline-break .btn-secondary, .inline-break .btn-ghost, .inline-break .btn-ghost-white,
  .inline-break [class^="btn-"],
  .inline-break [class*=" btn-"] {
    margin: 1.6em 0 0 0; }
  @media only screen and (min-width: 768px) {
    .inline-break.break-tablet *:not(a) {
      vertical-align: middle; }
    .inline-break.break-tablet .title {
      display: inline;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      padding-right: 0.5em; }
    .inline-break.break-tablet .subtitle {
      display: inline;
      font-size: 1.5rem; }
    .inline-break.break-tablet .btn, .inline-break.break-tablet .btn-secondary, .inline-break.break-tablet .btn-ghost, .inline-break.break-tablet .btn-ghost-white,
    .inline-break.break-tablet [class^="btn-"],
    .inline-break.break-tablet [class*=" btn-"] {
      margin: 0 0 0 1.6em; } }
  @media only screen and (min-width: 992px) {
    .inline-break.break-desktop *:not(a) {
      vertical-align: middle; }
    .inline-break.break-desktop .title {
      display: inline;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      padding-right: 0.5em; }
    .inline-break.break-desktop .subtitle {
      display: inline;
      font-size: 1.5rem; }
    .inline-break.break-desktop .btn, .inline-break.break-desktop .btn-secondary, .inline-break.break-desktop .btn-ghost, .inline-break.break-desktop .btn-ghost-white,
    .inline-break.break-desktop [class^="btn-"],
    .inline-break.break-desktop [class*=" btn-"] {
      margin: 0 0 0 1.6em; } }

.input-group .input {
  display: inline-block; }
  .input-group .input + .input {
    margin-left: 10px; }

.input-group.date-ddmmyyyy .input:nth-of-type(1) input,
.input-group.date-ddmmyyyy .input:nth-of-type(2) input {
  width: 60px; }

.input-group.date-ddmmyyyy .input:nth-of-type(3) input {
  width: 78px; }

.input-group.date-mmyyyy .input:nth-of-type(1) input {
  width: 60px; }

.input-group.date-mmyyyy .input:nth-of-type(2) input {
  width: 78px; }

.list-group {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00008f #e5e5e5; }
  .list-group::-webkit-scrollbar {
    width: 8px; }
  .list-group::-webkit-scrollbar-track {
    background: #e5e5e5; }
  .list-group::-webkit-scrollbar-thumb {
    background-color: #00008f;
    border: solid 0 #cccccc;
    border-radius: 0; }
  .list-group .list-group-item, .list-group li {
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear; }
    .list-group .list-group-item.alt-bg, .list-group li.alt-bg {
      background-color: #f5f5f5;
      color: #333333; }
    .list-group .list-group-item.dark-bg, .list-group li.dark-bg {
      background-color: #4976ba;
      color: #ffffff; }
    .list-group .list-group-item.darker-bg, .list-group li.darker-bg {
      background-color: #3a5e95;
      color: #ffffff; }
    .list-group .list-group-item a, .list-group li a {
      display: block; }
    .list-group .list-group-item:first-child, .list-group li:first-child {
      margin-top: -1px; }
    .list-group .list-group-item:last-child, .list-group li:last-child {
      margin-bottom: -1px; }
  .list-group.list-group-flush li {
    border-left: 0;
    border-right: 0; }
  .list-group .list-group-item-action {
    color: #00008f; }
    .list-group .list-group-item-action:before {
      background-color: #f49889;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      width: 0;
      z-index: 1;
      -webkit-transition: width 0.15s linear;
      -moz-transition: width 0.15s linear;
      -ms-transition: width 0.15s linear;
      transition: width 0.15s linear; }
    .list-group .list-group-item-action:hover {
      color: #000072; }
      .list-group .list-group-item-action:hover:before {
        width: 5px; }
    .list-group .list-group-item-action.active:before {
      background-color: #f07662;
      width: 5px; }

.modal.open {
  display: block; }

.modal .modal-header {
  padding: 30px 30px 0 30px; }

.modal .modal-header +
.modal-body {
  padding-top: 15px; }

.modal .modal-body > p:first-child {
  padding-top: 0; }

.modal .modal-body > p:last-child {
  padding-bottom: 0; }

.modal .modal-footer {
  padding: 0 30px 30px 30px; }

.modal .modal-title {
  font-family: "Publico Banner Web", Georgia, Garamond, serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 0; }

.modal .close {
  background: none;
  border: 0;
  color: #7f7f7f;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2; }

.modal .close:hover,
.modal .close:active,
.modal .close:focus {
  color: #00008f; }

@media only screen and (min-width: 480px) {
  .modal .modal-header {
    padding: 40px 60px 0 60px; }
  .modal .modal-body {
    padding: 40px 60px; }
  .modal .modal-footer {
    padding: 0 60px 40px 60px; } }

@media only screen and (min-width: 992px) {
  .modal .modal-dialog-centered {
    margin: 10vh auto;
    min-height: 80vh; }
    .modal .modal-dialog-centered:before {
      height: 80vh; }
  .modal .modal-dialog-scrollable {
    max-height: 80vh; } }

.navigation-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .navigation-dots li {
    margin: 0 6px; }

ul.pagination, ol.pagination {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
  text-align: center; }
  ul.pagination li, ol.pagination li {
    display: inline-block; }
    ul.pagination li.selected a, ol.pagination li.selected a {
      background: #00008f;
      color: #ffffff;
      font-weight: 600; }
  ul.pagination a, ol.pagination a {
    color: #999999;
    display: block;
    font-size: 18px;
    padding: 2px 0;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 30px; }
    ul.pagination a:hover, ol.pagination a:hover {
      color: #f07662; }
  ul.pagination [class^="icon-"], ul.pagination [class*=" icon-"], ol.pagination [class^="icon-"], ol.pagination [class*=" icon-"] {
    font-size: 0.75em; }
    ul.pagination [class^="icon-"]:hover, ul.pagination [class*=" icon-"]:hover, ol.pagination [class^="icon-"]:hover, ol.pagination [class*=" icon-"]:hover {
      animation: animate-arrow-right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      background: none;
      color: #f07662; }
  ul.pagination .previous [class^="icon-"]:hover, ul.pagination .previous [class*=" icon-"]:hover, ol.pagination .previous [class^="icon-"]:hover, ol.pagination .previous [class*=" icon-"]:hover {
    animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

.regional-settings {
  position: relative;
  z-index: 500; }
  .regional-settings .current-values {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 900;
    height: 55px;
    line-height: 30px;
    margin-right: 66px;
    overflow: hidden;
    padding: 12px 12px 12px 25px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap; }
    .regional-settings .current-values [class^="icon-"], .regional-settings .current-values [class*=" icon-"] {
      font-size: 20px;
      margin-right: 10px; }
  .regional-settings .trigger {
    background-color: transparent;
    border: 0;
    border-left: 2px solid #7798cb;
    color: #ffffff;
    height: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px; }
    .regional-settings .trigger:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .regional-settings .trigger:after {
      content: "";
      display: block;
      font-size: 1rem;
      line-height: 1 !important;
      margin-top: -0.5em;
      pointer-events: none;
      position: absolute;
      right: 25px;
      top: 50%;
      transform: rotate(180deg);
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear; }
  .regional-settings .panel {
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    border-top-width: 0;
    border-bottom-width: 0;
    color: #999999;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.2s ease-out;
    width: 100%; }
  .regional-settings.open {
    background-color: rgba(0, 0, 0, 0.2); }
    .regional-settings.open .trigger:after {
      transform: rotate(0deg); }
    .regional-settings.open .panel {
      border-top-width: 1px;
      border-bottom-width: 1px;
      height: auto;
      padding: 20px;
      opacity: 1; }
  @media only screen and (min-width: 768px) {
    .regional-settings {
      height: 55px;
      margin-left: -25px;
      margin-right: 15px;
      min-width: 330px; }
      .regional-settings .trigger {
        border-left: 0; }
        .regional-settings .trigger:after {
          transform: rotate(0deg); }
      .regional-settings .panel {
        bottom: 57px;
        position: absolute; }
      .regional-settings.open .trigger:after {
        transform: rotate(180deg); } }

.rating {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1; }
  .rating .out-of {
    display: inline-block;
    font-size: 28px;
    margin: 8px 0 0 5px;
    vertical-align: top; }

@media only screen and (min-width: 992px) {
  .rating {
    font-size: 73px; }
    .rating .out-of {
      font-size: 35px; } }

.search-form {
  background-color: #ffffff;
  border-right: 2px solid #e5e5e5;
  box-sizing: border-box;
  float: right;
  height: 33px;
  padding: 2px 0 0 5px;
  width: 40px; }
  .search-form .open-search {
    cursor: pointer;
    color: #cccccc;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .search-form .open-search:hover {
      color: #7f7f7f; }
  .search-form .close-search {
    background: transparent;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 38px;
    top: 26px;
    transition: 0.2s;
    width: 24px; }
    .search-form .close-search:before, .search-form .close-search:after {
      background: #00008f;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: 8px;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      width: 24px; }
    .search-form .close-search:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .search-form .close-search:after {
      box-shadow: 0 0 0 2px #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  .search-form form {
    background: #ffffff;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 0;
    z-index: 100; }
    .search-form form.open {
      padding-left: 20px;
      width: calc(100% - 70px); }
  .search-form input[type="text"] {
    border: 0;
    color: #5f5f5f;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 56px;
    outline: 0;
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px); }
  .search-form input[type="submit"] {
    display: none; }
  @media only screen and (min-width: 768px) {
    .search-form {
      padding: 0;
      text-align: center;
      width: 65px; }
      .search-form .open-search {
        font-size: 24px; } }
  @media only screen and (min-width: 992px) {
    .search-form {
      border-right: 0;
      position: relative;
      width: 45px; }
      .search-form form {
        height: 75px;
        top: -17px; }
      .search-form .open-search {
        padding-left: 20px; }
      .search-form .close-search {
        right: 0; }
      .search-form form.open {
        width: 645px; } }
  @media only screen and (min-width: 1208px) {
    .search-form form.open {
      padding-left: 45px;
      width: 845px; } }

.share-buttons {
  direction: rtl;
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -50px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 50px;
  z-index: 2; }
  .share-buttons button {
    display: block;
    float: right;
    opacity: 0;
    pointer-events: none; }
  .share-buttons button:first-child {
    background-color: #4976ba;
    color: #ffffff;
    opacity: 1;
    pointer-events: all; }
  .share-buttons:hover {
    width: auto; }
    .share-buttons:hover button {
      opacity: 1;
      pointer-events: all; }
  @media only screen and (min-width: 768px) {
    .share-buttons {
      height: 70px;
      top: 0;
      width: 70px; }
      .share-buttons:hover {
        height: auto;
        width: 70px; }
      .share-buttons button {
        float: none; } }

.speech-bubble {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-left: 7px;
  max-width: 640px;
  position: relative;
  padding: 0 15px;
  text-align: left; }
  .speech-bubble:before, .speech-bubble:after {
    content: "";
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #cccccc transparent transparent;
    display: block;
    left: -7px;
    margin-top: -11px;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .speech-bubble:after {
    border-color: transparent #ffffff transparent transparent;
    left: -6px; }
  .speech-bubble.flip {
    margin-left: 0;
    margin-right: -7px;
    text-align: right; }
    .speech-bubble.flip:before, .speech-bubble.flip:after {
      border-width: 7px 0 7px 7px;
      border-color: transparent transparent transparent #cccccc;
      left: auto;
      right: -7px; }
    .speech-bubble.flip:after {
      border-color: transparent transparent transparent #ffffff;
      left: auto;
      right: -6px; }
  .speech-bubble .date-stamp {
    color: #5f5f5f;
    display: block;
    font-size: 0.75rem;
    line-height: 1em;
    margin: 1em 0 0; }
  .speech-bubble p {
    font-size: 0.875rem;
    line-height: 1.429em; }
  .speech-bubble.alt-bg {
    background: #f5f5f5; }
    .speech-bubble.alt-bg:after {
      border-color: transparent #f5f5f5 transparent transparent; }
    .speech-bubble.alt-bg.flip:before, .speech-bubble.alt-bg.flip:after {
      border-color: transparent transparent transparent #cccccc; }
    .speech-bubble.alt-bg.flip:after {
      border-color: transparent transparent transparent #f5f5f5; }
  .speech-bubble.dark-bg {
    background: #000072;
    border-color: #4040ab; }
    .speech-bubble.dark-bg span, .speech-bubble.dark-bg a, .speech-bubble.dark-bg p, .speech-bubble.dark-bg h1, .speech-bubble.dark-bg h2, .speech-bubble.dark-bg h3, .speech-bubble.dark-bg h4, .speech-bubble.dark-bg h5, .speech-bubble.dark-bg h6 {
      color: #ffffff; }
    .speech-bubble.dark-bg .date-stamp {
      opacity: 0.75; }
    .speech-bubble.dark-bg:before {
      border-color: transparent #4040ab transparent transparent; }
    .speech-bubble.dark-bg:after {
      border-color: transparent #000072 transparent transparent; }
    .speech-bubble.dark-bg.flip:before, .speech-bubble.dark-bg.flip:after {
      border-color: transparent transparent transparent #4040ab; }
    .speech-bubble.dark-bg.flip:after {
      border-color: transparent transparent transparent #000072; }
  .speech-bubble.darker-bg {
    background: #4040ab;
    border-color: #000072; }
    .speech-bubble.darker-bg span, .speech-bubble.darker-bg a, .speech-bubble.darker-bg p, .speech-bubble.darker-bg h1, .speech-bubble.darker-bg h2, .speech-bubble.darker-bg h3, .speech-bubble.darker-bg h4, .speech-bubble.darker-bg h5, .speech-bubble.darker-bg h6 {
      color: #ffffff; }
    .speech-bubble.darker-bg .date-stamp {
      opacity: 0.75; }
    .speech-bubble.darker-bg:before {
      border-color: transparent #000072 transparent transparent; }
    .speech-bubble.darker-bg:after {
      border-color: transparent #4040ab transparent transparent; }
    .speech-bubble.darker-bg.flip:before, .speech-bubble.darker-bg.flip:after {
      border-color: transparent transparent transparent #000072; }
    .speech-bubble.darker-bg.flip:after {
      border-color: transparent transparent transparent #4040ab; }
  @media only screen and (min-width: 768px) {
    .speech-bubble {
      padding: 10px 30px; }
      .speech-bubble:before, .speech-bubble:after {
        border-width: 10px 10px 10px 0;
        left: -10px; }
      .speech-bubble:after {
        left: -9px; }
      .speech-bubble.flip {
        margin-left: 0;
        margin-right: 10px; }
        .speech-bubble.flip:before, .speech-bubble.flip:after {
          border-width: 10px 0 10px 10px;
          right: -10px; }
        .speech-bubble.flip:after {
          right: -9px; }
      .speech-bubble .date-stamp {
        font-size: 0.875rem;
        line-height: 1em; } }
  @media only screen and (min-width: 992px) {
    .speech-bubble:before, .speech-bubble:after {
      border-width: 11px 11px 11px 0;
      left: -11px; }
    .speech-bubble:after {
      left: -10px; }
    .speech-bubble.flip {
      margin-left: 0;
      margin-right: 11px; }
      .speech-bubble.flip:before, .speech-bubble.flip:after {
        border-width: 11px 0 11px 11px;
        right: -11px; }
      .speech-bubble.flip:after {
        right: -10px; } }

/*

&:before, &:after {
        content: "";
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent $speech-bubble-border-color transparent transparent;
        display: block;
        left: -15px;
        height: 0;
        position: absolute;
        top: calc(50% - 15px);
        width: 0;
    }

    &:after {
        border-color: transparent $speech-bubble-bg-color transparent transparent;
        left: -14px;
    }

    &.flip {
        margin-left: 0;
        margin-right: 15px;
        text-align: right;

        &:before, &:after {
            border-width: 15px 0 15px 15px;
            border-color: transparent transparent transparent $speech-bubble-border-color;
            left: auto;
            right: -15px;
        }
    
        &:after {
            border-color: transparent transparent transparent $speech-bubble-bg-color;
            left: auto;
            right: -14px;
        }

    }

    */
.slide {
  display: block;
  color: #ffffff;
  margin: 40px 0 0;
  position: relative;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out; }
  .slide:before {
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease-out;
    width: 100%;
    z-index: 2; }
  .slide img {
    display: block;
    width: 100%; }
  .slide .title {
    bottom: 25px;
    color: #ffffff;
    font-family: "Publico Banner Web", Georgia, Garamond, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    left: 25px;
    position: absolute;
    right: 25px;
    text-shadow: 0 0 7px black; }
  .slide .slide-count {
    background-color: #5f5f5f;
    color: #ffffff;
    display: block;
    font-family: "Publico Banner Web", Georgia, Garamond, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 50px; }
  .slide.active {
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.6);
    transform: translate3d(0px, -20px, 0px); }
    .slide.active:before {
      background: rgba(0, 0, 0, 0); }
    .slide.active .slide-count {
      background: #4040ab; }
  @media only screen and (min-width: 768px) {
    .slide {
      margin: 30px -19px 0 18px; }
      .slide:before {
        background: rgba(0, 0, 0, 0.4); }
      .slide .title {
        bottom: 40px;
        font-size: 28px;
        line-height: 36px;
        left: 30px;
        right: 30px; }
      .slide .slide-count {
        height: 70px;
        font-size: 26px;
        line-height: 70px;
        width: 70px; } }
  @media only screen and (min-width: 992px) {
    .slide {
      margin: 40px -19px 0 18px; } }

.table {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1em 0;
  table-layout: fixed;
  width: 100%; }
  .table tr {
    border-bottom: 0.063em solid #e5e5e5;
    display: block;
    padding: 1em 0; }
    .table tr.subtotal {
      font-weight: 600; }
    .table tr.total {
      border-bottom: 0.063em double #e5e5e5;
      font-weight: 600; }
  .table th {
    display: none; }
  .table td {
    display: block;
    margin: 0;
    padding: 0.313em 0.626em 0.313em 0;
    text-align: left; }
    .table td.hide-mobile {
      display: none; }
    .table td:first-child {
      margin-top: 0; }
    .table td:last-child {
      margin-bottom: 0; }
    .table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      margin: 0 0 10px; }
    .table td.no-heading:before {
      display: none; }
    .table td .btn, .table td .btn-secondary, .table td .btn-ghost, .table td .btn-ghost-white {
      margin: 0; }
  .table.schedule {
    min-width: 100%; }
    .table.schedule tr {
      padding: 20px 0;
      width: 100%; }
    .table.schedule td, .table.schedule th {
      display: inline-block;
      margin: 0;
      padding: 0;
      text-align: left;
      vertical-align: top; }
      .table.schedule td:before, .table.schedule th:before {
        content: none;
        font-weight: bold;
        margin: 0 0 10px; }
      .table.schedule td.location, .table.schedule th.location {
        font-weight: bold; }
    .table.schedule th {
      border-bottom: none; }
  @media only screen and (min-width: 768px) {
    .table {
      border-collapse: collapse;
      font-size: 1.125rem;
      line-height: 1.5em; }
      .table tr {
        display: table-row;
        border-bottom: 0.063em solid #e5e5e5; }
      .table th, .table td {
        display: table-cell;
        padding: 1.563em 0;
        text-align: left;
        vertical-align: top; }
        .table th.numeric, .table td.numeric {
          text-align: right; }
      .table th {
        border-bottom: 0.125em solid #4040ab; }
      .table td.hide-mobile {
        display: table-cell;
        align-items: center; }
      .table td:before {
        display: none; }
      .table td:first-child {
        padding-right: 1.563em; }
      .table.careers-list td {
        vertical-align: middle; }
      .table.schedule tr {
        display: block; } }

ul.tabs, ol.tabs {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
  white-space: nowrap; }
  ul.tabs li.title, ol.tabs li.title {
    display: block; }
  ul.tabs.scroll, ol.tabs.scroll {
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0 0 40px; }
    ul.tabs.scroll li, ol.tabs.scroll li {
      margin: 0 10px; }
      ul.tabs.scroll li a, ol.tabs.scroll li a {
        padding: 20px 5px; }
  @media only screen and (min-width: 768px) {
    ul.tabs, ol.tabs {
      margin: 0 0 55px 0; } }
  @media only screen and (min-width: 992px) {
    ul.tabs li.title, ol.tabs li.title {
      display: inline-block; }
    ul.tabs.scroll, ol.tabs.scroll {
      overflow-x: hidden;
      padding: 0; } }

ol.tags, ul.tags {
  list-style: none;
  padding: 0; }
  ol.tags li.title, ul.tags li.title {
    color: #333333;
    font-weight: 700; }

.article {
  background-color: #ffffff;
  padding: 0 45px 40px; }
  .article .wrapper, .article .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .article .slide-carousel-inner-wrapper {
    max-width: 944px; }
  .article.extra-padding-top {
    padding-top: 40px; }
  .article .article-heading {
    background-color: #ffffff;
    margin: -100px -25px 0;
    padding: 45px 45px 0;
    position: relative;
    text-align: center;
    z-index: 1; }
    .article .article-heading .date {
      display: inline-block;
      font-size: 0.8rem;
      letter-spacing: 0.015em;
      padding: 0 0.5em;
      position: relative;
      text-transform: uppercase; }
  .article.alt-bg {
    background-color: #f5f5f5; }
    .article.alt-bg .article-heading {
      background-color: #f5f5f5; }
  .article .article-body > p:first-child:first-letter {
    float: left;
    font-size: 5.625rem;
    font-weight: bold;
    font-style: italic;
    padding: 0 0.089em 0.222em; }
  .article .article-body > p:first-child.normal-letter:first-letter {
    float: none;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    padding: 0; }
  .article .article-body h2, .article .article-body h3, .article .article-body h4, .article .article-body h5, .article .article-body h6, .article .article-body p, .article .article-body ul, .article .article-body ol {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
  .article .tags {
    border-top: 1px solid #e5e5e5;
    font-size: 0.875rem;
    margin: 2.143em auto 0 auto;
    max-width: 600px;
    padding-top: 2.143em;
    text-transform: uppercase; }
    .article .tags a {
      display: inline-block;
      font-weight: 700;
      margin: 0 5px;
      text-decoration: none; }
  .article img {
    margin: 30px -45px;
    width: calc(100% + 90px); }
  .article figure {
    margin: 50px 0; }
    .article figure.no-margin-top {
      margin-top: 0; }
    .article figure img {
      margin: 0 -45px; }
  .article figcaption {
    color: #999999;
    font-size: 0.75rem;
    margin-top: 0.417em;
    text-transform: uppercase; }
  .article video {
    display: block;
    height: auto;
    margin: 30px 0;
    width: 100%; }
  .article.video-page .article-heading {
    margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    .article {
      padding-bottom: 60px; }
      .article .btn-float {
        margin: 80px auto -80px; }
      .article .article-heading {
        margin: -160px 0 30px;
        min-height: 160px;
        padding: 52px 45px 0; }
        .article .article-heading h1 {
          margin-bottom: 26px; }
        .article .article-heading .lead {
          font-size: 1.25rem;
          line-height: 1.5em; }
      .article.video-page .article-heading {
        margin-top: -108px; } }
  @media only screen and (min-width: 1050px) {
    .article img {
      margin: 50px -98px;
      width: calc(100% + 196px); }
    .article figure {
      margin: 80px 0; }
      .article figure img {
        margin: 0 -98px; }
    .article .tags {
      margin-top: 60px; }
    .article.video-page .article-heading {
      margin-top: -148px; } }
  @media only screen and (min-width: 1200px) {
    .article img {
      margin: 30px -98px; }
    .article figure {
      margin: 100px 0; }
    .article .article-heading {
      margin: -160px -98px 30px;
      min-height: 160px;
      padding: 62px 98px 0; }
    .article.video-page .article-heading {
      margin-top: -160px; } }

.banner {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .banner:after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .banner.darker:after {
    background: rgba(0, 0, 0, 0.5); }
  .banner.lighter:after {
    background: rgba(0, 0, 0, 0.3); }
  .banner.picture-only {
    padding: 0;
    min-height: 320px; }
    .banner.picture-only picture {
      z-index: 1; }
  .banner .wrapper, .banner .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .banner .slide-carousel-inner-wrapper {
    padding: 50px 30px;
    margin: 0 auto;
    z-index: 0; }
  .banner picture {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1; }
    .banner picture img {
      bottom: -9999px;
      height: auto;
      left: -9999px;
      margin: auto;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      right: -9999px;
      top: -9999px;
      width: auto; }
  .banner .banner-content {
    margin: 0 auto;
    max-width: 540px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .banner .page-title {
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 14px;
    padding-bottom: 0;
    text-transform: uppercase; }
    .banner .page-title a {
      text-decoration: none !important; }
  .banner .title {
    color: #ffffff;
    font-family: "Publico Banner Web", Georgia, Garamond, serif; }
  .banner .subtitle {
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal; }
  .banner p {
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    margin: 0 auto;
    max-width: 600px; }
  .banner a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white) {
    color: #ffffff;
    text-decoration: underline; }
    .banner a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):hover {
      color: #cccccc;
      cursor: pointer; }
  .banner .terms {
    max-width: 360px; }
  .banner.map {
    background: #f5f5f5; }
    .banner.map:after {
      display: none; }
    .banner.map picture {
      height: 300px;
      overflow: hidden;
      z-index: 10;
      padding-top: 50%; }
      .banner.map picture iframe {
        border: 0;
        height: 190%;
        left: 0;
        margin-top: -150px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0; }
    .banner.map .wrapper, .banner.map .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .banner.map .slide-carousel-inner-wrapper {
      padding: 50px 15px; }
    .banner.map .banner-content {
      background: white;
      margin-top: 190px;
      padding: 30px;
      position: relative;
      text-align: left;
      text-shadow: none;
      z-index: 100; }
    .banner.map .page-title:after {
      background: #00008f;
      left: 0; }
    .banner.map a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white) {
      color: #00008f;
      text-decoration: none; }
      .banner.map a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):hover {
        text-decoration: underline; }
  .banner.img-block {
    background: white; }
    .banner.img-block:after {
      display: none; }
    .banner.img-block picture {
      position: relative;
      z-index: 0; }
      .banner.img-block picture img {
        max-width: 100%;
        position: static; }
    .banner.img-block .banner-content {
      text-shadow: none; }
  .banner.text-dark .banner-content .page-title,
  .banner.text-dark .banner-content .title,
  .banner.text-dark .banner-content .subtitle,
  .banner.text-dark .banner-content p {
    color: #333333; }
  .banner.text-dark .banner-content .page-title:after {
    background: #00008f; }
  @media only screen and (min-width: 480px) {
    .banner.map .banner-content {
      padding: 50px; }
    .banner.map .btn:first-child, .banner.map .btn-secondary:first-child, .banner.map .btn-ghost:first-child, .banner.map .btn-ghost-white:first-child {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .banner.picture-only {
      min-height: 400px; }
    .banner .wrapper, .banner .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .banner .slide-carousel-inner-wrapper {
      padding: 80px; }
    .banner .banner-content {
      max-width: 600px; }
    .banner .page-title {
      font-size: 1.125rem;
      font-weight: normal; }
    .banner .terms {
      max-width: 480px; }
    .banner.left {
      text-align: left; }
      .banner.left .banner-content {
        margin-left: 0; }
      .banner.left .page-title:after {
        left: 0; }
      .banner.left p {
        margin-left: 0; }
      .banner.left .btn:first-child, .banner.left .btn-secondary:first-child, .banner.left .btn-ghost:first-child, .banner.left .btn-ghost-white:first-child {
        margin-left: 0; }
    .banner.map picture iframe {
      height: 160%;
      margin-top: -150px; }
    .banner.map .page-title {
      font-weight: 600; }
    .banner.img-block .img-wrapper {
      height: 360px;
      overflow: hidden; }
      .banner.img-block .img-wrapper picture img {
        height: auto;
        position: absolute; } }
  @media only screen and (min-width: 992px) {
    .banner.picture-only {
      height: 650px;
      max-height: calc(100vh - 116px); }
    .banner .banner-content {
      max-width: 720px; }
    .banner.map picture {
      display: block;
      height: 100%;
      position: absolute;
      z-index: 0;
      width: 100%;
      padding-top: 0; }
      .banner.map picture iframe {
        height: 140%;
        margin-top: -160px; }
    .banner.map .wrapper, .banner.map .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .banner.map .slide-carousel-inner-wrapper {
      padding: 80px 0; }
    .banner.map .banner-content {
      background: rgba(255, 255, 255, 0.925);
      margin: 0 auto auto 40px;
      max-width: 420px;
      padding: 80px; }
      .banner.map .banner-content.wide {
        max-width: 480px; }
    .banner.img-block .img-wrapper {
      height: 480px; } }

.card-deck.align-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

@media (min-width: 576px) {
  .card-deck.feature-deck {
    align-items: center;
    flex-flow: column nowrap; } }

@media (min-width: 992px) {
  .card-deck.feature-deck {
    align-items: unset;
    flex-flow: row wrap; } }

@media screen and (min-width: 576px) {
  .cards-sm-1 .card, .cards-sm-1 .login-form .login-form-inner-wrapper, .login-form .cards-sm-1 .login-form-inner-wrapper {
    flex-basis: calc(100% - 30px);
    margin-top: 30px;
    max-width: calc(100% - 30px); }
    .cards-sm-1 .card:nth-child(1), .cards-sm-1 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-sm-1 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
  .cards-sm-2 .card, .cards-sm-2 .login-form .login-form-inner-wrapper, .login-form .cards-sm-2 .login-form-inner-wrapper {
    flex-basis: calc(50% - 30px);
    margin-top: 30px;
    max-width: calc(50% - 30px); }
    .cards-sm-2 .card:nth-child(1), .cards-sm-2 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-sm-2 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-sm-2 .card:nth-child(2), .cards-sm-2 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-sm-2 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
  .cards-sm-3 .card, .cards-sm-3 .login-form .login-form-inner-wrapper, .login-form .cards-sm-3 .login-form-inner-wrapper {
    flex-basis: calc(33.33333% - 30px);
    margin-top: 30px;
    max-width: calc(33.33333% - 30px); }
    .cards-sm-3 .card:nth-child(1), .cards-sm-3 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-sm-3 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-sm-3 .card:nth-child(2), .cards-sm-3 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-sm-3 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-sm-3 .card:nth-child(3), .cards-sm-3 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-sm-3 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; } }

@media screen and (min-width: 768px) {
  .cards-md-1 .card, .cards-md-1 .login-form .login-form-inner-wrapper, .login-form .cards-md-1 .login-form-inner-wrapper {
    flex-basis: calc(100% - 30px);
    margin-top: 30px;
    max-width: calc(100% - 30px); }
    .cards-md-1 .card:nth-child(1), .cards-md-1 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-md-1 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
  .cards-md-2 .card, .cards-md-2 .login-form .login-form-inner-wrapper, .login-form .cards-md-2 .login-form-inner-wrapper {
    flex-basis: calc(50% - 30px);
    margin-top: 30px;
    max-width: calc(50% - 30px); }
    .cards-md-2 .card:nth-child(1), .cards-md-2 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-md-2 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-md-2 .card:nth-child(2), .cards-md-2 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-md-2 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
  .cards-md-3 .card, .cards-md-3 .login-form .login-form-inner-wrapper, .login-form .cards-md-3 .login-form-inner-wrapper {
    flex-basis: calc(33.33333% - 30px);
    margin-top: 30px;
    max-width: calc(33.33333% - 30px); }
    .cards-md-3 .card:nth-child(1), .cards-md-3 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-md-3 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-md-3 .card:nth-child(2), .cards-md-3 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-md-3 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-md-3 .card:nth-child(3), .cards-md-3 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-md-3 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; }
  .cards-md-4 .card, .cards-md-4 .login-form .login-form-inner-wrapper, .login-form .cards-md-4 .login-form-inner-wrapper {
    flex-basis: calc(25% - 30px);
    margin-top: 30px;
    max-width: calc(25% - 30px); }
    .cards-md-4 .card:nth-child(1), .cards-md-4 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-md-4 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-md-4 .card:nth-child(2), .cards-md-4 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-md-4 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-md-4 .card:nth-child(3), .cards-md-4 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-md-4 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; }
    .cards-md-4 .card:nth-child(4), .cards-md-4 .login-form .login-form-inner-wrapper:nth-child(4), .login-form .cards-md-4 .login-form-inner-wrapper:nth-child(4) {
      margin-top: 0; } }

@media screen and (min-width: 992px) {
  .cards-lg-1 .card, .cards-lg-1 .login-form .login-form-inner-wrapper, .login-form .cards-lg-1 .login-form-inner-wrapper {
    flex-basis: calc(100% - 30px);
    margin-top: 30px;
    max-width: calc(100% - 30px); }
    .cards-lg-1 .card:nth-child(1), .cards-lg-1 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-lg-1 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
  .cards-lg-2 .card, .cards-lg-2 .login-form .login-form-inner-wrapper, .login-form .cards-lg-2 .login-form-inner-wrapper {
    flex-basis: calc(50% - 30px);
    margin-top: 30px;
    max-width: calc(50% - 30px); }
    .cards-lg-2 .card:nth-child(1), .cards-lg-2 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-lg-2 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-lg-2 .card:nth-child(2), .cards-lg-2 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-lg-2 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
  .cards-lg-3 .card, .cards-lg-3 .login-form .login-form-inner-wrapper, .login-form .cards-lg-3 .login-form-inner-wrapper {
    flex-basis: calc(33.33333% - 30px);
    margin-top: 30px;
    max-width: calc(33.33333% - 30px); }
    .cards-lg-3 .card:nth-child(1), .cards-lg-3 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-lg-3 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-lg-3 .card:nth-child(2), .cards-lg-3 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-lg-3 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-lg-3 .card:nth-child(3), .cards-lg-3 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-lg-3 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; }
  .cards-lg-4 .card, .cards-lg-4 .login-form .login-form-inner-wrapper, .login-form .cards-lg-4 .login-form-inner-wrapper {
    flex-basis: calc(25% - 30px);
    margin-top: 30px;
    max-width: calc(25% - 30px); }
    .cards-lg-4 .card:nth-child(1), .cards-lg-4 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-lg-4 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-lg-4 .card:nth-child(2), .cards-lg-4 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-lg-4 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-lg-4 .card:nth-child(3), .cards-lg-4 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-lg-4 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; }
    .cards-lg-4 .card:nth-child(4), .cards-lg-4 .login-form .login-form-inner-wrapper:nth-child(4), .login-form .cards-lg-4 .login-form-inner-wrapper:nth-child(4) {
      margin-top: 0; }
  .cards-lg-5 .card, .cards-lg-5 .login-form .login-form-inner-wrapper, .login-form .cards-lg-5 .login-form-inner-wrapper {
    flex-basis: calc(20% - 30px);
    margin-top: 30px;
    max-width: calc(20% - 30px); }
    .cards-lg-5 .card:nth-child(1), .cards-lg-5 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-lg-5 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-lg-5 .card:nth-child(2), .cards-lg-5 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-lg-5 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-lg-5 .card:nth-child(3), .cards-lg-5 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-lg-5 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; }
    .cards-lg-5 .card:nth-child(4), .cards-lg-5 .login-form .login-form-inner-wrapper:nth-child(4), .login-form .cards-lg-5 .login-form-inner-wrapper:nth-child(4) {
      margin-top: 0; }
    .cards-lg-5 .card:nth-child(5), .cards-lg-5 .login-form .login-form-inner-wrapper:nth-child(5), .login-form .cards-lg-5 .login-form-inner-wrapper:nth-child(5) {
      margin-top: 0; }
  .cards-lg-6 .card, .cards-lg-6 .login-form .login-form-inner-wrapper, .login-form .cards-lg-6 .login-form-inner-wrapper {
    flex-basis: calc(16.66667% - 30px);
    margin-top: 30px;
    max-width: calc(16.66667% - 30px); }
    .cards-lg-6 .card:nth-child(1), .cards-lg-6 .login-form .login-form-inner-wrapper:nth-child(1), .login-form .cards-lg-6 .login-form-inner-wrapper:nth-child(1) {
      margin-top: 0; }
    .cards-lg-6 .card:nth-child(2), .cards-lg-6 .login-form .login-form-inner-wrapper:nth-child(2), .login-form .cards-lg-6 .login-form-inner-wrapper:nth-child(2) {
      margin-top: 0; }
    .cards-lg-6 .card:nth-child(3), .cards-lg-6 .login-form .login-form-inner-wrapper:nth-child(3), .login-form .cards-lg-6 .login-form-inner-wrapper:nth-child(3) {
      margin-top: 0; }
    .cards-lg-6 .card:nth-child(4), .cards-lg-6 .login-form .login-form-inner-wrapper:nth-child(4), .login-form .cards-lg-6 .login-form-inner-wrapper:nth-child(4) {
      margin-top: 0; }
    .cards-lg-6 .card:nth-child(5), .cards-lg-6 .login-form .login-form-inner-wrapper:nth-child(5), .login-form .cards-lg-6 .login-form-inner-wrapper:nth-child(5) {
      margin-top: 0; }
    .cards-lg-6 .card:nth-child(6), .cards-lg-6 .login-form .login-form-inner-wrapper:nth-child(6), .login-form .cards-lg-6 .login-form-inner-wrapper:nth-child(6) {
      margin-top: 0; } }

.comparison-table {
  background-color: #ffffff;
  padding: 50px 0 0; }
  .comparison-table .products {
    color: #ffffff;
    text-align: center; }
    .comparison-table .products.bottom {
      margin: 0; }
  .comparison-table .product {
    background: #4040ab;
    padding: 30px 40px; }
    .comparison-table .product .product-name {
      margin: 0 0 20px; }
    .comparison-table .product a,
    .comparison-table .product .link {
      color: #ffffff;
      text-decoration: none; }
    .comparison-table .product:nth-of-type(2n) {
      background: #00008f; }
    .comparison-table .product:nth-of-type(3n) {
      background: #000072; }
    .comparison-table .product .btn-wrapper {
      margin-top: auto; }
  .comparison-table.with-subtitle .product .product-name {
    margin: 0 0 10px; }
  .comparison-table.with-subtitle .product p {
    margin: 0 0 20px; }
  .comparison-table .product-features {
    clear: both;
    width: 100%; }
  .comparison-table .feature, .comparison-table .card-deck.feature-deck .card.feature, .card-deck.feature-deck .comparison-table .card.feature, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 40px; }
    .comparison-table .feature > div, .comparison-table .card-deck.feature-deck .card.feature > div, .card-deck.feature-deck .comparison-table .card.feature > div, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper > div, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper > div {
      float: left;
      line-height: 42px;
      width: 33%;
      text-align: center; }
      .comparison-table .feature > div .check-holder, .comparison-table .card-deck.feature-deck .card.feature > div .check-holder, .card-deck.feature-deck .comparison-table .card.feature > div .check-holder, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div .check-holder, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper > div .check-holder, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div .check-holder, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper > div .check-holder {
        border-radius: 50%;
        color: #ffffff;
        display: block;
        font-size: 12px;
        height: 40px;
        line-height: 42px;
        margin: 0 auto;
        width: 40px; }
        .comparison-table .feature > div .check-holder:before, .comparison-table .card-deck.feature-deck .card.feature > div .check-holder:before, .card-deck.feature-deck .comparison-table .card.feature > div .check-holder:before, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div .check-holder:before, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper > div .check-holder:before, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div .check-holder:before, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper > div .check-holder:before {
          content: ""; }
        .comparison-table .feature > div .check-holder.not-included, .comparison-table .card-deck.feature-deck .card.feature > div .check-holder.not-included, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div .check-holder.not-included, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div .check-holder.not-included {
          background: #f5f5f5 !important; }
          .comparison-table .feature > div .check-holder.not-included:before, .comparison-table .card-deck.feature-deck .card.feature > div .check-holder.not-included:before, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div .check-holder.not-included:before, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div .check-holder.not-included:before {
            display: none; }
      .comparison-table .feature > div:nth-of-type(2n) .check-holder, .comparison-table .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
        background: #4040ab; }
      .comparison-table .feature > div:nth-of-type(3n) .check-holder, .comparison-table .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
        background: #00008f; }
      .comparison-table .feature > div:nth-of-type(4n) .check-holder, .comparison-table .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
        background: #000072; }
    .comparison-table .feature .heading, .comparison-table .card-deck.feature-deck .card.feature .heading, .card-deck.feature-deck .comparison-table .card.feature .heading, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper .heading, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper .heading, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper .heading, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper .heading {
      clear: both;
      margin: 0 0 10px;
      text-align: center;
      width: 100%; }
      .comparison-table .feature .heading h4, .comparison-table .card-deck.feature-deck .card.feature .heading h4, .card-deck.feature-deck .comparison-table .card.feature .heading h4, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper .heading h4, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper .heading h4, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper .heading h4, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper .heading h4 {
        font-size: 16px;
        margin: 0; }
  .comparison-table .description {
    padding: 0 15px; }
    .comparison-table .description h2, .comparison-table .description h3, .comparison-table .description h4, .comparison-table .description h5, .comparison-table .description h6, .comparison-table .description p {
      margin: 18px 0; }
  .comparison-table .description-expander {
    display: none;
    font-size: 13px;
    line-height: 30px;
    margin: 1px 0 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top; }
    .comparison-table .description-expander:after {
      content: "";
      display: inline-block;
      font-size: 11px;
      margin-left: 2px;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      transition: all 0.15s linear;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .comparison-table .description-expander.active:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .comparison-table.two-products .feature > div, .comparison-table.two-products .card-deck.feature-deck .card.feature > div, .card-deck.feature-deck .comparison-table.two-products .card.feature > div, .comparison-table.two-products .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div, .card-deck.feature-deck .login-form .comparison-table.two-products .feature.login-form-inner-wrapper > div, .comparison-table.two-products .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div, .login-form .card-deck.feature-deck .comparison-table.two-products .feature.login-form-inner-wrapper > div {
    width: 50%; }
  .comparison-table.two-products .feature .heading {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .comparison-table .heading h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 800px) {
    .comparison-table .products {
      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;
      width: 100%; }
      .comparison-table .products .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 33%; }
        .comparison-table .products .product .product-title {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
        .comparison-table .products .product .btn, .comparison-table .products .product .btn-secondary, .comparison-table .products .product .btn-ghost, .comparison-table .products .product .btn-ghost-white {
          width: auto; }
    .comparison-table .comparison-terms {
      float: left;
      padding-bottom: 0;
      width: 100%; }
    .comparison-table.two-products .products .product {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .comparison-table {
      padding: 80px 0; }
      .comparison-table .wrapper, .comparison-table .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .comparison-table .slide-carousel-inner-wrapper {
        padding: 0 32px; }
      .comparison-table .products {
        float: right;
        width: 75%; }
      .comparison-table .feature, .comparison-table .card-deck.feature-deck .card.feature, .card-deck.feature-deck .comparison-table .card.feature, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper {
        padding: 25px 0; }
        .comparison-table .feature > div, .comparison-table .card-deck.feature-deck .card.feature > div, .card-deck.feature-deck .comparison-table .card.feature > div, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper > div, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper > div {
          width: 25%; }
        .comparison-table .feature .heading, .comparison-table .card-deck.feature-deck .card.feature .heading, .card-deck.feature-deck .comparison-table .card.feature .heading, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper .heading, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper .heading, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper .heading, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper .heading {
          float: left;
          margin: 4px 0 0;
          text-align: left;
          width: 25%; }
          .comparison-table .feature .heading h4, .comparison-table .card-deck.feature-deck .card.feature .heading h4, .card-deck.feature-deck .comparison-table .card.feature .heading h4, .comparison-table .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper .heading h4, .card-deck.feature-deck .login-form .comparison-table .feature.login-form-inner-wrapper .heading h4, .comparison-table .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper .heading h4, .login-form .card-deck.feature-deck .comparison-table .feature.login-form-inner-wrapper .heading h4 {
            font-size: 18px; }
      .comparison-table .description-expander {
        display: inline-block; }
      .comparison-table .description {
        display: none;
        padding: 0; }
      .comparison-table.two-products .products {
        width: 66%; }
      .comparison-table.two-products .feature > div, .comparison-table.two-products .card-deck.feature-deck .card.feature > div, .card-deck.feature-deck .comparison-table.two-products .card.feature > div, .comparison-table.two-products .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div, .card-deck.feature-deck .login-form .comparison-table.two-products .feature.login-form-inner-wrapper > div, .comparison-table.two-products .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div, .login-form .card-deck.feature-deck .comparison-table.two-products .feature.login-form-inner-wrapper > div {
        width: 33%; }
      .comparison-table.two-products .feature .heading {
        text-align: left;
        width: 33%; } }

footer {
  background: #4976ba;
  padding: 22px 0 0;
  margin-top: auto; }
  footer .social {
    padding: 0 0 15px; }
    footer .social .title {
      display: none; }
    footer .social ul {
      list-style: none;
      margin: 0 auto;
      max-width: 475px;
      padding: 0; }
    footer .social li {
      float: left;
      margin: 0;
      width: 20%;
      text-align: center; }
      footer .social li a {
        color: #ffffff;
        display: inline-block;
        font-size: 1.5em;
        text-decoration: none;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        footer .social li a:hover {
          color: rgba(255, 255, 255, 0.5);
          transform: scale(1.1); }
  footer nav > ul > li {
    border-top: 2px solid #7798cb;
    margin: 0;
    padding: 0 25px 14px; }
  footer nav > ul a {
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none; }
    footer nav > ul a:hover {
      color: #ffffff;
      text-decoration: underline; }
  footer nav > ul ul {
    display: none;
    margin-top: 12px; }
    footer nav > ul ul li {
      margin: 0; }
  footer nav .title {
    color: #ffffff;
    cursor: pointer;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 14px 0 0;
    text-transform: uppercase;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    footer nav .title:after {
      content: "";
      display: block;
      float: right;
      margin: 4px 0 0;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    footer nav .title:hover {
      color: rgba(255, 255, 255, 0.5); }
    footer nav .title.open:after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  footer .legal {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    background: #4976ba;
    padding: 18px 40px 14px;
    text-align: center; }
    footer .legal .wrapper, footer .legal .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel footer .legal .slide-carousel-inner-wrapper {
      max-width: 740px;
      padding: 0; }
    footer .legal span {
      color: #ffffff;
      display: block;
      font-size: 0.813rem;
      line-height: 1.231;
      opacity: 0.65; }
      footer .legal span.meta {
        display: inline;
        opacity: 1; }
  footer .footer-bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) {
    footer {
      padding: 20px 0 0; }
      footer .wrapper, footer .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel footer .slide-carousel-inner-wrapper {
        padding: 0 40px; }
        footer .wrapper .legal, footer .slide-carousel .slide-carousel-inner-wrapper .legal, .slide-carousel footer .slide-carousel-inner-wrapper .legal {
          padding: 20px 0; }
      footer .social .title {
        color: #ffffff;
        display: block;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 14px 0 0;
        text-transform: uppercase; }
      footer .social ul {
        margin: 25px 0 0; }
        footer .social ul li {
          text-align: left;
          width: 44px; }
      footer .footer-nav {
        margin: 0 0 40px;
        max-width: 882px; }
      footer nav > ul > li {
        border: 0;
        float: left;
        padding: 0;
        width: 33.3333333%; }
      footer nav > ul ul {
        display: block; }
      footer nav .title {
        cursor: text; }
        footer nav .title:after {
          display: none; }
        footer nav .title:hover {
          color: #ffffff; }
      footer .legal {
        padding: 20px 40px; }
      footer .footer-bottom .wrapper, footer .footer-bottom .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel footer .footer-bottom .slide-carousel-inner-wrapper {
        display: flex; }
      footer .footer-bottom .regional-settings + .legal {
        flex: 1;
        border-top: 0;
        text-align: right !important; } }
  @media only screen and (min-width: 992px) {
    footer {
      padding: 30px 0 0; }
      footer .wrapper, footer .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel footer .slide-carousel-inner-wrapper {
        padding: 0 30px; }
      footer .social {
        float: right;
        max-width: 220px; }
      footer .legal {
        padding: 20px 32px;
        text-align: right; }
        footer .legal .wrapper, footer .legal .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel footer .legal .slide-carousel-inner-wrapper {
          max-width: 1208px;
          margin: 0 auto; }
        footer .legal span {
          color: #ffffff;
          display: block;
          font-size: 13px;
          line-height: 16px;
          opacity: 0.65; }
      footer .footer-nav {
        float: left;
        margin: 0 0 38px;
        width: calc(100% - 220px); } }
  footer.light-footer {
    padding: 0; }
    footer.light-footer .social {
      border: 0 0 1px 0 solid #7798cb;
      padding: 25px 30px; }
      footer.light-footer .social ul {
        margin: 0; }
      footer.light-footer .social li {
        margin-right: 30px;
        width: auto; }
        footer.light-footer .social li:last-child {
          margin-right: 0; }
        footer.light-footer .social li a {
          font-size: 26px; }
    footer.light-footer nav ul {
      display: initial; }
      footer.light-footer nav ul li {
        border-top: 0;
        border-bottom: 0 0 1px 0 solid #7798cb;
        display: block;
        float: none;
        margin: 0;
        padding: 0; }
        footer.light-footer nav ul li:last-child {
          border-bottom: none; }
        footer.light-footer nav ul li a {
          display: block;
          padding: 10px 30px; }
      footer.light-footer nav ul .title {
        font-size: 14px;
        letter-spacing: 0.03em;
        margin: 0;
        text-transform: uppercase; }
      footer.light-footer nav ul .title:after {
        display: none; }
    footer.light-footer .legal {
      padding: 20px 30px; }
    @media only screen and (min-width: 768px) {
      footer.light-footer .social {
        border: none;
        padding: 30px 0; }
      footer.light-footer nav {
        margin-bottom: 40px; }
        footer.light-footer nav ul li {
          border: none;
          position: relative;
          display: inline-block;
          margin: 0 20px 0 0;
          width: auto; }
          footer.light-footer nav ul li:after {
            background-color: #ffffff;
            content: "";
            display: block;
            height: 1px;
            opacity: .65;
            position: absolute;
            right: -21px;
            top: 18px;
            transform: rotate(90deg);
            width: 18px; }
          footer.light-footer nav ul li:last-child:after {
            display: none; }
          footer.light-footer nav ul li a {
            padding: 0; }
      footer.light-footer .legal {
        padding: 20px 40px; }
      footer.light-footer .footer-nav {
        margin: 0;
        max-width: none; } }
    @media only screen and (min-width: 992px) {
      footer.light-footer .social {
        padding: 20px 0; }
      footer.light-footer nav {
        margin: 0;
        padding: 17px 0; }
      footer.light-footer .legal {
        padding: 20px 30px; } }
    @media only screen and (min-width: 1200px) {
      footer.light-footer .legal .wrapper, footer.light-footer .legal .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel footer.light-footer .legal .slide-carousel-inner-wrapper {
        padding: 0 30px; } }

.form fieldset,
.form section {
  background: #f5f5f5;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0; }
  .form fieldset header,
  .form section header {
    position: relative;
    z-index: initial;
    background-color: #ffffff;
    border-bottom: solid 1px #cccccc;
    padding: 20px 30px; }
    .form fieldset header .title,
    .form section header .title {
      color: #333333;
      font-family: "Publico Banner Web", Georgia, Garamond, serif;
      font-size: 25px;
      line-height: 48px;
      margin: 0;
      padding: 0; }
    .form fieldset header .subtitle,
    .form section header .subtitle {
      margin: 0;
      padding: 0;
      font-size: 16px; }
    @media only screen and (min-width: 992px) {
      .form fieldset header,
      .form section header {
        padding: 20px 65px; } }
  .form fieldset .field-wrapper,
  .form section .field-wrapper {
    padding: 20px 30px; }
    .form fieldset .field-wrapper .field:first-of-type,
    .form section .field-wrapper .field:first-of-type {
      margin-top: 10px; }
    .form fieldset .field-wrapper .field:last-of-type,
    .form section .field-wrapper .field:last-of-type {
      margin-bottom: 10px; }

.form.minimal fieldset,
.form.minimal section {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important; }
  .form.minimal fieldset header,
  .form.minimal section header {
    display: none; }
  .form.minimal fieldset .field-wrapper,
  .form.minimal section .field-wrapper {
    padding: 0 !important; }

@media only screen and (min-width: 480px) {
  .form fieldset,
  .form section {
    border-width: 1px;
    box-shadow: 0 1px 9px #cccccc; } }

@media only screen and (min-width: 992px) {
  .form fieldset .field-wrapper,
  .form section .field-wrapper {
    padding: 20px 65px; }
  .form fieldset + fieldset,
  .form fieldset + section,
  .form section + fieldset,
  .form section + section {
    margin-top: 30px; } }

.form .group.ddmmyyyy-group label, .form .group.phone-group label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0; }

.form .group .input {
  width: 100%; }

.form .field.group {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px; }

.form .phone-group .input, .form .phone-group .select {
  display: inline-block;
  vertical-align: top; }

.form .phone-group .field {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 0 0 !important; }

.form .phone-group .select {
  width: 105px; }

.form .ddmmyyyy-group .input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: auto !important; }
  .form .ddmmyyyy-group .input .day {
    width: 58px; }
  .form .ddmmyyyy-group .input .month {
    width: 64px; }
  .form .ddmmyyyy-group .input .year {
    width: 78px; }

@media only screen and (min-width: 768px) {
  .form .name-group .field {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; } }

header {
  background-color: #ffffff;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 15px 0;
  position: relative;
  z-index: 100; }
  header .wrapper, header .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel header .slide-carousel-inner-wrapper {
    padding: 0 15px; }
  @media only screen and (min-width: 768px) {
    header .wrapper, header .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel header .slide-carousel-inner-wrapper {
      padding: 0 40px; } }
  @media only screen and (min-width: 992px) {
    header {
      border-width: 0 0 2px 0;
      padding: 0; } }
  @media only screen and (min-width: 1288px) {
    header .wrapper, header .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel header .slide-carousel-inner-wrapper {
      padding: 0; } }
  @media only screen and (min-width: 992px) {
    header.sticky-header {
      position: fixed;
      -webkit-transition: top 0.15s ease-in-out;
      -moz-transition: top 0.15s ease-in-out;
      -ms-transition: top 0.15s ease-in-out;
      transition: top 0.15s ease-in-out;
      top: 0;
      width: 100%;
      z-index: 999; }
      header.sticky-header.header-up {
        top: -118px; }
      header.sticky-header.header-down {
        top: 0; } }
  header .search-menu-trigger {
    float: right;
    margin-top: 5px;
    width: 75px; }
    @media only screen and (min-width: 768px) {
      header .search-menu-trigger {
        width: 113px; } }
    @media only screen and (min-width: 992px) {
      header .search-menu-trigger {
        margin-top: 17px;
        width: 45px; } }

.logo {
  display: block;
  float: left;
  text-decoration: none !important; }
  .logo img {
    height: 41px;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .logo img {
      height: 45px; } }

.hero-cover {
  background-color: #ffffff;
  position: relative; }
  .hero-cover h1, .hero-cover h2, .hero-cover h5, .hero-cover p, .hero-cover a, .hero-cover ul, .hero-cover li {
    margin: 0; }
  .hero-cover .container {
    max-width: 100%;
    width: auto; }
  .hero-cover img {
    max-width: 100%; }
  .hero-cover .content {
    background-color: #ffffff;
    display: inline-block;
    margin-top: -30px;
    padding: 30px 30px 35px;
    position: relative;
    text-align: left;
    width: 100%; }
    .hero-cover .content .page-title {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .hero-cover .content .title {
      font-family: "Publico Banner Web", Georgia, Garamond, serif; }
      .hero-cover .content .title a {
        color: inherit;
        text-decoration: none !important; }
    .hero-cover .content .subtitle {
      font-weight: normal; }
    .hero-cover .content .subtitle, .hero-cover .content .description, .hero-cover .content .terms {
      margin-bottom: 30px; }
    .hero-cover .content .terms {
      font-size: 0.7rem;
      padding-bottom: 60px; }
    .hero-cover .content .btn-wrapper .btn, .hero-cover .content .btn-wrapper .btn-secondary, .hero-cover .content .btn-wrapper .btn-ghost, .hero-cover .content .btn-wrapper .btn-ghost-white {
      margin-bottom: 10px;
      width: 100%; }
      @media only screen and (min-width: 480px) {
        .hero-cover .content .btn-wrapper .btn, .hero-cover .content .btn-wrapper .btn-secondary, .hero-cover .content .btn-wrapper .btn-ghost, .hero-cover .content .btn-wrapper .btn-ghost-white {
          width: auto; }
          .hero-cover .content .btn-wrapper .btn:first-child, .hero-cover .content .btn-wrapper .btn-secondary:first-child, .hero-cover .content .btn-wrapper .btn-ghost:first-child, .hero-cover .content .btn-wrapper .btn-ghost-white:first-child {
            margin-right: 10px; } }
  @media only screen and (min-width: 480px) {
    .hero-cover .container {
      width: 600px; }
    .hero-cover .content {
      margin-top: -50px;
      padding: 50px 50px 40px; } }
  @media only screen and (min-width: 768px) {
    .hero-cover .container {
      width: 720px; }
    .hero-cover .content {
      margin-top: -60px;
      padding: 60px; }
    .hero-cover.overlay {
      padding: 80px 0; }
      .hero-cover.overlay .content .commonly-asked-questions ul li {
        display: inline-block; } }
  @media only screen and (min-width: 992px) {
    .hero-cover {
      overflow: hidden;
      padding: 0;
      position: relative; }
      .hero-cover.border-bottom {
        border-bottom: 1px solid #e5e5e5; }
      .hero-cover:after {
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.75) 25%, white 50%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.75) 25%, white 50%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.75) 25%, white 50%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        z-index: 1; }
      .hero-cover.flip .content {
        padding: 160px 0 160px 60px; }
      .hero-cover.flip:after {
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.75) 25%, white 50%, white 100%);
        left: 0;
        right: unset; }
      .hero-cover.dark-bg:after {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 25%, black 50%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 25%, black 50%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 25%, black 50%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .hero-cover.dark-bg .page-title, .hero-cover.dark-bg .title, .hero-cover.dark-bg p {
        color: #ffffff; }
      .hero-cover.dark-bg.flip:after {
        background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 25%, black 50%, black 100%); }
      .hero-cover .container {
        width: auto; }
      .hero-cover .wrapper, .hero-cover .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .hero-cover .slide-carousel-inner-wrapper {
        position: relative;
        z-index: 2; }
      .hero-cover picture {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0; }
        .hero-cover picture img {
          bottom: -9999px;
          height: 100%;
          left: -9999px;
          margin: auto;
          max-width: none;
          min-height: 100%;
          min-width: 100%;
          position: absolute;
          right: -9999px;
          top: -9999px;
          width: auto; }
      .hero-cover .content {
        background: none;
        margin: 0;
        max-width: 50%;
        padding: 160px 60px 160px 0; }
        .hero-cover .content.left {
          float: left; }
        .hero-cover .content.right {
          float: right;
          padding: 160px 0 160px 60px; }
      .hero-cover.box:after {
        display: none; }
      .hero-cover.box .content {
        background-color: rgba(255, 255, 255, 0.9);
        margin: 80px;
        max-width: 55%;
        padding: 60px; } }
  @media only screen and (min-width: 1200px) {
    .hero-cover picture img {
      height: auto; }
    .hero-cover .content.left {
      padding: 160px 80px 160px 0; }
    .hero-cover .content.right {
      padding: 160px 0 160px 80px; }
    .hero-cover.flip .content {
      padding: 160px 0 160px 80px; } }
  .hero-cover.alt-bg {
    background-color: #f5f5f5; }
    .hero-cover.alt-bg .content {
      margin-bottom: 30px; }
      @media only screen and (min-width: 480px) {
        .hero-cover.alt-bg .content {
          margin-bottom: 50px; } }
      @media only screen and (min-width: 768px) {
        .hero-cover.alt-bg .content {
          margin-bottom: 60px; } }
      @media only screen and (min-width: 992px) {
        .hero-cover.alt-bg .content {
          margin-bottom: 0; } }

.flex-group {
  margin: 50px 0 0 0;
  text-align: center; }
  .flex-group .flex-group-item {
    display: block;
    margin: 0 auto 50px;
    max-width: 280px;
    padding: 0;
    width: calc(100% / 1); }
    .flex-group .flex-group-item .title {
      margin: 20px 0 0 0;
      padding-bottom: 0; }
    .flex-group .flex-group-item .subtitle {
      display: block;
      opacity: 0.65;
      margin: 10px 0 0 0; }
  .flex-group a.flex-group-item {
    color: inherit;
    text-decoration: none !important; }
  @media only screen and (min-width: 480px) {
    .flex-group {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around; }
      .flex-group .flex-group-item {
        padding: 0 15px; }
      .flex-group.three {
        flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .flex-group {
      margin-top: 60px; }
      .flex-group .flex-group-item {
        margin-bottom: 60px; }
      .flex-group.over-four .flex-group-item {
        width: calc(100% / 3); } }
  @media only screen and (min-width: 992px) {
    .flex-group {
      flex-wrap: nowrap;
      margin-bottom: 60px; }
      .flex-group .flex-group-item {
        margin-bottom: 0 !important; } }

.image-gallery {
  padding: 0 25px; }
  .image-gallery .image-row {
    min-width: 100%; }
  .image-gallery .image, .image-gallery .card .card-img-top, .card .image-gallery .card-img-top, .image-gallery .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .image-gallery .card-img-top {
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px); }
    .image-gallery .image img, .image-gallery .card .card-img-top img, .card .image-gallery .card-img-top img, .image-gallery .login-form .login-form-inner-wrapper .card-img-top img, .login-form .login-form-inner-wrapper .image-gallery .card-img-top img {
      display: block;
      height: 280px;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; }
      .image-gallery .image img:hover, .image-gallery .card .card-img-top img:hover, .card .image-gallery .card-img-top img:hover, .image-gallery .login-form .login-form-inner-wrapper .card-img-top img:hover, .login-form .login-form-inner-wrapper .image-gallery .card-img-top img:hover {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  @media only screen and (min-width: 768px) {
    .image-gallery .image img, .image-gallery .card .card-img-top img, .card .image-gallery .card-img-top img, .image-gallery .login-form .login-form-inner-wrapper .card-img-top img, .login-form .login-form-inner-wrapper .image-gallery .card-img-top img {
      height: 360px; } }
  @media only screen and (min-width: 992px) {
    .image-gallery .column-3 .image, .image-gallery .column-3 .card .card-img-top, .card .image-gallery .column-3 .card-img-top, .image-gallery .column-3 .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .image-gallery .column-3 .card-img-top {
      float: left;
      width: calc(100% / 3 - 20px); }
    .image-gallery .column-2 .image, .image-gallery .column-2 .card .card-img-top, .card .image-gallery .column-2 .card-img-top, .image-gallery .column-2 .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .image-gallery .column-2 .card-img-top {
      float: left;
      width: calc(100% / 2 - 20px); } }

.image-text {
  background: #ffffff; }
  .image-text .wrapper, .image-text .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .image-text .slide-carousel-inner-wrapper {
    max-width: 1140px; }
  .image-text.alt-bg {
    background: #f5f5f5; }
  .image-text.dark-bg {
    background: #4976ba; }
    .image-text.dark-bg .page-title, .image-text.dark-bg .title, .image-text.dark-bg .subtitle, .image-text.dark-bg h2, .image-text.dark-bg h3, .image-text.dark-bg h4, .image-text.dark-bg h5, .image-text.dark-bg h6, .image-text.dark-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white), .image-text.dark-bg p, .image-text.dark-bg li, .image-text.dark-bg li:before {
      color: #ffffff; }
    .image-text.dark-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white) {
      text-decoration: underline; }
    .image-text.dark-bg .page-title a {
      text-decoration: none !important; }
  .image-text.ocean-blue {
    background-color: #4976ba;
    color: #ffffff; }
    .image-text.ocean-blue a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.ocean-blue .link {
      color: #ffffff; }
    .image-text.ocean-blue a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.ocean-blue a.link.text-only {
      text-decoration: underline; }
    .image-text.ocean-blue .pictogram {
      color: #ffffff; }
    .image-text.ocean-blue.shaded {
      background-color: #3a5e95; }
    .image-text.ocean-blue.standard-to-shaded {
      background: #4976ba;
      background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%);
      background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%); }
    .image-text.ocean-blue.shaded-to-standard {
      background: #3a5e95;
      background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%);
      background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%); }
    .image-text.ocean-blue.tinted {
      background-color: #7798cb; }
    .image-text.ocean-blue.standard-to-tinted {
      background: #4976ba;
      background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%);
      background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%); }
    .image-text.ocean-blue.tinted-to-standard {
      background: #7798cb;
      background: -webkit-linear-gradient(legacy-direction(to right), #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%);
      background: linear-gradient(to right, #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%); }
  .image-text.teal {
    background-color: #027180;
    color: #ffffff; }
    .image-text.teal a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.teal .link {
      color: #ffffff; }
    .image-text.teal a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.teal a.link.text-only {
      text-decoration: underline; }
    .image-text.teal .pictogram {
      color: #ffffff; }
    .image-text.teal.shaded {
      background-color: #025a66; }
    .image-text.teal.standard-to-shaded {
      background: #027180;
      background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #025a66 50%, #025a66 100%);
      background: linear-gradient(to right, #027180 0%, #027180 50%, #025a66 50%, #025a66 100%); }
    .image-text.teal.shaded-to-standard {
      background: #025a66;
      background: -webkit-linear-gradient(legacy-direction(to right), #025a66 0%, #025a66 50%, #027180 50%, #027180 100%);
      background: linear-gradient(to right, #025a66 0%, #025a66 50%, #027180 50%, #027180 100%); }
    .image-text.teal.tinted {
      background-color: #4195a0; }
    .image-text.teal.standard-to-tinted {
      background: #027180;
      background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%);
      background: linear-gradient(to right, #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%); }
    .image-text.teal.tinted-to-standard {
      background: #4195a0;
      background: -webkit-linear-gradient(legacy-direction(to right), #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%);
      background: linear-gradient(to right, #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%); }
  .image-text.pacific {
    background-color: #00adc6;
    color: #ffffff; }
    .image-text.pacific a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.pacific .link {
      color: #ffffff; }
    .image-text.pacific a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.pacific a.link.text-only {
      text-decoration: underline; }
    .image-text.pacific .pictogram {
      color: #ffffff; }
    .image-text.pacific.shaded {
      background-color: #008a9e; }
    .image-text.pacific.standard-to-shaded {
      background: #00adc6;
      background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%);
      background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%); }
    .image-text.pacific.shaded-to-standard {
      background: #008a9e;
      background: -webkit-linear-gradient(legacy-direction(to right), #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%);
      background: linear-gradient(to right, #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%); }
    .image-text.pacific.tinted {
      background-color: #40c2d4; }
    .image-text.pacific.standard-to-tinted {
      background: #00adc6;
      background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%);
      background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%); }
    .image-text.pacific.tinted-to-standard {
      background: #40c2d4;
      background: -webkit-linear-gradient(legacy-direction(to right), #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%);
      background: linear-gradient(to right, #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%); }
  .image-text.azalea {
    background-color: #e196aa;
    color: #ffffff; }
    .image-text.azalea a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.azalea .link {
      color: #ffffff; }
    .image-text.azalea a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.azalea a.link.text-only {
      text-decoration: underline; }
    .image-text.azalea .pictogram {
      color: #ffffff; }
    .image-text.azalea.shaded {
      background-color: #b47888; }
    .image-text.azalea.standard-to-shaded {
      background: #e196aa;
      background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%);
      background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%); }
    .image-text.azalea.shaded-to-standard {
      background: #b47888;
      background: -webkit-linear-gradient(legacy-direction(to right), #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%);
      background: linear-gradient(to right, #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%); }
    .image-text.azalea.tinted {
      background-color: #e9b0bf; }
    .image-text.azalea.standard-to-tinted {
      background: #e196aa;
      background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%);
      background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%); }
    .image-text.azalea.tinted-to-standard {
      background: #e9b0bf;
      background: -webkit-linear-gradient(legacy-direction(to right), #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%);
      background: linear-gradient(to right, #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%); }
  .image-text.apache {
    background-color: #bc9d45;
    color: #ffffff; }
    .image-text.apache a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.apache .link {
      color: #ffffff; }
    .image-text.apache a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.apache a.link.text-only {
      text-decoration: underline; }
    .image-text.apache .pictogram {
      color: #ffffff; }
    .image-text.apache.shaded {
      background-color: #967e37; }
    .image-text.apache.standard-to-shaded {
      background: #bc9d45;
      background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%);
      background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%); }
    .image-text.apache.shaded-to-standard {
      background: #967e37;
      background: -webkit-linear-gradient(legacy-direction(to right), #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%);
      background: linear-gradient(to right, #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%); }
    .image-text.apache.tinted {
      background-color: #cdb674; }
    .image-text.apache.standard-to-tinted {
      background: #bc9d45;
      background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%);
      background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%); }
    .image-text.apache.tinted-to-standard {
      background: #cdb674;
      background: -webkit-linear-gradient(legacy-direction(to right), #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%);
      background: linear-gradient(to right, #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%); }
  .image-text.viridian-green {
    background-color: #668980;
    color: #ffffff; }
    .image-text.viridian-green a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.viridian-green .link {
      color: #ffffff; }
    .image-text.viridian-green a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.viridian-green a.link.text-only {
      text-decoration: underline; }
    .image-text.viridian-green .pictogram {
      color: #ffffff; }
    .image-text.viridian-green.shaded {
      background-color: #526e66; }
    .image-text.viridian-green.standard-to-shaded {
      background: #668980;
      background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #526e66 50%, #526e66 100%);
      background: linear-gradient(to right, #668980 0%, #668980 50%, #526e66 50%, #526e66 100%); }
    .image-text.viridian-green.shaded-to-standard {
      background: #526e66;
      background: -webkit-linear-gradient(legacy-direction(to right), #526e66 0%, #526e66 50%, #668980 50%, #668980 100%);
      background: linear-gradient(to right, #526e66 0%, #526e66 50%, #668980 50%, #668980 100%); }
    .image-text.viridian-green.tinted {
      background-color: #8ca7a0; }
    .image-text.viridian-green.standard-to-tinted {
      background: #668980;
      background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%);
      background: linear-gradient(to right, #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%); }
    .image-text.viridian-green.tinted-to-standard {
      background: #8ca7a0;
      background: -webkit-linear-gradient(legacy-direction(to right), #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%);
      background: linear-gradient(to right, #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%); }
  .image-text.tosca {
    background-color: #914146;
    color: #ffffff; }
    .image-text.tosca a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.tosca .link {
      color: #ffffff; }
    .image-text.tosca a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.tosca a.link.text-only {
      text-decoration: underline; }
    .image-text.tosca .pictogram {
      color: #ffffff; }
    .image-text.tosca.shaded {
      background-color: #743438; }
    .image-text.tosca.standard-to-shaded {
      background: #914146;
      background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #743438 50%, #743438 100%);
      background: linear-gradient(to right, #914146 0%, #914146 50%, #743438 50%, #743438 100%); }
    .image-text.tosca.shaded-to-standard {
      background: #743438;
      background: -webkit-linear-gradient(legacy-direction(to right), #743438 0%, #743438 50%, #914146 50%, #914146 100%);
      background: linear-gradient(to right, #743438 0%, #743438 50%, #914146 50%, #914146 100%); }
    .image-text.tosca.tinted {
      background-color: #ad7174; }
    .image-text.tosca.standard-to-tinted {
      background: #914146;
      background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%);
      background: linear-gradient(to right, #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%); }
    .image-text.tosca.tinted-to-standard {
      background: #ad7174;
      background: -webkit-linear-gradient(legacy-direction(to right), #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%);
      background: linear-gradient(to right, #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%); }
  .image-text.logan {
    background-color: #9190ac;
    color: #ffffff; }
    .image-text.logan a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.logan .link {
      color: #ffffff; }
    .image-text.logan a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.logan a.link.text-only {
      text-decoration: underline; }
    .image-text.logan .pictogram {
      color: #ffffff; }
    .image-text.logan.shaded {
      background-color: #74738a; }
    .image-text.logan.standard-to-shaded {
      background: #9190ac;
      background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%);
      background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%); }
    .image-text.logan.shaded-to-standard {
      background: #74738a;
      background: -webkit-linear-gradient(legacy-direction(to right), #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%);
      background: linear-gradient(to right, #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%); }
    .image-text.logan.tinted {
      background-color: #adacc1; }
    .image-text.logan.standard-to-tinted {
      background: #9190ac;
      background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%);
      background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%); }
    .image-text.logan.tinted-to-standard {
      background: #adacc1;
      background: -webkit-linear-gradient(legacy-direction(to right), #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%);
      background: linear-gradient(to right, #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%); }
  .image-text.greyjoy {
    background-color: #9fbeaf;
    color: #ffffff; }
    .image-text.greyjoy a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .image-text.greyjoy .link {
      color: #ffffff; }
    .image-text.greyjoy a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .image-text.greyjoy a.link.text-only {
      text-decoration: underline; }
    .image-text.greyjoy .pictogram {
      color: #ffffff; }
    .image-text.greyjoy.shaded {
      background-color: #7f988c; }
    .image-text.greyjoy.standard-to-shaded {
      background: #9fbeaf;
      background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%);
      background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%); }
    .image-text.greyjoy.shaded-to-standard {
      background: #7f988c;
      background: -webkit-linear-gradient(legacy-direction(to right), #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%);
      background: linear-gradient(to right, #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%); }
    .image-text.greyjoy.tinted {
      background-color: #b7cec3; }
    .image-text.greyjoy.standard-to-tinted {
      background: #9fbeaf;
      background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%);
      background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%); }
    .image-text.greyjoy.tinted-to-standard {
      background: #b7cec3;
      background: -webkit-linear-gradient(legacy-direction(to right), #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%);
      background: linear-gradient(to right, #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%); }
  .image-text .image, .image-text .card .card-img-top, .card .image-text .card-img-top, .image-text .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .image-text .card-img-top {
    overflow-x: hidden;
    position: static; }
  .image-text picture {
    overflow: hidden;
    height: 285px;
    position: relative; }
    .image-text picture img {
      bottom: -9999px;
      display: block;
      height: auto;
      left: -9999px;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      margin: auto;
      position: absolute;
      right: -9999px;
      top: -9999px;
      width: auto; }
  .image-text .text {
    box-sizing: border-box;
    padding: 50px 40px; }
    .image-text .text .page-title {
      font-weight: 600;
      text-transform: uppercase; }
    .image-text .text h2 {
      margin-bottom: 18px; }
    .image-text .text h3, .image-text .text h4 {
      margin: 0; }
    .image-text .text ul {
      margin-top: 40px; }
      .image-text .text ul li {
        margin: 0 0 32px; }
        .image-text .text ul li:last-child {
          margin: 0; }
      .image-text .text ul ul {
        margin-top: 20px; }
        .image-text .text ul ul li {
          margin: 0 0 10px; }
      .image-text .text ul .terms h6, .image-text .text ul .terms li {
        font-size: 0.875rem;
        line-height: 1.214em; }
      .image-text .text ul .terms h6 {
        margin: 0 0 1.071em; }
      .image-text .text ul .terms ul {
        margin: 0; }
      .image-text .text ul .terms li {
        padding-left: 60px; }
        .image-text .text ul .terms li:before {
          left: 20px; }
  @media only screen and (min-width: 768px) {
    .image-text picture {
      height: 365px; }
    .image-text .text {
      padding: 60px 80px; } }
  @media only screen and (min-width: 992px) {
    .image-text {
      position: relative; }
      .image-text picture {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%; }
        .image-text picture img {
          left: 0;
          right: auto; }
      .image-text .text {
        float: right;
        width: 50%; }
        .image-text .text ul, .image-text .text table {
          margin-top: 50px; }
        .image-text .text.no-intro {
          padding-top: 25px; }
          .image-text .text.no-intro ul, .image-text .text.no-intro table {
            margin-top: 30px; }
      .image-text.flip picture {
        left: auto;
        right: 0; }
        .image-text.flip picture img {
          left: auto;
          right: 0; }
      .image-text.flip .text {
        float: left; }
      .image-text.forty-sixty picture {
        width: 40%; }
      .image-text.forty-sixty .text {
        width: 60%; }
      .image-text.sixty-forty picture {
        width: 60%; }
      .image-text.sixty-forty .text {
        width: 40%; } }
  @media only screen and (min-width: 1200px) {
    .image-text .text {
      padding: 80px 0 80px 80px; }
      .image-text .text.no-intro ul {
        padding-top: 0; }
    .image-text.flip .text {
      padding: 80px 80px 80px 0; }
      .image-text.flip .text.no-intro ul {
        padding-top: 0; } }
  .image-text-alternating {
    padding: 60px 45px; }
    .image-text-alternating.no-padding-top {
      padding-top: 0; }
    .image-text-alternating .section-intro {
      padding-bottom: 45px;
      text-align: center; }
      .image-text-alternating .section-intro h2 {
        margin: 0 0 18px; }
    .image-text-alternating.alt-bg {
      background: #f5f5f5; }
    .image-text-alternating .wrapper, .image-text-alternating .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .image-text-alternating .slide-carousel-inner-wrapper {
      max-width: 1140px; }
    .image-text-alternating .single {
      margin: 0 0 60px; }
      .image-text-alternating .single:last-child {
        margin: 0; }
    .image-text-alternating .image, .image-text-alternating .card .card-img-top, .card .image-text-alternating .card-img-top, .image-text-alternating .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .image-text-alternating .card-img-top {
      position: relative; }
      .image-text-alternating .image:before, .image-text-alternating .card .card-img-top:before, .card .image-text-alternating .card-img-top:before, .image-text-alternating .login-form .login-form-inner-wrapper .card-img-top:before, .login-form .login-form-inner-wrapper .image-text-alternating .card-img-top:before {
        content: " ";
        display: block;
        padding-top: 56.25%;
        width: 100%; }
      .image-text-alternating .image img, .image-text-alternating .card .card-img-top img, .card .image-text-alternating .card-img-top img, .image-text-alternating .login-form .login-form-inner-wrapper .card-img-top img, .login-form .login-form-inner-wrapper .image-text-alternating .card-img-top img {
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; }
    .image-text-alternating .text h3 {
      font: bold 30px/36px "Publico Banner Web", Georgia, Garamond, serif; }
    @media only screen and (min-width: 768px) {
      .image-text-alternating {
        padding: 80px 100px; } }
    @media only screen and (min-width: 992px) {
      .image-text-alternating {
        padding: 0; }
        .image-text-alternating .section-intro {
          padding: 80px 70px 60px; }
          .image-text-alternating .section-intro .wrapper, .image-text-alternating .section-intro .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .image-text-alternating .section-intro .slide-carousel-inner-wrapper {
            max-width: 700px; }
          .image-text-alternating .section-intro h2 {
            margin: 0 0 18px; }
        .image-text-alternating .single {
          -ms-flex-align: center;
          -webkit-flex-align: center;
          align-items: center;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -webkit-flex-flow;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -webkit-flex-flow: wrap;
          flex-wrap: wrap;
          margin: 0; }
          .image-text-alternating .single:before, .image-text-alternating .single:after {
            display: none; }
        .image-text-alternating .image, .image-text-alternating .card .card-img-top, .card .image-text-alternating .card-img-top, .image-text-alternating .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .image-text-alternating .card-img-top {
          -ms-flex: 0 0 50%;
          -webkit-flex: 0 0 50%;
          -webkit-box-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          width: 50%; }
        .image-text-alternating .text {
          flex: 0 0 50%;
          padding: 35px 50px;
          max-width: 605px;
          vertical-align: middle;
          width: 50%; }
          .image-text-alternating .text h3 {
            margin-top: 0; }
        .image-text-alternating .single:nth-of-type(even), .image-text-alternating .single.flip {
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
    @media only screen and (min-width: 1200px) {
      .image-text-alternating .text {
        padding: 35px 0 35px 85px; }
      .image-text-alternating .single:nth-of-type(even) .text, .image-text-alternating .single.flip .text {
        padding: 35px 85px 35px 0; } }

.meet-the-team {
  padding: 50px 0; }
  .meet-the-team h3, .meet-the-team h5, .meet-the-team p, .meet-the-team a {
    margin: 0; }
  .meet-the-team .wrapper, .meet-the-team .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .meet-the-team .slide-carousel-inner-wrapper {
    padding: 0 25px; }
  .meet-the-team .profile {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 auto 30px; }
    .meet-the-team .profile:nth-child(even) {
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      padding: 30px 0; }
    .meet-the-team .profile:last-child {
      margin-bottom: 0; }
  .meet-the-team picture {
    display: block;
    margin-bottom: 20px;
    max-width: 360px;
    overflow: hidden; }
    .meet-the-team picture img {
      width: 100%; }
  .meet-the-team .position {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .meet-the-team .name {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px; }
  .meet-the-team .description p {
    margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .meet-the-team {
      padding: 80px 0; }
      .meet-the-team .profile {
        -ms-flex-align: start;
        -webkit-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        max-width: none; }
        .meet-the-team .profile:nth-child(even) {
          padding: 40px 0; }
      .meet-the-team picture {
        flex: 1 0 33%;
        margin-bottom: 0; }
      .meet-the-team .bio {
        flex: 1 0 66%;
        margin: 0 0 0 40px;
        max-width: 540px; } }

.login-form {
  align-items: baseline;
  background-color: #fafafa;
  height: calc(100% - 30px);
  margin: 0;
  padding: 15px; }
  .login-form .login-form-inner-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%; }
    .login-form .login-form-inner-wrapper .title {
      color: #333333;
      font-family: "Publico Banner Web", Georgia, Garamond, serif;
      font-size: 25px;
      text-align: center; }
    .login-form .login-form-inner-wrapper form {
      display: block; }
  @media only screen and (min-width: 768px) {
    .login-form .login-form-inner-wrapper form {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (min-width: 992px) {
    .login-form {
      height: calc(100% - 100px);
      padding: 50px 30px; }
      .login-form .login-form-inner-wrapper {
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .login-form .login-form-inner-wrapper form {
          padding-left: 0;
          padding-right: 0; } }

.meta-nav {
  background-color: #fafafa;
  display: none; }
  .meta-nav .text {
    color: #999999;
    font: 600 13px/16px "Source Sans Pro", Arial, sans-serif;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 11px 0;
    padding: 0 20px;
    text-transform: uppercase; }
    .meta-nav .text.border-el {
      border-right: 1px solid #999999; }
  .meta-nav a.text {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none; }
    .meta-nav a.text:hover {
      color: #999999; }
  .nav-mobile .meta-nav {
    border-bottom: solid 1px #e5e5e5;
    display: block;
    padding: 32px 0; }
    .nav-mobile .meta-nav .wrapper, .nav-mobile .meta-nav .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .nav-mobile .meta-nav .slide-carousel-inner-wrapper {
      box-sizing: border-box;
      max-width: 270px;
      padding: 0; }
    .nav-mobile .meta-nav .text {
      padding: 0; }
    .nav-mobile .meta-nav .btn, .nav-mobile .meta-nav .btn-secondary, .nav-mobile .meta-nav .btn-ghost, .nav-mobile .meta-nav .btn-ghost-white {
      margin-bottom: 10px;
      width: 100%; }
  @media only screen and (min-width: 992px) {
    .meta-nav {
      border-bottom: solid 1px #e5e5e5;
      border-top: solid 2px #00008f;
      display: block;
      text-align: right; }
      .nav-mobile .meta-nav {
        display: none; } }

.main-nav {
  display: none;
  margin: 0 auto;
  max-width: 375px;
  position: absolute;
  right: 0;
  top: calc(100% + 1px);
  width: 100%; }
  .main-nav.loaded {
    display: block; }
  .main-nav > ul {
    border-left: 1px solid #e5e5e5; }
  .main-nav ul {
    background: #ffffff; }
    .main-nav ul li {
      margin: 0; }
    .main-nav ul li:not(.meta-nav-holder) {
      border-bottom: 1px solid #e5e5e5; }
      .main-nav ul li:not(.meta-nav-holder) a, .main-nav ul li:not(.meta-nav-holder) .subnav-title {
        color: #00008f;
        display: block;
        font-size: 1rem;
        font-weight: 500;
        outline: 0;
        padding: 15px 20px 15px 62px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        .main-nav ul li:not(.meta-nav-holder) a:hover, .main-nav ul li:not(.meta-nav-holder) .subnav-title:hover {
          background: #fafafa; }
    .main-nav ul ul {
      top: 0; }
    .main-nav ul li.nav-back {
      display: block; }
      .main-nav ul li.nav-back a {
        font-size: 1.25rem;
        font-weight: 600;
        padding: 30px 20px 30px 62px; }
        .main-nav ul li.nav-back a:before {
          content: "\e90d";
          display: inline-block;
          font-size: 1em;
          margin-right: 30px;
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'axa' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
  .main-nav .has-subnav > a:after {
    content: "\e90d";
    display: inline-block;
    font-size: 1em;
    margin-top: 6px;
    position: absolute;
    right: 40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'axa' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .main-nav .nav-toggled {
    display: none;
    min-height: 50px;
    margin: 0 auto;
    width: 100%; }
  .main-nav .nav-toggled-controls {
    width: 100%; }
  .main-nav .nav-toggled-title {
    display: block;
    float: left;
    padding: 8px 0 8px 35px; }
  .main-nav .nav-toggled-button {
    display: block;
    float: right;
    margin: 3px;
    padding: 0;
    width: 32px; }
    .main-nav .nav-toggled-button span {
      display: block;
      float: left;
      height: 3px;
      margin: 3px 6px;
      width: 20px; }
  .main-nav .nav-mobile {
    width: 100%; }
    .main-nav .nav-mobile ul, .main-nav .nav-mobile li {
      width: 100%; }
  .main-nav .nav-submenu {
    background: #ffffff;
    min-height: 100%;
    position: absolute;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    z-index: 10; }
    .main-nav .nav-submenu.nav-subview {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .main-nav .nav-dropdown {
    display: block; }
    .main-nav .nav-dropdown .nav-subview {
      display: block;
      width: 100%; }
    .main-nav .nav-dropdown .nav-subover-hidden {
      display: none; }
    .main-nav .nav-dropdown .nav-subover-visible {
      display: block; }
    .main-nav .nav-dropdown .nav-subover-header {
      display: none; }
  .main-nav .nav-menu {
    height: 100%;
    max-width: 375px;
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 160px;
    position: fixed;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    width: 100%; }
    .main-nav .nav-menu.nav-open {
      opacity: 1;
      overflow-x: hidden;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  @media only screen and (min-width: 992px) {
    .main-nav {
      display: none; } }

.desktop-nav {
  display: none; }
  @media only screen and (min-width: 992px) {
    .desktop-nav {
      display: block;
      float: right;
      position: static;
      max-width: calc(100% - 189px);
      width: auto; }
      .desktop-nav > ul > li {
        float: left;
        margin: 0;
        width: auto; }
        .desktop-nav > ul > li:hover .subnav-holder {
          display: block; }
        .desktop-nav > ul > li > a, .desktop-nav > ul > li .subnav-title {
          color: #00008f;
          display: block;
          font-size: 0.813rem;
          line-height: 1em;
          font-weight: bold;
          letter-spacing: 0.077em;
          margin: 0 0.769em -0.154em;
          padding: 2.308em 0.769em 2.462em;
          position: relative;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase; }
          .desktop-nav > ul > li > a:before, .desktop-nav > ul > li .subnav-title:before {
            background: #f07662;
            bottom: 0;
            content: "";
            height: 0;
            left: 0;
            position: absolute;
            -webkit-transition: height 0.1s cubic-bezier(0.4, 0, 1, 1);
            -moz-transition: height 0.1s cubic-bezier(0.4, 0, 1, 1);
            -ms-transition: height 0.1s cubic-bezier(0.4, 0, 1, 1);
            transition: height 0.1s cubic-bezier(0.4, 0, 1, 1);
            width: 100%; }
          .desktop-nav > ul > li > a:hover, .desktop-nav > ul > li .subnav-title:hover {
            background: none;
            color: #000072; }
            .desktop-nav > ul > li > a:hover:before, .desktop-nav > ul > li .subnav-title:hover:before {
              height: 4px; }
        .desktop-nav > ul > li .subnav-title:not(a):hover {
          cursor: default; }
      .desktop-nav .btn-wrapper {
        margin-left: 10px;
        padding: 16px 0; }
      .desktop-nav .subnav-holder {
        background: #ffffff;
        border-bottom: 2px solid #e5e5e5;
        display: none;
        left: 0;
        margin-top: 2px;
        padding: 30px 0;
        position: absolute;
        width: 100%; }
        .desktop-nav .subnav-holder .inner-holder {
          margin: 0 auto;
          max-width: 1208px;
          position: relative; }
        .desktop-nav .subnav-holder .section-header {
          color: #00008f;
          left: 20%;
          font-family: "Publico Banner Web", Georgia, Garamond, serif;
          font-size: 2.25rem;
          font-weight: bold;
          margin: 0;
          position: absolute;
          top: calc(50% - 18px); }
        .desktop-nav .subnav-holder ul {
          border-left: 2px solid #e5e5e5;
          position: relative;
          left: calc(50% + 16px);
          padding: 18px 0 18px 30px;
          width: 50%;
          *zoom: 1; }
          .desktop-nav .subnav-holder ul:before, .desktop-nav .subnav-holder ul:after {
            content: " ";
            display: table; }
          .desktop-nav .subnav-holder ul:after {
            clear: both; }
          .desktop-nav .subnav-holder ul li {
            float: left;
            margin-right: 20px;
            width: calc(50% - 20px); }
        .desktop-nav .subnav-holder a {
          color: #00008f;
          font: 500 18px/36px "Source Sans Pro", Arial, sans-serif;
          text-decoration: none; }
          .desktop-nav .subnav-holder a:hover {
            text-decoration: underline; } }

.progress-strip {
  background-color: #ffffff;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5; }
  .progress-strip ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .progress-strip ul:after {
      background: #e5e5e5;
      bottom: -4px;
      content: "";
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      z-index: 1;
      width: 100%; }
    .progress-strip ul li {
      display: block;
      flex: 1;
      margin: 0;
      position: relative;
      text-align: center; }
      .progress-strip ul li:after {
        background: #f07662;
        bottom: -4px;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        -webkit-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        -ms-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
        z-index: 2; }
      .progress-strip ul li > a,
      .progress-strip ul li > div {
        color: inherit;
        display: block;
        padding: 11px 30px 14px;
        position: relative;
        text-decoration: none; }
      .progress-strip ul li .step {
        border: solid 1px;
        border-radius: 50%;
        display: inline-block;
        font-size: 0.813rem;
        font-weight: 600;
        height: 20px;
        line-height: 18px;
        letter-spacing: 0.2px;
        margin-right: 8px;
        text-align: center;
        width: 20px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .progress-strip ul li .title {
        display: none;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.214em;
        letter-spacing: 0.2px;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        transition: color 0.2s linear; }
      .progress-strip ul li.current .step {
        background-color: #00008f;
        border-color: #00008f;
        color: #ffffff; }
      .progress-strip ul li.current .title {
        color: #00008f;
        font-weight: 600; }
      .progress-strip ul li.previous:after {
        width: 100%; }
      .progress-strip ul li.previous .step {
        background-color: #ffffff;
        border-color: #00008f;
        color: #00008f; }
      .progress-strip ul li.previous .title {
        color: #00008f; }
      .progress-strip ul li.previous:hover a .step {
        border-color: #f07662;
        color: #f07662; }
      .progress-strip ul li.previous:hover a .title {
        color: #f07662; }
      .progress-strip ul li.upcoming:after {
        width: 0; }
      .progress-strip ul li.upcoming .step {
        background-color: #ffffff;
        border-color: #e5e5e5;
        color: #999999; }
      .progress-strip ul li.upcoming .title {
        color: #999999; }
    .progress-strip ul li.progress-1:after {
      width: 1%; }
    .progress-strip ul li.progress-2:after {
      width: 2%; }
    .progress-strip ul li.progress-3:after {
      width: 3%; }
    .progress-strip ul li.progress-4:after {
      width: 4%; }
    .progress-strip ul li.progress-5:after {
      width: 5%; }
    .progress-strip ul li.progress-6:after {
      width: 6%; }
    .progress-strip ul li.progress-7:after {
      width: 7%; }
    .progress-strip ul li.progress-8:after {
      width: 8%; }
    .progress-strip ul li.progress-9:after {
      width: 9%; }
    .progress-strip ul li.progress-10:after {
      width: 10%; }
    .progress-strip ul li.progress-11:after {
      width: 11%; }
    .progress-strip ul li.progress-12:after {
      width: 12%; }
    .progress-strip ul li.progress-13:after {
      width: 13%; }
    .progress-strip ul li.progress-14:after {
      width: 14%; }
    .progress-strip ul li.progress-15:after {
      width: 15%; }
    .progress-strip ul li.progress-16:after {
      width: 16%; }
    .progress-strip ul li.progress-17:after {
      width: 17%; }
    .progress-strip ul li.progress-18:after {
      width: 18%; }
    .progress-strip ul li.progress-19:after {
      width: 19%; }
    .progress-strip ul li.progress-20:after {
      width: 20%; }
    .progress-strip ul li.progress-21:after {
      width: 21%; }
    .progress-strip ul li.progress-22:after {
      width: 22%; }
    .progress-strip ul li.progress-23:after {
      width: 23%; }
    .progress-strip ul li.progress-24:after {
      width: 24%; }
    .progress-strip ul li.progress-25:after {
      width: 25%; }
    .progress-strip ul li.progress-26:after {
      width: 26%; }
    .progress-strip ul li.progress-27:after {
      width: 27%; }
    .progress-strip ul li.progress-28:after {
      width: 28%; }
    .progress-strip ul li.progress-29:after {
      width: 29%; }
    .progress-strip ul li.progress-30:after {
      width: 30%; }
    .progress-strip ul li.progress-31:after {
      width: 31%; }
    .progress-strip ul li.progress-32:after {
      width: 32%; }
    .progress-strip ul li.progress-33:after {
      width: 33%; }
    .progress-strip ul li.progress-34:after {
      width: 34%; }
    .progress-strip ul li.progress-35:after {
      width: 35%; }
    .progress-strip ul li.progress-36:after {
      width: 36%; }
    .progress-strip ul li.progress-37:after {
      width: 37%; }
    .progress-strip ul li.progress-38:after {
      width: 38%; }
    .progress-strip ul li.progress-39:after {
      width: 39%; }
    .progress-strip ul li.progress-40:after {
      width: 40%; }
    .progress-strip ul li.progress-41:after {
      width: 41%; }
    .progress-strip ul li.progress-42:after {
      width: 42%; }
    .progress-strip ul li.progress-43:after {
      width: 43%; }
    .progress-strip ul li.progress-44:after {
      width: 44%; }
    .progress-strip ul li.progress-45:after {
      width: 45%; }
    .progress-strip ul li.progress-46:after {
      width: 46%; }
    .progress-strip ul li.progress-47:after {
      width: 47%; }
    .progress-strip ul li.progress-48:after {
      width: 48%; }
    .progress-strip ul li.progress-49:after {
      width: 49%; }
    .progress-strip ul li.progress-50:after {
      width: 50%; }
    .progress-strip ul li.progress-51:after {
      width: 51%; }
    .progress-strip ul li.progress-52:after {
      width: 52%; }
    .progress-strip ul li.progress-53:after {
      width: 53%; }
    .progress-strip ul li.progress-54:after {
      width: 54%; }
    .progress-strip ul li.progress-55:after {
      width: 55%; }
    .progress-strip ul li.progress-56:after {
      width: 56%; }
    .progress-strip ul li.progress-57:after {
      width: 57%; }
    .progress-strip ul li.progress-58:after {
      width: 58%; }
    .progress-strip ul li.progress-59:after {
      width: 59%; }
    .progress-strip ul li.progress-60:after {
      width: 60%; }
    .progress-strip ul li.progress-61:after {
      width: 61%; }
    .progress-strip ul li.progress-62:after {
      width: 62%; }
    .progress-strip ul li.progress-63:after {
      width: 63%; }
    .progress-strip ul li.progress-64:after {
      width: 64%; }
    .progress-strip ul li.progress-65:after {
      width: 65%; }
    .progress-strip ul li.progress-66:after {
      width: 66%; }
    .progress-strip ul li.progress-67:after {
      width: 67%; }
    .progress-strip ul li.progress-68:after {
      width: 68%; }
    .progress-strip ul li.progress-69:after {
      width: 69%; }
    .progress-strip ul li.progress-70:after {
      width: 70%; }
    .progress-strip ul li.progress-71:after {
      width: 71%; }
    .progress-strip ul li.progress-72:after {
      width: 72%; }
    .progress-strip ul li.progress-73:after {
      width: 73%; }
    .progress-strip ul li.progress-74:after {
      width: 74%; }
    .progress-strip ul li.progress-75:after {
      width: 75%; }
    .progress-strip ul li.progress-76:after {
      width: 76%; }
    .progress-strip ul li.progress-77:after {
      width: 77%; }
    .progress-strip ul li.progress-78:after {
      width: 78%; }
    .progress-strip ul li.progress-79:after {
      width: 79%; }
    .progress-strip ul li.progress-80:after {
      width: 80%; }
    .progress-strip ul li.progress-81:after {
      width: 81%; }
    .progress-strip ul li.progress-82:after {
      width: 82%; }
    .progress-strip ul li.progress-83:after {
      width: 83%; }
    .progress-strip ul li.progress-84:after {
      width: 84%; }
    .progress-strip ul li.progress-85:after {
      width: 85%; }
    .progress-strip ul li.progress-86:after {
      width: 86%; }
    .progress-strip ul li.progress-87:after {
      width: 87%; }
    .progress-strip ul li.progress-88:after {
      width: 88%; }
    .progress-strip ul li.progress-89:after {
      width: 89%; }
    .progress-strip ul li.progress-90:after {
      width: 90%; }
    .progress-strip ul li.progress-91:after {
      width: 91%; }
    .progress-strip ul li.progress-92:after {
      width: 92%; }
    .progress-strip ul li.progress-93:after {
      width: 93%; }
    .progress-strip ul li.progress-94:after {
      width: 94%; }
    .progress-strip ul li.progress-95:after {
      width: 95%; }
    .progress-strip ul li.progress-96:after {
      width: 96%; }
    .progress-strip ul li.progress-97:after {
      width: 97%; }
    .progress-strip ul li.progress-98:after {
      width: 98%; }
    .progress-strip ul li.progress-99:after {
      width: 99%; }
    .progress-strip ul li.progress-100:after {
      width: 100%; }
  @media only screen and (min-width: 768px) {
    .progress-strip ul li > div,
    .progress-strip ul li > a {
      border-right: solid 1px #e5e5e5; }
    .progress-strip ul li:first-child > div,
    .progress-strip ul li:first-child > a {
      border-left: solid 1px #e5e5e5; }
    .progress-strip ul li .title {
      display: inline-block; } }

header + .progress-strip {
  border-top: 0; }

.default-theme .progress-strip ul li.current .step {
  background-color: #4976ba;
  border-color: #4976ba; }

.default-theme .progress-strip ul li.current .title {
  color: #4976ba; }

.motor-product .progress-strip ul li.current .step {
  background-color: #027180;
  border-color: #027180; }

.motor-product .progress-strip ul li.current .title {
  color: #027180; }

.home-product .progress-strip ul li.current .step {
  background-color: #00adc6;
  border-color: #00adc6; }

.home-product .progress-strip ul li.current .title {
  color: #00adc6; }

.van-product .progress-strip ul li.current .step {
  background-color: #914146;
  border-color: #914146; }

.van-product .progress-strip ul li.current .title {
  color: #914146; }

.business-product .progress-strip ul li.current .step {
  background-color: #9190ac;
  border-color: #9190ac; }

.business-product .progress-strip ul li.current .title {
  color: #9190ac; }

.farm-product .progress-strip ul li.current .step {
  background-color: #668980;
  border-color: #668980; }

.farm-product .progress-strip ul li.current .title {
  color: #668980; }

.slide-carousel .slide-carousel-inner-wrapper {
  padding: 50px 0; }
  @media only screen and (min-width: 768px) {
    .slide-carousel .slide-carousel-inner-wrapper {
      padding: 80px 0 80px 40px; } }
  @media only screen and (min-width: 1200px) {
    .slide-carousel .slide-carousel-inner-wrapper {
      padding: 80px 0; } }
  .slide-carousel .slide-carousel-inner-wrapper .swiper-slide .slide {
    pointer-events: none; }
  .slide-carousel .slide-carousel-inner-wrapper .swiper-slide.swiper-slide-active .slide {
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.6);
    transform: translate3d(0px, -20px, 0px);
    pointer-events: all; }
    .slide-carousel .slide-carousel-inner-wrapper .swiper-slide.swiper-slide-active .slide:before {
      background: rgba(0, 0, 0, 0); }
    .slide-carousel .slide-carousel-inner-wrapper .swiper-slide.swiper-slide-active .slide .slide-count {
      background: #4040ab; }

.slide-carousel .slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  .slide-carousel .slider-pagination .pagination-item {
    margin-right: 5px;
    user-select: none; }
  .slide-carousel .slider-pagination .pagination-separator svg {
    height: 30px;
    width: 21px; }
  .slide-carousel .slider-pagination .pagination-bullet {
    cursor: pointer; }
    .slide-carousel .slider-pagination .pagination-bullet svg {
      height: 30px;
      width: 30px; }
    .slide-carousel .slider-pagination .pagination-bullet .pagination-bullet circle {
      transition: all 0.15s ease-out; }
    .slide-carousel .slider-pagination .pagination-bullet .pagination-bullet-circle-in {
      stroke: #00008f;
      stroke-opacity: 0;
      transition: all 0.15s ease-out; }
    .slide-carousel .slider-pagination .pagination-bullet .pagination-bullet-circle-out {
      transition: all 0.15s ease-out; }
    .slide-carousel .slider-pagination .pagination-bullet:hover .pagination-bullet-circle-out {
      stroke: #00008f;
      stroke-opacity: 1;
      stroke-width: 2px; }
    .slide-carousel .slider-pagination .pagination-bullet.pagination-bullet-active .pagination-item-legend {
      opacity: 1; }
    .slide-carousel .slider-pagination .pagination-bullet.pagination-bullet-active .pagination-bullet-circle-in {
      stroke-opacity: 1; }
    .slide-carousel .slider-pagination .pagination-bullet.pagination-bullet-active .pagination-bullet-circle-out {
      stroke: #00008f;
      stroke-opacity: 1;
      stroke-width: 2px; }
  .slide-carousel .slider-pagination svg {
    stroke: #333333;
    stroke-opacity: 0.7; }
  .slide-carousel .slider-pagination .pagination-item-legend {
    color: #00008f;
    font: normal bold 20px/20px "Publico Banner Web", Georgia, Garamond, serif;
    margin-top: 10px;
    opacity: 0;
    text-align: center;
    transition: opacity 0.15s ease-out;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .slide-carousel .slider-pagination {
      justify-content: flex-start;
      padding-left: 20px; }
      .slide-carousel .slider-pagination .pagination-separator svg {
        height: 40px;
        width: 28px; }
      .slide-carousel .slider-pagination .pagination-bullet svg {
        height: 40px;
        width: 40px; }
      .slide-carousel .slider-pagination .pagination-item {
        margin-right: 10px; }
      .slide-carousel .slider-pagination .pagination-item-legend {
        font: normal bold 28px/28px "Publico Banner Web", Georgia, Garamond, serif; } }

.strip {
  background-color: #ffffff;
  color: #333333;
  padding: 50px 30px;
  position: relative; }
  .strip .strip-inner-wrapper {
    margin: 0 auto;
    max-width: 1140px; }
    .strip .strip-inner-wrapper.medium-width {
      max-width: 960px; }
    .strip .strip-inner-wrapper.narrow-width {
      max-width: 850px; }
    .strip .strip-inner-wrapper.narrower-width {
      max-width: 700px; }
    .strip .strip-inner-wrapper.center-y {
      align-items: center; }
    .strip .strip-inner-wrapper > .title,
    .strip .strip-inner-wrapper > .subtitle {
      margin: 0; }
  .strip > .title,
  .strip > .subtitle {
    margin: 0; }
  .strip.alt-bg {
    background: #f5f5f5;
    color: #333333; }
  .strip.dark-bg {
    background: #4976ba;
    color: #ffffff; }
    .strip.dark-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link) {
      text-decoration: underline; }
    .strip.dark-bg a.link.text-only {
      text-decoration: underline; }
  .strip.darker-bg {
    background: #3a5e95;
    color: #ffffff; }
    .strip.darker-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link) {
      text-decoration: underline; }
    .strip.darker-bg a.link.text-only {
      text-decoration: underline; }
  .strip.ocean-blue {
    background-color: #4976ba;
    color: #ffffff; }
    .strip.ocean-blue a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.ocean-blue .link {
      color: #ffffff; }
    .strip.ocean-blue a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.ocean-blue a.link.text-only {
      text-decoration: underline; }
    .strip.ocean-blue .pictogram {
      color: #ffffff; }
    .strip.ocean-blue.shaded {
      background-color: #3a5e95; }
    .strip.ocean-blue.standard-to-shaded {
      background: #4976ba;
      background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%);
      background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%); }
    .strip.ocean-blue.shaded-to-standard {
      background: #3a5e95;
      background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%);
      background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%); }
    .strip.ocean-blue.tinted {
      background-color: #7798cb; }
    .strip.ocean-blue.standard-to-tinted {
      background: #4976ba;
      background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%);
      background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%); }
    .strip.ocean-blue.tinted-to-standard {
      background: #7798cb;
      background: -webkit-linear-gradient(legacy-direction(to right), #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%);
      background: linear-gradient(to right, #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%); }
  .strip.teal {
    background-color: #027180;
    color: #ffffff; }
    .strip.teal a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.teal .link {
      color: #ffffff; }
    .strip.teal a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.teal a.link.text-only {
      text-decoration: underline; }
    .strip.teal .pictogram {
      color: #ffffff; }
    .strip.teal.shaded {
      background-color: #025a66; }
    .strip.teal.standard-to-shaded {
      background: #027180;
      background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #025a66 50%, #025a66 100%);
      background: linear-gradient(to right, #027180 0%, #027180 50%, #025a66 50%, #025a66 100%); }
    .strip.teal.shaded-to-standard {
      background: #025a66;
      background: -webkit-linear-gradient(legacy-direction(to right), #025a66 0%, #025a66 50%, #027180 50%, #027180 100%);
      background: linear-gradient(to right, #025a66 0%, #025a66 50%, #027180 50%, #027180 100%); }
    .strip.teal.tinted {
      background-color: #4195a0; }
    .strip.teal.standard-to-tinted {
      background: #027180;
      background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%);
      background: linear-gradient(to right, #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%); }
    .strip.teal.tinted-to-standard {
      background: #4195a0;
      background: -webkit-linear-gradient(legacy-direction(to right), #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%);
      background: linear-gradient(to right, #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%); }
  .strip.pacific {
    background-color: #00adc6;
    color: #ffffff; }
    .strip.pacific a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.pacific .link {
      color: #ffffff; }
    .strip.pacific a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.pacific a.link.text-only {
      text-decoration: underline; }
    .strip.pacific .pictogram {
      color: #ffffff; }
    .strip.pacific.shaded {
      background-color: #008a9e; }
    .strip.pacific.standard-to-shaded {
      background: #00adc6;
      background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%);
      background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%); }
    .strip.pacific.shaded-to-standard {
      background: #008a9e;
      background: -webkit-linear-gradient(legacy-direction(to right), #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%);
      background: linear-gradient(to right, #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%); }
    .strip.pacific.tinted {
      background-color: #40c2d4; }
    .strip.pacific.standard-to-tinted {
      background: #00adc6;
      background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%);
      background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%); }
    .strip.pacific.tinted-to-standard {
      background: #40c2d4;
      background: -webkit-linear-gradient(legacy-direction(to right), #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%);
      background: linear-gradient(to right, #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%); }
  .strip.azalea {
    background-color: #e196aa;
    color: #ffffff; }
    .strip.azalea a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.azalea .link {
      color: #ffffff; }
    .strip.azalea a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.azalea a.link.text-only {
      text-decoration: underline; }
    .strip.azalea .pictogram {
      color: #ffffff; }
    .strip.azalea.shaded {
      background-color: #b47888; }
    .strip.azalea.standard-to-shaded {
      background: #e196aa;
      background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%);
      background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%); }
    .strip.azalea.shaded-to-standard {
      background: #b47888;
      background: -webkit-linear-gradient(legacy-direction(to right), #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%);
      background: linear-gradient(to right, #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%); }
    .strip.azalea.tinted {
      background-color: #e9b0bf; }
    .strip.azalea.standard-to-tinted {
      background: #e196aa;
      background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%);
      background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%); }
    .strip.azalea.tinted-to-standard {
      background: #e9b0bf;
      background: -webkit-linear-gradient(legacy-direction(to right), #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%);
      background: linear-gradient(to right, #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%); }
  .strip.apache {
    background-color: #bc9d45;
    color: #ffffff; }
    .strip.apache a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.apache .link {
      color: #ffffff; }
    .strip.apache a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.apache a.link.text-only {
      text-decoration: underline; }
    .strip.apache .pictogram {
      color: #ffffff; }
    .strip.apache.shaded {
      background-color: #967e37; }
    .strip.apache.standard-to-shaded {
      background: #bc9d45;
      background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%);
      background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%); }
    .strip.apache.shaded-to-standard {
      background: #967e37;
      background: -webkit-linear-gradient(legacy-direction(to right), #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%);
      background: linear-gradient(to right, #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%); }
    .strip.apache.tinted {
      background-color: #cdb674; }
    .strip.apache.standard-to-tinted {
      background: #bc9d45;
      background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%);
      background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%); }
    .strip.apache.tinted-to-standard {
      background: #cdb674;
      background: -webkit-linear-gradient(legacy-direction(to right), #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%);
      background: linear-gradient(to right, #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%); }
  .strip.viridian-green {
    background-color: #668980;
    color: #ffffff; }
    .strip.viridian-green a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.viridian-green .link {
      color: #ffffff; }
    .strip.viridian-green a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.viridian-green a.link.text-only {
      text-decoration: underline; }
    .strip.viridian-green .pictogram {
      color: #ffffff; }
    .strip.viridian-green.shaded {
      background-color: #526e66; }
    .strip.viridian-green.standard-to-shaded {
      background: #668980;
      background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #526e66 50%, #526e66 100%);
      background: linear-gradient(to right, #668980 0%, #668980 50%, #526e66 50%, #526e66 100%); }
    .strip.viridian-green.shaded-to-standard {
      background: #526e66;
      background: -webkit-linear-gradient(legacy-direction(to right), #526e66 0%, #526e66 50%, #668980 50%, #668980 100%);
      background: linear-gradient(to right, #526e66 0%, #526e66 50%, #668980 50%, #668980 100%); }
    .strip.viridian-green.tinted {
      background-color: #8ca7a0; }
    .strip.viridian-green.standard-to-tinted {
      background: #668980;
      background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%);
      background: linear-gradient(to right, #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%); }
    .strip.viridian-green.tinted-to-standard {
      background: #8ca7a0;
      background: -webkit-linear-gradient(legacy-direction(to right), #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%);
      background: linear-gradient(to right, #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%); }
  .strip.tosca {
    background-color: #914146;
    color: #ffffff; }
    .strip.tosca a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.tosca .link {
      color: #ffffff; }
    .strip.tosca a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.tosca a.link.text-only {
      text-decoration: underline; }
    .strip.tosca .pictogram {
      color: #ffffff; }
    .strip.tosca.shaded {
      background-color: #743438; }
    .strip.tosca.standard-to-shaded {
      background: #914146;
      background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #743438 50%, #743438 100%);
      background: linear-gradient(to right, #914146 0%, #914146 50%, #743438 50%, #743438 100%); }
    .strip.tosca.shaded-to-standard {
      background: #743438;
      background: -webkit-linear-gradient(legacy-direction(to right), #743438 0%, #743438 50%, #914146 50%, #914146 100%);
      background: linear-gradient(to right, #743438 0%, #743438 50%, #914146 50%, #914146 100%); }
    .strip.tosca.tinted {
      background-color: #ad7174; }
    .strip.tosca.standard-to-tinted {
      background: #914146;
      background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%);
      background: linear-gradient(to right, #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%); }
    .strip.tosca.tinted-to-standard {
      background: #ad7174;
      background: -webkit-linear-gradient(legacy-direction(to right), #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%);
      background: linear-gradient(to right, #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%); }
  .strip.logan {
    background-color: #9190ac;
    color: #ffffff; }
    .strip.logan a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.logan .link {
      color: #ffffff; }
    .strip.logan a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.logan a.link.text-only {
      text-decoration: underline; }
    .strip.logan .pictogram {
      color: #ffffff; }
    .strip.logan.shaded {
      background-color: #74738a; }
    .strip.logan.standard-to-shaded {
      background: #9190ac;
      background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%);
      background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%); }
    .strip.logan.shaded-to-standard {
      background: #74738a;
      background: -webkit-linear-gradient(legacy-direction(to right), #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%);
      background: linear-gradient(to right, #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%); }
    .strip.logan.tinted {
      background-color: #adacc1; }
    .strip.logan.standard-to-tinted {
      background: #9190ac;
      background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%);
      background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%); }
    .strip.logan.tinted-to-standard {
      background: #adacc1;
      background: -webkit-linear-gradient(legacy-direction(to right), #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%);
      background: linear-gradient(to right, #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%); }
  .strip.greyjoy {
    background-color: #9fbeaf;
    color: #ffffff; }
    .strip.greyjoy a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
    .strip.greyjoy .link {
      color: #ffffff; }
    .strip.greyjoy a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
    .strip.greyjoy a.link.text-only {
      text-decoration: underline; }
    .strip.greyjoy .pictogram {
      color: #ffffff; }
    .strip.greyjoy.shaded {
      background-color: #7f988c; }
    .strip.greyjoy.standard-to-shaded {
      background: #9fbeaf;
      background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%);
      background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%); }
    .strip.greyjoy.shaded-to-standard {
      background: #7f988c;
      background: -webkit-linear-gradient(legacy-direction(to right), #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%);
      background: linear-gradient(to right, #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%); }
    .strip.greyjoy.tinted {
      background-color: #b7cec3; }
    .strip.greyjoy.standard-to-tinted {
      background: #9fbeaf;
      background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%);
      background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%); }
    .strip.greyjoy.tinted-to-standard {
      background: #b7cec3;
      background: -webkit-linear-gradient(legacy-direction(to right), #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%);
      background: linear-gradient(to right, #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%); }
  .strip.full-width {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .strip.full-width.mobile-only {
        padding: 60px 80px; } }
    @media only screen and (min-width: 992px) {
      .strip.full-width.mobile-only {
        padding: 80px 45px; } }
  .strip.no-paragraph {
    padding: 50px 0 0; }
  .strip.extra-padding {
    padding: 60px 45px; }
  .strip.border-bottom {
    border-bottom: 1px solid #e5e5e5; }
  .strip.with-bg-image {
    position: relative; }
    .strip.with-bg-image picture {
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
      .strip.with-bg-image picture img {
        bottom: -9999px;
        height: auto;
        left: -9999px;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: -9999px;
        top: -9999px;
        width: auto;
        z-index: 0; }
    .strip.with-bg-image .strip-inner-wrapper {
      position: relative;
      z-index: 2; }
    .strip.with-bg-image .box {
      background-color: #ffffff;
      padding: 30px; }
    .strip.with-bg-image.dark-image-overlay picture:after {
      background: rgba(0, 0, 143, 0.8);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .strip.with-bg-image.dark-image-overlay h2, .strip.with-bg-image.dark-image-overlay h3, .strip.with-bg-image.dark-image-overlay h4, .strip.with-bg-image.dark-image-overlay h5, .strip.with-bg-image.dark-image-overlay h6, .strip.with-bg-image.dark-image-overlay a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white), .strip.with-bg-image.dark-image-overlay p {
      color: #ffffff; }
  .strip.sticky {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10; }
  @media only screen and (min-width: 768px) {
    .strip {
      padding: 60px 80px; }
      .strip.extra-padding {
        padding: 80px 45px; }
      .strip.with-bg-image .box {
        padding: 30px 60px; }
      .strip .btn-wrapper {
        margin-top: 30px; }
        .strip .btn-wrapper .btn, .strip .btn-wrapper .btn-secondary, .strip .btn-wrapper .btn-ghost, .strip .btn-wrapper .btn-ghost-white {
          width: auto; } }
  @media only screen and (min-width: 992px) {
    .strip {
      padding: 80px 45px; }
      .strip.extra-padding {
        padding: 160px 45px; }
      .strip.with-bg-image .box {
        padding: 30px 98px; } }
  @media only screen and (min-width: 1200px) {
    .strip.with-bg-image .box {
      padding: 72px 85px; } }
  .strip.split {
    padding: 0; }
    .strip.split .box {
      padding: 50px 30px; }
      .strip.split .box.alt-bg {
        background: #f5f5f5;
        color: #333333; }
      .strip.split .box.dark-bg {
        background: #4976ba;
        color: #ffffff; }
        .strip.split .box.dark-bg h2, .strip.split .box.dark-bg h3, .strip.split .box.dark-bg h4, .strip.split .box.dark-bg h5, .strip.split .box.dark-bg h6, .strip.split .box.dark-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white), .strip.split .box.dark-bg p {
          color: #ffffff; }
        .strip.split .box.dark-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link) {
          text-decoration: underline; }
        .strip.split .box.dark-bg a.link.text-only {
          text-decoration: underline; }
      .strip.split .box.darker-bg {
        background: #3a5e95;
        color: #ffffff; }
        .strip.split .box.darker-bg h2, .strip.split .box.darker-bg h3, .strip.split .box.darker-bg h4, .strip.split .box.darker-bg h5, .strip.split .box.darker-bg h6, .strip.split .box.darker-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white), .strip.split .box.darker-bg p {
          color: #ffffff; }
        .strip.split .box.darker-bg a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link) {
          text-decoration: underline; }
        .strip.split .box.darker-bg a.link.text-only {
          text-decoration: underline; }
      .strip.split .box.ocean-blue {
        background-color: #4976ba;
        color: #ffffff; }
        .strip.split .box.ocean-blue a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.ocean-blue .link {
          color: #ffffff; }
        .strip.split .box.ocean-blue a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.ocean-blue a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.ocean-blue .pictogram {
          color: #ffffff; }
        .strip.split .box.ocean-blue.shaded {
          background-color: #3a5e95; }
        .strip.split .box.ocean-blue.standard-to-shaded {
          background: #4976ba;
          background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%);
          background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%); }
        .strip.split .box.ocean-blue.shaded-to-standard {
          background: #3a5e95;
          background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%);
          background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%); }
        .strip.split .box.ocean-blue.tinted {
          background-color: #7798cb; }
        .strip.split .box.ocean-blue.standard-to-tinted {
          background: #4976ba;
          background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%);
          background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%); }
        .strip.split .box.ocean-blue.tinted-to-standard {
          background: #7798cb;
          background: -webkit-linear-gradient(legacy-direction(to right), #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%);
          background: linear-gradient(to right, #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%); }
      .strip.split .box.teal {
        background-color: #027180;
        color: #ffffff; }
        .strip.split .box.teal a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.teal .link {
          color: #ffffff; }
        .strip.split .box.teal a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.teal a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.teal .pictogram {
          color: #ffffff; }
        .strip.split .box.teal.shaded {
          background-color: #025a66; }
        .strip.split .box.teal.standard-to-shaded {
          background: #027180;
          background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #025a66 50%, #025a66 100%);
          background: linear-gradient(to right, #027180 0%, #027180 50%, #025a66 50%, #025a66 100%); }
        .strip.split .box.teal.shaded-to-standard {
          background: #025a66;
          background: -webkit-linear-gradient(legacy-direction(to right), #025a66 0%, #025a66 50%, #027180 50%, #027180 100%);
          background: linear-gradient(to right, #025a66 0%, #025a66 50%, #027180 50%, #027180 100%); }
        .strip.split .box.teal.tinted {
          background-color: #4195a0; }
        .strip.split .box.teal.standard-to-tinted {
          background: #027180;
          background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%);
          background: linear-gradient(to right, #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%); }
        .strip.split .box.teal.tinted-to-standard {
          background: #4195a0;
          background: -webkit-linear-gradient(legacy-direction(to right), #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%);
          background: linear-gradient(to right, #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%); }
      .strip.split .box.pacific {
        background-color: #00adc6;
        color: #ffffff; }
        .strip.split .box.pacific a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.pacific .link {
          color: #ffffff; }
        .strip.split .box.pacific a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.pacific a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.pacific .pictogram {
          color: #ffffff; }
        .strip.split .box.pacific.shaded {
          background-color: #008a9e; }
        .strip.split .box.pacific.standard-to-shaded {
          background: #00adc6;
          background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%);
          background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%); }
        .strip.split .box.pacific.shaded-to-standard {
          background: #008a9e;
          background: -webkit-linear-gradient(legacy-direction(to right), #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%);
          background: linear-gradient(to right, #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%); }
        .strip.split .box.pacific.tinted {
          background-color: #40c2d4; }
        .strip.split .box.pacific.standard-to-tinted {
          background: #00adc6;
          background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%);
          background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%); }
        .strip.split .box.pacific.tinted-to-standard {
          background: #40c2d4;
          background: -webkit-linear-gradient(legacy-direction(to right), #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%);
          background: linear-gradient(to right, #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%); }
      .strip.split .box.azalea {
        background-color: #e196aa;
        color: #ffffff; }
        .strip.split .box.azalea a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.azalea .link {
          color: #ffffff; }
        .strip.split .box.azalea a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.azalea a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.azalea .pictogram {
          color: #ffffff; }
        .strip.split .box.azalea.shaded {
          background-color: #b47888; }
        .strip.split .box.azalea.standard-to-shaded {
          background: #e196aa;
          background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%);
          background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%); }
        .strip.split .box.azalea.shaded-to-standard {
          background: #b47888;
          background: -webkit-linear-gradient(legacy-direction(to right), #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%);
          background: linear-gradient(to right, #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%); }
        .strip.split .box.azalea.tinted {
          background-color: #e9b0bf; }
        .strip.split .box.azalea.standard-to-tinted {
          background: #e196aa;
          background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%);
          background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%); }
        .strip.split .box.azalea.tinted-to-standard {
          background: #e9b0bf;
          background: -webkit-linear-gradient(legacy-direction(to right), #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%);
          background: linear-gradient(to right, #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%); }
      .strip.split .box.apache {
        background-color: #bc9d45;
        color: #ffffff; }
        .strip.split .box.apache a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.apache .link {
          color: #ffffff; }
        .strip.split .box.apache a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.apache a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.apache .pictogram {
          color: #ffffff; }
        .strip.split .box.apache.shaded {
          background-color: #967e37; }
        .strip.split .box.apache.standard-to-shaded {
          background: #bc9d45;
          background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%);
          background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%); }
        .strip.split .box.apache.shaded-to-standard {
          background: #967e37;
          background: -webkit-linear-gradient(legacy-direction(to right), #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%);
          background: linear-gradient(to right, #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%); }
        .strip.split .box.apache.tinted {
          background-color: #cdb674; }
        .strip.split .box.apache.standard-to-tinted {
          background: #bc9d45;
          background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%);
          background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%); }
        .strip.split .box.apache.tinted-to-standard {
          background: #cdb674;
          background: -webkit-linear-gradient(legacy-direction(to right), #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%);
          background: linear-gradient(to right, #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%); }
      .strip.split .box.viridian-green {
        background-color: #668980;
        color: #ffffff; }
        .strip.split .box.viridian-green a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.viridian-green .link {
          color: #ffffff; }
        .strip.split .box.viridian-green a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.viridian-green a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.viridian-green .pictogram {
          color: #ffffff; }
        .strip.split .box.viridian-green.shaded {
          background-color: #526e66; }
        .strip.split .box.viridian-green.standard-to-shaded {
          background: #668980;
          background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #526e66 50%, #526e66 100%);
          background: linear-gradient(to right, #668980 0%, #668980 50%, #526e66 50%, #526e66 100%); }
        .strip.split .box.viridian-green.shaded-to-standard {
          background: #526e66;
          background: -webkit-linear-gradient(legacy-direction(to right), #526e66 0%, #526e66 50%, #668980 50%, #668980 100%);
          background: linear-gradient(to right, #526e66 0%, #526e66 50%, #668980 50%, #668980 100%); }
        .strip.split .box.viridian-green.tinted {
          background-color: #8ca7a0; }
        .strip.split .box.viridian-green.standard-to-tinted {
          background: #668980;
          background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%);
          background: linear-gradient(to right, #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%); }
        .strip.split .box.viridian-green.tinted-to-standard {
          background: #8ca7a0;
          background: -webkit-linear-gradient(legacy-direction(to right), #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%);
          background: linear-gradient(to right, #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%); }
      .strip.split .box.tosca {
        background-color: #914146;
        color: #ffffff; }
        .strip.split .box.tosca a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.tosca .link {
          color: #ffffff; }
        .strip.split .box.tosca a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.tosca a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.tosca .pictogram {
          color: #ffffff; }
        .strip.split .box.tosca.shaded {
          background-color: #743438; }
        .strip.split .box.tosca.standard-to-shaded {
          background: #914146;
          background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #743438 50%, #743438 100%);
          background: linear-gradient(to right, #914146 0%, #914146 50%, #743438 50%, #743438 100%); }
        .strip.split .box.tosca.shaded-to-standard {
          background: #743438;
          background: -webkit-linear-gradient(legacy-direction(to right), #743438 0%, #743438 50%, #914146 50%, #914146 100%);
          background: linear-gradient(to right, #743438 0%, #743438 50%, #914146 50%, #914146 100%); }
        .strip.split .box.tosca.tinted {
          background-color: #ad7174; }
        .strip.split .box.tosca.standard-to-tinted {
          background: #914146;
          background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%);
          background: linear-gradient(to right, #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%); }
        .strip.split .box.tosca.tinted-to-standard {
          background: #ad7174;
          background: -webkit-linear-gradient(legacy-direction(to right), #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%);
          background: linear-gradient(to right, #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%); }
      .strip.split .box.logan {
        background-color: #9190ac;
        color: #ffffff; }
        .strip.split .box.logan a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.logan .link {
          color: #ffffff; }
        .strip.split .box.logan a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.logan a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.logan .pictogram {
          color: #ffffff; }
        .strip.split .box.logan.shaded {
          background-color: #74738a; }
        .strip.split .box.logan.standard-to-shaded {
          background: #9190ac;
          background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%);
          background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%); }
        .strip.split .box.logan.shaded-to-standard {
          background: #74738a;
          background: -webkit-linear-gradient(legacy-direction(to right), #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%);
          background: linear-gradient(to right, #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%); }
        .strip.split .box.logan.tinted {
          background-color: #adacc1; }
        .strip.split .box.logan.standard-to-tinted {
          background: #9190ac;
          background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%);
          background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%); }
        .strip.split .box.logan.tinted-to-standard {
          background: #adacc1;
          background: -webkit-linear-gradient(legacy-direction(to right), #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%);
          background: linear-gradient(to right, #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%); }
      .strip.split .box.greyjoy {
        background-color: #9fbeaf;
        color: #ffffff; }
        .strip.split .box.greyjoy a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
        .strip.split .box.greyjoy .link {
          color: #ffffff; }
        .strip.split .box.greyjoy a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
        .strip.split .box.greyjoy a.link.text-only {
          text-decoration: underline; }
        .strip.split .box.greyjoy .pictogram {
          color: #ffffff; }
        .strip.split .box.greyjoy.shaded {
          background-color: #7f988c; }
        .strip.split .box.greyjoy.standard-to-shaded {
          background: #9fbeaf;
          background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%);
          background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%); }
        .strip.split .box.greyjoy.shaded-to-standard {
          background: #7f988c;
          background: -webkit-linear-gradient(legacy-direction(to right), #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%);
          background: linear-gradient(to right, #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%); }
        .strip.split .box.greyjoy.tinted {
          background-color: #b7cec3; }
        .strip.split .box.greyjoy.standard-to-tinted {
          background: #9fbeaf;
          background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%);
          background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%); }
        .strip.split .box.greyjoy.tinted-to-standard {
          background: #b7cec3;
          background: -webkit-linear-gradient(legacy-direction(to right), #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%);
          background: linear-gradient(to right, #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%); }
    .strip.split.collapse-padding .box:nth-child(1) {
      padding-bottom: 15px; }
    .strip.split.collapse-padding .box:nth-child(2) {
      padding-top: 15px; }
    @media only screen and (min-width: 768px) {
      .strip.split .box {
        padding: 60px 80px; } }
    @media only screen and (min-width: 992px) {
      .strip.split .strip-inner-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-flex-flow;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-flex-flow: wrap;
        flex-wrap: wrap; }
        .strip.split .strip-inner-wrapper:before, .strip.split .strip-inner-wrapper:after {
          display: none; }
      .strip.split .box {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -webkit-box-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 80px 45px; }
      .strip.split.collapse-padding .box:nth-child(1) {
        padding: 80px 45px; }
      .strip.split.collapse-padding .box:nth-child(2) {
        padding: 80px 45px; } }
    .strip.split.ocean-blue-shade-left {
      color: #ffffff;
      background: #3a5e95;
      background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%);
      background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%); }
      .strip.split.ocean-blue-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.ocean-blue-shade-left .link {
        color: #ffffff; }
      .strip.split.ocean-blue-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.ocean-blue-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.ocean-blue-shade-left .box:first-child {
        background-color: #3a5e95; }
      .strip.split.ocean-blue-shade-left .box:last-child {
        background-color: #4976ba; }
    .strip.split.ocean-blue-shade-right {
      color: #ffffff;
      background: #4976ba;
      background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%);
      background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%); }
      .strip.split.ocean-blue-shade-right a,
      .strip.split.ocean-blue-shade-right .link {
        color: #ffffff; }
      .strip.split.ocean-blue-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.ocean-blue-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.ocean-blue-shade-right .box:first-child {
        background-color: #4976ba; }
      .strip.split.ocean-blue-shade-right .box:last-child {
        background-color: #3a5e95; }
    .strip.split.ocean-blue-tint-left {
      color: #ffffff;
      background: #7798cb;
      background: -webkit-linear-gradient(legacy-direction(to right), #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%);
      background: linear-gradient(to right, #7798cb 0%, #7798cb 50%, #4976ba 50%, #4976ba 100%); }
      .strip.split.ocean-blue-tint-left a,
      .strip.split.ocean-blue-tint-left .link {
        color: #ffffff; }
      .strip.split.ocean-blue-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.ocean-blue-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.ocean-blue-tint-left .box:first-child {
        background-color: #7798cb; }
      .strip.split.ocean-blue-tint-left .box:last-child {
        background-color: #4976ba; }
    .strip.split.ocean-blue-tint-right {
      color: #ffffff;
      background: #4976ba;
      background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%);
      background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #7798cb 50%, #7798cb 100%); }
      .strip.split.ocean-blue-tint-right a,
      .strip.split.ocean-blue-tint-right .link {
        color: #ffffff; }
      .strip.split.ocean-blue-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.ocean-blue-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.ocean-blue-tint-right .box:first-child {
        background-color: #4976ba; }
      .strip.split.ocean-blue-tint-right .box:last-child {
        background-color: #7798cb; }
    .strip.split.teal-shade-left {
      color: #ffffff;
      background: #025a66;
      background: -webkit-linear-gradient(legacy-direction(to right), #025a66 0%, #025a66 50%, #027180 50%, #027180 100%);
      background: linear-gradient(to right, #025a66 0%, #025a66 50%, #027180 50%, #027180 100%); }
      .strip.split.teal-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.teal-shade-left .link {
        color: #ffffff; }
      .strip.split.teal-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.teal-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.teal-shade-left .box:first-child {
        background-color: #025a66; }
      .strip.split.teal-shade-left .box:last-child {
        background-color: #027180; }
    .strip.split.teal-shade-right {
      color: #ffffff;
      background: #027180;
      background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #025a66 50%, #025a66 100%);
      background: linear-gradient(to right, #027180 0%, #027180 50%, #025a66 50%, #025a66 100%); }
      .strip.split.teal-shade-right a,
      .strip.split.teal-shade-right .link {
        color: #ffffff; }
      .strip.split.teal-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.teal-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.teal-shade-right .box:first-child {
        background-color: #027180; }
      .strip.split.teal-shade-right .box:last-child {
        background-color: #025a66; }
    .strip.split.teal-tint-left {
      color: #ffffff;
      background: #4195a0;
      background: -webkit-linear-gradient(legacy-direction(to right), #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%);
      background: linear-gradient(to right, #4195a0 0%, #4195a0 50%, #027180 50%, #027180 100%); }
      .strip.split.teal-tint-left a,
      .strip.split.teal-tint-left .link {
        color: #ffffff; }
      .strip.split.teal-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.teal-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.teal-tint-left .box:first-child {
        background-color: #4195a0; }
      .strip.split.teal-tint-left .box:last-child {
        background-color: #027180; }
    .strip.split.teal-tint-right {
      color: #ffffff;
      background: #027180;
      background: -webkit-linear-gradient(legacy-direction(to right), #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%);
      background: linear-gradient(to right, #027180 0%, #027180 50%, #4195a0 50%, #4195a0 100%); }
      .strip.split.teal-tint-right a,
      .strip.split.teal-tint-right .link {
        color: #ffffff; }
      .strip.split.teal-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.teal-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.teal-tint-right .box:first-child {
        background-color: #027180; }
      .strip.split.teal-tint-right .box:last-child {
        background-color: #4195a0; }
    .strip.split.pacific-shade-left {
      color: #ffffff;
      background: #008a9e;
      background: -webkit-linear-gradient(legacy-direction(to right), #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%);
      background: linear-gradient(to right, #008a9e 0%, #008a9e 50%, #00adc6 50%, #00adc6 100%); }
      .strip.split.pacific-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.pacific-shade-left .link {
        color: #ffffff; }
      .strip.split.pacific-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.pacific-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.pacific-shade-left .box:first-child {
        background-color: #008a9e; }
      .strip.split.pacific-shade-left .box:last-child {
        background-color: #00adc6; }
    .strip.split.pacific-shade-right {
      color: #ffffff;
      background: #00adc6;
      background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%);
      background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #008a9e 50%, #008a9e 100%); }
      .strip.split.pacific-shade-right a,
      .strip.split.pacific-shade-right .link {
        color: #ffffff; }
      .strip.split.pacific-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.pacific-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.pacific-shade-right .box:first-child {
        background-color: #00adc6; }
      .strip.split.pacific-shade-right .box:last-child {
        background-color: #008a9e; }
    .strip.split.pacific-tint-left {
      color: #ffffff;
      background: #40c2d4;
      background: -webkit-linear-gradient(legacy-direction(to right), #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%);
      background: linear-gradient(to right, #40c2d4 0%, #40c2d4 50%, #00adc6 50%, #00adc6 100%); }
      .strip.split.pacific-tint-left a,
      .strip.split.pacific-tint-left .link {
        color: #ffffff; }
      .strip.split.pacific-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.pacific-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.pacific-tint-left .box:first-child {
        background-color: #40c2d4; }
      .strip.split.pacific-tint-left .box:last-child {
        background-color: #00adc6; }
    .strip.split.pacific-tint-right {
      color: #ffffff;
      background: #00adc6;
      background: -webkit-linear-gradient(legacy-direction(to right), #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%);
      background: linear-gradient(to right, #00adc6 0%, #00adc6 50%, #40c2d4 50%, #40c2d4 100%); }
      .strip.split.pacific-tint-right a,
      .strip.split.pacific-tint-right .link {
        color: #ffffff; }
      .strip.split.pacific-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.pacific-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.pacific-tint-right .box:first-child {
        background-color: #00adc6; }
      .strip.split.pacific-tint-right .box:last-child {
        background-color: #40c2d4; }
    .strip.split.azalea-shade-left {
      color: #ffffff;
      background: #b47888;
      background: -webkit-linear-gradient(legacy-direction(to right), #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%);
      background: linear-gradient(to right, #b47888 0%, #b47888 50%, #e196aa 50%, #e196aa 100%); }
      .strip.split.azalea-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.azalea-shade-left .link {
        color: #ffffff; }
      .strip.split.azalea-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.azalea-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.azalea-shade-left .box:first-child {
        background-color: #b47888; }
      .strip.split.azalea-shade-left .box:last-child {
        background-color: #e196aa; }
    .strip.split.azalea-shade-right {
      color: #ffffff;
      background: #e196aa;
      background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%);
      background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #b47888 50%, #b47888 100%); }
      .strip.split.azalea-shade-right a,
      .strip.split.azalea-shade-right .link {
        color: #ffffff; }
      .strip.split.azalea-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.azalea-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.azalea-shade-right .box:first-child {
        background-color: #e196aa; }
      .strip.split.azalea-shade-right .box:last-child {
        background-color: #b47888; }
    .strip.split.azalea-tint-left {
      color: #ffffff;
      background: #e9b0bf;
      background: -webkit-linear-gradient(legacy-direction(to right), #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%);
      background: linear-gradient(to right, #e9b0bf 0%, #e9b0bf 50%, #e196aa 50%, #e196aa 100%); }
      .strip.split.azalea-tint-left a,
      .strip.split.azalea-tint-left .link {
        color: #ffffff; }
      .strip.split.azalea-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.azalea-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.azalea-tint-left .box:first-child {
        background-color: #e9b0bf; }
      .strip.split.azalea-tint-left .box:last-child {
        background-color: #e196aa; }
    .strip.split.azalea-tint-right {
      color: #ffffff;
      background: #e196aa;
      background: -webkit-linear-gradient(legacy-direction(to right), #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%);
      background: linear-gradient(to right, #e196aa 0%, #e196aa 50%, #e9b0bf 50%, #e9b0bf 100%); }
      .strip.split.azalea-tint-right a,
      .strip.split.azalea-tint-right .link {
        color: #ffffff; }
      .strip.split.azalea-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.azalea-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.azalea-tint-right .box:first-child {
        background-color: #e196aa; }
      .strip.split.azalea-tint-right .box:last-child {
        background-color: #e9b0bf; }
    .strip.split.apache-shade-left {
      color: #ffffff;
      background: #967e37;
      background: -webkit-linear-gradient(legacy-direction(to right), #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%);
      background: linear-gradient(to right, #967e37 0%, #967e37 50%, #bc9d45 50%, #bc9d45 100%); }
      .strip.split.apache-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.apache-shade-left .link {
        color: #ffffff; }
      .strip.split.apache-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.apache-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.apache-shade-left .box:first-child {
        background-color: #967e37; }
      .strip.split.apache-shade-left .box:last-child {
        background-color: #bc9d45; }
    .strip.split.apache-shade-right {
      color: #ffffff;
      background: #bc9d45;
      background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%);
      background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #967e37 50%, #967e37 100%); }
      .strip.split.apache-shade-right a,
      .strip.split.apache-shade-right .link {
        color: #ffffff; }
      .strip.split.apache-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.apache-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.apache-shade-right .box:first-child {
        background-color: #bc9d45; }
      .strip.split.apache-shade-right .box:last-child {
        background-color: #967e37; }
    .strip.split.apache-tint-left {
      color: #ffffff;
      background: #cdb674;
      background: -webkit-linear-gradient(legacy-direction(to right), #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%);
      background: linear-gradient(to right, #cdb674 0%, #cdb674 50%, #bc9d45 50%, #bc9d45 100%); }
      .strip.split.apache-tint-left a,
      .strip.split.apache-tint-left .link {
        color: #ffffff; }
      .strip.split.apache-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.apache-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.apache-tint-left .box:first-child {
        background-color: #cdb674; }
      .strip.split.apache-tint-left .box:last-child {
        background-color: #bc9d45; }
    .strip.split.apache-tint-right {
      color: #ffffff;
      background: #bc9d45;
      background: -webkit-linear-gradient(legacy-direction(to right), #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%);
      background: linear-gradient(to right, #bc9d45 0%, #bc9d45 50%, #cdb674 50%, #cdb674 100%); }
      .strip.split.apache-tint-right a,
      .strip.split.apache-tint-right .link {
        color: #ffffff; }
      .strip.split.apache-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.apache-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.apache-tint-right .box:first-child {
        background-color: #bc9d45; }
      .strip.split.apache-tint-right .box:last-child {
        background-color: #cdb674; }
    .strip.split.viridian-green-shade-left {
      color: #ffffff;
      background: #526e66;
      background: -webkit-linear-gradient(legacy-direction(to right), #526e66 0%, #526e66 50%, #668980 50%, #668980 100%);
      background: linear-gradient(to right, #526e66 0%, #526e66 50%, #668980 50%, #668980 100%); }
      .strip.split.viridian-green-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.viridian-green-shade-left .link {
        color: #ffffff; }
      .strip.split.viridian-green-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.viridian-green-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.viridian-green-shade-left .box:first-child {
        background-color: #526e66; }
      .strip.split.viridian-green-shade-left .box:last-child {
        background-color: #668980; }
    .strip.split.viridian-green-shade-right {
      color: #ffffff;
      background: #668980;
      background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #526e66 50%, #526e66 100%);
      background: linear-gradient(to right, #668980 0%, #668980 50%, #526e66 50%, #526e66 100%); }
      .strip.split.viridian-green-shade-right a,
      .strip.split.viridian-green-shade-right .link {
        color: #ffffff; }
      .strip.split.viridian-green-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.viridian-green-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.viridian-green-shade-right .box:first-child {
        background-color: #668980; }
      .strip.split.viridian-green-shade-right .box:last-child {
        background-color: #526e66; }
    .strip.split.viridian-green-tint-left {
      color: #ffffff;
      background: #8ca7a0;
      background: -webkit-linear-gradient(legacy-direction(to right), #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%);
      background: linear-gradient(to right, #8ca7a0 0%, #8ca7a0 50%, #668980 50%, #668980 100%); }
      .strip.split.viridian-green-tint-left a,
      .strip.split.viridian-green-tint-left .link {
        color: #ffffff; }
      .strip.split.viridian-green-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.viridian-green-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.viridian-green-tint-left .box:first-child {
        background-color: #8ca7a0; }
      .strip.split.viridian-green-tint-left .box:last-child {
        background-color: #668980; }
    .strip.split.viridian-green-tint-right {
      color: #ffffff;
      background: #668980;
      background: -webkit-linear-gradient(legacy-direction(to right), #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%);
      background: linear-gradient(to right, #668980 0%, #668980 50%, #8ca7a0 50%, #8ca7a0 100%); }
      .strip.split.viridian-green-tint-right a,
      .strip.split.viridian-green-tint-right .link {
        color: #ffffff; }
      .strip.split.viridian-green-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.viridian-green-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.viridian-green-tint-right .box:first-child {
        background-color: #668980; }
      .strip.split.viridian-green-tint-right .box:last-child {
        background-color: #8ca7a0; }
    .strip.split.tosca-shade-left {
      color: #ffffff;
      background: #743438;
      background: -webkit-linear-gradient(legacy-direction(to right), #743438 0%, #743438 50%, #914146 50%, #914146 100%);
      background: linear-gradient(to right, #743438 0%, #743438 50%, #914146 50%, #914146 100%); }
      .strip.split.tosca-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.tosca-shade-left .link {
        color: #ffffff; }
      .strip.split.tosca-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.tosca-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.tosca-shade-left .box:first-child {
        background-color: #743438; }
      .strip.split.tosca-shade-left .box:last-child {
        background-color: #914146; }
    .strip.split.tosca-shade-right {
      color: #ffffff;
      background: #914146;
      background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #743438 50%, #743438 100%);
      background: linear-gradient(to right, #914146 0%, #914146 50%, #743438 50%, #743438 100%); }
      .strip.split.tosca-shade-right a,
      .strip.split.tosca-shade-right .link {
        color: #ffffff; }
      .strip.split.tosca-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.tosca-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.tosca-shade-right .box:first-child {
        background-color: #914146; }
      .strip.split.tosca-shade-right .box:last-child {
        background-color: #743438; }
    .strip.split.tosca-tint-left {
      color: #ffffff;
      background: #ad7174;
      background: -webkit-linear-gradient(legacy-direction(to right), #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%);
      background: linear-gradient(to right, #ad7174 0%, #ad7174 50%, #914146 50%, #914146 100%); }
      .strip.split.tosca-tint-left a,
      .strip.split.tosca-tint-left .link {
        color: #ffffff; }
      .strip.split.tosca-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.tosca-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.tosca-tint-left .box:first-child {
        background-color: #ad7174; }
      .strip.split.tosca-tint-left .box:last-child {
        background-color: #914146; }
    .strip.split.tosca-tint-right {
      color: #ffffff;
      background: #914146;
      background: -webkit-linear-gradient(legacy-direction(to right), #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%);
      background: linear-gradient(to right, #914146 0%, #914146 50%, #ad7174 50%, #ad7174 100%); }
      .strip.split.tosca-tint-right a,
      .strip.split.tosca-tint-right .link {
        color: #ffffff; }
      .strip.split.tosca-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.tosca-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.tosca-tint-right .box:first-child {
        background-color: #914146; }
      .strip.split.tosca-tint-right .box:last-child {
        background-color: #ad7174; }
    .strip.split.logan-shade-left {
      color: #ffffff;
      background: #74738a;
      background: -webkit-linear-gradient(legacy-direction(to right), #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%);
      background: linear-gradient(to right, #74738a 0%, #74738a 50%, #9190ac 50%, #9190ac 100%); }
      .strip.split.logan-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.logan-shade-left .link {
        color: #ffffff; }
      .strip.split.logan-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.logan-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.logan-shade-left .box:first-child {
        background-color: #74738a; }
      .strip.split.logan-shade-left .box:last-child {
        background-color: #9190ac; }
    .strip.split.logan-shade-right {
      color: #ffffff;
      background: #9190ac;
      background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%);
      background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #74738a 50%, #74738a 100%); }
      .strip.split.logan-shade-right a,
      .strip.split.logan-shade-right .link {
        color: #ffffff; }
      .strip.split.logan-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.logan-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.logan-shade-right .box:first-child {
        background-color: #9190ac; }
      .strip.split.logan-shade-right .box:last-child {
        background-color: #74738a; }
    .strip.split.logan-tint-left {
      color: #ffffff;
      background: #adacc1;
      background: -webkit-linear-gradient(legacy-direction(to right), #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%);
      background: linear-gradient(to right, #adacc1 0%, #adacc1 50%, #9190ac 50%, #9190ac 100%); }
      .strip.split.logan-tint-left a,
      .strip.split.logan-tint-left .link {
        color: #ffffff; }
      .strip.split.logan-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.logan-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.logan-tint-left .box:first-child {
        background-color: #adacc1; }
      .strip.split.logan-tint-left .box:last-child {
        background-color: #9190ac; }
    .strip.split.logan-tint-right {
      color: #ffffff;
      background: #9190ac;
      background: -webkit-linear-gradient(legacy-direction(to right), #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%);
      background: linear-gradient(to right, #9190ac 0%, #9190ac 50%, #adacc1 50%, #adacc1 100%); }
      .strip.split.logan-tint-right a,
      .strip.split.logan-tint-right .link {
        color: #ffffff; }
      .strip.split.logan-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.logan-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.logan-tint-right .box:first-child {
        background-color: #9190ac; }
      .strip.split.logan-tint-right .box:last-child {
        background-color: #adacc1; }
    .strip.split.greyjoy-shade-left {
      color: #ffffff;
      background: #7f988c;
      background: -webkit-linear-gradient(legacy-direction(to right), #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%);
      background: linear-gradient(to right, #7f988c 0%, #7f988c 50%, #9fbeaf 50%, #9fbeaf 100%); }
      .strip.split.greyjoy-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white),
      .strip.split.greyjoy-shade-left .link {
        color: #ffffff; }
      .strip.split.greyjoy-shade-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.greyjoy-shade-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.greyjoy-shade-left .box:first-child {
        background-color: #7f988c; }
      .strip.split.greyjoy-shade-left .box:last-child {
        background-color: #9fbeaf; }
    .strip.split.greyjoy-shade-right {
      color: #ffffff;
      background: #9fbeaf;
      background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%);
      background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #7f988c 50%, #7f988c 100%); }
      .strip.split.greyjoy-shade-right a,
      .strip.split.greyjoy-shade-right .link {
        color: #ffffff; }
      .strip.split.greyjoy-shade-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.greyjoy-shade-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.greyjoy-shade-right .box:first-child {
        background-color: #9fbeaf; }
      .strip.split.greyjoy-shade-right .box:last-child {
        background-color: #7f988c; }
    .strip.split.greyjoy-tint-left {
      color: #ffffff;
      background: #b7cec3;
      background: -webkit-linear-gradient(legacy-direction(to right), #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%);
      background: linear-gradient(to right, #b7cec3 0%, #b7cec3 50%, #9fbeaf 50%, #9fbeaf 100%); }
      .strip.split.greyjoy-tint-left a,
      .strip.split.greyjoy-tint-left .link {
        color: #ffffff; }
      .strip.split.greyjoy-tint-left a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.greyjoy-tint-left a.link.text-only {
        text-decoration: underline; }
      .strip.split.greyjoy-tint-left .box:first-child {
        background-color: #b7cec3; }
      .strip.split.greyjoy-tint-left .box:last-child {
        background-color: #9fbeaf; }
    .strip.split.greyjoy-tint-right {
      color: #ffffff;
      background: #9fbeaf;
      background: -webkit-linear-gradient(legacy-direction(to right), #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%);
      background: linear-gradient(to right, #9fbeaf 0%, #9fbeaf 50%, #b7cec3 50%, #b7cec3 100%); }
      .strip.split.greyjoy-tint-right a,
      .strip.split.greyjoy-tint-right .link {
        color: #ffffff; }
      .strip.split.greyjoy-tint-right a:not(.btn):not(.btn-secondary):not(.btn-ghost):not(.btn-ghost-white):not(.link),
      .strip.split.greyjoy-tint-right a.link.text-only {
        text-decoration: underline; }
      .strip.split.greyjoy-tint-right .box:first-child {
        background-color: #9fbeaf; }
      .strip.split.greyjoy-tint-right .box:last-child {
        background-color: #b7cec3; }
    @media only screen and (min-width: 992px) {
      .strip.split.default-to-alt-bg {
        background: #ffffff;
        background: -webkit-linear-gradient(legacy-direction(to right), #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
        background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%); }
      .strip.split.default-to-dark-bg {
        background: #ffffff;
        background: -webkit-linear-gradient(legacy-direction(to right), #ffffff 0%, #ffffff 50%, #4976ba 50%, #4976ba 100%);
        background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #4976ba 50%, #4976ba 100%); }
      .strip.split.default-to-darker-bg {
        background: #ffffff;
        background: -webkit-linear-gradient(legacy-direction(to right), #ffffff 0%, #ffffff 50%, #3a5e95 50%, #3a5e95 100%);
        background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #3a5e95 50%, #3a5e95 100%); }
      .strip.split.alt-to-default-bg {
        background: #f5f5f5;
        background: -webkit-linear-gradient(legacy-direction(to right), #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
        background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%); }
      .strip.split.alt-to-dark-bg {
        background: #f5f5f5;
        background: -webkit-linear-gradient(legacy-direction(to right), #f5f5f5 0%, #f5f5f5 50%, #4976ba 50%, #4976ba 100%);
        background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 50%, #4976ba 50%, #4976ba 100%); }
      .strip.split.alt-to-darker-bg {
        background: #f5f5f5;
        background: -webkit-linear-gradient(legacy-direction(to right), #f5f5f5 0%, #f5f5f5 50%, #3a5e95 50%, #3a5e95 100%);
        background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 50%, #3a5e95 50%, #3a5e95 100%); }
      .strip.split.dark-to-default-bg {
        background: #4976ba;
        background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #ffffff 50%, #ffffff 100%);
        background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #ffffff 50%, #ffffff 100%); }
      .strip.split.dark-to-alt-bg {
        background: #4976ba;
        background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #f5f5f5 50%, #f5f5f5 100%);
        background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #f5f5f5 50%, #f5f5f5 100%); }
      .strip.split.dark-to-darker-bg {
        background: #4976ba;
        background: -webkit-linear-gradient(legacy-direction(to right), #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%);
        background: linear-gradient(to right, #4976ba 0%, #4976ba 50%, #3a5e95 50%, #3a5e95 100%); }
      .strip.split.darker-to-default-bg {
        background: #3a5e95;
        background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #ffffff 50%, #ffffff 100%);
        background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #ffffff 50%, #ffffff 100%); }
      .strip.split.darker-to-alt-bg {
        background: #3a5e95;
        background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #f5f5f5 50%, #f5f5f5 100%);
        background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #f5f5f5 50%, #f5f5f5 100%); }
      .strip.split.darker-to-dark {
        background: #3a5e95;
        background: -webkit-linear-gradient(legacy-direction(to right), #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%);
        background: linear-gradient(to right, #3a5e95 0%, #3a5e95 50%, #4976ba 50%, #4976ba 100%); } }
    @media only screen and (min-width: 1200px) {
      .strip.split .box:nth-child(1) {
        padding-left: 0;
        padding-right: 115px; }
      .strip.split .box:nth-child(2) {
        padding-left: 115px;
        padding-right: 0; } }

.timeline {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0;
  position: relative; }
  .timeline:before {
    background: #d8d8d8;
    content: "";
    display: block;
    height: calc(100% - 92px);
    left: 7px;
    position: absolute;
    top: 30px;
    width: 3px; }
  .timeline > li {
    position: relative; }
    .timeline > li:before {
      background: #ffffff;
      border-radius: 50%;
      content: "";
      display: block;
      height: 13px;
      left: -16px;
      position: absolute;
      top: 23px;
      width: 13px; }
    .timeline > li:after {
      background: #d8d8d8;
      border-radius: 50%;
      content: "";
      display: block;
      height: 7px;
      left: -13px;
      position: absolute;
      top: 26px;
      width: 7px; }
    .timeline > li:first-child:before, .timeline > li:last-child:before, .timeline > li.number:before {
      height: 21px;
      left: -20px;
      top: 19px;
      width: 21px; }
    .timeline > li:first-child:after, .timeline > li:last-child:after, .timeline > li.number:after {
      background: #ffffff;
      box-shadow: inset 0 0 0 4px #00008f;
      height: 15px;
      left: -17px;
      top: 22px;
      width: 15px; }
    .timeline > li.step {
      padding-left: 10px; }
      .timeline > li.step:after {
        background: #00008f; }
      .timeline > li.step .step-heading {
        color: #00008f;
        font-weight: bold;
        margin: 0;
        padding-top: 21px;
        text-transform: uppercase; }
    .timeline > li.number:after {
      background: #f07662;
      box-shadow: none; }
    .timeline > li.number .digit {
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 600;
      left: -12px;
      letter-spacing: -0.05em;
      position: absolute;
      top: 17px;
      z-index: 5; }
    .timeline > li.number .double-digit {
      left: -15px; }
    .timeline > li .speech-bubble:before, .timeline > li .speech-bubble:after {
      top: 33px; }
  @media only screen and (min-width: 768px) {
    .timeline {
      padding: 0 0 0 50px; }
      .timeline:before {
        left: 10px;
        height: calc(100% - 96px);
        top: 48px; }
      .timeline > li:before {
        left: -45px;
        top: 42px; }
      .timeline > li:after {
        left: -42px;
        top: 45px; }
      .timeline > li.step:before {
        top: 23px; }
      .timeline > li.step:after {
        top: 26px; }
      .timeline > li:first-child:before, .timeline > li:last-child:before, .timeline > li.number:before {
        left: -49px;
        top: 37px; }
      .timeline > li:first-child:after, .timeline > li:last-child:after, .timeline > li.number:after {
        left: -46px;
        top: 40px; }
      .timeline > li.number .digit {
        left: -42px;
        top: 33px; }
      .timeline > li.number .double-digit {
        left: -44px; }
      .timeline > li .speech-bubble:before, .timeline > li .speech-bubble:after {
        top: 49px; } }
  @media only screen and (min-width: 992px) {
    .timeline:before {
      height: calc(100% - 96px); }
    .timeline > li:before {
      top: 44px; }
    .timeline > li:after {
      top: 47px; }
    .timeline > li:first-child:before, .timeline > li:last-child:before, .timeline > li.number:before {
      top: 39px; }
    .timeline > li:first-child:after, .timeline > li:last-child:after, .timeline > li.number:after {
      top: 42px; }
    .timeline > li.number .digit {
      top: 35px; } }

.no-scroll .top-content-bar {
  display: none; }

.top-content-bar {
  align-items: center;
  background-color: #5f5f5f;
  color: #ffffff;
  font-size: 0.813rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0.938em 0.938em 1.25em;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .top-content-bar i {
    margin-right: 6px; }
  .top-content-bar.corporate {
    background-color: #027180;
    color: #ffffff; }
    .top-content-bar.corporate a.btn-ghost-fill-white:hover {
      color: #027180; }
  .top-content-bar.commercial {
    background-color: #000072;
    color: #ffffff; }
    .top-content-bar.commercial a.btn-ghost-fill-white:hover {
      color: #000072; }
  .top-content-bar.warning {
    background-color: #c91432;
    color: #ffffff; }
    .top-content-bar.warning a.btn-ghost-fill-white:hover {
      color: #c91432; }
  .top-content-bar.dismissable {
    padding-right: 40px; }
  .top-content-bar .btn-wrapper {
    display: block;
    margin-top: 10px; }
  .top-content-bar a {
    text-decoration: none; }
    .top-content-bar a.btn:hover, .top-content-bar a.btn-secondary:hover, .top-content-bar a.btn-ghost:hover, .top-content-bar a.btn-ghost-white:hover {
      text-decoration: none; }
    .top-content-bar a:hover {
      text-decoration: underline; }
  .top-content-bar .close {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    color: inherit;
    margin-top: -12px; }
    .top-content-bar .close:hover {
      opacity: 1; }
    .top-content-bar .close:after {
      content: ""; }
  @media only screen and (min-width: 768px) {
    .top-content-bar {
      padding: 10px 15px; }
      .top-content-bar .btn-wrapper {
        display: inline-block;
        margin-left: 10px;
        margin-top: 0; } }

.vertical-nav {
  padding: 40px 0; }
  .vertical-nav .title {
    margin: 0 0 20px 0; }
  .vertical-nav ul {
    list-style: none;
    margin: 0 0 35px;
    padding: 0; }
    .vertical-nav ul li {
      display: block;
      margin: 0 0 10px;
      text-transform: uppercase; }
      .vertical-nav ul li.current {
        border-left: 4px solid #4040ab;
        color: #333333;
        font: 600 14px/24px "Source Sans Pro", Arial, sans-serif;
        font-weight: bold;
        padding-left: 10px; }
        .vertical-nav ul li.current a {
          color: #333333; }
          .vertical-nav ul li.current a:hover {
            border-left: none;
            padding-left: 0; }
      .vertical-nav ul li a {
        color: #999999;
        display: block;
        font: 600 14px/24px "Source Sans Pro", Arial, sans-serif;
        position: relative;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear;
        text-decoration: none; }
        .vertical-nav ul li a:hover {
          border-left: 4px solid #e5e5e5;
          padding-left: 10px; }

.login-page {
  background-color: #fafafa; }
  .login-page .wrapper, .login-page .slide-carousel .slide-carousel-inner-wrapper, .slide-carousel .login-page .slide-carousel-inner-wrapper {
    height: 100%;
    max-width: 100%; }
  .login-page .image, .login-page .card .card-img-top, .card .login-page .card-img-top, .login-page .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .login-page .card-img-top {
    display: none;
    overflow-x: hidden; }
    .login-page .image picture, .login-page .card .card-img-top picture, .card .login-page .card-img-top picture, .login-page .login-form .login-form-inner-wrapper .card-img-top picture, .login-form .login-form-inner-wrapper .login-page .card-img-top picture {
      overflow: hidden;
      position: relative; }
      .login-page .image picture img, .login-page .card .card-img-top picture img, .card .login-page .card-img-top picture img, .login-page .login-form .login-form-inner-wrapper .card-img-top picture img, .login-form .login-form-inner-wrapper .login-page .card-img-top picture img {
        bottom: -9999px;
        display: block;
        height: auto;
        left: -9999px;
        min-height: 100%;
        min-width: 100%;
        margin: auto;
        position: absolute;
        right: -9999px;
        top: -9999px;
        width: auto; }
  .login-page main {
    height: 100%; }
  @media only screen and (min-width: 992px) {
    .login-page {
      position: relative; }
      .login-page .image, .login-page .card .card-img-top, .card .login-page .card-img-top, .login-page .login-form .login-form-inner-wrapper .card-img-top, .login-form .login-form-inner-wrapper .login-page .card-img-top {
        display: block;
        width: 58.33%; }
        .login-page .image picture, .login-page .card .card-img-top picture, .card .login-page .card-img-top picture, .login-page .login-form .login-form-inner-wrapper .card-img-top picture, .login-form .login-form-inner-wrapper .login-page .card-img-top picture {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 58.33%; }
          .login-page .image picture img, .login-page .card .card-img-top picture img, .card .login-page .card-img-top picture img, .login-page .login-form .login-form-inner-wrapper .card-img-top picture img, .login-form .login-form-inner-wrapper .login-page .card-img-top picture img {
            left: 0;
            right: auto; }
      .login-page main {
        float: right;
        width: 41.67%; } }

.default-theme .card.themed, .default-theme .login-form .themed.login-form-inner-wrapper, .login-form .default-theme .themed.login-form-inner-wrapper {
  border-color: transparent;
  border-width: 0; }
  .default-theme .card.themed .card-header, .default-theme .login-form .themed.login-form-inner-wrapper .card-header, .login-form .default-theme .themed.login-form-inner-wrapper .card-header {
    background-color: #4976ba;
    border-color: transparent;
    border-width: 0;
    color: #ffffff; }

.default-theme .comparison-table.themed .product {
  background-color: #7798cb; }
  .default-theme .comparison-table.themed .product:nth-of-type(2n) {
    background: #4976ba; }
  .default-theme .comparison-table.themed .product:nth-of-type(3n) {
    background: #3a5e95; }

.default-theme .comparison-table.themed .feature > div:nth-of-type(2n) .check-holder, .default-theme .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .default-theme .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .default-theme .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
  background: #7798cb; }

.default-theme .comparison-table.themed .feature > div:nth-of-type(3n) .check-holder, .default-theme .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .default-theme .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .default-theme .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
  background: #4976ba; }

.default-theme .comparison-table.themed .feature > div:nth-of-type(4n) .check-holder, .default-theme .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .default-theme .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .default-theme .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
  background: #3a5e95; }

.motor-product .card.themed, .motor-product .login-form .themed.login-form-inner-wrapper, .login-form .motor-product .themed.login-form-inner-wrapper {
  border-color: transparent;
  border-width: 0; }
  .motor-product .card.themed .card-header, .motor-product .login-form .themed.login-form-inner-wrapper .card-header, .login-form .motor-product .themed.login-form-inner-wrapper .card-header {
    background-color: #027180;
    border-color: transparent;
    border-width: 0;
    color: #ffffff; }

.motor-product .comparison-table.themed .product {
  background-color: #4195a0; }
  .motor-product .comparison-table.themed .product:nth-of-type(2n) {
    background: #027180; }
  .motor-product .comparison-table.themed .product:nth-of-type(3n) {
    background: #025a66; }

.motor-product .comparison-table.themed .feature > div:nth-of-type(2n) .check-holder, .motor-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .motor-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .motor-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
  background: #4195a0; }

.motor-product .comparison-table.themed .feature > div:nth-of-type(3n) .check-holder, .motor-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .motor-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .motor-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
  background: #027180; }

.motor-product .comparison-table.themed .feature > div:nth-of-type(4n) .check-holder, .motor-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .motor-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .motor-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
  background: #025a66; }

.home-product .card.themed, .home-product .login-form .themed.login-form-inner-wrapper, .login-form .home-product .themed.login-form-inner-wrapper {
  border-color: transparent;
  border-width: 0; }
  .home-product .card.themed .card-header, .home-product .login-form .themed.login-form-inner-wrapper .card-header, .login-form .home-product .themed.login-form-inner-wrapper .card-header {
    background-color: #00adc6;
    border-color: transparent;
    border-width: 0;
    color: #ffffff; }

.home-product .comparison-table.themed .product {
  background-color: #40c2d4; }
  .home-product .comparison-table.themed .product:nth-of-type(2n) {
    background: #00adc6; }
  .home-product .comparison-table.themed .product:nth-of-type(3n) {
    background: #008a9e; }

.home-product .comparison-table.themed .feature > div:nth-of-type(2n) .check-holder, .home-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .home-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .home-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
  background: #40c2d4; }

.home-product .comparison-table.themed .feature > div:nth-of-type(3n) .check-holder, .home-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .home-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .home-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
  background: #00adc6; }

.home-product .comparison-table.themed .feature > div:nth-of-type(4n) .check-holder, .home-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .home-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .home-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
  background: #008a9e; }

.van-product .card.themed, .van-product .login-form .themed.login-form-inner-wrapper, .login-form .van-product .themed.login-form-inner-wrapper {
  border-color: transparent;
  border-width: 0; }
  .van-product .card.themed .card-header, .van-product .login-form .themed.login-form-inner-wrapper .card-header, .login-form .van-product .themed.login-form-inner-wrapper .card-header {
    background-color: #914146;
    border-color: transparent;
    border-width: 0;
    color: #ffffff; }

.van-product .comparison-table.themed .product {
  background-color: #ad7174; }
  .van-product .comparison-table.themed .product:nth-of-type(2n) {
    background: #914146; }
  .van-product .comparison-table.themed .product:nth-of-type(3n) {
    background: #743438; }

.van-product .comparison-table.themed .feature > div:nth-of-type(2n) .check-holder, .van-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .van-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .van-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
  background: #ad7174; }

.van-product .comparison-table.themed .feature > div:nth-of-type(3n) .check-holder, .van-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .van-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .van-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
  background: #914146; }

.van-product .comparison-table.themed .feature > div:nth-of-type(4n) .check-holder, .van-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .van-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .van-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
  background: #743438; }

.business-product .card.themed, .business-product .login-form .themed.login-form-inner-wrapper, .login-form .business-product .themed.login-form-inner-wrapper {
  border-color: transparent;
  border-width: 0; }
  .business-product .card.themed .card-header, .business-product .login-form .themed.login-form-inner-wrapper .card-header, .login-form .business-product .themed.login-form-inner-wrapper .card-header {
    background-color: #9190ac;
    border-color: transparent;
    border-width: 0;
    color: #ffffff; }

.business-product .comparison-table.themed .product {
  background-color: #adacc1; }
  .business-product .comparison-table.themed .product:nth-of-type(2n) {
    background: #9190ac; }
  .business-product .comparison-table.themed .product:nth-of-type(3n) {
    background: #74738a; }

.business-product .comparison-table.themed .feature > div:nth-of-type(2n) .check-holder, .business-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .business-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .business-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
  background: #adacc1; }

.business-product .comparison-table.themed .feature > div:nth-of-type(3n) .check-holder, .business-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .business-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .business-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
  background: #9190ac; }

.business-product .comparison-table.themed .feature > div:nth-of-type(4n) .check-holder, .business-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .business-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .business-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
  background: #74738a; }

.farm-product .card.themed, .farm-product .login-form .themed.login-form-inner-wrapper, .login-form .farm-product .themed.login-form-inner-wrapper {
  border-color: transparent;
  border-width: 0; }
  .farm-product .card.themed .card-header, .farm-product .login-form .themed.login-form-inner-wrapper .card-header, .login-form .farm-product .themed.login-form-inner-wrapper .card-header {
    background-color: #668980;
    border-color: transparent;
    border-width: 0;
    color: #ffffff; }

.farm-product .comparison-table.themed .product {
  background-color: #8ca7a0; }
  .farm-product .comparison-table.themed .product:nth-of-type(2n) {
    background: #668980; }
  .farm-product .comparison-table.themed .product:nth-of-type(3n) {
    background: #526e66; }

.farm-product .comparison-table.themed .feature > div:nth-of-type(2n) .check-holder, .farm-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(2n) .check-holder, .farm-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder, .farm-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(2n) .check-holder {
  background: #8ca7a0; }

.farm-product .comparison-table.themed .feature > div:nth-of-type(3n) .check-holder, .farm-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(3n) .check-holder, .farm-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder, .farm-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(3n) .check-holder {
  background: #668980; }

.farm-product .comparison-table.themed .feature > div:nth-of-type(4n) .check-holder, .farm-product .comparison-table.themed .card-deck.feature-deck .card.feature > div:nth-of-type(4n) .check-holder, .farm-product .comparison-table.themed .card-deck.feature-deck .login-form .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder, .farm-product .comparison-table.themed .login-form .card-deck.feature-deck .feature.login-form-inner-wrapper > div:nth-of-type(4n) .check-holder {
  background: #526e66; }
