  /**
 * Base: Essentials bundled with the Foundation framework
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * Mixins: LESS mixins used by Foundation
 */
.center-block {
  margin: 0 auto;
}
/**
 * Utils: CSS utility classes to assist with layout
 */
.margin-bottom--xs {
  margin-bottom: 5px;
}
.margin-top--xs {
  margin-top: 5px;
}
.margin-bottom--sm {
  margin-bottom: 10px;
}
.margin-top--sm {
  margin-top: 10px;
}
.margin-bottom--md {
  margin-bottom: 20px;
}
.margin-top--md {
  margin-top: 20px;
}
.margin-bottom--lg {
  margin-bottom: 40px;
}
.margin-top--lg {
  margin-top: 40px;
}
.margin-bottom--xl {
  margin-bottom: 80px;
}
.margin-top--xl {
  margin-top: 80px;
}
.margin-bottom--xxl {
  margin-bottom: 160px;
}
.margin-top--xxl {
  margin-top: 160px;
}
/** Clearfix */
.clearfix:after {
  display: table;
  clear: both;
  content: " ";
}
.responsive-breakpoint-info {
  z-index: 999;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 7px 14px 4px 7px;
  border-top-left-radius: 5px;
}
.responsive-breakpoint-info:before {
  content: 'w: zu';
}
@media screen and (min-width: 300px) {
  .responsive-breakpoint-info:before {
    content: 'w: xs';
  }
}
@media screen and (min-width: 400px) {
  .responsive-breakpoint-info:before {
    content: 'w: sm';
  }
}
@media screen and (min-width: 700px) {
  .responsive-breakpoint-info:before {
    content: 'w: md';
  }
}
@media screen and (min-width: 1000px) {
  .responsive-breakpoint-info:before {
    content: 'w: lg';
  }
}
@media screen and (min-width: 1400px) {
  .responsive-breakpoint-info:before {
    content: 'w: xl';
  }
}
@media screen and (min-width: 1800px) {
  .responsive-breakpoint-info:before {
    content: 'w: xxl';
  }
}
.responsive-breakpoint-info:after {
  content: '';
}
@media screen and (min-height: 200px) {
  .responsive-breakpoint-info:after {
    content: ', h: xs';
  }
}
@media screen and (min-height: 400px) {
  .responsive-breakpoint-info:after {
    content: ', h: sm';
  }
}
@media screen and (min-height: 600px) {
  .responsive-breakpoint-info:after {
    content: ', h: md';
  }
}
@media screen and (min-height: 800px) {
  .responsive-breakpoint-info:after {
    content: ', h: lg';
  }
}
@media screen and (min-height: 1000px) {
  .responsive-breakpoint-info:after {
    content: ', h: xl';
  }
}
@media screen and (min-height: 1200px) {
  .responsive-breakpoint-info:after {
    content: ', h: xxl';
  }
}
.container {
  position: relative;
}
.container:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 1000px) {
  .container {
    width: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 399px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .visible-sm-up {
    display: block;
  }
}
/**
 * Grids: BEM-style responsive grid system with optional gutters
 */
.grid--debug .grid__col {
  background: #eaeaea;
}
.grid {
  position: relative;
  display: block;
}
.grid:after {
  display: table;
  clear: both;
  content: " ";
}
.grid .grid__col {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.grid .grid__col--padded {
  padding: 10px;
}
.grid .grid__col--ntbcm :last-child {
  margin-bottom: 0;
}
.grid .grid__col--ntbcm :first-child {
  margin-top: 0;
}
.grid .grid__col--2 {
  width: 16.66666667%;
}
.grid .grid__col--3 {
  width: 25%;
}
.grid .grid__col--4 {
  width: 33.33333333%;
}
.grid .grid__col--5 {
  width: 41.66666667%;
}
.grid .grid__col--6 {
  width: 50%;
}
.grid .grid__col--7 {
  width: 58.33333333%;
}
.grid .grid__col--8 {
  width: 66.66666667%;
}
.grid .grid__col--9 {
  width: 75%;
}
.grid .grid__col--10 {
  width: 83.33333333%;
}
.grid .grid__col--11 {
  width: 91.66666667%;
}
.grid .grid__col--12 {
  width: 100%;
}
.grid--gutter .grid__col {
  margin-right: 4%;
}
.grid--gutter .grid__col:last-child {
  margin-right: 0 !important;
}
.grid--gutter .grid__col--last {
  margin-right: 0;
}
.grid--gutter .grid__col--2 {
  width: 13.33333333%;
}
.grid--gutter .grid__col--3 {
  width: 22%;
}
.grid--gutter .grid__col--4 {
  width: 30.66666667%;
}
.grid--gutter .grid__col--5 {
  width: 39.33333333%;
}
.grid--gutter .grid__col--6 {
  width: 48%;
}
.grid--gutter .grid__col--7 {
  width: 56.66666667%;
}
.grid--gutter .grid__col--8 {
  width: 65.33333333%;
}
.grid--gutter .grid__col--9 {
  width: 74%;
}
.grid--gutter .grid__col--10 {
  width: 82.66666667%;
}
.grid--gutter .grid__col--11 {
  width: 91.33333333%;
}
.grid--gutter .grid__col--12 {
  width: 100%;
}
.grid--gutter-lr {
  padding-left: 4% / 1.5;
  padding-right: 4% / 1.5;
}
@media screen and (min-width: 0px) {
  .grid--responsive.grid--gutter .grid__col--zu-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--zu-12 {
    width: 100%;
  }
}
@media screen and (min-width: 300px) {
  .grid--responsive.grid--gutter .grid__col--xs-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .grid--responsive.grid--gutter .grid__col--sm-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .grid--responsive.grid--gutter .grid__col--md-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--md-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--md-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--md-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--md-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--md-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--md-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--md-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--md-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--md-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .grid--responsive.grid--gutter .grid__col--lg-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .grid--responsive.grid--gutter .grid__col--xl-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .grid--responsive.grid--gutter .grid__col--xxl-2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .grid--responsive.grid--gutter .grid__col--xs-last {
    margin-right: 0;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .grid--responsive.grid--gutter .grid__col--sm-last {
    margin-right: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .grid--responsive.grid--gutter .grid__col--md-last {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .grid--responsive.grid--gutter .grid__col--lg-last {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1799px) {
  .grid--responsive.grid--gutter .grid__col--xl-last {
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .grid--responsive.grid--gutter .grid__col--xxl-last {
    margin-right: 0;
  }
}
@media screen and (min-width: 400px) {
  .grid--responsive.grid--gutter .grid__col--6 {
    width: 48%;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .grid--responsive.grid--gutter .grid__col--3 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--3:nth-child(2n) {
    margin-right: 0;
  }
  .grid--responsive.grid--gutter .grid__col--2 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--2:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .grid--responsive.grid--gutter .grid__col--2 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--2:nth-child(3n) {
    margin-right: 0;
  }
  .grid--responsive.grid--gutter .grid__col--4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--3 {
    width: 22%;
  }
}
@media screen and (min-width: 1000px) {
  .grid--responsive.grid--gutter .grid__col--2 {
    width: 13.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--3 {
    width: 22%;
  }
  .grid--responsive.grid--gutter .grid__col--4 {
    width: 30.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--5 {
    width: 39.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--6 {
    width: 48%;
  }
  .grid--responsive.grid--gutter .grid__col--7 {
    width: 56.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--8 {
    width: 65.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--9 {
    width: 74%;
  }
  .grid--responsive.grid--gutter .grid__col--10 {
    width: 82.66666667%;
  }
  .grid--responsive.grid--gutter .grid__col--11 {
    width: 91.33333333%;
  }
  .grid--responsive.grid--gutter .grid__col--12 {
    width: 100%;
  }
}
.grid--responsive .grid__col {
  width: 100%;
}
@media screen and (min-width: 0px) {
  .grid--responsive .grid__col--zu-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--zu-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--zu-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--zu-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--zu-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--zu-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--zu-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--zu-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--zu-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--zu-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--zu-12 {
    width: 100%;
  }
}
@media screen and (min-width: 300px) {
  .grid--responsive .grid__col--xs-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--xs-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--xs-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--xs-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--xs-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--xs-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--xs-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--xs-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--xs-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--xs-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .grid--responsive .grid__col--sm-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--sm-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--sm-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--sm-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--sm-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--sm-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--sm-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--sm-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--sm-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--sm-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .grid--responsive .grid__col--md-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--md-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--md-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--md-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--md-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--md-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--md-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--md-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--md-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--md-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .grid--responsive .grid__col--lg-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--lg-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--lg-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--lg-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--lg-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--lg-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--lg-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--lg-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--lg-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--lg-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .grid--responsive .grid__col--xl-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--xl-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--xl-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--xl-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--xl-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--xl-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--xl-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--xl-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--xl-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--xl-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .grid--responsive .grid__col--xxl-2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--xxl-3 {
    width: 25%;
  }
  .grid--responsive .grid__col--xxl-4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--xxl-5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--xxl-6 {
    width: 50%;
  }
  .grid--responsive .grid__col--xxl-7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--xxl-8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--xxl-9 {
    width: 75%;
  }
  .grid--responsive .grid__col--xxl-10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--xxl-11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .grid--responsive .grid__col--6 {
    width: 48%;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .grid--responsive .grid__col--3 {
    width: 50%;
  }
  .grid--responsive .grid__col--2 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .grid--responsive .grid__col--2 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--3 {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  .grid--responsive .grid__col--2 {
    width: 16.66666667%;
  }
  .grid--responsive .grid__col--3 {
    width: 25%;
  }
  .grid--responsive .grid__col--4 {
    width: 33.33333333%;
  }
  .grid--responsive .grid__col--5 {
    width: 41.66666667%;
  }
  .grid--responsive .grid__col--6 {
    width: 50%;
  }
  .grid--responsive .grid__col--7 {
    width: 58.33333333%;
  }
  .grid--responsive .grid__col--8 {
    width: 66.66666667%;
  }
  .grid--responsive .grid__col--9 {
    width: 75%;
  }
  .grid--responsive .grid__col--10 {
    width: 83.33333333%;
  }
  .grid--responsive .grid__col--11 {
    width: 91.66666667%;
  }
  .grid--responsive .grid__col--12 {
    width: 100%;
  }
}
/** TCI Colours */
/** Social Colours */
/** Fonts */
/** Misc */
/** Magnific popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0B0B0B;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCCCCC;
}
.mfp-preloader a:hover {
  color: #FFFFFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFFFFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFFFFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCCCCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFFFFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFFFFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/** Customisations */
.mfp-iframe-holder .mfp-content {
  min-height: 80vh;
}
.mfp-iframe {
  background: white !important;
}
.mfp-inline-holder .mfp-content {
  background: white !important;
  padding: 20px;
  max-width: 800px;
}
.mfp-fill-screen .mfp-iframe-holder .mfp-content {
  min-height: 97%;
}
/*.mfp-border-top .mfp-iframe-holder .mfp-content {
    border-top: 5px solid @col-tci-orange;
}*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-img {
  background: white;
}
#cookies-eu-banner + .footer {
  padding-bottom: 170px;
}
@media screen and (min-width: 700px) {
  #cookies-eu-banner + .footer {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  #cookies-eu-banner + .footer {
    padding-bottom: 60px;
  }
}
#cookies-eu-banner {
  z-index: 10000;
  background: rgba(0, 57, 100, 0.95);
  color: white;
  padding: 15px;
  font-size: 13px;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
#cookies-eu-banner * {
  box-sizing: border-box;
}
@media screen and (min-width: 750px) {
  #cookies-eu-inner {
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#cookies-eu-more {
  color: white;
  margin-right: 20px;
  margin-left: 7px;
}
#cookies-eu-accept {
  text-decoration: none;
  text-transform: uppercase;
  background: #F18B02;
  display: block;
  width: 100%;
  color: white;
  border: 1px solid #F18B02;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
  border-radius: 5px;
  outline: none;
}
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
  background: #be6e02;
  border-color: #be6e02;
  color: white;
}
#cookies-eu-reject {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
  background: none;
  font-weight: 700;
  color: white;
  cursor: pointer;
  padding: 6px 12px;
  margin: 2px 0;
  border: 0;
  outline: none;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
  border-color: none;
  background: none;
  color: white;
}
#cookies-eu-intro {
  margin-bottom: 10px;
}
@media screen and (min-width: 750px) {
  #cookies-eu-intro {
    text-align: left;
    margin-bottom: 0;
  }
}
#cookies-eu-banner-buttons {
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  #cookies-eu-banner-buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
#cookies-eu-banner-consent-types {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
#cookies-eu-banner-consent-types input {
  vertical-align: -3px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 750px) {
  #cookies-eu-banner-consent-types {
    margin-bottom: 0;
  }
}
/** General */
html,
body {
  /* !critical */
  min-height: 100%;
  color: #515150;
}
html {
  /* !critical */
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  html {
    /* !critical */
    background: #EAEAEA;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 60%);
  }
}
figure {
  /* !critical */
  margin: 0;
  padding: 0;
}
.container {
  /* !critical */
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .container {
    /* !critical */
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    /* !critical */
    width: 1100px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    /* !critical */
    width: 1250px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    /* !critical */
    width: 1400px;
  }
}
.container--main {
  /* !critical */
  background: white;
  min-height: 90vh;
}
@media screen and (min-width: 1000px) {
  .container--main {
    /* !critical */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
  }
}
.tci-logo {
  /* !critical */
  background-image: url(/v3/img/logo.svg);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  width: 232px;
  height: 96px;
  display: inline-block;
  text-indent: -9999em;
}
.no-svg .tci-logo {
  background-image: url(/v3/img/logo.gif);
}
.hr {
  /* !critical */
  background-color: #e3e3e3;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.hr--blue {
  background-color: #003964;
}
.hr--orange {
  background-color: #F18B02;
}
.hr--xs {
  /* !critical */
  height: 5px;
}
.hr--hairline {
  /* !critical */
  height: 1px;
}
.hr--sm {
  /* !critical */
  height: 10px;
}
.modal {
  background: white !important;
  padding: 20px;
}
.modal .tci-logo {
  max-width: 150px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.auto-linked-keyword {
  /* !critical */
  border-bottom: 1px dotted #AAAAA9 !important;
  transition: border-bottom-color 0.2s, color 0.2s;
  font-weight: inherit !important;
}
.auto-linked-keyword:hover {
  /* !critical */
  color: #F18B02 !important;
  border-bottom-color: #F18B02 !important;
}
.auto-linked-keyword:after {
  /* !critical */
  display: none !important;
}
/** Content Wrapper */
.content {
  /* !critical */
}
.content--padded {
  /* !critical */
  padding: 20px 20px 0 20px;
}
.content--padded-h {
  /* !critical */
  padding-left: 20px;
  padding-right: 20px;
}
.content--padded-v {
  padding-top: 20px;
}
.content--sidebar {
  /* !critical */
}
.content--sidebar:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 850px) {
  .content--sidebar .content__inner {
    /* !critical */
    float: left;
    width: 100%;
    padding-right: 220px;
    margin-right: -200px;
  }
}
.content--sidebar .content__sidebar {
  /* !critical */
  margin-top: 20px;
}
@media screen and (min-width: 850px) {
  .content--sidebar .content__sidebar {
    /* !critical */
    width: 200px;
    margin-top: 0;
    float: left;
  }
  .content--sidebar .content__sidebar .avt-container {
    margin-right: 0;
  }
}
/** Flash messages */
#flashmessages,
.flash-messages {
  margin: 0 0 20px 0;
  padding: 0;
}
#flashmessages li,
.flash-messages li,
#flashmessages__item,
.flash-messages__item {
  list-style: none;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background: #D9EDF8;
  border: 1px solid #BCDFF1;
  color: #316F8E;
  border-radius: 3px;
}
#flashmessages li--info,
.flash-messages li--info,
#flashmessages__item--info,
.flash-messages__item--info,
#flashmessages li.info,
.flash-messages li.info,
#flashmessages__item.info,
.flash-messages__item.info {
  background: #D9EDF8;
  border-color: #BCDFF1;
  color: #316F8E;
}
#flashmessages li--success,
.flash-messages li--success,
#flashmessages__item--success,
.flash-messages__item--success,
#flashmessages li.confirm,
.flash-messages li.confirm,
#flashmessages__item.confirm,
.flash-messages__item.confirm {
  background: #DFF0D8;
  border-color: #D2E9C7;
  color: #3C753E;
}
#flashmessages li--error,
.flash-messages li--error,
#flashmessages__item--error,
.flash-messages__item--error,
#flashmessages li.error,
.flash-messages li.error,
#flashmessages__item.error,
.flash-messages__item.error {
  background: #F2DEDE;
  border-color: #EBCCCD;
  color: #A94442;
}
#flashmessages li--warning,
.flash-messages li--warning,
#flashmessages__item--warning,
.flash-messages__item--warning,
#flashmessages li.warning,
.flash-messages li.warning,
#flashmessages__item.warning,
.flash-messages__item.warning {
  background: #FCF9E3;
  border-color: #FAF2CC;
  color: #8A6D3B;
}
/** Pagination */
.pagination-control__title {
  font-weight: 700;
  color: #F18B02;
}
.pagination-control__number {
  display: none;
}
@media screen and (min-width: 700px) {
  .pagination-control__number {
    display: inline-block;
  }
}
.pagination-control__number--current {
  color: #F18B02;
}
.pagination-control__number:after,
.pagination-control__previous:after {
  content: ' | ';
  color: #e3e3e3;
}
.pagination-control--no-prev-next .pagination-control__number:last-child:after {
  display: none;
}
/** Captioned, lazy loaded & responsive image */
.no-js .lazy {
  display: none;
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rounded-image {
  border-radius: 3px;
}
/** Related content */
.related-content {
  clear: both;
}
.related-content h1 {
  font-size: 14px;
  color: #F18B02;
  font-weight: 700;
  border-bottom: none;
}
.related-content .link-list {
  margin-bottom: 20px;
}
/** Grey Box */
.grey-box {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e3e3e3;
}
.grey-box__title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  background: #003964;
  display: block;
  margin: -6px -6px 5px -6px;
  border-bottom: none;
  color: white;
  font-weight: 400;
}
.grey-box__title a {
  color: white;
}
.grey-box__title a:hover {
  color: white;
}
.grey-box__subtle-title {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 700px) and (max-width: 1399px) {
  .grey-box__subtle-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .grey-box__subtle-title {
    font-size: 18px;
  }
}
.grey-box--unpadded {
  padding: 0;
}
.grey-box--unpadded .grey-box__title {
  margin: -1px -1px 0 -1px;
}
.grey-box h1 {
  border-bottom: none;
}
.blue-box {
  border-color: #003964;
}
/** Newsletters */
@media screen and (min-width: 700px) {
  .newsletter-option-heading {
    min-height: 55px;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-option-heading {
    min-height: 40px;
  }
}
/** Carousel */
.carousel {
  width: 100%;
  height: 250px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
  white-space: nowrap;
  text-align: center;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.carousel__item {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  vertical-align: top;
  scroll-snap-align: start;
}
.carousel__item:last-of-type {
  margin-right: 0;
}
.carousel__item-caption {
  display: block;
  text-align: center;
  width: 100%;
  color: black;
  font-size: 14px;
  padding: 10px;
}
/** Team Members */
.team-member {
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team-member:after {
  display: table;
  clear: both;
  content: " ";
}
.team-member:last-of-type {
  border-bottom: none;
}
.team-member img {
  float: left;
  max-width: 100px;
  height: auto;
  border-radius: 3px;
  margin: 0 20px 20px 0;
}
/** Tags */
.tag {
  background: #e3e3e3;
  color: #777776;
  display: inline-block;
  border-radius: 8px;
  padding: 4px 8px;
  margin: 0 10px 10px 0;
}
.tag--close:after {
  content: 'x';
  margin-left: 20px;
}
/** Logo Grid */
.logo-grid {
  margin-left: -4px;
  margin-right: -4px;
}
.logo-grid:after {
  display: table;
  clear: both;
  content: " ";
}
.logo-grid__img {
  width: 50%;
  float: left;
  border: 4px solid white;
  -o-object-fit: cover;
  object-fit: cover;
}
.logo-grid__img--border {
  background: #8B8B8B !important;
  padding: 1px;
}
@media screen and (min-width: 400px) {
  .logo-grid__img {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 700px) {
  .logo-grid__img {
    width: 16.66666667%;
  }
}
.logo-grid__img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.logo-grid__img--placeholder {
  background: #F5F5F5 center no-repeat;
  background-image: url(/v3/img/logo-grid-placeholder.png);
  background-size: 100% auto;
}
/** Round FA Icon */
.round-fa {
  font-size: 0;
  color: white;
  border: 2px solid white;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.round-fa:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 25px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -41% 0 0 -25%;
}
.round-fa--play:before {
  content: '\f04b';
  font-size: 18px;
  margin: -33% 0 0 -17%;
}
/** Photo Gallery */
.photo-gallery__main {
  display: block;
  width: 100%;
  height: auto;
}
.photo-gallery__photos {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 5px;
  padding-bottom: 10px;
}
.photo-gallery__photo {
  height: 60px;
  width: auto;
  margin-right: 5px;
  display: inline-block;
}
.photo-gallery__photo:last-of-type {
  margin-right: 0;
}
/** Footer */
.footer {
  font-size: 12px;
  color: #AAAAA9;
  margin-bottom: 30px;
}
@media screen and (min-width: 1800px) {
  .footer {
    font-size: 14px;
  }
}
.footer a {
  color: #AAAAA9;
  text-decoration: underline;
}
.footer .copyright {
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .footer .copyright {
    text-align: left;
    float: left;
  }
}
.footer__nav {
  text-align: center;
}
.footer__nav-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer__nav-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1400px) {
  .footer__nav {
    float: right;
  }
}
* {
  /* !critical */
  box-sizing: border-box;
}
html {
  /* !critical */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* !critical */
  margin: 0 0 15px 0;
  font-weight: 600;
  line-height: 1.4;
}
::-moz-selection {
  background: #cae8ff;
  text-shadow: none;
}
::selection {
  background: #cae8ff;
  text-shadow: none;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
h1,
.h1 {
  /* !critical */
  font-weight: 300;
  font-size: 32px;
  color: #003964;
}
h1.underline,
.h1.underline {
  border-bottom: 1px solid #F18B02;
  padding-bottom: 10px;
}
h2,
.h2 {
  /* !critical */
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  h2,
  .h2 {
    /* !critical */
    font-size: 21px;
  }
}
p {
  /* !critical */
  line-height: 1.4;
  margin: 0 0 15px 0;
}
a {
  text-decoration: none;
  color: #003964;
  transition: color 0.2s;
}
ol li,
ul li {
  /* !critical */
  line-height: 1.4;
}
.heading--xs {
  /* !critical */
  font-size: 18px;
}
.heading--sm {
  /* !critical */
  font-size: 22px;
}
.heading--md {
  /* !critical */
  font-size: 26px;
}
.heading--lg {
  /* !critical */
  font-size: 30px;
}
.heading--xl {
  /* !critical */
  font-size: 40px;
}
.heading--underline,
.heading--underlined {
  /* !critical */
  border-bottom: 1px solid #F18B02;
  padding-bottom: 10px;
}
.heading--underline-grey,
.heading--underlined-grey {
  /* !critical */
  border-bottom: 1px solid #e3e3e3;
}
.heading__aside {
  /* !critical */
  display: block;
  font-size: 14px;
  color: #AAAAA9;
  font-weight: 300;
}
.heading__aside a {
  color: #AAAAA9;
}
.heading__aside a:after {
  /* !critical */
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #F18B02;
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .heading__aside {
    float: right;
    transform: translateY(50%);
    font-size: 16px;
  }
}
.heading--line-after {
  /* !critical */
  position: relative;
}
.heading--line-after > span {
  /* !critical */
  background: #FFFFFF;
  line-height: 2;
  position: relative;
  padding-right: 10px;
  z-index: 1;
}
.heading--line-after:after {
  height: 1px;
  background-color: #003964;
  width: 100%;
  bottom: 5px;
  right: 0;
  left: 0;
  content: ' ';
  z-index: 0;
  position: absolute;
}
/** Breadcrumbs */
.breadcrumbs {
  /* !critical */
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
}
.breadcrumbs__item {
  /* !critical */
  display: inline;
  width: auto;
}
.breadcrumbs__item:after {
  /* !critical */
  content: ' / ';
  color: #e3e3e3;
}
.breadcrumbs__item:last-of-type:after {
  /* !critical */
  display: none;
}
/** Text */
.text--center {
  text-align: center;
}
@media screen and (min-width: 400px) {
  .text--center-sm {
    text-align: center;
  }
}
@media screen and (min-width: 700px) {
  .text--center-md {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .text--center-lg {
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .text--center-xl {
    text-align: center;
  }
}
.text--left {
  text-align: left;
}
@media screen and (min-width: 400px) {
  .text--left-sm {
    text-align: left;
  }
}
@media screen and (min-width: 700px) {
  .text--left-md {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .text--left-lg {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .text--left-xl {
    text-align: left;
  }
}
.text--right {
  text-align: right;
}
@media screen and (min-width: 400px) {
  .text--right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 700px) {
  .text--right-md {
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .text--right-lg {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .text--right-xl {
    text-align: right;
  }
}
.text--reset {
  color: inherit !important;
}
.text--orange {
  color: #F18B02 !important;
}
.text--grey {
  color: #AAAAA9 !important;
}
.text--grey-darker {
  color: #777776 !important;
}
.text--grey-darkest {
  color: #515150 !important;
}
.text--grey-lighter {
  color: #e3e3e3 !important;
}
.text--grey-lightest {
  color: #f1f1f1 !important;
}
.text--blue {
  color: #003964 !important;
}
.text--white {
  color: white !important;
}
.text--black {
  color: black !important;
}
.text--red {
  color: #F43E35;
}
.text--green {
  color: #3C753E;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--weight-300 {
  font-weight: 300 !important;
}
.text--weight-400 {
  font-weight: 400 !important;
}
.text--weight-600 {
  font-weight: 600 !important;
}
.text--weight-700 {
  font-weight: 700 !important;
}
.text--weight-800 {
  font-weight: 800 !important;
}
.text--xs {
  font-size: 12px !important;
}
.text--sm {
  font-size: 14px !important;
}
.text--md {
  font-size: 16px !important;
}
.text--lg {
  font-size: 18px !important;
}
.text--xl {
  font-size: 20px !important;
}
.text--no-wrap {
  white-space: nowrap;
}
.text--truncate-ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/** Fast Index */
.fast-index {
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  border-radius: 3px;
}
.fast-index__heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  margin: -1px -1px 0 -1px;
  text-align: center;
  color: white;
  background: #003964;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.fast-index__heading span,
.fast-index__heading cite {
  color: #F18B02;
  margin-left: -4px;
  font-style: normal;
}
.fast-index .link-list {
  padding: 10px;
}
@media screen and (min-width: 400px) {
  .fast-index .link-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (min-width: 700px) {
  .fast-index .link-list {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 850px) {
  .fast-index .link-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.fast-index .link-list a:hover {
  color: #F18B02;
}
.fast-index .link-list a:hover:after {
  color: #F18B02;
}
/** Adverts */
.avt-container {
  /* !critical */
  margin: 0;
  padding: 0;
  text-align: center;
}
.avt-container a {
  border: none !important;
}
.avt-container a:after {
  display: none;
}
.avt-container--lb img,
.avt-container--fb img,
.avt-container--mpu img {
  /* !critical */
  max-width: 100%;
  height: auto;
}
.avt-container--lb {
  /* !critical */
  margin-bottom: 20px;
}
.avt-container--lb img {
  /* !critical */
  max-height: 90px;
}
.avt-container--fb {
  /* !critical */
  margin-bottom: 20px;
}
.avt-container--fb img {
  /* !critical */
  max-height: 60px;
}
.avt-container--sq {
  /* !critical */
  display: inline-block;
  margin-bottom: 20px;
}
.avt-container--sq img {
  /* !critical */
  max-height: 200px;
}
.avt-container--rounded img {
  border-radius: 3px;
}
.avt-container--bordered img {
  border: 1px solid #e3e3e3;
}
.avt-container--md {
  /* !critical */
  display: none;
}
@media screen and (min-width: 700px) {
  .avt-container--md {
    /* !critical */
    display: block;
  }
}
.avts {
  /* !critical */
  text-align: center;
  position: relative;
}
.avts .avt-container--sq {
  margin-right: 20px;
}
.avts--lb-sq-short .avt-container--sq-short {
  display: none;
}
@media screen and (min-width: 1000px) {
  .avts--lb-sq-short .avt-container--sq-short {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .avts--lb-sq-short .avt-container--lb {
    margin-right: 210px;
  }
}
@media screen and (min-height: 600px) {
  .avts--sticky-top {
    top: 20px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
  }
}
.side-ads--left,
.side-ads--right {
  position: fixed;
  display: block;
  top: 10px;
  bottom: 15px;
  display: none;
  width: 80px;
}
@media screen and (min-width: 1200px) {
  .side-ads--left,
  .side-ads--right {
    display: block;
  }
}
@media screen and (min-width: 1250px) {
  .side-ads--left,
  .side-ads--right {
    width: 120px;
  }
}
@media screen and (min-width: 1350px) {
  .side-ads--left,
  .side-ads--right {
    width: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .side-ads--left,
  .side-ads--right {
    width: 140px;
  }
}
@media screen and (min-width: 1450px) {
  .side-ads--left,
  .side-ads--right {
    width: 160px;
  }
}
@media screen and (min-width: 1500px) {
  .side-ads--left,
  .side-ads--right {
    width: 180px;
  }
}
@media screen and (min-width: 1550px) {
  .side-ads--left,
  .side-ads--right {
    width: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .side-ads--left,
  .side-ads--right {
    width: 160px;
  }
}
@media screen and (min-width: 1650px) {
  .side-ads--left,
  .side-ads--right {
    width: 180px;
  }
}
.side-ads--left img,
.side-ads--right img {
  max-width: 100%;
  max-height: 100%;
}
.side-ads--left {
  text-align: right;
  left: 50%;
}
@media screen and (min-width: 1200px) {
  .side-ads--left {
    margin-left: -590px;
  }
}
@media screen and (min-width: 1250px) {
  .side-ads--left {
    margin-left: -630px;
  }
}
@media screen and (min-width: 1350px) {
  .side-ads--left {
    margin-left: -670px;
  }
}
@media screen and (min-width: 1400px) {
  .side-ads--left {
    margin-left: -700px;
  }
}
@media screen and (min-width: 1450px) {
  .side-ads--left {
    margin-left: -720px;
  }
}
@media screen and (min-width: 1500px) {
  .side-ads--left {
    margin-left: -740px;
  }
}
@media screen and (min-width: 1550px) {
  .side-ads--left {
    margin-left: -760px;
  }
}
@media screen and (min-width: 1600px) {
  .side-ads--left {
    margin-left: -800px;
  }
}
@media screen and (min-width: 1650px) {
  .side-ads--left {
    margin-left: -820px;
  }
}
@media screen and (min-width: 1800px) {
  .side-ads--left {
    margin-left: -890px;
  }
}
.side-ads--right {
  text-align: left;
  right: 50%;
}
@media screen and (min-width: 1200px) {
  .side-ads--right {
    margin-right: -590px;
  }
}
@media screen and (min-width: 1250px) {
  .side-ads--right {
    margin-right: -630px;
  }
}
@media screen and (min-width: 1350px) {
  .side-ads--right {
    margin-right: -670px;
  }
}
@media screen and (min-width: 1400px) {
  .side-ads--right {
    margin-right: -700px;
  }
}
@media screen and (min-width: 1450px) {
  .side-ads--right {
    margin-right: -720px;
  }
}
@media screen and (min-width: 1500px) {
  .side-ads--right {
    margin-right: -740px;
  }
}
@media screen and (min-width: 1550px) {
  .side-ads--right {
    margin-right: -760px;
  }
}
@media screen and (min-width: 1600px) {
  .side-ads--right {
    margin-right: -800px;
  }
}
@media screen and (min-width: 1650px) {
  .side-ads--right {
    margin-right: -820px;
  }
}
@media screen and (min-width: 1800px) {
  .side-ads--right {
    margin-right: -890px;
  }
}
/** Utility classes */
.visually-hidden {
  /* !critical */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cursor-pointer {
  cursor: pointer;
}
.mb--0 {
  margin-bottom: 0 !important;
}
.mb--xs {
  margin-bottom: 5px !important;
}
.mb--sm {
  margin-bottom: 10px !important;
}
.mb--md {
  margin-bottom: 20px !important;
}
.mb--lg {
  margin-bottom: 40px !important;
}
.mb--xl {
  margin-bottom: 80px !important;
}
.mb--xxl {
  margin-bottom: 160px !important;
}
.mt--0 {
  margin-top: 0 !important;
}
.mt--xs {
  margin-top: 5px !important;
}
.mt--sm {
  margin-top: 10px !important;
}
.mt--md {
  margin-top: 20px !important;
}
.mt--lg {
  margin-top: 40px !important;
}
.mt--xl {
  margin-top: 80px !important;
}
.mt--xxl {
  margin-top: 160px !important;
}
.ml--0 {
  margin-left: 0 !important;
}
.ml--xs {
  margin-left: 5px !important;
}
.ml--sm {
  margin-left: 10px !important;
}
.ml--md {
  margin-left: 20px !important;
}
.ml--lg {
  margin-left: 40px !important;
}
.ml--xl {
  margin-left: 80px !important;
}
.ml--xxl {
  margin-left: 160px !important;
}
.mr--0 {
  margin-right: 0 !important;
}
.mr--xs {
  margin-right: 5px !important;
}
.mr--sm {
  margin-right: 10px !important;
}
.mr--md {
  margin-right: 20px !important;
}
.mr--lg {
  margin-right: 40px !important;
}
.mr--xl {
  margin-right: 80px !important;
}
.mr--xxl {
  margin-right: 160px !important;
}
.mx--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx--xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mx--sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mx--md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx--lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx--xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx--xxl {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.my--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my--xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my--sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my--md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my--lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my--xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my--xxl {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.pb--0 {
  padding-bottom: 0 !important;
}
.pb--xs {
  padding-bottom: 5px !important;
}
.pb--sm {
  padding-bottom: 10px !important;
}
.pb--md {
  padding-bottom: 20px !important;
}
.pb--lg {
  padding-bottom: 40px !important;
}
.pb--xl {
  padding-bottom: 80px !important;
}
.pb--xxl {
  padding-bottom: 160px !important;
}
.pt--0 {
  padding-top: 0 !important;
}
.pt--xs {
  padding-top: 5px !important;
}
.pt--sm {
  padding-top: 10px !important;
}
.pt--md {
  padding-top: 20px !important;
}
.pt--lg {
  padding-top: 40px !important;
}
.pt--xl {
  padding-top: 80px !important;
}
.pt--xxl {
  padding-top: 160px !important;
}
.pl--0 {
  padding-left: 0 !important;
}
.pl--xs {
  padding-left: 5px !important;
}
.pl--sm {
  padding-left: 10px !important;
}
.pl--md {
  padding-left: 20px !important;
}
.pl--lg {
  padding-left: 40px !important;
}
.pl--xl {
  padding-left: 80px !important;
}
.pl--xxl {
  padding-left: 160px !important;
}
.pr--0 {
  padding-right: 0 !important;
}
.pr--xs {
  padding-right: 5px !important;
}
.pr--sm {
  padding-right: 10px !important;
}
.pr--md {
  padding-right: 20px !important;
}
.pr--lg {
  padding-right: 40px !important;
}
.pr--xl {
  padding-right: 80px !important;
}
.pr--xxl {
  padding-right: 160px !important;
}
.px--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px--xs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px--sm {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px--md {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px--lg {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px--xl {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.px--xxl {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.py--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py--xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py--sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py--md {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py--lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py--xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py--xxl {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.d--block {
  display: block !important;
}
.d--none {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .d--zero-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .d--zero-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .d--xs-none {
    display: none !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .d--sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .d--md-none {
    display: none !important;
  }
}
@media screen and (min-width: 700px) {
  .d--md-up-none {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .d--lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .d--lg-up-none {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1799px) {
  .d--xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1800px) {
  .d--xxl-none {
    display: none !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .d--xs-block {
    display: block !important;
  }
}
@media screen and (min-width: 300px) {
  .d--xs-up-block {
    display: block !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .d--sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 400px) {
  .d--sm-up-block {
    display: block !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .d--md-block {
    display: block !important;
  }
}
@media screen and (min-width: 700px) {
  .d--md-up-block {
    display: block !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .d--lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 1000px) {
  .d--lg-up-block {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1799px) {
  .d--xl-block {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) {
  .d--xl-up-block {
    display: block !important;
  }
}
@media screen and (min-width: 1800px) {
  .d--xxl-block {
    display: block !important;
  }
}
.d--inline {
  display: inline !important;
}
.d--inline-block {
  display: inline-block !important;
}
.w--100 {
  width: 100% !important;
}
.w--75 {
  width: 75% !important;
}
.w--50 {
  width: 50% !important;
}
.w--25 {
  width: 25% !important;
}
.overflow--hidden {
  overflow: hidden;
}
.overflow--scroll {
  overflow: scroll;
}
.border--none {
  border: none !important;
}
.border-bottom--none {
  border-bottom: none !important;
}
.border-top--none {
  border-top: none !important;
}
.border-right--none {
  border-right: none !important;
}
.border-left--none {
  border-left: none !important;
}
.float-right {
  float: right;
  clear: right;
}
@media screen and (min-width: 700px) {
  .float-right--md {
    float: right;
    clear: right;
  }
}
@media screen and (min-width: 1000px) {
  .float-right--lg {
    float: right;
    clear: right;
  }
}
.float-left {
  float: left;
  clear: left;
}
@media screen and (min-width: 700px) {
  .float-left--md {
    float: left;
    clear: left;
  }
}
@media screen and (min-width: 1000px) {
  .float-left--lg {
    float: left;
    clear: left;
  }
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-none {
  clear: none;
}
/** Accordian */
.accordian {
  margin-bottom: 20px;
}
.accordian__nav {
  display: block;
  background: #003964;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid #004a83;
}
.accordian__nav:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordian__nav:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordian__nav:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0da';
  padding-right: 10px;
}
.accordian__nav:hover {
  background-color: #003f6e;
}
.accordian__nav--current {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordian__nav--current:before {
  content: '\f0d7';
}
.accordian__content {
  padding: 10px;
  border-left: 1px solid #003964;
  border-right: 1px solid #003964;
  border-bottom: 1px solid #003964;
}
.accordian__content:after {
  display: table;
  clear: both;
  content: " ";
}
.accordian__content:last-of-type {
  border-bottom-color: #003964;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.js .accordian__nav {
  cursor: pointer;
}
.js .accordian__nav--current {
  background: #002845;
}
.js .accordian__content {
  display: none;
}
.js .accordian__content--current {
  display: block;
}
.news-tabs__item:after {
  display: table;
  clear: both;
  content: " ";
}
.news-tabs__item-date {
  color: #AAAAA9;
  font-size: 12px;
}
.news-tabs__item-img {
  float: left;
  margin: 0 10px 0 0;
  width: 75px;
  height: auto;
}
/** Tables */
.table {
  width: 100%;
}
.table caption,
.table__caption {
  background: #e3e3e3;
  padding: 7.5px;
  color: #003964;
  font-weight: 700;
  text-align: left;
}
.table caption--blue,
.table__caption--blue {
  background: #003964 !important;
  color: white !important;
}
.table caption--blue a,
.table__caption--blue a {
  color: white !important;
}
.table th,
.table td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.table tbody > tr:last-child > td {
  border-bottom: none;
}
.table tbody .noChange:before,
.table tbody .no-change:before {
  float: left;
  color: #0C078A;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0c8';
}
.table tbody .up:before {
  float: left;
  color: green;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0d8';
  font-size: 18px;
}
.table tbody .down:before {
  float: left;
  color: red;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0d7';
}
.table tbody .noChange--after:after,
.table tbody .no-change--after:after {
  float: left;
  color: #0C078A;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0c8';
}
.table tbody .up--after:after {
  float: left;
  color: green;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0d8';
  font-size: 18px;
}
.table tbody .down--after:after {
  float: left;
  color: red;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f0d7';
}
.table--condensed th,
.table--compact th,
.table--condensed td,
.table--compact td {
  padding: 5px;
}
.table--blue-headers th {
  background: #003964;
  color: white;
  vertical-align: bottom;
}
.table--blue-headers th a {
  color: white;
}
.table--charcoal-headers th {
  background: #4A4A4A;
  color: white;
  vertical-align: bottom;
}
.table--charcoal-headers th a {
  color: white;
}
.table--subtle-headers th {
  color: #003964;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 10px;
  vertical-align: bottom;
}
.table--subtle-headers th a {
  color: white;
}
.table--small th,
.table--sm th,
.table--small td,
.table--sm td {
  font-size: 14px;
}
.table--x-small th,
.table--xs th,
.table--x-small td,
.table--xs td {
  font-size: 12px;
}
.table--xx-small th,
.table--xxs th,
.table--xx-small td,
.table--xxs td {
  font-size: 11px;
}
.table--striped tbody > tr:nth-child(even) {
  background: #f1f1f1;
}
.table--no-wrap {
  width: 100%;
}
.table--no-wrap td,
.table--no-wrap th {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table--valign-top td,
.table--valign-top th {
  vertical-align: top;
}
.table--valign-middle td,
.table--valign-middle th {
  vertical-align: middle;
}
.table--valign-bottom td,
.table--valign-bottom th {
  vertical-align: bottom;
}
.responsive-table {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #DDDDDD;
}
.responsive-table table {
  margin-bottom: 0;
}
.responsive-table--no-border {
  border: none;
}
/** Panels */
.panel {
  background: #e3e3e3;
  position: relative;
}
.panel--grey-lighter {
  background: #e3e3e3;
}
.panel--grey-lighter-outline {
  background: white;
  border: 1px solid #e3e3e3;
}
.panel--grey-lightest {
  background: #f1f1f1;
}
.panel--transparent {
  background: none;
}
.panel--grey-lightest-gradient {
  background: white;
  background-image: linear-gradient(to bottom, #f1f1f1, white);
}
.panel--grey-mid {
  background: #AAAAA9;
}
.panel--grey-darker {
  background: #777776;
}
.panel--grey-darkest {
  background: #515150;
}
.panel--orange {
  background: #F18B02;
}
.panel--white {
  background: white;
}
.panel--white-translucent {
  background: rgba(255, 255, 255, 0.85);
}
.panel--black {
  background: black;
  color: white;
}
.panel--blue {
  background: #003964;
  color: white;
}
.panel--blue a {
  color: #F18B02;
}
.panel--padded {
  padding: 20px;
}
.panel--padded-sm {
  padding: 10px;
}
.panel--padded.panel--image-right .panel__right-image {
  margin: -20px -20px 20px -20px;
}
.panel--rounded {
  border-radius: 3px;
}
.content--padded .panel--edge {
  margin-left: -20px;
  margin-right: -20px;
}
.content--padded .panel--edge-left {
  margin-left: -20px;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .content--padded .panel--edge-left-zero-lg {
    margin-left: -20px;
  }
}
.content--padded .panel--edge-right {
  margin-right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .content--padded .panel--edge-right-zero-lg {
    margin-right: -20px;
  }
}
@media screen and (min-width: 400px) {
  .panel--newsletter-option {
    min-height: 275px;
  }
}
@media screen and (min-width: 700px) {
  .panel--newsletter-option {
    min-height: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .panel--newsletter-option {
    min-height: 275px;
  }
}
.panel--image-right {
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .panel--image-right .panel__content {
    width: 50%;
    padding-right: 30px;
  }
}
.panel--image-right .panel__right-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .panel--image-right .panel__right-image {
    margin-bottom: 20px;
    max-height: 290px;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 700px) {
  .panel--image-right .panel__right-image {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    min-height: 100%;
  }
}
.panel--angle-top {
  -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  padding-top: 60px;
}
@media screen and (min-width: 700px) {
  .panel--angle-top {
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }
}
.panel--angle-top-reverse {
  -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
}
@media screen and (min-width: 700px) {
  .panel--angle-top-reverse {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
  }
}
/** Hero */
.hero {
  position: relative;
  min-height: 575px;
}
.hero--tinted:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  content: ' ';
}
.hero--parallelogram {
  -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}
@media screen and (min-width: 700px) {
  .hero--parallelogram {
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  }
}
.hero--parallelogram-reverse {
  -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
}
@media screen and (min-width: 700px) {
  .hero--parallelogram-reverse {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
  }
}
.content--padded .hero--edge {
  margin-left: -20px;
  margin-right: -20px;
}
.content--padded .hero--edge-left {
  margin-left: -20px;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .content--padded .hero--edge-left-zero-lg {
    margin-left: -20px;
  }
}
.content--padded .hero--edge-right {
  margin-right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .content--padded .hero--edge-right-zero-lg {
    margin-right: -20px;
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__img--center {
  -o-object-position: center;
  object-position: center;
}
.hero__panel {
  margin: 0 auto;
  width: 86%;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .hero__panel h2 {
    font-size: 25px;
  }
}
.hero__panel-read-more {
  font-size: 0;
  color: white;
  border: 2px solid white;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.hero__panel-read-more:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 25px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -41% 0 0 -25%;
}
.hero__text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.circle-icon-list {
  /* !critical */
  padding: 10px;
  margin: 0;
}
.circle-icon-list__item {
  /* !critical */
  display: inline-block;
  white-space: nowrap;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .circle-icon-list__item {
    /* !critical */
    margin-right: 5px;
  }
}
.circle-icon-list__item a {
  /* !critical */
  color: #AAAAA9;
  font-size: 14px;
}
.circle-icon-list__item:last-of-type {
  /* !critical */
  margin-right: 0;
}
.circle-icon-list__item:before {
  /* !critical */
  font-size: 18px;
  transition: background-color 0.2s;
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: "\f005";
  border-radius: 100%;
  vertical-align: middle;
  line-height: 215%;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .circle-icon-list__item:before {
    /* !critical */
    width: 30px;
    height: 30px;
    line-height: 167%;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .circle-icon-list__item:before {
    /* !critical */
    width: 34px;
    height: 34px;
    line-height: 197%;
  }
}
.circle-icon-list__item:before:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.circle-icon-list__item--no-label {
  /* !critical */
  font-size: 0;
}
.circle-icon-list__item--no-label:before {
  margin-right: 0;
}
.circle-icon-list__item--no-label a {
  /* !critical */
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.circle-icon-list__item--facebook:before {
  /* !critical */
  content: "\f09a";
}
.circle-icon-list__item--facebook:hover:before {
  background-color: #3B5998 !important;
}
.circle-icon-list__item--youtube:before {
  /* !critical */
  content: "\f167";
}
.circle-icon-list__item--youtube:hover:before {
  background-color: #BB0000 !important;
}
.circle-icon-list__item--twitter {
  /* !critical */
  font-family: sans-serif;
}
.circle-icon-list__item--twitter:before {
  /* !critical */
  content: "𝕏";
  font-size: 20px;
  line-height: 150% !important;
}
@media screen and (min-width: 400px) {
  .circle-icon-list__item--twitter:before {
    line-height: 170% !important;
  }
}
@media screen and (min-width: 700px) {
  .circle-icon-list__item--twitter:before {
    line-height: 190% !important;
  }
}
@media screen and (min-width: 1000px) {
  .circle-icon-list__item--twitter:before {
    line-height: 150% !important;
  }
}
.circle-icon-list__item--twitter:hover:before {
  background-color: #000 !important;
}
.circle-icon-list__item--linkedin:before {
  /* !critical */
  content: "\f0e1";
}
.circle-icon-list__item--linkedin:hover:before {
  background-color: #007BB6 !important;
}
.circle-icon-list__item--googleplus:before {
  /* !critical */
  content: "\f1a0";
}
.circle-icon-list__item--googleplus:hover:before {
  background-color: #DD4B39 !important;
}
.circle-icon-list__item--instagram:before {
  /* !critical */
  content: "\f16d";
}
.circle-icon-list__item--instagram:hover:before {
  background-color: #8203BB !important;
}
.circle-icon-list__item--close:before {
  /* !critical */
  content: "\f00d";
}
.circle-icon-list__item--blue:before {
  /* !critical */
  color: white;
  background: #003964;
}
.circle-icon-list__item--orange:before {
  color: white;
  background: #F18B02;
}
.circle-icon-list__item--grey:before {
  /* !critical */
  color: white;
  background: #AAAAA9;
}
.circle-icon-list__item--newsletters:before {
  /* !critical */
  content: "\f003";
}
.circle-icon-list__item--account:before {
  /* !critical */
  content: "\f007";
}
.circle-icon-list--dark .circle-icon-list__item {
  /* !critical */
  color: white;
}
.circle-icon-list--dark .circle-icon-list__item:before {
  /* !critical */
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.circle-icon-list--md .circle-icon-list__item {
  /* !critical */
  margin-right: 2.5px;
}
@media screen and (min-width: 1400px) {
  .circle-icon-list--md .circle-icon-list__item {
    /* !critical */
    margin-right: 5px;
  }
}
.circle-icon-list--md .circle-icon-list__item:before {
  /* !critical */
  line-height: 170%;
  width: 30px;
  height: 30px;
}
/** Link Lists */
.link-list {
  /* !critical */
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li,
.link-list__item {
  /* !critical */
  padding: 5px 0 5px 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  list-style: none;
}
.link-list li:last-of-type,
.link-list__item:last-of-type {
  border-bottom: none;
}
.link-list li a,
.link-list__item a,
.link-list li-link,
.link-list__item-link {
  color: #515150;
}
.link-list--padded {
  /* !critical */
  padding-top: 10px;
  padding-bottom: 10px;
}
.link-list--tinted {
  /* !critical */
  background: rgba(0, 0, 0, 0.03);
  padding-left: 10px;
  padding-right: 10px;
}
.link-list--bordered {
  /* !critical */
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #AAAAA9;
  border-bottom: 1px solid #AAAAA9;
}
.link-list--bullets li,
.link-list--bullets .link-list__item {
  /* !critical */
  border-bottom: none;
  padding-left: 15px;
  position: relative;
}
.link-list--bullets li:before,
.link-list--bullets .link-list__item:before {
  content: "\25CF";
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #F18B02;
}
.link-list--bullets-blue li:before,
.link-list--bullets-blue .link-list__item:before {
  color: #003964;
}
.link-list--arrows li,
.link-list--arrows .link-list__item {
  /* !critical */
  border-bottom: none;
  padding-left: 15px;
  position: relative;
}
.link-list--arrows li:before,
.link-list--arrows .link-list__item:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #e3e3e3;
}
.link-list--arrows-orange li:before,
.link-list--arrows-orange .link-list__item:before {
  color: #003964;
}
.link-list--arrows-blue li:before,
.link-list--arrows-blue .link-list__item:before {
  color: #F18B02;
}
.link-list--bright li,
.link-list--bright .link-list__item {
  border-bottom: 1px dotted #F18B02;
}
.link-list--small li,
.link-list--sm li,
.link-list--small .link-list__item,
.link-list--sm .link-list__item {
  /* !critical */
  font-size: 12px;
}
.link-list--medium li,
.link-list--md li,
.link-list--medium .link-list__item,
.link-list--md .link-list__item {
  /* !critical */
  font-size: 14px;
}
.link-list--large li,
.link-list--lg li,
.link-list--large .link-list__item,
.link-list--lg .link-list__item {
  /* !critical */
  font-size: 16px;
}
.link-list--subtle li,
.link-list--subtle .link-list__item {
  border-bottom: 1px dotted #e3e3e3;
}
.link-list--subtle li a,
.link-list--subtle .link-list__item a {
  color: #777776;
}
.link-list--solid-grey li,
.link-list--solid-grey .link-list__item {
  border-bottom: 1px solid #AAAAA9;
}
.link-list--solid-subtle-grey li,
.link-list--solid-subtle-grey .link-list__item {
  border-bottom: 1px solid #f1f1f1;
}
.link-list--compact li,
.link-list--compact .link-list__item {
  padding-top: 3px;
  padding-bottom: 3px;
}
.link-list--spacious li,
.link-list--spacious .link-list__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.link-list--spacious-x li,
.link-list--spacious-x .link-list__item {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 400px) {
  .link-list--two-cols {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .link-list--xl-two-cols {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 700px) {
  .link-list--three-cols {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 700px) {
  .link-list--four-cols {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .link-list--four-cols {
    -moz-column-count: 4;
    column-count: 4;
  }
}
/** Buttons */
.btn,
.zend_form input[type="submit"] {
  padding: 5px 10px;
  color: white !important;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  background-color: #003964;
  border: none;
  font-weight: 700;
  border: 1px solid #003964;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  font-size: 14px;
  border-radius: 0;
}
.btn--inline-block {
  display: inline-block !important;
}
.btn--block {
  display: block !important;
}
.btn--sm {
  font-size: 12px !important;
  padding: 5px !important;
}
.btn--md {
  font-size: 16px !important;
  padding: 10px !important;
}
.btn--lg {
  font-size: 18px !important;
  padding: 10px !important;
}
.btn--xl {
  font-size: 20px !important;
  padding: 10px !important;
}
.btn--xxl {
  font-size: 22px !important;
  padding: 10px !important;
}
.btn:hover {
  background-color: #004d88;
  border-color: #004d88;
}
.btn--padding-sm-md {
  padding: 15px 30px;
}
.btn--square {
  border-radius: 0;
}
.btn--rounded {
  border-radius: 3px;
}
.btn--orange {
  background-color: #F18B02 !important;
  border-color: #F18B02 !important;
}
.btn--orange:hover {
  background-color: #fd9c1a !important;
  border-color: #fd9c1a !important;
}
.btn--grey {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
}
.btn--grey:hover {
  background-color: #bcbcbb;
  border-color: #bcbcbb;
}
.btn--black {
  background-color: black;
  border-color: black;
}
.btn--black:hover {
  background-color: #121212;
  border-color: #121212;
}
.btn--grey-lighter {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn--grey-lighter:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn--grey-darker {
  background-color: #777776;
  border-color: #777776;
}
.btn--grey-darker:hover {
  background-color: #898988;
  border-color: #898988;
}
.btn--red {
  background-color: #EF4341;
  border-color: #EF4341;
}
.btn--red:hover {
  background-color: #f26462;
  border-color: #f26462;
}
.btn--twitter:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f099';
  color: #000;
  margin-right: 10px;
}
.btn--shadow {
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
}
.btn--outline {
  border: 2px solid #003964;
  background: none;
  color: #003964;
}
.btn--outline-blue {
  color: #003964 !important;
  border: 2px solid #003964;
  background: rgba(255, 255, 255, 0.2);
  color: #003964;
}
.btn--outline-blue:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.btn--outline-white {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
}
.btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.btn--outline-white-disabled {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(198, 198, 198, 0.8) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.btn:disabled {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
/** Images */
.responsive-image,
.captioned-image__image {
  max-width: 100%;
  height: auto;
}
.responsive-image--fill {
  width: 100%;
}
.captioned-image {
  margin-bottom: 20px;
}
.captioned-image__caption {
  font-size: 13px;
  padding: 5px 10px;
  background: #F18B02;
  color: white;
  display: block;
}
.captioned-image__caption--above:before {
  content: 'Above: ';
  font-weight: 700;
}
.captioned-image__caption a {
  color: white;
}
.captioned-image__caption--subtle {
  background: none;
  color: #AAAAA9;
}
.captioned-image__caption--subtle a {
  color: #AAAAA9;
}
.captioned-image__caption--blue {
  background: none;
  color: #003964;
}
/** Buttons */
/** Form base styles */
/*input[type="search"] {
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    appearance: searchfield-cancel-button;
}*/
.form legend {
  padding: 0 20px;
  color: #003964;
  font-weight: 600;
}
.form fieldset,
.form__fieldset {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 10px;
}
.form__fieldset--light {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.form__fieldset--plain {
  border: none !important;
}
.form__fieldset--plain legend {
  padding: 0;
}
.form__control,
.form__label,
.form__submit {
  outline: none;
  display: block;
  width: auto;
}
.form__control:focus,
.form__label:focus,
.form__submit:focus {
  outline: none;
}
.form__label {
  font-size: 16px;
  font-weight: 600;
}
.form__row {
  display: block;
  margin-bottom: 10px;
}
.form__control {
  display: block;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  background-color: #FFFFFF;
  color: #727272;
  font-size: 16px;
  border-radius: 0;
}
.form__control:disabled {
  background: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
.form__control::-moz-placeholder {
  font-style: italic;
  color: #BABABA;
  font-weight: 300;
}
.form__control:-ms-input-placeholder {
  font-style: italic;
  color: #BABABA;
  font-weight: 300;
}
.form__control::placeholder {
  font-style: italic;
  color: #BABABA;
  font-weight: 300;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .form__control::-moz-placeholder {
    font-size: 12px;
  }
  .form__control:-ms-input-placeholder {
    font-size: 12px;
  }
  .form__control::placeholder {
    font-size: 12px;
  }
}
.form__control--tinted {
  background-image: linear-gradient(to top, #e3e3e3 0%, white 80%);
}
.form__control--sm {
  font-size: 12px !important;
}
.form__control--rounded {
  border-radius: 3px;
}
.form__control--select {
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px top 50%;
  display: block;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  padding-right: 30px;
  background-color: #FFFFFF;
  color: #727272;
  font-size: 16px;
  text-overflow: ellipsis;
  border-radius: 0;
}
.form__control--select::-ms-expand {
  display: none;
}
.form__control--select[multiple] {
  background: none;
  padding-right: 10px;
}
.form__control--select.form__control--tinted {
  background-image: url("data:image/png;base64,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"), linear-gradient(to top, #e3e3e3 0%, white 80%);
  background-repeat: no-repeat, repeat-x;
  background-size: 10px auto, auto;
  background-position: 95% 50%, 0 0;
}
.form__control--select.form__control--sm {
  background-position: 90% 50%;
}
.form__control--select--rounded {
  border-radius: 3px;
}
.form__control--bold {
  font-weight: 600;
}
.form__control--file::-webkit-file-upload-button {
  padding: 5px 10px;
  color: white !important;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  background-color: #003964;
  border: none;
  font-weight: 700;
  border: 1px solid #003964;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  font-size: 14px;
  border-radius: 0;
  margin-right: 10px;
}
.form__control--file::-webkit-file-upload-button--inline-block {
  display: inline-block !important;
}
.form__control--file::-webkit-file-upload-button--block {
  display: block !important;
}
.form__control--file::-webkit-file-upload-button--sm {
  font-size: 12px !important;
  padding: 5px !important;
}
.form__control--file::-webkit-file-upload-button--md {
  font-size: 16px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button--lg {
  font-size: 18px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button--xl {
  font-size: 20px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button--xxl {
  font-size: 22px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button:hover {
  background-color: #004d88;
  border-color: #004d88;
}
.form__control--file::-webkit-file-upload-button--padding-sm-md {
  padding: 15px 30px;
}
.form__control--file::-webkit-file-upload-button--square {
  border-radius: 0;
}
.form__control--file::-webkit-file-upload-button--rounded {
  border-radius: 3px;
}
.form__control--file::-webkit-file-upload-button--orange {
  background-color: #F18B02 !important;
  border-color: #F18B02 !important;
}
.form__control--file::-webkit-file-upload-button--orange:hover {
  background-color: #fd9c1a !important;
  border-color: #fd9c1a !important;
}
.form__control--file::-webkit-file-upload-button--grey {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
}
.form__control--file::-webkit-file-upload-button--grey:hover {
  background-color: #bcbcbb;
  border-color: #bcbcbb;
}
.form__control--file::-webkit-file-upload-button--black {
  background-color: black;
  border-color: black;
}
.form__control--file::-webkit-file-upload-button--black:hover {
  background-color: #121212;
  border-color: #121212;
}
.form__control--file::-webkit-file-upload-button--grey-lighter {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.form__control--file::-webkit-file-upload-button--grey-lighter:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.form__control--file::-webkit-file-upload-button--grey-darker {
  background-color: #777776;
  border-color: #777776;
}
.form__control--file::-webkit-file-upload-button--grey-darker:hover {
  background-color: #898988;
  border-color: #898988;
}
.form__control--file::-webkit-file-upload-button--red {
  background-color: #EF4341;
  border-color: #EF4341;
}
.form__control--file::-webkit-file-upload-button--red:hover {
  background-color: #f26462;
  border-color: #f26462;
}
.form__control--file::-webkit-file-upload-button--twitter:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f099';
  color: #000;
  margin-right: 10px;
}
.form__control--file::-webkit-file-upload-button--shadow {
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
}
.form__control--file::-webkit-file-upload-button--outline {
  border: 2px solid #003964;
  background: none;
  color: #003964;
}
.form__control--file::-webkit-file-upload-button--outline-blue {
  color: #003964 !important;
  border: 2px solid #003964;
  background: rgba(255, 255, 255, 0.2);
  color: #003964;
}
.form__control--file::-webkit-file-upload-button--outline-blue:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.form__control--file::-webkit-file-upload-button--outline-white {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
}
.form__control--file::-webkit-file-upload-button--outline-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.form__control--file::-webkit-file-upload-button--outline-white-disabled {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(198, 198, 198, 0.8) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.form__control--file::-webkit-file-upload-button:disabled {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
.form__control--file::-webkit-file-upload-button--inline-block {
  display: inline-block !important;
}
.form__control--file::-webkit-file-upload-button--block {
  display: block !important;
}
.form__control--file::-webkit-file-upload-button--sm {
  font-size: 12px !important;
  padding: 5px !important;
}
.form__control--file::-webkit-file-upload-button--md {
  font-size: 16px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button--lg {
  font-size: 18px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button--xl {
  font-size: 20px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button--xxl {
  font-size: 22px !important;
  padding: 10px !important;
}
.form__control--file::-webkit-file-upload-button:hover {
  background-color: #004d88;
  border-color: #004d88;
}
.form__control--file::-webkit-file-upload-button--padding-sm-md {
  padding: 15px 30px;
}
.form__control--file::-webkit-file-upload-button--square {
  border-radius: 0;
}
.form__control--file::-webkit-file-upload-button--rounded {
  border-radius: 3px;
}
.form__control--file::-webkit-file-upload-button--orange {
  background-color: #F18B02 !important;
  border-color: #F18B02 !important;
}
.form__control--file::-webkit-file-upload-button--orange:hover {
  background-color: #fd9c1a !important;
  border-color: #fd9c1a !important;
}
.form__control--file::-webkit-file-upload-button--grey {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
}
.form__control--file::-webkit-file-upload-button--grey:hover {
  background-color: #bcbcbb;
  border-color: #bcbcbb;
}
.form__control--file::-webkit-file-upload-button--black {
  background-color: black;
  border-color: black;
}
.form__control--file::-webkit-file-upload-button--black:hover {
  background-color: #121212;
  border-color: #121212;
}
.form__control--file::-webkit-file-upload-button--grey-lighter {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.form__control--file::-webkit-file-upload-button--grey-lighter:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.form__control--file::-webkit-file-upload-button--grey-darker {
  background-color: #777776;
  border-color: #777776;
}
.form__control--file::-webkit-file-upload-button--grey-darker:hover {
  background-color: #898988;
  border-color: #898988;
}
.form__control--file::-webkit-file-upload-button--red {
  background-color: #EF4341;
  border-color: #EF4341;
}
.form__control--file::-webkit-file-upload-button--red:hover {
  background-color: #f26462;
  border-color: #f26462;
}
.form__control--file::-webkit-file-upload-button--twitter:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f099';
  color: #000;
  margin-right: 10px;
}
.form__control--file::-webkit-file-upload-button--shadow {
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
}
.form__control--file::-webkit-file-upload-button--outline {
  border: 2px solid #003964;
  background: none;
  color: #003964;
}
.form__control--file::-webkit-file-upload-button--outline-blue {
  color: #003964 !important;
  border: 2px solid #003964;
  background: rgba(255, 255, 255, 0.2);
  color: #003964;
}
.form__control--file::-webkit-file-upload-button--outline-blue:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.form__control--file::-webkit-file-upload-button--outline-white {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
}
.form__control--file::-webkit-file-upload-button--outline-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.form__control--file::-webkit-file-upload-button--outline-white-disabled {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(198, 198, 198, 0.8) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.form__control--file::-webkit-file-upload-button:disabled {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
.form__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;
}
.form__checkbox-label {
  background-size: 20px auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAYAAABxVAqfAAAEpGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmRVg9Imh0dHA6Ly9jaXBhLmpwL2V4aWYvMS4wLyIKICAgIHhtbG5zOmF1eD0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC9hdXgvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjYwIgogICB0aWZmOkltYWdlV2lkdGg9IjMwIgogICB0aWZmOlJlc29sdXRpb25Vbml0PSIyIgogICB0aWZmOlhSZXNvbHV0aW9uPSI3Mi4wIgogICB0aWZmOllSZXNvbHV0aW9uPSI3Mi4wIgogICBleGlmRVg6TGVuc01vZGVsPSIiCiAgIGF1eDpMZW5zPSIiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIzMCIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjYwIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNy0xOFQxMzoxMDoyNCswMTowMCIK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');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__checkbox + .form__checkbox-label {
  padding-left: 35px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.form__checkbox:checked + .form__checkbox-label {
  background-position: 0 -20px;
}
.form--inline .form__control,
.form--inline .form__label,
.form--inline .form__submit {
  width: auto;
  display: inline-block;
}
.form--inline .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .form--inline-md .form__control,
  .form--inline-md .form__label,
  .form--inline-md .form__submit {
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .form--inline-lg .form__control,
  .form--inline-lg .form__label,
  .form--inline-lg .form__submit {
    width: auto;
    display: inline-block;
  }
}
.form--block .form__control,
.form--block .form__label,
.form--block .form__submit {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .form--block-zero-md .form__control,
  .form--block-zero-md .form__label,
  .form--block-zero-md .form__submit {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
/** Group of Buttons */
.btns > .btn {
  display: block !important;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .btns > .btn {
    display: inline-block !important;
    margin-bottom: 0;
  }
}
/** ZF1 horrible DL / DD / DT style forms */
.zend_form {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .zend_form input[type="submit"] {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .zend_form input[type="submit"] {
    margin-left: 4px;
  }
}
.zend_form input[type="submit"]:disabled {
  background: #AAAAA9 !important;
  border-color: #AAAAA9 !important;
  color: white !important;
  cursor: not-allowed;
}
.zend_form textarea,
.zend_form input[type="text"],
.zend_form input[type="number"],
.zend_form input[type="phone"],
.zend_form input[type="password"],
.zend_form input[type="email"] {
  outline: none;
  display: block;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  background-color: #FFFFFF;
  color: #727272;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}
.zend_form textarea:disabled,
.zend_form input[type="text"]:disabled,
.zend_form input[type="number"]:disabled,
.zend_form input[type="phone"]:disabled,
.zend_form input[type="password"]:disabled,
.zend_form input[type="email"]:disabled {
  background: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
.zend_form textarea::-moz-placeholder, .zend_form input[type="text"]::-moz-placeholder, .zend_form input[type="number"]::-moz-placeholder, .zend_form input[type="phone"]::-moz-placeholder, .zend_form input[type="password"]::-moz-placeholder, .zend_form input[type="email"]::-moz-placeholder {
  font-style: italic;
  color: #BABABA;
  font-weight: 300;
}
.zend_form textarea:-ms-input-placeholder, .zend_form input[type="text"]:-ms-input-placeholder, .zend_form input[type="number"]:-ms-input-placeholder, .zend_form input[type="phone"]:-ms-input-placeholder, .zend_form input[type="password"]:-ms-input-placeholder, .zend_form input[type="email"]:-ms-input-placeholder {
  font-style: italic;
  color: #BABABA;
  font-weight: 300;
}
.zend_form textarea::placeholder,
.zend_form input[type="text"]::placeholder,
.zend_form input[type="number"]::placeholder,
.zend_form input[type="phone"]::placeholder,
.zend_form input[type="password"]::placeholder,
.zend_form input[type="email"]::placeholder {
  font-style: italic;
  color: #BABABA;
  font-weight: 300;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .zend_form textarea::-moz-placeholder, .zend_form input[type="text"]::-moz-placeholder, .zend_form input[type="number"]::-moz-placeholder, .zend_form input[type="phone"]::-moz-placeholder, .zend_form input[type="password"]::-moz-placeholder, .zend_form input[type="email"]::-moz-placeholder {
    font-size: 12px;
  }
  .zend_form textarea:-ms-input-placeholder, .zend_form input[type="text"]:-ms-input-placeholder, .zend_form input[type="number"]:-ms-input-placeholder, .zend_form input[type="phone"]:-ms-input-placeholder, .zend_form input[type="password"]:-ms-input-placeholder, .zend_form input[type="email"]:-ms-input-placeholder {
    font-size: 12px;
  }
  .zend_form textarea::placeholder,
  .zend_form input[type="text"]::placeholder,
  .zend_form input[type="number"]::placeholder,
  .zend_form input[type="phone"]::placeholder,
  .zend_form input[type="password"]::placeholder,
  .zend_form input[type="email"]::placeholder {
    font-size: 12px;
  }
}
.zend_form textarea--tinted,
.zend_form input[type="text"]--tinted,
.zend_form input[type="number"]--tinted,
.zend_form input[type="phone"]--tinted,
.zend_form input[type="password"]--tinted,
.zend_form input[type="email"]--tinted {
  background-image: linear-gradient(to top, #e3e3e3 0%, white 80%);
}
.zend_form textarea--sm,
.zend_form input[type="text"]--sm,
.zend_form input[type="number"]--sm,
.zend_form input[type="phone"]--sm,
.zend_form input[type="password"]--sm,
.zend_form input[type="email"]--sm {
  font-size: 12px !important;
}
.zend_form textarea--rounded,
.zend_form input[type="text"]--rounded,
.zend_form input[type="number"]--rounded,
.zend_form input[type="phone"]--rounded,
.zend_form input[type="password"]--rounded,
.zend_form input[type="email"]--rounded {
  border-radius: 3px;
}
.zend_form input[type="file"] {
  margin-bottom: 10px;
}
.zend_form input[type="file"]::-webkit-file-upload-button {
  padding: 5px 10px;
  color: white !important;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  background-color: #003964;
  border: none;
  font-weight: 700;
  border: 1px solid #003964;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  font-size: 14px;
  border-radius: 0;
  margin-right: 10px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--inline-block {
  display: inline-block !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--block {
  display: block !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--sm {
  font-size: 12px !important;
  padding: 5px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--md {
  font-size: 16px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--lg {
  font-size: 18px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--xl {
  font-size: 20px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--xxl {
  font-size: 22px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #004d88;
  border-color: #004d88;
}
.zend_form input[type="file"]::-webkit-file-upload-button--padding-sm-md {
  padding: 15px 30px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--square {
  border-radius: 0;
}
.zend_form input[type="file"]::-webkit-file-upload-button--rounded {
  border-radius: 3px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--orange {
  background-color: #F18B02 !important;
  border-color: #F18B02 !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--orange:hover {
  background-color: #fd9c1a !important;
  border-color: #fd9c1a !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey:hover {
  background-color: #bcbcbb;
  border-color: #bcbcbb;
}
.zend_form input[type="file"]::-webkit-file-upload-button--black {
  background-color: black;
  border-color: black;
}
.zend_form input[type="file"]::-webkit-file-upload-button--black:hover {
  background-color: #121212;
  border-color: #121212;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-lighter {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-lighter:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-darker {
  background-color: #777776;
  border-color: #777776;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-darker:hover {
  background-color: #898988;
  border-color: #898988;
}
.zend_form input[type="file"]::-webkit-file-upload-button--red {
  background-color: #EF4341;
  border-color: #EF4341;
}
.zend_form input[type="file"]::-webkit-file-upload-button--red:hover {
  background-color: #f26462;
  border-color: #f26462;
}
.zend_form input[type="file"]::-webkit-file-upload-button--twitter:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f099';
  color: #000;
  margin-right: 10px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--shadow {
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline {
  border: 2px solid #003964;
  background: none;
  color: #003964;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-blue {
  color: #003964 !important;
  border: 2px solid #003964;
  background: rgba(255, 255, 255, 0.2);
  color: #003964;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-blue:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-white {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-white-disabled {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(198, 198, 198, 0.8) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button:disabled {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
.zend_form input[type="file"]::-webkit-file-upload-button--inline-block {
  display: inline-block !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--block {
  display: block !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--sm {
  font-size: 12px !important;
  padding: 5px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--md {
  font-size: 16px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--lg {
  font-size: 18px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--xl {
  font-size: 20px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--xxl {
  font-size: 22px !important;
  padding: 10px !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #004d88;
  border-color: #004d88;
}
.zend_form input[type="file"]::-webkit-file-upload-button--padding-sm-md {
  padding: 15px 30px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--square {
  border-radius: 0;
}
.zend_form input[type="file"]::-webkit-file-upload-button--rounded {
  border-radius: 3px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--orange {
  background-color: #F18B02 !important;
  border-color: #F18B02 !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--orange:hover {
  background-color: #fd9c1a !important;
  border-color: #fd9c1a !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey:hover {
  background-color: #bcbcbb;
  border-color: #bcbcbb;
}
.zend_form input[type="file"]::-webkit-file-upload-button--black {
  background-color: black;
  border-color: black;
}
.zend_form input[type="file"]::-webkit-file-upload-button--black:hover {
  background-color: #121212;
  border-color: #121212;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-lighter {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-lighter:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-darker {
  background-color: #777776;
  border-color: #777776;
}
.zend_form input[type="file"]::-webkit-file-upload-button--grey-darker:hover {
  background-color: #898988;
  border-color: #898988;
}
.zend_form input[type="file"]::-webkit-file-upload-button--red {
  background-color: #EF4341;
  border-color: #EF4341;
}
.zend_form input[type="file"]::-webkit-file-upload-button--red:hover {
  background-color: #f26462;
  border-color: #f26462;
}
.zend_form input[type="file"]::-webkit-file-upload-button--twitter:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f099';
  color: #000;
  margin-right: 10px;
}
.zend_form input[type="file"]::-webkit-file-upload-button--shadow {
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline {
  border: 2px solid #003964;
  background: none;
  color: #003964;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-blue {
  color: #003964 !important;
  border: 2px solid #003964;
  background: rgba(255, 255, 255, 0.2);
  color: #003964;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-blue:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-white {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: inherit;
  border-color: inherit;
}
.zend_form input[type="file"]::-webkit-file-upload-button--outline-white-disabled {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(198, 198, 198, 0.8) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.zend_form input[type="file"]::-webkit-file-upload-button:disabled {
  background-color: #AAAAA9;
  border-color: #AAAAA9;
  color: white;
  cursor: not-allowed;
}
.zend_form select {
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px top 50%;
  display: block;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  padding-right: 30px;
  background-color: #FFFFFF;
  color: #727272;
  font-size: 16px;
  text-overflow: ellipsis;
  border-radius: 0;
  outline: none;
  width: 100%;
}
.zend_form select::-ms-expand {
  display: none;
}
.zend_form select[multiple] {
  background: none;
  padding-right: 10px;
}
.zend_form select.form__control--tinted {
  background-image: url("data:image/png;base64,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"), linear-gradient(to top, #e3e3e3 0%, white 80%);
  background-repeat: no-repeat, repeat-x;
  background-size: 10px auto, auto;
  background-position: 95% 50%, 0 0;
}
.zend_form select.form__control--sm {
  background-position: 90% 50%;
}
.zend_form select--rounded {
  border-radius: 3px;
}
.zend_form dt {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (min-width: 700px) {
  .zend_form dt {
    width: 32%;
  }
}
.zend_form dd {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  vertical-align: top;
}
.zend_form dd:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 700px) {
  .zend_form dd {
    width: 67%;
  }
}
.zend_form label {
  font-size: 16px;
  font-weight: 600;
}
.zend_form label.required:after {
  content: '*';
  color: #F18B02;
}
.zend_form label input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 5px;
}
.zend_form .errors {
  font-size: 14px;
  color: #A94442;
}
/* hide the confirm label DT in admin confirm delete forms */
#deleteconfirm #confirm-label {
  display: none;
}
/** Select2 */
.select2-container--default {
  font-family: sans-serif !important;
}
.select2-container--default .select2-selection__rendered {
  color: #727272 !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 3px !important;
  border-color: #e3e3e3 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F18B02 !important;
}
.select2-selection__arrow {
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px top 50%;
}
.select2-selection__arrow b {
  display: none;
}
.select2-dropdown {
  border-color: #e3e3e3 !important;
  font-size: 13px !important;
}
/** Masthead */
.masthead {
  /* !critical */
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .search-active .masthead {
    padding-top: 55px;
  }
}
.masthead .tci-logo {
  /* !critical */
  margin: 15px;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .masthead .tci-logo {
    /* !critical */
    width: 150px;
    height: 62px;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .masthead .tci-logo {
    /* !critical */
    width: 180px;
    height: 82px;
  }
}
.masthead #MastheadSocialLinks {
  /* !critical */
  position: absolute;
  z-index: 100;
  text-align: right;
  top: 0;
  right: 0;
  z-index: 200;
}
.search-active .masthead #MastheadSocialLinks {
  /* !critical */
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .search-active .masthead #MastheadSocialLinks {
    top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .masthead #MastheadSocialLinks {
    /* !critical */
    right: 10px;
    left: 260px;
    top: 5px;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .masthead #MastheadSocialLinks {
    /* !critical */
    left: 300px;
  }
}
.masthead__search {
  /* !critical */
  position: absolute;
  top: 0;
  background: #EAEAEA;
  border-bottom: 1px solid #DADADA;
  right: 0;
  left: 0;
  padding: 10px;
  display: none;
  z-index: 210;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .search-active .masthead__search {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .masthead__search {
    /* !critical */
    background: none;
    border-bottom: none;
    top: 70px;
    left: 270px;
    right: 20px;
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .masthead__search {
    /* !critical */
    left: 310px;
    right: 280px;
  }
}
.masthead__search .form__control {
  /* !critical */
  float: left;
  margin-right: 0;
  border-radius: 0;
  line-height: 21px;
}
.masthead__search .form__control--select {
  /* !critical */
  border-right: none;
  border-left: none;
}
@media screen and (min-width: 300px) and (max-width: 999px) {
  @supports (-moz-appearance: none) {
    .masthead__search .form__control--select {
      height: 33px;
      line-height: 1.4;
    }
  }
  .masthead__search .form__control--select _:-ms-lang(x),
  .masthead__search .form__control--select {
    height: 33px;
  }
}
@media screen and (min-width: 1000px) {
  @supports (-moz-appearance: none) {
    .masthead__search .form__control--select {
      height: 39px;
      line-height: 1.4;
    }
  }
  .masthead__search .form__control--select _:-ms-lang(x),
  .masthead__search .form__control--select {
    height: 39px;
  }
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .masthead__search .form__control {
    /* !critical */
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .masthead__search .form__control {
    /* !critical */
    font-size: 18px;
    padding: 8px 20px;
  }
}
.masthead__search .form__control#MastheadSearchKeywords {
  /* !critical */
  width: 50%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (min-width: 400px) {
  .masthead__search .form__control#MastheadSearchKeywords {
    /* !critical */
    width: 58%;
  }
}
@media screen and (min-width: 700px) {
  .masthead__search .form__control#MastheadSearchKeywords {
    /* !critical */
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .masthead__search .form__control#MastheadSearchKeywords {
    /* !critical */
    width: 65%;
  }
}
.masthead__search .form__control#MastheadSearchType {
  /* !critical */
  width: 35%;
}
@media screen and (min-width: 400px) {
  .masthead__search .form__control#MastheadSearchType {
    /* !critical */
    width: 27%;
  }
}
@media screen and (min-width: 700px) {
  .masthead__search .form__control#MastheadSearchType {
    /* !critical */
    width: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .masthead__search .form__control#MastheadSearchType {
    /* !critical */
    width: 25%;
  }
}
.masthead__search .form__submit {
  /* !critical */
  margin: 0;
  text-align: center;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 21px;
}
@media screen and (min-width: 1000px) {
  @supports (-moz-appearance: none) {
    .masthead__search .form__submit {
      line-height: 25px;
      height: 39px;
    }
  }
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .masthead__search .form__submit {
    /* !critical */
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .masthead__search .form__submit {
    /* !critical */
    font-size: 18px;
    padding: 8px;
  }
}
.masthead__search .form__submit#MastheadSearchSubmit {
  /* !critical */
  width: 15%;
}
@media screen and (min-width: 700px) {
  .masthead__search .form__submit#MastheadSearchSubmit {
    width: 10%;
  }
}
.masthead #MastheadAccountLinks {
  /* !critical */
  position: absolute;
  top: 80px;
  right: 10px;
  display: none;
  z-index: 220;
}
@media screen and (min-width: 1000px) {
  .masthead #MastheadAccountLinks {
    /* !critical */
    display: block;
    top: 19px;
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .masthead #MastheadAccountLinks {
    /* !critical */
    top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .masthead #MastheadAccountLinks {
    /* !critical */
    right: 20px;
    top: auto;
    bottom: 0;
  }
  .masthead #MastheadAccountLinks .circle-icon-list__item {
    /* !critical */
    display: block;
    margin-bottom: 10px;
  }
}
.masthead__top-title {
  /* !critical */
  position: absolute;
  top: 60%;
  right: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #515150;
  text-align: right;
  z-index: 220;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .masthead__top-title {
    /* !critical */
    max-width: 137px;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .masthead__top-title {
    /* !critical */
    max-width: 195px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .masthead__top-title {
    /* !critical */
    max-width: 320px;
  }
}
@media screen and (min-width: 700px) {
  .masthead__top-title {
    /* !critical */
    top: 45%;
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .search-active .masthead__top-title {
    /* !critical */
    top: 86%;
    margin-top: -22px;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .search-active .masthead__top-title {
    /* !critical */
    margin-top: -15px;
  }
}
@media screen and (min-width: 700px) {
  .search-active .masthead__top-title {
    /* !critical */
    top: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .masthead__top-title {
    /* !critical */
    margin-top: 0;
    right: auto;
    top: 10px !important;
    left: 460px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .masthead__top-title {
    /* !critical */
    left: 520px;
  }
}
.masthead__sub-title {
  /* !critical */
  position: absolute;
  right: 10px;
  top: 65%;
  font-size: 13px;
  font-weight: 600;
  color: #AAAAA9;
  text-align: right;
  z-index: 220;
  display: none;
}
@media screen and (min-width: 700px) {
  .masthead__sub-title {
    /* !critical */
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .search-active .masthead__sub-title {
    top: 77%;
    margin-top: 6px;
  }
}
@media screen and (min-width: 1000px) {
  .masthead__sub-title {
    /* !critical */
    margin-top: 0;
    right: auto;
    top: 35px !important;
    left: 460px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .masthead__sub-title {
    /* !critical */
    left: 520px;
  }
}
@media screen and (max-width: 360px) {
  .masthead .circle-icon-list__item {
    /* !critical */
    transform: scale(0.8);
    margin-right: -5px;
  }
}
/** Top Bar */
.top-bar {
  /* !critical */
  background: #003964;
  padding: 10px;
}
.top-bar:after {
  display: table;
  clear: both;
  content: " ";
}
.top-bar a {
  /* !critical */
  color: white;
}
.top-bar-link {
  /* !critical */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px 15px;
  float: left;
  font-weight: 700;
  transition: background-color 0.2s;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
}
.top-bar-link:before {
  /* !critical */
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '';
  margin-right: 5px;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .top-bar-link {
    /* !critical */
    font-size: 0;
  }
  .top-bar-link:before {
    /* !critical */
    font-size: 18px;
    margin-right: 0;
  }
  .top-bar-link--fastindex {
    /* !critical */
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 12px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  }
}
.top-bar-link--fastindex {
  /* !critical */
  font-weight: 800;
}
@media screen and (min-width: 700px) {
  .top-bar-link {
    /* !critical */
    font-size: 14px;
    padding: 10px;
  }
}
.top-bar-link:last-of-type {
  margin-right: 0;
}
.top-bar-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.top-bar-link--menu:before {
  content: '\f0c9';
}
.offcanvas-left-active .top-bar-link--menu:before {
  content: '\f00d';
}
.top-bar-link--newsletters:before {
  content: '\f003';
}
.top-bar-link--search:before {
  content: '\f002';
}
.top-bar-link--login:before {
  content: '\f007';
}
.top-bar-link--right {
  /* !critical */
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.top-bar-link--right:last-of-type {
  margin-left: 0;
}
@media screen and (min-width: 1000px) {
  .top-bar {
    /* !critical */
    display: none;
  }
}
nav ul,
nav ol {
  /* !critical */
  margin: 0;
  padding: 0;
}
nav ul li,
nav ol li {
  /* !critical */
  margin: 0;
  padding: 0;
  list-style: none;
}
/** Main Nav */
.main-nav {
  /* !critical */
  background-color: #003964;
  position: relative;
  /** Off-canvas nav */
  /** Desktop dropdown nav */
}
.main-nav a {
  color: white;
}
.main-nav ul li {
  /* !critical */
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}
.main-nav ul li a {
  /* !critical */
  display: block;
  padding: 10px 20px;
}
.main-nav .black-friday-offer {
  background-color: black;
  text-indent: -99999px;
  /*.width-min-mq(1600px, {
        width: 100px;
        > a {
            background-image: url(/v3/img/nav/black-friday-2022-offer-nav-bar-mobile@2x.png);
            background-position: center;
            background-size: 95% auto;
            height: 38px;
        }
    });

.xxl-up({
    width: 180px;
});*/
}
.main-nav .black-friday-offer > a {
  background-image: url(/v3/img/nav/black-friday-2022-offer-nav-bar-mobile@2x.png);
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position: center center;
}
.main-nav .black-friday-offer > a:hover {
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .main-nav .black-friday-offer {
    display: none !important;
    /*float: right;
            width: 48px;
            padding: 0 !important;

            > a {
                background-image: url(/v3/img/nav/black-friday-2022-offer-nav-bar-desktop-short@2x.png);
                background-size: auto 74%;
                background-position: center center;
                display: block;
                background-color: transparent;
                padding: 0 !important;
                height: 36px;
            }*/
  }
}
@media screen and (min-width: 400px) {
  .main-nav .monopoly-offer > a {
    background-image: url(/v3/img/nav/monopoly.svg);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: right 10px center;
  }
}
@media screen and (min-width: 1000px) {
  .main-nav .monopoly-offer {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    text-indent: -99999px;
    width: 30px;
  }
  .main-nav .monopoly-offer > a {
    background-size: 100% auto;
    background-position: center center;
  }
}
.main-nav .monopoly-promo,
.main-nav .monopoly-sub-promo {
  padding: 0;
  background: #0e2744;
}
.main-nav .monopoly-promo > a,
.main-nav .monopoly-sub-promo > a {
  padding: 10px 10px 5px 10px;
}
.main-nav .monopoly-promo > a > img,
.main-nav .monopoly-sub-promo > a > img {
  height: auto;
  max-width: none;
  display: block;
}
.main-nav .monopoly-promo {
  display: block;
}
.main-nav .monopoly-promo > a > img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .main-nav .monopoly-promo {
    display: none !important;
  }
}
.main-nav .monopoly-sub-promo {
  display: none;
}
.main-nav .monopoly-sub-promo > a > img {
  max-width: 200px;
}
@media screen and (min-width: 1000px) {
  .main-nav .monopoly-sub-promo {
    display: block;
  }
}
.main-nav > .main-nav__items > li {
  /* !critical */
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .main-nav {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(to left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 3%);
  }
  .main-nav .main-nav__items li {
    transition: background-color 0.2s;
  }
  .main-nav .main-nav__items li:hover,
  .main-nav .main-nav__items li.has-children--active {
    background: rgba(255, 255, 255, 0.1);
  }
  .main-nav .main-nav__items li > ul {
    display: none;
  }
  .main-nav .main-nav__items .has-children > a:after {
    font-weight: normal;
    font-style: normal;
    font-family: 'FontAwesome';
    content: '\f107';
    display: inline;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 5px;
  }
  .main-nav .main-nav__items .has-children--active > ul {
    display: block;
  }
  .main-nav > .main-nav__items > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-nav > .main-nav__items > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1000px) {
  .main-nav {
    /* !critical */
    padding-left: 10px;
    font-size: 0;
  }
  .main-nav .circle-icon-list {
    /* !critical */
    display: none;
  }
  .main-nav .rss-icon {
    /* !critical */
    float: right;
  }
  .main-nav .rss-icon span {
    /* !critical */
    display: none;
  }
  .main-nav .has-children > a:after {
    /* !critical */
    font-weight: normal;
    font-style: normal;
    font-family: 'FontAwesome';
    content: '\f107';
    display: inline;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 3px;
  }
  .main-nav .has-children .has-children > a:after {
    /* !critical */
    content: '\f105';
  }
  .main-nav > .main-nav__items ul {
    /* !critical */
    opacity: 0;
    transition: opacity 0.2s 0.2s;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    left: -9999px;
  }
  .main-nav > .main-nav__items > li {
    /* !critical */
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .main-nav > .main-nav__items > li > a {
    /* !critical */
    padding: 10px 3px;
  }
  .main-nav > .main-nav__items > li.touch-hover > ul,
  .main-nav > .main-nav__items > li:hover > ul {
    z-index: 50;
    opacity: 1;
    left: -10px;
  }
  .main-nav > .main-nav__items > li > ul {
    /* !critical */
    position: absolute;
    background: #F18B02;
    z-index: -1;
    top: 100%;
  }
  .main-nav > .main-nav__items > li > ul li {
    /* !critical */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-nav > .main-nav__items > li > ul li > a {
    transition: background-color 0.2s;
  }
  .main-nav > .main-nav__items > li > ul li:hover > a {
    background: rgba(255, 255, 255, 0.1);
  }
  .main-nav > .main-nav__items > li > ul li:last-of-type {
    border-bottom: none;
  }
  .main-nav > .main-nav__items > li > ul li > ul {
    /* !critical */
    position: absolute;
    z-index: -1;
    top: 0;
    left: -999em;
  }
  .main-nav > .main-nav__items > li > ul li.touch-hover > ul,
  .main-nav > .main-nav__items > li > ul li:hover > ul {
    z-index: 50;
    opacity: 1;
    left: 100%;
  }
  .main-nav > .main-nav__items > li > ul > li > ul {
    background: #F27E1D;
  }
  .main-nav > .main-nav__items > li > ul > li > ul > li > ul {
    background: #F26E00;
  }
}
@media screen and (min-width: 1400px) {
  .main-nav > .main-nav__items > li {
    font-size: 14px;
  }
  .main-nav > .main-nav__items > li > a {
    padding: 10px 4px;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav > .main-nav__items > li {
    font-size: 15px;
  }
  .main-nav > .main-nav__items > li > a {
    padding: 10px 7px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .main-nav > .main-nav__items > li:last-of-type > ul {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .offcanvas {
    background-color: #003964;
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out, padding 0.2s ease-in-out, right 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .offcanvas--left {
    width: 250px;
    left: -250px;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .offcanvas--left {
    width: 300px;
    left: -300px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .offcanvas--left {
    width: 350px;
    left: -350px;
  }
}
@media screen and (min-width: 0px) and (max-width: 999px) {
  .offcanvas--right {
    background-color: white;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .offcanvas--right {
    width: 250px;
    right: -250px;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .offcanvas--right {
    width: 300px;
    right: -300px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .offcanvas--right {
    width: 350px;
    right: -350px;
  }
}
.offcanvas__heading {
  background: #003964;
  color: white;
  height: 62.7px;
  line-height: 62.7px;
  font-weight: 800;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 20px;
}
@media screen and (min-width: 700px) {
  .offcanvas__heading {
    height: 59px;
    line-height: 59px;
  }
}
.offcanvas__heading-close {
  float: right;
  color: white;
  font-weight: 800;
  padding: 20px;
  margin-top: -20px;
}
.offcanvas-left-push {
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .offcanvas-left-active .offcanvas-left-push {
    transform: translateX(250px);
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .offcanvas-left-active .offcanvas-left-push {
    transform: translateX(300px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .offcanvas-left-active .offcanvas-left-push {
    transform: translateX(350px);
  }
}
.offcanvas-right-push {
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .offcanvas-right-active .offcanvas-right-push {
    transform: translateX(-250px);
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .offcanvas-right-active .offcanvas-right-push {
    transform: translateX(-300px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .offcanvas-right-active .offcanvas-right-push {
    transform: translateX(-350px);
  }
}
.offcanvas-left-active,
.offcanvas-right-active {
  overflow-x: hidden;
}
.offcanvas-left-active .offcanvas--left {
  left: 0;
}
.offcanvas-right-active .offcanvas--right {
  right: 0;
}
.offcanvas-tint {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: #003964;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  opacity: 0;
}
.offcanvas-left-active .offcanvas-tint,
.offcanvas-right-active .offcanvas-tint {
  opacity: 0.5;
  z-index: 499;
}
@media screen and (min-width: 1000px) {
  .offcanvas-toggle {
    display: none;
  }
}
/** Mobile fastindex menu */
.offcanvas--right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 3%);
}
@media screen and (min-width: 1000px) {
  .offcanvas--right {
    display: none;
  }
}
/** Admin / user menu */
.logged-in-nav {
  max-width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}
.user-nav {
  display: block;
  min-width: 100%;
  padding: 10px;
  position: relative;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.user-nav:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' ';
  background: #f1f1f1;
}
.user-nav--admin:before {
  background: #777776;
}
.user-nav--admin a {
  color: white;
}
.user-nav--admin .user-nav__item--title {
  color: white;
}
.user-nav--admin .user-nav__item:after {
  background: white;
}
.user-nav__item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}
.user-nav__item--title {
  font-weight: 600;
}
.user-nav__item--title:after {
  display: none;
}
.user-nav__item:after {
  position: absolute;
  top: 0;
  right: 0;
  background: #AAAAA9;
  width: 1px;
  height: 100%;
  content: ' ';
  opacity: 0.3;
}
.user-nav__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.user-nav__item:last-child:after {
  display: none;
}
/** Homepage specifics */
.homepage__top h1 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .homepage__top h1 {
    font-size: 28px;
  }
}
.homepage__magazine img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .homepage__magazine img {
    max-height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .homepage__magazine img {
    height: 325px;
  }
  @supports (-moz-appearance: none) {
    .homepage__magazine img {
      height: 341px;
    }
  }
}
@media screen and (min-width: 1000px) {
  .homepage__magazine img {
    height: 326px;
  }
  @supports (-moz-appearance: none) {
    .homepage__magazine img {
      height: 339px;
    }
  }
}
@media screen and (min-width: 1400px) {
  .homepage__magazine img {
    height: 314px;
  }
  @supports (-moz-appearance: none) {
    .homepage__magazine img {
      height: 326px;
    }
  }
}
@media screen and (min-width: 700px) {
  .homepage__row2 .grey-box {
    min-height: 375px;
  }
}
@media screen and (min-width: 700px) {
  .homepage__row3 .grey-box {
    min-height: 320px;
  }
}
@media screen and (min-width: 700px) {
  .homepage__row4 .grey-box {
    min-height: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .homepage__row4 .grey-box {
    min-height: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .homepage__row4 .grey-box {
    min-height: 275px;
  }
}
@media screen and (min-width: 700px) {
  .homepage__row5 .grey-box {
    min-height: 450px;
  }
}
@media screen and (min-width: 1000px) {
  .homepage__row5 .grey-box {
    min-height: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .homepage__row5 .grey-box {
    min-height: 275px;
  }
}
/** Directory */
.taxonomy-results {
  margin-bottom: 40px;
}
@media screen and (min-width: 700px) {
  .taxonomy-results {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.taxonomy-result {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 10px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.taxonomy-result:hover {
  background: #fbfbfb;
}
.taxonomy-result__title {
  font-size: 16px;
  margin-bottom: 0;
}
.taxonomy-result__count {
  color: #AAAAA9;
}
@media screen and (min-width: 700px) {
  .taxonomy-result__count {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
.taxonomy-result__score {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 11px;
  color: #AAAAA9;
}
.taxonomy-result__link {
  display: block;
}
.taxonomy-result__link:after {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 5px;
  top: 30%;
  transition: color 0.2s;
}
.taxonomy-result__link:hover {
  color: #F18B02;
}
.taxonomy-result__link:hover:after {
  color: #F18B02;
}
.taxonomy-result__add-company {
  color: #F18B02;
  margin-top: 10px;
  font-weight: 600;
  display: block;
  font-size: 14px;
  color: black;
}
.taxonomy-result__add-company:hover {
  color: #F18B02;
}
.taxonomy-result__add-company:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f067';
  margin-right: 8px;
  color: #F18B02;
}
.company-results__tier {
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.company-results__tier .company-result {
  border-bottom: 1px solid #e3e3e3;
}
.company-results__tier .company-result:last-child {
  border-bottom: none;
}
.company-results__tier--top {
  margin-bottom: 40px;
}
.company-results__tier--top .company-result {
  background-color: #fed9a7;
  background-image: linear-gradient(to top, #fed9a7 0%, #fefefe 65%);
}
.company-results__tier--premier {
  margin-bottom: 40px;
}
.company-results__tier--premier .company-result {
  background-color: #e3f3ff;
  background-image: linear-gradient(to top, #e3f3ff 0%, #fefeff 65%);
}
.company-results__tier--enhanced .company-result {
  background-color: #dddddc;
  background-image: linear-gradient(to top, #dddddc 0%, #fefefe 65%);
}
.company-results__tier--top,
.company-results__tier--premier,
.company-results__tier--paid,
.company-results__tier--enhanced {
  border-color: #979797;
  color: black;
}
.company-results__tier--top .company-result,
.company-results__tier--premier .company-result,
.company-results__tier--paid .company-result,
.company-results__tier--enhanced .company-result {
  border-color: #979797;
}
.company-results__tier--free .company-result {
  color: #9b9b9b;
}
.company-results__tier--free .company-result__title:hover {
  color: #828282;
}
.company-results__tier--free .company-result__summary {
  display: none;
}
.company-results__tier--free .company-result__profile-btn {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.company-results__tier--free .company-result__profile-btn:hover {
  background: #828282;
}
.company-results__tier--free .company-result__meta-item > a:before {
  color: #9b9b9b;
}
.company-results__tier--free .company-result__meta-item:hover {
  color: #828282;
}
.company-result {
  padding: 20px;
  color: inherit;
  position: relative;
  min-height: 140px;
}
.company-result--has-logo .company-result__title,
.company-result--has-logo .company-result__meta {
  margin-left: 120px;
}
.company-result--has-logo .company-result__title-meta-container {
  min-height: 120px;
}
@media screen and (min-width: 700px) {
  .company-result--has-logo .company-result__title-meta-container {
    min-height: 100px;
  }
}
.company-result__logo {
  vertical-align: middle;
  display: inline;
  width: 100%;
  height: auto;
}
.company-result__logo-container {
  position: absolute;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  top: 20px;
  left: 20px;
  height: 100px;
  width: 100px;
  -ms-flex-align: center;
  align-items: center;
}
.company-result__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .company-result__title {
    margin-right: 170px;
  }
}
.company-result a {
  color: inherit;
}
.company-result__meta {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .company-result__meta {
    margin-right: 170px;
  }
}
.company-result__meta-item {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
}
.company-result__meta-item > a {
  color: inherit;
  padding-left: 25px;
  display: block;
}
.company-result__meta-item > a:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f140';
  font-size: 20px;
  vertical-align: middle;
  color: #F18B02;
  position: absolute;
  top: -3px;
  left: 0;
}
.company-result__meta-item--add-fastindex {
  color: #F18B02;
}
.company-result__meta-item--add-fastindex > a:before {
  content: '\f067';
}
.company-result__meta-item--location > a:before {
  content: '\f041';
  font-size: 24px;
  left: 2px;
  top: -8px;
}
.company-result__meta-item--url > a:before {
  content: '\f14c';
}
.company-result__meta-item--phone > a:before {
  content: '\f095';
}
.company-result__summary {
  color: inherit;
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
}
.company-result__profile-btn,
.company-result__website-btn,
.company-result__email-btn {
  display: block;
  max-width: 200px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px !important;
}
@media screen and (min-width: 700px) {
  .company-result__profile-btn,
  .company-result__website-btn,
  .company-result__email-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 150px;
    font-size: 13px !important;
  }
}
.company-result__website-btn,
.company-result__email-btn {
  width: 45%;
  max-width: none;
  display: inline-block;
}
@media screen and (min-width: 700px) {
  .company-result__website-btn,
  .company-result__email-btn {
    max-width: 150px;
  }
}
.company-result__email-btn {
  margin-left: 10%;
}
@media screen and (min-width: 700px) {
  .company-result__email-btn {
    top: auto;
    bottom: 20px;
  }
}
.company-result__score {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 11px;
  color: #AAAAA9;
}
.company-profile-container {
  position: relative;
}
@media screen and (min-width: 700px) {
  .company-profile-container__heading {
    padding-right: 200px;
  }
}
.company-profile-container__heading-phone {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .company-profile-container__heading-phone {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.company-profile__tweets {
  margin-bottom: 40px;
}
.company-profile__tweets li {
  font-size: 12px;
  display: none;
}
.company-profile__tweets li:after {
  display: table;
  clear: both;
  content: " ";
}
.company-profile__tweets li:nth-child(-n+5) {
  display: block;
}
@media screen and (min-width: 700px) {
  .company-profile__tweets li {
    display: block;
  }
}
.company-profile__tweets li img {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.company-profile__tweets li a {
  color: #003964;
}
.company-profile__grid-mask {
  display: none;
  height: 120px;
  width: 100%;
  display: block;
  background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 90%);
  margin-top: -120px;
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .company-profile__grid-mask {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .company-profile__grid-col--max-height {
    max-height: 500px;
    overflow: scroll;
  }
}
.company-profile__news {
  padding: 10px;
}
@media screen and (min-width: 400px) {
  .company-profile__news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.company-news-article {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  background: white;
  padding: 10px;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  border: 10px solid #e3e3e3;
  position: relative;
}
@media screen and (min-width: 400px) {
  .company-news-article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .company-news-article--has-photo {
    padding-left: 145px;
  }
}
.company-news-article__headline {
  color: black;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .company-news-article__headline {
    font-size: 18px;
  }
}
.company-news-article__description {
  font-size: 11px;
  color: #AAAAA9;
}
.company-news-article__created {
  font-size: 12px;
  color: #AAAAA9;
}
.company-news-article__photo {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .company-news-article__photo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 125px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/** Raceday */
.raceday__heading {
  font-size: 24px;
}
.raceday__pullquote1 {
  background: #F18B02;
  text-align: center;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -110px;
  position: relative;
  z-index: 5;
  padding: 45px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 700px) {
  .raceday__pullquote1 {
    padding-left: 130px;
    padding-right: 60px;
  }
}
.raceday__pullquote1:before {
  content: '“';
  font-family: arial;
  color: #E08221;
  font-size: 470px;
  position: absolute;
  top: -107px;
  left: 10px;
  z-index: -1;
}
.raceday__pullquote1 cite {
  font-weight: 700;
  font-style: italic;
  margin-right: -30px;
  display: block;
  text-align: right;
}
.raceday__pullquote2 {
  text-align: center;
  color: #003964;
  margin: 0;
  position: relative;
  z-index: 5;
  padding: 100px 0 100px 0;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 700px) {
  .raceday__pullquote2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media screen and (min-width: 700px) {
  .raceday__pullquote2 p,
  .raceday__pullquote2 cite {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 700px) {
  .raceday__pullquote2 cite {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
  }
}
.raceday__pullquote2:before,
.raceday__pullquote2:after {
  content: '“';
  font-family: arial;
  color: #F18B02;
  font-size: 470px;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -1;
}
.raceday__pullquote2:after {
  top: auto;
  bottom: -375px;
  left: auto;
  right: 0;
  content: '”';
}
@media screen and (min-width: 700px) {
  .raceday__pullquote2:after {
    top: -110px;
    bottom: auto;
  }
}
.raceday__pullquote2 cite {
  font-weight: 700;
  font-style: italic;
  display: block;
  text-align: right;
  color: #F18B02;
}
.raceday__package-panel {
  position: relative;
}
@media screen and (min-width: 700px) {
  .raceday__package-panel {
    min-height: 625px;
  }
}
@media screen and (min-width: 1000px) {
  .raceday__package-panel {
    min-height: 560px;
  }
}
@media screen and (min-width: 1800px) {
  .raceday__package-panel {
    min-height: 520px;
  }
}
.raceday__package-panel--sold-out {
  background: rgba(198, 198, 198, 0.95);
}
.raceday__package-panel--sold-out > p {
  opacity: 0.4;
}
.raceday__package-panel--sold-out:before {
  position: absolute;
  left: -10px;
  right: -9px;
  top: 0;
  height: 100%;
  content: '';
  background: url(/v3/img/raceday-2019/sold-out.svg) no-repeat;
  background-position: left 100px;
  background-size: 100% auto;
  z-index: 10;
}
@media screen and (min-width: 400px) {
  .raceday__package-panel--sold-out:before {
    left: -16px;
    right: -14px;
  }
}
@media screen and (min-width: 700px) {
  .raceday__package-panel--sold-out:before {
    left: -10px;
    right: -9px;
  }
}
@media screen and (min-width: 1400px) {
  .raceday__package-panel--sold-out:before {
    left: -14px;
    right: -13px;
  }
}
@media screen and (min-width: 1800px) {
  .raceday__package-panel--sold-out:before {
    left: -16px;
    right: -15px;
    background-position-y: 50px;
  }
}
.raceday__package-panel--remaining:before {
  content: attr(data-remaining);
  position: absolute;
  top: -33px;
  right: -10px;
  height: 42px;
  width: 145px;
  line-height: 31px;
  color: #F18B02;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-indent: 49px;
  background: url(/v3/img/raceday-2019/spaces-left.svg) no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: 10;
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .raceday__package-panel--remaining {
    margin-top: 40px;
  }
}
.raceday__music-hero {
  margin-top: -50px;
}
@media screen and (min-width: 700px) {
  .raceday__music-hero {
    margin-top: 0;
  }
}
.raceday__music-panel {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .raceday__music-panel {
    max-width: 310px;
    position: absolute;
    right: 10px;
    margin-top: 0;
    top: -10px;
  }
}
.raceday__hotel-panel:before {
  background: #003964;
  content: ' ';
  display: block;
  height: 20px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  margin-bottom: -1px;
}
.raceday__hotel-panel--mobile {
  display: block;
}
@media screen and (min-width: 700px) {
  .raceday__hotel-panel--mobile {
    display: none;
  }
}
.raceday__hotel-panel--desktop {
  display: none;
}
@media screen and (min-width: 700px) {
  .raceday__hotel-panel--desktop {
    display: block;
  }
}
.raceday__hotel-panel--desktop img {
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .raceday__hotel-panel--desktop img {
    margin-top: 65px;
  }
}
/** Sharing */
.sharing {
  padding: 0;
  margin: 0;
}
.sharing__item {
  padding: 0;
  margin: 0 5px 0 0;
  list-style: none;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  color: white;
  text-decoration: none;
  background: #003964;
  font-size: 11px;
  font-weight: 700;
  font-size: 0;
  transition: background-color 0.2s, color 0.2s;
  text-align: center;
}
.sharing__item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 700px) {
  .sharing__item {
    font-size: 11px;
    text-align: left;
  }
}
.sharing__item > a {
  display: block;
  padding: 5px 10px;
  transition: background-color 0.2s, color 0.2s;
}
.sharing__item > a:after {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '';
  font-size: 11px;
}
@media screen and (min-width: 700px) {
  .sharing__item > a:after {
    margin-left: 5px;
  }
}
.sharing__item--linkedin {
  background-color: #007BB6;
}
.sharing__item--linkedin:hover {
  background-color: #006a9d;
}
.sharing__item--linkedin > a:after {
  content: '\f0e1';
}
.sharing__item--facebook {
  background-color: #3B5998;
}
.sharing__item--facebook:hover {
  background-color: #344e86;
}
.sharing__item--facebook > a:after {
  content: '\f09a';
}
.sharing__item--twitter {
  background-color: #000;
}
.sharing__item--twitter:hover {
  background-color: #000000;
}
.sharing__item--twitter > a:after {
  content: '𝕏';
}
.sharing__item--pinterest {
  background-color: #CB2027;
}
.sharing__item--pinterest:hover {
  background-color: #b51d23;
}
.sharing__item--pinterest > a:after {
  content: '\f231';
}
.sharing__item--email {
  background-color: #F18B02;
}
.sharing__item--email:hover {
  background-color: #d87c02;
}
.sharing__item--email > a:after {
  content: '\f0e0';
}
.sharing__item a {
  color: white;
  text-decoration: none;
}
/** Tenders table */
@media screen and (min-width: 1000px) {
  .tenders-view-right-item {
    width: 400px;
    margin: 0 0 20px 20px;
  }
}
.tenders__details .stdoc {
  font-weight: 700;
}
.tenders__details .grseq {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.tenders__details .tigrseq {
  font-weight: 700;
}
.tenders__details .nomark {
  margin-right: 10px;
  font-weight: 600;
  color: #003964;
}
.tender h3 {
  color: #F18B02;
  margin-top: 20px;
  font-size: 17px;
}
@media screen and (min-width: 700px) {
  .tender h3 {
    font-size: 20px;
  }
}
.tender h4 {
  color: #003964;
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  .tender h4 {
    font-size: 19px;
  }
}
.tender h5,
.tender h6 {
  font-size: 15px;
}
@media screen and (min-width: 700px) {
  .tender h5,
  .tender h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 700px) {
  #tenderSearch {
    text-align: center;
  }
}
@media screen and (min-width: 700px) {
  #tenderSearch .form__control {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  #tenderSearch .form__control {
    font-size: 14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1399px) {
  #tenderSearch .form__control {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#tenderSearch .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  #tenderSearch .btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  #tenderSearch .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 700px) {
  #tenderSearch .mainActivity {
    max-width: 120px;
  }
}
@media screen and (min-width: 700px) {
  #tenderSearch .status {
    max-width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .pp__footer-logo {
    margin-top: -32px !important;
  }
}
/** Articles */
.article-grid {
  position: relative;
  display: block;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 300px) {
  .article-grid {
    display: -ms-flexbox;
    display: flex;
  }
}
.no-flex .article-grid:after {
  display: table;
  clear: both;
  content: " ";
}
.article-grid--border-top {
  padding-top: 10px;
}
.article-grid--border-top:before {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  height: 5px;
  content: '';
  background-color: #003964;
}
@media screen and (min-width: 300px) {
  .article-grid--border-top:before {
    right: 10px;
    left: 10px;
  }
}
.article-grid__item {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media screen and (min-width: 300px) and (max-width: 699px) {
  .article-grid__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-grid__item _:-ms-lang(x),
  .article-grid__item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media screen and (min-width: 700px) {
  .article-grid__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-grid__item _:-ms-lang(x),
  .article-grid__item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
}
.no-flex .article-grid__item {
  float: left;
  width: 25% !important;
}
.article-grid__item-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}
.article-grid__item-image-container:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: ' ';
  transition: opacity 0.2s;
  opacity: 0;
  background: rgba(0, 57, 100, 0.4);
}
.article-grid__item:hover .article-grid__item-image-container:before,
.article-grid__item:hover .article-grid__item-image-container:after {
  opacity: 1;
}
.article-grid__item-image {
  display: block;
  width: 100%;
  height: 30vh;
  max-height: 150px;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.article-grid__item-headline {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .article-grid__item-headline {
    font-size: 16px;
  }
}
.article-grid__item-description {
  font-size: 12px;
}
@media screen and (min-width: 700px) {
  .article-grid__item-description {
    font-size: 13px;
  }
}
.article-grid__item-description a {
  color: #515150;
}
.article-grid__item--promoted .article-grid__item-image-wrap {
  position: relative;
}
.article-grid__item--promoted .article-grid__item-image-wrap:after {
  position: absolute;
  background: #F18B02;
  content: 'PROMOTED';
  color: white;
  padding: 7px 10px;
  font-size: 14px;
  left: 0;
  bottom: 0;
}
.article-grid--2-cols .article-grid__item {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}
@media screen and (min-width: 700px) {
  .article-grid--lead.article-grid--border-top:before {
    right: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .article-grid--lead .article-grid__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  .no-flex .article-grid--lead .article-grid__item {
    width: 100% !important;
  }
  .article-grid--lead .article-grid__item _:-ms-lang(x),
  .article-grid--lead .article-grid__item {
    -ms-flex-preferred-size: 94%;
    flex-basis: 94%;
  }
}
@media screen and (min-width: 700px) {
  .article-grid--lead .article-grid__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .no-flex .article-grid--lead .article-grid__item {
    float: left;
    width: 50% !important;
  }
  .article-grid--lead .article-grid__item _:-ms-lang(x),
  .article-grid--lead .article-grid__item {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
}
.article-grid--lead .article-grid__item-headline {
  font-size: 20px;
}
.article-grid--lead .article-grid__item-description {
  font-size: 15px;
}
.article-grid--lead .article-grid__item-image {
  max-height: 250px;
}
@media screen and (min-width: 1400px) {
  .article-grid--lead .article-grid__item-image {
    max-height: 300px;
  }
}
/** Single article */
.article--abbreviated {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F18B02;
}
.article__headline {
  font-size: 26px;
  font-weight: 300;
}
@media screen and (min-width: 700px) {
  .article__headline {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .article__headline {
    font-size: 34px;
  }
}
.article__inline-image {
  display: block;
  clear: both;
}
.article__inline-image--center {
  text-align: center;
}
@media screen and (min-width: 700px) {
  .article__inline-image--left {
    float: left;
    width: 30%;
    min-width: 250px;
    margin: 0 20px 10px 0;
  }
}
.article__inline-image--full img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 700px) {
  .article__inline-image--right {
    float: right;
    width: 30%;
    min-width: 250px;
    margin: 0 0 10px 20px;
  }
}
.article__small-image {
  clear: left;
  margin-bottom: 0 !important;
}
.article__small-image a {
  border: none !important;
}
@media screen and (min-width: 700px) {
  .article__small-image {
    float: left;
    width: 275px;
    margin: 0 20px 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .article__small-image {
    width: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .article__small-image {
    width: 420px;
  }
}
@media screen and (min-width: 1800px) {
  .article__small-image {
    width: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .article__small-image--margin-bottom {
    margin-bottom: 20px !important;
  }
}
.article__small-image img {
  margin-bottom: 0;
  display: block;
}
@media screen and (min-width: 1000px) {
  .article__small-image img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.article__header {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #AAAAA9;
  border-bottom: 1px solid #AAAAA9;
}
.article__intro {
  line-height: 1.6;
}
.article__body * {
  line-height: 1.6;
}
.article__body a {
  border-bottom: 1px dotted #003964;
  font-weight: 500;
  text-decoration: none;
  transition: border-bottom-color 0.2s, color 0.2s;
}
.article__body a:hover {
  color: #F18B02;
  border-bottom-color: #F18B02;
}
.article__body > ul > li {
  list-style-position: inside;
}
.article__footer {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #AAAAA9;
  border-top: 1px solid #AAAAA9;
  border-bottom: 1px solid #AAAAA9;
  background: rgba(0, 0, 0, 0.03);
}
.article__footer-avt {
  color: #003964;
}
.article--promoted .article__small-image-caption {
  position: relative;
}
.article--promoted .article__small-image-caption:after {
  position: absolute;
  background: #003964;
  content: 'PROMOTED';
  color: white;
  padding: 7px 10px;
  font-size: 14px;
  left: 0;
  bottom: 100%;
}
/** Article preview */
.article-preview {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F18B02;
}
.article-preview:after {
  display: table;
  clear: both;
  content: " ";
}
.article-preview__headline {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .article-preview__headline {
    font-size: 22px;
  }
}
.article-preview__content {
  position: relative;
}
@media screen and (min-width: 400px) {
  .article-preview__content {
    min-height: 80px;
    padding-left: 130px;
  }
}
.article-preview--no-image .article-preview__content {
  padding-left: 0;
}
.article-preview__excerpt {
  margin-bottom: 0;
}
.article-preview__excerpt a {
  color: #515150;
}
.article-preview__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 400px) {
  .article-preview__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  .article-preview__image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
/** TV */
.video-preview {
  margin-bottom: 20px;
  overflow: hidden;
  background: #f1f1f1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.video-preview--no-bg {
  background: none;
}
.video-preview--no-spacing {
  margin-bottom: 0;
}
.video-preview--border-top {
  border-top: 4px solid #F18B02;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: border-top-color 0.2s;
}
.video-preview--border-top:hover {
  border-top-color: #003964;
}
.video-preview--border-top .video-preview__thumbnail {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.video-preview:hover .video-preview__thumbnail-link:before {
  opacity: 0.9;
}
.video-preview__thumbnail {
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100px;
}
.video-preview__thumbnail--rounded {
  border-radius: 3px;
}
@media screen and (min-width: 500px) {
  .video-preview__thumbnail {
    height: 120px;
  }
}
@media screen and (min-width: 700px) {
  .video-preview__thumbnail {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .video-preview__thumbnail {
    height: 110px;
  }
}
@media screen and (min-width: 1800px) {
  .video-preview__thumbnail {
    height: 140px;
  }
}
.video-preview__thumbnail-link {
  position: relative;
  display: block;
}
.video-preview__thumbnail-link:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f04b';
  color: white;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transition: opacity 0.2s;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
@media screen and (min-width: 1000px) {
  .video-preview__thumbnail-link:before {
    font-size: 40px;
  }
}
.video-preview__title {
  font-size: 15px;
  padding: 10px;
}
@media screen and (min-width: 400px) {
  .video-preview__title {
    min-height: 120px;
  }
}
@media screen and (min-width: 700px) {
  .video-preview__title {
    min-height: 170px;
  }
}
@media screen and (min-width: 1000px) {
  .video-preview__title {
    min-height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .video-preview__title {
    min-height: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .video-preview__title {
    min-height: 90px;
  }
}
/** Video JS */
.video-js-responsive-container.vjs-hd {
  padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
  padding-top: 75%;
}
.video-js-responsive-container {
  width: 100%;
  position: relative;
}
.video-js-responsive-container .video-js {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.vjs-watermark {
  position: absolute;
  display: inline;
  z-index: 2000;
}
.vjs-watermark img {
  width: 140px;
  height: auto;
}
/** Features */
.feature-preview {
  margin-bottom: 20px;
}
.feature-preview__thumbnail {
  display: block;
  margin-bottom: 10px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-preview__title {
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .feature-preview__intro {
    margin-bottom: 0;
  }
}
.feature-preview__description {
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  .feature-preview__description {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 700px) {
  .feature-preview__view-btn {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .feature-grid {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px) {
  .feature-grid .grid__col {
    position: initial;
  }
}
.feature-grid:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
/** Jobs */
#jobSearch .keywords {
  width: 100%;
}
@media screen and (min-width: 700px) {
  #jobSearch .keywords {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 700px) {
  #jobSearch .jobCategory,
  #jobSearch .jobRegion,
  #jobSearch .jobType {
    width: 25%;
  }
}
#jobSearch .btn {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  #jobSearch .btn {
    float: right;
    margin-right: 0;
  }
}
.job-preview {
  position: relative;
}
.job-preview--border-bottom {
  border-bottom: 1px solid #F18B02;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.job-preview__salary {
  color: #F18B02;
  font-weight: 200;
}
.job-preview__description {
  font-size: 14px;
}
.job-preview__highlights {
  margin-bottom: 20px;
}
/** Media Packs Online */
.mpo__intro {
  margin-bottom: 55px;
}
@media screen and (min-width: 400px) {
  .mpo__intro {
    padding-left: 30px;
  }
}
@media screen and (min-width: 700px) {
  .mpo__intro {
    padding-left: 50px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .mpo__intro {
    padding-left: 200px;
  }
}
.mpo__overview {
  padding-top: 270px;
}
@media screen and (min-width: 700px) {
  .mpo__overview {
    padding: 30px 30px 30px 250px;
  }
}
@media screen and (min-width: 1800px) {
  .mpo__overview {
    margin-bottom: 60px !important;
  }
}
.mpo__overview-mac {
  position: absolute;
  left: 0;
  top: -60px;
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .mpo__overview-mac {
    top: -22px;
  }
}
.mpo__quote {
  margin: 0;
  padding: 30px;
}
.mpo__quote:before,
.mpo__quote:after {
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  font-size: 300px;
  font-family: sans-serif;
  z-index: 0;
}
.mpo__quote p {
  position: relative;
}
.mpo__quote:before {
  content: '\201c';
  top: 0;
  left: 20px;
}
.mpo__quote:after {
  content: '\201d';
  right: 20px;
  top: 55%;
}
@media screen and (min-width: 700px) {
  .mpo__quote:after {
    top: 40%;
  }
}
@media screen and (min-width: 1000px) {
  .mpo__quote:after {
    top: 27%;
  }
}
.mpo__map-wrap {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .mpo__map-wrap {
    overflow: visible;
  }
}
.mpo__map {
  background: #F7F7F7;
  margin: 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .mpo__map {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mpo__map {
    margin-right: 180px;
  }
}
.mpo__map-image {
  margin: -20px;
  width: 550px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .mpo__map-image {
    margin-left: -20px;
  }
}
.mpo__map-phone {
  position: absolute;
  right: -80px;
  bottom: 0;
}
@media screen and (min-width: 700px) {
  .mpo__map-phone {
    right: -10px;
  }
}
@media screen and (min-width: 1000px) {
  .mpo__map-phone {
    right: -65px;
    bottom: -20px;
  }
}
.mpo__map-caption {
  padding: 20px 100px 20px 20px;
}
@media screen and (min-width: 1000px) {
  .mpo__map-caption {
    position: absolute;
    right: 0;
    top: 50px;
    padding-right: 130px;
  }
}
@media screen and (min-width: 1800px) {
  .mpo__map-caption {
    padding-right: 0;
    left: 540px;
    right: auto;
  }
}
.mpo__map-caption:before {
  display: none;
}
@media screen and (min-width: 1600px) {
  .mpo__map-caption:before {
    display: block;
    position: absolute;
    width: 289px;
    height: 60px;
    background: url(/v3/img/mpo-2019/line.png) no-repeat 0 0;
    background-size: 100% auto;
    content: ' ';
    top: 52px;
    left: -272px;
  }
}
@media screen and (min-width: 1800px) {
  .mpo__map-caption:before {
    left: -303px;
  }
}
.mpo__rates {
  display: block;
}
@media screen and (min-width: 700px) {
  .mpo__rates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.mpo__rates-screenshot {
  background: #E2E2E2;
}
@media screen and (min-width: 700px) {
  .mpo__rates-screenshot {
    -ms-flex: 1;
    flex: 1;
    border-left: 10px solid white;
  }
}
.mpo__rates-screenshot img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.mpo__rates-screenshot--captioned img {
  height: 70%;
}
@media screen and (min-width: 1400px) {
  .mpo__rates-screenshot--captioned img {
    height: 80%;
  }
}
.mpo__rates-screenshot-caption {
  height: 30%;
  background: white;
  padding: 10px 0;
  line-height: 1.4;
}
@media screen and (min-width: 1400px) {
  .mpo__rates-screenshot-caption {
    height: 20%;
  }
}
@media screen and (min-width: 700px) {
  .mpo__rates-table {
    -ms-flex: 1;
    flex: 1;
    border-right: 10px solid white;
  }
}
.mpo__rates-table table {
  width: 100%;
  border: none;
}
.mpo__rates-table table tr td {
  vertical-align: top;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .mpo__rates--email .mpo__rates-screenshot,
  .mpo__rates--email .mpo__rates-table {
    min-height: 250px;
  }
}
.mpo__newsletter-signup {
  border-radius: 0;
  padding: 15px 30px;
  font-size: 15px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .mpo__newsletter-signup {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.mpo__trader-wrap {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 790px) {
  .mpo__trader-wrap {
    overflow: visible;
  }
}
@media screen and (min-width: 1400px) {
  .mpo__trader-wrap {
    margin-top: 60px;
  }
}
.mpo__trader {
  background: #F2F2F2;
  margin: 10px;
  padding: 100px 20px 20px 20px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .mpo__trader {
    min-height: 215px;
  }
}
.mpo__trader-logo {
  width: 178px;
  height: 108px;
  position: absolute;
  top: -20px;
  left: 20px;
}
.mpo__trader-tag {
  border-left: 8px solid #003964;
  max-width: 55%;
  padding-left: 30px;
}
@media screen and (min-width: 1400px) {
  .mpo__trader-tag {
    max-width: 31%;
    top: 22px;
    left: 44%;
    position: absolute;
    height: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .mpo__trader .btn {
    position: absolute;
    left: 44%;
    top: 147px;
    margin-left: 38px;
  }
}
.mpo__trader-tag1 {
  padding-right: 20px;
}
@media screen and (min-width: 390px) {
  .mpo__trader-tag1 {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1400px) {
  .mpo__trader-tag1 {
    padding-right: 0;
    max-width: 40%;
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .mpo__trader-tag1 {
    max-width: 30%;
  }
}
.mpo__trader-tag2 {
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  .mpo__trader-tag2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .mpo__trader-tag2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1800px) {
  .mpo__trader-tag2 {
    font-size: 26px;
  }
}
.mpo__trader-mac {
  position: absolute;
  top: 25%;
  right: -75px;
  width: 198px;
  height: 246px;
}
@media screen and (min-width: 390px) {
  .mpo__trader-mac {
    top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .mpo__trader-mac {
    right: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .mpo__trader-mac {
    top: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .mpm__shelf-image {
    -o-object-position: center -100px !important;
    object-position: center -100px !important;
  }
}
@media screen and (min-width: 1800px) {
  .mpm__shelf-image {
    -o-object-position: center -150px !important;
    object-position: center -150px !important;
  }
}
@media screen and (min-width: 700px) {
  .mpm__promo--option1,
  .mpm__promo--option2 {
    min-height: 320px;
  }
}
@media screen and (min-width: 730px) {
  .mpm__promo--option1,
  .mpm__promo--option2 {
    min-height: 270px;
  }
}
@media screen and (min-width: 850px) {
  .mpm__promo--option1,
  .mpm__promo--option2 {
    min-height: 320px;
  }
}
@media screen and (min-width: 1000px) {
  .mpm__promo--option1,
  .mpm__promo--option2 {
    min-height: 270px;
  }
}
@media screen and (min-width: 1800px) {
  .mpm__promo--option1,
  .mpm__promo--option2 {
    min-height: 250px;
  }
}
.mpm__promo--option3 {
  min-height: 270px;
}
/** Apps page  */
@media screen and (min-width: 0px) and (max-width: 999px) {
  .ap {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.ap__intro {
  padding-left: 20px;
  padding-right: 80px;
  max-width: 90%;
}
.ap__intro br {
  display: block;
}
@media screen and (min-width: 700px) {
  .ap__intro br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .ap__intro br {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .ap__intro br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .ap__intro {
    max-width: 90%;
    padding-right: 225px;
  }
}
@media screen and (min-width: 1400px) {
  .ap__intro {
    max-width: 85%;
  }
}
@media screen and (min-width: 1800px) {
  .ap__intro {
    max-width: 80%;
  }
}
.ap__iphone1 {
  position: absolute;
  right: -75px;
  top: -150px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .ap__iphone1 {
    top: -275px;
    right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .ap__iphone1 {
    top: -250px;
    right: 128px;
  }
}
@media screen and (min-width: 1800px) {
  .ap__iphone1 {
    right: 210px;
  }
}
.ap__download {
  padding-right: 180px;
}
@media screen and (min-width: 1000px) {
  .ap__download {
    padding-right: 250px;
  }
}
.ap__magazine-download {
  padding-top: 40px;
  margin-bottom: 40px;
}
.ap__magazine-download-logo {
  margin-top: -86px;
  margin-bottom: 30px;
}
.ap__magazine-download-footer {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ap__guide {
  position: relative;
  padding: 80px 20px 20px 20px;
}
@media screen and (min-width: 700px) {
  .ap__guide {
    background: url(/v3/img/apps-2019/splash.jpg) no-repeat center top;
    background-size: 800px auto;
  }
}
.ap__guide-feature {
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .ap__guide-feature {
    position: absolute;
    width: 130px;
  }
  .ap__guide-feature--one {
    top: 30px;
    left: 50%;
    margin-left: -45%;
  }
  .ap__guide-feature--two {
    bottom: 26%;
    left: 50%;
    margin-left: -45%;
  }
  .ap__guide-feature--three {
    top: 200px;
    right: 50%;
    margin-right: -47%;
    width: 115px;
  }
}
@media screen and (min-width: 600px) {
  .ap__guide-feature--three p {
    line-height: 1.7;
  }
}
@media screen and (min-width: 700px) {
  .ap__guide-feature {
    width: 130px;
  }
}
@media screen and (min-width: 750px) {
  .ap__guide-feature {
    width: 160px;
  }
  .ap__guide-feature--one {
    top: 100px;
  }
}
@media screen and (min-width: 800px) {
  .ap__guide-feature {
    width: 200px;
  }
}
@media screen and (min-width: 850px) {
  .ap__guide-feature {
    width: 130px;
  }
  .ap__guide-feature--three {
    width: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .ap__guide-feature {
    width: 200px;
  }
  .ap__guide-feature--two {
    bottom: 15%;
  }
  .ap__guide-feature--three {
    width: 170px;
  }
}
@media screen and (min-width: 1000px) {
  .ap__guide-feature--three {
    top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .ap__guide-feature--three {
    width: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .ap__guide-feature {
    width: 240px;
  }
  .ap__guide-feature--one {
    top: 80px;
    margin-left: -38%;
  }
  .ap__guide-feature--two {
    bottom: 15%;
    margin-left: -38%;
  }
  .ap__guide-feature--three {
    width: 220px;
    top: 120px;
    margin-right: -42%;
  }
}
@media screen and (min-width: 1800px) {
  .ap__guide-feature--one {
    margin-left: -34%;
  }
  .ap__guide-feature--two {
    bottom: 15%;
    margin-left: -34%;
  }
  .ap__guide-feature--three {
    width: 220px;
    top: 120px;
    margin-right: -37%;
  }
}
.ap__guide-diagram {
  display: none;
  margin: 100px auto 0 auto;
}
@media screen and (min-width: 700px) {
  .ap__guide-diagram {
    display: block;
  }
}
.ap__guide-notifications {
  display: block;
  padding: 20px;
  background: #f1f1f1;
}
@media screen and (min-width: 1000px) {
  .ap__guide-notifications {
    position: absolute;
    right: 20px;
    width: 195px;
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .ap__guide-notifications {
    width: 250px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .ap__guide-notifications {
    right: 50%;
    margin-right: -42%;
  }
}
@media screen and (min-width: 1800px) {
  .ap__guide-notifications {
    margin-right: -37%;
  }
}
/** Print */
@media print {
  .main-nav,
  .top-bar,
  .footer__nav,
  .masthead,
  .offcanvas--right,
  .fast-index {
    display: none;
  }
  * {
    color: black;
    background: none;
  }
  .article-grid {
    display: -ms-flexbox;
    display: flex;
  }
  .article-grid__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */