@charset "UTF-8";
.c--black {
  color: #32363a;
}

.c--white {
  color: #ffffff;
}

.c--dark-blue {
  color: #002d72;
}

.c--yellow {
  color: #c99700;
}

.c--light-blue {
  color: #0085ad;
}

.c--light-grey {
  color: #c1c6c8;
}

.c--red {
  color: #a81a4c;
}

.c--purple {
  color: #800080;
}

.c--orange {
  color: #e57200;
}

.c--green {
  color: #009933;
}

.c--cloud-light-blue {
  color: #4263eb;
}

.c--workingpapers-purple {
  color: #563aaf;
}

.c--review-teal {
  color: #03a59d;
}

.bg--white {
  background: #ffffff;
}

.bg--dark-blue {
  background: #002d72;
}

.bg--black {
  background: #32363a;
}

.bg--yellow {
  background: #c99700;
}

.bg--light-blue {
  background: #0085ad;
}

.bg--light-grey {
  background: #c1c6c8;
}

.bg--red {
  background: #a81a4c;
}

.bg--purple {
  background: #800080;
}

.bg--orange {
  background: #e57200;
}

.bg--green {
  background: #009933;
}

.bg--really-light-grey {
  background: #f6f6f6;
}

.bg--cloud-light-blue {
  background: #4263eb;
}

.bg--workingpapers-purple {
  background: #563aaf;
}

.bg--review-teal {
  background: #03a59d;
}

.bg--dark-gray {
  background: #323232;
}

.bg--grad--dark-blue {
  background-color: #002d72;
  background-image: linear-gradient(45deg, #003586, #002d72);
}

body.page--gold section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--gold
section.pane-points h3, body.page--gold
section.solution-diagram h3 {
  color: #c99700;
}

body.page--dark-blue section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--dark-blue
section.pane-points h3, body.page--dark-blue
section.solution-diagram h3 {
  color: #002d72;
}

body.page--light-grey section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--light-grey
section.pane-points h3, body.page--light-grey
section.solution-diagram h3 {
  color: #c1c6c8;
}

body.page--purple section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--purple
section.pane-points h3, body.page--purple
section.solution-diagram h3 {
  color: #800080;
}

body.page--orange section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--orange
section.pane-points h3, body.page--orange
section.solution-diagram h3 {
  color: #e57200;
}

body.page--light-blue section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--light-blue
section.pane-points h3, body.page--light-blue
section.solution-diagram h3 {
  color: #0085ad;
}

body.page--red section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--red
section.pane-points h3, body.page--red
section.solution-diagram h3 {
  color: #a81a4c;
}

body.page--cloud-light-blue section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--cloud-light-blue
section.pane-points h3, body.page--cloud-light-blue
section.solution-diagram h3 {
  color: #4263eb;
}

body.page--workingpapers-purple section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--workingpapers-purple
section.pane-points h3, body.page--workingpapers-purple
section.solution-diagram h3 {
  color: #563aaf;
}

body.page--review-teal section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--review-teal
section.pane-points h3, body.page--review-teal
section.solution-diagram h3 {
  color: #03a59d;
}

body.page--grey section:not(.bg--dark-blue):not(.no-head-style) .container > h1, body.page--grey
section.pane-points h3, body.page--grey
section.solution-diagram h3 {
  color: #c1c6c8;
}

body.page--gold .big-btn.active, body.page--gold
.solution-product.active {
  background-color: #c99700;
}

body.page--dark-blue .big-btn.active, body.page--dark-blue
.solution-product.active {
  background-color: #002d72;
}

body.page--light-grey .big-btn.active, body.page--light-grey
.solution-product.active {
  background-color: #c1c6c8;
}

body.page--orange .big-btn.active, body.page--orange
.solution-product.active {
  background-color: #e57200;
}

body.page--purple .big-btn.active, body.page--purple
.solution-product.active {
  background-color: #800080;
}

body.page--light-blue .big-btn.active, body.page--light-blue
.solution-product.active {
  background-color: #0085ad;
}

body.page--red .big-btn.active, body.page--red
.solution-product.active {
  background-color: #a81a4c;
}

body.page--cloud-light-blue .big-btn.active, body.page--cloud-light-blue
.solution-product.active {
  background-color: #4263eb;
}

body.page--workingpapers-purple .big-btn.active, body.page--workingpapers-purple
.solution-product.active {
  background-color: #563aaf;
}

body.page--review-teal .big-btn.active, body.page--review-teal
.solution-product.active {
  background-color: #03a59d;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider * {
  outline: none;
}

ul.slick-dots {
  margin: 0;
  padding-left: 0;
  text-align: center;
  list-style: none;
}

ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3em;
  margin-top: 0.55em;
}

ul.slick-dots li button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  height: 12px;
  width: 12px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #dedede;
  background-color: transparent;
  outline: none;
  font-size: 0;
}

ul.slick-dots li button:hover {
  border-color: #ababab;
}

ul.slick-dots li.slick-active button {
  background: #0085ad;
  border-color: #0085ad;
}

ul.slick-dots li.slick-active button:hover {
  border-color: #0085ad;
}

.homepage-hero ul.slick-dots {
  bottom: 18px;
}

.homepage-hero ul.slick-dots li {
  margin: 0 18px;
}

.homepage-hero ul.slick-dots li button {
  background-color: rgba(225, 225, 225, 0.4);
  border: none;
  width: 21px;
  height: 21px;
}

.homepage-hero ul.slick-dots li button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.homepage-hero ul.slick-dots li button:before {
  opacity: 0;
}

.homepage-hero ul.slick-dots li.slick-active button {
  background: #ffffff;
  border-color: #ffffff;
}

.why-work-with-us-banner ul.slick-dots {
  bottom: -35px;
}

.why-work-with-us-banner ul.slick-dots li {
  margin: 0 18px;
}

.why-work-with-us-banner ul.slick-dots li button {
  background-color: #f0f0f0;
  border: none;
  width: 21px;
  height: 21px;
}

.why-work-with-us-banner ul.slick-dots li button:hover {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}

.why-work-with-us-banner ul.slick-dots li button:before {
  opacity: 0;
}

.why-work-with-us-banner ul.slick-dots li.slick-active button {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

.slide-workflows ul.slick-dots {
  bottom: -25px;
}

.slide-workflows ul.slick-dots li {
  margin: 0 18px;
}

.slide-workflows ul.slick-dots li button {
  background-color: #f0f0f0;
  border: none;
  width: 21px;
  height: 21px;
}

.slide-workflows ul.slick-dots li button:hover {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}

.slide-workflows ul.slick-dots li button:before {
  opacity: 0;
}

.slide-workflows ul.slick-dots li.slick-active button {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.44;
  color: #32363a;
  background-color: #f5f8fa;
}

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

a {
  color: #0085AD;
  text-decoration: none;
}

a:hover, a:focus {
  color: #004a61;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.44;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, .support-item__enhancements .enhancement > div > div:first-of-type, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small, .support-item__enhancements .enhancement > div > div:first-of-type small,
h4 .small,
.support-item__enhancements .enhancement > div > div:first-of-type .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .support-item__enhancements .enhancement > div > div:first-of-type, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

h4 small, .support-item__enhancements .enhancement > div > div:first-of-type small,
h4 .small,
.support-item__enhancements .enhancement > div > div:first-of-type .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .support-item__enhancements .enhancement > div > div:first-of-type, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11.5px;
}

.lead {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

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

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #0085AD;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #005e7a;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0085AD;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #005e7a;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 23px;
}

dt,
dd {
  line-height: 1.44;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.44;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.44;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 1.44;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

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

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

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

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

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

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.44;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f5f8fa;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.44;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.44;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #959ca3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #2ecfff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 207, 255, 0.6);
}

.form-control::-moz-placeholder {
  color: #79838c;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #79838c;
}

.form-control::-webkit-input-placeholder {
  color: #79838c;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 28px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6d767e;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.44;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #32363a;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #32363a;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #32363a;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #32363a;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #32363a;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #32363a;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #32363a;
}

.btn-primary {
  color: #fff;
  background-color: #0085AD;
  border-color: #007194;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005e7a;
  border-color: #000f14;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005e7a;
  border-color: #004256;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005e7a;
  border-color: #004256;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #004256;
  border-color: #000f14;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0085AD;
  border-color: #007194;
}

.btn-primary .badge {
  color: #0085AD;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4C8C2B;
  border-color: #417825;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #37651f;
  border-color: #0c1707;
}

.btn-success:hover {
  color: #fff;
  background-color: #37651f;
  border-color: #284a17;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #37651f;
  border-color: #284a17;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #284a17;
  border-color: #0c1707;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4C8C2B;
  border-color: #417825;
}

.btn-success .badge {
  color: #4C8C2B;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}

.btn-info:hover {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #538db0;
  border-color: #3d6983;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #C99700;
  border-color: #b08400;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #967100;
  border-color: #302400;
}

.btn-warning:hover {
  color: #fff;
  background-color: #967100;
  border-color: #725600;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #967100;
  border-color: #725600;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #725600;
  border-color: #302400;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #C99700;
  border-color: #b08400;
}

.btn-warning .badge {
  color: #C99700;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #E57200;
  border-color: #cc6500;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b25900;
  border-color: #4c2600;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b25900;
  border-color: #8e4700;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b25900;
  border-color: #8e4700;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #8e4700;
  border-color: #4c2600;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #E57200;
  border-color: #cc6500;
}

.btn-danger .badge {
  color: #E57200;
  background-color: #fff;
}

.btn-link {
  color: #0085AD;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #004a61;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.44;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0085AD;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.44;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #959ca3;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0085AD;
}

.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.44;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0085AD;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f8fa;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 20px;
  line-height: 23px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #d3e0e9;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d3e0e9;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.44;
  text-decoration: none;
  color: #0085AD;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #004a61;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0085AD;
  border-color: #0085AD;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0085AD;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #005e7a;
}

.label-success {
  background-color: #4C8C2B;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #37651f;
}

.label-info {
  background-color: #8eb4cb;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #6b9dbb;
}

.label-warning {
  background-color: #C99700;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #967100;
}

.label-danger {
  background-color: #E57200;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #b25900;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0085AD;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.44;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #32363a;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0085AD;
}

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4, .alert .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .alert .enhancement > div > div:first-of-type {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #0085AD;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4C8C2B;
}

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

.progress-bar-info {
  background-color: #8eb4cb;
}

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

.progress-bar-warning {
  background-color: #C99700;
}

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

.progress-bar-danger {
  background-color: #E57200;
}

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

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d3e0e9;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0085AD;
  border-color: #0085AD;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #7ae0ff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

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: #3c763d;
  background-color: #d0e9c6;
}

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: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

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: #31708f;
  background-color: #c4e3f3;
}

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: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

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: #8a6d3b;
  background-color: #faf2cc;
}

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: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

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: #a94442;
  background-color: #ebcccc;
}

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: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d3e0e9;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 23px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #d3e0e9;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d3e0e9;
}

.panel-default {
  border-color: #d3e0e9;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #d3e0e9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d3e0e9;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d3e0e9;
}

.panel-primary {
  border-color: #0085AD;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0085AD;
  border-color: #0085AD;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0085AD;
}

.panel-primary > .panel-heading .badge {
  color: #0085AD;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0085AD;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.44;
  text-align: left;
}

[dir="ltr"] .tooltip{
  text-align: left;
}

[dir="rtl"] .tooltip{
  text-align: right;
}

.tooltip {
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.44;
  text-align: left;
}

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

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

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(128, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(128, 0, 0, 0)', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

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

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

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

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * Display
 */
.display--block {
  display: block;
}

.display--inline-block {
  display: inline-block;
}

.display--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.display--none {
  display: none;
}

/**
 * Position
 */
.pos--rel {
  position: relative;
}

.pos--abs {
  position: absolute;
}

.pos--fixed {
  position: fixed;
}

.pos--static {
  position: static;
}

/**
 * Text Classes
 */
.text--left {
  text-align: left;
}

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

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

.text--upper {
  text-transform: uppercase;
}

.text--lower {
  text-transform: lowercase;
}

/**
 * Text Decoration
 */
.td--none {
  text-decoration: none;
}

.td--underline {
  text-decoration: underline;
}

/**
 * Font Weights
 */
.font-weight--300 {
  font-weight: 300;
}

.font-weight--600 {
  font-weight: 600;
}

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

.font-weight--800 {
  font-weight: 800;
}

.font-weight--900 {
  font-weight: 900;
}

/**
 * Opacity
 */
.opacity--0 {
  opacity: 0;
}

.opacity--1 {
  opacity: 1;
}

.height--0 {
  height: 0%;
}

.height--25 {
  height: 25%;
}

.height--50 {
  height: 50%;
}

.height--75 {
  height: 75%;
}

.height--100 {
  height: 100%;
}

.width--0 {
  width: 0%;
}

.width--25 {
  width: 25%;
}

.width--50 {
  width: 50%;
}

.width--75 {
  width: 75%;
}

.width--100 {
  width: 100%;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.margin-top--none {
  margin-top: 0;
}

.margin-bottom--none {
  margin-bottom: 0;
}

.margin-tb-large {
  margin-top: 2em;
  margin-bottom: 2em;
}

.bg--cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.color--inherit {
  color: inherit;
}

a.style--none {
  text-decoration: none;
  color: inherit;
}

.text--wraparound {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.row--is-flex:before, .row--is-flex:after {
  display: none;
}

/**
 * Columns
 */
.two-columns {
  -webkit-columns: 2 400px;
          columns: 2 400px;
  -webkit-column-gap: 2em;
          column-gap: 2em;
}

.is-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.iframe-full-height {
  min-height: 1400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/** Responsive table indicator **/
.table-responsive-wrapper:before {
  padding: 2px 5px;
  content: "Swipe left to read more";
  font-size: 12px;
  margin-left: 1px;
  color: #32363a;
  background: #c1c6c8;
}

@media (min-width: 62em) {
  .table-responsive-wrapper:before {
    content: "";
    background: transparent;
    height: 0;
    display: none;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}

.pad-tb {
  padding: 3em 0 3.9em 0;
}

.pad-t {
  padding: 3.9em 0 0 0;
}

.pad-b {
  padding: 0 0 3.9em 0;
}

.pad-c {
  padding: 3.9em 0 3.9em 0;
}

.pad-tb--percent {
  padding: calc(3% + 1em) 0;
}

main#main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.anchor-link {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -100px;
  margin-bottom: -100px;
}

.container, .row {
  max-width: 100%;
}

section:not(.bg--dark-blue):not(.no-head-style) .container > h1 {
  color: #002d72;
  text-align: center;
  font-weight: 600;
  line-height: 1.27;
}

@media (max-width: 61.99em) {
  h1 {
    font-size: 30px;
  }
}

p {
  margin-bottom: 1em;
}

.alpha {
  font-size: 26px;
  line-height: 1.3;
}

@media (min-width: 75em) {
  .alpha {
    font-size: 30px;
  }
}

.fs--12 {
  font-size: 12px;
}

.fs--14 {
  font-size: 14px;
}

.fs--16 {
  font-size: 16px;
}

.fs--18 {
  font-size: 18px;
}

.fs--20 {
  font-size: 20px;
}

.fs--22 {
  font-size: 22px;
}

.fs--24 {
  font-size: 24px;
}

.fs--26 {
  font-size: 26px;
}

.fs--28 {
  font-size: 28px;
}

.fs--30 {
  font-size: 30px;
}

.lh--1point0 {
  line-height: 1;
}

.lh--1point1 {
  line-height: 1.1;
}

.lh--1point2 {
  line-height: 1.2;
}

.lh--1point3 {
  line-height: 1.3;
}

.lh--1point4 {
  line-height: 1.4;
}

.lh--1point5 {
  line-height: 1.5;
}

.lh--1point6 {
  line-height: 1.6;
}

.lh--1point7 {
  line-height: 1.7;
}

.icon {
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon--blue-person-outline {
  background-image: url(/images/icon--blue-person-outline.svg);
}

.icon--quote-mark--white {
  background-image: url(/images/icon--quote-mark--white.svg);
  height: 40px;
  width: 52px;
}

.icon--social {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  width: 42px;
  margin-right: 0.75em;
  transition: opacity 0.2s;
}

.icon--social:hover {
  opacity: 0.8;
}

.btn,
.btn:active,
.btn:focus {
  min-height: 41px;
  font-size: 14px;
  border: none;
  background-image: url(/images/arrow__right--white.svg);
  background-size: 15px 12px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  padding-left: calc(3% + 1em);
  padding-right: calc(6% + 15px);
  padding-top: 9px;
  padding-bottom: 8px;
  transition: background-color 0.19s;
}

.btn-default {
  background: #c1c6c8;
}

.btn-outline--white,
.btn-outline--white:active,
.btn-outline--white:focus {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.btn-outline--white:hover,
.btn-outline--white:active:hover,
.btn-outline--white:focus:hover {
  color: #ffffff;
  opacity: 0.9;
}

.btn-outline--light-grey,
.btn-outline--light-grey:active,
.btn-outline--light-grey:focus {
  color: #ffffff;
  border: 1px solid #c1c6c8;
  background-color: transparent;
  background-image: url(/images/arrow__right--light-blue.svg);
}

.btn-outline--light-grey:hover,
.btn-outline--light-grey:active:hover,
.btn-outline--light-grey:focus:hover {
  color: #ffffff;
  opacity: 0.9;
}

.btn-outline--light-grey.c--black, .btn-outline--light-grey.c--black:hover,
.btn-outline--light-grey:active.c--black,
.btn-outline--light-grey:active.c--black:hover,
.btn-outline--light-grey:focus.c--black,
.btn-outline--light-grey:focus.c--black:hover {
  color: #32363a;
}

body.page--gold main .btn-outline--light-grey, body.page--gold main
.btn-outline--light-grey:active, body.page--gold main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #c99700;
}

body.page--gold main .btn-outline--light-grey:hover, body.page--gold main
.btn-outline--light-grey:active:hover, body.page--gold main
.btn-outline--light-grey:focus:hover {
  background-color: #967100;
}

body.page--orange main .btn-outline--light-grey, body.page--orange main
.btn-outline--light-grey:active, body.page--orange main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #e57200;
}

body.page--orange main .btn-outline--light-grey:hover, body.page--orange main
.btn-outline--light-grey:active:hover, body.page--orange main
.btn-outline--light-grey:focus:hover {
  background-color: #b25900;
}

body.page--purple main .btn-outline--light-grey, body.page--purple main
.btn-outline--light-grey:active, body.page--purple main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #800080;
}

body.page--purple main .btn-outline--light-grey:hover, body.page--purple main
.btn-outline--light-grey:active:hover, body.page--purple main
.btn-outline--light-grey:focus:hover {
  background-color: #4d004d;
}

body.page--workingpapers-purple main .btn-outline--light-grey, body.page--workingpapers-purple main
.btn-outline--light-grey:active, body.page--workingpapers-purple main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #563aaf;
}

body.page--workingpapers-purple main .btn-outline--light-grey:hover, body.page--workingpapers-purple main
.btn-outline--light-grey:active:hover, body.page--workingpapers-purple main
.btn-outline--light-grey:focus:hover {
  background-color: #432d89;
}

body.page--red main .btn-outline--light-grey, body.page--red main
.btn-outline--light-grey:active, body.page--red main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #a81a4c;
}

body.page--red main .btn-outline--light-grey:hover, body.page--red main
.btn-outline--light-grey:active:hover, body.page--red main
.btn-outline--light-grey:focus:hover {
  background-color: #7c1338;
}

body.page--grey main .btn-outline--light-grey, body.page--grey main
.btn-outline--light-grey:active, body.page--grey main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
}

body.page--grey main .btn-outline--light-grey:hover, body.page--grey main
.btn-outline--light-grey:active:hover, body.page--grey main
.btn-outline--light-grey:focus:hover {
  background-color: #c1c6c8;
}

body.page--light-grey main .btn-outline--light-grey, body.page--light-grey main
.btn-outline--light-grey:active, body.page--light-grey main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #c1c6c8;
}

body.page--light-grey main .btn-outline--light-grey:hover, body.page--light-grey main
.btn-outline--light-grey:active:hover, body.page--light-grey main
.btn-outline--light-grey:focus:hover {
  background-color: #a6adb0;
}

body.page--light-blue main .btn-outline--light-grey, body.page--light-blue main
.btn-outline--light-grey:active, body.page--light-blue main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #0085ad;
}

body.page--light-blue main .btn-outline--light-grey:hover, body.page--light-blue main
.btn-outline--light-grey:active:hover, body.page--light-blue main
.btn-outline--light-grey:focus:hover {
  background-color: #005e7a;
}

body.page--cloud-light-blue main .btn-outline--light-grey, body.page--cloud-light-blue main
.btn-outline--light-grey:active, body.page--cloud-light-blue main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #4263eb;
}

body.page--cloud-light-blue main .btn-outline--light-grey:hover, body.page--cloud-light-blue main
.btn-outline--light-grey:active:hover, body.page--cloud-light-blue main
.btn-outline--light-grey:focus:hover {
  background-color: #183fe2;
}

body.page--dark-blue main .btn-outline--light-grey, body.page--dark-blue main
.btn-outline--light-grey:active, body.page--dark-blue main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #002d72;
}

body.page--dark-blue main .btn-outline--light-grey:hover, body.page--dark-blue main
.btn-outline--light-grey:active:hover, body.page--dark-blue main
.btn-outline--light-grey:focus:hover {
  background-color: #00193f;
}

body.page--review-teal main .btn-outline--light-grey, body.page--review-teal main
.btn-outline--light-grey:active, body.page--review-teal main
.btn-outline--light-grey:focus {
  background-image: url(/images/arrow__right--white.svg);
  background-color: #03a59d;
}

body.page--review-teal main .btn-outline--light-grey:hover, body.page--review-teal main
.btn-outline--light-grey:active:hover, body.page--review-teal main
.btn-outline--light-grey:focus:hover {
  background-color: #02736d;
}

.btn.btn--no-arrow,
.btn.btn--no-arrow:active,
.btn.btn--no-arrow:focus,
.btn.btn--no-arrow:hover {
  background-image: none;
  padding-left: 1.875em;
  padding-right: 1.875em;
}

.btn.btn--smaller {
  padding-left: 2.2em;
  padding-right: calc(2.4em + 15px);
}

.btn--arrow-below {
  position: relative;
  margin-top: 4em;
  background-image: none;
}

.btn--arrow-below:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #0085AD;
  border-width: 10px;
  margin-left: -10px;
  transition: border-top-color 0.19s;
}

.btn--arrow-below:hover, .btn--arrow-below:active, .btn--arrow-below:focus {
  background-image: none;
}

.btn--arrow-below:hover:after, .btn--arrow-below:active:after, .btn--arrow-below:focus:after {
  border-top-color: #055E7A;
}

.btn-outline--left--light-grey,
.btn-outline--left--light-grey:active,
.btn-outline--left--light-grey:focus {
  padding-right: calc(6% + 1em);
  padding-left: calc(3% + 15px);
  padding-top: 9px;
  padding-bottom: 8px;
  color: #ffffff;
  border: 1px solid #c1c6c8;
  background-color: transparent;
  background-image: url(/images/arrow__left--light-blue.svg);
  background-position: 15px 50%;
}

.btn-outline--left--light-grey:hover,
.btn-outline--left--light-grey:active:hover,
.btn-outline--left--light-grey:focus:hover {
  color: #ffffff;
  opacity: 0.9;
}

.btn-outline--left--light-grey.c--black, .btn-outline--left--light-grey.c--black:hover,
.btn-outline--left--light-grey:active.c--black,
.btn-outline--left--light-grey:active.c--black:hover,
.btn-outline--left--light-grey:focus.c--black,
.btn-outline--left--light-grey:focus.c--black:hover {
  color: #32363a;
}

.btn--pagination {
  width: 170px;
  min-height: 41px;
  font-size: 14px;
  border: none;
  background-color: #0085AD;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #ffffff;
}

.btn--pagination span {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.btn--pagination:hover, .btn--pagination:active, .btn--pagination:focus {
  color: #ffffff;
  box-shadow: 0px 0px 0px 1px #2ecfff;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.btn--pagination--next span {
  background-image: url(/images/arrow__right--white.svg);
  background-size: 15px 12px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  padding-left: calc(3% + 15px);
  padding-right: calc(14% + 15px);
}

.btn--pagination--next.btn-arrow-hidden {
  background-image: none;
}

.btn--pagination--prev span {
  background-image: url(/images/arrow__left--white.svg);
  background-size: 15px 12px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  padding-right: calc(3% + 15px);
  padding-left: calc(14% + 15px);
}

.btn--pagination--prev.btn-arrow-hidden {
  background-image: none;
}

input,
textarea {
  box-shadow: none !important;
}

form textarea,
form textarea.form-control {
  padding-top: 0.6em;
}

select {
  -webkit-appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select.form-control {
  background-image: url(/images/arrow__down--light-blue.svg);
  background-size: 15px 8px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  padding-right: 45px;
}

input.input,
.form-control {
  height: 41px;
  border: 2px solid #ededf0;
  padding: 0 1em;
  color: #32363a;
}

input.input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}

input.input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #c4c4c4;
}

input.input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #c4c4c4;
}

input.input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #c4c4c4;
}

input.input.input--search-icon,
.form-control.input--search-icon {
  font-size: 18px;
  padding-right: 2em;
  background-image: url(/images/icon--magnify.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  background-size: 21px 21px;
}

select.form-control {
  color: #c4c4c4;
}

select.select--release {
  max-width: 100%;
}

.form__fieldset {
  border: none;
  padding: 0.2em;
}

.icon--magnify {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 30px;
  width: 21px;
  border: none;
  outline: none;
  background-image: url(/images/icon--magnify--white.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 73%;
  padding: 0;
  margin-left: 3.5em;
  z-index: 1000;
}

body.header-search-bar--open .icon--magnify {
  background-image: url(/images/icon--close--blue.svg);
}

.search .icon--magnify {
  width: 28px;
  height: 41px;
  vertical-align: middle;
}

#kb-search {
  width: 70%;
}

@media (min-width: 62em) {
  #kb-search {
    min-width: 300px;
  }
}

.dropdown {
  font-size: 16px;
}

.dropdown select {
  -moz-appearance: none;
}

.dropdown .btn {
  font-size: 16px;
  background-color: white !important;
  background-image: url(/images/arrow__down--light-blue.svg);
  background-size: 15px 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

.dropdown:hover > .btn {
  border-color: #dfdfe4;
}

.dropdown li > span {
  cursor: pointer;
}

.header__upper-nav .dropdown .btn {
  font-size: 13px;
  background-color: transparent !important;
  background-image: url(/images/arrow__down--white.png);
  background-size: 15px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

.dropdown .dropdown-menu {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 240px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #32363a !important;
  background-color: #323232;
  border: 2px solid #323232;
  border-top: none;
  border-radius: 0;
}

.dropdown .dropdown-menu a {
  font-weight: 600;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 1.1em;
}

.dropdown .dropdown-menu a:hover {
  color: #0085ad;
}

.dropdown .dropdown-menu a.active {
  color: #0085ad;
}

section.cta--get-in-touch .dropdown-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  section.cta--get-in-touch .dropdown-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.cta--get-in-touch .dropdown-container .cta--get-in-touch__body-text {
  line-height: 1;
}

section.cta--get-in-touch .dropdown-container .dropdown {
  max-width: 250px;
}

@media (min-width: 768px) {
  section.cta--get-in-touch .dropdown-container .dropdown {
    margin-right: 1.375em;
  }
}

section.cta--get-in-touch .dropdown-container .btn {
  margin-top: 1.375em;
  padding-left: 25px;
  padding-right: 45px;
}

@media (min-width: 768px) {
  section.cta--get-in-touch .dropdown-container .btn {
    margin-top: 0;
  }
}

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

.list li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 0.3em;
}

.list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 21px;
  background-size: 11px 9px;
  background-position: left 0.5em;
  background-repeat: no-repeat;
  background-image: url(/images/arrow__right--grey.svg);
}

.list.support-hover-state li:hover {
  color: #0085ad;
}

.list.support-hover-state li:hover:before {
  background-image: url(/images/arrow__right--light-blue.svg);
}

.table thead th {
  background-color: #0085ad;
  color: white;
  text-align: left;
  border-right: 1px solid white;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.9;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #32363a;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#styleguide {
  margin-top: 2em;
}

#styleguide h4, #styleguide .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements #styleguide .enhancement > div > div:first-of-type {
  margin-top: 1em;
}

#styleguide h4 > span, #styleguide .support-item__enhancements .enhancement > div > div:first-of-type > span, .support-item__enhancements #styleguide .enhancement > div > div:first-of-type > span {
  color: #79838c;
}

#styleguide > section {
  margin-top: 4em;
  margin-bottom: 2em;
  padding-bottom: 4em;
  border-bottom: 2px solid #999;
}

#styleguide .pad-left {
  padding-left: 2em;
  padding-right: 2em;
}

#styleguide .brand-colours {
  margin-top: 0;
}

#styleguide .brand-colours .colour-box {
  border-radius: 7px;
  position: relative;
}

#styleguide .brand-colours .colour-box:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#styleguide section.buttons .btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

#styleguide section.buttons .btn-container {
  padding: 1em;
  margin-bottom: 1.75em;
}

#styleguide form.inputs-example input, #styleguide form.inputs-example textarea, #styleguide form.inputs-example select {
  margin-bottom: 1em;
}

.iframe-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 9 / 16 * 100% */
}

.iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* =================
	Partials
   ================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9999;
}

@media (min-width: 62em) {
  header {
    height: auto;
  }
}

header .header__upper-nav {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #323232;
  font-size: 13px;
}

@media (min-width: 62em) {
  header .header__upper-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

header .header__upper-nav a,
header .header__upper-nav .btn,
header .header__upper-nav .dropdown {
  color: #ffffff !important;
  font-size: 13px;
  min-height: 0 !important;
}

header .header__upper-nav__btn-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .header__upper-nav--flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .dropdown .header__upper-nav__button {
  padding-right: 2.7em !important;
  padding-left: 2px;
  background-position: calc(100% - 9px) 50%;
}

header .dropdown .header__upper-nav__button:hover, header .dropdown .header__upper-nav__button:active {
  box-shadow: none;
}

body.header-search-bar--open header .dropdown {
  transition: 0.1s;
  opacity: 0;
}

header .search-bar {
  top: 0;
  bottom: 0;
  left: 0;
  right: 35px;
  z-index: 1;
  background: #323232;
  pointer-events: none;
  opacity: 0;
  margin-bottom: 0;
}

body.header-search-bar--open header .search-bar {
  pointer-events: all;
  transition: opacity 0.3s ease;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

header .search-bar input {
  color: #ffffff;
  height: 100%;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  outline: none;
  font-weight: normal;
  background-image: url(/images/icon--magnify.svg);
  background-color: transparent;
  background-size: 21px;
  background-position: left 55%;
  background-repeat: no-repeat;
  padding-left: 2em;
}

header .search-bar input::-webkit-input-placeholder {
  color: #ffffff;
}

header .search-bar input:-moz-placeholder {
  color: #ffffff;
}

header .search-bar input::-moz-placeholder {
  color: #ffffff;
}

header .search-bar input:-ms-input-placeholder {
  color: #ffffff;
}

header .dropdown--pad-left {
  padding-left: 1.875em;
}

header .dropdown-menu > li a:hover, header .dropdown-menu > li a:focus {
  background-color: #252525;
}

header .nav__main .nav__main__solutions-dropdown {
  padding-right: 0;
}

header .nav__main .nav__main__item {
  color: #32363a;
  cursor: pointer;
  margin-left: 1.3em;
  display: inline;
  text-transform: lowercase;
}

header .nav__main .nav__main__item::first-letter {
  text-transform: uppercase;
}

@media (min-width: 75em) {
  header .nav__main .nav__main__item {
    margin-left: 1.5em;
  }
}

header .nav__main .nav__main__item:hover, header .nav__main .nav__main__item.active {
  text-decoration: none;
}

header .nav__main .nav__main__item.solutions-dropdown-nav-item {
  margin-left: 0;
  position: relative;
}

header .nav__main .nav__main__links {
  display: none;
}

@media (min-width: 62em) {
  header .nav__main .nav__main__links {
    display: inline;
  }
}

header .nav__main .nav__main__down-arrow {
  width: 15px;
  height: 16px;
}

header button.header__burger-icon {
  height: 24px;
  width: 40px;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

header button.header__burger-icon svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 62em) {
  header button.header__burger-icon {
    display: none;
  }
}

header .logo {
  width: 100%;
  display: block;
}

header .logo img {
  width: 100%;
}

header .nav__main__flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 62em) {
  header .nav__main__flex-container {
    padding: 20px 0;
  }
}

header .nav__main__flex-container .nav__main__logo {
  width: 220px;
}

@media (min-width: 75em) {
  header .nav__main__flex-container .nav__main__logo {
    width: 300px;
  }
}

header .nav__main__flex-container:before, header .nav__main__flex-container:after {
  display: none;
}

.header__solutions-dropdown-nav {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(0, 133, 173, 0.9);
  -webkit-transform: translateZ(0) translateY(-100%);
          transform: translateZ(0) translateY(-100%);
  z-index: -1;
  overflow: hidden;
  transition: 0.22s ease;
  display: none;
}

@media (min-width: 62em) {
  .header__solutions-dropdown-nav {
    display: block;
  }
}

.header__solutions-dropdown-nav > .container {
  max-width: 820px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.header__solutions-dropdown-nav .header__solutions-dropdown-nav__link {
  display: block;
  margin-bottom: .5em;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.header__solutions-dropdown-nav .header__solutions-dropdown-nav__link.active {
  background-image: url(/images/arrow__right--white.svg);
  background-size: 14px 11px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

body.solutions-dropdown--open .header__solutions-dropdown-nav {
  z-index: -1;
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}

.header-solutions__dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0085ad;
  -webkit-transform: translateZ(0) translateY(-100%);
          transform: translateZ(0) translateY(-100%);
  z-index: -1;
  transition: 0.22s ease;
  display: none;
  padding: 34px 0;
  color: #ffffff;
}

@media (min-width: 62em) {
  .header-solutions__dropdown-wrapper {
    display: block;
  }
}

.header-solutions__dropdown-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-solutions__dropdown-wrapper ul li {
  line-height: 1;
}

.header-solutions__dropdown-wrapper ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

.header-solutions__dropdown-wrapper h2 {
  font-size: 1.563em;
  margin: 0 0 22px 0;
}

.header-solutions__dropdown-wrapper a {
  color: #ffffff;
  text-decoration: none;
}

body.solutions-dropdown--open .header-solutions__dropdown-wrapper {
  z-index: -1;
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}

.header-solutions__dropdown-wrapper .header-solutions__menu {
  font-size: 1.750em;
  font-weight: bold;
}

.header-solutions__dropdown-wrapper .header-solutions__menu-selections {
  background-image: url(/images/arrow__right--white.svg);
  background-size: 14px 11px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  line-height: 1;
  padding-right: 14px;
}

.header-solutions__dropdown-wrapper .header-solutions__menu-selections:not(:last-of-type) {
  margin-bottom: 29px;
}

.header-solutions__dropdown-wrapper .header-solutions__menu-selections:hover {
  cursor: pointer;
}

.header-solutions__dropdown-wrapper .header-solutions__menu-selections.is-active {
  background-image: url(/images/arrow__right--dark-blue.svg);
}

.header-solutions__dropdown-wrapper .header-solutions__menu-selections.is-active a {
  color: #002d72;
}

.header-solutions__dropdown-wrapper .header-solutions__corporate-section {
  display: none;
}

.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_accounting_firms,
.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_corporate {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_accounting_firms.is-shown,
.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_corporate.is-shown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_accounting_firms > .header-solutions__content-wrap,
.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_corporate > .header-solutions__content-wrap {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}

.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_accounting_firms > .header-solutions__content-wrap:first-of-type,
.header-solutions__dropdown-wrapper .header-solutions__nav_solutions_corporate > .header-solutions__content-wrap:first-of-type {
  border-right: 1px solid #002d72;
}

footer .footer__section-title {
  display: inline-block;
  padding-bottom: 11px;
}

footer .footer__section-title.no-pad {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  footer .footer__section-title {
    padding-bottom: 22px;
  }
}

footer .footer__large-links li:not(:last-of-type) {
  padding-bottom: 11px;
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer__large-links,
  footer .footer__contact-info {
    margin-top: 20px;
  }
}

footer .footer__social-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
}

footer .footer__social-bar ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 0 0 0;
}

footer .footer__social-bar ul li img {
  width: 32px;
}

footer .footer__social-bar ul li:not(:last-of-type) {
  margin-right: 5px;
}

footer .footer__flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  footer .footer__flex-container {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

footer .footer__flex-container ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.875em;
}

footer .footer__flex-container a {
  color: #ffffff;
}

footer .footer__flex-container div:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  footer .footer__flex-container div:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  footer .footer__flex-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .footer__flex-container div {
    -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
  }
}

@media (min-width: 992px) {
  footer .footer__flex-container {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

footer .footer__contact-info li:not(:last-of-type) {
  padding-bottom: 20px;
}

footer .footer__legal {
  font-size: 0.875em;
  padding: 10px;
  background-color: #202020;
}

footer .footer__legal .footer__legal-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer__legal .footer__legal-wrap .footer__legal-copyright {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-size: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

footer .footer__legal .footer__legal-wrap .footer__legal-links a {
  color: #ffffff;
}

footer .footer__legal .footer__legal-wrap .footer__legal-links ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  footer .footer__legal .footer__legal-wrap .footer__legal-links ul li:not(:last-of-type) {
    padding-right: 50px;
  }
}

footer .footer__legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .footer__legal ul li:not(:last-of-type) {
  padding-right: 20px;
}

@media (max-width: 61.99em) {
  body.mobile-nav-is-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  body.mobile-nav-is-open main {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    pointer-events: none;
  }
}

nav.mobile-nav {
  position: fixed;
  width: 100%;
  height: calc(100%  - 75px);
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background: #ffffff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  transition: -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (min-width: 62em) {
  nav.mobile-nav {
    display: none;
  }
}

@media (max-width: 61.99em) {
  body.mobile-nav-is-open nav.mobile-nav {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
}

nav.mobile-nav .contact__link {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 5% 0;
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 48em) {
  nav.mobile-nav .contact__link {
    padding: 3% 0;
  }
}

.mobile-nav__scroll-indicator {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 41px;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.95);
  font-size: 12px;
  color: #ffffff;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10002;
  display: none;
}

body.mobile-nav-is-open .mobile-nav__scroll-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__scroll-indicator.no-show {
  display: none !important;
}

.mobile-nav__scroll-indicator span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-nav__scroll-indicator .icon--scroll-indication {
  height: 13px;
  width: 16px;
  margin-left: 0.5em;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-image: url("/images/arrow__up--light-blue.svg");
  background-size: contain;
  background-position: center;
}

.mobile-nav__scroll-indicator .icon--scroll-indication.at-bottom {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mobile-nav__container {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.mobile-nav__more {
  background: #f6f6f6;
}

.mobile-nav__more .content {
  display: none;
}

.mobile-nav__more .content input.input,
.mobile-nav__more .content select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  margin: 0.5em 0;
  background-color: transparent;
  color: #002d72;
  font-weight: 600;
  padding: 0;
  outline: none;
}

.mobile-nav__more .content input.input:focus, .mobile-nav__more .content input.input:active,
.mobile-nav__more .content select:focus,
.mobile-nav__more .content select:active {
  border-bottom-color: #b7b7b7;
}

.mobile-nav__more .content input.input::-webkit-input-placeholder,
.mobile-nav__more .content select::-webkit-input-placeholder {
  color: #002d72;
}

.mobile-nav__more .content input.input:-moz-placeholder,
.mobile-nav__more .content select:-moz-placeholder {
  color: #002d72;
}

.mobile-nav__more .content input.input::-moz-placeholder,
.mobile-nav__more .content select::-moz-placeholder {
  color: #002d72;
}

.mobile-nav__more .content input.input:-ms-input-placeholder,
.mobile-nav__more .content select:-ms-input-placeholder {
  color: #002d72;
}

.mobile-nav__more .content select {
  background-image: url(/images/arrow__down--light-blue.svg);
  background-size: 15px 11px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

.mobile-nav__more .content input {
  margin-bottom: 0;
  background-size: 17px 17px;
  background-position: calc(100% - 11px) center;
}

.mobile-nav__more .toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  line-height: 1;
  font-size: 12px;
  color: #989898;
}

.mobile-nav__more .toggle i.icon {
  margin-left: 0.5em;
  background-image: url(/images/icon--pagination__close.svg);
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.mobile-nav__more .toggle i.icon.open {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mobile-nav__grid {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-nav__grid__item {
  position: relative;
  background-color: #0085ad;
  /**
        Box Colouring
    **/
}

@media (max-width: 47.99em) {
  .mobile-nav__grid__item {
    width: 50%;
  }
  .mobile-nav__grid__item:nth-of-type(2), .mobile-nav__grid__item:nth-of-type(4), .mobile-nav__grid__item:nth-of-type(8), .mobile-nav__grid__item:nth-of-type(9), .mobile-nav__grid__item:nth-of-type(12), .mobile-nav__grid__item:nth-of-type(13) {
    background-color: #339dbd;
  }
}

@media (min-width: 48em) {
  .mobile-nav__grid__item {
    width: 25%;
  }
  .mobile-nav__grid__item:nth-of-type(2), .mobile-nav__grid__item:nth-of-type(3), .mobile-nav__grid__item:nth-of-type(5), .mobile-nav__grid__item:nth-of-type(7), .mobile-nav__grid__item:nth-of-type(9), .mobile-nav__grid__item:nth-of-type(12) {
    background-color: #339dbd;
  }
}

.mobile-nav__grid__item:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.mobile-nav__grid__item svg.down-arrow {
  position: absolute;
  bottom: -5%;
  margin: auto;
  z-index: 10;
  left: 0;
  right: 0;
  width: 50%;
  max-height: 36px;
  -webkit-transform: translateY(-95%);
      -ms-transform: translateY(-95%);
          transform: translateY(-95%);
}

body.mobile-nav-solutions-dropdown-is-open .mobile-nav__grid__item svg.down-arrow {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

a.mobile-nav__grid__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav__grid__item__icon-container {
  height: 30%;
  width: 100%;
  margin-top: 13%;
}

.mobile-nav__grid__item__icon-container img {
  height: 100%;
  display: block;
  margin: auto;
}

.mobile-nav__grid__item__text {
  padding-top: 13%;
  font-weight: 600;
}

.mobile-nav .solutions__sub-menu {
  width: 100%;
  padding: 1.2em 0;
  background: #00779b;
  display: none;
}

.mobile-nav .solutions__sub-menu .container {
  width: 100%;
  max-width: 500px;
}

.mobile-nav .solutions__sub-menu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #2288a6;
  line-height: 1;
  padding: 0.78em 0;
  font-weight: 600;
}

.mobile-nav .solutions__sub-menu a:last-of-type {
  border-bottom: none;
}

@media (max-width: 47.99em) {
  body.mobile-nav-solutions-dropdown-is-open .mobile-nav .solutions__sub-menu.size--xs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  body.mobile-nav-solutions-dropdown-is-open .mobile-nav .solutions__sub-menu.size--sm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.hero {
  height: auto;
  padding: calc(1em + 8vh) 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 48em) {
  section.hero {
    height: calc(100vh - 75px);
    max-height: calc(495px + 5vh);
    padding: 0;
  }
  section.hero--campaign {
    overflow: visible;
    overflow: initial;
  }
}

@media (min-width: 62em) {
  body.page--home section.hero {
    max-height: calc(595px + 5vh);
  }
}

@media (min-width: 48em) {
  body.page--solution section.hero,
  body.page--training section.hero,
  body.page--compliance section.hero {
    height: calc(50vh - 75px) !important;
  }
}

section.hero .container--100 {
  width: 100%;
}

section.hero .container--flexy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

section.hero .headline-container {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 865px;
  text-align: center;
}

section.hero > .container > .display--flex {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 856px;
  margin: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

section.hero .pad-hero {
  padding-top: 3em;
}

@media (min-width: 992px) {
  section.hero .solutionbanner > .headline-container > h1 {
    font-size: 46px !important;
    text-align: left;
  }
  section.hero .solutionbanner {
    width: 60% !important;
    margin-left: 21% !important;
    margin-right: auto !important;
  }
}

@media (max-width: 992px) {
  section.hero .solutionbanner > .headline-container > h1 {
    font-size: 40px !important;
    text-align: left;
  }
  section.hero .solutionbanner {
    width: 60% !important;
    margin-left: 10% !important;
    margin-right: auto !important;
  }
}

@media (max-width: 768px) {
  section.hero .solutionbanner > .headline-container > h1 {
    font-size: 30px !important;
    text-align: left;
  }
  section.hero .solutionbanner {
    width: 80% !important;
    margin-left: 4% !important;
    margin-right: auto !important;
  }
}

section.hero .headline-container > .solutionbanner > h1 {
  font-size: 46px !important;
}

section.hero .hero__text {
  margin-bottom: 0.5em;
  font-size: 48px;
}

section.hero .hero--search {
  width: 100%;
}

section.hero .hero--search input {
  max-width: 540px !important;
  margin-left: auto;
  margin-right: auto;
}

section.hero .body-text {
  max-width: 559px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section.hero .hero__buttons {
  margin-top: 1.5em;
}

@media (min-width: 48em) and (max-width: 61.99em) {
  section.hero .hero__buttons a {
    padding-top: 10px;
    font-size: 13px;
  }
}

@media (max-width: 47.99em) {
  section.hero .hero__buttons a {
    margin-bottom: 1em;
  }
}

body.page--about section.hero .container.container-main-about {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page--about section.hero .container.container-main-about h1 {
  margin: 0 0 50px 0;
  font-size: 32px;
}

@media (min-width: 768px) {
  body.page--about section.hero .container.container-main-about h1 {
    font-size: 42px;
  }
}

body.page--about section.hero .container.container-main-about h2 {
  font-size: 26px;
  margin: 0 0 21px 0;
}

@media (min-width: 768px) {
  body.page--about section.hero .container.container-main-about h2 {
    font-size: 36px;
  }
}

body.page--about section.hero .container.container-main-about p {
  margin: 0 auto 51px auto;
  text-align: left;
  max-width: 408px;
}

body.page--about section.hero .container.container-main-about .hero__btn-ctas {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page--about section.hero .container.container-main-about .hero__btn-ctas a {
  width: 200px;
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

body.page--about section.hero .container.container-main-about .hero__btn-ctas a:not(:last-of-type) {
  display: none;
}

@media (min-width: 768px) {
  body.page--about section.hero .container.container-main-about .hero__btn-ctas a:not(:last-of-type) {
    display: block;
  }
}

body.page--about section.hero .container.container-main-about .hero__btn-ctas a:not(:last-of-type) {
  margin-right: 62px;
}

section.hero .abs-bottom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

section.hero .abs-bottom-content p {
  margin-bottom: 0.2em;
}

section.hero .abs-bottom-content p:last-of-type {
  margin-bottom: 1em;
}

section.hero .abs-bottom-content p > a {
  color: #ffffff;
}

section.hero .abs-bottom-content .left-side,
section.hero .abs-bottom-content .right-side {
  width: 50%;
  padding: calc(2em + 0.5%) 0;
}

section.hero .abs-bottom-content .left-side > .contain,
section.hero .abs-bottom-content .right-side > .contain {
  width: 100%;
  padding: 0 2em;
  max-width: 600px;
}

section.hero .abs-bottom-content .left-side {
  background-color: rgba(0, 153, 199, 0.8);
}

section.hero .abs-bottom-content .left-side .contain {
  float: right;
}

section.hero .abs-bottom-content .right-side {
  background-color: rgba(0, 133, 173, 0.85);
}

@media (max-width: 47.99em) {
  section.hero .abs-bottom-content {
    display: none;
  }
}

section.hero.hero--campaign {
  height: 100%;
  max-height: 100%;
  padding: 48px 0;
}

section.hero.hero--campaign:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.4);
}

section.hero.hero--campaign .hero-product-logo {
  max-width: 45%;
}

@media (max-width: 768px) {
  section.hero.hero--campaign .hero-product-logo {
    max-width: 80%;
  }
}

section.hero.hero--campaign nav {
  z-index: 1;
  position: relative;
}

section.hero.hero--campaign nav.stuck {
  width: 90%;
}

section.hero.hero--campaign nav .campaign-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 47.99em) {
  section.hero.hero--campaign nav .campaign-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.hero.hero--campaign nav .nav__main__logo {
  width: 220px;
}

section.hero.hero--campaign nav .nav__main__logo img {
  width: 100%;
}

section.hero.hero--campaign nav .nav__main__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.hero.hero--campaign nav .nav__main__links > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 6px;
  padding: 12px 18px;
  min-height: 36px;
  height: 100%;
}

section.hero.hero--campaign nav .nav__main__links > div a {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #ffffff;
  line-height: 0;
  white-space: nowrap;
}

section.hero.hero--campaign nav .nav__main__links > div:last-child {
  background-color: #ffffff;
  color: #323232;
}

section.hero.hero--campaign nav .nav__main__links > div:last-child a {
  color: #323232;
}

section.hero.hero--campaign .content {
  position: relative;
  margin: 72px 0;
}

section.hero.hero--campaign .content-col {
  font-size: 2.1rem;
}

section.hero.hero--campaign .headline-container {
  text-align: left;
}

@media (max-width: 768px) {
  section.hero.hero--campaign .headline-container {
    padding: 0 15px;
  }
}

section.hero.hero--campaign h1.campaign-title {
  color: #fff;
  text-align: left;
}

section.hero.hero--campaign .row {
  padding-top: 45px;
}

section.hero.hero--campaign .hero__links {
  padding-top: 1rem;
}

section.hero.hero--campaign .hero__links a {
  font-size: 1.8rem;
  white-space: nowrap;
}

section.hero.hero--campaign .hero__links a:hover {
  color: #ffffff;
}

section.hero.hero--campaign .hero__links a::after {
  content: '|';
  padding: 0 8px 0 12px;
}

section.hero.hero--campaign .hero__links a:last-child::after {
  display: none;
}

section.hero.hero--campaign .hero-badge {
  padding: 34px 6px;
}

@media (max-width: 768px) {
  section.hero.hero--campaign .hero-badge {
    position: relative;
    padding: 18px 12px;
    margin-top: 48px;
    min-width: 100%;
    left: 0;
    bottom: 0;
  }
}

section.hero.hero--campaign .hero-badge p {
  margin: 15px 0 0;
}

section.hero.hero--campaign .hero-badge a {
  color: #ffffff;
}

.hero-badge {
  position: absolute;
  padding: 5px;
  min-width: 250px;
  right: 8%;
  bottom: -48px;
  background: linear-gradient(#b58800, #c99700);
  border-radius: 5px;
  box-shadow: 0px 8px 15px -5px #323232;
  color: #ffffff;
}

.hero-badge__wrapper {
  margin: auto;
  text-align: center;
  position: relative;
  padding: 15px;
  border: 1px solid #a17900;
  border-radius: 5px;
}

.hero-badge__wrapper > div {
  position: relative;
  margin: 0 -36px;
  padding: 12px;
  background: linear-gradient(#474747, #323232);
}

.hero-badge__wrapper > div:before, .hero-badge__wrapper > div:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  border-style: solid;
}

.hero-badge__wrapper > div:before {
  left: 0;
  border-width: 0 15px 10px 0;
  border-color: transparent #232323 transparent transparent;
}

.hero-badge__wrapper > div:after {
  right: 0;
  border-width: 10px 15px 0 0;
  border-color: #232323 transparent transparent transparent;
}

.hero-badge h4, .hero-badge .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .hero-badge .enhancement > div > div:first-of-type {
  margin: 0;
}

.hero-badge a:hover {
  text-decoration: none;
}

section.homepage-hero .centered * {
  text-align: center;
}

section.homepage-hero .centered-headline {
  width: 100%;
  text-align: center;
}

section.homepage-hero .centered-buttons {
  width: 100%;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

section.homepage-hero .homepage-hero-carousel {
  height: 70vh;
}

section.homepage-hero .homepage-hero-carousel div {
  height: 100%;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 50% 50%, 50% 50% !important;
}

section.homepage-hero .homepage-hero-carousel__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff !important;
}

section.homepage-hero .homepage-hero-carousel__content .centered {
  text-align: center;
}

section.homepage-hero .homepage-hero-carousel__content h2 {
  max-width: 100%;
  font-size: 20px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 17.5px !important;
}

section.homepage-hero .homepage-hero-carousel__content h2 img {
  max-width: 75px;
  display: inline;
  display: initial;
  margin-right: 2rem;
}

@media (min-width: 768px) {
  section.homepage-hero .homepage-hero-carousel__content h2 {
    font-size: 42px;
    margin-bottom: 35px !important;
  }
}

@media (max-width: 768px) {
  section.homepage-hero .homepage-hero-carousel__content h2 img {
    max-width: 28px;
    display: inline;
    display: initial;
    margin-right: 2rem;
  }
}

section.homepage-hero .homepage-hero-carousel__content h2 span {
  font-weight: bold;
}

section.homepage-hero .homepage-hero-carousel__content p {
  margin-bottom: 30px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  section.homepage-hero .homepage-hero-carousel__content p {
    font-size: 27px;
    margin-bottom: 35px;
  }
}

section.homepage-hero .homepage-hero-carousel__content .homepage-hero-carousel__btn-wrapper {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  section.homepage-hero .homepage-hero-carousel__content .homepage-hero-carousel__btn-wrapper span {
    margin-top: 7px;
  }
}

section.homepage-hero .homepage-hero-carousel__content .homepage-hero-carousel__btn-wrapper span:not(:last-of-type) {
  margin-right: 7px;
}

section.homepage-hero .homepage-hero-carousel__content .homepage-hero-carousel__btn-wrapper .btn {
  padding-right: 55px;
}

section.homepage-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}

section.generic-page-content {
  background: #f6f6f6;
}

section.generic-page-content .container > h1 {
  margin-bottom: 1em;
}

section.generic-page-content .text {
  max-width: 832px;
  margin: auto;
}

section.generic-page-content .text h1, section.generic-page-content .text h2, section.generic-page-content .text h3, section.generic-page-content .text h4, section.generic-page-content .text .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements section.generic-page-content .text .enhancement > div > div:first-of-type, section.generic-page-content .text h5 {
  color: #0085ad;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.55em;
}

section.generic-page-content .text p + h1, section.generic-page-content .text p + h2, section.generic-page-content .text p + h3, section.generic-page-content .text p + h4, section.generic-page-content .text .support-item__enhancements .enhancement > div > p + div:first-of-type, .support-item__enhancements section.generic-page-content .text .enhancement > div > p + div:first-of-type {
  margin-top: 1.5em;
}

section.generic-page-content .text a {
  text-decoration: underline;
}

section.generic-page-content .text hr {
  max-width: 100% !important;
}

section.generic-page-content .text table {
  max-width: 100% !important;
}

.stats {
  padding: 3em 0;
}

@media (min-width: 48em) {
  .stats {
    padding: 3.5em 0 4.2em 0;
  }
}

.stat {
  color: #ffffff;
  margin-bottom: 3em;
}

@media (min-width: 48em) {
  .stat {
    margin-bottom: 0;
  }
}

.stat .image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 48em) {
  .stat .image-container {
    height: 163px;
  }
}

.stat img {
  display: block;
  max-width: 100%;
}

@media (max-width: 47.99em) {
  .stat img {
    max-height: 132px;
  }
}

.stat h5 {
  font-size: 18px;
  margin-top: 1.4em;
  margin-bottom: 0;
  line-height: 1.3;
}

.stats__disclaimer {
  margin-top: 5em;
  margin-bottom: 0;
  font-size: 12px;
}

.breadcrumb + .intro-text {
  margin-top: 5em;
}

section.intro-text h1 {
  margin-top: 0;
  margin-bottom: 1em;
}

section.intro-text .container {
  max-width: 1100px;
  margin: auto;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}

section.intro-text .no-two-columns > div {
  max-width: 740px;
  margin: auto;
}

section.intro-text.blue-bg-white-text {
  background-color: #0085ad;
  color: #ffffff;
}

section.intro-text.blue-bg-white-text > .container h1 {
  color: #ffffff;
}

body.page--order-form section.intro-text {
  padding-bottom: 0;
}

.breadcrumb {
  background: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  padding: 1.5em 0 1.5em 0;
  letter-spacing: 0.03em;
  color: #0085ad;
  text-transform: lowercase;
}

.breadcrumb a {
  text-transform: lowercase;
}

.breadcrumb a,
.breadcrumb a + span,
.breadcrumb .no-link {
  color: #bebebe;
  text-transform: lowercase;
}

.breadcrumb a :hover,
.breadcrumb a + span :hover,
.breadcrumb .no-link :hover {
  color: #32363a;
  text-decoration: none;
}

.breadcrumb li:last-of-type a {
  cursor: default;
  text-decoration: none;
  color: #0085ad;
}

.breadcrumb span,
.breadcrumb span:hover {
  margin: 0 0.2em;
  color: #bebebe;
  cursor: default;
}

.breadcrumb.breadcrumb--with-internal-nav > .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb.breadcrumb--with-internal-nav > .container .col-sm-6:last-of-type {
  display: none;
}

@media (min-width: 48em) {
  .breadcrumb.breadcrumb--with-internal-nav > .container .col-sm-6:last-of-type {
    display: block;
  }
}

.breadcrumb.breadcrumb--with-internal-nav .breadcrumb {
  padding: 0;
}

.breadcrumb.breadcrumb--with-internal-nav .breadcrumb .container {
  width: auto;
  padding: 0;
}

.breadcrumb.breadcrumb--with-internal-nav .breadcrumb .container a {
  display: inline-block;
}

@media (min-width: 62em) {
  .breadcrumb.breadcrumb--with-internal-nav .breadcrumb .container a {
    margin-bottom: 0.5rem;
  }
}

.breadcrumb.breadcrumb--with-internal-nav button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  height: 29px;
  outline: none;
  padding: 0 .8em;
  /*
			  Colour variations
			*/
}

.breadcrumb.breadcrumb--with-internal-nav button > span {
  display: block;
  color: #32363a;
  position: relative;
}

.breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #c99700;
}

.breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  height: 2px;
  width: 100%;
  background: #c99700;
}

.breadcrumb.breadcrumb--with-internal-nav button {
  border-left: 1px solid #c99700;
  border-right: 1px solid #c99700;
}

body.page--purple .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #800080 !important;
}

body.page--purple .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #800080;
}

body.page--purple .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #800080;
}

body.page--dark-blue .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #002d72 !important;
}

body.page--dark-blue .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #002d72;
}

body.page--dark-blue .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #002d72;
}

body.page--light-blue .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #0085ad !important;
}

body.page--light-blue .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #0085ad;
}

body.page--light-blue .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #0085ad;
}

body.page--red .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #a81a4c !important;
}

body.page--red .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #a81a4c;
}

body.page--red .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #a81a4c;
}

body.page--light-grey .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #c1c6c8 !important;
}

body.page--light-grey .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #c1c6c8;
}

body.page--light-grey .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #c1c6c8;
}

body.page--grey .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #c1c6c8 !important;
}

body.page--grey .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #c1c6c8;
}

body.page--grey .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #c1c6c8;
}

body.page--orange .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #e57200 !important;
}

body.page--orange .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #e57200;
}

body.page--orange .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #e57200;
}

body.page--cloud-light-blue .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #4263eb !important;
}

body.page--cloud-light-blue .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #4263eb;
}

body.page--cloud-light-blue .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #4263eb;
}

body.page--workingpapers-purple .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #563aaf !important;
}

body.page--workingpapers-purple .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #563aaf;
}

body.page--workingpapers-purple .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #563aaf;
}

body.page--review-teal .breadcrumb.breadcrumb--with-internal-nav button {
  border-color: #03a59d !important;
}

body.page--review-teal .breadcrumb.breadcrumb--with-internal-nav button.active span {
  color: #03a59d;
}

body.page--review-teal .breadcrumb.breadcrumb--with-internal-nav button.active span:after {
  background: #03a59d;
}

.breadcrumb.breadcrumb--floating {
  background-color: #ffffff;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 0 0.5em 0;
  -webkit-transform: translateZ(0) translateY(-100%);
          transform: translateZ(0) translateY(-100%);
  transition: 0.15s;
}

@media (min-width: 62em) {
  .breadcrumb.breadcrumb--floating {
    top: 122px;
  }
}

.breadcrumb.breadcrumb--floating.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

section.pagination {
  display: block;
  width: 100%;
  border-radius: 0;
  margin: 1.9em 0;
}

section.pagination .container {
  max-width: 560px;
  margin: auto;
}

section.pagination .display--flex {
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.pagination a {
  height: 29px;
  width: 29px;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}

section.pagination a:hover {
  transition: 0.2s;
  opacity: 1;
}

section.pagination a.pagination__left {
  background-image: url(/images/icon--pagination__left.svg);
}

section.pagination a.pagination__close {
  background-image: url(/images/icon--pagination__close.svg);
}

section.pagination a.pagination__right {
  background-image: url(/images/icon--pagination__right.svg);
}

section.pagination.pagination--white a {
  opacity: 1;
}

section.pagination.pagination--white a:hover {
  opacity: 0.8;
}

section.pagination.pagination--white a.pagination__left {
  background-image: url(/images/icon--pagination__left--white.svg);
}

section.pagination.pagination--white a.pagination__close {
  background-image: url(/images/icon--pagination__close--white.svg);
}

section.pagination.pagination--white a.pagination__right {
  background-image: url(/images/icon--pagination__right--white.svg);
}

section.big-button-filters {
  padding-top: 1em;
}

section.big-button-filters .filter__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 924px;
  margin: auto;
}

section.big-button-filters .filter__item {
  display: block;
  width: 25%;
  height: 57px;
  margin: 0 0.1em;
  line-height: 57px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #6f6f6f;
  transition: background-color 0.2s;
}

section.big-button-filters .filter__item:hover {
  color: white;
  text-decoration: none;
  background-color: #0085ad;
}

section.big-button-filters .filter__item.active {
  background-color: #0085ad;
}

body.page--support-item section.big-button-filters .filter__item {
  background-color: #acbbd1;
}

body.page--support-item section.big-button-filters .filter__item:hover {
  background-color: #92a5c2;
}

body.page--support-item section.big-button-filters .filter__item:first-of-type, body.page--support-item section.big-button-filters .filter__item.active {
  background-color: #002d72;
}

section.big-button-filters .mobile-filter-opener {
  display: none;
  background-color: #6f6f6f;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding: 0.8rem 0;
  cursor: pointer;
}

section.big-button-filters .mobile-filter-opener .is-open {
  display: none;
}

@media (max-width: 47.99em) {
  section.big-button-filters.events-filter .mobile-filter-opener {
    display: block;
  }
  section.big-button-filters.events-filter .mobile-filter-opener.active .is-open {
    display: inline-block;
  }
  section.big-button-filters.events-filter .mobile-filter-opener.active .is-closed {
    display: none;
  }
  section.big-button-filters.events-filter .filter__items {
    display: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 0.3em 0;
  }
  section.big-button-filters.events-filter .filter__items.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.big-button-filters.events-filter .filter__items .filter__item {
    width: 100%;
    margin: .7em 0;
  }
}

@media (max-width: 47.99em) and (min-width: 30em) {
  section.big-button-filters.events-filter .filter__items .filter__item {
    width: 45%;
  }
}

section.key-solutions .container > h1 {
  margin-top: 0;
  margin-bottom: 1em;
}

section.key-solutions > .container > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 0;
}

section.key-solutions .key-solutions__grid .key-solution {
  margin: 1em 0;
  max-height: 250px;
}

section.key-solutions .key-solution {
  display: block;
  position: relative;
  height: 180px;
  margin-bottom: 1.7em;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}

section.key-solutions .key-solution img {
  margin: auto;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 100%;
}

section.key-solutions .key-solution h4, section.key-solutions .key-solution .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements section.key-solutions .key-solution .enhancement > div > div:first-of-type {
  margin-bottom: 0.3em;
  margin-top: 0;
  transition: opacity 0.2s ease-out;
}

section.key-solutions .key-solution .constrain-width {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section.key-solutions .key-solution .front,
section.key-solutions .key-solution .overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 0.8em;
  position: relative;
}

section.key-solutions .key-solution .overlay,
section.key-solutions .key-solution .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
  transition: 0.2s ease-out;
  background-color: rgba(246, 246, 246, 0.8);
}

section.key-solutions .key-solution .overlay p,
section.key-solutions .key-solution .bg-image p {
  line-height: 1.33;
}

section.key-solutions .key-solution .overlay.purple {
  background-color: rgba(128, 0, 128, 0.8);
}

section.key-solutions .key-solution .overlay.gold {
  background-color: rgba(201, 151, 0, 0.8);
}

section.key-solutions .key-solution .overlay.grey {
  background-color: rgba(166, 173, 176, 0.8);
}

section.key-solutions .key-solution .overlay.light-blue {
  background-color: rgba(0, 133, 173, 0.8);
}

section.key-solutions .key-solution .overlay.dark-blue {
  background-color: rgba(0, 45, 114, 0.8);
}

section.key-solutions .key-solution .overlay.red {
  background-color: rgba(168, 26, 76, 0.8);
}

section.key-solutions .key-solution .overlay.orange {
  background-color: rgba(229, 114, 0, 0.8);
}

section.key-solutions .key-solution .overlay.cloud-light-blue {
  background-color: rgba(66, 99, 235, 0.8);
}

section.key-solutions .key-solution .overlay.workingpapers-purple {
  background-color: rgba(86, 58, 175, 0.8);
}

section.key-solutions .key-solution .overlay.review-teal {
  background-color: rgba(3, 165, 157, 0.8);
}

section.key-solutions .key-solution .bg-image {
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.key-solutions .key-solution .bg-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

section.key-solutions .key-solution:hover h4, section.key-solutions .key-solution:hover .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements section.key-solutions .key-solution:hover .enhancement > div > div:first-of-type {
  opacity: 0;
}

section.key-solutions .key-solution:hover .overlay {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

section.key-solutions--logo .front {
  padding: 20px !important;
}

@media (min-width: 768px) {
  .key-solutions--logo .key-solutions__grid--4:nth-child(1) {
    border-right: 2px solid #323232;
    border-bottom: 2px solid #323232;
  }
  .key-solutions--logo .key-solutions__grid--4:nth-child(2) {
    border-bottom: 2px solid #323232;
  }
  .key-solutions--logo .key-solutions__grid--4:nth-child(3) {
    border-right: 2px solid #323232;
  }
}

section.pane-points img {
  width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 61.99em) {
  section.pane-points img {
    max-width: 70%;
  }
}

@media (max-width: 21.875em) {
  section.pane-points img {
    max-width: 90%;
  }
}

section.pane-points .slick-dots {
  bottom: -45px;
}

section.pane-points h3 {
  margin-bottom: 0.75em;
  margin-top: 0;
  font-size: 36px;
  max-width: 500px;
}

@media (max-width: 61.99em) {
  section.pane-points h3 {
    margin-top: 1.2em;
  }
}

@media (max-width: 47.99em) {
  section.pane-points h3 {
    font-size: 30px;
  }
}

section.pane-points .light-grey {
  color: #c1c6c8;
}

section.pane-points .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 61.99em) {
  section.pane-points .row.left > div:first-of-type {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 25em) {
  section.pane-points .button-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.pane-points .button-container .btn {
    width: 100%;
  }
  section.pane-points .button-container .btn:not(:last-of-type) {
    margin-bottom: 1em;
  }
}

section.key-benefits {
  font-size: 14px;
  text-align: center;
}

section.key-benefits h1 {
  margin-top: 0.5em;
  margin-bottom: 1.3em;
  color: #32363a;
}

section.key-benefits .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.key-benefits__item {
  margin-top: 2em;
  margin-bottom: 4em;
}

.key-benefits__item h4, .key-benefits__item .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .key-benefits__item .enhancement > div > div:first-of-type {
  margin-top: 1.4em;
  font-weight: 700;
}

.key-benefits__item .icon-container {
  height: 80px;
}

.key-benefits__item p {
  line-height: 1.45;
}

.key-benefits__item p:last-of-type {
  margin-bottom: 0;
}

.key-benefits__item img {
  display: block;
  margin: auto;
  height: 100%;
}

.solution-diagram .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.solution-diagram h1 {
  margin-bottom: 0.8em;
}

.solution-diagram .big-btn {
  height: 57px;
  width: calc(50% - 5px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  background: #565656;
  font-size: 24px;
  font-weight: bold;
}

.solution-diagram h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.75em;
  margin-bottom: 1em;
}

.solution-diagram p {
  margin: 0;
}

.solution-diagram p.solution-diagram__strapline {
  padding-bottom: 2em;
}

.solution-diagram .max-width {
  max-width: 541px;
  margin: auto;
}

body.managing-work-papers .solution-diagram .max-width {
  max-width: 100%;
}

.solution-diagram .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution-diagram .item {
  width: 50%;
  margin: .5em 0 2em 0;
  z-index: 2;
}

body.managing-work-papers .solution-diagram .item {
  width: 50%;
}

@media (min-width: 62em) {
  body.managing-work-papers .solution-diagram .item {
    width: 25%;
  }
}

.solution-diagram .item .btn {
  display: block;
  max-width: 184px;
  margin: auto;
}

.solution-diagram .item.cloud-app {
  max-width: 200px;
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 2em;
}

.solution-diagram .item.cloud-app .btn {
  max-width: 140px;
}

.solution-diagram .item.top-arrow {
  position: relative;
}

.solution-diagram .item.top-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 20px;
  background: #dddcdc;
  background: #f6f6f6;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.solution-diagram .item__image {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  border: 3px solid #cccccc;
  background-color: #ffffff;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.cloud-wrapper {
  display: none;
}

.required-products {
  position: relative;
  overflow: hidden;
  padding: 3em 0 3.5em 0;
}

.required-products:before {
  z-index: -1;
}

.optional-extras {
  position: relative;
  overflow: hidden;
  padding: 3.5em 0;
}

.optional-extras:before {
  z-index: -1;
}

.required-products__header,
.optional-extras__header {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.required-products--none {
  background-color: #f6f6f6;
}

.required-products--dotted-single {
  background-color: transparent;
}

.required-products--dotted-single:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

@media (min-width: 62em) {
  .required-products--dotted-single:before {
    background-image: url("/images/product-diagrams/dotted-lines-short.png");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

.required-products--dotted-two {
  background-color: #f6f6f6;
}

.required-products--dotted-two:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 62em) {
  .required-products--dotted-two:before {
    background-image: url("/images/product-diagrams/first-item-two-products.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}

.required-products--analytics,
.required-products--internal-audit {
  background-color: #f6f6f6;
  padding-top: 4em;
}

.optional-extras {
  position: relative;
  padding-top: 4em;
}

@media (min-width: 62em) {
  .optional-extras--dotted-single {
    background-image: url("/images/product-diagrams/dotted-lines-short.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.optional-extras--dotted-single:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 19%;
  left: 0;
  right: 0;
}

@media (min-width: 62em) {
  .optional-extras--dotted-single:before {
    background-image: url("/images/product-diagrams/dotted-single.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .optional-extras--split-2 {
    background-image: url("/images/product-diagrams/dotted-lines-short.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.optional-extras--split-2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 22%;
  left: 0;
  right: 0;
}

@media (min-width: 62em) {
  .optional-extras--split-2:before {
    background-image: url("/images/product-diagrams/optional-split-2.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .optional-extras--split-3 {
    background-image: url("/images/product-diagrams/dotted-lines-short.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.optional-extras--split-3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15%;
  left: 0;
  right: 0;
}

@media (min-width: 62em) {
  .optional-extras--split-3:before {
    background-image: url("/images/product-diagrams/optional-split-2.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .optional-extras--split-4 {
    background-image: url("/images/product-diagrams/dotted-lines-short.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.optional-extras--split-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 22%;
  left: 0;
  right: 0;
}

@media (min-width: 62em) {
  .optional-extras--split-4:before {
    background-image: url("/images/product-diagrams/optional-split-4.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .optional-extras__header {
    margin-bottom: 4em;
  }
}

article .pad--all img {
  margin: 1.5rem 0;
  max-width: 100%;
}

article .pad--all > * + * {
  margin-top: 1.5rem;
}

article .pad--all > h2 + * {
  margin-top: 1rem;
}

article .pad--all > img + * {
  margin-top: 3rem;
}

article .pad--all > * + h2 {
  margin-top: 4rem;
}

article .pad--all > * + h3 {
  margin-top: 3.5rem;
}

article .pad--all > * + img {
  margin-top: 3rem;
}

article .pad--all > img + img {
  margin-top: 1rem;
}

article .pad--all > h2 + h3 {
  margin-top: 4.5rem;
}

article .pad--all h3 {
  font-size: 2rem;
}

article .pad--all a:not(.btn) {
  color: #0085ad;
}

article .pad--all .article__heading {
  margin-top: .2em;
  margin-bottom: .8em;
  color: #0085ad;
}

article .pad--all blockquote {
  display: block;
  border: none;
  padding: 0;
  background: #f6f6f6;
  margin: 0 calc(-1em + -2%);
  padding: 1.5em 2em;
  line-height: 1.3;
  font-size: 24px;
  font-style: italic;
  color: #0085ad;
}

article .pad--all blockquote + p {
  margin-top: 1.3em;
}

section.platform-overview-a {
  padding: 37px 0;
}

@media (min-width: 768px) {
  section.platform-overview-a {
    padding: 74px 0;
  }
}

section.platform-overview-a .platform-overview-a__heading {
  font-size: 30px;
  margin: 20px 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  section.platform-overview-a .platform-overview-a__heading {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 992px) {
  section.platform-overview-a .iframe-video-wrapper {
    margin-bottom: 25px;
  }
}

section.platform-overview-a .platform-overview-a__body-text {
  margin-bottom: 30px;
}

section.platform-overview-a .platform-overview-a__services p {
  font-size: 14px;
}

section.platform-overview-a .platform-overview-a__services ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  section.platform-overview-a .platform-overview-a__services ul {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 39px 0;
  }
}

section.platform-overview-a .platform-overview-a__services ul img {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  section.platform-overview-a .platform-overview-a__services ul img {
    margin-bottom: 37px;
  }
}

section.platform-overview-a .platform-overview-a__services ul li {
  text-align: center;
  padding: 0 10px;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
}

section.platform-overview-a .platform-overview-a__services ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  section.platform-overview-a .platform-overview-a__services ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

section.platform-overview-a .platform-overview-a__services-image {
  width: 100px;
  max-width: 100%;
}

section.platform-overview-a .platform-overview-a__link-wrap {
  margin-top: 35px;
  font-size: 25px;
}

section.platform-overview-a .platform-overview-a__link-wrap ul {
  border: 1px solid #1484ab;
  padding: 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  list-style: none;
  font-size: 16px;
}

section.platform-overview-a .platform-overview-a__link-wrap ul a {
  color: #0c84ac;
}

section.platform-overview-a .platform-overview-a__link-wrap ul li:first-of-type {
  font-weight: bold;
}

@media (min-width: 480px) {
  section.platform-overview-a .platform-overview-a__link-wrap ul {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 768px) {
  section.platform-overview-a .platform-overview-a__link-wrap ul {
    font-size: 26px;
  }
}

section.platform-overview-b {
  padding: 37px 0;
  background-color: #f0f0f0;
}

section.platform-overview-b .display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  section.platform-overview-b .display-flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.platform-overview-b .display-flex > div {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  section.platform-overview-b {
    padding: 74px 0;
  }
}

section.platform-overview-b .display-flex__child-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  section.platform-overview-b .display-flex__child-left {
    border-right: 1px solid #000;
  }
}

section.platform-overview-b .platform-overview-b__left-col {
  text-align: center;
  padding: 0 30px;
}

section.platform-overview-b .platform-overview-b__left-col img {
  width: 106px;
}

section.platform-overview-b .platform-overview-b__left-col h2 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  section.platform-overview-b .platform-overview-b__left-col h2 {
    margin-bottom: 34px;
  }
}

@media (min-width: 768px) {
  section.platform-overview-b .platform-overview-b__left-col p {
    margin-bottom: 34px;
  }
}

section.platform-overview-b .platform-overview-b__right-col {
  text-align: center;
}

section.platform-overview-b .platform-overview-b__right-col h3 {
  font-size: 26px;
  font-weight: 100;
  margin-top: 35px;
}

@media (min-width: 768px) {
  section.platform-overview-b .platform-overview-b__right-col h3 {
    margin-top: 0;
  }
}

section.platform-overview-b .platform-overview-b__right-col span:first-of-type {
  font-size: 26px;
  font-weight: bold;
}

section.platform-overview-b .platform-overview-b__right-col ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 20px;
}

@media (min-width: 768px) {
  section.platform-overview-b .platform-overview-b__right-col ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.platform-overview-b .platform-overview-b__right-col ul li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

section.platform-overview-b .platform-overview-b__right-col ul li:not(:last-of-type) {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  section.platform-overview-b .platform-overview-b__right-col ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

section.platform-overview-b .platform-overview-b__right-col ul img {
  width: 106px;
  max-width: 100%;
}

section.platform-overview-b .platform-overview-b__right-col ul h3 {
  margin-top: 0;
}

section.platform-overview-b .platform-overview-b__right-col .platform-overview-b__new-releases-wrap h3 {
  font-weight: bold;
}

section.platform-overview-b .platform-overview-b__right-col .platform-overview-b__new-releases-wrap p {
  padding: 0 10px;
}

section.video-cta {
  padding: 37px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 768px) {
  section.video-cta {
    padding: 74px 0;
  }
}

section.video-cta .video-cta__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  section.video-cta .video-cta__wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  section.video-cta .video-cta__wrapper > div {
    padding: 0 25px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 768px) {
  section.video-cta .video-cta__wrapper > div:first-child {
    margin-bottom: 35px;
  }
}

section.video-cta .video-cta__left-col {
  color: #ffffff;
}

section.video-cta .video-cta__left-col.flex--order {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

section.video-cta .video-cta__left-col span {
  font-size: 43px !important;
}

section.video-cta .video-cta__left-col p {
  font-size: 25px !important;
  margin-bottom: 35px;
  line-height: 1;
}

section.video-cta .video-cta__left-col p span {
  font-size: 43px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  section.video-cta .video-cta__left-col p {
    font-size: 35px !important;
  }
  section.video-cta .video-cta__left-col p span {
    font-size: 53px !important;
  }
}

@media (min-width: 992px) {
  section.video-cta .video-cta__left-col p {
    font-size: 42px !important;
  }
  section.video-cta .video-cta__left-col p span {
    font-size: 60px !important;
  }
}

@media (min-width: 992px) {
  section.video-cta .video-cta__right-col {
    padding-left: 45px !important;
  }
}

@media (min-width: 1200px) {
  section.video-cta .video-cta__right-col {
    padding-left: 65px !important;
  }
}

section.get-in-touch-group {
  background-color: #f0f0f0;
  text-align: center;
  padding: 37px 0;
}

@media (min-width: 768px) {
  section.get-in-touch-group {
    padding: 74px 0;
  }
}

section.get-in-touch-group img {
  width: 84px;
}

section.get-in-touch-group .btn {
  padding-right: 55px;
}

section.get-in-touch-group h3 {
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 768px) {
  section.get-in-touch-group .col-sm-4:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

/*
    products desktop/cloud sticky nav
*/
.sticky-nav-container--js {
  float: left;
}

@media (min-width: 62em) {
  .sticky-nav-container--js {
    float: none;
  }
}

.sticky-nav.product-sticky-nav {
  display: none;
}

@media (min-width: 62em) {
  .sticky-nav.product-sticky-nav {
    display: block;
  }
}

.sticky-nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 24px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  line-height: 1;
}

.sticky-nav ul li {
  text-align: center;
  padding: 14px 0;
  background-color: #565656;
  color: #ffffff;
  cursor: pointer;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.sticky-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

.sticky-nav ul li:first-of-type {
  margin-right: 5px;
}

.sticky-nav ul li:last-of-type {
  margin-left: 5px;
}

.sticky-nav.stuck {
  position: fixed;
  z-index: 5;
}

#intro-quick-vid {
  padding: 37px 0;
}

@media (min-width: 48em) {
  #intro-quick-vid {
    padding: 74px 0;
  }
}

#intro-quick-vid .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #intro-quick-vid .row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#intro-quick-vid .row .col-sm-6:first-of-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#intro-quick-vid h2 {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
}

@media (min-width: 48em) {
  #intro-quick-vid h2 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

#intro-quick-vid p {
  margin-top: 0;
}

#intro-quick-vid .intro-image {
  max-width: 100%;
}

.products-cta-2col {
  padding: 37px 0;
}

@media (min-width: 48em) {
  .products-cta-2col {
    padding: 74px 0;
  }
}

.products-cta-2col img {
  width: 83px;
}

.products-cta-2col h3 {
  margin-top: 11px;
}

.products-cta-2col .products-cta-2col--long-copy {
  max-width: 377px;
  margin: 0 auto 25px;
  line-height: 33px;
}

.products-cta-2col .col-sm-6:first-of-type {
  margin-bottom: 35px;
}

@media (min-width: 48em) {
  .products-cta-2col .col-sm-6:first-of-type {
    margin-bottom: 0;
  }
}

.products-hero {
  padding: 86px 5px;
}

@media (min-width: 48em) {
  .products-hero {
    height: calc(50vh - 75px);
    max-height: calc(495px + 5vh);
    padding: 0;
  }
}

.products-hero h1 {
  font-size: 30px;
}

@media (min-width: 48em) {
  .products-hero h1 {
    font-size: 42px;
  }
}

.products-hero .products-body-text {
  font-size: 23px;
}

@media (min-width: 48em) {
  .products-hero .products-body-text {
    font-size: 35px;
  }
}

.products-hero .display--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.products-hero .container {
  height: 100%;
}

.product-overview {
  padding: 37px 0;
}

@media (min-width: 768px) {
  .product-overview {
    padding: 74px 0;
  }
}

.product-overview .nav-tabs {
  border-bottom: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .product-overview .nav-tabs {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-overview .nav-tabs li,
.product-overview .nav-tabs a {
  border: none;
}

.product-overview .nav-tabs li {
  background-color: #f5f5f5;
  position: relative;
}

.product-overview .nav-tabs a {
  color: #32363a;
}

.product-overview .nav-tabs > li.active > a,
.product-overview .nav-tabs > li.active > a:hover,
.product-overview .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #323232;
  border: none;
}

@media (min-width: 768px) {
  .product-overview .nav-tabs li:not(:last-of-type):after {
    content: " ";
    position: absolute;
    width: 1px;
    top: 5px;
    bottom: 5px;
    right: 0;
    background-color: #c8c8c8;
  }
}

@media (min-width: 768px) {
  .product-overview .nav-tabs li.active:not(:last-of-type):after {
    width: 0;
  }
}

.product-overview .nav > li > a {
  font-size: 20px;
  min-width: 150px;
  text-align: center;
}

@media (min-width: 48em) {
  .product-overview .nav > li > a {
    min-width: 200px;
  }
}

.product-overview .tab-pane .col-sm-6 {
  margin-top: 35px;
}

@media (min-width: 48em) {
  .product-overview .tab-pane .col-sm-6 {
    margin-top: 70px;
  }
}

.product-overview .tab-pane .col-sm-6 img {
  max-width: 100%;
}

.product-overview .tab-pane .col-sm-6 h2 {
  margin-bottom: 28px;
}

@media (min-width: 48em) {
  .product-overview .tab-pane .col-sm-6 h2 {
    margin-bottom: 57px;
  }
}

.product-overview .tab-pane .col-sm-6 .btn:not(:last-of-type) {
  margin-right: 10px;
}

.product-overview .tab-pane .col-sm-6 .btn {
  margin-bottom: 10px;
}

.product-working-papers__block-1 {
  padding: 37px 0;
}

@media (min-width: 48em) {
  .product-working-papers__block-1 {
    padding: 74px 0;
  }
}

.product-working-papers__block-1 .product-wp-first {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 48em) {
  .product-working-papers__block-1 .product-wp-first {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 768px) {
  .product-working-papers__block-1 .product-wp-first .col-sm-6:first-of-type {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 21.875em) {
  .product-working-papers__block-1 .product-wp-first .col-sm-6:last-of-type img {
    max-width: 90%;
  }
}

@media (max-width: 61.99em) {
  .product-working-papers__block-1 .product-wp-first .col-sm-6:last-of-type img {
    max-width: 70%;
  }
}

.product-working-papers__block-1 .product-wp-first h2 {
  margin-bottom: .75em;
  margin-top: 0;
  font-size: 30px;
  max-width: 500px;
  margin-top: 1.2em;
}

@media (min-width: 48em) {
  .product-working-papers__block-1 .product-wp-first h2 {
    margin-top: 0;
    font-size: 35px;
  }
}

.product-working-papers__block-2 {
  padding: 37px 0;
}

@media (min-width: 48em) {
  .product-working-papers__block-2 {
    padding: 74px 0;
  }
}

.product-working-papers__block-2 h2.product-working-papers__title {
  text-align: center;
  margin-bottom: 1em;
}

.product-working-papers__block-2 h2 {
  text-align: left;
}

@media (min-width: 48em) {
  .product-working-papers__block-2 h2 {
    text-align: center;
  }
}

.product-working-papers__block-2 img {
  width: 100%;
  max-width: 80%;
}

.product-working-papers__block-2 p {
  line-height: 30px;
  margin-bottom: 0;
}

.product-working-papers__block-2 .product-working-papers__read-more {
  margin: 5px 0 15px;
}

.product-working-papers__block-2 .col-sm-6:first-of-type {
  margin-bottom: 37px;
}

@media (min-width: 48em) {
  .product-working-papers__block-2 .col-sm-6:first-of-type {
    margin-bottom: 0;
  }
}

.product-working-papers__block-3 {
  padding: 37px 0;
  background-color: #f6f6f6;
}

@media (min-width: 48em) {
  .product-working-papers__block-3 {
    padding: 74px 0;
  }
}

.product-working-papers__block-3 h2 {
  margin-bottom: 45px;
  font-size: 30px;
}

@media (min-width: 48em) {
  .product-working-papers__block-3 h2 {
    margin-bottom: 90px;
    font-size: 34px;
  }
}

.product-working-papers__block-3 h3 {
  font-size: 26px;
}

.product-working-papers__block-3 h3 br {
  display: none;
}

@media (min-width: 48em) {
  .product-working-papers__block-3 h3 br {
    display: block;
  }
}

.product-working-papers__block-3 .product-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 48em) {
  .product-working-papers__block-3 .product-group {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-working-papers__block-3 .product-group .product-image {
  margin: 0 25px;
  background-color: #0c84ac;
  border-radius: 50%;
  margin: 0 auto;
}

.product-working-papers__block-3 .product-group .product-item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.product-working-papers__block-3 .product-group .product-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.product-working-papers__block-3 .product-group .product-item .product-image {
  width: 169px;
  height: 169px;
  background-position: center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
}

.product-working-papers__block-3 .product-group .item-one .product-image {
  background-size: 86% 86%;
  background-position: 60% 50%;
  background-image: url("/images/product-icons/white/caseware_financials.png");
}

.product-working-papers__block-3 .product-group .item-two .product-image {
  background-image: url("/images/product-icons/white/caseware_review.png");
}

.product-working-papers__block-3 .product-group .item-three .product-image {
  background-image: url("/images/product-icons/white/caseware_audit.png");
}

.about-us-dropdown {
  position: absolute;
  top: 52px;
  left: 100px;
  background: #0085ad;
  -webkit-transform: translateZ(0) translateY(-100%);
          transform: translateZ(0) translateY(-100%);
  z-index: -1;
  transition: 0.22s ease;
  padding: 15px 0;
  min-width: 210px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .about-us-dropdown {
    top: 47px;
  }
}

.about-us-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-us-dropdown a {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.about-us-dropdown a:hover {
  text-decoration: none;
  background-color: #005e7a;
}

.about-us-dropdown a img {
  width: 14px;
}

.about-us-dropdown a span {
  padding-right: 25px;
}

body.about-dropdown--open .about-us-dropdown {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*
    About us page
*/
.parallax-window--about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.onpoint {
  background-size: cover !important;
  background-position: 50% top !important;
  background-repeat: no-repeat !important;
  padding: 15px 0 15px 0;
  color: #ffffff;
}

@media (min-width: 62em) {
  .onpoint {
    color: #32363a;
  }
}

@media (min-width: 75em) {
  .onpoint {
    padding: 50px 0 67px 0;
  }
}

.onpoint.homepage {
  background: linear-gradient(rgba(50, 54, 58, 0.7), rgba(50, 54, 58, 0.7)), url(/images/onpoint-pcr/bg-image-home.jpg);
  background-position: 69% top !important;
}

@media (min-width: 62em) {
  .onpoint.homepage {
    background-image: url(/images/onpoint-pcr/bg-image-home.jpg);
    background-position: 30% top !important;
  }
}

@media (min-width: 75em) {
  .onpoint.homepage {
    background-position: 50% top !important;
  }
}

.onpoint.accounting-solutions {
  background: linear-gradient(rgba(50, 54, 58, 0.7), rgba(50, 54, 58, 0.7)), url(/images/onpoint-pcr/bg-image-accounting-solution.jpg);
  background-position: 69% top !important;
}

@media (min-width: 48em) {
  .onpoint.accounting-solutions {
    background-position: 55% top !important;
  }
}

@media (min-width: 62em) {
  .onpoint.accounting-solutions {
    background-position: 50% top !important;
    background-image: url(/images/onpoint-pcr/bg-image-accounting-solution.jpg);
  }
}

.onpoint.review-and-compilation {
  background: linear-gradient(rgba(50, 54, 58, 0.7), rgba(50, 54, 58, 0.7)), url(/images/onpoint-pcr/bg-image-review-and-compilation.png);
  background-position: 69% top !important;
}

@media (min-width: 62em) {
  .onpoint.review-and-compilation {
    background-image: url(/images/onpoint-pcr/bg-image-review-and-compilation.png);
  }
}

.onpoint.cloud-solutions {
  background: linear-gradient(rgba(50, 54, 58, 0.7), rgba(50, 54, 58, 0.7)), url(/images/onpoint-pcr/bg-image-cloud-solutions.jpg);
  background-position: left top !important;
}

@media (min-width: 62em) {
  .onpoint.cloud-solutions {
    background-position: 90% top !important;
    background-image: url(/images/onpoint-pcr/bg-image-cloud-solutions.jpg);
  }
}

@media (min-width: 75em) {
  .onpoint.cloud-solutions {
    background-position: 50% top !important;
  }
}

.onpoint .onpoint__btn-wrap {
  text-align: center;
}

@media (min-width: 48em) {
  .onpoint .onpoint__btn-wrap {
    text-align: left;
    text-align: initial;
  }
}

.onpoint h1,
.onpoint h2,
.onpoint p {
  text-align: center;
}

@media (min-width: 48em) {
  .onpoint h1,
  .onpoint h2,
  .onpoint p {
    text-align: left;
    text-align: initial;
  }
}

.onpoint .onpoint--image-wrap {
  border-top: 1px solid #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  margin-top: 15px;
}

@media (min-width: 48em) {
  .onpoint .onpoint--image-wrap {
    padding-top: 26px;
    margin-top: 30px;
  }
}

@media (min-width: 62em) {
  .onpoint .onpoint--image-wrap {
    border-top: 1px solid #000;
  }
}

.onpoint .onpoint--image-wrap img {
  width: 40%;
  max-width: 240px;
}

.onpoint .onpoint--image-wrap .logo--cpa,
.onpoint .onpoint--image-wrap .logo--cw {
  display: none;
  margin-bottom: 15px;
}

@media (min-width: 62em) {
  .onpoint .onpoint--image-wrap .logo--cpa,
  .onpoint .onpoint--image-wrap .logo--cw {
    display: block;
  }
}

.onpoint .onpoint--image-wrap .logo--cpa-white,
.onpoint .onpoint--image-wrap .logo--cw-white {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 62em) {
  .onpoint .onpoint--image-wrap .logo--cpa-white,
  .onpoint .onpoint--image-wrap .logo--cw-white {
    display: none;
  }
}

.onpoint .onpoint--pcr-logo {
  width: 100%;
  margin-top: 23px;
}

@media (min-width: 500px) {
  .onpoint .onpoint--pcr-logo {
    width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) {
  .onpoint .onpoint--pcr-logo {
    width: 100%;
  }
}

.onpoint h1 {
  margin: 23px 0 0 0;
  font-size: 52px;
}

@media (min-width: 48em) {
  .onpoint h1 {
    font-size: 72px;
  }
}

.onpoint h2 {
  margin: 23px 0 9px 0;
  font-size: 32px !important;
}

@media (min-width: 48em) {
  .onpoint h2 {
    margin: 46px 0 18px 0;
    font-size: 52px;
  }
}

.onpoint p {
  margin: 0 0 13px 0;
  font-size: 15px;
}

@media (min-width: 48em) {
  .onpoint p {
    margin: 0 0 26px 0;
    font-size: 25px;
  }
}

.webinar-listings h2 {
  text-align: center;
}

.webinar-listings .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 48px 0 0;
}

.webinar-listings .row > div {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.webinar-listings .row > div:first-child {
  margin-right: 24px;
}

.webinar-listings .row > div:last-child {
  margin-left: 24px;
}

.webinar-listings__image img {
  width: 100%;
  height: auto;
}

.webinar-listings__listing {
  margin-top: 48px;
  text-align: center;
}

.webinar-listings__listing h4, .webinar-listings__listing .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .webinar-listings__listing .enhancement > div > div:first-of-type {
  margin-top: 0;
  font-weight: bold;
}

.webinar-listings__listing p {
  min-height: 10rem;
}

.webinar-listings__listing a {
  display: block;
  margin: 6px 0;
  padding: 1rem 1.8rem;
  background-color: #323232;
  color: #ffffff;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .webinar-listings .row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .webinar-listings__listing {
    margin-top: 0;
  }
}

.cta .alpha {
  color: #002d72;
}

.cta .alpha.c--white {
  color: #ffffff;
}

.cta .body-text {
  max-width: 600px;
  margin: auto;
}

.cta .btn {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.cta--editable {
  padding: calc(3em + 5vh) 0 calc(3em + 5vh);
}

@media (min-width: 48em) {
  .cta--editable {
    padding: calc(5em + 5vh) 0 calc(5.9em + 5vh);
  }
}

.cta--variant2 {
  padding: calc(5em + 5.5%) 0 calc(5em + 5%) 0;
  background-position: 50% 10%;
}

.cta--variant2 .container {
  max-width: 500px;
}

.cta--reveal .body-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta--reveal .show-content {
  margin-top: 1.2em;
  color: #0085ad;
}

.cta--reveal .show-content:hover {
  background-color: #c1c6c8;
  color: #0085ad;
}

.cta--get-in-touch {
  padding: 2.813em 0;
}

.cta--get-in-touch .alpha {
  margin-top: 0;
}

.cta--get-in-touch a.btn {
  margin-top: 1em;
}

.cta--get-in-touch .distributor__result {
  line-height: 1.37;
  margin-top: 2em;
  min-height: 420px;
}

.cta--get-in-touch .distributor__result .inner {
  max-width: 330px;
  margin: auto;
}

.cta--get-in-touch .distributor__result address {
  line-height: 1.37;
}

.cta--get-in-touch .distributor__result a {
  color: inherit;
  display: block;
}

.cta--get-in-touch .distributor__result a.divider {
  margin-bottom: 1.5em;
}

.cta .button-container {
  max-width: 370px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2em;
  padding: 0;
}

.cta .button-container > .btn {
  display: inline-block;
  width: calc(50% - 10px);
}

section.content-block {
  position: relative;
}

section.content-block h1 {
  color: #002d72;
  text-align: center;
  font-weight: 600;
  line-height: 1.27;
}

section.content-block .content-col.col-sm-12 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

section.content-block .content-col.col-sm-12:first-child {
  margin-top: 0;
}

section.content-block .content-col.col-sm-6 {
  min-height: 375px;
}

section.content-block .content-col-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.content-block .content-col {
  margin-top: 2.4rem;
}

section.content-block .content-col img {
  max-width: 100%;
}

section.content-block.content-block--campaign .content-col.col-sm-6 {
  min-height: 0;
}

section.content-block .gate-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

section.latest-events-banner h1 {
  margin-bottom: .9em;
}

section.latest-events-banner .btn-container {
  margin-top: .5em;
}

section.why-work-with-us-banner {
  padding: 37px 0;
}

@media (min-width: 768px) {
  section.why-work-with-us-banner {
    padding: 74px 0;
  }
}

section.why-work-with-us-banner .container {
  max-width: 840px;
}

section.why-work-with-us-banner .why-work-with-us-banner__carousel h2 {
  text-align: center;
  line-height: 1;
  margin-top: 0;
}

section.why-work-with-us-banner .why-work-with-us-banner__carousel h5 {
  color: #0c84ac;
}

section.why-work-with-us-banner .why-work-with-us-banner__carousel h6 {
  font-size: 16px;
  font-weight: 100;
}

section.why-work-with-us-banner .why-work-with-us-banner__carousel .slick-slide {
  height: auto;
}

section.why-work-with-us-banner blockquote {
  margin-top: 1em;
  border: none;
  margin-bottom: 1.6em;
}

@media (max-width: 47.99em) {
  section.why-work-with-us-banner blockquote {
    padding-left: 1em;
    padding-right: 1em;
  }
}

section.why-work-with-us-banner blockquote i {
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 30em) {
  section.why-work-with-us-banner blockquote i {
    line-height: 1.6;
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  section.why-work-with-us-banner blockquote i {
    font-size: 24px;
  }
}

section.why-work-with-us-banner img.speech-bubble {
  max-width: 62px;
  max-height: 53px;
  display: inline-block;
}

section.why-work-with-us-banner cite {
  text-align: center;
  font-style: normal;
}

section.why-work-with-us-banner cite h5 {
  font-size: 21px;
  margin-bottom: 0.25em;
}

@media (min-width: 62em) {
  section.why-work-with-us-banner cite h5 {
    font-size: 24px;
  }
}

section.why-work-with-us-banner cite h6 {
  margin-top: 0;
  font-size: 18px;
}

section.cookie-notice {
  z-index: 10;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #323232;
  color: white;
  text-align: center;
  padding-top: 20px;
  opacity: 0.9;
  padding: 20px 50px 0 50px;
}

section.cookie-notice .cookie-notice-body {
  padding-bottom: 20px;
  font-size: 14px;
}

section.cookie-notice .cookie-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  padding-right: 10px;
  cursor: pointer;
}

section.cookie-notice p {
  margin-bottom: 0;
}

.events-listing__container .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.events-listing__container .row > div {
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 30em) {
  .events-listing__container .row .col-xs-6 {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .events-listing__container .row .col-sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 62em) {
  .events-listing__container .row .col-md-4 {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    max-width: 33%;
  }
}

.events-listing__item {
  margin-bottom: calc(1em + 5%);
  display: block;
  color: inherit;
}

.events-listing__item:hover {
  text-decoration: none;
}

.events-listing__item .image-container {
  background-color: #0085ad;
  position: relative;
  overflow: hidden;
}

.events-listing__item .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition: 0.3s ease;
  background-size: cover;
}

.events-listing__item .image-container:hover:before {
  -webkit-transform: translateZ(0) scale(1.08) rotate(-3deg);
          transform: translateZ(0) scale(1.08) rotate(-3deg);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.events-listing__item .image-container:after {
  content: '';
  display: block;
  padding-bottom: 66.76%;
}

.events-listing__item .image-container .image-container__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
}

.events-listing__item .arrow-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 36px;
  width: 36px;
  background-image: url(/images/arrow__right--light-blue.svg);
  background-size: 15px 12px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.events-listing__item .arrow-box.no-image-variant {
  position: static;
  margin: auto;
}

.events-listing__item .event-listing__item__categories {
  min-height: 28px;
  padding-top: 2px;
}

.events-listing__item .event-listing__item__categories > span {
  color: #0085ad;
}

.events-listing__item h4.event-listing__item__heading, .events-listing__item .support-item__enhancements .enhancement > div > div.event-listing__item__heading:first-of-type, .support-item__enhancements .events-listing__item .enhancement > div > div.event-listing__item__heading:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.events-listing__item.item__type--article .image-container {
  background-color: #32363a;
}

.events-listing__item.item__type--article .image-container:before {
  background-image: url(/images/shards.svg);
}

.events-listing__item.item__type--article .image-container.has-no-image:before {
  background-image: url(/images/shards--dark.svg);
}

.events-listing__item.item__type--article .image-container.has-no-image .image-container__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 2em;
}

.events-listing__item.item__type--article .image-container.has-no-image .image-container__content h4, .events-listing__item.item__type--article .image-container.has-no-image .image-container__content .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .events-listing__item.item__type--article .image-container.has-no-image .image-container__content .enhancement > div > div:first-of-type {
  max-width: 250px;
}

.events-listing__item.item__type--event .image-container:before {
  background-image: url(/images/event-listing__bg.jpg);
}

.events-listing__item.item__type--event .image-container--navy:before {
  background-image: url(/images/event-listing__bg--navy.jpg);
}

.events-listing__item.item__type--event .image-container--gold:before {
  background-image: url(/images/event-listing__bg--gold.jpg);
}

.events-listing__item.item__type--event .image-container--grey:before {
  background-image: url(/images/event-listing__bg--grey.jpg);
}

.events-listing__item.item__type--event .image-container .image-container__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.events-listing__item.item__type--event .image-container .image-container__content .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}

.events-listing__item.item__type--event .image-container .image-container__content .number {
  line-height: 0.8;
}

.events-listing__item.item__type--event .image-container .image-container__content .calendar {
  height: 64px;
  width: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6px;
  background-image: url(/images/icon--calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: 1.3;
  font-weight: 700;
}

.events-listing__item.item__type--event .image-container .image-container__content .calendar:after {
  content: attr(suffix);
  position: absolute;
  top: 5%;
  right: 49px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.3px;
}

@media (min-width: 25.625em) and (max-width: 47.99em) {
  .events-listing__item.item__type--event .image-container .image-container__content .calendar:after {
    font-size: 25px;
  }
}

.event-section {
  position: relative;
}

.event-section .container {
  position: relative;
}

.event-section .container > h1 {
  margin-bottom: 18px;
}

.event-section .container p {
  text-align: center;
  margin-bottom: 36px;
}

.event-section.background-cover {
  background-size: cover;
  color: #ffffff;
}

.event-section.background-cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.event-section.background-cover .container > h1 {
  color: #ffffff !important;
}

section.careers__our-people .company-logo {
  max-width: 250px !important;
  height: auto;
}

section.careers__our-people > .container > h1 {
  margin-bottom: 1em;
}

section.careers__our-people .person {
  position: relative;
  margin-bottom: 2em;
}

section.careers__our-people .person:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

section.careers__our-people .person:after {
  content: '';
  display: block;
  padding-bottom: 66.6%;
}

section.careers__our-people .person .person__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 133, 173, 0.8);
  opacity: 0;
  color: #ffffff;
  transition: 0.2s;
}

section.careers__our-people .person .person__content p {
  line-height: 1.3;
  cursor: default;
  margin-bottom: 0.5rem;
}

section.careers__our-people .person .person__content button.show-more-content {
  margin-top: 1em;
  font-size: 11px;
  display: inline-block;
  min-width: 0;
  min-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100px;
}

section.careers__our-people .person:hover .person__content {
  opacity: 1;
}

.remodal-overlay {
  background-color: rgba(0, 121, 158, 0.95);
}

.remodal {
  background: transparent;
  max-width: 1100px;
}

.remodal .pagination {
  margin-bottom: 3em;
}

.remodal .pagination .container {
  max-width: 300px;
}

.remodal .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.remodal .content > div {
  text-align: left;
  font-weight: 500;
}

.remodal .content > div.content__image {
  width: calc(60% - 30px);
}

.remodal .content > div.content__image img {
  width: 100%;
}

.remodal .content > div.content__text {
  width: 40%;
}

.remodal .content > div .icon--quote-mark--white {
  display: block;
  margin: auto;
  margin-bottom: 2em;
}

.remodal .content > div .quote-author {
  font-weight: normal;
  margin-bottom: 0;
}

section.careers__current-openings {
  padding-top: 2em;
}

section.careers__current-openings > .container > h1.text--left {
  text-align: left;
  position: relative;
  margin-bottom: 0;
}

section.careers__current-openings > .container > h1.text--left:after {
  content: '';
  display: block;
  margin-top: 0.3em;
  height: 1px;
  background-color: #002d72;
}

section.careers__current-openings section.location {
  background-color: #ffffff;
  padding: 1.8em 0;
}

section.careers__current-openings section.location:nth-of-type(even) {
  background-color: #f6f6f6;
}

section.careers__current-openings section.location:nth-of-type(even) li a {
  border-color: #e7e7e7;
}

section.careers__current-openings section.location h3 {
  text-align: center;
  color: #0085ad;
  margin-bottom: 1.6em;
}

section.careers__current-openings section.location ul {
  max-width: 963px;
  margin: auto;
}

section.careers__current-openings section.location li a {
  color: inherit;
  display: block;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  cursor: default;
}

section.careers__current-openings section.location li span {
  cursor: pointer;
}

section.careers__current-openings section.location li span:hover {
  color: #0085ad;
}

.careers-item {
  padding-top: 1.2em;
}

.careers-item__details {
  padding: .8em;
  margin-bottom: 2em;
  background-color: #ffffff;
}

.careers-item__requirements {
  padding: 1em 2em;
  margin-bottom: 2em;
}

.careers-item__requirements h3 {
  font-size: 18px;
  font-size: 2rem;
}

.apply-button-container {
  margin-top: 3em;
  margin-bottom: 2em;
}

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

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

body.page--contact section.distributors__map {
  background-color: #ffffff;
}

section.distributors__map .the-map {
  margin-top: 4em;
  margin-bottom: 3em;
}

section.distributors__map .the-map canvas.ie-fix {
  display: block;
  width: 100%;
}

section.distributors__map .the-map .the-map__container {
  position: relative;
  max-width: 950px;
  margin: auto;
}

section.distributors__map .the-map svg.map-svg {
  display: block;
  max-height: 453px;
  max-width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
}

section.distributors__map .the-map svg.map-svg g.section {
  cursor: pointer;
}

section.distributors__map .the-map svg.map-svg g.section.no-highlight {
  cursor: default;
}

section.distributors__map .the-map a.map-pin {
  display: block;
  width: 4.4%;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

section.distributors__map .the-map a.map-pin svg {
  max-height: 50px;
}

@media (min-width: 62em) {
  section.distributors__map .the-map a.map-pin svg {
    max-height: 65px;
  }
}

section.distributors__map .the-map a.map-pin.north-america {
  top: 20%;
  left: 14.2%;
}

section.distributors__map .the-map a.map-pin.south-america {
  top: 60%;
  left: 26%;
}

section.distributors__map .the-map a.map-pin.europe {
  top: 26%;
  left: 50%;
}

section.distributors__map .the-map a.map-pin.africa {
  top: 48%;
  left: 48.5%;
}

section.distributors__map .the-map a.map-pin.asia {
  top: 34%;
  left: 65%;
}

section.distributors__map .the-map a.map-pin.russia {
  top: 17%;
  left: 70%;
}

section.distributors__map .the-map a.map-pin.australia {
  top: 62%;
  left: 83.5%;
}

section.distributors__map .row {
  max-width: 600px;
  margin: auto;
}

.distributors__filtering {
  padding-top: 5.3em;
  padding-bottom: 1.6em;
}

.distributors__filtering ul.dropdown-menu {
  background-color: white;
}

.distributors__filtering .distributors__filtering__heading {
  margin-top: 0.4em;
  line-height: 1.3;
}

.distributors__filtering select {
  -moz-appearance: none;
}

.distributors__filtering .dropdown {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.distributors__filtering .dropdown > .btn {
  width: 100%;
  text-align: left;
  color: #c4c4c4;
  border: 2px solid #ededf0;
  transition: border-color 0.2s;
  outline: none;
  font-size: 16px;
  padding-left: 1em;
}

.distributors__filtering .dropdown:hover > .btn {
  border-color: #dfdfe4;
}

.distributors__filtering .dropdown .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border: 2px solid #ededf0;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 240px;
}

.distributors__filtering .dropdown .dropdown-menu span {
  display: block;
  color: #c4c4c4;
  font-weight: 600;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 1em;
}

.distributors__filtering .dropdown .dropdown-menu span:hover {
  background-color: #0085ad;
  color: white;
}

.distributors__filtering .dropdown .dropdown-menu span:active:not(:hover) {
  color: #002d72;
}

section.contact__map {
  height: 350px;
  background: #0085ad;
}

section.contact__methods {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: #fff;
  padding: 0 15px;
}

@media (min-width: 62em) {
  section.contact__methods {
    padding: 3.5em 0;
    background: linear-gradient(to right, #002d72 0, #002d72 50%, #f6f6f6 50%, #f6f6f6 100%);
  }
}

@media (max-width: 61.99em) {
  section.contact__methods form {
    margin-bottom: 2em;
  }
}

section.contact__methods form input:not([type='checkbox']),
section.contact__methods form textarea:not(.poi-textarea),
section.contact__methods form select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #ffffff;
  border-radius: 0;
  height: 41px;
  margin-bottom: 1.2em;
  padding: 0 1em;
}

@media (max-width: 61.99em) {
  section.contact__methods form input:not([type='checkbox']),
  section.contact__methods form textarea:not(.poi-textarea),
  section.contact__methods form select {
    border: 1px solid #e1e1e1;
  }
}

section.contact__methods form input:not([type='checkbox'])::-webkit-input-placeholder,
section.contact__methods form textarea:not(.poi-textarea)::-webkit-input-placeholder,
section.contact__methods form select::-webkit-input-placeholder {
  color: #3e4348;
}

section.contact__methods form input:not([type='checkbox']):-moz-placeholder,
section.contact__methods form textarea:not(.poi-textarea):-moz-placeholder,
section.contact__methods form select:-moz-placeholder {
  color: #3e4348;
}

section.contact__methods form input:not([type='checkbox'])::-moz-placeholder,
section.contact__methods form textarea:not(.poi-textarea)::-moz-placeholder,
section.contact__methods form select::-moz-placeholder {
  color: #3e4348;
}

section.contact__methods form input:not([type='checkbox']):-ms-input-placeholder,
section.contact__methods form textarea:not(.poi-textarea):-ms-input-placeholder,
section.contact__methods form select:-ms-input-placeholder {
  color: #3e4348;
}

section.contact__methods form textarea {
  height: auto;
  min-height: 102px;
  resize: vertical;
  padding-top: 0.45em;
  margin-bottom: .9em;
}

section.contact__methods form select {
  background-image: url(/images/arrow__down--light-blue.svg);
  background-size: 15px 8px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

section.contact__methods form .required-fields-message {
  font-size: 14px;
  line-height: 1.1;
}

@media (max-width: 61.99em) {
  section.contact__methods form .required-fields-message {
    color: #32363a;
  }
}

section.contact__methods .right-side h3 {
  margin-top: 0;
  margin-bottom: 1em;
}

section.contact__methods .right-side .address-bit address {
  margin-bottom: 1em;
  font-size: 16px;
}

section.contact__methods .right-side .address-bit address p {
  line-height: 1.4;
}

section.contact__methods .right-side .address-bit a {
  line-height: 1.4;
  display: block;
  color: inherit;
}

section.contact__methods .right-side .address-bit > a:last-of-type {
  margin-bottom: 2em;
}

section.contact__methods .social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

section.contact__methods .social-icons a {
  height: 44px;
  width: 44px;
  margin-right: 1em;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.floater {
  display: none;
  position: fixed;
  bottom: 0;
  right: 2em;
  width: 332px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transform: translateY(100%) translateY(-49px);
      -ms-transform: translateY(100%) translateY(-49px);
          transform: translateY(100%) translateY(-49px);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-height: calc(100vh - 75px - 1.5rem);
}

@media (min-width: 62em) {
  .floater {
    display: block;
  }
}

.floater--up {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow-y: auto;
}

.floater--up .floater__header {
  background-color: #0085ad;
}

.floater__header {
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  text-align: center;
  background-color: #b58800;
  padding-top: 0.65em;
  padding-bottom: 0.7em;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.floater__header:hover {
  background-color: #0085ad;
}

.floater__content {
  background-color: #f6f6f6;
  padding-top: 0.6em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: auto;
  min-height: 605px;
  overflow: hidden;
}

.floater__content p {
  font-size: 16px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  margin-left: 0.6em;
  margin-right: 0.6em;
}

.floater__content p.required-fields {
  margin-left: 0;
}

.floater__content button[type=submit] {
  width: 100%;
}

.floater__content textarea {
  resize: none;
}

.floater__content .form-group:last-of-type {
  margin-bottom: 0;
}

.floater__content .hs-input {
  border: 1px solid #c1c6c8;
}

.floater__content .hs-error-msgs li {
  color: #a81a4c;
}

.floater__content .submitted-message {
  font-size: 18px;
  font-size: 1.1rem;
  color: #009933;
  text-align: center;
  padding: 0 2em;
  margin-bottom: 3em;
}

section.modal-form .modal-dialog {
  width: 100%;
}

section.modal-form .modal {
  margin: 0 !important;
  padding: 0 !important;
}

section.roadshow .constrain-width p {
  font-size: 13px;
}

section.roadshow .front h4, section.roadshow .front .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements section.roadshow .front .enhancement > div > div:first-of-type {
  font-size: 25px;
}

section.clickdimensions-form embed {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  section.clickdimensions-form embed {
    height: calc(70vh) !important;
    min-height: calc(70vh) !important;
    min-width: calc(50vw);
    width: 75% !important;
  }
}

section.clickdimensions-form .roadshow-form {
  height: 3000px !important;
  min-height: calc(70vh) !important;
  min-width: calc(50vw);
}

@media (max-width: 1200px) {
  section.clickdimensions-form .roadshow-form {
    height: 3700x !important;
    min-height: calc(70vh) !important;
    min-width: 100%;
    width: 75% !important;
  }
}

@media (max-width: 992px) {
  section.clickdimensions-form .roadshow-form {
    height: 3700px !important;
    min-height: calc(70vh) !important;
    min-width: 100%;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  section.clickdimensions-form .roadshow-form {
    height: 4100px !important;
    min-height: calc(70vh) !important;
    min-width: 100%;
    width: 100% !important;
  }
}

.product-landing__hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product-landing__hero .sub-sub-text {
  font-size: 20px;
}

.product-landing__hero #product-logo {
  max-width: 125px !important;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.product-landing__hero .product-landing__hero-inner {
  padding: 33px;
  min-width: 500px;
}

@media (min-width: 768px) {
  .product-landing__hero .product-landing__hero-inner {
    padding: 33px;
    background-color: rgba(255, 255, 255, 0.8);
    color: white;
  }
  .product-landing__hero .product-landing__hero-inner h1,
  .product-landing__hero .product-landing__hero-inner p,
  .product-landing__hero .product-landing__hero-inner a {
    color: #002d72;
  }
}

@media (max-width: 768px) {
  .product-landing__hero .product-landing__hero-inner {
    padding: 0px;
  }
}

.product-landing__hero .hero-badge {
  position: absolute;
  padding: 5px;
  min-width: 250px;
  right: 8%;
  bottom: 48px;
  background: linear-gradient(#b58800, #c99700);
  border-radius: 5px;
  box-shadow: 0px 8px 15px -5px #323232;
  color: #ffffff;
}

.product-landing__hero .hero-badge__wrapper {
  margin: auto;
  text-align: center;
  position: relative;
  padding: 15px;
  border: 1px solid #a17900;
  border-radius: 5px;
}

.product-landing__hero .hero-badge__wrapper > div {
  position: relative;
  margin: 0 -36px;
  padding: 12px;
  background: linear-gradient(#474747, #323232);
}

.product-landing__hero .hero-badge__wrapper > div:before, .product-landing__hero .hero-badge__wrapper > div:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  border-style: solid;
}

.product-landing__hero .hero-badge__wrapper > div:before {
  left: 0;
  border-width: 0 15px 10px 0;
  border-color: transparent #232323 transparent transparent;
}

.product-landing__hero .hero-badge__wrapper > div:after {
  right: 0;
  border-width: 10px 15px 0 0;
  border-color: #232323 transparent transparent transparent;
}

.product-landing__hero .hero-badge h4, .product-landing__hero .hero-badge .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .product-landing__hero .hero-badge .enhancement > div > div:first-of-type {
  margin: 0 0 15px;
}

.product-landing__hero .hero-badge a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .product-landing__hero {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(50vh - 75px);
  }
}

@media (max-width: 992px) {
  .product-landing__hero .hero-badge {
    position: absolute;
    bottom: unset;
    top: 20px;
  }
}

@media (max-width: 768px) {
  .product-landing__hero {
    padding: 20px 0 40px;
  }
  .product-landing__hero .hero-badge {
    display: inline-block;
    position: relative;
    left: 0;
    right: unset;
  }
}

.product-landing__hero .roadshow-notice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 100px;
  padding: 33px;
  max-width: 250px;
  margin-right: 215px;
  background-color: #c99700;
  color: white;
}

.product-landing__hero .roadshow-notice h1,
.product-landing__hero .roadshow-notice p,
.product-landing__hero .roadshow-notice a {
  color: #ffffff;
}

.product-landing__hero .roadshow-notice .roadshow-inner-sm {
  display: none;
}

@media (max-width: 768px) {
  .product-landing__hero .roadshow-notice {
    position: relative;
    top: 200px;
    right: 500px;
    min-width: 597px;
    max-height: 120px;
  }
  .product-landing__hero .roadshow-notice .roadshow-inner {
    display: none;
  }
  .product-landing__hero .roadshow-notice .roadshow-inner-sm {
    display: block;
    margin-top: -6px;
  }
}

.product-landing__hero .roadshow-notice .roadshow-inner p,
.product-landing__hero .roadshow-notice .roadshow-inner-sm p {
  font-size: 20px;
}

.product-landing__hero h1,
.product-landing__hero p,
.product-landing__hero a {
  color: white;
}

.product-landing__hero h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .product-landing__hero h1 {
    font-size: 42px;
  }
}

.product-landing__hero p {
  margin: 0;
  font-size: 27px;
  font-style: italic;
}

.product-landing__hero .product-landing__navigation-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-landing__hero .product-landing__navigation {
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 90%;
  background: linear-gradient(#474747, #323232);
  padding: 10px 37px;
  display: none;
}

.product-landing__hero .product-landing__navigation .bold-gold {
  font-weight: bolder;
  color: #c99700 !important;
}

.product-landing__hero .product-landing__navigation.stuck {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .product-landing__hero .product-landing__navigation {
    display: block;
  }
}

@media (min-width: 992px) {
  .product-landing__hero .product-landing__navigation {
    min-width: 85%;
  }
}

@media (min-width: 1200px) {
  .product-landing__hero .product-landing__navigation {
    min-width: 70%;
  }
}

.product-landing__hero .product-landing__navigation ul {
  margin: 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 992px) {
  .product-landing__hero .product-landing__navigation ul {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .product-landing__hero .product-landing__navigation ul {
    font-size: 16px;
  }
}

.product-landing__hero .product-landing__navigation ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.product-landing__hero .product-landing__navigation ul li:not(:last-of-type) {
  border-right: 1px solid white;
}

section.slide-workflows {
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

@media (min-width: 992px) {
  section.slide-workflows {
    background-position: 80%;
  }
}

section.slide-workflows .slide-workflows__carousel--wrapper {
  padding: 20px 15px 14px 15px;
}

@media (min-width: 768px) {
  section.slide-workflows .slide-workflows__carousel--wrapper {
    padding: 37px 40px 14px 0px;
  }
}

section.slide-workflows .row {
  margin-bottom: 15px;
}

section.slide-workflows img {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 500px) {
  section.slide-workflows img {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  section.slide-workflows img {
    max-width: 540px;
  }
}

section.slide-workflows p {
  margin: 20px;
  font-size: 25px;
}

@media (min-width: 992px) {
  section.slide-workflows p {
    margin: 30px 0;
  }
}

section.slide-workflows .slick-slide {
  height: auto;
}

section.slide-workflows .slide-workflows--flex-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  section.slide-workflows .slide-workflows--flex-parent {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.slide-workflows .slide-workflows__carousel--content ul {
  padding-left: 20px;
}

section.product-features {
  margin-bottom: 8rem;
}

section.product-features h4, section.product-features .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements section.product-features .enhancement > div > div:first-of-type {
  text-align: center;
  color: #002d72;
}

section.product-features h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  margin: 8rem 0 6rem 0;
  font-weight: bold;
}

section.product-features img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-height: 100px;
  display: block;
  margin: auto;
}

section.product-features p {
  margin-left: 4rem;
  height: 6rem;
  max-width: 100%;
}

section.product-features .feature {
  margin-bottom: 4rem;
}

section.simple-button-section .btn-big {
  font-size: 20px !important;
  background-color: #002d72;
}

section.simple-button-section h2 {
  color: #002d72;
  text-align: center;
  margin: 8rem 0 2rem 0;
  font-weight: bold;
}

section.related-products h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  padding: 8rem 0 6rem 0;
  font-weight: bold;
}

section.related-products .product,
section.related-products img {
  text-align: center;
}

section.related-products img {
  max-width: 90%;
}

section.related-products h3 {
  padding: 2rem 0 6rem 0;
  font-size: 24px;
  color: #323232;
}

section.related-products a {
  text-decoration: none;
}

.campaign {
  position: relative;
}

.campaign__nav {
  display: none;
  position: relative;
  padding: 0;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(#474747, #323232);
}

.campaign__nav-wrapper {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: auto;
  top: -24px;
  z-index: 11;
}

.campaign__nav .bold-gold {
  font-weight: bolder;
  color: #c99700 !important;
}

.campaign__nav.stuck {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 10;
  width: 90%;
}

@media (min-width: 768px) {
  .campaign__nav {
    display: block;
  }
}

@media (min-width: 992px) {
  .campaign__nav {
    min-width: 85%;
  }
}

@media (min-width: 1200px) {
  .campaign__nav {
    min-width: 70%;
  }
}

.campaign__nav ul {
  margin: 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 992px) {
  .campaign__nav ul {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .campaign__nav ul {
    font-size: 16px;
  }
}

.campaign__nav ul a {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.campaign__nav ul a:hover {
  text-decoration: none;
}

.campaign__nav ul li {
  padding: 12px;
  color: #ffffff;
  transition: all 0.3s;
}

.campaign__nav ul li.default {
  background: linear-gradient(#474747, #323232);
}

.campaign__nav ul li.default:hover {
  background: linear-gradient(#32363a, rgba(50, 54, 58, 0.8));
}

.campaign__nav ul li.gold {
  background: linear-gradient(#c99700, rgba(201, 151, 0, 0.8));
}

.campaign__nav ul li.blue {
  background: linear-gradient(#0085ad, rgba(0, 133, 173, 0.7));
}

.campaign__nav ul li.grey {
  background: linear-gradient(#c1c6c8, rgba(193, 198, 200, 0.8));
  color: #32363a;
}

.campaign__nav ul li:hover {
  opacity: 0.9;
}

.campaign__nav ul li:not(:last-of-type) {
  border-right: 1px solid white;
}

.campaign__embed {
  padding-bottom: 0;
}

.campaign__embed h2 {
  text-align: center;
}

.campaign__embed .container > div {
  margin-top: 4.8rem;
}

.campaign__embed iframe {
  min-height: 40rem;
  overflow: auto;
}

.disclaimer {
  margin-top: 4.8rem;
  text-align: center;
  font-style: italic;
}

/* =================
	Page overrides
   ================= */
body.page--events-item {
  background: #f6f6f6;
}

body.page--events-item .content {
  margin-top: 6em;
  margin-bottom: 4em;
}

body.page--events-item .content > .container {
  max-width: 1005px;
}

body.page--events-item .pad--all {
  padding: 1.3em calc(1em + 2%);
}

body.page--events-item .article__slider {
  margin-bottom: 1em;
  overflow: hidden;
}

body.page--events-item .article__slider figure,
body.page--events-item .article__slider img {
  width: 100%;
}

body.page--events-item .article__slider figure {
  float: left;
}

body.page--events-item .article__slider figcaption {
  padding: 2px 0;
  font-size: 12px;
  color: #4a5055;
}

body.page--events-item aside h3 {
  margin: 0;
}

body.page--events-item aside .related-article {
  display: block;
  color: inherit;
  margin: 1.4em 0;
  text-decoration: none;
}

body.page--events-item aside .related-article:hover h5 {
  color: #0085ad;
}

body.page--events-item aside .related-article:last-of-type {
  margin-bottom: 0;
}

body.page--events-item aside .related-article h5 {
  line-height: 1.2;
}

body.page--events-item aside .related-article h5:hover {
  text-decoration: underline;
}

body.page--events-item aside .related-article p {
  line-height: 1.23;
  margin-bottom: 0;
}

body.page--events-item aside .related-article .read-more {
  line-height: 1.2;
}

body.page--events-item aside .related-article .read-more:hover {
  text-decoration: underline;
}

div.analyticsai-landing {
  overflow-x: hidden;
}

div.analyticsai-landing .btn-primary {
  background-color: #002d72;
}

div.analyticsai-landing .roadshow-link:hover {
  text-decoration: none;
}

div.analyticsai-landing .sub-sub-text {
  font-size: 15px !important;
}

@media (max-width: 768px) {
  div.analyticsai-landing .sub-sub-text {
    font-size: 10px !important;
  }
}

div.analyticsai-landing .subtext {
  font-size: 10px;
}

div.analyticsai-landing h2 {
  font-size: 36px;
}

@media (min-width: 768px) {
  div.analyticsai-landing h2 {
    font-size: 42px;
  }
}

div.analyticsai-landing h3 {
  font-size: 30px;
}

@media (min-width: 768px) {
  div.analyticsai-landing h3 {
    font-size: 35px;
  }
}

div.analyticsai-landing .rct-landing__header {
  padding: 12px 0;
}

@media (min-width: 768px) {
  div.analyticsai-landing .rct-landing__header {
    padding: 24px 0;
  }
}

div.analyticsai-landing .rct-landing__header header {
  position: static;
  height: auto;
}

div.analyticsai-landing .rct-landing__header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.analyticsai-landing .rct-landing__header img {
  width: 150px;
  padding: 0 8px;
}

@media (min-width: 480px) {
  div.analyticsai-landing .rct-landing__header img {
    width: 200px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  div.analyticsai-landing .rct-landing__header img {
    width: 300px;
  }
}

div.analyticsai-landing .rct-landing__hero {
  height: 70vh;
  background: linear-gradient(rgba(0, 45, 114, 0.5), rgba(0, 45, 114, 0.5)), url(/images/hero-carousel1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  div.analyticsai-landing .rct-landing__hero {
    background-image: url(/images/hero-carousel1.jpg);
  }
}

div.analyticsai-landing .rct-landing__hero .rct-landing__hero-inner {
  padding: 33px;
  min-width: 500px;
}

@media (min-width: 768px) {
  div.analyticsai-landing .rct-landing__hero .rct-landing__hero-inner {
    padding: 33px;
    background-color: rgba(255, 255, 255, 0.8);
    color: white;
  }
  div.analyticsai-landing .rct-landing__hero .rct-landing__hero-inner h1,
  div.analyticsai-landing .rct-landing__hero .rct-landing__hero-inner p,
  div.analyticsai-landing .rct-landing__hero .rct-landing__hero-inner a {
    color: #002d72;
  }
}

@media (max-width: 768px) {
  div.analyticsai-landing .rct-landing__hero .rct-landing__hero-inner {
    padding: 0px;
  }
}

div.analyticsai-landing .rct-landing__hero .roadshow-notice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 100px;
  padding: 33px;
  max-width: 250px;
  margin-right: 215px;
  background-color: #c99700;
  color: white;
}

div.analyticsai-landing .rct-landing__hero .roadshow-notice h1,
div.analyticsai-landing .rct-landing__hero .roadshow-notice p,
div.analyticsai-landing .rct-landing__hero .roadshow-notice a {
  color: #ffffff;
}

div.analyticsai-landing .rct-landing__hero .roadshow-notice .roadshow-inner-sm {
  display: none;
}

@media (max-width: 768px) {
  div.analyticsai-landing .rct-landing__hero .roadshow-notice {
    position: relative;
    top: 200px;
    right: 500px;
    min-width: 597px;
    max-height: 120px;
  }
  div.analyticsai-landing .rct-landing__hero .roadshow-notice .roadshow-inner {
    display: none;
  }
  div.analyticsai-landing .rct-landing__hero .roadshow-notice .roadshow-inner-sm {
    display: block;
    margin-top: -6px;
  }
}

div.analyticsai-landing .rct-landing__hero .roadshow-notice .roadshow-inner p,
div.analyticsai-landing .rct-landing__hero .roadshow-notice .roadshow-inner-sm p {
  font-size: 20px;
}

div.analyticsai-landing .rct-landing__hero h1,
div.analyticsai-landing .rct-landing__hero p,
div.analyticsai-landing .rct-landing__hero a {
  color: white;
}

div.analyticsai-landing .rct-landing__hero h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  div.analyticsai-landing .rct-landing__hero h1 {
    font-size: 42px;
  }
}

div.analyticsai-landing .rct-landing__hero p {
  margin: 0;
  font-size: 27px;
  font-style: italic;
}

div.analyticsai-landing .rct-landing__hero .rct-landing__navigation-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.analyticsai-landing .rct-landing__subhero-content {
  margin-top: 5rem;
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.analyticsai-landing .rct-landing__subhero-content {
    padding: 74px 0;
  }
}

div.analyticsai-landing .rct-landing__subhero-content h3 {
  margin-top: 0;
  color: #002d72;
  font-size: 32px;
}

div.analyticsai-landing .rct-landing__subhero-content p {
  line-height: 30px;
  margin-bottom: 0;
}

div.analyticsai-landing .ebook-thumbnail {
  max-height: 250px;
  margin-bottom: 25px;
}

div.analyticsai-landing #product-logo {
  max-width: 125px !important;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

div.analyticsai-landing .slide-intro {
  color: #ffffff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/analyticsai-landing/Background_Images/analyticsai_landing_hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

div.analyticsai-landing .slide-intro .hero-btn {
  background-color: black !important;
  border: solid 2px white !important;
}

div.analyticsai-landing .slide-intro .rct-landing__navigation-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.analyticsai-landing .slide-intro .analyticsai-landing__navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 90%;
  background-color: #323232;
  padding: 10px 37px;
  display: none;
}

div.analyticsai-landing .slide-intro .analyticsai-landing__navigation.stuck {
  position: fixed;
  top: 0px;
  bottom: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  div.analyticsai-landing .slide-intro .analyticsai-landing__navigation {
    display: block;
  }
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-intro .analyticsai-landing__navigation {
    min-width: 85%;
  }
}

@media (min-width: 1200px) {
  div.analyticsai-landing .slide-intro .analyticsai-landing__navigation {
    min-width: 70%;
  }
}

div.analyticsai-landing .slide-intro .analyticsai-landing__navigation ul {
  margin: 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-intro .analyticsai-landing__navigation ul {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-intro .analyticsai-landing__navigation ul {
    font-size: 16px;
  }
}

div.analyticsai-landing .slide-intro .analyticsai-landing__navigation ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

div.analyticsai-landing .slide-intro .analyticsai-landing__navigation ul li a {
  color: white;
}

div.analyticsai-landing .slide-intro .analyticsai-landing__navigation ul li:not(:last-of-type) {
  border-right: 1px solid white;
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-intro {
    background-position: 80%;
  }
}

div.analyticsai-landing .slide-intro .slide-workflows__carousel--wrapper {
  height: 400px;
  padding: 20px 15px 14px 15px;
}

@media (min-width: 768px) {
  div.analyticsai-landing .slide-intro .slide-workflows__carousel--wrapper {
    padding: 37px 40px 14px 0px;
  }
}

div.analyticsai-landing .slide-intro .row {
  margin-bottom: 15px;
}

div.analyticsai-landing .slide-intro img {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 500px) {
  div.analyticsai-landing .slide-intro img {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  div.analyticsai-landing .slide-intro img {
    max-width: 540px;
  }
}

div.analyticsai-landing .slide-intro p {
  margin: 20px;
  font-size: 25px;
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-intro p {
    margin: 30px 0;
  }
}

div.analyticsai-landing .slide-intro .slick-slide {
  height: auto;
}

div.analyticsai-landing .slide-intro .slide-workflows--flex-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  div.analyticsai-landing .slide-intro .slide-workflows--flex-parent {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.analyticsai-landing .slide-intro .slide-workflows__carousel--content ul {
  padding-left: 20px;
}

div.analyticsai-landing .slide-workflows {
  color: #ffffff;
  background-image: url("/images/analyticsai-landing/Background_Images/analyticsai_landing_hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-workflows {
    background-position: 80%;
  }
}

div.analyticsai-landing .slide-workflows .slide-workflows__carousel--wrapper {
  padding: 20px 15px 14px 15px;
}

@media (min-width: 768px) {
  div.analyticsai-landing .slide-workflows .slide-workflows__carousel--wrapper {
    padding: 37px 40px 14px 0px;
  }
}

div.analyticsai-landing .slide-workflows .row {
  margin-bottom: 15px;
}

div.analyticsai-landing .slide-workflows img {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 500px) {
  div.analyticsai-landing .slide-workflows img {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  div.analyticsai-landing .slide-workflows img {
    max-width: 540px;
  }
}

div.analyticsai-landing .slide-workflows p {
  margin: 20px;
  font-size: 25px;
}

@media (min-width: 992px) {
  div.analyticsai-landing .slide-workflows p {
    margin: 30px 0;
  }
}

div.analyticsai-landing .slide-workflows .slick-slide {
  height: auto;
}

div.analyticsai-landing .slide-workflows .slide-workflows--flex-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  div.analyticsai-landing .slide-workflows .slide-workflows--flex-parent {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.analyticsai-landing .slide-workflows .slide-workflows__carousel--content ul {
  padding-left: 20px;
}

div.analyticsai-landing .product-features {
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.analyticsai-landing .product-features {
    padding: 74px 0;
  }
}

div.analyticsai-landing .product-features h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  margin: 0 0 43px 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  div.analyticsai-landing .product-features h2 {
    margin: 0 0 86px 0;
  }
}

@media (max-width: 768px) {
  div.analyticsai-landing .product-features p {
    margin-bottom: 2em;
  }
}

div.analyticsai-landing .product-features p.no-margin-bot {
  margin-bottom: 0;
}

div.analyticsai-landing .learn-more {
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.analyticsai-landing .learn-more {
    padding: 74px 0;
  }
}

div.analyticsai-landing .learn-more h3 {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  div.analyticsai-landing .learn-more h3 {
    margin: 0 0 41px 0;
  }
}

div.analyticsai-landing .learn-more p {
  padding: 0 0 20px 0;
  font-size: 20px;
}

@media (min-width: 768px) {
  div.analyticsai-landing .learn-more p {
    padding: 0 0 41px 0;
  }
}

@media (min-width: 1200px) {
  div.analyticsai-landing .learn-more p {
    max-width: 90%;
    margin: 0 auto;
  }
}

div.analyticsai-landing .learn-more .learn-more__download-btn {
  padding: 10px 35px;
  background-color: #002d72;
  color: #ffffff;
  font-weight: bold;
}

div.analyticsai-landing .webinar-register {
  padding: 37px 15px;
  background-image: url(/images/webinar-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #ffffff;
}

@media (min-width: 768px) {
  div.analyticsai-landing .webinar-register {
    padding: 74px 15px;
  }
  div.analyticsai-landing .webinar-register .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

div.analyticsai-landing .webinar-register h2 {
  margin: 0 0 15px 0;
}

div.analyticsai-landing .webinar-register h3 {
  margin-bottom: 35px;
}

div.analyticsai-landing .webinar-register .webinar-register-cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.analyticsai-landing .webinar-register .webinar-register-cta a {
  background-color: #002d72;
}

@media (min-width: 768px) {
  div.analyticsai-landing .webinar-register .webinar-register__icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

div.analyticsai-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

div.analyticsai-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper a:not(:last-of-type) {
  margin-right: 16px;
}

div.analyticsai-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper a img {
  width: 70px;
}

@media (min-width: 992px) {
  div.analyticsai-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper a img {
    width: 95px;
  }
}

div.analyticsai-landing .personalized-demo {
  background-color: #c99700;
}

div.analyticsai-landing .headline-container {
  padding-top: 100px;
}

div.analyticsai-landing .nav__main__flex-container {
  height: 95px;
}

div.analyticsai-landing .rct-landing__subhero-content p,
div.analyticsai-landing .rct-landing__subhero-content h4,
div.analyticsai-landing .rct-landing__subhero-content .support-item__enhancements .enhancement > div > div:first-of-type,
.support-item__enhancements div.analyticsai-landing .rct-landing__subhero-content .enhancement > div > div:first-of-type {
  margin-top: 2.4rem;
}

div.analyticsai-landing #aifooter .footer_corporatelogo {
  height: 30px;
  width: auto;
  margin: 10px;
}

div.analyticsai-landing #aifooter .footer_idealogo {
  height: px;
  width: auto;
  margin: 10px;
}

div.analyticsai-landing .downloadbrochure {
  padding-top: 48px;
}

div.analyticsai-landing .features-row {
  margin-bottom: 4.4rem;
}

div.analyticsai-landing .featureicon {
  max-height: 100px;
}

div.analyticsai-landing .features-row h4, div.analyticsai-landing .features-row .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements div.analyticsai-landing .features-row .enhancement > div > div:first-of-type {
  color: #002d72;
}

div.analyticsai-landing .events-listing__item .image-container {
  z-index: 0;
}

div.analyticsai-landing .section-modal-form .modal-content {
  background: #f6f6f6 !important;
}

div.analyticsai-landing .section-modal-form input {
  border: none;
}

div.analyticsai-landing .section-modal-form select {
  height: 41px;
  border: none;
  padding: 0 1em;
  color: #32363a;
  width: 100%;
  background-image: url(/images/arrow__down--light-blue.svg);
  background-size: 15px 8px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

div.analyticsai-landing .section-modal-form .modal-footer {
  padding-bottom: 2.4rem;
}

div.analyticsai-landing .section-modal-form #brochureModalLabel {
  text-align: center;
}

div.analyticsai-landing #features {
  margin-bottom: 8rem;
}

div.analyticsai-landing #features h4, div.analyticsai-landing #features .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements div.analyticsai-landing #features .enhancement > div > div:first-of-type {
  text-align: center;
  color: #002d72;
}

div.analyticsai-landing #features h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  margin: 8rem 0 6rem 0;
  font-weight: bold;
}

div.analyticsai-landing #features img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-height: 100px;
}

div.analyticsai-landing #features p {
  margin-left: 4rem;
}

div.analyticsai-landing #features .feature {
  margin-bottom: 2rem;
}

div.analyticsai-landing #section-benefits h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  margin: 8rem 0 6rem 0;
  font-weight: bold;
}

#AAI_footer_idealogo {
  width: 95px;
}

#AAI_footer_corporatelogo {
  width: 183px;
}

.training-lists {
  margin-bottom: 3em;
}

.training-lists h1 {
  text-align: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #002d72;
}

.training-lists > .container > div {
  margin-top: 5em;
  margin-bottom: 3em;
}

.training-lists table .btn {
  display: block;
  width: 100%;
  text-align: left;
}

.training__filtering .text--right {
  text-align: left;
}

@media (min-width: 62em) {
  .training__filtering .text--right {
    text-align: right;
  }
}

.table__heading {
  display: block;
  background-color: #0085ad;
  color: #ffffff;
  font-size: 18px;
  font-size: 2.2rem;
  padding: 0.4em;
  margin-bottom: 0;
}

.training__header {
  margin-bottom: 1em;
}

.btn--university {
  margin-left: 1em;
}

.table-cell--button .btn-primary {
  background-image: none;
}

@media (min-width: 62em) {
  .table-cell--button .btn-primary {
    background-image: url(/images/arrow__right--white.svg);
  }
}

section.distributors__layout {
  margin-bottom: 3em;
}

section.distributors__layout .container h1.distributors__layout__heading {
  margin-top: 0em;
  text-align: left;
  line-height: 1.8;
  border-bottom: 1px solid #002d72;
}

section.distributors__layout .results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.distributors__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

@media (min-width: 30em) {
  .distributors__item {
    width: 50%;
  }
}

@media (min-width: 62em) {
  .distributors__item {
    width: 25%;
  }
}

.distributors__item__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #cecfcf;
}

.distributors__item__detail h3 {
  font-weight: 600;
}

.distributors__item__detail address {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 1.33;
  margin-bottom: 1em;
}

.distributors__item__detail .distributors__item__more-content {
  display: none;
}

.distributors__item__detail span {
  display: block;
}

.distributors__item__detail a {
  display: inline-block;
  color: inherit;
}

.distributors__item__detail .btn {
  width: 100%;
  margin: 0.25em 0;
}

.distributors__item__detail .btn:first-of-type {
  margin-top: 1.2em;
}

.distributors__item__detail .btn:last-of-type {
  margin-bottom: 1.2em;
}

.distributors__item__detail .more-less-button {
  display: block;
  height: 22px;
  width: 22px;
  margin: auto;
  margin-bottom: 1em;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.distributors__item__detail .more-less-button:hover {
  opacity: 0.9;
}

.distributor__results {
  margin-top: 1.85em;
}

.distributor__result {
  position: relative;
  line-height: 1.37;
}

.distributor__result .inner {
  max-width: 370px;
  margin: auto;
}

.distributor__result address {
  line-height: 1.37;
}

.distributor__result a {
  color: inherit;
  display: block;
}

.distributor__result a.divider {
  margin-bottom: 1.5em;
}

.distributor__result .contain:hover .inner {
  transition: 0.2s;
  opacity: 1;
  background-color: transparent;
  z-index: 2;
}

.distributor__result .contain:hover .distributor__products {
  transition: 0.2s;
  opacity: 0;
  z-index: -1;
}

.distributor__details {
  opacity: 1;
}

@media (min-width: 75em) {
  .distributor__details {
    opacity: 0;
  }
}

.distributor__products {
  transition: .8s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  text-align: left;
  width: 100%;
  max-width: 370px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #00193f;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 3em;
  opacity: 0;
  display: none;
}

@media (min-width: 75em) {
  .distributor__products {
    opacity: 1;
    display: block;
  }
}

.distributor__products ul {
  text-align: left;
}

.distributor__result-button-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  margin-top: 1.2em;
  padding: 0;
}

.distributor__result-button-container > .btn {
  display: inline-block;
  margin-right: 0.8em;
}

.distributor__links {
  margin-top: 1em;
}

body.page--support section.hero h1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

body.page--support section.hero input.input--search-icon {
  display: block;
  max-width: 445px;
  width: 100%;
}

@media (min-width: 48em) {
  body.page--support section.hero {
    height: calc(55vh - 75px) !important;
  }
}

body.page--support section.support__overview * {
  transition: border-color 0.19s, color 0.19s, background-color 0.19s;
}

body.page--support section.support__overview > .container > h1 {
  color: #002d72;
  margin-bottom: 1em;
}

@media (max-width: 25em) {
  body.page--support section.support__overview .col-xs-6 {
    width: 100%;
  }
}

body.page--support section.support__overview .product {
  display: block;
  max-width: 160px;
  margin: auto;
  margin-bottom: 2em;
}

body.page--support section.support__overview .product .product__image__container {
  border: 4px solid #cccccc;
  border-radius: 50%;
  position: relative;
  padding: calc(1em + 1%);
}

body.page--support section.support__overview .product .product__image__container .product__image {
  height: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

body.page--support section.support__overview .product .product__image__container .product__image:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

body.page--support section.support__overview .product button.btn {
  display: block;
  width: 100%;
  margin-top: 1em;
}

body.page--support section.support__overview .product:hover {
  text-decoration: none;
}

body.page--support section.support__overview .product:hover h4, body.page--support section.support__overview .product:hover .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements body.page--support section.support__overview .product:hover .enhancement > div > div:first-of-type {
  color: #0085ad;
}

body.page--support section.support__overview .product:hover .product__image__container {
  border-color: #0085ad;
}

body.page--support section.support__overview .product:hover button.btn {
  border-color: #0085ad;
  background-color: #0085ad;
  color: #ffffff;
  background-image: url(/images/arrow__right--white.svg);
}

body.page--support section.support__contact-numbers > section {
  background: #0085ad;
}

body.page--support section.support__contact-numbers > section:nth-of-type(odd) {
  background: #1991b5;
}

body.page--support section.support__contact-numbers > section > .container {
  max-width: 660px;
}

body.page--support section.support__contact-numbers > section h3 {
  margin-top: 0;
}

body.page--support section.support__contact-numbers > section p.font-weight--600 {
  margin: 1.5em 0 0.75em 0;
  line-height: 1.3;
}

body.page--support section.support__contact-numbers > section h3 + a:last-of-type {
  margin-top: 1.5em;
}

body.page--support section.support__contact-numbers > section .phone-or-email a {
  color: #ffffff;
}

body.page--support section.support__contact-numbers > section .btn {
  display: block;
  max-width: 360px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 47.99em) {
  .page--product .filter__items {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page--product .filter__items .filter__item {
    width: 100%;
  }
  .page--product .filter__items .filter__item:not(:last-of-type) {
    border-bottom: 1px solid #898888;
  }
}

.support-item__section .container > h1 {
  color: #0085ad !important;
}

.support_item__header {
  display: block;
  width: auto;
  margin-bottom: 1em;
}

.support_item__header h3 {
  margin-top: 0.6em;
}

.support-item__resources .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support-item__resources > section.pad-tb > .container h1 {
  color: #0085ad;
  margin-bottom: 1em;
}

.support-item__resources > section.pad-tb:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.support-item__resources > section.pad-tb ul.list li {
  font-weight: 800;
}

.support-item__resources > section.pad-tb ul.list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.support-item__resources .icon-container {
  display: block;
  border: 3px solid #c8c8c8;
  border-radius: 50%;
  max-width: 79px;
  background: #ffffff;
}

.support-item__resources .icon-container .icon {
  display: block;
  position: relative;
  background-size: 65%;
}

.support-item__resources .icon-container .icon:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.support-item__downloads .download-container {
  max-width: 600px;
  margin: auto;
  padding-top: 1em;
}

.support-item__downloads .download {
  padding-bottom: 2em;
  margin-bottom: 3em;
  border-bottom: 1px solid #c1c6c8;
}

.support-item__downloads .download:last-of-type {
  border-bottom: none;
}

.support-item__downloads .download h3 {
  font-size: 27px;
}

.support-item__downloads .download__update {
  padding-top: 0.05em;
  padding-bottom: 1.3em;
}

.support-item__downloads .download__update h4 + .btn, .support-item__downloads .download__update .support-item__enhancements .enhancement > div > div:first-of-type + .btn, .support-item__enhancements .support-item__downloads .download__update .enhancement > div > div:first-of-type + .btn {
  margin-top: 0.4em;
}

.support-item__downloads .download__update__details,
.support-item__downloads .download__update__details * {
  color: #444;
}

.support-item__enhancements .enhancement {
  margin-top: 2em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero__carousel__container {
  display: none;
}

@media (min-width: 48em) {
  .hero__carousel__container {
    display: block;
    position: relative;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0.5em 0;
    width: 100%;
    background-color: rgba(0, 133, 173, 0.8);
  }
}

.hero__carousel {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.hero__carousel .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero__carousel .slick-track .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__carousel__item {
  padding: 0.2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.hero__carousel__item .filler {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.careers-item {
  padding-bottom: 3em;
}

.careers-item .pagination .display--flex {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.careers-item .pad--all {
  padding: 1em 2em;
}

.careers-item .article__heading {
  margin-bottom: 0.2em;
  line-height: 1.3;
}

.careers-item h3 {
  margin-bottom: 1em;
}

.careers-item .apply-button-container {
  margin-top: 1.5em;
}

.careers-item .apply-button-container.apply-button-container--on-small {
  display: block;
}

@media (min-width: 62em) {
  .careers-item .apply-button-container.apply-button-container--on-small {
    display: none;
  }
}

.careers-item .apply-button-container.apply-button-container--on-large {
  display: none;
}

@media (min-width: 62em) {
  .careers-item .apply-button-container.apply-button-container--on-large {
    display: block;
  }
}

.careers-item .row--smaller {
  margin-left: -10px;
  margin-right: -10px;
}

.careers-item .row--smaller > * {
  padding-left: 10px;
  padding-right: 10px;
}

.careers-item article {
  margin-bottom: 0.7em;
}

@media (min-width: 62em) {
  .careers-item article {
    margin-bottom: 0;
  }
}

.careers-item .careers-item__responsibilities {
  margin-top: .7em;
}

.careers-item .careers-item__responsibilities h3 {
  margin-top: 0;
  margin-bottom: 1em;
}

.careers-item .careers-item__responsibilities ul {
  padding-left: 1.5em;
}

.careers-item .careers-item__responsibilities li {
  margin-bottom: .8em;
  line-height: 1.4;
}

.careers-item .careers-item__qualifications h3 {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.careers-item .careers-item__qualifications ul {
  padding-left: 1.5em;
}

.careers-item .careers-item__qualifications ul li {
  margin-bottom: 1em;
  line-height: 1.4;
}

div.rct-landing {
  overflow-x: hidden;
}

div.rct-landing .roadshow-link:hover {
  text-decoration: none;
}

div.rct-landing .sub-sub-text {
  font-size: 15px !important;
}

@media (max-width: 768px) {
  div.rct-landing .sub-sub-text {
    font-size: 10px !important;
  }
}

div.rct-landing .subtext {
  font-size: 10px;
}

div.rct-landing h2 {
  font-size: 36px;
}

@media (min-width: 768px) {
  div.rct-landing h2 {
    font-size: 42px;
  }
}

div.rct-landing h3 {
  font-size: 30px;
}

@media (min-width: 768px) {
  div.rct-landing h3 {
    font-size: 35px;
  }
}

div.rct-landing .rct-landing__header {
  padding: 12px 0;
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__header {
    padding: 24px 0;
  }
}

div.rct-landing .rct-landing__header header {
  position: static;
  height: auto;
}

div.rct-landing .rct-landing__header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.rct-landing .rct-landing__header img {
  width: 150px;
  padding: 0 8px;
}

@media (min-width: 480px) {
  div.rct-landing .rct-landing__header img {
    width: 200px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__header img {
    width: 300px;
  }
}

div.rct-landing .rct-landing__hero {
  background: linear-gradient(rgba(0, 45, 114, 0.5), rgba(0, 45, 114, 0.5)), url(/images/hero-carousel1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__hero {
    background-image: url(/images/hero-carousel1.jpg);
    padding-bottom: 21px;
  }
}

div.rct-landing .rct-landing__hero .rct-landing__hero-inner {
  padding: 33px;
  min-width: 500px;
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__hero .rct-landing__hero-inner {
    padding: 33px;
    background-color: rgba(255, 255, 255, 0.8);
    color: white;
  }
  div.rct-landing .rct-landing__hero .rct-landing__hero-inner h1,
  div.rct-landing .rct-landing__hero .rct-landing__hero-inner p,
  div.rct-landing .rct-landing__hero .rct-landing__hero-inner a {
    color: #002d72;
  }
}

@media (max-width: 768px) {
  div.rct-landing .rct-landing__hero .rct-landing__hero-inner {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  div.rct-landing .rct-landing__hero {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(50vh - 75px);
  }
}

@media (max-width: 992px) {
  div.rct-landing .rct-landing__hero .hero-badge {
    position: absolute;
    bottom: unset;
    top: 20px;
  }
}

@media (max-width: 768px) {
  div.rct-landing .rct-landing__hero {
    padding: 20px 0 40px;
  }
  div.rct-landing .rct-landing__hero .hero-badge {
    display: inline-block;
    position: relative;
    left: 0;
    right: unset;
  }
}

div.rct-landing .rct-landing__hero .roadshow-notice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 100px;
  padding: 33px;
  max-width: 250px;
  margin-right: 215px;
  background-color: #c99700;
  color: white;
}

div.rct-landing .rct-landing__hero .roadshow-notice h1,
div.rct-landing .rct-landing__hero .roadshow-notice p,
div.rct-landing .rct-landing__hero .roadshow-notice a {
  color: #ffffff;
}

div.rct-landing .rct-landing__hero .roadshow-notice .roadshow-inner-sm {
  display: none;
}

@media (max-width: 768px) {
  div.rct-landing .rct-landing__hero .roadshow-notice {
    position: relative;
    top: 200px;
    right: 500px;
    min-width: 597px;
    max-height: 120px;
  }
  div.rct-landing .rct-landing__hero .roadshow-notice .roadshow-inner {
    display: none;
  }
  div.rct-landing .rct-landing__hero .roadshow-notice .roadshow-inner-sm {
    display: block;
    margin-top: -6px;
  }
}

div.rct-landing .rct-landing__hero .roadshow-notice .roadshow-inner p,
div.rct-landing .rct-landing__hero .roadshow-notice .roadshow-inner-sm p {
  font-size: 20px;
}

div.rct-landing .rct-landing__hero h1,
div.rct-landing .rct-landing__hero p,
div.rct-landing .rct-landing__hero a {
  color: white;
}

div.rct-landing .rct-landing__hero h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__hero h1 {
    font-size: 42px;
  }
}

div.rct-landing .rct-landing__hero p {
  margin: 0;
  font-size: 27px;
  font-style: italic;
}

div.rct-landing .rct-landing__hero .rct-landing__navigation-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.rct-landing .rct-landing__hero .rct-landing__navigation {
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 90%;
  background: linear-gradient(#474747, #323232);
  padding: 10px 37px;
  display: none;
}

div.rct-landing .rct-landing__hero .rct-landing__navigation .bold-gold {
  font-weight: bolder;
  color: #c99700 !important;
}

div.rct-landing .rct-landing__hero .rct-landing__navigation.stuck {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__hero .rct-landing__navigation {
    display: block;
  }
}

@media (min-width: 992px) {
  div.rct-landing .rct-landing__hero .rct-landing__navigation {
    min-width: 85%;
  }
}

@media (min-width: 1200px) {
  div.rct-landing .rct-landing__hero .rct-landing__navigation {
    min-width: 70%;
  }
}

div.rct-landing .rct-landing__hero .rct-landing__navigation ul {
  margin: 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 992px) {
  div.rct-landing .rct-landing__hero .rct-landing__navigation ul {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  div.rct-landing .rct-landing__hero .rct-landing__navigation ul {
    font-size: 16px;
  }
}

div.rct-landing .rct-landing__hero .rct-landing__navigation ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

div.rct-landing .rct-landing__hero .rct-landing__navigation ul li:not(:last-of-type) {
  border-right: 1px solid white;
}

div.rct-landing .rct-landing__subhero-content {
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.rct-landing .rct-landing__subhero-content {
    padding: 74px 0;
  }
  div.rct-landing .rct-landing__subhero-content h3 {
    margin-top: 0;
  }
}

div.rct-landing .rct-landing__subhero-content h3 {
  color: #002d72;
  font-size: 32px;
}

div.rct-landing .rct-landing__subhero-content p {
  line-height: 30px;
  margin-bottom: 0;
}

div.rct-landing .rct-landing__subhero-content .row div {
  width: 100%;
}

div.rct-landing #product-logo {
  max-width: 125px !important;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

div.rct-landing .slide-workflows {
  color: #ffffff;
  background-image: url("/images/workflows-bg--large.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

@media (min-width: 992px) {
  div.rct-landing .slide-workflows {
    background-position: 80%;
  }
}

div.rct-landing .slide-workflows .slide-workflows__carousel--wrapper {
  padding: 20px 15px 14px 15px;
}

@media (min-width: 768px) {
  div.rct-landing .slide-workflows .slide-workflows__carousel--wrapper {
    padding: 37px 40px 14px 0px;
  }
}

div.rct-landing .slide-workflows .row {
  margin-bottom: 15px;
}

div.rct-landing .slide-workflows img {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 500px) {
  div.rct-landing .slide-workflows img {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  div.rct-landing .slide-workflows img {
    max-width: 540px;
  }
}

div.rct-landing .slide-workflows p {
  margin: 20px;
  font-size: 25px;
}

@media (min-width: 992px) {
  div.rct-landing .slide-workflows p {
    margin: 30px 0;
  }
}

div.rct-landing .slide-workflows .slick-slide {
  height: auto;
}

div.rct-landing .slide-workflows .slide-workflows--flex-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  div.rct-landing .slide-workflows .slide-workflows--flex-parent {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.rct-landing .slide-workflows .slide-workflows__carousel--content ul {
  padding-left: 20px;
}

div.rct-landing .product-features {
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.rct-landing .product-features {
    padding: 74px 0;
  }
}

div.rct-landing .product-features h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  margin: 0 0 43px 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  div.rct-landing .product-features h2 {
    margin: 0 0 86px 0;
  }
}

@media (max-width: 768px) {
  div.rct-landing .product-features p {
    margin-bottom: 2em;
  }
}

div.rct-landing .product-features p.no-margin-bot {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  div.rct-landing .product-features .row:first-of-type {
    margin-bottom: 70px;
  }
}

div.rct-landing .learn-more {
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.rct-landing .learn-more {
    padding: 74px 0;
  }
}

div.rct-landing .learn-more h3 {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  div.rct-landing .learn-more h3 {
    margin: 0 0 41px 0;
  }
}

div.rct-landing .learn-more p {
  padding: 0 0 20px 0;
  font-size: 20px;
}

@media (min-width: 768px) {
  div.rct-landing .learn-more p {
    padding: 0 0 41px 0;
  }
}

@media (min-width: 1200px) {
  div.rct-landing .learn-more p {
    margin: 0 auto;
  }
}

div.rct-landing .learn-more img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  div.rct-landing .learn-more img {
    width: auto;
    max-height: 250px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  div.rct-landing .learn-more .col-sm-8 {
    padding-left: 41px;
  }
}

div.rct-landing .learn-more .learn-more__download-btn {
  padding: 10px 35px;
  background-color: #002d72;
  color: #ffffff;
  font-weight: bold;
}

div.rct-landing .roadshow {
  padding: 37px 0;
}

@media (min-width: 768px) {
  div.rct-landing .roadshow {
    padding: 74px 0;
  }
}

div.rct-landing .roadshow .container {
  margin: auto;
  text-align: left;
}

@media (min-width: 768px) {
  div.rct-landing .roadshow .container {
    text-align: center;
  }
}

div.rct-landing .roadshow h3 {
  color: #002d72;
  font-size: 35px;
  margin: 0 0 41px 0;
  font-weight: bold;
}

div.rct-landing .roadshow p {
  font-size: 20px;
  margin-bottom: 0;
}

div.rct-landing .roadshow .register-now {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 35px;
  background-color: #002d72;
  color: #ffffff;
  font-weight: bold;
}

div.rct-landing .webinar-register {
  padding: 37px 15px;
  background-image: url(/images/webinar-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #ffffff;
}

@media (min-width: 768px) {
  div.rct-landing .webinar-register {
    padding: 74px 15px;
  }
  div.rct-landing .webinar-register .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

div.rct-landing .webinar-register h2 {
  margin: 0 0 15px 0;
}

div.rct-landing .webinar-register h3 {
  margin-bottom: 35px;
}

div.rct-landing .webinar-register .webinar-register-cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.rct-landing .webinar-register .webinar-register-cta a {
  background-color: #002d72;
}

@media (min-width: 768px) {
  div.rct-landing .webinar-register .webinar-register__icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

div.rct-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

div.rct-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper a:not(:last-of-type) {
  margin-right: 16px;
}

div.rct-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper a img {
  width: 70px;
}

@media (min-width: 992px) {
  div.rct-landing .webinar-register .webinar-register__icons .webinar-register__icon-wrapper a img {
    width: 95px;
  }
}

div.rct-landing .whatsnew {
  padding: 74px 0;
  text-align: center;
}

div.rct-landing .whatsnew h2 {
  color: #002d72;
  font-size: 35px;
  text-align: center;
  margin: 0 0 43px 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  div.rct-landing .whatsnew h2 {
    margin: 0 0 86px 0;
  }
}

div.rct-landing .whatsnew a {
  margin-top: 43px;
}

@media (min-width: 768px) {
  div.rct-landing .whatsnew a {
    margin-top: 86px;
  }
}

div.rct-landing .whatsnew .container > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  max-width: 1200px;
  height: 56vh;
  text-align: left;
}

div.rct-landing .whatsnew__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  min-height: 100%;
  background: #eee;
  list-style: none;
  font-size: 18px;
}

div.rct-landing .whatsnew__tabs li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px;
  cursor: pointer;
  color: #32363a;
  overflow: hidden;
  text-align: center;
}

div.rct-landing .whatsnew__tabs li.current {
  margin-right: -6px;
  background: #CCCCCC;
  background: linear-gradient(#474747, #323232);
  color: white;
  transition: all 0.3s ease;
  overflow: inherit;
}

div.rct-landing .whatsnew__tabs li.current:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3d3d3d;
}

div.rct-landing .whatsnew__tabs li:hover {
  opacity: 0.9;
}

div.rct-landing .whatsnew__tabs li:not(:last-of-type) {
  border-bottom: 6px solid #f6f6f6;
}

div.rct-landing .whatsnew__tabs li .whatsnew__content {
  display: none;
}

div.rct-landing .whatsnew__content {
  display: none;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px;
  background: #fff;
  border-left: 6px solid #f6f6f6;
  overflow: auto;
  font-size: 16px;
}

div.rct-landing .whatsnew__content.current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.rct-landing .whatsnew__content.current > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.rct-landing .whatsnew__content img {
  width: auto;
  max-width: 50%;
  height: auto;
  max-height: 120px;
  margin: 0 auto 48px;
}

div.rct-landing .whatsnew__content a {
  margin: 0 0 86px 0;
}

@media (max-width: 768px) {
  div.rct-landing .whatsnew .container > div {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  div.rct-landing .whatsnew .whatsnew__content {
    display: none;
  }
  div.rct-landing .whatsnew__tabs {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  div.rct-landing .whatsnew__tabs li {
    padding: 18px 6px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.rct-landing .whatsnew__tabs li.current {
    margin-right: 0;
  }
  div.rct-landing .whatsnew__tabs li.current:after {
    display: none;
  }
  div.rct-landing .whatsnew__tabs li.current .whatsnew__content--mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    font-weight: normal;
    cursor: auto;
    cursor: initial;
    color: #323232;
  }
  div.rct-landing .whatsnew__tabs li.current .whatsnew__content--mobile ul {
    list-style: disc;
    width: 100%;
  }
  div.rct-landing .whatsnew__tabs li.current .whatsnew__content--mobile li {
    display: list-item;
    padding: 5px 0;
    overflow: visible;
    overflow: initial;
    border: none;
    font-weight: normal;
    cursor: auto;
    cursor: initial;
  }
  div.rct-landing .whatsnew__tabs li.current .whatsnew__content--mobile li:hover {
    opacity: 1;
  }
  div.rct-landing .whatsnew__tabs li.current .whatsnew__content--mobile img {
    max-width: 100%;
  }
  div.rct-landing .whatsnew__tabs li.current .whatsnew__content--mobile.current > div:first-child {
    height: 120px;
  }
  div.rct-landing .whatsnew__tabs li:last-of-type {
    border-bottom: 6px solid #f6f6f6;
  }
  div.rct-landing .whatsnew__content {
    border-left: none;
  }
}

.grecaptcha-badge {
  visibility: collapse !important;
}

.modal-open .grecaptcha-badge,
.page--contact .grecaptcha-badge {
  visibility: visible !important;
  z-index: 1200;
}

.products-offset-link:before {
  display: block;
  content: " ";
  height: 144px;
  /* Give height of your fixed element */
  margin-top: -144px;
  /* Give negative margin of your fixed element */
  visibility: hidden;
}

body.page--solution .solutions_desktop-tab,
body.page--solution .solutions_cloud-tab {
  height: 0px;
  overflow-y: hidden;
  opacity: 0;
}

body.page--solution .solutions_desktop-tab.active,
body.page--solution .solutions_cloud-tab.active {
  height: auto;
  overflow-y: visible;
  opacity: 1;
}

.about-us-intro {
  margin: 0.5em 0 2em 0;
  font-size: 1.5rem;
}

@media (min-width: 48em) {
  .about-us-intro {
    font-size: 2rem;
  }
}

.about-us-intro p {
  max-width: 740px;
  margin: auto;
}

.business-outcomes {
  width: 100%;
  padding: 1.5em 0;
}

.business-outcomes h2 {
  font-size: 36px;
  line-height: 1;
  margin-top: 0;
  color: #ffffff;
}

.business-outcomes p {
  line-height: 1.3;
  font-size: 16px;
  max-width: 740px;
  margin: auto;
  color: #ffffff;
}

@media (min-width: 768px) {
  .business-outcomes p {
    font-size: 24px;
  }
}

.business-outcomes__card {
  position: relative;
}

.card-front {
  background-size: 3px 3px;
  border-radius: 1px;
  box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.1), 0px 6px 8px 0px rgba(0, 0, 0, 0.1), 6px 0px 8px 0px rgba(0, 0, 0, 0.1), -6px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
}

.card-front.--one {
  background-color: #002d72;
}

.card-front.--two {
  background-color: #c99700;
}

.card-front.--three {
  background-color: #0085ad;
}

.layer {
  position: relative;
  padding: 19px 33px;
}

.layer .corner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
}

.layer .corner:nth-of-type(1) {
  right: 0;
  top: 0;
}

.layer .corner:nth-of-type(2) {
  left: 0;
  top: 0;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}

.layer .corner:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

.layer .corner:nth-of-type(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}

.about-us-video {
  padding: 45px 0;
}

@media (min-width: 768px) {
  .about-us-video {
    padding: 75px 0;
  }
}

.about-us-video p {
  font-size: 20px;
  font-weight: bold;
  margin: 46px 0 0;
  border-left: 3px solid #0085ad;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .about-us-video p {
    font-size: 24px;
    margin: 76px 0 0;
  }
}

.about-us__join-our-team {
  padding: 52px 0;
  text-align: center;
}

.about-us__join-our-team h2 {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: bold;
}

section.fusion-lp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(to bottom, white 0%, rgba(254, 254, 254, 0.997) 11.4%, rgba(251, 251, 251, 0.988) 22.3%, rgba(246, 246, 246, 0.972) 32.7%, rgba(239, 239, 239, 0.95) 42.5%, rgba(230, 230, 230, 0.92) 51.7%, rgba(219, 219, 219, 0.884) 60.3%, rgba(205, 205, 205, 0.84) 68.1%, rgba(189, 189, 189, 0.787) 75.2%, rgba(170, 170, 170, 0.727) 81.5%, rgba(149, 149, 149, 0.659) 87%, rgba(125, 125, 125, 0.581) 91.5%, rgba(98, 98, 98, 0.495) 95.2%, rgba(68, 68, 68, 0.4) 97.8%, rgba(36, 36, 36, 0.295) 99.4%, rgba(0, 0, 0, 0.18) 100%), url("/images/fusion/fusion-hero@0,25x.jpg");
  background-position: center 11%;
  background-size: cover, cover;
}

@media (min-width: 62em) {
  section.fusion-lp {
    background: linear-gradient(to bottom, white 0%, rgba(254, 254, 254, 0.997) 11.4%, rgba(251, 251, 251, 0.988) 22.3%, rgba(246, 246, 246, 0.972) 32.7%, rgba(239, 239, 239, 0.95) 42.5%, rgba(230, 230, 230, 0.92) 51.7%, rgba(219, 219, 219, 0.884) 60.3%, rgba(205, 205, 205, 0.84) 68.1%, rgba(189, 189, 189, 0.787) 75.2%, rgba(170, 170, 170, 0.727) 81.5%, rgba(149, 149, 149, 0.659) 87%, rgba(125, 125, 125, 0.581) 91.5%, rgba(98, 98, 98, 0.495) 95.2%, rgba(68, 68, 68, 0.4) 97.8%, rgba(36, 36, 36, 0.295) 99.4%, rgba(0, 0, 0, 0.18) 100%), url("/images/fusion/fusion-hero@0,33x.jpg");
    background-position: center 11%;
    background-size: cover, cover;
  }
}

@media (min-width: 75em) {
  section.fusion-lp {
    background: linear-gradient(to bottom, white 0%, rgba(254, 254, 254, 0.997) 11.4%, rgba(251, 251, 251, 0.988) 22.3%, rgba(246, 246, 246, 0.972) 32.7%, rgba(239, 239, 239, 0.95) 42.5%, rgba(230, 230, 230, 0.92) 51.7%, rgba(219, 219, 219, 0.884) 60.3%, rgba(205, 205, 205, 0.84) 68.1%, rgba(189, 189, 189, 0.787) 75.2%, rgba(170, 170, 170, 0.727) 81.5%, rgba(149, 149, 149, 0.659) 87%, rgba(125, 125, 125, 0.581) 91.5%, rgba(98, 98, 98, 0.495) 95.2%, rgba(68, 68, 68, 0.4) 97.8%, rgba(36, 36, 36, 0.295) 99.4%, rgba(0, 0, 0, 0.18) 100%), url("/images/fusion/fusion-hero.jpg");
    background-position: center 11%;
    background-size: cover, cover;
  }
}

section.fusion-lp .fusion-lp__wrapper {
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

section.fusion-lp .fusion-lp__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

section.fusion-lp .fusion-lp__body img {
  width: 55px;
}

@media (min-width: 48em) {
  section.fusion-lp .fusion-lp__body img {
    width: auto;
  }
}

section.fusion-lp .fusion-lp__body h1,
section.fusion-lp .fusion-lp__body h2,
section.fusion-lp .fusion-lp__body h3 {
  color: #002d72;
}

section.fusion-lp .fusion-lp__body h1 {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: bold;
}

@media (min-width: 48em) {
  section.fusion-lp .fusion-lp__body h1 {
    font-size: 75px;
  }
}

section.fusion-lp .fusion-lp__body h2 {
  font-size: 21px;
  margin-top: 22px;
  font-weight: bold;
}

@media (min-width: 48em) {
  section.fusion-lp .fusion-lp__body h2 {
    font-size: 42px;
    margin-top: 55px;
  }
}

section.fusion-lp .fusion-lp__body h3 {
  font-size: 15px;
  margin-top: 25px;
}

@media (min-width: 48em) {
  section.fusion-lp .fusion-lp__body h3 {
    font-size: 30px;
    margin-top: 51px;
  }
}

section.fusion-lp .fusion-lp__body p {
  font-size: 15px;
  margin: 15px 0 19px 0;
}

@media (min-width: 48em) {
  section.fusion-lp .fusion-lp__body p {
    font-size: 20px;
    margin: 31px 0 38px 0;
  }
}

section.fusion-lp .btn-primary {
  background-color: #002d72;
}

section.fusion-lp .fusion-lp__down-arrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
}

section.fusion-lp .bounce {
  -webkit-animation: bounce 2s;
          animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

section.fusion-lp .fusion-lp__footer {
  background-color: #000000;
}

section.fusion-lp .fusion-lp__footer .fusion-lp__footer-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.fusion-lp .fusion-lp__footer img {
  width: 150px;
  padding: 10px 0;
}

@media (min-width: 48em) {
  section.fusion-lp .fusion-lp__footer img {
    width: 300px;
    padding: 15px 0;
  }
}

.financials-sg-page {
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}

.financials-sg-page .ebooklink {
  cursor: pointer;
}

.financials-sg-page .webinarlink {
  cursor: pointer;
}

.financials-sg-page .vidlink {
  cursor: pointer;
}

.financials-sg-page .successlink {
  cursor: pointer;
}

.financials-sg-page .quote-author {
  text-align: center !important;
}

.financials-sg-page .header__burger-icon {
  display: none !important;
}

.financials-sg-page .header__nav {
  display: none !important;
}

.financials-sg-page .header__upper-nav {
  display: none !important;
}

.financials-sg-page .nav__main__links {
  display: none !important;
}

.financials-sg-page .disabled {
  -webkit-filter: blur(3px) grayscale(100%);
          filter: blur(3px) grayscale(100%);
  pointer-events: none;
}

.financials-sg-page .painpointtext {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}

.financials-sg-page .tab2text {
  margin-top: 9%;
}

.financials-sg-page .tab4text {
  margin-top: 9%;
}

.financials-sg-page .grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.financials-sg-page .partnerlogo {
  margin: 20 20 20 20;
  max-width: 750px;
  max-height: 300px;
}

.financials-sg-page section.careers__our-people .person:before {
  -webkit-filter: none !important;
  filter: none !important;
}

@media only screen and (max-width: 479px) {
  .financials-sg-page .hero {
    max-height: 40%;
  }
  .financials-sg-page .headline-container {
    max-height: 25%;
  }
}

@media only screen and (min-width: 480px) {
  .financials-sg-page .hero {
    max-height: 40%;
  }
  .financials-sg-page .headline-container {
    max-height: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .financials-sg-page .hero {
    max-height: 100%;
  }
  .financials-sg-page .headline-container {
    max-height: 100%;
  }
}

.financials-sg-page .carousel-control {
  background-image: none !important;
}

.financials-sg-page .carousel-indicators li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid rgba(51, 51, 51, 0.72941) !important;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.72941) !important;
  opacity: 0.2;
}

.financials-sg-page .carousel-indicators .active {
  margin: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(51, 51, 51, 0.72941) !important;
}

.financials-sg-page .carousel-indicators {
  bottom: -10px !important;
}

.financials-sg-page p {
  font-size: 20px;
}

.financials-sg-page .tab, .financials-sg-page .tab:focus {
  color: white !important;
  text-decoration: none;
}

.financials-sg-page a, .financials-sg-page a:active {
  text-decoration: none;
}

.financials-sg-page .tabheading {
  color: #002D72;
  font-weight: 600;
  line-height: 1.27;
}

.financials-sg-page .featureheading {
  font-size: 25px !important;
}

.financials-sg-page li {
  font-size: 20px;
}

.financials-sg-page .thinbordertop {
  border-top: 5px solid #eee;
}

.financials-sg-page .key-benefits__item img {
  display: block;
  margin: auto;
  height: 200% !important;
  padding-bottom: 5%;
}

.financials-sg-page .filter__item {
  font-size: 15px !important;
}

.financials-sg-page .tabtext {
  font-size: 18px;
}

.financials-sg-page .italicized {
  font-style: italic;
}

.financials-sg-page .productbtn {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  margin-left: 16%;
  margin-right: 16%;
}

.financials-sg-page li {
  font-size: 18px !important;
}

.gov-financial-reporting-simplified {
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}

.gov-financial-reporting-simplified a:focus, .gov-financial-reporting-simplified a:hover {
  color: white !important;
  text-decoration: none !important;
}

.gov-financial-reporting-simplified left:focus, .gov-financial-reporting-simplified left:hover, .gov-financial-reporting-simplified right:focus, .gov-financial-reporting-simplified right:hover {
  color: #0085AD !important;
  text-decoration: none !important;
}

.gov-financial-reporting-simplified .ebooklink {
  cursor: pointer;
}

.gov-financial-reporting-simplified .webinarlink {
  cursor: pointer;
}

.gov-financial-reporting-simplified .successlink {
  cursor: pointer;
}

.gov-financial-reporting-simplified .quote-author {
  text-align: center !important;
}

.gov-financial-reporting-simplified .disabled {
  -webkit-filter: blur(3px) grayscale(100%);
          filter: blur(3px) grayscale(100%);
  pointer-events: none;
}

.gov-financial-reporting-simplified .painpointtext {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}

.gov-financial-reporting-simplified .paintpointicon {
  background-position-y: 45% !important;
  height: 200px !important;
}

.gov-financial-reporting-simplified .grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.gov-financial-reporting-simplified .partnerlogo {
  margin: 20 20 20 20;
  max-width: 400px;
}

.gov-financial-reporting-simplified section.careers__our-people .person:before {
  -webkit-filter: none !important;
  filter: none !important;
}

.gov-financial-reporting-simplified .graphicbanner .no-two-columns {
  padding-bottom: 180px;
}

@media only screen and (max-width: 479px) {
  .gov-financial-reporting-simplified .graphicbanner .no-two-columns {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .gov-financial-reporting-simplified .graphicbanner {
    height: auto !important;
    width: auto !important;
    padding-top: 0% !important;
  }
}

@media only screen and (min-width: 480px) {
  .gov-financial-reporting-simplified .graphicbanner {
    height: auto !important;
    width: auto !important;
    max-height: 400px !important;
    padding-top: 3% !important;
  }
}

@media only screen and (min-width: 768px) {
  .gov-financial-reporting-simplified .graphicbanner {
    height: auto !important;
    width: auto !important;
    max-height: 350px !important;
    padding-top: 0% !important;
  }
}

@media only screen and (min-width: 992px) {
  .gov-financial-reporting-simplified .graphicbanner {
    height: auto !important;
    width: auto !important;
    max-height: 450px !important;
    padding-top: 5% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .gov-financial-reporting-simplified .graphicbanner {
    height: auto !important;
    width: auto !important;
    max-height: 650px !important;
    padding-top: 10% !important;
  }
}

.distributors-landing-page header {
  padding: 20px 0;
  position: static;
  position: initial;
}

.distributors-landing-page header .header__logo {
  max-width: 300px;
}

.distributors-landing-page section.hero {
  background-image: url("https://cms.caseware.com/wp-content/uploads/2017/04/banner-about-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.distributors-landing-page section.hero .hero__content {
  color: #ffffff;
}

.distributors-landing-page section.hero .hero__content h1 {
  margin: 0 0 0.5em 0;
  font-weight: 600;
}

.distributors-landing-page section.hero .hero__content h4, .distributors-landing-page section.hero .hero__content .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .distributors-landing-page section.hero .hero__content .enhancement > div > div:first-of-type {
  margin: 0 auto;
  max-width: 820px;
}

.distributors-landing-page section.hero .hero__content h4:not(:last-of-type), .distributors-landing-page section.hero .hero__content .support-item__enhancements .enhancement > div > div:not(:last-of-type):first-of-type, .support-item__enhancements .distributors-landing-page section.hero .hero__content .enhancement > div > div:not(:last-of-type):first-of-type {
  margin-bottom: 15px;
}

.distributors-landing-page section.distributors-products {
  text-align: center;
  padding: 3em 0 0 0;
}

.distributors-landing-page section.distributors-products h2 {
  margin: 0 0 1em 0;
}

.distributors-landing-page section.distributors-products h4, .distributors-landing-page section.distributors-products .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .distributors-landing-page section.distributors-products .enhancement > div > div:first-of-type {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0.75em;
  margin-bottom: 1em;
}

.distributors-landing-page section.distributors-products a {
  display: block;
  max-width: 184px;
  margin: auto;
}

.distributors-landing-page section.distributors-products .products__image {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  border: 3px solid #cccccc;
  background-color: #ffffff;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.distributors-landing-page section.distributors-products .products__container:not(:last-of-type) {
  margin-bottom: 25px;
}

.distributors-landing-page section.key-solutions a {
  cursor: default;
}

.distributors-landing-page section.distributor-form h2 {
  margin-bottom: 1em;
}

.distributors-landing-page section.distributor-form .contact-form input,
.distributors-landing-page section.distributor-form .contact-form select {
  border: 1px solid #c1c6c8;
}

.distributors-landing-page section.distributor-form .products-of-interest legend {
  border-bottom: none;
  font-size: 1.1em;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field > div {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 15px;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field label {
  font-weight: 300;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 29px;
  height: 24px;
  display: inline-block;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

.distributors-landing-page section.distributor-form .products-of-interest .poi-checkbox-field label.css-label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_25c68cea905658aa397c192548f75f50.png);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.distributors-landing-page section.distributor-form .poi-textarea {
  width: 100%;
  border: 1px solid #c1c6c8;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 1.2em;
  padding: 1em;
  line-height: 1;
}

.distributors-landing-page section.distributor-form .poi-textarea::-webkit-input-placeholder {
  color: #3e4348;
}

.distributors-landing-page section.distributor-form .poi-textarea:-ms-input-placeholder {
  color: #3e4348;
}

.distributors-landing-page section.distributor-form .poi-textarea::placeholder {
  color: #3e4348;
}

.distributors-landing-page footer.distributor__footer {
  background-color: #323232;
}

.distributors-landing-page footer.distributor__footer > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.distributors-landing-page footer.distributor__footer img {
  width: 150px;
  padding: 10px 0;
}

@media (min-width: 48em) {
  .distributors-landing-page footer.distributor__footer img {
    width: 300px;
    padding: 15px 0;
  }
}

.distributors-landing-page .solution-frames {
  color: white;
}

.distributors-landing-page .solution-frames .solution-container__wrapper {
  position: relative;
}

.distributors-landing-page .solution-frames .solution-container {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.distributors-landing-page .solution-frames .gold {
  background-image: url("/images/distributor-landing-page/Image_Audit.jpg");
}

.distributors-landing-page .solution-frames .teal {
  background-image: url("/images/distributor-landing-page/Image_Review.jpg");
}

.distributors-landing-page .solution-frames .purple {
  background-image: url("/images/distributor-landing-page/Image_FinancialReporting.jpg");
}

.distributors-landing-page .solution-frames .blue {
  background-image: url("/images/distributor-landing-page/Image_Cloud.jpg");
}

.distributors-landing-page .solution-frames .solution-intro {
  padding: 15px 15px 0;
  font-size: 1.5em;
  text-align: center;
  position: absolute;
  top: 0;
  color: #32363a;
}

.distributors-landing-page .solution-frames .solution-intro h2 {
  font-size: 1.2em;
}

@media (min-width: 48em) {
  .distributors-landing-page .solution-frames .solution-intro {
    padding: 0;
    top: 40%;
    left: calc((100% - 750px) / 2);
    font-size: 2em;
    width: 375px;
    opacity: 0.5;
    -webkit-transform: scale(0) translateY(-50%);
        -ms-transform: scale(0) translateY(-50%);
            transform: scale(0) translateY(-50%);
  }
}

@media (min-width: 62em) {
  .distributors-landing-page .solution-frames .solution-intro {
    left: calc((100% - 970px) / 2);
    width: 475px;
  }
}

@media (min-width: 75em) {
  .distributors-landing-page .solution-frames .solution-intro {
    left: calc((100% - 1170px) / 2);
    width: 560px;
  }
}

.distributors-landing-page .solution-frames .solution-benefits > div {
  padding: 55px 25px 55px;
  margin-bottom: 75px;
}

@media (min-width: 48em) {
  .distributors-landing-page .solution-frames .solution-benefits > div {
    margin-bottom: 200px;
  }
}

.distributors-landing-page .solution-frames .solution-benefits.sp__gold > div {
  background-color: rgba(201, 151, 0, 0.9);
}

.distributors-landing-page .solution-frames .solution-benefits.sp__teal > div {
  background-color: rgba(3, 165, 157, 0.9);
}

.distributors-landing-page .solution-frames .solution-benefits.sp__purple > div {
  background-color: rgba(128, 0, 128, 0.9);
}

.distributors-landing-page .solution-frames .solution-benefits.sp__blue > div {
  background-color: rgba(66, 99, 235, 0.9);
}

.distributors-landing-page .solution-frames .solution-benefit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 75em) {
  .distributors-landing-page .solution-frames .solution-benefit {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.distributors-landing-page .solution-frames .solution-benefit .solution-benefit__img {
  padding-bottom: 25px;
}

@media (min-width: 75em) {
  .distributors-landing-page .solution-frames .solution-benefit .solution-benefit__img {
    padding-right: 25px;
    padding-bottom: 0;
  }
}

.distributors-landing-page .solution-frames .solution-benefit .solution-benefit__img img {
  height: 100px;
}

.distributors-landing-page .solution-frames .solution-benefit h3 {
  margin-top: 0;
  text-align: center;
}

@media (min-width: 75em) {
  .distributors-landing-page .solution-frames .solution-benefit h3 {
    text-align: left;
  }
}

.distributors-landing-page .solution-frames .solution-benefit p {
  margin-bottom: 0;
  font-size: 1.1em;
}

.distributors-landing-page .solution-frames .solution-scene-divider {
  height: 30px;
  width: 100%;
  background-color: #323232;
}

section.support__overview * {
  transition: border-color 0.19s, color 0.19s, background-color 0.19s;
}

section.support__overview > .container > h1 {
  color: #002d72;
  margin-bottom: 1em;
}

@media (max-width: 25em) {
  section.support__overview .col-xs-6 {
    width: 100%;
  }
}

section.support__overview .product {
  display: block;
  max-width: 160px;
  margin: auto;
  margin-bottom: 2em;
}

section.support__overview .product .product__image__container {
  border: 4px solid #cccccc;
  border-radius: 50%;
  position: relative;
  padding: calc(1em + 1%);
}

section.support__overview .product .product__image__container .product__image {
  height: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

section.support__overview .product .product__image__container .product__image:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

section.support__overview .product button.btn {
  display: block;
  width: 100%;
  margin-top: 1em;
}

section.support__overview .product:hover {
  text-decoration: none;
}

section.support__overview .product:hover h4, section.support__overview .product:hover .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements section.support__overview .product:hover .enhancement > div > div:first-of-type {
  color: #0085ad;
}

section.support__overview .product:hover .product__image__container {
  border-color: #0085ad;
}

section.support__overview .product:hover button.btn {
  border-color: #0085ad;
  background-color: #0085ad;
  color: #ffffff;
  background-image: url(/images/arrow__right--white.svg);
}

.page--idea-alessa header {
  padding: 20px 0;
  text-align: center;
  position: static;
  position: initial;
}

.page--idea-alessa header img {
  width: 220px;
}

@media (min-width: 48em) {
  .page--idea-alessa header img {
    width: 300px;
  }
}

.page--idea-alessa .alessa-hero {
  padding: 50px 0;
  background-image: url("/images/idea-alessa-landing-page/idea-alessa-hero.jpg");
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-hero {
    padding: 130px 0;
  }
}

.page--idea-alessa .alessa-hero h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-hero h1 {
    margin: 0 0 64px 0;
  }
}

.page--idea-alessa .alessa-hero p {
  margin: 0;
  text-align: center;
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-hero p {
    font-size: 1.5em;
  }
}

.page--idea-alessa .alessa-products {
  padding: 70px 0;
  font-size: 1.125em;
  font-weight: 600;
}

.page--idea-alessa .alessa-products .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-products .row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-products .col-sm-6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page--idea-alessa .alessa-products .col-sm-6:first-of-type {
  border-right: 2px solid #C4C4C4;
  margin-bottom: 50px;
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-products .col-sm-6:first-of-type {
    margin-bottom: 0;
  }
}

.page--idea-alessa .alessa-products .col-sm-6 .alessa-products__logo {
  display: block;
  margin: 0 auto 50px;
  max-width: 100%;
}

.page--idea-alessa .alessa-products .col-sm-6 p {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  padding: 0 15px;
}

.page--idea-alessa .alessa-products ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  text-transform: uppercase;
}

.page--idea-alessa .alessa-products ul li {
  padding: 0 5px;
}

@media (min-width: 48em) {
  .page--idea-alessa .alessa-products ul li {
    padding: 0;
  }
}

.page--idea-alessa .product-cta-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

@media (min-width: 48em) {
  .page--idea-alessa .product-cta-wrap {
    margin: 25px 0;
  }
}

.page--idea-alessa .product-cta-wrap a {
  background: #ff9900;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 2px 2px 7px #adadad;
  letter-spacing: 2px;
  word-spacing: 2px;
}

.page--idea-alessa footer {
  background-color: #323232;
  color: #ffffff;
  padding: 15px 0;
}

@media (min-width: 48em) {
  .page--idea-alessa footer {
    padding: 35px 0;
  }
}

.page--idea-alessa footer .footer-content-flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 48em) {
  .page--idea-alessa footer .footer-content-flex-wrap {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page--idea-alessa footer img {
  width: 125px;
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .page--idea-alessa footer img {
    width: 179px;
    margin-bottom: 0;
  }
}

.page--idea-alessa footer p {
  margin: 0;
  text-align: center;
}

@media (min-width: 48em) {
  .page--idea-alessa footer p {
    text-align: left;
    text-align: initial;
  }
}

.security-title {
  margin: 45px 0 65px;
}

@media (min-width: 48em) {
  .security-matrix .filter-dropdown-btn--mobile {
    display: none;
  }
}

.security-matrix .security-matrix__filter-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px 0;
  height: 150px;
  overflow-y: scroll;
  max-height: 0;
  transition: max-height 1s;
  /* The switch - the box around the slider */
}

.security-matrix .security-matrix__filter-btns.expanded-dropdown {
  max-height: 250px;
}

@media (min-width: 48em) {
  .security-matrix .security-matrix__filter-btns {
    display: block;
    max-height: none;
    max-height: initial;
    height: auto;
    height: initial;
    overflow: visible;
    overflow: initial;
  }
}

.security-matrix .security-matrix__filter-btns .filter-btn,
.security-matrix .security-matrix__filter-btns .disable-all__filter-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@media (min-width: 48em) {
  .security-matrix .security-matrix__filter-btns .filter-btn,
  .security-matrix .security-matrix__filter-btns .disable-all__filter-btn {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
}

.security-matrix .security-matrix__filter-btns .filter-btn:not(:last-of-type),
.security-matrix .security-matrix__filter-btns .disable-all__filter-btn:not(:last-of-type) {
  margin-bottom: 4px;
}

.security-matrix .security-matrix__filter-btns .filter-btn span,
.security-matrix .security-matrix__filter-btns .disable-all__filter-btn span {
  padding-left: 10px;
  line-height: 1;
}

.security-matrix .security-matrix__filter-btns .switch {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-bottom: 0 !important;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.security-matrix .security-matrix__qa-list .panel-title {
  font-size: 25px;
  color: #616161;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.security-matrix .security-matrix__qa-list .panel-title a:hover,
.security-matrix .security-matrix__qa-list .panel-title a:focus {
  text-decoration: none;
}

.security-matrix .security-matrix__qa-list .panel {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.security-matrix .security-matrix__qa-list .panel-heading {
  border: none;
  font-size: 25px;
  padding: 20px 0 25px;
}

.security-matrix .security-matrix__qa-list .panel-heading a {
  color: #32363a;
}

.security-matrix .security-matrix__qa-list .panel-heading a:hover, .security-matrix .security-matrix__qa-list .panel-heading a:focus {
  text-decoration: none;
}

.security-matrix .security-matrix__qa-list .panel-body {
  border: none !important;
  padding-left: 40px;
  padding-top: 0;
}

.security-matrix .security-matrix__qa-list .panel-body table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 24px 0;
  padding: 0;
  width: 100%;
}

.security-matrix .security-matrix__qa-list .panel-body table th,
.security-matrix .security-matrix__qa-list .panel-body table td {
  padding: 6px;
  border: 1px solid #ddd;
}

.security-matrix .security-matrix__qa-list .panel-body table th {
  background-color: #eee;
  text-align: center;
}

.security-matrix .security-matrix__qa-list .panel-body table td {
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .security-matrix .security-matrix__qa-list .panel-body table {
    border: 0;
  }
  .security-matrix .security-matrix__qa-list .panel-body table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    visibility: hidden;
  }
  .security-matrix .security-matrix__qa-list .panel-body table tr {
    display: block;
    padding: 24px 0;
    margin-left: -40px;
    border-bottom: 3px solid #ddd;
  }
  .security-matrix .security-matrix__qa-list .panel-body table td {
    border: 0;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .security-matrix .security-matrix__qa-list .panel-body table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding-right: 20px;
  }
  .security-matrix .security-matrix__qa-list .panel-body table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .security-matrix .security-matrix__qa-list .panel-body table td,
  .security-matrix .security-matrix__qa-list .panel-body table td::before {
    width: 100%;
    text-align: left;
  }
}

.security-matrix .security-matrix__qa-list .soc2-logo span {
  margin-left: 9px !important;
}

.security-matrix .security-matrix__qa-list .soc2-logo img,
.security-matrix .security-matrix__qa-list .iso-logo img {
  width: 45px;
}

.security-matrix .security-matrix__qa-list .soc2-logo span,
.security-matrix .security-matrix__qa-list .iso-logo span {
  font-size: 11px;
  color: #999;
  margin-left: 12px;
}

.security-matrix .security-matrix__qa-list .iso-logo {
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.security-matrix .security-matrix__qa-list .topic-answer {
  color: #616161;
}

.security-matrix .security-matrix__qa-list .qa-list__child {
  padding-left: 25px;
}

.security-matrix .security-matrix__qa-list .qa-list__child h4:first-of-type, .security-matrix .security-matrix__qa-list .qa-list__child .support-item__enhancements .enhancement > div > div:first-of-type, .support-item__enhancements .security-matrix .security-matrix__qa-list .qa-list__child .enhancement > div > div:first-of-type {
  margin-top: 0;
}

.security-matrix .security-matrix__qa-list .qa-list__child--display-none {
  display: none;
}

.security-matrix .security-matrix__qa-list .qa-list__child--is-empty,
.security-matrix .security-matrix__qa-list .qa-list__child--no-matches {
  margin-top: 25px;
  display: none;
}

.security-matrix .security-matrix__qa-list .qa-list__child--is-empty img,
.security-matrix .security-matrix__qa-list .qa-list__child--is-empty p,
.security-matrix .security-matrix__qa-list .qa-list__child--no-matches img,
.security-matrix .security-matrix__qa-list .qa-list__child--no-matches p {
  display: inline;
}

.security-matrix .security-matrix__qa-list .qa-list__child--is-empty p,
.security-matrix .security-matrix__qa-list .qa-list__child--no-matches p {
  margin-left: 10px;
}

.security-matrix .security-matrix__qa-list .qa-list__child--is-empty.show,
.security-matrix .security-matrix__qa-list .qa-list__child--no-matches.show {
  display: block;
}

.security-matrix .tag-icon-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.security-matrix .security-matrix__tags {
  padding: 3px 6px;
  background-color: #eee;
  border-radius: 1px;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  margin-left: 5px;
}

.security-matrix .disable-enable-wrap {
  width: 100%;
}

.security-matrix .disable-enable-wrap span {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .security-matrix .disable-enable-wrap {
    padding: 6px 0 18px;
  }
}

.security-matrix .filters-separator {
  margin: 15px 0;
}

.security-matrix .category-heading:not(:first-of-type) {
  padding-top: 10px;
}

.security-matrix .category-heading {
  color: #999;
}

.security-matrix .category-heading,
.security-matrix .qa-list__child {
  display: none;
}

.security-matrix .category-heading.search-result.sdlc, .security-matrix .category-heading.search-result.compliance, .security-matrix .category-heading.search-result.legal, .security-matrix .category-heading.search-result.standards, .security-matrix .category-heading.search-result.iso, .security-matrix .category-heading.search-result.soc, .security-matrix .category-heading.search-result.policy, .security-matrix .category-heading.search-result.process, .security-matrix .category-heading.search-result.data, .security-matrix .category-heading.search-result.testing, .security-matrix .category-heading.search-result.vulnerability, .security-matrix .category-heading.search-result.review, .security-matrix .category-heading.search-result.incident, .security-matrix .category-heading.search-result.response, .security-matrix .category-heading.search-result.failover, .security-matrix .category-heading.search-result.recovery, .security-matrix .category-heading.search-result.disruption, .security-matrix .category-heading.search-result.authorization, .security-matrix .category-heading.search-result.access, .security-matrix .category-heading.search-result.availability, .security-matrix .category-heading.search-result.status, .security-matrix .category-heading.search-result.monitoring, .security-matrix .category-heading.search-result.backup, .security-matrix .category-heading.search-result.retention, .security-matrix .category-heading.search-result.risk, .security-matrix .category-heading.search-result.controls, .security-matrix .category-heading.search-result.aws, .security-matrix .category-heading.search-result.hosting, .security-matrix .category-heading.search-result.cryptography, .security-matrix .category-heading.search-result.encryption, .security-matrix .category-heading.search-result.keys, .security-matrix .category-heading.search-result.management, .security-matrix .category-heading.search-result.roles, .security-matrix .category-heading.search-result.hr, .security-matrix .category-heading.search-result.staff, .security-matrix .category-heading.search-result.training, .security-matrix .category-heading.search-result.contractors, .security-matrix .category-heading.search-result.human-resources, .security-matrix .category-heading.search-result.utilities, .security-matrix .category-heading.search-result.endpoints, .security-matrix .category-heading.search-result.access-control, .security-matrix .category-heading.search-result.architecture, .security-matrix .category-heading.search-result.asset-management, .security-matrix .category-heading.search-result.backup, .security-matrix .category-heading.search-result.business-continuity, .security-matrix .category-heading.search-result.classification, .security-matrix .category-heading.search-result.confidentiality, .security-matrix .category-heading.search-result.malware, .security-matrix .category-heading.search-result.network, .security-matrix .category-heading.search-result.operations, .security-matrix .category-heading.search-result.supplier, .security-matrix .category-heading.search-result.physical-and-environmental, .security-matrix .category-heading.search-result.time-source,
.security-matrix .qa-list__child.search-result.sdlc,
.security-matrix .qa-list__child.search-result.compliance,
.security-matrix .qa-list__child.search-result.legal,
.security-matrix .qa-list__child.search-result.standards,
.security-matrix .qa-list__child.search-result.iso,
.security-matrix .qa-list__child.search-result.soc,
.security-matrix .qa-list__child.search-result.policy,
.security-matrix .qa-list__child.search-result.process,
.security-matrix .qa-list__child.search-result.data,
.security-matrix .qa-list__child.search-result.testing,
.security-matrix .qa-list__child.search-result.vulnerability,
.security-matrix .qa-list__child.search-result.review,
.security-matrix .qa-list__child.search-result.incident,
.security-matrix .qa-list__child.search-result.response,
.security-matrix .qa-list__child.search-result.failover,
.security-matrix .qa-list__child.search-result.recovery,
.security-matrix .qa-list__child.search-result.disruption,
.security-matrix .qa-list__child.search-result.authorization,
.security-matrix .qa-list__child.search-result.access,
.security-matrix .qa-list__child.search-result.availability,
.security-matrix .qa-list__child.search-result.status,
.security-matrix .qa-list__child.search-result.monitoring,
.security-matrix .qa-list__child.search-result.backup,
.security-matrix .qa-list__child.search-result.retention,
.security-matrix .qa-list__child.search-result.risk,
.security-matrix .qa-list__child.search-result.controls,
.security-matrix .qa-list__child.search-result.aws,
.security-matrix .qa-list__child.search-result.hosting,
.security-matrix .qa-list__child.search-result.cryptography,
.security-matrix .qa-list__child.search-result.encryption,
.security-matrix .qa-list__child.search-result.keys,
.security-matrix .qa-list__child.search-result.management,
.security-matrix .qa-list__child.search-result.roles,
.security-matrix .qa-list__child.search-result.hr,
.security-matrix .qa-list__child.search-result.staff,
.security-matrix .qa-list__child.search-result.training,
.security-matrix .qa-list__child.search-result.contractors,
.security-matrix .qa-list__child.search-result.human-resources,
.security-matrix .qa-list__child.search-result.utilities,
.security-matrix .qa-list__child.search-result.endpoints,
.security-matrix .qa-list__child.search-result.access-control,
.security-matrix .qa-list__child.search-result.architecture,
.security-matrix .qa-list__child.search-result.asset-management,
.security-matrix .qa-list__child.search-result.backup,
.security-matrix .qa-list__child.search-result.business-continuity,
.security-matrix .qa-list__child.search-result.classification,
.security-matrix .qa-list__child.search-result.confidentiality,
.security-matrix .qa-list__child.search-result.malware,
.security-matrix .qa-list__child.search-result.network,
.security-matrix .qa-list__child.search-result.operations,
.security-matrix .qa-list__child.search-result.supplier,
.security-matrix .qa-list__child.search-result.physical-and-environmental,
.security-matrix .qa-list__child.search-result.time-source {
  display: block;
}

.security-matrix .open-button,
.security-matrix .close-button {
  display: none;
  border: none;
  background-color: white;
  color: #0c84ac;
  font-weight: bold;
}

.security-matrix .open-button.show-qa-btn,
.security-matrix .close-button.show-qa-btn {
  display: inline;
  display: initial;
}

.security-matrix .topic-question__collapse-btn {
  display: inline;
  display: initial;
}

.security-matrix .topic-question__expand-btn {
  display: none;
}

.security-matrix .collapsed .topic-question__collapse-btn {
  display: none;
}

.security-matrix .collapsed .topic-question__expand-btn {
  display: inline;
  display: initial;
}

.security-matrix__search-wrapper {
  display: inline-block;
  margin: 24px 0 12px;
  width: calc(100% - 120px);
  border: 1px solid #c1c6c8;
}

.security-matrix__search-wrapper input {
  display: inline-block;
  padding: 6px 12px;
  width: calc(100% - 36px);
  border: 0;
}

.security-matrix__search-wrapper input:focus {
  outline: 0;
}

.security-matrix__search-wrapper div {
  display: none;
  padding: 0 6px;
  color: #999;
  cursor: pointer;
}

.security-matrix__search-wrapper div.show-clear {
  display: inline-block;
}

div.gdpr h2 {
  color: #002d72;
  text-align: center;
  font-weight: 600;
  line-height: 1.27;
}

div.gdpr .hero {
  background-image: url(/images/gdpr-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 48em) {
  div.gdpr .hero {
    height: calc(100vh - 130px);
  }
}

div.gdpr .sub-hero {
  padding: 35px 15px 0;
  text-align: center;
}

@media (min-width: 48em) {
  div.gdpr .sub-hero {
    padding: 70px 0 0 0;
  }
}

div.gdpr .hero__content h1,
div.gdpr .hero__content p {
  color: #ffffff !important;
}

div.gdpr .hero__content h1 {
  display: inline-block;
  padding: 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

div.gdpr .hero__content p {
  max-width: 559px;
  margin: 0 auto 1em;
}

div.gdpr .intro {
  padding: 35px 0;
}

@media (min-width: 48em) {
  div.gdpr .intro {
    padding: 70px 0;
  }
}

div.gdpr .intro h2 {
  margin-top: 0;
  margin-bottom: 1.5em;
}

div.gdpr .intro h3 {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 22px;
}

div.gdpr .intro p {
  font-size: 16px;
}

div.gdpr .intro .row:not(:last-of-type) {
  margin-bottom: 35px;
}

@media (min-width: 48em) {
  div.gdpr .intro .row:not(:last-of-type) {
    margin-bottom: 75px;
  }
}

div.gdpr .intro img {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  div.gdpr .intro img {
    margin-bottom: 0;
  }
}

div.gdpr .intro .intro--display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 48em) {
  div.gdpr .intro .intro--display-flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.gdpr .intro .intro--display-flex div:first-of-type {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 48em) {
  div.gdpr .intro .intro--display-flex div:first-of-type {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

div.gdpr .intro .gdpr__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 48em) {
  div.gdpr .intro .gdpr__cta {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=app.87eba3887fcd4db89f0d.css.map*/