/*
______ _     _
| ___ (_)   | |
| |_/ /_  __| | __ _  _____      ____ _ _   _
|    /| |/ _` |/ _` |/ _ \ \ /\ / / _` | | | |
| |\ \| | (_| | (_| |  __/\ V  V / (_| | |_| |
\_| \_|_|\__,_|\__, |\___| \_/\_/ \__,_|\__, | Boilerplate version: 1.3.6
                __/ |                    __/ |
               |___/                    |___/

Author:
Date:

*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 *  Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 7/8/9/10.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Site-wide variables
 */
/**
 * Grid Mixins
 */
/*
  example usage:

   <article class="main__news">
       <div class="main__news__content">
       </div>
       <aside class="main__news__related"></aside>
   </article>

    .main__news {
        @include grid-row;
    }
    .main__news__content {
        @include grid-col( 60% );
    }
    .main__news__related {
        @include grid-col( 40% );
    }

 */
/**
 * Used to remove first column's padding
 * 
 * @param {metric} $grid-gutter - scoped override of global
 */
/**
 * Grid column of $width
 * allows for grid sizes entirely disconnected from markup
 *
 * @param {metric} $width - width of column ( usually percentage )
 * @param {metric} $grid-gutter - scoped override of global
 */
/**
 * High resolution device media query
 * http://davidtheclark.github.io/scut/#hd_breakpoint
 */
/**
 * Media Query mixins
 *
 * includes in ie stylesheet using $fixed-width as a condition
 * see old-ie.scss
 */
/*

    example usage:

    //nested
    h1 {
        font-size: 2em;
        @include respond-min( 30em ){
            font-size: 3em;
        }
    }

    //wrapping
    @include respond-min-max( 30em, 50em ){
        h1 { color: red; }
        body { background: #eeeeee; }
    }

    //often project common breakpoints are set in _variables.scss

*/
/**
 * Specifically pass styling through to the old
 * IE stylesheet.
 */
/*

    example usage:

    h1 {
        color: #252525;
    }

    @include old-ie {
        h1 {
            color: #ff0099; // old-ie users love pink
        }
    }

*/
/**
 * Utility mixins
 */
/**
 * Hiding visually (keep accessibility)
 * http://h5bp.com/v
 * http://davidtheclark.github.io/scut/#hide_visually
 */
/**
 * clear floats within container when overflow:hidden is undesirable
 */
/**
 * inline block with ie7 hack
 */
/**
 * a common pattern when making styled lists
 */
/**
 * Image replacement
 * http://davidtheclark.github.io/scut/#image_replacement
 */
/**
 * Cross-browser calc
 * https://coderwall.com/p/qac-og
 */
/**
 * Cross-browser form element placeholder styling
 */
/**
 * Adds a block offset to an element of $width. The
 * $target child element will be moved in to the
 * newly created space.
 */
/**
 * Use an SVG icon where possible, fall back to a PNG where not.
 * Also see: base/_icons.scss
 */
/*
    example markup:

    <a href="#"><i class="icon icon--widget"></i> Widgets</a>

    .icon {
        // generic icon styles
    }
    .icon--widget {
        @include icon('widget');
    }

*/
/**
 * Prevent long strings from breaking out of container
 * http://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
 */
/**
 * Stop Android Chrome changing font size
 * http://stackoverflow.com/questions/11289166/chrome-on-android-resizes-font#comment29303194_12965146
 */
/**
 * used to make speech bubble effect - usually on pseudo element
 *
 * @param {metric} $size - overall size
 * @param {color} $color
 * @param {list} $sides - list of sides to apply border color to
 */
/**
 * Constrain the element to a specific ratio (defined as $perc).
 * The percentage ratio can be calculated by doing (height / width) * 100
 */
/**
 * keep an image the full height of container while keeping aspect ratio
 * TODO: stop image breaking aspect ratio when subject is too wide
 */
/**
 * Global styling defaults
 */
@-ms-viewport {
  width: device-width;
}
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.threeDSecure {
  overflow: hidden;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px "Aller", sans-serif;
  line-height: 1.4;
}

.cms-controls {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.cms-controls * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  font-family: 'narrow';
}

* html {
  font-family: 'wide';
}

* + html {
  font-family: 'wide';
}

@media \0screen {
  html {
    font-family: 'wide';
  }
}
html {
  font-family: 'medium';
}

html {
  font-family: 'wide';
}

/**
 * Headings and general textual elements
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
  line-height: 1.2;
}

h1, .h1,
h2, .h2 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 400;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
}

h4, .h4 {
  font-size: 20px;
  text-transform: none;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
  text-transform: none;
}

hr {
  border: none;
  height: 0px;
  margin: 30px 0;
}

.u-text-right {
  text-align: right;
}

/**
 * @font-face declarations
 * TODO: probably dont need all of these styles / weights
 */
@font-face {
  font-family: 'Aller';
  src: url("/static/fonts/aller_italic.eot");
  src: url("/static/fonts/aller_italic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_italic.woff") format("woff"), url("/static/fonts/aller_italic.ttf") format("truetype"), url("/static/fonts/aller_italic.svg#alleritalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Aller';
  src: url("/static/fonts/aller_light.eot");
  src: url("/static/fonts/aller_light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_light.woff") format("woff"), url("/static/fonts/aller_light.ttf") format("truetype"), url("/static/fonts/aller_light.svg#aller_lightregular") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Aller';
  src: url("/static/fonts/aller_bold.eot");
  src: url("/static/fonts/aller_bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_bold.woff") format("woff"), url("/static/fonts/aller_bold.ttf") format("truetype"), url("/static/fonts/aller_bold.svg#allerbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Aller';
  src: url("/static/fonts/aller_regular.eot");
  src: url("/static/fonts/aller_regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/aller_regular.woff") format("woff"), url("/static/fonts/aller_regular.ttf") format("truetype"), url("/static/fonts/aller_regular.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Serif';
  src: url("/static/fonts/notoserif_italic.eot");
  src: url("/static/fonts/notoserif_italic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/notoserif_italic.woff") format("woff"), url("/static/fonts/notoserif_italic.ttf") format("truetype"), url("/static/fonts/notoserif_italic.svg#alleritalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Noto Serif';
  src: url("/static/fonts/notoserif_regular.eot");
  src: url("/static/fonts/notoserif_regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/notoserif_regular.woff") format("woff"), url("/static/fonts/notoserif_regular.ttf") format("truetype"), url("/static/fonts/notoserif_regular.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/static/fonts/OpenSans-Bold-webfont.eot");
  src: url("/static/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/static/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/static/fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/static/fonts/OpenSans-Italic-webfont.eot");
  src: url("/static/fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("/static/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("/static/fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/static/fonts/OpenSans-Regular-webfont.eot");
  src: url("/static/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/static/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/static/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("/static/fonts/OpenSans-Semibold-webfont.eot");
  src: url("/static/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("/static/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("/static/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url("/static/fonts/Roboto-Bold-webfont.eot");
  src: url("/static/fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Bold-webfont.woff") format("woff"), url("/static/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("/static/fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url("/static/fonts/Roboto-Italic-webfont.eot");
  src: url("/static/fonts/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Italic-webfont.woff") format("woff"), url("/static/fonts/Roboto-Italic-webfont.ttf") format("truetype"), url("/static/fonts/Roboto-Italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url("/static/fonts/Roboto-Regular-webfont.eot");
  src: url("/static/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/static/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/static/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Links
 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}
.btn .icon.icon--arrow-cta-white-small {
  margin-left: 8px;
}

.btn + .btn {
  margin-left: 10px;
}

.btn-link {
  text-decoration: underline;
  padding: 6px 10px;
}

.btn--prom {
  padding: 15px 25px;
}

.cta-link:after {
  content: " ";
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: .625em;
  padding-left: .45em;
  white-space: nowrap;
}

/**
 * Icons
 *
 * Refer to the icon mixin in config/_mixins.scss
 */
.icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: -2px;
  margin-right: 2px;
  overflow: hidden;
  font-style: normal;
}
.icon:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}
.lt-ie8 .icon {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
}

.icon-inline {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: .625em;
  white-space: nowrap;
}

.icon--arrow-cta-white,
.icon--arrow-cta {
  width: 8px;
  height: 13px;
}
.icon--arrow-cta-white.icon-inline,
.icon--arrow-cta.icon-inline {
  padding-right: 8px;
}
.icon--arrow-cta-white.icon-inline,
.icon--arrow-cta.icon-inline {
  padding-right: 0.35em;
}

.icon--arrow-down-orange-circle {
  background-image: url("/static/build/img/icons/arrow-down-orange-circle.png");
  margin-top: -2px;
  background-repeat: no-repeat;
  float: right;
  width: 39px;
  height: 39px;
  margin-top: 1px;
}
.no-js .icon--arrow-down-orange-circle, .no-svg .icon--arrow-down-orange-circle, .no-backgroundsize .icon--arrow-down-orange-circle {
  background-image: url("/static/build/img/icons/arrow-down-orange-circle.png");
}

.icon--arrow-left,
.icon--arrow-right,
.icon--arrow-white-right,
.icon--arrow-white-left {
  width: 10px;
  height: 15px;
}
.icon--arrow-left.icon-inline,
.icon--arrow-right.icon-inline,
.icon--arrow-white-right.icon-inline,
.icon--arrow-white-left.icon-inline {
  padding-right: 10px;
}

.icon--arrow-cta-white-small {
  width: 5px;
  height: 8px;
}
.icon--arrow-cta-white-small.icon-inline {
  padding-right: 5px;
}

.icon--padlock,
.icon--padlock-white {
  width: 10px;
  height: 14px;
}
.icon--padlock.icon-inline,
.icon--padlock-white.icon-inline {
  padding-right: 10px;
}

.icon--external,
.icon--external-white,
.icon--external-alt {
  width: 13px;
  height: 13px;
}
.icon--external.icon-inline,
.icon--external-white.icon-inline,
.icon--external-alt.icon-inline {
  padding-right: 13px;
}

.icon--profile {
  width: 21px;
  height: 20px;
}
.icon--profile.icon-inline {
  padding-right: 21px;
}

.icon--arrow-down-small {
  width: 8px;
  height: 5px;
}
.icon--arrow-down-small.icon-inline {
  padding-right: 8px;
}

.icon--arrow-down-white-small {
  width: 8px;
  height: 5px;
}
.icon--arrow-down-white-small.icon-inline {
  padding-right: 8px;
}

.icon--brand-cta {
  background-image: url("/static/build/img/icons/brand-cta.png");
  margin-top: -2px;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
}
.no-js .icon--brand-cta, .no-svg .icon--brand-cta, .no-backgroundsize .icon--brand-cta {
  background-image: url("/static/build/img/icons/brand-cta.png");
}
.icon--brand-cta.icon-inline {
  padding-right: 5px;
}

.icon--arrow-cta-small {
  width: 7px;
  height: 11px;
}
.icon--arrow-cta-small.icon-inline {
  padding-right: 7px;
}

.icon--menu {
  width: 24px;
  height: 17px;
}
.icon--menu.icon-inline {
  padding-right: 24px;
}

.icon--close {
  width: 19px;
  height: 19px;
}
.icon--close.icon-inline {
  padding-right: 19px;
}

.icon--basket {
  width: 16px;
  height: 16px;
}
.icon--basket.icon-inline {
  padding-right: 16px;
}

.icon--mail {
  width: 17px;
  height: 13px;
}
.icon--mail.icon-inline {
  padding-right: 17px;
}

.icon--search {
  width: 19px;
  height: 18px;
}
.icon--search.icon-inline {
  padding-right: 19px;
}

.icon--twitter,
.icon--twitter-dark {
  width: 21px;
  height: 17px;
}
.icon--twitter.icon-inline,
.icon--twitter-dark.icon-inline {
  padding-right: 21px;
}

.icon--linkedin,
.icon--linkedin-dark {
  width: 19px;
  height: 19px;
}
.icon--linkedin.icon-inline,
.icon--linkedin-dark.icon-inline {
  padding-right: 19px;
}

.icon--facebook,
.icon--facebook-dark {
  width: 12px;
  height: 22px;
}
.icon--facebook.icon-inline,
.icon--facebook-dark.icon-inline {
  padding-right: 12px;
}

.icon--googleplus,
.icon--googleplus-dark {
  width: 24px;
  height: 24px;
}
.icon--googleplus.icon-inline,
.icon--googleplus-dark.icon-inline {
  padding-right: 24px;
}

.icon--download-brand {
  width: 35px;
  height: 36px;
}
.icon--download-brand.icon-inline {
  padding-right: 35px;
}

.icon--download {
  width: 49px;
  height: 51px;
}
.icon--download.icon-inline {
  padding-right: 49px;
}

.icon--link {
  width: 53px;
  height: 54px;
}
.icon--link.icon-inline {
  padding-right: 53px;
}

.icon--calendar {
  width: 25px;
  height: 25px;
}
.icon--calendar.icon-inline {
  padding-right: 25px;
}

.icon--product {
  width: 16px;
  height: 28px;
}
.icon--product.icon-inline {
  padding-right: 16px;
}

.icon--news {
  width: 26px;
  height: 23px;
}
.icon--news.icon-inline {
  padding-right: 26px;
}

.icon--twitter-retweet {
  width: 15px;
  height: 9px;
}
.icon--twitter-retweet.icon-inline {
  padding-right: 15px;
}

.icon--twitter-reply {
  width: 15px;
  height: 10px;
}
.icon--twitter-reply.icon-inline {
  padding-right: 15px;
}

.icon--twitter-favourite {
  width: 14px;
  height: 14px;
}
.icon--twitter-favourite.icon-inline {
  padding-right: 14px;
}

.icon--pencil {
  width: 18px;
  height: 20px;
}
.icon--pencil.icon-inline {
  padding-right: 18px;
}

.icon--quotes-white {
  width: 45px;
  height: 38px;
}
.icon--quotes-white.icon-inline {
  padding-right: 45px;
}

.icon--twitter-retweet-white {
  width: 15px;
  height: 9px;
}
.icon--twitter-retweet-white.icon-inline {
  padding-right: 15px;
}

.icon--twitter-reply-white {
  width: 15px;
  height: 10px;
}
.icon--twitter-reply-white.icon-inline {
  padding-right: 15px;
}

.icon--twitter-favourite-white {
  width: 14px;
  height: 14px;
}
.icon--twitter-favourite-white.icon-inline {
  padding-right: 14px;
}

.icon--mobile-white {
  width: 32px;
  height: 32px;
  background-position: center;
}
.icon--mobile-white.icon-inline {
  padding-right: 32px;
}

.icon--link-white {
  width: 32px;
  height: 32px;
  background-position: center;
}
.icon--link-white.icon-inline {
  padding-right: 32px;
}

.icon--twitter-white {
  width: 32px;
  height: 22px;
  background-position: center;
}
.icon--twitter-white.icon-inline {
  padding-right: 32px;
}

.icon--location-white {
  width: 32px;
  height: 26px;
  background-position: center;
}
.icon--location-white.icon-inline {
  padding-right: 32px;
}

.icon--email-white {
  width: 32px;
  height: 17px;
  background-position: center;
}
.icon--email-white.icon-inline {
  padding-right: 32px;
}

.icon--arrow-down-white-larger {
  width: 16px;
  height: 11px;
}
.icon--arrow-down-white-larger.icon-inline {
  padding-right: 16px;
}

.icon--plus-small {
  width: 12px;
  height: 12px;
}
.icon--plus-small.icon-inline {
  padding-right: 12px;
}

/**
 * Form elements
 */
.form--registration {
  margin-top: 40px;
}

.form__container--hidden {
  display: none;
}
.form__container--hidden.is-visible {
  display: block;
}

.input {
  font-size: 18px;
  padding: 7px 15px;
}
.input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.input::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
}

/* Form Fields */
label[for] {
  cursor: pointer;
}

.form-field-hidden {
  display: none;
}

/* Validation */
.validation {
  margin-top: 8px;
  text-align: right;
  width: 100%;
  font-style: italic;
}
.js .validation {
  display: none;
}
.js .validation.is-invalid {
  display: block !important;
}

.label--checkbox + .validation {
  text-align: left;
}

.form__header {
  color: #FFF;
  padding: 20px;
}

.form__heading {
  margin: 0;
}

.form__field {
  margin-top: 13px;
  margin-bottom: 20px;
}
.form__field:after {
  content: '';
  display: table;
  clear: both;
}

.form__field--asb {
  display: none;
}

.flexbox .int-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .int-btn .input {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.label {
  display: block;
  margin-bottom: 13px;
}

.label--radio:after,
.label--checkbox:after {
  content: "";
}

.label--link {
  text-decoration: underline;
}
.label--link:hover {
  text-decoration: none;
}

.label__note {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.label__note--required {
  margin: 0 0 5px;
}

.label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.input,
.textarea,
.select {
  width: 100%;
}
.input--auto,
.textarea--auto,
.select--auto {
  width: auto;
}

.input,
.textarea {
  border-width: 1px;
  border-style: solid;
}
.input:focus,
.textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.smitherssubscription .is-invalid-month .input.input-month,
.smitherssubscription .is-invalid-year .input.input-year {
  border-color: #fc8b78;
}

.input--radio,
.input--checkbox {
  clear: left;
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 2px;
}

.form__field--inline .input--radio,
.form__field--inline .input--checkbox {
  float: none;
}
.form__field--inline .label--radio,
.form__field--inline .label--checkbox {
  float: none;
  margin-right: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.dd-chrome {
  border: solid 1px;
  position: relative;
}
.dd-chrome:after {
  content: '';
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
.lt-ie10 .dd-chrome:after {
  display: none;
}
.dd-chrome select {
  width: 100%;
  position: relative;
  z-index: 1;
  font-style: italic;
  padding: 6px 40px 6px 10px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.dd-chrome select::-ms-expand {
  display: none;
}
.dd-chrome select:focus {
  outline: none;
}
.lt-ie10 .dd-chrome select {
  padding-right: 10px;
}

:-moz-any(.dd-chrome):after {
  z-index: 1;
}

.form {
  max-width: 690px;
  padding-right: 80px;
}
.form--registration {
  margin-top: 0;
}

/**
 * Images
 */
img {
  max-width: 100%;
}
img.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.no-js .ri {
  padding-top: 0 !important;
}

.js .ri {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.js .ri.is-loaded {
  opacity: 1;
}
.js .ri.is-loaded img,
.js .ri noscript {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lt-ie8 .js .ri {
  height: auto;
}
.lt-ie8 .js .ri.is-loaded img {
  height: auto;
}

.details-list dt {
  font-size: 14px;
}
.details-list dd {
  margin-left: 0;
  font-size: 18px;
  margin-bottom: 20px;
}

/**
 * Styles for CMS editable areas of the site
 */
.free-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.free-content:after {
  content: '';
  display: table;
  clear: both;
}
.free-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.free-content ul li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.free-content ul li ul, .free-content ul li ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px 0 0 22px;
}
.free-content ul > li {
  background-position: 5px 0.45em;
  background-size: 0.34em;
}
.free-content ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  counter-reset: olnum;
}
.free-content ol li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.free-content ol li ul, .free-content ol li ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px 0 0 22px;
}
.free-content ol > li {
  position: relative;
  counter-increment: olnum;
}
.free-content ol > li:before {
  content: counter(olnum) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-style: italic;
}
.free-content dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.free-content dl li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.free-content dl li ul, .free-content dl li ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px 0 0 22px;
}
.free-content dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.free-content dl dd {
  margin-left: 0;
  margin-bottom: 25px;
}
.free-content p {
  font-size: 16px;
}
.free-content a {
  text-decoration: underline;
}
.free-content .btn {
  text-decoration: none;
}
.free-content .figure {
  margin-bottom: 30px;
}
.free-content .figure img {
  width: 100%;
}
.free-content .figure__caption {
  margin-top: 10px;
  font-style: italic;
}
.free-content blockquote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  min-height: 74px;
}
.free-content blockquote:before {
  content: "";
  display: block;
  width: 91px;
  height: 76px;
  opacity: .1;
  position: absolute;
  top: 0;
  left: -10px;
}
.free-content blockquote p {
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
}
.free-content blockquote footer cite {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
}
.free-content blockquote footer cite em {
  display: block;
  font-weight: normal;
}
@media (max-width: 39.9375em) {
  .free-content .figure--large {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.free-content ol li, .free-content ul li {
  padding-left: 30px;
}
.free-content h1, .free-content .h1 {
  font-size: 48px;
}
.free-content h2, .free-content .h2 {
  font-size: 32px;
}
.free-content h3, .free-content .h3 {
  font-size: 24px;
}
.free-content h4, .free-content .h4 {
  font-size: 22px;
}
.free-content h6, .free-content .h6 {
  font-size: 20px;
}
.free-content .figure--left {
  width: 40%;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.free-content .figure--right {
  width: 40%;
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.free-content .figure--left {
  margin-right: 30px;
}
.free-content .figure--right {
  margin-left: 30px;
}
.free-content blockquote {
  padding-left: 65px;
}
.free-content blockquote:before {
  left: 0;
}
.free-content blockquote footer cite em {
  display: inline;
}
.free-content blockquote.quote-right, .free-content blockquote.quote-left {
  width: 40%;
  padding-left: 0;
  margin-left: 30px;
  margin-top: 0;
}
.free-content blockquote.quote-right:before, .free-content blockquote.quote-left:before {
  left: -20px;
}
.free-content blockquote.quote-right {
  float: right;
}
.free-content blockquote.quote-left {
  float: left;
  margin-right: 30px;
}
.free-content h1, .free-content .h1 {
  font-size: 53px;
}
.free-content h2, .free-content .h2 {
  font-size: 36px;
}
.free-content h3, .free-content .h3 {
  font-size: 30px;
}
.free-content dd {
  font-size: 18px;
}
.free-content blockquote {
  padding-left: 120px;
}
.free-content blockquote p {
  font-size: 20px;
}
.free-content blockquote.quote-right {
  padding-left: 0;
}
.free-content .yt-video {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.free-content .yt-video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.free-content .yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expert-site .free-content h3, .expert-site .free-content .h3,
.expert-site .free-content h4, .expert-site .free-content .h4 {
  font-size: 20px;
  font-weight: 700;
}

.table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}

.table, .free-content table {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.table th, .table td, .free-content table th, .free-content table td {
  padding: 20px;
  vertical-align: top;
  border-top-width: 1px;
  border-top-style: dashed;
  border-right-width: 1px;
  border-right-style: dashed;
}
.table th:last-child, .table td:last-child, .free-content table th:last-child, .free-content table td:last-child {
  border-right-width: 0;
}
.table thead th, .free-content table thead th {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  border-right-width: 1px;
  border-right-style: dashed;
  padding: 10px 20px;
  text-align: left;
}
.table thead th,
.table tbody tr:first-child td, .free-content table thead th,
.free-content table tbody tr:first-child td {
  border-top: none;
}

.table--nowrap {
  white-space: nowrap;
}

.table:last-child {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.table--event-proceedings {
  margin: 0;
  width: 100%;
}
.table--event-proceedings tr > th {
  width: 50%;
}

.table--download tr > th:first-child {
  width: 250px;
}

.table--wordbreak {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.table--event-proceedings tr > th {
  width: 70%;
}

.header__main .site-width {
  position: relative;
}

.header__logo {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 10px;
}
.header__logo img {
  display: block;
  width: 56.75%;
  max-width: 306px;
  min-width: 170px;
  margin: auto;
}

.header__nav-toggle:before {
  top: 14px;
}

.header__nav-toggle.is-active {
  padding: 10px;
}

.header__nav-toggle {
  width: 100px;
  padding: 8px 10px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__nav-toggle:before {
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  width: 19px;
  height: 19px;
  position: absolute;
  top: 12px;
  left: 13px;
}
.header__nav-toggle .icon {
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__nav-toggle.is-active {
  width: 45px;
}
.header__nav-toggle.is-active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header__nav-toggle.is-active .icon {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.001;
}
.header__nav-toggle.is-active .header__nav-toggle__inner {
  opacity: 0.001;
}
.header__nav-toggle .header__nav-toggle__inner {
  padding: 8px 0;
  position: absolute;
  left: 40px;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.header__nav-toggle,
.header__search__link {
  display: block;
}

.h-basket {
  float: right;
}

.h-basket__link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 8px 10px;
  vertical-align: top;
}

.h-basket__link__items,
.h-basket__link__total {
  display: none;
}

.h-basket__checkout {
  vertical-align: top;
}

.header__search {
  float: right;
}
.header__search .form__field {
  padding: 0;
}

.header__search__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header__search__field {
  width: auto;
  height: 36px;
  font-size: 16px;
  border-width: 1px;
  border-right-width: 0;
  border-style: solid;
  padding: 7px 10px;
  float: left;
}
.header__search__field::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.header__search__field::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
}
.header__search__field:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
}
.header__search__field:focus {
  outline: none;
}

.header__search__button {
  padding: 7px 10px;
  height: 36px;
  width: 40px;
  border: none;
  margin-left: -0.25em;
  float: right;
}

.header--compressed .header__main .site-width {
  overflow: hidden;
}
.header--compressed .header__search,
.header--compressed .h-basket,
.header--compressed .main-nav,
.header--compressed .secondary__nav {
  display: none;
}

@media (max-width: 51.1875em) {
  .header__logo:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 10px;
    position: absolute;
    left: 0;
  }
  .header__nav-toggle {
    float: left;
  }
  .header__search__link {
    width: 40px;
    text-align: center;
    padding: 8px 10px;
  }
  .header .h-basket__link .icon {
    background-position: 0 -16px;
  }
  .header .h-basket__checkout {
    display: none;
  }
  .header__search__link {
    margin-right: 5px;
  }
  .header__search__form {
    display: none;
  }

  .expert-site .header__main {
    overflow: hidden;
  }
}
@media (max-width: 51.1875em) {
  .h-basker__link__label {
    display: none;
  }
}
.header__logo {
  width: 228px;
  margin: 0;
  padding: 19px 0;
  float: left;
}
.header__logo img {
  width: 100%;
}
.header__nav-toggle {
  display: none;
}
.header__search__link {
  display: none;
}
.header__search,
.header .h-basket {
  margin-top: 20px;
}
.header__search {
  margin-right: 10px;
}
.header__search__form {
  margin-top: 0;
}
.header .h-basket__link {
  padding: 6px 10px;
  border: 1px solid;
}
.header .h-basket__link__items {
  display: inline;
}
.header .h-basket__checkout {
  padding: 7px 10px;
  text-align: center;
  margin-left: -0.25em;
}
.header .h-basket__checkout .icon {
  margin-left: 3px;
}
.header .h-basket--has-items .icon--basket {
  background-position: 0 -32px;
}

.header__logo {
  padding: 29px 0;
  width: 307px;
}
.header .h-basket__link {
  padding-right: 30px;
}
.header .h-basket__link__items:after {
  content: ':';
}
.header .h-basket__link__items.h-basket__empty:after {
  content: '';
}
.header .h-basket__link__total {
  display: inline;
}
.header__search,
.header .h-basket {
  margin-top: 26px;
}

@media (min-width: 75em) {
  .header .h-basket__checkout__inner {
    display: inline;
  }
  .header .site-width:after {
    content: '';
    display: table;
    clear: both;
  }
  .header .main-nav {
    clear: none;
    width: calc( 100% - 350px );
    float: right;
  }
  .header .main-nav .main-nav__wrap {
    float: right;
  }
  .header .header__basket-search-wrap {
    text-align: right;
  }
  .header .header__basket-search-wrap__inner {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    float: right;
    text-align: right;
  }
  .header .header__basket-search-wrap__inner > div {
    float: right;
  }
  .header__search,
  .header .h-basket {
    margin-bottom: 13px;
    margin-top: 13px;
  }
  .header .header__search__form {
    margin-bottom: 0;
  }
}
.lt-ie9 .header .h-basket__checkout__inner {
  display: inline;
}

.smithers-group {
  overflow: hidden;
}
.smithers-group__nav {
  overflow: hidden;
  outline: none;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.js .smithers-group__nav {
  height: 0;
}
.smithers-group__nav .site-width {
  display: none;
}
.smithers-group__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.smithers-group__list:after {
  content: '';
  display: table;
  clear: both;
}
.smithers-group__member {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.smithers-group__member__title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.smithers-group__link {
  display: block;
}
.smithers-group__link--smithers .smithers-group__member__title {
  color: #ffcc33;
}
.smithers-group__link--smithers .smithers-group__member__title .icon {
  background-position: 0 0px;
}
.smithers-group__link--pira .smithers-group__member__title {
  color: #2d7ec6;
}
.smithers-group__link--pira .smithers-group__member__title .icon {
  background-position: 0 -8px;
}
.smithers-group__link--apex .smithers-group__member__title {
  color: #da7800;
}
.smithers-group__link--apex .smithers-group__member__title .icon {
  background-position: 0 -16px;
}
.smithers-group__link--rapra .smithers-group__member__title {
  color: #5fba92;
}
.smithers-group__link--rapra .smithers-group__member__title .icon {
  background-position: 0 -24px;
}
.smithers-group__link--viscient .smithers-group__member__title {
  color: #6d97c7;
}
.smithers-group__link--viscient .smithers-group__member__title .icon {
  background-position: 0 -32px;
}
.smithers-group__link--avanza .smithers-group__member__title {
  color: #3a97d8;
}
.smithers-group__link--avanza .smithers-group__member__title .icon {
  background-position: 0 -40px;
}
.smithers-group__link--qa .smithers-group__member__title {
  color: #0f63af;
}
.smithers-group__link--qa .smithers-group__member__title .icon {
  background-position: 0 -48px;
}
.smithers-group__link--smitherscom .smithers-group__member__title {
  color: #003366;
}
.smithers-group__link--smitherscom .smithers-group__member__title .icon {
  background-position: 0 -56px;
}

.smithers-group__toggle {
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.smithers-group__toggle:before {
  content: '';
  position: absolute;
  top: -10px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.smithers-group__toggle.is-active .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.smithers-group__toggle.is-active:before {
  opacity: 1;
  top: -20px;
}
.smithers-group__toggle .icon {
  margin-left: 5px;
}

.smithers-group__toggle__inner,
.account__link {
  font-family: "Open Sans", sans-serif;
  height: 33px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.smithers-group__toggle {
  float: left;
}

.account {
  float: right;
}

.account__link {
  font-size: 14px;
  padding-left: 10px;
}
.account__link:after {
  content: "|";
  margin-left: 10px;
}
.account__link .icon {
  margin-left: 10px;
}

.account__link--login:after {
  content: "";
  display: inline;
  background-position: center;
  padding-left: 10px;
}

@media (max-width: 39.9375em) {
  .smithers-group__member__title .icon {
    background: none;
    width: auto;
    height: auto;
  }
  .smithers-group__member__title .icon:after {
    content: "-";
  }

  .account__link .icon {
    margin-left: 0;
  }
}
.smithers-group__list {
  margin-left: -50px;
}

.smithers-group__member {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 50px;
  margin-right: -0.25em;
  width: 50%;
}
.smithers-group__member .icon {
  margin-left: 6px;
}

.smithers-group__member__title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.smithers-group__list {
  margin-left: -75px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.smithers-group__member {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 75px;
  margin-right: -0.25em;
  width: 33.333%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-nav {
  clear: both;
  padding-top: 5px;
}
.main-nav:focus {
  outline: none;
}

.main-nav__list,
.secondary-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-nav__link,
.secondary-nav__link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 51.1875em) {
  .main-nav {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  .main-nav__list {
    position: relative;
  }
  .main-nav__list:before {
    content: '';
    position: absolute;
  }

  .main-nav__link,
  .secondary-nav__link {
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 8px 10px;
    -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main-nav__link:after,
  .secondary-nav__link:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-left: 10px;
  }

  .secondary-nav {
    margin-top: 5px;
    padding: 0 10px;
  }

  .secondary-nav__link {
    border-top-width: 1px;
    border-top-style: dashed;
  }
  .secondary-nav__link:after {
    display: none;
  }

  .main-nav__item:first-child .main-nav__list {
    border-top-width: 0;
  }

  .secondary-nav__item:first-child .secondary-nav__link {
    border-top-width: 0;
  }

  .main-nav__list--sub {
    display: none;
  }

  .main-nav__link .icon {
    display: none;
  }
}
.secondary-nav {
  position: absolute;
  top: -33px;
  right: 74px;
  padding: 6px 0;
}
.loggedin .secondary-nav {
  right: 190px;
}

.secondary-nav__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 14px;
}
.secondary-nav__item:after {
  content: '|';
  margin: 0 10px;
}

.secondary-nav__link {
  text-transform: uppercase;
}

.main-nav {
  border-top-width: 1px;
  border-top-style: solid;
}

.main-nav__wrap {
  display: block !important;
}

.main-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__link {
  display: block;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
.main-nav__item:hover > .main-nav__list--first-level {
  visibility: visible;
}

.main-nav__list--sub {
  display: block;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.main-nav__list--first-level {
  left: 0;
  top: 100%;
  visibility: hidden;
}
.main-nav__list--first-level:before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  top: 0;
  content: '';
  left: 15px;
  position: absolute;
  z-index: 10;
}
.main-nav__list--first-level .icon {
  margin-left: 5px;
}
.main-nav__list--first-level .main-nav__item--sub:hover > .main-nav__list--second-level {
  visibility: visible;
}

.main-nav__item--sub {
  border-bottom: 1px dashed;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.main-nav__item--sub:last-child {
  border-bottom: none;
}
.main-nav__item--sub .main-nav__link {
  font-size: 15px;
  padding: 10px 15px;
  text-transform: capitalize;
}

.main-nav__list--second-level {
  left: 100%;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  visibility: hidden;
}

.main-nav__link {
  font-size: 14px;
}

.main-nav__item:first-child > .main-nav__link {
  padding-left: 0;
}

.main-nav__list > :nth-child(n+6) .main-nav__list--first-level {
  left: auto;
  right: 0;
}
.main-nav__list > :nth-child(n+6) .main-nav__list--first-level:before {
  left: auto;
  right: 15px;
}

.main-nav__list > :nth-child(n+4) .main-nav__list--second-level {
  left: auto;
  right: 100%;
}

.main-nav__link {
  font-size: 16px;
}

@media (min-width: 75em) {
  .main-nav__item:last-child > .main-nav__link {
    padding-right: 0;
  }

  .main-nav__list > :nth-last-child(-n+2) .main-nav__list--first-level {
    left: auto;
    right: 0;
  }
  .main-nav__list > :nth-last-child(-n+2) .main-nav__list--first-level:before {
    left: auto;
    right: 15px;
  }

  .main-nav__list > :nth-last-child(-n+4) .main-nav__list--second-level {
    left: auto;
    right: 100%;
  }
}
.footer {
  padding: 25px 0 0;
}
.footer__info {
  border-top: solid 5px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.footer__info__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__social {
  margin-bottom: 20px;
}
.footer__social .social__link {
  margin-right: 5px;
}
.footer__heading {
  text-transform: uppercase;
}
.footer.footer--checkout {
  padding-top: 0;
}
.footer.footer--checkout .footer__info {
  margin-top: 0;
}
.footer.footer--checkout .footer__section {
  display: none;
}

.quick-links__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.quick-links__link {
  display: block;
}

@media (max-width: 51.1875em) {
  .footer__social {
    margin-top: -60px;
    margin-bottom: 40px;
  }
  .footer__social .social__list {
    padding-left: 0;
  }
  .footer__info {
    margin-top: 70px;
  }
  .footer__info__item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .footer__info__item:first-child {
    padding-bottom: 10px;
  }
  .footer__info__link {
    display: block;
    padding: 10px 0;
  }
  .footer__info__link:after {
    background-image: url("/App_Themes/smithers//img//icons/arrow-white-right.png");
    margin-top: -2px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 10px;
  }
  .no-js .footer__info__link:after, .no-svg .footer__info__link:after, .no-backgroundsize .footer__info__link:after {
    background-image: url("/App_Themes/smithers//img//icons/arrow-white-right.png");
  }

  .footer--checkout .footer__social {
    margin-top: 0;
    margin-bottom: 0;
    float: right;
  }
  .footer--checkout .footer__info {
    padding-top: 20px;
  }

  .quick-links__heading {
    cursor: pointer;
    text-transform: none;
    font-size: 18px;
    padding: 8px 10px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .quick-links__heading:after {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: -2px;
    content: "";
    width: 8px;
    height: 5px;
    margin-left: 5px;
  }
  .quick-links__heading.is-active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .quick-links__list {
    display: none;
  }
  .quick-links__list.is-visible {
    display: block;
  }
  .quick-links__item:first-child .quick-links__link {
    border-top: none;
  }
  .quick-links__link {
    border-top: dashed 1px;
    padding: 8px 10px;
  }
}
.footer__social {
  float: right;
}
.footer__sections {
  margin-left: -30px;
}
.footer__section {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 33.3333%;
}
.footer__heading {
  font-size: 24px;
  font-weight: 600;
}
.footer__info {
  padding: 20px 0;
  border-top: solid 7px;
}
.footer__info__list {
  padding: 10px 0;
}
.footer__info__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.footer__info__item:before {
  content: "|";
  margin: 0 5px;
}
.footer__info__item:first-child:before {
  display: none;
}

.quick-links {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 25%;
}

.latest-tweets {
  margin-left: 16.6667%;
}

.section-nav__item {
  width: 100%;
  margin-bottom: 40px;
}

.section-nav__heading {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
}

.section-nav__link {
  display: block;
}
.section-nav__link:before {
  content: "";
  display: block;
  border-top-style: solid;
  border-top-width: 2px;
  margin-bottom: 15px;
}

.section-nav__description {
  font-size: 13px;
  margin-top: 0;
}

@media (max-width: 59.9375em) {
  .section-nav__heading .icon {
    width: 6px;
    height: 9px;
    background-size: 100%;
  }
}
.section-nav {
  margin-left: -1.6em;
}

.section-nav__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 1.6em;
  margin-right: -0.25em;
  width: 33.3333%;
}

.section-nav {
  margin-left: -2.75em;
}

.section-nav__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 2.75em;
  margin-right: -0.25em;
  width: 33.3333%;
}

.section-nav__link:before {
  margin-bottom: 27px;
}

.section-nav__heading {
  font-size: 26px;
  line-height: 1.2;
}

.section-nav__description {
  font-size: 18px;
}

.message__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.message__list li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.message__list li ul, .message__list li ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 10px 0 0 22px;
}
.message__list > li {
  background-position: 5px 0.45em;
  background-size: 0.34em;
}

.cms .message {
  margin-bottom: -20px;
  position: relative;
}
.cms .message:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  bottom: -10px;
  left: 10px;
}

.message {
  padding: 20px;
  margin: 10px 0;
}
.message *:last-child {
  margin-bottom: 0;
}
.message a {
  text-decoration: underline;
}

.message__heading {
  margin: 0;
  font-size: 18px;
}
.message__heading strong {
  font-weight: normal;
}

.message--error__heading {
  padding-left: 20px;
  position: relative;
}
.message--error__heading:before {
  content: "";
  display: block;
  width: 8px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.message__list {
  margin: 20px 0 0;
  margin-bottom: 0;
}
.message__list li {
  font-size: 14px;
  margin-top: 15px;
}

.message__item:first-child {
  margin-top: 0;
}

.message--error, .cms .message--error,
.message--success,
.cms .message--success {
  margin-bottom: 20px;
}
.message--error .message__list, .message--success .message__list {
  list-style: initial;
  list-style-position: inside;
}
.message--error .message__item, .message--success .message__item {
  background-image: none;
  padding-left: 0;
}

.message {
  padding: 30px;
}

.message__heading {
  font-size: 20px;
}

.doc-heading {
  margin-bottom: 30px;
}
.doc-heading__h1 {
  border-width: 0 0 2px;
  border-style: solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 30px;
}
.doc-heading__tag {
  margin: 0 0 5px;
  font-weight: 600;
  font-style: italic;
}

.doc-heading--multi-currency .multi-currency {
  padding-bottom: 20px;
  width: 100%;
}

.doc-heading {
  margin-bottom: 40px;
}
.doc-heading__h1 {
  font-size: 36px;
}
.doc-heading__summary {
  font-size: 20px;
}
.doc-heading__tag {
  font-size: 18px;
}

.doc-heading--multi-currency {
  border-width: 0 0 2px;
  border-style: solid;
  margin-bottom: 55px;
}
.doc-heading--multi-currency:after {
  content: '';
  display: table;
  clear: both;
}
.doc-heading--multi-currency .doc-heading,
.doc-heading--multi-currency .multi-currency {
  float: left;
}
.doc-heading--multi-currency .doc-heading {
  width: 70%;
}
.doc-heading--multi-currency .multi-currency {
  width: 30%;
}
.doc-heading--multi-currency .doc-heading {
  margin-bottom: 0;
}
.doc-heading--multi-currency .doc-heading__h1 {
  border-bottom: none;
  margin-bottom: 0;
}
.doc-heading--multi-currency .multi-currency {
  padding: 8px 0;
  text-align: right;
}
.doc-heading--multi-currency .multi-currency__label,
.doc-heading--multi-currency .multi-currency .dd-chrome {
  display: inline-block;
}

@media (min-width: 75em) {
  .doc-heading {
    margin-bottom: 50px;
  }
  .doc-heading__h1 {
    font-size: 49px;
  }

  .doc-heading--multi-currency {
    margin-bottom: 65px;
  }
  .doc-heading--multi-currency .multi-currency {
    padding: 16px 20px;
  }

  .doc-heading--multi-currency_product {
    margin-bottom: 10px;
  }
  .doc-heading--multi-currency_product .multi-currency {
    padding: 16px 20px;
  }
}
.nav {
  position: relative;
  margin-bottom: 40px;
}
.nav__heading {
  font-family: "Aller", sans-serif;
  z-index: 1;
  padding: 8px 10px;
  margin: 0;
  font-size: 16px;
  position: relative;
  text-transform: none;
}
.nav__heading .icon {
  content: "";
  display: inline-block;
  height: 8px;
  width: 5px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.nav__sub-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: dashed 1px;
}
.nav__sub-list .nav__link {
  padding-left: 40px;
}
.js .nav__sub-list {
  display: none;
}
.nav__sub-list.is-visible {
  display: block;
}
.nav__sub-list .nav__link.is-current {
  font-weight: 600;
}
.nav__link {
  display: block;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 8px 10px;
}
.nav__link.is-active {
  font-weight: 700;
}
.nav__link .icon {
  margin-left: 8px;
}

.narrow-nav-container .nav {
  display: none;
}
.nav__heading .icon {
  display: none;
}
.nav__link {
  border-bottom-width: 1px;
}
.nav__heading, .nav__link {
  padding: 10px 15px;
}

.nav__heading, .nav__link {
  font-size: 20px;
  padding: 15px 20px;
}

@-webkit-keyframes sub-nav__list--expand {
  from {
    -webkit-transform: scaleY(0.75);
    transform: scaleY(0.75);
    opacity: 0.0001;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes sub-nav__list--expand {
  from {
    -webkit-transform: scaleY(0.75);
    transform: scaleY(0.75);
    opacity: 0.0001;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
.sub-nav__item {
  position: relative;
}
.sub-nav__item > .sub-nav__link {
  padding-right: 50px;
}

.sub-nav__expand-btn {
  margin: 6px 10px;
  padding: 2px 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.sub-nav__expand-btn .icon {
  margin-right: 0;
  -webkit-transition: -webkit-transform .15s;
  transition: transform .15s;
}
.sub-nav__expand-btn.is-active .icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sub-nav__expand-btn .icon.icon--arrow-cta-white-small {
  margin-left: 2px;
}

.sub-nav__list--sub {
  display: none;
}
.sub-nav__list--sub .sub-nav__link {
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 39.9375em) {
  .sub-nav {
    cursor: pointer;
    display: none;
  }
  .narrow-nav-container .sub-nav {
    display: block;
  }
  .sub-nav .nav__heading:before {
    content: '';
    -webkit-transform: scaleX(1.28);
    -ms-transform: scaleX(1.28);
    transform: scaleX(1.28);
    opacity: 0.0001;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sub-nav .nav__heading.is-active:before {
    -webkit-transform: scaleX(1.28) translateY(13px);
    -ms-transform: scaleX(1.28) translateY(13px);
    transform: scaleX(1.28) translateY(13px);
    opacity: 1;
  }
  .sub-nav .nav__heading.is-active .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .js .sub-nav .nav__list {
    display: none;
    width: 100%;
  }
  .sub-nav .nav__list.is-visible {
    display: block;
    -webkit-animation: sub-nav__list--expand 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    animation: sub-nav__list--expand 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.sub-nav__link {
  font-size: 16px;
  padding: 8px 15px;
}

.sub-nav__item > .sub-nav__link {
  padding-right: 40px;
}

.sub-nav__expand-btn {
  margin: 6px 10px 6px 10px;
  padding: 2px 7px;
}

.sub-nav__list--sub .sub-nav__link {
  font-size: 15px;
  padding-right: 10px;
}

.sub-nav__link {
  padding-left: 20px;
  padding-right: 20px;
}

.sub-nav__item > .sub-nav__link {
  padding-right: 60px;
}

.sub-nav__expand-btn {
  margin-right: 20px;
}

.sub-nav__list--sub .sub-nav__link {
  padding-left: 30px;
  padding-right: 20px;
}

.archive-nav__link:after {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -2px;
  content: "";
  width: 8px;
  height: 5px;
  margin-left: 5px;
}
.archive-nav__link.is-active {
  border-bottom: none;
}
.archive-nav__link.is-active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.archive-nav__month-link {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  border-bottom: none;
}

.archive-nav__month-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

/*
 * Base of all other news components
 */
.article-list .article,
.article-listing .article {
  border-top-width: 1px;
  border-top-style: dashed;
}
.article-list .article:first-of-type,
.article-listing .article:first-of-type {
  border-top-width: 0px;
}

.widgetPartHeader .gen {
  background: none !important;
}

.article-list {
  padding: 20px;
}
.article-list__heading {
  margin-top: 0;
}
.article-list .article {
  padding-top: 20px;
  padding-bottom: 15px;
}
.article-list .article__heading {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
.article-list .article__meta, .article-list .article__location {
  margin: 0;
}
.article-list--main {
  padding: 0;
}
.article-list--main .article {
  padding: 0;
}
.article-list--main .article:first-of-type {
  border-top-width: 0;
}
.article-list--main .article__heading {
  margin-top: 30px;
  font-size: 24px;
}
.article-list--main .article__meta, .article-list--main .article__location {
  margin: 1em 0;
}
.article-list--compressed, .article-list--main {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-list__btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.article-listing__meta {
  margin-top: 30px;
}
.article-listing__heading {
  margin-top: 0;
}

.article {
  position: relative;
}
.article--compressed, .article--main {
  margin-bottom: 10px;
}
.article__link, .article__description {
  display: block;
}
.article__link:after, .article__description:after {
  content: '';
  display: table;
  clear: both;
}
.article__meta {
  font-style: italic;
}
.article__figure {
  display: none;
}
.article__excerpt {
  margin-top: 0;
}
.article__tag {
  width: 46px;
  height: 46px;
  text-indent: 103%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
}
.article__tag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}
.article--past .article__meta:after {
  content: " (past)";
}

.mega-menu .article__link:hover {
  text-decoration: none;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .article--compressed .article__tag {
    width: 23px;
    height: 23px;
  }
  .article--compressed .article__tag:before {
    background-size: 16px;
  }
}
.article-list .article-list__heading {
  font-size: 24px;
}

.article--compressed .article__heading {
  font-size: 18px;
}
.article--compressed .article__meta,
.article--compressed .article__location {
  font-size: 14px;
}
.article--main .article__heading {
  font-size: 28px;
}
.article--main .article__meta,
.article--main .article__location {
  font-size: 18px;
}
.article--main .article__figure {
  float: left;
  display: block;
  width: 30%;
}
.article--main .article-listing__figure {
  margin-top: 30px;
}
.article--main .article-listing__description {
  float: right;
  width: 70%;
  padding-left: 20px;
}
.article--main .article__tag {
  top: 0;
  left: 0;
}
.mega-menu .article--main .article__tag {
  left: auto;
  right: 0;
}

.article--main .article__figure {
  width: 21%;
}
.article--main .article-listing__description {
  width: 79%;
  padding-left: 25px;
}

.article--latest__heading {
  font-size: 20px;
}

.article-latest__item .breadcrumb__item--no-link {
  display: inline-block;
  padding: 5px 7px;
  margin-top: 0;
}

.article--details .article__figure {
  display: block;
}

.article--featured {
  overflow: hidden;
}
.article--featured .article__details {
  padding: 20px;
  padding-right: 50px;
}
.mega-menu .article--featured .article__details {
  padding-right: 20px;
}
.article--featured .article__heading {
  margin-top: 0;
}
.article--featured .article__figure {
  display: block;
  width: 100%;
}

.article--main.article--featured .article__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
.article--main.article--featured .article__figure .ri {
  padding-top: 0 !important;
  height: 100%;
}
.article--main.article--featured .article__figure .ri.is-loaded img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.article--main.article--featured .article__details {
  margin-left: 30%;
  padding-left: 20px;
}
.mega-menu .article--main.article--featured .article__details {
  margin-left: 0;
}
.mega-menu .article--main.article--featured {
  margin: 0;
}
.mega-menu .article--main.article--featured .article__figure {
  float: none !important;
  position: relative !important;
  width: 100% !important;
}
.mega-menu .article--main.article--featured .article__figure .ri {
  padding-top: 55.69% !important;
}

.article--compressed.article--featured .article__heading {
  font-size: 24px;
}

.article-tags {
  list-style: none;
  padding: 0;
  margin-left: -10px;
  font-size: 12px;
}

.article-tags__tag {
  display: inline-block;
  padding: 5px 7px;
  margin-left: 10px;
  margin-right: -.25em;
  margin-top: 10px;
}

.expert--compressed, .expert--main {
  margin-bottom: 10px;
}
.expert__link {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 20px 10px;
  min-height: 115px;
}
.expert__link:hover {
  background: #2e5579;
}
.expert__name {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.expert__name .icon {
  display: inline;
  padding-left: 7px;
  background-size: 7px 10px;
  background-position: center;
  margin-left: 5px;
}
.expert__name .icon:before {
  display: none;
}
.expert__title, .expert__expertise, .expert__location, .expert__phone, .expert__contact {
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 0;
  color: #fff;
}
.expert__contact {
  text-decoration: underline;
}
.expert__figure {
  display: none;
  width: 115px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
}
.expert__figure--inner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
  max-height: 100%;
}

.expert__link {
  padding-right: 120px;
}
.expert__figure {
  display: block;
}

.expert--compressed .expert__figure {
  display: none;
}
.expert--compressed .expert__link {
  padding-right: 10px;
}

.expert--main {
  margin-bottom: 20px;
}
.expert--main .expert__name {
  font-size: 20px;
}
.expert--main .expert__link {
  padding: 20px;
  padding-right: 130px;
}

.expert--main .expert__name {
  font-size: 24px;
}
.expert--main .expert__title,
.expert--main .expert__expertise,
.expert--main .expert__location,
.expert--main .expert__phone,
.expert--main .expert__contact {
  font-size: 18px;
}

@media (min-width: 75em) {
  .expert--compressed {
    margin-bottom: 20px;
  }
  .expert--compressed .expert__figure {
    display: block;
  }
  .expert--compressed .expert__link {
    padding: 20px;
    padding-right: 130px;
  }
  .expert--compressed .expert__name {
    font-size: 20px;
  }
}
.experts__link {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.product--compressed, .product--main {
  margin-bottom: 10px;
}
.product__type, .product__price, .product__heading, .product__summary {
  margin: 0;
}
.product__details {
  padding: 20px;
  padding-right: 50px;
}
.product__heading {
  font-size: 24px;
}
.product__link {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.product__type {
  width: 46px;
  height: 46px;
  text-indent: 103%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
}
.product__type:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}
.product__price--normal {
  opacity: 0.5;
  font-size: 14px;
}
.product__offer {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.product__selection-dd {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 150px;
}

.product--compressed .product__heading {
  font-size: 18px;
}
.product--compressed .product__type {
  width: 23px;
  height: 23px;
}
.product--compressed .product__type:before {
  background-size: 8px 14px;
}
.product--compressed .product__details {
  padding-right: 30px;
}
.product--compressed .product__figure {
  display: none;
}

@media (min-width: 85em) {
  .products--main .product__heading {
    font-size: 24px;
  }
}
.product--featured.product--main {
  min-height: 127px;
}
.product--featured.product--main .product__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
}
.product--featured.product--main .product__details {
  padding-left: 10px;
  margin-left: 30%;
}
.mega-menu .product--featured.product--main .product__details {
  margin-left: 0;
}
.product--featured.product--main .mega-menu .product__link:hover {
  text-decoration: none;
}

.mega-menu .product--featured .product__figure {
  position: relative;
  width: 100%;
}

.product--listing.product--main {
  min-height: 127px;
}
.product--listing.product--main .product__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
.product--listing.product--main .product__figure .ri {
  padding-top: 0 !important;
  height: 100%;
}
.product--listing.product--main .product__figure .ri.is-loaded img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.product--listing.product--main .product__details {
  padding-left: 10px;
  margin-left: 30%;
}

.product--related.product--main {
  min-height: 127px;
}
.product--related.product--main .product__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
.product--related.product--main .product__figure .ri {
  padding-top: 0 !important;
  height: 100%;
}
.product--related.product--main .product__figure .ri.is-loaded img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.product--related.product--main .product__details {
  padding-left: 10px;
  margin-left: 30%;
}

.product--related.product--main {
  min-height: 127px;
}
.product--related.product--main .product__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
.product--related.product--main .product__figure .ri {
  padding-top: 0 !important;
  height: 100%;
}
.product--related.product--main .product__figure .ri.is-loaded img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.product--related.product--main .product__details {
  padding-left: 10px;
  margin-left: 30%;
}

.product--promoted.product--main {
  min-height: 127px;
}
.product--promoted.product--main .product__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
.product--promoted.product--main .product__figure .ri {
  padding-top: 0 !important;
  height: 100%;
}
.product--promoted.product--main .product__figure .ri.is-loaded img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.product--promoted.product--main .product__details {
  margin-left: 30%;
}

@media (min-width: 75em) {
  .products--promoted.products--main .products__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .products--promoted.products--main .product--main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 20px;
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .products--promoted.products--main .product__heading {
    font-size: 18px;
  }
}
.product-search__filters {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-search__filter-toggle .icon {
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-search__filter-toggle.is-active .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 39.9375em) {
  .js .product-search__filters {
    height: 0;
  }
  .product-search__filters.is-visible {
    height: auto;
  }
}
.product-search__filters {
  margin-left: -30px;
}
.product-search__filter-toggle {
  display: none;
}
.product-search__industry, .product-search__product-type {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 50%;
}

.product--result {
  margin-bottom: 20px;
}

@media (max-width: 39.9375em) {
  .product--result .product__figure {
    display: none;
  }
}
.product-results {
  margin-left: -20px;
}
.flexbox .product-results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product--result {
  width: 50%;
  padding-left: 20px;
}
.flexbox .product--result {
  position: relative;
  overflow: hidden;
}
.flexbox .product--result:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.no-flexbox .product--result {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: -0.25em;
}

.product--result {
  width: 33.3333%;
}

@media (min-width: 75em) {
  .product--result {
    width: 25%;
  }
}
.featured-product-service-listing {
  padding: 30px 0;
}

.featured-product-service-listing__heading {
  font-size: 26px;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.featured-product-service-listing__item {
  position: relative;
}

.featured-product-service-listing__item__link {
  display: block;
}

.featured-product-service-listing__badge {
  display: block;
  float: right;
  height: 46px;
  overflow: hidden;
  text-indent: 103%;
  width: 46px;
}
.featured-product-service-listing__badge:before {
  background-position: center;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.featured-product-service-listing__item__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  margin-bottom: 15px;
  padding-right: 56px;
  text-transform: uppercase;
}
.featured-product-service-listing__item__heading:after {
  background-position: center;
  content: '';
  margin-left: 8px;
  padding-left: 8px;
  white-space: nowrap;
}

.featured-product-service-listing__item__description > :first-child {
  margin-top: 0;
}
.featured-product-service-listing__item__description > :last-child {
  margin-bottom: 0;
}

.featured-product-service-listing__ctas {
  margin-top: 30px;
}

@media (max-width: 39.9375em) {
  .featured-product-service-listing__item + .featured-product-service-listing__item {
    margin-top: 30px;
  }
}
.featured-product-service-listing {
  padding: 60px 0;
}

.featured-product-service-listing__heading {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: dashed 1px #979797;
}

.featured-product-service-listing__inner {
  margin-left: -40px;
}

.featured-product-service-listing__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 40px;
  margin-right: -0.25em;
  width: 50%;
}

.featured-product-service-listing__ctas {
  text-align: right;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .featured-product-service-listing__item + .featured-product-service-listing__item {
    margin-top: 40px;
  }

  .featured-product-service-listing__inner > :nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .featured-product-service-listing__item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 40px;
    margin-right: -0.25em;
    width: 25%;
  }
}
.tabordion {
  margin: 20px 0;
}
.tabordion:before {
  content: '';
  display: block;
  clear: both;
  height: 20px;
}
.tabordion__title {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  display: none;
}
.tabordion__title:before {
  content: '';
  -webkit-transform: scaleX(0.85);
  -ms-transform: scaleX(0.85);
  transform: scaleX(0.85);
  -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.0001;
}
.tabordion__title:before {
  z-index: -1;
}
.tabordion__content {
  padding: 10px;
}
.js .tabordion__content {
  display: none;
}
.tabordion__content.is-visible {
  display: block;
}

@media (max-width: 59.9375em) {
  .tabordion__title {
    margin-bottom: 3px;
    display: block;
  }
  .tabordion__title:after {
    content: '';
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
    height: 15px;
    -webkit-transform: scale(0.75) rotate(90deg);
    -ms-transform: scale(0.75) rotate(90deg);
    transform: scale(0.75) rotate(90deg);
    -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 10px;
  }
  .tabordion__title.is-active:after {
    -webkit-transform: scale(0.75) rotate(-90deg);
    -ms-transform: scale(0.75) rotate(-90deg);
    transform: scale(0.75) rotate(-90deg);
  }
  .tabordion__tabs {
    display: none;
  }
}
.tabordion__title {
  font-size: 14px;
  padding: 5px 10px;
}
.tabordion__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabordion__tabs__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tabordion__tabs .tabordion__title {
  display: block;
  outline: none;
}

@media (min-width: 75em) {
  .tabordion__title {
    font-size: 18px;
  }
}
.events__btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.event--compressed, .event--main {
  margin-bottom: 10px;
}
.event__link {
  position: relative;
  display: block;
}
.event__details {
  padding: 20px;
}
.event__date, .event__location, .event__title {
  margin: 0;
}
.event__title {
  margin-bottom: 10px;
}
.event__tag {
  width: 46px;
  height: 46px;
  text-indent: 103%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
}
.event__tag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}

.mega-menu .event__link:hover {
  text-decoration: none;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .event--compressed .event__details {
    padding: 10px;
    padding-right: 20px;
  }
  .event--compressed .event__title {
    font-size: 18px;
  }
  .event--compressed .event__tag {
    width: 23px;
    height: 23px;
  }
  .event--compressed .event__tag:before {
    background-size: 16px;
  }
}
@media (min-width: 75em) {
  .event--main {
    overflow: hidden;
  }
  .event--main .event__figure {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .event--main .event__figure .ri {
    padding-top: 0 !important;
    height: 100%;
  }
  .event--main .event__figure .ri.is-loaded img {
    height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
  }
  .mega-menu .event--main .event__figure {
    position: static;
    width: 100%;
  }
  .mega-menu .event--main .event__figure .ri {
    padding-top: 54% !important;
  }
  .event--main .event__tag {
    left: 0;
  }
  .event--main .event__details {
    margin-left: 20%;
  }
  .mega-menu .event--main .event__details {
    margin-left: 0;
  }

  .main.two-col .event--main .event__figure,
  .page-content.two-col .event--main .event__figure {
    width: 30%;
  }
  .main.two-col .event--main .event__details,
  .page-content.two-col .event--main .event__details {
    margin-left: 30%;
  }
}
.product--event__details {
  padding: 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.product--event__details .event__title {
  font-weight: 600;
}
.product--event .multi-currency {
  margin-left: 0;
}
.product--event .multi-currency__label {
  display: inline-block;
  margin-bottom: 13px;
  clip: none;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.product--event .multi-currency .dd-chrome {
  display: inline-block;
}

.supported-by {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}
.supported-by__heading {
  text-transform: uppercase;
}
.supported-by__link {
  display: inline-block;
  min-height: 115px;
  overflow: hidden;
  padding-right: 115px;
  position: relative;
}
.supported-by__figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
}

.product--event-alt .product__info .product__figure {
  width: 17%;
  float: left;
  margin: 0 40px 0 0;
}

.product--event__details {
  padding-left: 180px;
}

.sessions {
  margin-top: 20px;
}
.sessions__list {
  clear: both;
  margin: 20px 0;
}
.sessions__discount, .sessions__total {
  text-align: right;
}
.sessions__total {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 15px 15px;
}
.sessions .multi-currency {
  float: right;
  margin: 0;
}

.sessions__heading {
  float: left;
  margin-top: 0;
}

.delegates-selection {
  border-top: dashed 1px;
  padding: 20px 0;
}
.delegates-selection .dd-chrome {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.delegates-selection .dd-chrome select {
  padding-right: 50px;
}

.event-offer {
  margin-right: 10px;
}
.event-offer .icon--profile {
  width: auto;
  height: auto;
  padding-left: 21px;
}

.session {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.session__item {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
}
.session__check {
  position: absolute;
  top: 15px;
  left: 15px;
}
.session__title {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}
.session__price {
  display: block;
}

.session__group__header {
  border-top: 1px dashed;
  padding-top: 10px;
  padding-bottom: 7px;
}

.sessions .form--basket {
  width: 60%;
}

.session__price {
  float: right;
  margin-right: 5px;
}
.session__price-type {
  float: left;
}

.session .event-offer__inner {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 75em) {
  .event-offer__inner {
    display: inline;
  }
}
.delegates {
  margin-bottom: 20px;
}
.delegates .checkout__btns {
  margin-top: 20px;
}

.delegate {
  border: 0;
  border-top: dashed 1px;
  position: relative;
  margin: 0;
  padding: 20px 10px;
  padding-left: 40px;
}
.delegate:after {
  content: '';
  display: table;
  clear: both;
}
.delegate[data-label]:before {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  padding: 6px 12px;
}
.delegate__heading {
  margin-top: 0;
}
.delegate__summary,
.delegate .form__field {
  clear: both;
}
.delegate__controls {
  width: 100%;
  text-align: right;
}
.delegate__controls a {
  text-decoration: underline;
  margin-right: 10px;
}
.delegate__summary .no-js {
  display: none;
}
.delegate__summary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.no-js .delegate__edit, .no-js .delegate__clear, .no-js .delegate__save {
  display: none;
}
.js .delegate__form {
  display: none;
}
.delegate.is-editing .delegate__form {
  display: block;
}
.delegate.is-editing .delegate__summary {
  display: none;
}

@media (max-width: 39.9375em) {
  .delegate[data-label]:before {
    height: 100%;
    padding: 20px 0 6px 0;
    text-align: center;
    width: 20px;
  }
  .delegate__controls {
    margin-top: 10px;
  }
}
.delegate {
  padding-left: 80px;
}
.delegate[data-label]:before {
  top: 20px;
  left: 20px;
}

.latest-events-listing {
  padding: 30px 0;
}

.latest-events-listing__heading {
  font-size: 26px;
  margin: 0;
  border-bottom: 1px dashed #979797;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.latest-events-listing__event {
  border-color: #979797;
  border-width: 1px 0;
  border-style: dashed;
  margin-top: -1px;
}

.latest-events-listing__event__content {
  padding: 20px 0;
}

.latest-events-listing__event__heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.latest-events-listing__event__date,
.latest-events-listing__event__location {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.latest-events-listing__event__date {
  margin-bottom: 5px;
}

.latest-events-listing__event__description > :first-child {
  margin-top: 0;
}
.latest-events-listing__event__description > :last-child {
  margin-bottom: 0;
}

.latest-events-listing__event--featured {
  border-width: 0;
}
.latest-events-listing__event--featured .latest-events-listing__event__location {
  margin-bottom: 10px;
}

.latest-events-listing__ctas {
  margin-top: 30px;
}

.latest-events-listing {
  padding: 60px 0;
}

.latest-events-listing__ctas {
  text-align: right;
}

@media (max-width: 39.9375em) {
  .latest-events-listing__event {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
  }

  .latest-events-listing__event--featured {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.latest-events-listing__event__date,
.latest-events-listing__event__location {
  display: inline-block;
}

.latest-events-listing__event__date {
  margin-right: 15px;
}

.latest-events-listing__event__date + .latest-events-listing__event__location {
  margin-left: -.25em;
}
.latest-events-listing__event__date + .latest-events-listing__event__location:before {
  content: '|';
  margin-right: 15px;
}

.latest-events-listing__event--featured .latest-events-listing__event__date {
  margin-right: 0;
}
.latest-events-listing__event--featured .latest-events-listing__event__date + .latest-events-listing__event__location {
  margin-left: 0;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .latest-events-listing__event {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    margin-left: calc(-2.5% - 10px);
    margin-right: calc(-2.5% - 10px);
    padding-left: calc(2.5% + 10px);
    padding-right: calc(2.5% + 10px);
  }

  .latest-events-listing__event--featured {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.latest-events-listing__inner {
  margin-left: -30px;
  position: relative;
}
.latest-events-listing__inner:after {
  content: '';
  display: table;
  clear: both;
}

.latest-events-listing__event--featured,
.latest-events-listing__inner__wrap {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 50%;
}

.latest-events-listing__event__content {
  padding: 25px 20px;
}

.latest-events-listing__event__date,
.latest-events-listing__event__location {
  margin-bottom: 0;
}

.latest-events-listing__event--featured {
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.latest-events-listing__event--featured .latest-events-listing__event__link {
  display: block;
  height: 100%;
  position: relative;
}
.latest-events-listing__event--featured .latest-events-listing__event__figure {
  height: 100%;
}
.latest-events-listing__event--featured .latest-events-listing__event__figure .ri {
  height: 100%;
  padding-top: 0 !important;
}
.latest-events-listing__event--featured .latest-events-listing__event__figure .ri img {
  width: auto;
  min-width: 100%;
  max-width: none;
}
.latest-events-listing__event--featured .latest-events-listing__event__content {
  bottom: 0;
  max-width: 420px;
  position: absolute;
  right: -1px;
}
.latest-events-listing__event--featured .latest-events-listing__event__heading {
  font-size: 23px;
}
.latest-events-listing__event--featured .latest-events-listing__event__date,
.latest-events-listing__event--featured .latest-events-listing__event__location {
  display: block;
}
.latest-events-listing__event--featured .latest-events-listing__event__date:before,
.latest-events-listing__event--featured .latest-events-listing__event__location:before {
  display: none;
}

.breadcrumb__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  font-size: 12px;
}
.breadcrumb__link {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.breadcrumb__link:after {
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: '';
  width: 6px;
  height: 9px;
  vertical-align: -1px;
}

@media (max-width: 39.9375em) {
  .breadcrumb__item {
    display: none;
  }
  .breadcrumb__item--parent {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .breadcrumb__item--parent .breadcrumb__link {
    position: relative;
    padding-left: 15px;
  }
  .breadcrumb__item--parent .breadcrumb__link:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    pointer-events: none;
    margin-top: 0 !important;
  }
}
.breadcrumb__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.breadcrumb__link:after {
  margin-left: 10px;
  margin-right: 10px;
}

.social__heading, .social__list {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
}
.social__heading:after {
  content: ':';
}
.social__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.social__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social__link {
  display: block;
}
.social__link .icon {
  margin-top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
}
.social--share {
  margin: 10px 0;
  padding: 10px 0;
  border-width: 1px 0;
  border-style: dashed;
}

@media (max-width: 19.3125em) {
  .social__heading {
    display: none;
  }
  .social__list {
    padding-left: 0;
  }
}
.gen--compressed, .gen--main {
  margin-bottom: 10px;
  margin-top: 10px;
}
.gen__details {
  padding: 20px;
}
.gen__heading, .gen__description {
  margin: 0;
  margin-bottom: 10px;
}
.gen__cta {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gen__link {
  display: block;
  overflow: hidden;
}
.mega-menu .gen {
  margin: 0 !important;
}
.widgetPartHeader .gen {
  background: none !important;
}

.gen--compressed .gen__heading {
  font-size: 24px;
}

.gen--main.gen--has-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.gen--main.gen--has-image .gen__details {
  margin-left: 30%;
}
.gen--main.gen--has-image .gen__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
}
.mega-menu .gen--main.gen--has-image .gen__figure {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
}
.mega-menu .gen--main.gen--has-image .gen__details {
  margin-left: 0;
}
.mega-menu .gen--main.gen--has-image .gen__details .btn {
  background-color: #003366;
}
.mega-menu .gen--main.gen--has-image .gen__details .btn:after {
  content: none;
}
.mega-menu .gen--main.gen--has-image .gen__link:hover {
  text-decoration: none;
}

.gen--main .gen__heading {
  font-size: 28px;
}

.gen--flex {
  padding: 20px;
}
.gen--flex .free-content {
  margin: 0;
}
.gen--flex .free-content .yt-video {
  margin-bottom: 0;
  margin-left: -20px;
  width: calc( 100% + 40px );
}
.gen--flex .free-content .yt-video:first-child {
  margin-top: -20px;
}
.gen--flex .free-content h1,
.gen--flex .free-content h2,
.gen--flex .free-content h3,
.gen--flex .free-content h4,
.gen--flex .free-content h5,
.gen--flex .free-content h6 {
  font-size: 24px;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.gen--flex .free-content h1:first-child,
.gen--flex .free-content h2:first-child,
.gen--flex .free-content h3:first-child,
.gen--flex .free-content h4:first-child,
.gen--flex .free-content h5:first-child,
.gen--flex .free-content h6:first-child {
  margin-top: 0;
}
.gen--flex.gen--compressed p {
  font-size: 16px;
}
.gen--flex.gen--compressed li {
  font-size: 16px;
  margin-bottom: 5px;
}
.gen--flex.gen--main h1,
.gen--flex.gen--main h2,
.gen--flex.gen--main h3,
.gen--flex.gen--main h4,
.gen--flex.gen--main h5,
.gen--flex.gen--main h6 {
  font-size: 36px;
}

.home .main {
  padding: 0;
}

.home__panels {
  margin-left: -10px;
}
.home__panels h1,
.home__panels h2,
.home__panels h3 {
  text-transform: uppercase;
}
.home__panels .side-content__section {
  margin-top: 0;
  margin-bottom: 0;
}

.home__panel {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}

.home__panel {
  width: 50%;
}

.js.cssanimation .home__panel {
  opacity: 0;
}
.js.cssanimation .is-layed-out .home__panel {
  -webkit-animation: home__panel--fade 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  animation: home__panel--fade 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cms .home__panel {
  opacity: 1;
}

.home__panel {
  width: 33.3333%;
}
.home__panel--featured {
  width: 66.6666666667%;
}

@media (min-width: 75em) {
  .home__panel {
    width: 25%;
  }
  .home__panel--featured {
    width: 75%;
  }
}
@-webkit-keyframes home__panel--fade {
  from {
    opacity: 0.0001;
  }
  to {
    opacity: 1;
  }
}
@keyframes home__panel--fade {
  from {
    opacity: 0.0001;
  }
  to {
    opacity: 1;
  }
}
.home-variant {
  overflow: hidden;
}
.home-variant .main {
  max-width: none;
  padding: 0;
  width: 100%;
}
.home-variant .page-content {
  padding-bottom: 0;
}

.hero {
  padding-bottom: 15px;
}
.hero .gen {
  margin-top: 0;
  margin-bottom: 0;
}
.hero .gen__heading {
  font-size: 20px;
  text-transform: uppercase;
}
.hero .gen__description, .hero .gen__cta {
  margin-bottom: 0;
}
.hero .gen__cta {
  font-size: 16px;
}
.hero .gen__details {
  padding: 15px 10px;
  font-size: 20px;
}
.hero .gen:nth-child(1) {
  margin-bottom: 15px;
}
.hero .gen:nth-child(1) .gen__heading {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: solid 2px;
}
.hero .gen:nth-child(1) .gen__details {
  padding: 30px 10px;
}
.hero .gen:nth-child(n+2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.hero .gen:nth-child(n+2) a {
  width: 100%;
  display: block;
}
.hero .gen:nth-child(n+2) .gen__heading {
  font-size: 18px;
  margin-bottom: 0;
}
.hero .gen:nth-child(n+2) .gen__heading:after {
  content: "";
  background-position: center;
  padding-left: 8px;
  margin-left: 8px;
}

@media (max-width: 39.9375em) {
  .hero .gen:nth-child(n+2) a {
    border-top: dashed 1px;
  }
  .hero .gen:nth-child(2) a {
    border-top: none;
  }
}
@media (min-width: 40em) and (max-width: 59.9375em) {
  .hero:nth-child(1) .gen__figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 16.5%;
  }
  .hero:nth-child(1) .gen__figure .ri {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero:nth-child(1) .gen__details {
    margin-left: 0;
  }
  .hero .gen:nth-last-child(-n+2) a {
    border-top: dashed 1px #fff;
  }
  .hero .gen:nth-child(even) a {
    border-right: dashed 1px #fff;
  }
}
.no-flexbox .hero {
  margin-left: 0em;
}
.flexbox .hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .hero .gen {
  width: 100%;
}
.no-flexbox .hero .gen:nth-child(1) {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 0em;
  margin-right: -0.25em;
  width: 100%;
}
.no-flexbox .hero .gen:nth-child(n+2) {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 0em;
  margin-right: -0.25em;
  width: 50%;
}
.no-flexbox .hero .gen:nth-child(n+2) a {
  display: block;
  min-height: 80px;
}
.flexbox .hero .gen:nth-child(n+2) {
  width: 50%;
}
.hero .gen:nth-child(n+2) .gen__details {
  padding-left: 20px;
  padding-right: 20px;
}

.hero .gen:nth-child(1) {
  position: relative;
}
.hero .gen:nth-child(1) .gen__figure {
  width: 50%;
  float: right;
  position: relative;
}
.hero .gen:nth-child(1) .gen__figure:after {
  content: "";
  display: block;
  margin-top: -33px;
  -webkit-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  transform: scaleY(0.75);
}
.hero .gen:nth-child(1) .gen__cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.hero .gen:nth-child(1) .gen__details {
  margin-left: 0;
  padding: 7% 55% 0 3%;
}
.hero .gen:nth-child(n+2) a {
  border-right: dashed 1px;
}
.no-flexbox .hero .gen:nth-child(n+2) {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 0em;
  margin-right: -0.25em;
  width: 25%;
}
.flexbox .hero .gen:nth-child(n+2) {
  width: 25%;
}
.hero .gen:nth-child(n+2) .gen__heading {
  font-size: 20px;
}
.hero .gen:last-child a {
  border-right: 0;
}

@media (min-width: 75em) {
  .hero .gen:nth-child(1) .gen__details {
    font-size: 26px;
  }
  .hero .gen:nth-child(1) .gen__heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.lt-ie9 .hero:after {
  content: '';
  display: table;
  clear: both;
}
.lt-ie9 .hero .gen {
  float: left;
  width: 25%;
}
.lt-ie9 .hero .gen .gen__link {
  border-right-width: 1px;
  border-right-style: dashed;
  height: 78px;
}
.lt-ie9 .hero .gen .gen__details {
  font-size: 20px;
  padding: 15px 20px;
}
.lt-ie9 .hero .gen--has-image {
  margin-bottom: 15px;
  width: 100%;
}
.lt-ie9 .hero .gen--has-image .gen__link {
  height: auto;
  position: static;
}
.lt-ie9 .hero .gen--has-image .gen__figure {
  width: 50%;
  float: right;
  position: relative;
}
.lt-ie9 .hero .gen--has-image .gen__details {
  font-size: 26px;
  margin-left: 0;
  padding: 7% 55% 0 3%;
}
.lt-ie9 .hero .gen--has-image .gen__heading {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px;
}
.lt-ie9 .hero .gen--has-image .gen__cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.lt-ie9 .industry-filter__heading,
.lt-ie9 .industry-filter__text {
  padding: 5px 0;
  width: auto;
}

.lt-ie9 .industry-filter__label {
  padding: 7px 0;
}

.lt-ie9 .home__panel {
  width: 25%;
}

.mega-menu-wrapper {
  outline: none;
}

.mega-menu {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.mega-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mega-menu__item .mega-menu__link a {
  text-transform: uppercase;
}

.dropdown-block__inner h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.dropdown-block__inner hr {
  border-top-style: solid;
  margin: 0;
}
.dropdown-block__inner > :last-child {
  margin-bottom: 0;
}
.dropdown-block__inner h1 a:after,
.dropdown-block__inner h2 a:after,
.dropdown-block__inner h3 a:after,
.dropdown-block__inner h4 a:after,
.dropdown-block__inner h5 a:after,
.dropdown-block__inner h6 a:after {
  background-position: center;
  content: '';
  margin-left: 8px;
  padding-left: 8px;
  white-space: nowrap;
}

.dropdown-block__heading {
  display: inline-block;
}

.header__nav:after {
  content: '';
  display: table;
  clear: both;
}

.dropdown-block--free-content > :first-child {
  margin-top: 0;
}
.dropdown-block--free-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 51.1875em) {
  .dropdown-block--free-content {
    padding: 15px 0;
  }

  .icon--arrow-down-small {
    display: none;
  }

  .mega-menu-wrapper {
    display: none;
    clear: both;
  }
  .no-js .mega-menu-wrapper {
    height: auto;
  }
  .mega-menu-wrapper.is-active {
    display: block;
  }

  .mega-menu {
    border-top: 1px solid;
  }

  .mega-menu__item {
    border-bottom: 1px solid;
  }
  .mega-menu__item a {
    display: block;
    line-height: 1;
    padding: 12px 10px;
  }

  .mega-menu__item.is-hidden-small .mega-menu__dropdown-button {
    display: none;
  }

  .mega-menu__dropdown.is-hidden-small {
    display: none;
  }

  .mega-menu__link {
    position: relative;
  }

  .mega-menu__dropdown-button {
    border: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }

  .mega-menu__tabs {
    display: none;
  }

  .dropdown-wrapper {
    border-top: 1px solid;
  }

  .dropdown-blocks > :last-child > :last-child a {
    border-bottom: none;
  }

  .mega-menu__dropdown .mega-menu__link a {
    border-top: 1px solid;
  }
  .mega-menu__dropdown:first-child .mega-menu__link a {
    border-top: none;
  }
  .mega-menu__dropdown a {
    font-size: 14px;
    padding: 13px 20px;
  }

  .dropdown-blocks {
    border-top: 1px solid;
  }
  .is-active-no-tabs .dropdown-blocks {
    border-top: none;
  }

  .dropdown-block a {
    border-top: 1px solid;
  }
  .dropdown-block:first-child > :first-child a {
    border-top: none;
  }

  .dropdown-block + .dropdown-block .dropdown-block__inner:before {
    content: '';
    border-top: 1px solid;
    width: 100%;
    display: block;
  }

  .dropdown-block.is-hidden-small .dropdown-block__inner:before {
    display: none;
  }

  .dropdown-block__inner {
    padding: 0 20px;
  }
  .dropdown-block__inner > a,
  .dropdown-block__inner .dropdown-block__heading a {
    padding: 0;
  }
  .dropdown-block__inner a {
    padding-left: 0;
    padding-right: 0;
    text-transform: initial;
    border-top: none;
  }
  .dropdown-block__inner ul {
    display: none;
  }
  .dropdown-block__inner ul + .btn {
    border-top: 1px solid;
  }
  .dropdown-block__inner.is-hidden-small {
    display: none;
  }

  .dropdown-block__heading {
    font-size: 14px;
    padding: 13px 0;
    display: block;
  }

  .dropdown-wrapper,
  .dropdown {
    display: none;
  }

  .mega-menu__item.is-active .dropdown-wrapper {
    display: block;
  }

  .mega-menu__dropdown.is-active .dropdown {
    display: block;
  }

  .mega-menu__item.is-active-no-tabs .dropdown-wrapper,
  .mega-menu__item.is-active-no-tabs .dropdown {
    display: block;
  }

  .dropdown-block--free-content {
    display: none;
  }

  .dropdown-block--free-content + hr {
    display: none;
  }

  .expert-site .secondary-nav {
    border-bottom: 1px solid;
  }
  .expert-site .secondary-nav__item {
    padding: 0 10px;
  }
  .expert-site .secondary-nav__link {
    border-top-style: solid;
    font-size: 14px;
    padding: 12px 0;
  }

  .smitherscom .mega-menu__item > .mega-menu__link a,
  .smitherscom .mega-menu__dropdown .mega-menu__link > a,
  .smitherscom .dropdown a {
    border-bottom: none !important;
  }
}
.icon--arrow-down-small {
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.no-js .mega-menu__item:hover .icon--arrow-down-small,
.mega-menu__item.is-hovered .icon--arrow-down-small {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-js .mega-menu__item:hover .dropdown-wrapper,
.mega-menu__item.is-hovered .dropdown-wrapper {
  display: block;
}

.smitherscom .mega-menu a {
  border-bottom: none !important;
}

.mega-menu__dropdown-button {
  display: none;
}

.mega-menu__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.mega-menu__item .mega-menu__link > a {
  display: block;
  padding: 15px;
  position: relative;
}
.smitherscom .mega-menu__item .mega-menu__link > a {
  padding: 27px 15px;
}
.mega-menu__item .mega-menu__link > a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 15px 13px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  right: 8px;
  margin-left: -13px;
  bottom: 0;
  position: absolute;
  opacity: 0;
}
.mega-menu__item .mega-menu__link > a.is-hidden .icon, .mega-menu__item .mega-menu__link > a.is-hidden:after {
  display: none;
}
.mega-menu__item .mega-menu__link > a .icon {
  margin-left: 5px;
}
.mega-menu__item.is-hovered .mega-menu__link > a:after {
  opacity: 1;
}

.mega-menu .mega-menu__dropdowns {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
}

.mega-menu__dropdown {
  display: none;
}
.mega-menu__dropdown.is-active-large {
  display: block;
}
.mega-menu__dropdown a {
  text-transform: initial;
}
.mega-menu__dropdown .mega-menu__link > a {
  display: none;
}

.dropdown-wrapper {
  border-top-width: 10px;
  border-top-style: solid;
  display: none;
  left: 0;
  position: absolute;
  top: 133px;
  width: 100%;
  z-index: 30;
}
.dropdown-wrapper > .dropdown {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
}
.smitherscom .dropdown-wrapper {
  top: 167px;
}

.mega-menu__tabs-wrapper {
  overflow: hidden;
  margin-top: -10px;
  text-transform: uppercase;
}

.mega-menu .mega-menu__tabs {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
}

.mega-menu__tab {
  border-left-width: 1px;
  border-left-style: solid;
  display: inline-block;
}
.mega-menu__tab:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.mega-menu__tab a {
  display: block;
  padding: 17px 20px;
}

.dropdown {
  padding: 30px 0 50px;
}

.dropdown-blocks {
  margin-left: -25px;
}

.dropdown-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 25px;
  margin-right: -0.25em;
  width: 25%;
}

.dropdown-block__inner {
  border-top: 1px solid;
  padding: 20px 0;
}
.dropdown-block__inner > a:after,
.dropdown-block__inner > .dropdown-block__heading a:after,
.dropdown-block__inner .dropdown-block--free-content > a:after,
.dropdown-block__inner .dropdown-block--free-content > .dropdown-block__heading a:after {
  background-position: center;
  content: '';
  margin-left: 8px;
  padding-left: 8px;
  white-space: nowrap;
}
.dropdown-block__inner a:hover,
.dropdown-block__inner a:hover .dropdown-block__heading {
  text-decoration: underline;
}
.dropdown-block__inner hr {
  margin: 20px 0;
}
.dropdown-block__inner ul a {
  display: block;
  font-size: 14px;
  padding: 2px 0;
}
.dropdown-block__inner a + ul,
.dropdown-block__inner .dropdown-block__heading + ul {
  padding-top: 10px;
}
.dropdown-block__inner > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.dropdown-block__inner:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dropdown-block__inner .btn {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
}
.dropdown-block__inner .btn:after {
  background-position: center;
  content: '';
  margin-left: 8px;
  padding-left: 8px;
  white-space: nowrap;
}
.dropdown-block__inner .btn:hover {
  text-decoration: none;
}

.smitherscom .header__main,
.expert-site .header__main {
  position: relative;
}
.smitherscom .header__main .site-width,
.expert-site .header__main .site-width {
  position: static;
}
.smitherscom .secondary-nav,
.expert-site .secondary-nav {
  top: -33px;
  right: 0;
  padding: 6px 110px 6px 0;
}
.smitherscom .loggedin .secondary-nav,
.expert-site .loggedin .secondary-nav {
  padding-right: 220px;
}

.account__link {
  position: relative;
  z-index: 1;
}

.dropdown-wrapper {
  top: 167px;
}
.smitherscom .dropdown-wrapper {
  top: 187px;
}

.mega-menu__item .mega-menu__link > a {
  padding: 15px 10px;
}
.smitherscom .mega-menu__item .mega-menu__link > a {
  padding: 27px 10px;
}

.mega-menu-wrapper {
  border-top-width: 1px;
  border-top-style: solid;
  clear: both;
}

.mega-menu > ul > :first-child .mega-menu__link a {
  padding-left: 0;
}
.smitherscom .mega-menu > ul > :first-child .mega-menu__link a {
  padding-left: 0;
}

@media (min-width: 90em) {
  .expertsite .mega-menu-wrapper {
    float: right;
    width: 100%;
    width: calc( 100% - 350px );
  }

  .mega-menu {
    float: right;
  }
  .mega-menu > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mega-menu > ul > :last-child .mega-menu__link a {
    padding-right: 0;
  }
  .mega-menu > ul > :last-child .mega-menu__link a:after {
    right: -7px;
  }
  .smitherscom .mega-menu > ul > :last-child .mega-menu__link a {
    padding-right: 0;
  }

  .mega-menu__tabs-wrapper {
    text-align: right;
  }

  .dropdown-wrapper {
    top: 114px;
  }
  .smitherscom .dropdown-wrapper {
    top: 76px;
  }

  .dropdown {
    padding: 40px 0 60px;
  }

  .dropdown-blocks {
    margin-left: -50px;
  }

  .dropdown-block {
    padding-left: 50px;
  }

  .dropdown-block__inner > a {
    font-size: 18px;
  }
  .dropdown-block__inner ul a {
    font-size: 16px;
  }

  .dropdown-block__cta a {
    padding: 7px 10px;
  }
}
@media (min-width: 89.375em) {
  .expert-site .secondary-nav {
    right: 50%;
    margin-right: -680px;
    padding-right: 75px;
  }
  .expert-site .loggedin .secondary-nav {
    padding-right: 195px;
  }
}
.related__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related__item {
  padding: 8px 0;
}
.related__item:first-child {
  border-top: none;
}
.related__link {
  font-size: 22px;
}

.related--compressed .related__link {
  font-size: 16px;
}

.assoc-docs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.assoc-docs__item {
  margin-bottom: 10px;
}
.assoc-docs__link {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 40px;
}
.assoc-docs__link .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-right: 0;
  background-position: center;
}
.assoc-docs__heading {
  text-transform: uppercase;
  font-weight: 400;
}
.assoc-docs__heading:after {
  content: "";
  display: inline;
  padding-left: .45em;
  background-position: center right;
  background-size: 100%;
  margin-left: 5px;
}
.assoc-docs__type, .assoc-docs__size {
  font-style: italic;
}
.assoc-docs__type {
  text-transform: uppercase;
}
.assoc-docs__type:before {
  margin-bottom: 5px;
  display: block;
  content: "";
}
.assoc-docs__size:before {
  content: "| ";
}

@media (max-width: 39.9375em) {
  .assoc-docs__link .icon {
    background-size: 50%;
  }
}
.assoc-docs--compressed .assoc-docs__link .icon {
  background-size: 50%;
}
.assoc-docs--compressed .assoc-docs__heading:after {
  background-size: 7px 10px;
  padding-left: 7px;
}

.assoc-docs--main {
  font-size: 20px;
}
.assoc-docs--main .assoc-docs__link {
  padding: 20px;
  padding-right: 130px;
}
.assoc-docs--main .assoc-docs__link .icon {
  width: 120px;
  height: 100%;
}

@media (min-width: 85em) {
  .assoc-docs--compressed .assoc-docs__link {
    padding: 20px;
    padding-right: 130px;
  }
  .assoc-docs--compressed .assoc-docs__link .icon {
    width: 120px;
    height: 100%;
  }

  .assoc-docs .assoc-docs__heading {
    font-size: 20px;
  }

  .assoc-docs__extended {
    padding: 20px;
  }

  .assoc-docs__btn {
    margin-left: 1px;
  }

  .assoc-success {
    padding: 20px;
  }

  .assoc-success-message {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
  }
}
.event-site .assoc-docs__heading.h3 {
  color: #FFF;
}

.tweet {
  font-size: 15px;
}

.tweet-header {
  overflow: hidden;
  margin-bottom: 15px;
}
.tweet-header h4 {
  margin: 0 0 3px;
}
.tweet-header p {
  margin-bottom: 0;
}
.tweet-header a, .tweet-header a:focus, .tweet-header a:hover {
  color: inherit;
}

.tweet-user {
  display: block;
}

.tweet-user-image {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 48px;
  margin-right: 10px;
}
.tweet-user-image img {
  display: block;
}

.tweet-user-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.tweet-user-info p {
  margin-top: 0;
  font-size: 14px;
}

.twitter-follow-button {
  float: right;
}

.tweet-content {
  margin: 0 0 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: inherit;
  border: none;
  color: inherit;
  background-color: transparent;
  padding: 0px;
}

.tweet-footer {
  padding-top: 8px;
  font-size: 12px;
  overflow: hidden;
}

.tweet-date {
  float: left;
}
.tweet-date a {
  color: inherit;
  text-decoration: none;
}
.tweet-date a:focus, .tweet-date a:hover {
  color: inherit;
  text-decoration: underline;
}

.tweet-actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.tweet-actions li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 8px;
  margin-right: 4px;
}

@media (max-width: 51.1875em) {
  .latest-tweets {
    display: none;
  }

  .tweet {
    margin-bottom: 30px;
  }
}
@media (min-width: 40em) and (max-width: 59.9375em) {
  .tweet-user {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
  }
}
.forms--login {
  margin-left: -20px;
}
.forms--login .form--registration,
.forms--login .form--login {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 20px;
  margin-right: -0.25em;
  width: 50%;
}

.section-image {
  overflow: hidden;
}
.section-image__inner {
  width: 180%;
  margin-left: -40%;
  max-width: 1360px;
}

.section-image__inner {
  width: 150%;
  margin-left: -25%;
}

.section-image__inner {
  width: 100%;
  margin: auto;
}

.js .multi-currency__submit {
  display: none;
}

.map--main,
.map--compressed {
  margin-bottom: 30px;
}

.map--main,
.map--compressed {
  height: 250px;
}
.map--main img,
.map--compressed img {
  max-width: none;
}

.map--main {
  height: 300px;
}

.map--compressed {
  height: 200px;
}

.map--main {
  height: 400px;
}

.map--compressed {
  height: 300px;
}

.form--search {
  max-width: none;
  padding-right: 0;
}
.form--search .form__field {
  position: relative;
}
.form--search__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form--search__input {
  padding-right: 50px;
}
.form--search__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.search-result {
  border-bottom: 1px dashed;
  padding: 20px 0;
}
.search-result:first-child {
  border-top: 1px dashed;
}
.search-result__heading {
  margin: 0;
}
.search-result__summary {
  margin-bottom: 0;
}
.search-result a {
  display: block;
}

.pagination {
  text-align: center;
  padding: 20px 0;
}
.pagination__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination__link {
  display: block;
  padding: 8px 14px;
  margin: 0 5px;
  text-transform: uppercase;
}
.pagination__item--prev .pagination__link__text {
  margin-left: 10px;
}
.pagination__item--next .pagination__link__text {
  margin-right: 10px;
}
.no-flexbox .pagination__item {
  margin-right: -0.25em;
  vertical-align: top;
}
.flexbox .pagination__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.pagination__item.is-inactive .pagination__link {
  cursor: not-allowed;
}

@media (max-width: 59.9375em) {
  .pagination__item {
    display: none;
  }
  .pagination__item--prev, .pagination__item--next, .pagination__item.is-current {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .pagination__item.is-current .pagination__link {
    pointer-events: none;
  }
  .pagination__item.is-current .pagination__link:before {
    content: 'Page ';
  }
  .pagination__link__text {
    display: none;
  }
  .no-flexbox .pagination__item--prev, .no-flexbox .pagination__item--next, .no-flexbox .pagination__item.is-current {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}
.pagination__link {
  margin: 0 1px;
}
.no-flexbox .pagination__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.industry-filter {
  padding: 20px;
  margin-bottom: 15px;
}
.industry-filter__text, .industry-filter__heading {
  text-transform: uppercase;
}
.industry-filter__text, .industry-filter__heading, .industry-filter__label {
  font-family: "Open Sans", sans-serif;
}
.industry-filter__text, .industry-filter__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.industry-filter__text {
  margin-top: 20px;
}
.industry-filter__submit {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.home-variant .industry-filter {
  margin: 0;
  padding: 20px 0;
}
.home-variant .industry-filter__form {
  max-width: 1360px;
  padding: 0 10px;
}

.industry-filter__form {
  padding-right: 0;
}

.home-variant .industry-filter__form {
  margin: 0 auto;
  width: 95%;
}

@media (max-width: 49.9375em) {
  .industry-filter__label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.industry-filter__form {
  padding-right: 0;
  max-width: none;
}
.industry-filter__label {
  white-space: nowrap;
  margin-right: 15px;
}
.industry-filter__heading {
  width: 100%;
  margin-bottom: 20px;
}
.industry-filter__text {
  margin-top: 0;
}
.industry-filter .dd-chrome {
  margin-right: 15px;
}
.flexbox .industry-filter__form {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .industry-filter .dd-chrome {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexbox .industry-filter__text, .flexbox .industry-filter__heading, .flexbox .industry-filter__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox .industry-filter__text {
  margin-right: 20px;
}

.home-variant .industry-filter__form > :nth-last-child(-n+2) {
  margin-right: 0;
}

.industry-filter__text, .industry-filter__heading {
  font-size: 20px;
}
.no-flexbox .industry-filter:after {
  content: '';
  display: table;
  clear: both;
}
.no-flexbox .industry-filter__heading, .no-flexbox .industry-filter__label, .no-flexbox .industry-filter__text,
.no-flexbox .industry-filter .dd-chrome {
  float: left;
  margin: 0 20px;
}

@media (min-width: 67.5em) {
  .industry-filter .dd-chrome {
    margin-right: 30px;
  }
  .industry-filter__heading {
    margin-right: 30px;
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 75em) {
  .industry-filter__label {
    font-size: 20px;
  }
}
.acc__item {
  margin-bottom: 3px;
}
.acc__item.is-active .acc__heading:after, .acc__item[open] .acc__heading:after {
  -webkit-transform: scale(0.75) rotate(-90deg);
  -ms-transform: scale(0.75) rotate(-90deg);
  transform: scale(0.75) rotate(-90deg);
}
.acc__heading {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
}
.acc__heading::-webkit-details-marker {
  display: none;
}
.acc__heading:after {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 15px;
  -webkit-transform: scale(0.75) rotate(90deg);
  -ms-transform: scale(0.75) rotate(90deg);
  transform: scale(0.75) rotate(90deg);
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: 10px;
}
.acc__content {
  padding: 10px 20px;
}
.js.no-details .acc__content {
  display: none;
}
.js.no-details .acc__content.is-visible {
  display: block;
}

.request-quote {
  margin-bottom: 20px;
}
.request-quote textarea {
  resize: none;
}
.request-quote .dd-chrome:after,
.request-quote .btn {
  background-color: #da7800;
}
.request-quote .btn:hover,
.request-quote .btn:focus {
  background-color: #814d0d;
}

.request-quote__extended {
  padding: 20px;
}

.request-quote__btn.btn {
  font-weight: normal;
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 41px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

.request-quote__btn.btn,
.request-quote__extended .btn,
.request-quote__extended .dd-chrome:after {
  background-color: #da7800;
}

.request-quote__btn.btn:hover,
.request-quote__extended .btn:hover {
  background-color: #814d0d;
}

button.request-quote__btn:focus {
  outline: 3px solid #edbc80;
  background-color: #814d0d;
}

.request-quote__extended,
.request-quote__extended .message {
  background-color: #fdf7f0;
}

.steps__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.steps__item {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -0.25em;
  position: relative;
  padding: .25em .75em;
  overflow: hidden;
  white-space: nowrap;
  counter-increment: olnum;
}
.steps__item:before {
  content: counter(olnum);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  padding: .25em .75em;
  text-align: center;
}
.steps__item:after {
  content: "";
  display: block;
}

@media (max-width: 46.9375em) {
  .steps__item {
    width: 25%;
  }
  .steps__item:before {
    width: 100%;
    padding-left: 1.75em;
  }
  .steps__item:after {
    width: 30px;
    height: 30px;
    border: solid 3px;
    position: absolute;
    top: 0;
    left: -15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.steps__item {
  text-transform: uppercase;
  padding: 5px 40px;
  padding: .25em 2.5em;
}
.steps__item:last-child {
  padding-right: 0;
}
.steps__item:last-child:after {
  display: none;
}
.steps__item:after {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1em;
  background-position: center;
}

.steps__item {
  font-size: 18px;
  padding-left: 3.3em;
  padding-right: 4.3em;
}
.steps__item:after {
  right: 2em;
}

body.is-showing-lightbox {
  overflow: hidden;
}

.js .lightbox-content {
  display: none !important;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 104;
  outline: none;
  -webkit-backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: showLightboxOverlay 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  animation: showLightboxOverlay 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.lightbox.is-hiding {
  -webkit-animation: hideLightboxOverlay 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  animation: hideLightboxOverlay 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: -100;
}
.lightbox.is-hiding .lightbox__content {
  -webkit-animation: hideLightboxContent 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  animation: hideLightboxContent 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lightbox__content {
  max-width: 960px;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: showLightboxContent 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  animation: showLightboxContent 0.3s cubic-bezier(0.23, 1, 0.32, 1) 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lightbox .close {
  border: none;
  height: 40px;
  width: 40px;
}

.lightbox__content {
  margin: 20px auto;
}

.lightbox__header {
  margin-bottom: 15px;
}

@-webkit-keyframes showLightboxOverlay {
  from {
    background-color: rgba(255, 255, 255, 0);
  }
  to {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

@keyframes showLightboxOverlay {
  from {
    background-color: rgba(255, 255, 255, 0);
  }
  to {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@-webkit-keyframes hideLightboxOverlay {
  from {
    background-color: rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes hideLightboxOverlay {
  from {
    background-color: rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes showLightboxContent {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showLightboxContent {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideLightboxContent {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes hideLightboxContent {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
}
.hero-carousel {
  margin-bottom: 10px;
}
.hero-carousel .owl-stage {
  position: relative;
  background-color: #fff;
}
.hero-carousel .owl-stage:after {
  content: '';
  display: table;
  clear: both;
}
.hero-carousel .owl-item {
  float: left;
}
.hero-carousel .owl-dots {
  text-align: center;
}
.hero-carousel .owl-dot {
  cursor: pointer;
  display: inline-block;
  padding: 10px 7px;
}
.hero-carousel .owl-dot span {
  background: #ccc;
  display: block;
  height: 12px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  width: 12px;
}
.no-js .hero-carousel .hero-carousel__slide {
  display: none;
}
.no-js .hero-carousel .hero-carousel__slide:first-child {
  display: block;
}
.js .hero-carousel .hero-carousel__slide {
  visibility: hidden;
}
.js .hero-carousel.owl-loaded .hero-carousel__slide {
  visibility: visible;
}

.hero-carousel__content__inner {
  padding: 30px 20px;
}
.hero-carousel__content__inner > :first-child {
  margin-top: 0;
}
.hero-carousel__content__inner > :last-child {
  margin-bottom: 0;
}

.hero-carousel__heading {
  border-bottom: 3px solid transparent;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
}

.hero-carousel__description {
  line-height: 23px;
  margin-bottom: 30px;
}
.hero-carousel__description > :first-child {
  margin-top: 0;
}
.hero-carousel__description > :last-child {
  margin-bottom: 0;
}

.hero-carousel__cta {
  line-height: 1;
  padding: 15px 20px;
}
.hero-carousel__cta .icon {
  display: none;
}

.hero-carousel-ctas .gen {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.hero-carousel-ctas .gen a {
  display: block;
  width: 100%;
}
.hero-carousel-ctas .gen__heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hero-carousel-ctas .gen__heading:after {
  background-position: center;
  content: '';
  margin-left: 8px;
  padding-left: 8px;
}

@media (max-width: 39.9375em) {
  .hero-carousel-ctas .site-width {
    padding: 0;
  }
  .hero-carousel-ctas .gen a {
    border-top: dashed 1px;
  }
  .hero-carousel-ctas .gen:first-child a {
    border-top: none;
  }
  .hero-carousel-ctas .gen__details {
    padding: 20px 10px;
  }
}
.hero-carousel__heading {
  font-size: 30px;
}

.hero-carousel__description {
  line-height: 23px;
}

.hero-carousel__cta {
  padding: 15px 25px;
}

.flexbox .hero-carousel-ctas .site-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .hero-carousel-ctas .gen {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 0px;
  margin-right: -0.25em;
  width: 50%;
}
.no-flexbox .hero-carousel-ctas .gen a {
  display: block;
  min-height: 82px;
}
.flexbox .hero-carousel-ctas .gen {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.hero-carousel .owl-dots,
.hero-carousel__content__inner {
  margin: 0 auto;
}

.hero-carousel-ctas .gen:nth-last-child(-n+2) a {
  border-top: dashed 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.hero-carousel-ctas .gen:nth-child(odd) a {
  border-right: dashed 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.hero-carousel .owl-dots {
  padding: 10px 3px 0;
}

.hero-carousel__content {
  margin-top: -70px;
  position: relative;
}

.hero-carousel .owl-nav {
  display: none;
}

@media (min-width: 75em) {
  .hero-carousel {
    max-height: 420px;
    overflow: hidden;
    position: relative;
  }
  .hero-carousel .owl-prev, .hero-carousel .owl-next {
    cursor: pointer;
    padding-bottom: 21px;
    padding-top: 22px;
    position: absolute;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    top: 50%;
  }
  .csstransforms .hero-carousel .owl-prev,
  .csstransforms .hero-carousel .owl-next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-carousel .owl-prev {
    float: left;
    left: 20px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-carousel .owl-next {
    float: right;
    padding-left: 24px;
    padding-right: 20px;
    right: 20px;
  }
  .hero-carousel .owl-dots {
    bottom: 0;
    position: absolute;
    left: 50%;
  }
  .csstransforms .hero-carousel .owl-dots {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hero-carousel .owl-dot {
    padding: 20px 7px;
  }

  .hero-carousel__slide {
    max-height: 420px;
    position: relative;
  }

  .hero-carousel__content {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .csstransforms .hero-carousel__content {
    left: 50%;
    max-width: 1360px;
    padding: 0 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
  }

  .hero-carousel__content__inner {
    max-width: 550px;
    padding: 30px;
  }
  .csstransforms .hero-carousel__content__inner {
    margin-left: 70px;
  }

  .hero-carousel__description {
    margin-bottom: 40px;
  }

  .hero-carousel-ctas .gen a {
    border-right: dashed 1px;
  }
  .no-flexbox .hero-carousel-ctas .gen {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 0px;
    margin-right: -0.25em;
    width: 25%;
  }
  .flexbox .hero-carousel-ctas .gen {
    width: 25%;
  }
  .hero-carousel-ctas .gen:first-child a {
    border-left: dashed 1px;
  }
  .hero-carousel-ctas .gen__details {
    padding: 26px 30px;
  }
  .hero-carousel-ctas .gen__heading {
    font-size: 20px;
  }
}
@media (min-width: 85em) {
  .hero-carousel .owl-prev {
    left: 50%;
    margin-left: -680px;
  }
  .hero-carousel .owl-next {
    right: 50%;
    margin-right: -680px;
  }
}
.news-resources-listing {
  padding: 30px 0;
}

.news-resources-listing__header + .news-resources-listing__item,
.news-resources-listing__item:first-child {
  padding-top: 0;
}

.news-resources-listing__heading {
  font-size: 26px;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.news-resources-listing__content__meta {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}

.news-resources-listing__content__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-resources-listing__content__heading a:after {
  background-position: center;
  content: '';
  margin-left: 8px;
  padding-left: 8px;
  white-space: nowrap;
}

.news-resources-listing__content__description > :first-child {
  margin-top: 0;
}
.news-resources-listing__content__description > :last-child {
  margin-bottom: 0;
}

.news-resources-listing__ctas {
  margin-top: 30px;
}

@media (max-width: 39.9375em) {
  .news-resources-listing__content {
    margin: 20px 0;
  }
}
.news-resources-listing {
  padding: 60px 0;
}

.news-resources-listing__heading {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #979797;
}

.news-resources-listing__item {
  position: relative;
  margin-left: -20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.news-resources-listing__item + .news-resources-listing__item:before {
  display: block;
  content: "";
  border-top: 1px dashed #979797;
  position: absolute;
  top: 0;
  left: 20px;
  right: 0;
}

.news-resources-listing__img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 20px;
  margin-right: -0.25em;
  width: 35%;
}

.news-resources-listing__content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 20px;
  margin-right: -0.25em;
  width: 65%;
}

.news-resources-listing__ctas {
  text-align: right;
}

@media (max-width: 59.9375em) {
  .news-resources-wrap__inner > :last-child {
    margin-left: -2.5%;
    margin-right: -2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-left: calc(-2.5% - 10px);
    margin-right: calc(-2.5% - 10px);
    padding-left: calc(2.5% + 10px);
    padding-right: calc(2.5% + 10px);
  }
}
.news-resources-wrap {
  position: relative;
}
.news-resources-wrap:after {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}

.news-resources-wrap__inner {
  margin-left: -60px;
}

.news-resources-listing {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 60px;
  margin-right: -0.25em;
  width: 50%;
}

.news-resources-listing__content {
  height: 215px;
  overflow: hidden;
}

.rdo__pref {
  margin-right: 10px;
  margin-bottom: 10px;
}

.pnl_newsletter {
  margin: 20px 0;
}
.pnl_newsletter:last-of-type {
  margin-bottom: 60px;
}

h2 {
  margin-top: 0;
}

/**
 * Features common to multiple pages.
 */
.site-width,
.main {
  max-width: 1360px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.main-content {
  padding-bottom: 40px;
}

.page-content {
  padding-top: 30px;
}

.side-content__section {
  margin-bottom: 20px;
  margin-top: 20px;
}

.site-width,
.main {
  margin: 0 auto;
  width: 95%;
}

.page-content {
  padding-bottom: 60px;
}

.two-col .page-content {
  margin-left: -30px;
}
.two-col .main-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 69%;
}
.two-col .side-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 31%;
}

@media (min-width: 75em) {
  .page-content {
    padding-bottom: 100px;
  }

  .two-col .page-content {
    margin-left: -6.25em;
  }
  .two-col .main-content {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 6.25em;
    margin-right: -0.25em;
    width: 69%;
  }
  .two-col .side-content {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 6.25em;
    margin-right: -0.25em;
    width: 31%;
  }
}
.site-width {
  width: 1360px;
}

.expert-detail__figure {
  width: 28%;
  float: right;
  margin: 0 0 10px 10px;
}

.product .doc-heading, .product .doc-heading h1 {
  margin-bottom: 0;
}
.product__add {
  margin-bottom: 20px;
}
.product__add .icon--basket {
  background-position: 0 -16px;
  margin-left: 0;
  display: inline-block;
}
.product__enquire {
  margin-bottom: 20px;
}
.product__enquire .icon--mail {
  margin-left: 0;
}
.btn + .product__enquire {
  margin-left: 0;
}
.product__add, .product__enquire {
  float: left;
  clear: left;
}
.product__add .icon--mail,
.product__add .icon--basket,
.product__add .icon--pencil, .product__enquire .icon--mail,
.product__enquire .icon--basket,
.product__enquire .icon--pencil {
  margin-right: 8px;
}
.product__info {
  padding: 20px 0;
}
.product__info:after {
  content: '';
  display: table;
  clear: both;
}
.product__info .product__price {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 28px;
  font-weight: 700;
}
.product__info .product__price--normal {
  font-size: 16px;
}
.product__table {
  border: 0;
  width: 100%;
}
.product__table th, .product__table td {
  border: 0;
  font-weight: 400;
  text-align: left;
  width: 50%;
}
.product__table thead th, .product__table th, .product__table td {
  padding: 8px;
  font-size: 14px;
}
.product__table thead th {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.product--details .product__price {
  margin-bottom: 20px;
}
.product--details .product__price__is {
  display: block;
}
.product--details .product__price__was {
  font-size: 18px;
}
.product--details .product__offer {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  font-style: normal;
}
.product--details .product__figure {
  display: none;
}

.products .product__figure,
.product--details .product__figure {
  display: block;
}

.product--details .product__description .product__figure:first-child {
  display: block;
  width: 150px;
  float: left;
  margin-top: 30px;
}

.product__description > .free-content {
  padding-left: 180px;
}

.product--details__info .product__price--normal {
  margin-left: 10px;
}
.product--details__info .product__add {
  margin-right: 20px;
}
.product--details__info .product__price:before {
  content: "Price";
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.product:after {
  content: '';
  display: table;
  clear: both;
}
.product__cta {
  float: right;
  width: 35%;
}
.product__description {
  float: left;
  padding-right: 60px;
  width: 65%;
}

@media (min-width: 75em) {
  .product:after {
    content: '';
    display: table;
    clear: both;
  }
  .product__cta {
    float: right;
    width: 25%;
  }
  .product__description {
    float: left;
    padding-right: 60px;
    width: 75%;
  }
}
.address {
  margin-bottom: 20px;
  padding: 20px;
}
.address__heading {
  margin: 0;
}
.address__tag {
  font-style: italic;
  margin-top: 0;
}
.address__info dt, .address__info dd {
  display: inline;
  margin-left: 0;
}
.address__info dt:before {
  content: '';
  display: block;
}
.address__info dt:after {
  content: ':';
}
.address__info dd {
  font-weight: 700;
}
.address__add {
  margin-left: 10px;
  margin-bottom: 30px;
}

.order-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.order--brief {
  position: relative;
  border-top: dashed 1px;
  border-bottom: dashed 1px;
  margin-top: -1px;
}
.order--brief a {
  text-decoration: none;
}
.order--brief dd {
  margin-left: 0;
}
.order--brief .order__link {
  display: block;
  padding: 20px 0;
}
.order--brief .order__details {
  margin: 0;
}
.order--brief .order__id {
  font-weight: 700;
}
.order--brief .order__id, .order--brief .order__id--title {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.order--brief .order__id--title {
  margin-right: 5px;
}
.order--brief .order__id--title:after {
  content: ':';
}
.order--brief .order__date,
.order--brief .order__summary {
  display: block;
}
.order--brief .order__date--title,
.order--brief .order__summary--title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.order--brief a {
  margin-top: 0;
}
.order--brief .order__date {
  position: absolute;
  top: 20px;
  right: 0;
}

.table--download__dlink {
  text-align: center;
}
.table--download__dlink a {
  display: block;
}
.table--download th {
  vertical-align: middle;
  white-space: nowrap;
}
.table--download thead a {
  display: block;
}
.table--download thead a:after {
  content: " ";
  margin-left: 10px;
  padding-left: 8px;
  background-position: center;
}
.table--download ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.checkout__btns {
  clear: both;
  margin-bottom: 20px;
}

@media (max-width: 39.9375em) {
  .checkout__btns .btn + .btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 59.9375em) {
  .checkout__btns {
    margin-top: 20px;
  }
}
.checkout__btns {
  margin-top: 20px;
  text-align: right;
}
.checkout__btns--alt {
  text-align: left;
}

.checkout {
  margin-left: -1.875em;
}
.checkout__content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 1.875em;
  margin-right: -0.25em;
  width: 68%;
  max-width: none;
}
.checkout-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 1.875em;
  margin-right: -0.25em;
  width: 32%;
}

.order--details dt,
.order--details .dt {
  border-bottom: dashed 1px;
  padding-bottom: 5px;
}
.order--details dd,
.order--details .dd {
  display: block;
  margin-left: 0;
  padding-bottom: 20px;
}
.order--details dt + dd {
  padding-top: 20px;
}
.order__row:after {
  content: '';
  display: table;
  clear: both;
}

.order__col {
  float: left;
  width: 50%;
}

.order tfoot, .order__contents__divide, .order__product {
  border-top: dashed 1px;
}
.order__product {
  vertical-align: top;
}
.order__quantity-input {
  padding-left: 5px;
  padding-right: 5px;
}
.order__link {
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.order__contents .order__product__name {
  text-align: left;
}
.order__contents .order__product__name__link {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.order__contents abbr {
  border-bottom: 0;
}
.order__contents th {
  font-weight: 400;
}
.order__contents th[scope=col] {
  font-style: italic;
  font-weight: 400;
}
.order__contents th[scope=col]:first-child {
  text-align: left;
}
.order__contents td, .order__contents th {
  padding: 10px;
}
.order__contents td:last-child {
  font-weight: 600;
}
.order__contents del {
  font-size: 85%;
}
.order__contents__total {
  font-weight: 600;
  font-size: 20px;
}
.order .order__product__name__link {
  font-size: 18px;
}

@media (max-width: 59.9375em) {
  .order, .download {
    display: block;
  }
  .order__product:first-child, .download__product:first-child {
    border: none;
  }
  .order__product td:first-child, .download__product td:first-child {
    padding-top: 20px;
  }
  .order__product td:last-child, .download__product td:last-child {
    padding-bottom: 20px;
  }
  .order__link--remove, .download__link--remove {
    text-indent: 103%;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
  }
  .order__contents .order__product__name, .download__contents .order__product__name {
    padding-right: 50px;
    position: relative;
  }
  .order__contents th, .download__contents th {
    float: left;
    padding-right: 0;
    text-align: left;
    width: 50%;
  }
  .order__contents th + td, .download__contents th + td {
    padding-left: 0;
  }
  .order__contents tr:first-child, .order__contents tr.order__contents__divide
  .order__contents tr.download__contents__divide, .download__contents tr:first-child, .download__contents tr.order__contents__divide
  .order__contents tr.download__contents__divide, .order__contents tr.order__contents__divide
  .download__contents tr.download__contents__divide, .download__contents tr.order__contents__divide
  .download__contents tr.download__contents__divide {
    margin-top: 10px;
  }
  .order__contents tr.order__contents__divide, .order__contents tr.download__contents__divide, .download__contents tr.order__contents__divide, .download__contents tr.download__contents__divide {
    padding-top: 10px;
  }
  .order__contents td[data-label], .download__contents td[data-label] {
    font-weight: 600;
  }
  .order__contents td[data-label]:before, .download__contents td[data-label]:before {
    font-weight: 400;
    float: left;
    content: attr(data-label) ": ";
    width: 50%;
  }
  .order__contents td.pull[data-label]:before, .download__contents td.pull[data-label]:before {
    float: none;
  }
  .order__contents thead, .download__contents thead {
    display: none;
  }
  .order__contents tbody,
  .order__contents tbody td,
  .order__contents tbody tr, .download__contents tbody,
  .download__contents tbody td,
  .download__contents tbody tr {
    float: left;
    width: 100%;
  }
  .order__contents thead, .order__contents thead tr,
  .order__contents tfoot,
  .order__contents tfoot tr, .download__contents thead, .download__contents thead tr,
  .download__contents tfoot,
  .download__contents tfoot tr {
    float: left;
    width: 100%;
  }
}
.multi-currency {
  float: right;
  margin: 0;
}

.order:after {
  content: '';
  display: table;
  clear: both;
}
.order del {
  display: block;
}
.order__quantity-input {
  text-align: center;
}
.order__link {
  display: block;
  margin-top: 15px;
}
.order__contents {
  width: 100%;
}
.order__contents td, .order__contents th {
  text-align: right;
  padding: 20px;
}
.order__contents tr + tr td, .order__contents tr + tr th {
  padding-top: 0;
}
.order__contents tr + tr.order__contents__divide td, .order__contents tr + tr.order__contents__divide th, .order__contents tr + tr.download__contents__divide td, .order__contents tr + tr.download__contents__divide th, .order__contents tr + tr.order__product td, .order__contents tr + tr.order__product th {
  padding-top: 20px;
}
.order .order__product__name__link {
  display: block;
}

@media (min-width: 75em) {
  .order .multi-currency {
    margin-top: -110px;
  }
  .order__contents th[scope=col]:first-child {
    width: 51.791044776%;
  }
  .order__contents th[scope=col]:nth-child(2) {
    width: 16.641791044%;
  }
  .order__contents th[scope=col]:nth-child(3) {
    width: 12.089552238%;
  }
  .order__contents th[scope=col]:last-child {
    width: 19.47761194%;
  }
}
.form--basket {
  padding: 0;
}
.form--basket .coupon-code {
  margin-top: 20px;
}
.form--basket .coupon-code .input {
  padding-bottom: 5px;
  padding-top: 5px;
}

.no-flexbox .form--basket .input {
  width: calc(100% - 84px);
}

.form--basket .coupon-code {
  margin-top: 0;
  width: 45%;
}

.checkout__secure-message {
  margin-bottom: 20px;
}
.checkout__secure-message p {
  padding-bottom: 10px;
}
.checkout__payment-dates {
  margin-left: -20px;
}
.checkout__payment-dates .form__field {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 20px;
  margin-right: -0.25em;
  width: 50%;
}
.checkout__payment-dates .input {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.checkout__payment-dates .label__note {
  float: none;
}

.flexbox .form__field--cvv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .form__field--cvv .label {
  width: 100%;
}
.flexbox .form__field--cvv .input {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.no-flexbox .form__field--cvv .input {
  margin-bottom: 10px;
}
.form__field--issue-number .label__note {
  float: none;
}

.form__field--card-type, .form__field--issue-number {
  max-width: 12.5em;
}
.form__field--cvv {
  max-width: 25em;
}
.flexbox .form__field--cvv .input {
  margin-right: 30px;
}

.checkout-info {
  padding-top: 40px;
}
.checkout-info__ssl {
  text-indent: 103%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
}
.checkout-info__ssl {
  background-image: url("/static/build/img/ssl-cert.png");
  display: block;
  width: 151px;
  height: 64px;
}
.checkout-info__cards ul {
  list-style: none;
  padding-left: 0;
}
.checkout-info__cards ul li {
  display: inline-block;
  padding: 0 20px 20px 0;
}
.checkout-info__cards ul li:nth-child(4n) {
  padding-right: 0;
}
.checkout-info__cards ul li img {
  width: 64px;
}

@media (-o-min-device-pixel-ratio: 1.5 / 1), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .checkout-info__ssl {
    background-image: url("/static/build/img/ssl-cert@2x.png");
  }
}
.event-site .page-wrap {
  max-width: 1360px;
  margin: 0 auto;
}
.event-site .page-wrap__inner {
  overflow: hidden;
}
.event-site .main {
  margin-top: -470px;
  padding: 0;
  position: relative;
  width: 100%;
}
.event-site.home .main {
  margin-top: 0;
}
.event-site.index .main {
  margin-top: -550px;
}
.event-site .two-col .main-content,
.event-site .two-col .side-content {
  padding-left: 0;
}
.event-site .two-col .side-content__section {
  margin-bottom: 10px;
}
.event-site .page-content {
  padding: 0;
}
.event-site .main-content__inner {
  padding: 20px 20px;
}
.event-site .main-content__inner:after {
  content: '';
  display: table;
  clear: both;
}

.event-site .two-col .page-content {
  margin-left: 0;
}
.event-site .two-col .main-content,
.event-site .two-col .side-content {
  padding-left: 0;
  width: 100%;
}

.event-site .two-col {
  padding: 0 0 10px;
}
.event-site .two-col .page-content {
  margin-left: -30px;
}
.event-site .two-col .main-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 69%;
  padding-left: 0;
}
.event-site .two-col .side-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 31%;
  padding-left: 10px;
}
.event-site .two-col .side-content__section:last-child {
  margin-bottom: 20px;
}
.event-site .two-col .main-content {
  padding-bottom: 0;
}
.event-site .two-col .main-content__inner {
  padding: 20px 20px;
}
.event-site .main--index .main-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 66.6666666667%;
  padding-left: 0;
}
.event-site .main--index .side-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 33.3333333333%;
  padding-left: 10px;
}
.event-site .main--index .side-content .home__panel {
  padding-left: 0;
  width: 100%;
}
.event-site .main--index .home__panel {
  width: 50%;
}
.event-site .main--index .home__panel--featured {
  width: 100%;
}

@media (min-width: 75em) {
  .event-site .main {
    padding: 0 50px 10px;
  }
  .event-site.home .main {
    padding: 0 10px 10px;
  }
  .event-site.index .main {
    padding: 0 10px 10px;
  }
  .event-site .main--index .main-content {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 30px;
    margin-right: -0.25em;
    width: 75%;
    padding-left: 0;
  }
  .event-site .main--index .side-content {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 30px;
    margin-right: -0.25em;
    width: 25%;
    padding-left: 10px;
  }
  .event-site .main--index .side-content .home__panel {
    padding-left: 0;
    width: 100%;
  }
  .event-site .main--index .home__panel {
    width: 33.3333333333%;
  }
  .event-site .main--index .home__panel--featured {
    width: 100%;
  }

  .page-wrap__inner {
    margin: 0 10px 10px;
  }
}
.event-site .doc-heading {
  margin-bottom: 10px;
}
.event-site .doc-heading__h1 {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.event-site .heading {
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.event-site .heading--underline {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.event-site h1,
.event-site .h1 {
  font-size: 30px;
}
.event-site h2,
.event-site .h2 {
  font-size: 26px;
}
.event-site h3,
.event-site .h3,
.event-site .section-nav__heading {
  font-size: 22px;
}
.event-site h4,
.event-site .h4 {
  font-size: 18px;
}
.event-site h5,
.event-site .h5,
.event-site h6,
.event-site .h6 {
  font-size: 16px;
}
.event-site h1,
.event-site h2,
.event-site h3,
.event-site h4,
.event-site h5,
.event-site h6,
.event-site .h1,
.event-site .h2,
.event-site .h3,
.event-site .h4,
.event-site .h5,
.event-site .h6 {
  font-family: 'roboto', 'Open Sans', sans-serif;
  font-weight: bold;
}
.event-site .side-content h1,
.event-site .side-content .h1 {
  font-size: 20px;
}
.event-site .u-reset-text-transform {
  text-transform: initial !important;
}

.event-site h1,
.event-site .h1 {
  font-size: 37px;
}
.event-site h2,
.event-site .h2 {
  font-size: 30px;
}
.event-site h3,
.event-site .h3,
.event-site .section-nav__heading {
  font-size: 24px;
}
.event-site h4,
.event-site .h4 {
  font-size: 20px;
}
.event-site h5,
.event-site .h5,
.event-site h6,
.event-site .h6 {
  font-size: 18px;
}

.event-site .intro {
  font-size: 19px;
}
.event-site hr {
  border: none;
  height: 8px;
  margin: 0 0 20px;
}

.event-site a {
  text-decoration: none;
}
.event-site a:hover, .event-site a:focus {
  text-decoration: underline;
}
.event-site .free-content a {
  text-decoration: underline;
}
.event-site .free-content a:hover, .event-site .free-content a:focus {
  text-decoration: none;
}
.event-site .btn,
.event-site .free-content .btn {
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
}
.event-site .btn:focus,
.event-site .free-content .btn:focus {
  outline: none;
}
.event-site .btn:hover,
.event-site .free-content .btn:hover {
  text-decoration: none;
}
.event-site .btn--primary {
  text-transform: none;
}
.event-site .btn--back-top {
  margin-top: 20px;
}

.event-site .input-appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__bar:after {
  content: '';
  display: table;
  clear: both;
}

.event-site .header:after {
  content: '';
  display: table;
  clear: both;
}
.event-site .header .account__link {
  text-decoration: none;
}
.event-site .signoutLink:hover {
  text-decoration: none;
}

.page-header-wrapper {
  margin: 0 auto;
  max-width: 1360px;
}

.page-header {
  padding: 0;
  text-align: center;
  width: 100%;
}

.page-header__logo {
  display: inline-block;
  width: 100%;
}
.page-header__logo a {
  display: block;
  width: 100%;
}

.page-header__event-details__location {
  display: block;
  font-size: 14px;
}

.page-header__social .social__list {
  padding-left: 0;
}

.page-header__cta {
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px;
}

.page-header__btn {
  display: block;
  margin-top: 10px;
  padding: 6px 8px;
  text-align: center;
}

.toggle--nav {
  text-transform: uppercase !important;
}
.toggle--nav:focus {
  outline: none;
}
.toggle--nav.is-active .icon {
  background-image: url("/static/build/img/icons/cross.png");
  margin-top: -2px;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
.no-js .toggle--nav.is-active .icon, .no-svg .toggle--nav.is-active .icon, .no-backgroundsize .toggle--nav.is-active .icon {
  background-image: url("/static/build/img/icons/cross.png");
}
.toggle--nav.is-active .icon.icon-inline {
  padding-right: 19px;
}

.nav--drawer {
  text-align: left;
}

.nav--main {
  margin: 0;
  -webkit-transition: height .3s;
  transition: height .3s;
}
.nav--main:focus {
  outline: none;
}

.nav--main .nav__list:before {
  content: '';
  display: block;
  height: 8px;
}

.nav--main .nav__link {
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}
.nav--main .nav__link:hover {
  text-decoration: none;
}
.nav--main .nav__link .icon {
  margin-left: 4px;
}

.nav--main .nav__list--sub {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 59.9375em) {
  .page-header {
    overflow: hidden;
    text-align: left;
  }

  .page-header__inner {
    padding: 15px 10px;
    position: relative;
  }

  .page-header__logo {
    margin-bottom: 10px;
    max-width: none;
    text-align: center;
    width: 100%;
  }
  .page-header__logo a {
    display: inline-block;
    max-width: 215px;
  }

  .page-header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-header__details {
    margin-bottom: 10px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-header__cta {
    margin-bottom: 10px;
    margin-top: 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .nav--main {
    height: 0;
    overflow: hidden;
  }

  .nav--drawer__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav--main .nav__item:after {
    content: '';
    display: block;
    height: 2px;
  }
  .nav--main .nav__item:last-child:after {
    display: none;
  }

  .nav--main .nav__item--sub:before {
    content: '';
    display: block;
    height: 2px;
  }

  .nav--main .nav__link--sub {
    padding-left: 30px;
  }
}
@media (min-width: 40em) and (max-width: 59.9375em) {
  .page-header__details:after {
    content: '';
    display: table;
    clear: both;
  }

  .page-header__event-details {
    float: left;
    width: 76.721311476%;
  }

  .page-header__social {
    float: right;
  }

  .nav--drawer__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.toggle--nav {
  left: 20px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
}

.page-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: left;
}
.page-header:after {
  content: '';
  display: table;
  clear: both;
}

.page-header__inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: dashed;
  border-right-width: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 20%;
}

.page-header__logo {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 96px;
}

.page-header__details {
  padding-bottom: 10px;
}
.page-header__details:after {
  content: '';
  display: table;
  clear: both;
}

.page-header__event-details {
  float: left;
}

.page-header__social {
  float: right;
}

.page-header__cta {
  float: left;
  font-size: 14px;
  margin-top: 0;
  width: 25%;
}

.toggle--nav {
  display: none;
}

.nav--drawer {
  background: none;
  float: left;
  padding: 0;
  width: 80%;
}
.nav--drawer:after {
  content: '';
  display: table;
  clear: both;
}

.nav--drawer__wrap {
  display: block !important;
}
.nav--drawer__wrap:after {
  content: '';
  display: table;
  clear: both;
}

.page-header__nav {
  padding-left: 20px;
}
.page-header__nav:after {
  content: '';
  display: table;
  clear: both;
}

.page-header__details {
  float: left;
  padding: 5px 20px 10px 0;
  width: 75%;
}

.page-header__cta {
  float: right;
}

.nav--main {
  float: left;
  padding-right: 20px;
  width: 75%;
}

.nav--main .nav__list {
  margin-top: 0;
}
.nav--main .nav__list:after {
  content: '';
  display: table;
  clear: both;
}

.nav--main .nav__item {
  float: left;
  position: relative;
}
.nav--main .nav__item:first-child > .nav__link {
  padding-left: 0;
}
.nav--main .nav__item:last-child > .nav__link {
  padding-right: 0;
}
.no-touch .nav--main .nav__item:hover .nav__list--sub {
  display: block;
}

.nav--main .nav__link {
  border-top: 8px solid transparent;
  font-size: 14px;
  margin: -8px 0 0;
  padding: 10px 8px;
}
.nav--main .nav__link:hover {
  background: none;
}

.nav--main .nav__list--sub {
  display: none;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 44px;
  z-index: 10;
}

.nav--main .nav__link--sub {
  border-top: none;
  padding: 10px 8px;
}

@media (min-width: 75em) {
  .page-header__logo {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 96px;
  }

  .page-header__nav {
    padding-left: 30px;
  }

  .page-header__details {
    padding-right: 30px;
  }

  .page-header-wrapper {
    padding: 10px;
  }

  .page-header__cta {
    padding: 10px 15px;
  }

  .page-header__cta,
  .nav--main .nav__link {
    font-size: 16px;
  }

  .nav--main {
    padding-right: 30px;
  }
}
.page-header-wrapper {
  padding: 10px 0;
}

.page-header__logo {
  width: 260px;
}

.footer--event:after {
  content: '';
  display: table;
  clear: both;
}
.footer--event .footer__contact {
  padding-top: 30px;
}
.footer--event .footer__contact__heading {
  font-weight: bold;
  margin: 0 0 5px;
}
.footer--event .footer__contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--event .footer__logo {
  padding: 30px 0;
}
.footer--event .footer__logo img {
  width: 100%;
}
.footer--event .footer__info {
  border-top-style: dashed;
  border-top-width: 1px;
  margin: 0;
  padding: 20px 0;
}
.footer--event .footer__info__link {
  text-decoration: none;
}

@media (max-width: 39.9375em) {
  .footer--event .footer__logo {
    margin: 0 auto;
    max-width: 215px;
  }
}
.footer--event .site-width:after {
  content: '';
  display: table;
  clear: both;
}
.footer--event .footer__contact {
  float: left;
  padding-bottom: 30px;
}
.footer--event .footer__logo {
  float: right;
  padding: 35px 0;
  width: 238px;
}
.footer--event .footer__info {
  margin-top: 0;
}

.footer--event .footer__contact__item {
  display: inline-block;
}
.footer--event .footer__contact__item + .footer__contact__item:before {
  content: '|';
  padding: 0 15px;
}

.hero--event .gen--main.gen--has-image {
  margin-bottom: 10px;
  margin-top: 0;
}
.hero--event .gen__heading {
  font-weight: bold;
}
.hero--event .gen__link,
.hero--event .gen__link:hover {
  text-decoration: none;
}
.hero--event .gen__cta {
  cursor: pointer;
  margin: 0;
  text-transform: capitalize;
}
.hero--event .gen__cta .icon {
  display: none;
}

.hero--feature {
  height: 600px;
}

@media (max-width: 59.9375em) {
  .hero--event .gen--main.gen--has-image .gen__figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 40%;
  }
  .hero--event .gen--main.gen--has-image .gen__figure .ri {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero--event .gen--main.gen--has-image .gen__details {
    margin-left: 0;
  }
}
.hero--event .gen__heading {
  font-size: 36px;
}
.hero--event .gen__description {
  margin-top: 20px;
}
.hero--event .gen__cta {
  margin-top: 20px;
  padding: 15px 30px;
}

.hero--event .gen--main.gen--has-image {
  margin-bottom: 10px;
}
.hero--event .gen--main.gen--has-image:after {
  content: '';
  position: absolute;
  left: 34%;
  width: 0;
  height: 0;
  border: solid 33px transparent;
  top: 50%;
  margin-top: -33px;
}
.hero--event .gen--main.gen--has-image .gen__figure {
  height: 100%;
  left: 34.1%;
  overflow: hidden;
  position: absolute;
  width: 66%;
}
.hero--event .gen--main.gen--has-image .gen__figure .ri {
  height: 100%;
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.hero--event .gen--main.gen--has-image .gen__figure .ri img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.hero--event .gen--main.gen--has-image .gen__details {
  margin-right: 66%;
  margin-left: 0;
}

.hero--feature {
  height: 550px;
}

@media (min-width: 75em) {
  .hero--event .gen--main.gen--has-image .gen__details {
    padding: 30px;
  }
}
.event-site .breadcrumb {
  padding: 0 10px;
}
.event-site .breadcrumb .site-width {
  background: none;
  padding: 0 !important;
  width: 100% !important;
}

.event-site .breadcrumb {
  padding: 0 20px;
}

.event-site .free-content img {
  margin: 10px 15px;
}

.event-site .gen__link:hover {
  text-decoration: none;
}
.event-site .gen__details .gen__heading {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.event-site .gen__description {
  padding: 20px 0;
}

.event-site .gen__details .gen__heading {
  font-size: 36px;
}

.home__panels--event > :first-child {
  padding: 0 !important;
}
.home__panels--event .gen h2 {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.home__panels--event .gen .btn {
  text-transform: capitalize;
}
.home__panels--event .gen .btn .icon {
  display: none;
}
.home__panels--event .news-list--panel {
  padding: 20px;
}
.home__panels--event .news-list--panel .news--listing {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 20px 0;
}
.home__panels--event .news-list--panel .news--listing:after {
  content: '';
  display: table;
  clear: both;
}
.home__panels--event .news-list--panel .news--listing__link {
  font-size: 18px;
}
.home__panels--event .news-list--panel .news--listing__meta {
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
}
.home__panels--event .news-list--panel .news--listing__figure {
  float: left;
  width: 100px;
}
.home__panels--event .news-list--panel .news--listing__details {
  padding-left: 120px;
}
.home__panels--event .news-list--panel__btn {
  margin-top: 20px;
}
.home__panels--event .latest-tweets--panel {
  margin: 0;
  padding: 20px;
}
.home__panels--event .latest-tweets--panel .tweet {
  margin-top: 20px;
}
.home__panels--event .latest-tweets--panel .tweet h4 {
  font-weight: normal;
}
.home__panels--event .info-panel {
  padding: 20px;
}
.home__panels--event .venue--panel__details {
  padding: 20px;
}
.home__panels--event .event--panel__details {
  padding: 20px;
}
.home__panels--event .event--panel__link {
  font-size: 18px;
  padding-top: 20px;
}
.home__panels--event .event--panel__meta {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.home__panels--event .video--panel .free-content h1 {
  font-size: 36px;
}

.home__panels--event .home__panel {
  padding-bottom: 10px;
}

.home__panels--event .home__panel--featured .info-panel {
  padding: 30px;
}
.home__panels--event-aside {
  margin-left: 0px;
}

.agenda-listing__header {
  padding: 20px;
  position: relative;
  text-align: center;
}
.agenda-listing__header:after {
  border-style: solid;
  border-width: 10px 13px 0 13px;
  bottom: -10px;
  content: '';
  height: 0px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0px;
  z-index: 1;
}
.agenda-listing__header h1 {
  margin: 0;
}

.agenda-listing__summary {
  padding: 20px;
}
.agenda-listing__summary p {
  margin: 0;
}

.agenda-listing__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agenda-listing__item .agenda-listing__details-wrap {
  padding: 20px 70px 20px 20px;
}

.agenda-listing__item--break {
  background-size: 8px 8px;
}
.agenda-listing__item--break .agenda-listing__heading {
  margin-bottom: 0;
}
.agenda-listing__item--break .agenda-listing__details {
  margin-right: 0;
}
.agenda-listing__item--break .agenda-listing__details-wrap {
  padding: 20px;
}

.agenda-listing__toggle-btn.btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.agenda-listing__details-wrap {
  border-top-style: dashed;
  border-top-width: 1px;
  position: relative;
}

.agenda-listing__details .agenda-listing__heading {
  margin-top: 0;
}
.agenda-listing__details .agenda-listing__description {
  margin-bottom: 0;
}

.agenda-listing__time {
  display: block;
  padding-bottom: 10px;
}

.agenda-listing__extended {
  height: 0;
  overflow: hidden;
  position: relative;
}
.agenda-listing__extended.init-hidden {
  display: block;
}
.agenda-listing__extended.is-visible {
  height: auto;
}
.agenda-listing__extended:before {
  border-style: solid;
  border-width: 10px 13px 0 13px;
  content: '';
  height: 0px;
  left: 50%;
  margin-left: -13px;
  margin-top: -1px;
  position: absolute;
  top: 0;
  width: 0px;
  z-index: 1;
}
.agenda-listing__extended .gen__figure {
  float: left;
  margin: 0 25px 20px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 130px;
}
.agenda-listing__extended p {
  padding-left: 155px;
}
.agenda-listing__extended ul {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}
.agenda-listing__extended ul li + li {
  padding-top: 20px;
}

.agenda-listing__item:last-child .agenda-listing__time,
.agenda-listing__item:last-child .agenda-listing__details,
.agenda-listing__item:last-child .agenda-listing__toggle-btn {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.agenda-listing__item .agenda-listing__details-wrap {
  border: none;
  padding: 0;
}

.agenda-listing__time,
.agenda-listing__details,
.agenda-listing__toggle-btn {
  border-top-style: dashed;
  border-top-width: 1px;
}

.agenda-listing__time {
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 130px;
}

.agenda-listing__details {
  margin: 0 50px 0 130px;
  padding: 20px;
}

.agenda-listing__extended .gen__figure {
  margin-bottom: 0;
}
.agenda-listing__extended ul {
  padding-left: 170px;
}

.sponsors__list {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
}

.sponsors__item {
  padding-bottom: 20px;
}
.sponsors__item a:hover {
  text-decoration: none;
}

.sponsors__link--figure {
  line-height: 0;
}

.sponsors__details {
  padding: 20px;
}
.sponsors__details em {
  display: block;
  margin-top: 5px;
}

.sponsors--featured {
  margin-bottom: 10px;
  padding: 20px;
}
.sponsors--featured .sponsors--featured__link {
  display: block;
  text-align: right;
}
.sponsors--featured .sponsors--featured__description {
  font-size: 14px;
  margin-bottom: 0;
}

.sponsors--featured__list {
  margin-left: -30px;
  margin-left: -20px;
}

.sponsors--featured__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 50%;
  padding-bottom: 5px;
  padding-left: 20px;
}

.sponsors--listing .sponsors--listing__list {
  margin-top: 20px;
}
.sponsors--listing .sponsors--listing__item figure {
  border-style: dashed;
  border-width: 1px;
}
.sponsors--listing .sponsors--listing__figure img {
  width: 100%;
}
.sponsors--listing .sponsors--listing__link {
  display: inline-block;
  margin-top: 0;
}
.sponsors--listing .sponsors__link--listing__link--figure {
  line-height: 1.5;
}

.sponsors--side-bar {
  border-top-style: solid;
  border-top-width: 36px;
  padding: 20px;
}
.sponsors--side-bar .sponsors--side-bar__list {
  margin-left: -30px;
  margin-top: 20px;
}
.sponsors--side-bar .sponsors--side-bar__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 50%;
}
.sponsors--side-bar .sponsors--side-bar__figure {
  border-style: solid;
  border-width: 1px;
}

.sponsors--featured__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 33.3333333333%;
  padding-bottom: 5px;
  padding-left: 20px;
}

.sponsors--listing__list {
  margin-left: -30px;
  margin-left: -20px;
}

.sponsors--listing__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 50%;
  padding-left: 20px;
}

.sponsors--featured__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 30px;
  margin-right: -0.25em;
  width: 16.6666666667%;
  padding-bottom: 5px;
  padding-left: 30px;
}

.sponsors--listing__list {
  margin-left: -90px;
}

.sponsors--listing__item {
  padding-bottom: 50px;
  padding-left: 90px;
}

.profile__sponsor .profile__contact__item {
  margin-bottom: 20px;
  vertical-align: top;
  width: 33%;
}

.profile__header__figure {
  float: right;
  height: 55px;
  margin-left: 20px;
  width: 200px;
}
.profile__header__figure .ri.is-loaded {
  height: 100%;
  padding-top: 0 !important;
}
.profile__header__figure .ri.is-loaded img {
  float: right;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
}

.profile__header__heading.heading {
  padding-bottom: 0;
}

.profile__header__title,
.profile__header__company {
  display: block;
  margin: 0;
}

.profile__details p {
  margin: 0;
}
.profile__details p + p {
  margin-top: 16px;
}

.profile__details__inner {
  overflow: hidden;
  padding-right: 60px;
  height: 0;
  min-height: 42px;
}
.profile__details__inner.is-visible {
  height: auto;
}

.profile__details__figure {
  float: left;
  margin: 0 20px 10px 0;
  width: 130px;
}

.profile__details__btn.btn {
  display: none;
  float: right;
  margin: 0 -60px 0 0;
  padding: 9px 11px;
}
.profile__details__btn.btn.is-visible {
  display: block !important;
}

.profile__contact.heading {
  margin-top: 20px;
  padding-bottom: 10px;
}
.profile__contact.heading:after {
  content: ':';
}

.profile__contact__list {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
}

.profile__contact__item {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 40px;
  vertical-align: top;
  width: 42%;
}
.profile__contact__item .icon {
  margin-right: 10px;
  padding: 20px;
  float: left;
}

.profile__contact__extended {
  border-top-style: dashed;
  border-top-width: 1px;
  margin-top: 30px;
  padding-top: 12px;
}
.profile__contact__extended .label__note {
  margin-left: 0;
}

.profile__contact__extended__btn {
  float: right;
}

.profile--sponsor {
  margin-top: -20px;
}
.profile--sponsor .doc-heading {
  border-bottom-style: solid;
  border-bottom-width: 8px;
  margin-bottom: 40px;
  padding-bottom: 8px;
}
.profile--sponsor .doc-heading__h1 {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 20px;
}

.speaker--listing .profile__list {
  list-style: none;
  padding: 0;
}
.speaker--listing .profile__item {
  border-top-style: dashed;
  border-top-width: 1px;
  padding: 0 20px;
}
.speaker--listing .profile__header {
  padding-bottom: 10px;
}
.speaker--listing .profile__details {
  padding: 30px 0;
}

.speaker-list--featured {
  padding: 20px;
}
.speaker-list--featured .speaker--featured {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 20px 0;
}
.speaker-list--featured .speaker--featured:after {
  content: '';
  display: table;
  clear: both;
}
.speaker-list--featured .speaker--featured__link {
  font-size: 18px;
}
.speaker-list--featured .speaker--featured__meta {
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
}
.speaker-list--featured .speaker--featured__figure {
  float: left;
  width: 100px;
}
.speaker-list--featured .speaker--featured__details {
  padding-left: 120px;
}

.speaker-list--featured__btn {
  margin-top: 20px;
}

@media (max-width: 59.9375em) {
  .profile__header {
    min-height: 90px;
    padding-left: 95px;
  }
  .profile__header__figure {
    display: none;
  }
  .profile__details__inner {
    padding-right: 0;
    width: 100%;
  }
  .profile__details__btn.btn {
    margin-right: 0;
  }

  .profile__contact__item {
    display: block;
  }
  .profile__contact__item:last-child {
    margin-bottom: 0;
  }

  .profile__details__figure {
    width: 75px;
  }

  .speaker-list--featured .speaker--featured__details {
    padding-left: 95px;
  }
  .speaker-list--featured .speaker--featured__figure {
    width: 75px;
  }
}
.event-price__contents {
  margin-top: 30px;
}
.event-price__contents th, .event-price__contents td {
  padding: 10px;
}
.event-price__contents em {
  font-weight: normal;
}

.event-price__header__cell {
  position: relative;
}
.event-price__header__cell:after {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: '';
  height: 0px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0px;
}

.event-price__head__cell--large {
  background-size: 8px 8px;
}

@media (max-width: 59.9375em) {
  .event-price__head {
    display: none;
  }

  .event-price__event__name,
  .event-price__event__price {
    float: left;
    width: 100%;
  }

  .event-price__event__price {
    text-align: right;
  }
  .event-price__event__price:before {
    content: attr(data-label) ": ";
    float: left;
  }
}
.event-price__contents td {
  padding: 28px 16px;
}

.event-price__head__cell {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
  width: 200px;
}
.event-price__head__cell strong,
.event-price__head__cell em {
  display: block;
}

.event-price__head__cell--large {
  width: 30%;
}

.event-price__event {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.event-price__event:last-child {
  border-bottom: none;
}

.event-price__event__name strong,
.event-price__event__name em {
  display: block;
}
.event-price__event__name strong {
  font-size: 19px;
}

.event-price__event__price {
  border-right-style: solid;
  border-right-width: 1px;
}
.event-price__event__price:last-child {
  border-right: none;
}
.event-price__event__price strong {
  font-size: 20px;
  min-width: 97px;
  display: inline-block;
}

.newsletter-signup textarea {
  resize: none;
}
.newsletter-signup .heading {
  margin: 0;
}

.newsletter-signup__details,
.newsletter-signup__extended {
  padding: 20px;
}

.newsletter-singup__btn,
.newsletter-signup__extended > .form__field {
  margin-bottom: 0;
}

.event-site .side-content .newsletter-signup .heading {
  font-size: 37px;
}

.event-site .request-quote .dd-chrome:after,
.event-site .request-quote .btn,
.event-site .request-quote .btn:focus {
  background-color: #da7800;
}
.event-site .request-quote .btn:hover {
  background-color: #814d0d;
}

.event-site .expert a:hover {
  text-decoration: none;
}

.event-site .article-list .article-list__heading, .event-site .article-list .article--featured__heading, .event-site .article__details .article-list__heading, .event-site .article__details .article--featured__heading {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.event-site .article-list .article, .event-site .article__details .article {
  padding: 0;
}
.event-site .article-list .article-latest__item, .event-site .article__details .article-latest__item {
  border-top: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.event-site .article-list .article__heading, .event-site .article__details .article__heading {
  font-size: 18px;
  text-transform: capitalize;
}
.event-site .article-list .article__meta, .event-site .article__details .article__meta {
  color: #fff;
  font-size: 14px;
}
.event-site .article-list .article__link, .event-site .article__details .article__link {
  padding: 20px 0;
}
.event-site .article-list .article__link:hover, .event-site .article__details .article__link:hover {
  text-decoration: none;
}
.event-site .article-list .article__link:hover .article__heading, .event-site .article__details .article__link:hover .article__heading {
  text-decoration: underline;
}
.event-site .article-list .article-list__btn, .event-site .article__details .article-list__btn {
  margin-top: 20px;
}
.event-site .article-list .article-list__btn .icon, .event-site .article__details .article-list__btn .icon {
  display: none;
}
.event-site .side-content .article--highlight {
  padding: 20px;
}
.event-site .side-content .article__link:hover {
  text-decoration: none;
}

.event-site .article-list .article-list__heading, .event-site .article__details .article-list__heading {
  font-size: 36px;
}

.event-site .sub-nav {
  margin-bottom: 0;
}
.event-site .sub-nav__heading {
  font-size: 20px;
}
.event-site .sub-nav__link {
  border: none;
}
.event-site .sub-nav__link:hover, .event-site .sub-nav__link:focus {
  text-decoration: none;
}
.event-site .side-content > :first-child {
  margin-top: 0;
}

.event-site .sub-nav__link {
  font-size: 18px;
  padding: 15px 20px;
}
.event-site .sub-nav__item > .sub-nav__link {
  padding-right: 40px;
}
.event-site .sub-nav__expand-btn {
  margin: 12px 15px;
  padding: 6px 10px;
}
.event-site .sub-nav__list--sub .sub-nav__link {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 10px;
}

.event-site .side-content .sub-nav {
  margin-bottom: 10px;
}

.related-agenda {
  border-top-style: solid;
  border-top-width: 35px;
  padding: 20px;
}

.related-agenda__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-agenda__item {
  padding: 20px 0;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.related-agenda__heading {
  margin-top: 10px;
  margin-bottom: 0;
}

.related-agenda__description {
  margin-bottom: 0;
}

.related-agenda__btn {
  margin-top: 20px;
}

.event-site .section-nav__link:before {
  border-top-style: dashed;
  border-top-width: 1px;
}
.event-site .section-nav__item:nth-child(-n+3) .section-nav__link:before {
  border-top: none;
}

.event-site .tabordion__title {
  font-size: 18px;
}
.event-site .tabordion__title:hover, .event-site .tabordion__title:focus {
  text-decoration: none;
}

.event-site .product__link:focus, .event-site .product__link:hover {
  text-decoration: none;
}

.event-site .side-content > .form__field {
  background-color: #fff;
  margin-top: 0;
  padding: 20px;
}

@media (min-width: 85em) {
  .event-site .hero-carousel .owl-prev {
    left: 50%;
    margin-left: -650px;
  }
  .event-site .hero-carousel .owl-next {
    right: 50%;
    margin-right: -650px;
  }
}

.smitherssubscription .doc-heading__h1,
.lightbox .doc-heading__h1 {
  border-bottom-width: 6px;
  font-size: 36px;
}
.smitherssubscription h1,
.smitherssubscription h2,
.smitherssubscription h3,
.smitherssubscription h4,
.smitherssubscription h5,
.smitherssubscription h6,
.smitherssubscription .h1,
.smitherssubscription .h2,
.smitherssubscription .h3,
.smitherssubscription .h4,
.smitherssubscription .h5,
.smitherssubscription .h6,
.lightbox h1,
.lightbox h2,
.lightbox h3,
.lightbox h4,
.lightbox h5,
.lightbox h6,
.lightbox .h1,
.lightbox .h2,
.lightbox .h3,
.lightbox .h4,
.lightbox .h5,
.lightbox .h6 {
  font-family: 'Noto Serif';
}

.smitherssubscription .page-content {
  padding-top: 0;
}
.smitherssubscription .side-content .home__panel {
  padding-left: 0;
  width: 100%;
}
.smitherssubscription .side-content > * {
  margin-bottom: 20px !important;
}

.smitherssubscription .two-col .main-content {
  width: 100%;
}
.smitherssubscription .two-col .side-content {
  padding-left: 30px;
  width: 100%;
}
.smitherssubscription .free-content .figure {
  margin-bottom: 10px;
  width: 50%;
}

.smitherssubscription .two-col .main-content {
  width: 66.6666666667%;
}
.smitherssubscription .two-col .side-content {
  padding-left: 20px;
  width: 33.3333333333%;
}
.smitherssubscription .free-content .figure {
  width: 40%;
}

@media (min-width: 75em) {
  .smitherssubscription .two-col .main-content {
    width: 75%;
  }
  .smitherssubscription .two-col .side-content {
    padding-left: 40px;
    width: 25%;
  }
  .smitherssubscription .free-content .figure {
    width: 30%;
  }
}
.smitherssubscription .btn,
.lightbox .btn {
  cursor: pointer;
  font-family: 'Noto Serif';
  font-style: italic;
  text-transform: none;
}
.smitherssubscription .input-appearance-none,
.lightbox .input-appearance-none {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.smitherssubscription .icon--external,
.smitherssubscription .icon--download-small {
  width: 16px;
  height: 16px;
}
.smitherssubscription .icon--cross-small,
.smitherssubscription .icon--plus-small {
  width: 12px;
  height: 12px;
}

else .smitherssubscription .is-invalid-month .input.input-month,
else .smitherssubscription .is-invalid-year .input.input-year {
  border-color: #fc8b78;
}

.smitherssubscription .gen--cta-alt .gen-list__link {
  padding: 0;
}
.smitherssubscription .gen--cta-alt .gen-list__heading {
  padding: 15px;
}
.smitherssubscription .gen--cta-alt .gen-list__meta__item {
  padding: 15px 15px 0;
}
.smitherssubscription .gen--cta-alt .gen-list__heading + .gen-list__meta .gen-list__meta__item {
  padding-top: 0;
}
.smitherssubscription .gen--cta-alt .gen-list__description {
  padding: 0 15px 15px;
}
.smitherssubscription .gen--cta-alt .gen-list__description > :last-child {
  margin-bottom: 0;
}
.smitherssubscription .gen--cta-alt .gen-list__link > :first-child {
  margin-bottom: 0;
}
.smitherssubscription .gen-list .heading--cta {
  margin-top: 0;
}
.smitherssubscription .gen-list__list {
  list-style: none;
  margin: 0;
  padding: 15px;
}
.smitherssubscription .gen-list__item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.smitherssubscription .gen-list__item:first-child {
  border-top-style: dashed;
  border-top-width: 1px;
}
.smitherssubscription .gen-list__link {
  display: block;
  padding: 20px 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.smitherssubscription .gen-list__link > :first-child {
  margin-bottom: 10px;
}
.smitherssubscription .gen-list__heading {
  font-weight: normal;
  margin: 0;
}
.smitherssubscription .gen-list__figure {
  display: block;
}
.smitherssubscription .gen-list__meta {
  font-weight: normal;
}
.smitherssubscription .gen-list__meta:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .gen-list__meta--footer .gen-list__meta__item {
  display: block;
  padding: 5px 0 0;
  width: 100%;
}
.smitherssubscription .gen-list__meta__item {
  float: left;
  font-style: normal;
  padding: 5px 10px;
}
.smitherssubscription .gen-list__footer {
  border: none;
  font-family: 'Noto Serif';
  font-style: italic;
  padding-top: 15px;
  text-align: right;
}
.smitherssubscription .heading--cta {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 25px;
  padding: 10px;
}
.smitherssubscription .heading--cta .icon {
  float: right;
}
.smitherssubscription .gen-list__list {
  padding: 15px 0;
}
.smitherssubscription .gen-list__item {
  border: none;
  position: relative;
}
.smitherssubscription .gen-list__item:first-child {
  border: none;
}
.smitherssubscription .gen-list__item:first-child:before {
  width: calc(100% - 30px);
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  content: '';
  left: 15px;
  position: absolute;
  top: 0;
}
.smitherssubscription .gen-list__item:after {
  width: calc(100% - 30px);
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  bottom: 0;
  content: '';
  left: 15px;
  position: absolute;
}
.smitherssubscription .gen-list__link {
  padding: 20px 15px;
}
.smitherssubscription .gen-list__footer {
  padding: 15px 15px 0;
}
.smitherssubscription .gen-list__footer:after {
  display: none;
}

@media (max-width: 39.9375em) {
  .smitherssubscription .gen-list__meta__item {
    width: 100%;
  }
  .flexbox .smitherssubscription .gen-list__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox .smitherssubscription .gen-list__meta__item {
    width: auto;
  }
  .flexbox .smitherssubscription .gen-list__meta__item--author {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .flexbox .smitherssubscription .article__category {
    margin-left: 5px;
  }
}
.smitherssubscription .header {
  margin-bottom: 5px;
}
.smitherssubscription .header__logo img {
  max-width: 245px;
}
.smitherssubscription .page-header__social {
  float: right;
}
.smitherssubscription .page-header__social .social__link .icon {
  height: 38px;
  width: 38px;
}
.smitherssubscription .main-nav .secondary-nav__link {
  font-family: 'Noto Serif';
  font-weight: normal;
  text-transform: capitalize;
}
.smitherssubscription .header__search__field {
  font-family: 'Noto Serif';
}
.smitherssubscription .header__search__link {
  margin-right: 0;
}

@media (max-width: 51.1875em) {
  .smitherssubscription .page-header__social {
    margin-left: 5px;
  }
  .smitherssubscription .secondary-nav {
    margin: 0;
    padding: 0;
  }
}
.smitherssubscription .header {
  margin-bottom: 20px;
}
.smitherssubscription .header__main .site-width:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .header__main .site-width:before {
  width: calc(100% - 20px);
  bottom: 0;
  content: '';
  height: 12px;
  left: 10px;
  position: absolute;
}
.smitherssubscription .header__logo {
  margin: 0;
  padding: 14px 0;
  width: 200px;
}
.smitherssubscription .header__logo .img {
  max-width: 200px;
}
.smitherssubscription .header__search {
  margin-right: 0;
  margin-top: 15px;
}
.smitherssubscription .header__search__field {
  width: 139px;
}
.smitherssubscription .form__field {
  margin-bottom: 0;
}
.smitherssubscription .main-nav {
  border-top: none;
  clear: none;
  float: right;
  height: auto !important;
  min-width: 840px;
  text-align: right;
  width: 80%;
  width: calc(100% - 245px);
}
.smitherssubscription .main-nav .secondary-nav {
  display: none;
  padding: 22px 0;
  right: 205px;
  top: 0;
}
.smitherssubscription .main-nav__list .main-nav__item:first-child .main-nav__link {
  padding-left: 6px;
}
.smitherssubscription .main-nav__list .main-nav__item:last-child .main-nav__link {
  padding-right: 0;
}
.smitherssubscription .main-nav__link {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 12px;
  padding: 12px 6px;
  position: relative;
  text-transform: capitalize;
}
.smitherssubscription .page-header__social {
  margin-top: 15px;
  margin-left: 10px;
}
.smitherssubscription .page-header__social .social__link .icon {
  height: 36px;
  width: 36px;
}

.smitherssubscription .main-nav__list .main-nav__item:last-child .main-nav__link {
  margin-right: 0;
}
.smitherssubscription .page-header__social {
  margin-left: 15px;
}

@media (min-width: 75em) {
  .smitherssubscription .header__logo {
    width: 245px;
  }
  .smitherssubscription .header__logo .img {
    max-width: 245px;
  }
  .smitherssubscription .form__field {
    margin-bottom: 12px;
  }
}
.smitherssubscription .footer__logo {
  display: inline-block;
}
.smitherssubscription .footer__logo--small {
  margin-bottom: 20px;
}
.smitherssubscription .footer__heading {
  text-transform: capitalize;
}

@media (max-width: 51.1875em) {
  .smitherssubscription .footer__social {
    margin-top: 20px;
  }
  .smitherssubscription .footer__info__list {
    margin-top: 20px;
  }
}
@media (min-width: 40em) and (max-width: 51.1875em) {
  .smitherssubscription .footer__logo {
    width: 49%;
  }
  .smitherssubscription .footer__logo img {
    padding: 20px;
  }
}
.smitherssubscription .footer {
  padding: 40px 0 0;
}
.smitherssubscription .footer__sections:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .footer__section {
  float: left;
  width: 25%;
}
.smitherssubscription .footer__section--right {
  float: right;
}
.smitherssubscription .footer__heading {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}
.smitherssubscription .footer__info {
  margin-top: 40px;
}
.smitherssubscription .footer__logo {
  float: right;
}
.smitherssubscription .footer__logo--small {
  margin-bottom: 30px;
  max-width: 165px;
}
.smitherssubscription .footer__logo--large {
  max-width: 210px;
}

.smitherssubscription .breadcrumb .site-width {
  background: none;
  padding: 0;
  width: 100%;
}
.smitherssubscription .breadcrumb + .article__section .heading--cta {
  margin-top: 10px;
}
.smitherssubscription .breadcrumb__item {
  font-style: italic;
}

.smitherssubscription .sub-nav__heading {
  font-size: 18px;
  padding: 12px 20px;
}
.smitherssubscription .sub-nav__link {
  border-bottom: none;
  font-size: 18px;
  padding: 12px 20px;
}
.smitherssubscription .sub-nav__link .icon {
  display: none;
}
.smitherssubscription .sub-nav__expand-btn {
  margin: 8px 15px;
  padding: 6px 10px;
}
.smitherssubscription .sub-nav__list--sub .sub-nav__link {
  padding-left: 40px;
}

.smitherssubscription.home {
  background-color: transparent;
}
.smitherssubscription .home__panels--subscription > :first-child {
  padding: 0;
}
.smitherssubscription .home__panel {
  padding-bottom: 20px;
  padding-left: 20px;
}
.smitherssubscription .home__panel h1, .smitherssubscription .home__panel h2, .smitherssubscription .home__panel h3 {
  text-transform: none;
}
.smitherssubscription .home__panel > :first-child .heading--cta {
  margin-top: 0;
}

@media (max-width: 39.9375em) {
  .smitherssubscription .home__panel {
    padding-right: 10px;
  }
}
.smitherssubscription.home .main-content {
  padding-left: 10px;
  padding-right: 10px;
}
.smitherssubscription .home__panels {
  margin-left: -20px;
}
.smitherssubscription .home__panel--three {
  width: 100%;
}

.smitherssubscription .home__panel--two {
  width: 66.6666666667%;
}

@media (min-width: 75em) {
  .smitherssubscription .home__panel--two {
    width: 50%;
  }
  .smitherssubscription .home__panel--three {
    width: 75%;
  }
}
.smitherssubscription .article-list .article__meta {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.smitherssubscription .article--featured .article__figure {
  display: block;
}
.smitherssubscription .article--featured .article__meta {
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.smitherssubscription .article--featured .article__link {
  background-color: transparent;
}
.smitherssubscription .article--featured .article__heading {
  font-size: 36px;
}
.smitherssubscription .article--listing .article__heading,
.smitherssubscription .article--two .article__heading {
  margin-top: 0;
}
.smitherssubscription .article--highlight .article__details {
  padding: 15px 0;
}
.smitherssubscription .article--highlight .article__meta,
.smitherssubscription .article--highlight .article__heading,
.smitherssubscription .article--highlight .article__description {
  margin-left: 15px;
  margin-right: 15px;
}
.smitherssubscription .article--highlight .article__meta {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.smitherssubscription .article--highlight .article__heading {
  margin-bottom: 15px;
  margin-top: 20px;
}
.smitherssubscription .article--highlight .article__figure {
  display: block;
}
.smitherssubscription .article--highlight .article__meta--footer {
  border-bottom: none;
  border-top-style: dashed;
  border-top-width: 1px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 0;
  padding-top: 10px;
}
.smitherssubscription .article--highlight .article__meta--footer .gen-list__meta__item {
  padding-left: 0;
}
.smitherssubscription .article--highlight.article--listing .article__figure, .smitherssubscription .article--highlight.article--two .article__figure {
  margin-left: 15px;
  margin-right: 15px;
}
.smitherssubscription .related-content .heading--cta {
  margin-bottom: 20px;
}
.smitherssubscription .related-content .article {
  background-color: transparent;
  margin-bottom: 20px;
}
.smitherssubscription .related-content .article .heading--cta,
.smitherssubscription .related-content .article .article__meta,
.smitherssubscription .related-content .article .article__description {
  display: none;
}
.smitherssubscription .related-content .article__details {
  padding: 0;
}
.smitherssubscription .related-content .article__heading {
  margin: 20px;
}
.smitherssubscription .related-content--side .heading--cta {
  margin-top: 0;
}
.smitherssubscription .article--details .doc-heading__h1 {
  font-size: 36px;
  margin-top: 30px;
}
.smitherssubscription .article__link {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.smitherssubscription .article__details {
  padding: 25px 0;
}
.smitherssubscription .article__meta {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.smitherssubscription .article__category {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: normal;
  float: right;
}
.smitherssubscription .article__heading {
  margin-bottom: 20px;
}
.smitherssubscription .article__description {
  word-break: break-word;
  overflow: hidden;
}
.smitherssubscription .article__description > :last-child {
  margin-bottom: 0;
}
.smitherssubscription .article__content .gen {
  background: none;
  padding: 0;
  margin: 0;
}

.smitherssubscription .article--featured .article__details {
  margin: -70px auto 0;
  padding: 20px 20px;
  position: relative;
  width: 94%;
}
.smitherssubscription .article--listing .article__figure,
.smitherssubscription .article--two .article__figure {
  display: block;
  float: left;
  width: 200px;
}
.smitherssubscription .article--listing .article__details--inner,
.smitherssubscription .article--two .article__details--inner {
  padding-left: 220px;
}

.smitherssubscription .related-content--main .article__figure {
  float: left;
  width: 30%;
}
.smitherssubscription .related-content--main .article__details {
  margin-left: 30%;
  width: 70%;
}
.smitherssubscription .related-content--main .article__heading {
  display: inline-block;
}

@media (min-width: 75em) {
  .smitherssubscription .article--featured {
    padding-bottom: 20px;
    padding-top: 60px;
    position: relative;
  }
  .smitherssubscription .article--featured .article__figure {
    left: 0;
    position: absolute;
    top: 0;
  }
  .smitherssubscription .article--featured .article__details {
    margin: 0 auto;
    padding: 20px 30px;
    width: 80%;
  }
  .smitherssubscription .related-content--main {
    margin-left: -30px;
  }
  .smitherssubscription .related-content--main .heading--cta {
    margin-left: 30px;
  }
  .smitherssubscription .related-content--main .article {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-left: 30px;
    margin-right: -0.25em;
    width: 33.3333333333%;
  }
  .smitherssubscription .side-content .related-content {
    margin-left: 0;
  }
}
.smitherssubscription .account-list__list {
  list-style: none;
  padding: 0;
}
.smitherssubscription .account-list__item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 10px 0;
}
.smitherssubscription .account-list__item:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .account-list__item.is-hidden {
  display: none;
}
.smitherssubscription .account-list__item.is-visible {
  display: block;
}
.smitherssubscription .account-list__col {
  padding: 10px;
}
.smitherssubscription .account-list__field {
  position: relative;
}
.smitherssubscription .account-list__field .input {
  padding-right: 70px;
}
.smitherssubscription .account-list__field .btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.smitherssubscription .account-subscription-renewal .account-list__item:first-child {
  border-top-style: dashed;
  border-top-width: 1px;
}
.smitherssubscription .account-subscription-renewal .account-list__col--small {
  min-width: 220px;
}

@media (min-width: 40em) and (max-width: 51.1875em) {
  .smitherssubscription .account-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .smitherssubscription .account-list__col {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    float: left;
    width: 100%;
  }
  .smitherssubscription .account-list__col--small {
    text-align: right;
    width: 31%;
  }
  .smitherssubscription .account-list__col--medium {
    width: 30%;
  }
  .smitherssubscription .account-list__col--large {
    width: 45%;
  }
  .smitherssubscription .account-list__col--x-large {
    width: 69%;
  }
  .smitherssubscription .account-subscription-renewal .account-list__col--small {
    min-width: 0;
    text-align: left;
    width: 20%;
  }
  .smitherssubscription .account-subscription-renewal .account-list__col--medium {
    text-align: right;
    width: 25%;
  }
  .smitherssubscription .account-subscription-renewal .account-list__col--large {
    width: 35%;
  }
}
.smitherssubscription .account-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.smitherssubscription .account-list__col {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  float: left;
  width: 100%;
}
.smitherssubscription .account-list__col--small {
  text-align: right;
  width: 30%;
}
.smitherssubscription .account-list__col--medium {
  width: 30%;
}
.smitherssubscription .account-list__col--large {
  width: 40%;
}
.smitherssubscription .account-list__col--x-large {
  width: 70%;
}
.smitherssubscription .account-subscription-renewal .account-list__col--small {
  min-width: 0;
  text-align: left;
  width: 20%;
}
.smitherssubscription .account-subscription-renewal .account-list__col--medium {
  text-align: right;
  width: 25%;
}
.smitherssubscription .account-subscription-renewal .account-list__col--large {
  width: 35%;
}

@media (min-width: 75em) {
  .smitherssubscription .account-list__col--small {
    width: 23%;
  }
  .smitherssubscription .account-list__col--medium {
    width: 28%;
  }
  .smitherssubscription .account-list__col--large {
    width: 49%;
  }
  .smitherssubscription .account-list__col--x-large {
    width: 79%;
  }
}
html {
  overflow-x: hidden;
}

.lightbox--ecom .lightbox__content {
  border-style: solid;
  border-width: 1px;
  height: 100%;
  padding: 40px 0;
  position: relative;
}
.lightbox--ecom .lightbox__header {
  background: #fff;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.lightbox--ecom .lightbox__body {
  height: 100%;
}
.lightbox--ecom.is-successful-payment .lightbox__content {
  height: 300px;
}

.ecom-iframe {
  height: 100%;
  width: 100%;
}

.ecom-form {
  padding: 0 20px;
}
.ecom-form .ecom-form__heading {
  margin-top: 0;
}
.ecom-form .modal__intro {
  margin-top: 5px;
  max-width: 700px;
}
.ecom-form .modal__section {
  margin-top: 40px;
}
.ecom-form .modal__section:after {
  content: '';
  display: table;
  clear: both;
}
.ecom-form .doc-heading {
  margin-bottom: 30px;
}
.ecom-form .doc-heading__h1 {
  border-bottom-width: 6px;
  font-size: 30px;
}
.ecom-form .is-invalid .validation {
  display: block !important;
}
.ecom-form .label {
  margin-bottom: 5px;
}
.ecom-form .form__field--card-type,
.ecom-form .form__field--issue-number,
.ecom-form .form__field--cvv {
  max-width: none;
}
.ecom-form .multi-currency,
.ecom-form .form__field--price {
  float: left;
  width: 50%;
}
.ecom-form .form__field--price {
  display: block !important;
  text-align: right;
}
.ecom-form .form__price {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
  display: inline-block;
  padding: 5px;
}
.ecom-form .checkout-info,
.ecom-form .checkout__content {
  padding: 0;
  width: 100%;
}
.ecom-form .checkout-info .form,
.ecom-form .checkout__content .form {
  max-width: none;
  padding: 0;
}
.ecom-form .checkout-info:after {
  content: '';
  display: table;
  clear: both;
}
.ecom-form .checkout__secure-message p {
  margin-top: 0;
}
.ecom-form .checkout-info__cards ul {
  margin-top: 0;
}
.ecom-form .checkout-info__cards li {
  padding: 0 5px 5px 0;
}
.ecom-form .checkout-info__cards img {
  width: 40px;
}
.ecom-form .checkout-info__ssl {
  margin-bottom: 0;
  width: 100px;
}
.ecom-form .checkout__payment-dates:after {
  content: '';
  display: table;
  clear: both;
}
.ecom-form .checkout__payment-dates .form__field {
  float: left;
}
.ecom-form .checkout__btns {
  margin-bottom: 0;
  margin-top: 50px;
}
.ecom-form .checkout__btns .btn {
  padding: 15px 20px;
}
.ecom-form .summary__value .form__price {
  margin-bottom: 15px;
  margin-top: 5px;
}

.lightbox--ecom .lightbox__content {
  height: 95%;
}

.ecom-form {
  padding: 0 40px;
}
.ecom-form .form__field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ecom-form .label {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  float: left;
  margin-bottom: 0;
  line-height: 1.1;
  padding-right: 10px;
  text-align: right;
  width: 20%;
}
.ecom-form .input,
.ecom-form .dd-chrome {
  float: left;
  width: 80%;
}
.ecom-form .input--checkbox {
  float: none;
  width: auto;
}
.flexbox .ecom-form .form__field--cvv .label {
  width: 20%;
}
.ecom-form .checkout__payment-dates .label {
  width: 40%;
}
.ecom-form .checkout__payment-dates .input {
  float: none;
  margin-right: 5px;
  padding: 7px 15px;
  width: auto;
}
.ecom-form .checkout__payment-dates .input__sep {
  display: none;
}
.ecom-form .checkout__btns {
  padding-left: 20%;
}
.ecom-form .modal__section .multi-currency .label {
  width: 40%;
}
.ecom-form .modal__section .multi-currency .dd-chrome {
  width: 60%;
}
.ecom-form .checkout__secure-message {
  float: left;
  width: 75%;
}
.ecom-form .checkout-info__cards {
  float: right;
  text-align: right;
  width: 25%;
}
.ecom-form .checkout-info__ssl {
  float: right;
}
.ecom-form .form__field--price,
.ecom-form .form__price {
  margin-top: 0;
}
.ecom-form .form__field--tcs .validation {
  margin-left: 20%;
}
.ecom-form .form__field--tcs .label {
  padding-left: 20%;
  text-align: left;
  width: 100%;
}
.ecom-form .summary__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 33.3333333333%;
}
.ecom-form .summary__label {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 60%;
}
.ecom-form .summary__value {
  float: left;
}

.ecom-form .form__field--subscription {
  margin-bottom: 13px;
}
.ecom-form .summary__row {
  width: 30%;
}
.ecom-form .summary__row .summary__label {
  width: 40%;
}
.ecom-form .summary__row--first {
  width: 40%;
}
.ecom-form .summary__row--first .summary__label {
  width: 52%;
}

.ecom-form .form__field--subscription,
.ecom-form .form__field.multi-currency {
  float: left;
  width: 70%;
}
.ecom-form .form__field--subscription .label,
.ecom-form .form__field.multi-currency .label {
  width: 29%;
}
.ecom-form .form__field--subscription .dd-chrome,
.ecom-form .form__field.multi-currency .dd-chrome {
  width: 71%;
}
.ecom-form .form__field--price {
  float: right;
  margin-top: -46px;
  padding-left: 20px;
  text-align: center;
  width: 30%;
}
.ecom-form .form__field--price .form__price {
  padding: 22px 5px;
  width: 100%;
}
.ecom-form .checkout__secure-message {
  float: left;
  width: 70%;
}
.ecom-form .checkout-info__cards {
  float: right;
  width: 30%;
}
.ecom-form .modal__section {
  margin-top: 50px;
}
.ecom-form .form__field--issue-number .input,
.ecom-form .form__field--cvv .input {
  max-width: 170px;
}
.ecom-form .form__field--tcs .validation {
  margin-left: 20%;
}

.ecom-form .form__field--subscription,
.ecom-form .form__field.multi-currency {
  width: 80%;
}
.ecom-form .form__field--subscription .label,
.ecom-form .form__field.multi-currency .label {
  width: 25%;
}
.ecom-form .form__field--subscription .dd-chrome,
.ecom-form .form__field.multi-currency .dd-chrome {
  width: 75%;
}
.ecom-form .form__field--price {
  width: 20%;
}
.ecom-form .form__field--price .form__price {
  font-size: 27px;
  padding: 22px 5px;
}

.smitherssubscription .hero {
  display: block;
  padding-bottom: 0;
}
.smitherssubscription .hero--search {
  position: relative;
}
.smitherssubscription .hero__search {
  left: 50%;
  margin-left: -40%;
  margin-top: -31px;
  position: absolute;
  top: 50%;
  width: 80%;
  z-index: 10;
}
.smitherssubscription .hero__search__form {
  position: relative;
}
.smitherssubscription .hero__search__field {
  font-family: 'Noto Serif';
  padding-right: 50px;
  width: 100%;
}
.smitherssubscription .hero__search__button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.smitherssubscription .blockquote,
.smitherssubscription .free-content blockquote {
  padding: 64px 15px 15px;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.smitherssubscription .blockquote:before,
.smitherssubscription .free-content blockquote:before {
  width: 45px;
  height: 38px;
  background-size: 100%;
  content: '';
  left: 15px;
  opacity: 1;
  position: absolute;
  top: 15px;
}
.smitherssubscription .blockquote:before.icon-inline,
.smitherssubscription .free-content blockquote:before.icon-inline {
  padding-right: 45px;
}
.smitherssubscription .free-content blockquote.quote-left {
  margin-left: 0;
}
.smitherssubscription .free-content blockquote.quote-right {
  margin-right: 0;
}
.smitherssubscription .blockquote__description,
.smitherssubscription .free-content blockquote p {
  font-family: 'Noto Serif';
  font-size: 25px;
  margin-top: 0;
}
.smitherssubscription .blockquote__footer,
.smitherssubscription .free-content blockquote footer {
  border-top-style: solid;
  border-top-width: 3px;
  padding-top: 15px;
}
.smitherssubscription .blockquote__cite,
.smitherssubscription .free-content blockquote cite {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}
.smitherssubscription .blockquote__em,
.smitherssubscription .free-content blockquote em {
  display: block;
  font-style: normal;
}

.smitherssubscription .download__item {
  display: block;
  margin-top: 10px;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.smitherssubscription .download__item:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .download__figure {
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}
.smitherssubscription .download__figure .ri {
  height: 100%;
  padding-top: 0 !important;
}
.smitherssubscription .download__figure .ri img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
}
.smitherssubscription .download__details {
  padding: 15px 15px 15px 135px;
}
.smitherssubscription .download__heading {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
}

.smitherssubscription .subscribe-message {
  border-style: solid;
  border-width: 4px;
  margin: 0 auto 80px;
  max-width: 650px;
  padding: 0;
}
.smitherssubscription .subscribe-message:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .subscribe-message a {
  text-decoration: none;
}
.smitherssubscription .subscribe-message__header {
  padding: 20px;
}
.smitherssubscription .subscribe-message__header:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .subscribe-message__header img {
  float: right;
  padding-left: 10px;
}
.smitherssubscription .subscribe-message__heading {
  font-weight: bold;
  margin-top: 0;
}
.smitherssubscription .subscribe-message__details .subscribe-message__cta {
  padding: 20px 20px 0;
}
.smitherssubscription .subscribe-message__details .subscribe-message__description {
  padding: 0 20px;
}
.smitherssubscription .subscribe-message__price {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
  display: inline-block;
  font-size: 28px;
  margin: 10px 0;
  padding: 15px 5px;
  min-width: 143px;
  text-align: center;
}
.smitherssubscription .subscribe-message__price .price {
  font-family: 'Noto Serif';
}
.smitherssubscription .subscribe-message__price .note {
  font-size: 14px;
}
.smitherssubscription .subscribe-message__footer:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 29.9375em) {
  .smitherssubscription .subscribe-message__footer .subscribe-message__description {
    margin-left: 20px;
  }
  .smitherssubscription .subscribe-message__login {
    display: none;
  }
}
@media (max-width: 39.9375em) {
  .smitherssubscription .subscribe-message__heading {
    font-size: 28px;
  }
  .smitherssubscription .subscribe-message__details .subscribe-message__cta {
    margin-top: 20px;
  }
  .smitherssubscription .subscribe-message__footer {
    padding: 20px;
  }
  .smitherssubscription .subscribe-message__footer .subscribe-message__cta,
  .smitherssubscription .subscribe-message__footer .subscribe-message__description {
    float: left;
  }
  .smitherssubscription .subscribe-message__login {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.smitherssubscription .subscribe-message__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smitherssubscription .subscribe-message__details:after {
  content: '';
  display: table;
  clear: both;
}
.smitherssubscription .subscribe-message__details .subscribe-message__description {
  float: right;
}
.smitherssubscription .subscribe-message__details .subscribe-message__description > :first-child {
  margin-top: 0;
}
.smitherssubscription .subscribe-message__header {
  padding: 35px 35px 0;
}
.smitherssubscription .subscribe-message__heading {
  margin-bottom: 40px;
}
.smitherssubscription .subscribe-message__cta {
  float: left;
  width: 35%;
}
.smitherssubscription .subscribe-message__description {
  float: left;
  width: 65%;
}
.smitherssubscription .subscribe-message__details .subscribe-message__cta {
  padding: 35px 35px 20px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.smitherssubscription .subscribe-message__details .subscribe-message__description {
  padding: 0 35px 20px 10px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.smitherssubscription .subscribe-message__footer .subscribe-message__cta {
  padding: 0 0 35px 35px;
}
.smitherssubscription .subscribe-message__footer .subscribe-message__description {
  padding: 0 35px 20px 10px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.smitherssubscription .subscribe-message__login {
  padding-left: 40px;
  padding-right: 10px;
}

@media (min-width: 51.25em) and (max-width: 59.9375em) {
  .smitherssubscription .subscribe-message__cta {
    width: 40%;
  }
  .smitherssubscription .subscribe-message__description {
    width: 60%;
  }
}
.smitherssubscription .newsletter-signup__details .heading {
  font-size: 24px;
  margin-top: 0;
}

.smitherssubscription .request-quote__details .heading {
  font-size: 24px;
  margin-top: 0;
}
.smitherssubscription .request-quote__extended,
.smitherssubscription .request-quote__extended .message {
  background-color: #fdf7f0;
}

.smitherssubscription .expert__name {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.smitherssubscription .expert__name .icon {
  display: inline;
  padding-left: 7px;
  background-size: 7px 10px;
  background-position: center;
  margin-left: 5px;
}
.smitherssubscription .expert__name .icon:before {
  display: none;
}

.smitherscom .product {
  margin-bottom: 20px;
}

.smitherscom.home {
  background-color: transparent;
}
.smitherscom .page-content {
  padding-bottom: 40px;
}
.smitherscom .two-col .main-content {
  padding-bottom: 0;
  padding-left: 0;
}
.smitherscom .free-content > :last-child {
  margin-bottom: 0;
}
.smitherscom .side-content > * {
  background-color: transparent;
  padding: 0;
}
.smitherscom .side-content > * > h1 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 20px;
}

.smitherscom .two-col .main-content {
  width: 100%;
}
.smitherscom .two-col .side-content {
  padding-left: 0;
  width: 100%;
}

.smitherscom .two-col .main-content {
  width: 69%;
}
.smitherscom .two-col .side-content {
  padding-left: 30px;
  width: 31%;
}

@media (min-width: 75em) {
  .smitherscom .page-content {
    padding-bottom: 60px;
  }
}
.smitherscom .doc-heading {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -22px;
  padding-top: 0;
}
.smitherscom .doc-heading__h1 {
  border-bottom: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
}
.smitherscom .doc-heading__summary {
  font-size: 20px;
}
.smitherscom .doc-heading + .free-content {
  margin-top: 0;
}
.smitherscom .page-content .doc-heading {
  margin-top: -52px;
}

.smitherscom .doc-heading {
  margin-top: -29px;
}
.smitherscom .doc-heading__h1 {
  font-size: 24px;
  padding: 15px 25px;
}
.smitherscom .doc-heading__summary {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.smitherscom .page-content .doc-heading {
  margin-top: -29px;
}

.smitherscom a {
  text-decoration: none;
}
.smitherscom a:not([class]) {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.smitherscom a:not([class]):hover {
  border-bottom: none;
}
.smitherscom .btn {
  border-bottom: none;
}

.smitherscom .header__search__link {
  margin-right: 0;
}
.smitherscom .main-nav__link {
  border-color: #fff;
}
.smitherscom .secondary-nav {
  display: none;
}

@media (max-width: 39.9375em) {
  .smitherscom .header__logo {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .smitherscom .header__logo img {
    width: 73.75%;
  }
}
.smitherscom .header__main > .site-width {
  padding-bottom: 5px;
}

@media (min-width: 40em) and (max-width: 51.1875em) {
  .smitherscom .header__main .site-width:after {
    content: '';
    display: table;
    clear: both;
  }
  .smitherscom .header__logo {
    margin-bottom: 0;
  }
  .smitherscom .header__nav-toggle {
    float: right;
    margin: 20px 0;
  }
  .smitherscom .header__nav-toggle.is-active {
    padding: 8px 10px;
  }
  .smitherscom .header__search {
    margin: 20px 5px;
  }
  .smitherscom .main-nav {
    margin-left: -27px;
    margin-right: -27px;
    padding-top: 0;
  }
  .smitherscom .main-nav__list:before {
    left: 40px;
  }
  .smitherscom .main-nav__link {
    padding: 8px 37px;
  }
}
.smitherscom .header__logo {
  float: left;
  width: 256px;
}
.smitherscom .header__logo img {
  max-width: 256px;
  width: 100%;
}
.smitherscom .main-nav__list--sub {
  z-index: 100;
}

@media (min-width: 90em) {
  .smitherscom .header__main > .site-width {
    padding-bottom: 0;
    padding-top: 0;
  }
  .smitherscom .header__main > .site-width:after {
    content: '';
    display: table;
    clear: both;
  }
  .smitherscom .header__logo {
    margin: 0;
    padding: 10px 0;
  }
  .smitherscom .header__nav {
    float: right;
  }
  .smitherscom .header__nav > div {
    float: right;
  }
  .smitherscom .header__search {
    margin: 20px 0 20px 20px;
  }
  .smitherscom .header__search__form {
    margin-bottom: 0;
  }
  .smitherscom .main-nav {
    border: none;
    clear: none;
    float: left;
    width: auto;
  }
  .smitherscom .main-nav__item {
    float: left;
  }
  .smitherscom .main-nav__link {
    padding: 27px 15px;
  }
}
.smitherscom .footer__info__link {
  border-bottom: none;
}

@media (max-width: 51.1875em) {
  .smitherscom .footer {
    border-top-style: solid;
    border-top-width: 10px;
  }
  .smitherscom .footer__info {
    border-top: none;
    margin-top: 45px;
  }
  .smitherscom .footer__social {
    margin-bottom: 10px;
  }
}
.smitherscom .footer {
  padding-top: 0;
}
.smitherscom .footer__info {
  margin-top: 0;
}

.smitherscom .breadcrumb__link {
  border-bottom: none;
}

.smitherscom .pagination {
  font-weight: bold;
}
.smitherscom .pagination__link {
  border-bottom: none;
}

.smitherscom .nav__heading {
  font-weight: bold;
}
.smitherscom .nav__link {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.smitherscom .nav__link.is-active {
  border-bottom: none;
}
.smitherscom .archive-nav__month-link {
  border-bottom: none;
}
.smitherscom .sub-nav__item {
  background-color: transparent;
}
.smitherscom .main-nav__list--second-level {
  top: -1px;
}
.smitherscom .main-nav__item .icon--arrow-down-small {
  -webkit-transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
}
.csstransforms .smitherscom .main-nav__item .icon--arrow-down-small {
  height: 13px;
  width: 8px;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.csstransforms .smitherscom .main-nav__item:hover .icon--arrow-down-small {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.smitherscom .main-nav__list--sub > :first-child {
  border-top-style: dashed;
  border-top-width: 1px;
}
.smitherscom .main-nav__list--first-level {
  min-width: 100%;
}
.smitherscom .main-nav__item--sub {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  position: relative;
}
.smitherscom .main-nav__item--sub .main-nav__link {
  padding: 20px 15px;
}
.smitherscom .main-nav__item--sub .main-nav__link .icon {
  height: 13px;
  width: 8px;
  margin-left: 5px;
}
.smitherscom .main-nav__list--first-level:before {
  display: none;
}
.smitherscom .main-nav__item .icon {
  display: inline-block;
}
.smitherscom .sub-nav__link {
  font-size: 18px;
  padding: 15px 20px;
}
.smitherscom .sub-nav__item > .sub-nav__link {
  padding-right: 40px;
}
.smitherscom .sub-nav__expand-btn {
  margin: 12px 15px;
  padding: 6px 10px;
}
.smitherscom .sub-nav__list--sub .sub-nav__link {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 10px;
}
.smitherscom .main-nav__list--sub .main-nav__link {
  font-size: 14px;
}
@media (min-width: 75em) {
  .smitherscom .main-nav__list > :nth-last-child(-n+2) .main-nav__list--first-level {
    left: 0;
    right: auto;
  }
  .smitherscom .main-nav__list > :nth-last-child(-n+4) .main-nav__list--second-level {
    left: 100%;
    right: auto;
  }
}

.smitherscom h4,
.smitherscom .h4 {
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.smitherscom .hero {
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.smitherscom .hero .site-width {
  position: relative;
  z-index: 10;
}
.smitherscom .hero .section-image__heading {
  font-size: 24px;
  line-height: 1.375;
  margin: 0;
  padding: 35px 100px 35px 0;
}
.smitherscom .hero__figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.smitherscom .hero__figure .ri {
  height: 100%;
  padding-top: 0 !important;
}
.smitherscom .hero__figure .ri img {
  height: 100%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.smitherscom .hero__search-experts {
  padding: 30px 0;
  position: relative;
}
.flexbox .smitherscom .hero__search-experts:after {
  content: '';
  height: 100%;
  left: -10%;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 120%;
  z-index: -1;
}
.smitherscom .hero__search-experts .form__field {
  margin-bottom: 0;
  position: relative;
}
.smitherscom .hero__search-experts .input {
  border-radius: 0;
  font-size: 16px;
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.smitherscom .hero__heading {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.smitherscom .banner--search__label {
  font-size: 18px;
  margin-bottom: 20px;
}
.smitherscom .banner--search__button {
  bottom: 0;
  padding: 7px 10px;
  position: absolute;
  right: 0;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .smitherscom .hero__inner {
    max-width: 300px;
  }
}
.smitherscom .hero .section-image__heading {
  font-size: 36px;
  line-height: 1.36;
  max-width: 620px;
  padding: 60px 80px 60px 0;
}
.smitherscom .hero__search-experts {
  padding: 25px 0;
}
.smitherscom .hero__heading {
  font-size: 23px;
}

.smitherscom .hero .site-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smitherscom .hero .section-image__heading {
  font-size: 45px;
  line-height: 1.29;
}
.smitherscom .hero__header {
  float: left;
  width: 75%;
}
.smitherscom .hero__header .section-image__heading {
  max-width: 600px;
  padding: 100px 0;
}
.smitherscom .hero__search-experts {
  float: left;
  padding: 100px 0 100px 15px;
  width: 25%;
}
.flexbox .smitherscom .hero__search-experts:after {
  left: 0;
  width: 500%;
}
.lt-ie10 .smitherscom .hero__search-experts {
  padding-bottom: 210px;
}
.smitherscom .hero__figure .ri img {
  height: auto;
  margin-left: -2px;
  min-height: 100%;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-csstransforms .smitherscom .hero__figure .ri img {
  left: 0;
  top: 0;
}

@media (min-width: 75em) {
  .smitherscom .hero__search-experts {
    padding: 100px 0 100px 35px;
  }
}
/**
 * this serves the alternate style of hero added in SMG-1097
 */
.hero-hv__figure__inner {
  position: relative;
  width: 160%;
  left: -30%;
}

.hero-hv__header__inner {
  font-size: 22px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.36;
  font-weight: 600;
}

.hero-hv__search-experts .banner--search__label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.hero-hv__search-experts .banner--search__form {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 20px;
}

/*
 * form__field__inner wraps the text input and button to give a consistent parent to position from.
 */
.hero-hv__search-experts__inner,
.hero-hv__search-experts__inner .form__field__inner {
  position: relative;
}

/*
 * the button relied on arbitrary padding to get the height correct; this works better.
 *
 * TODO: enhance with transform centering trick for the icon
 */
.hero-hv__search-experts .banner--search__button {
  top: 0;
}

/*
 * as banner-search__button overlays this input, padding is added to push text from underneath
 */
.hero-hv__search-experts .banner--search__field {
  padding-right: 50px;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

.hero-hv__figure__inner {
  width: 140%;
  left: -20%;
}

.hero-hv {
  position: relative;
}

.smitherscom .hero-hv__header .site-width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.hero-hv__header__inner {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.84);
  padding: 20px 25px;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-hv__search-experts__inner {
  max-width: 320px;
}

.hero-hv__search-experts .banner--search__label {
  font-size: 20px;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .hero-hv__header {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 45%;
    height: 0;
    width: 100%;
  }

  .hero-hv__header__inner {
    position: absolute;
    max-width: 411px;
  }

  .csstransforms .hero-hv__header__inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .hero-hv__search-experts .banner--search__form {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media (max-width: 59.9375em) {
  .smitherscom .hero-hv__text-wrap {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: auto;
  }
}
.hero-hv__figure {
  max-height: 430px;
  overflow: hidden;
}

.hero-hv__figure__inner {
  width: 100%;
  left: 0;
}

.hero-hv__header__inner {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-hv__search-experts .site-width {
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: auto;
}

.csstransforms .hero-hv__text__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 440px;
}

.hero-hv__search-experts__inner {
  max-width: 330px;
}

@media (min-width: 75em) {
  .hero-hv__header__inner {
    font-size: 33px;
  }

  .csstransforms .hero-hv__text__inner {
    max-width: 560px;
  }
}
.smitherscom .section-image {
  position: relative;
}
.smitherscom .section-image .site-width {
  z-index: 10;
  position: relative;
}
.smitherscom .section-image__figure .ri {
  position: absolute;
  top: 0;
}
.smitherscom .section-image__heading {
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 0;
}
.smitherscom .section-image__heading p {
  margin: 0;
}

@media (max-width: 51.1875em) {
  .smitherscom .section-image__heading {
    font-size: 32px;
  }
}
.smitherscom .section-image__figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.smitherscom .section-image__figure .ri {
  height: 100%;
  padding-top: 0 !important;
}
.smitherscom .section-image__figure .ri img {
  height: auto;
  min-height: 100%;
  max-width: none;
  width: 100%;
}

.smitherscom .section-image__figure {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smitherscom .section-image__figure .ri {
  height: 100%;
  padding-top: 0 !important;
}
.smitherscom .section-image__figure .ri img {
  min-height: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.smitherscom .section-image__heading {
  font-size: 45px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (min-width: 75em) {
  .smitherscom .section-image {
    max-height: 230px;
  }
}
.smitherscom .article-list--home .article-list {
  margin: 10px 0 30px;
}
.smitherscom .article-list--home .article {
  border: none;
  margin-bottom: 10px;
}
.smitherscom .article-list--home .article-list__heading {
  display: none;
}
.smitherscom .article-list--home .article-list__btn {
  font-weight: bold;
}
.smitherscom .article-list--home .article__meta {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  margin: 20px 0;
}
.smitherscom .article-list--home .article__meta--cta {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  padding: 5px 15px;
  display: none;
}
.smitherscom .article-list--home .article__heading {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
}
.smitherscom .article-list__btn .icon {
  margin-left: 5px;
  margin-right: 0;
}
.smitherscom .article-listing {
  border-bottom-style: dashed;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.smitherscom .article-listing__link {
  border-bottom: none;
}
.smitherscom .article-listing__meta {
  margin-bottom: 10px;
}
.smitherscom .article-listing__meta__item {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  margin: 0;
}
.smitherscom .article-listing__meta__item--badge {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  padding: 5px 15px;
}
.smitherscom .article__heading {
  font-weight: 600;
}
.smitherscom .article__heading:after {
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: '';
  height: 14px;
  margin-left: 10px;
  width: 8px;
}
.smitherscom .article .doc-heading {
  margin-top: 0;
}
.smitherscom .article .doc-heading__h1 {
  padding: 0;
  background: transparent;
  font-size: 36px;
  font-weight: normal;
  color: #5B5B5B;
}
.smitherscom .article-listing__meta__item--smithers {
  background-color: #ffcc33;
}
.smitherscom .article-listing__meta__item--pira {
  background-color: #2d7ec6;
}
.smitherscom .article-listing__meta__item--apex {
  background-color: #da7800;
}
.smitherscom .article-listing__meta__item--rapra {
  background-color: #5fba92;
}
.smitherscom .article-listing__meta__item--viscient {
  background-color: #6d97c7;
}
.smitherscom .article-listing__meta__item--avanza {
  background-color: #3a97d8;
}
.smitherscom .article-listing__meta__item--qa {
  background-color: #0f63af;
}
.smitherscom .article-listing__meta__item--smitherscom {
  background-color: #003366;
}

.smitherscom .article-list--home .article-list {
  margin: 30px 0 50px;
}
.smitherscom .article--main {
  margin-bottom: 23px;
}
.smitherscom .article-listing {
  margin-bottom: 20px;
}
.smitherscom .article-listing__figure {
  margin-top: 40px;
}
.smitherscom .article-listing__meta {
  margin-top: 40px;
}

.smitherscom .article-list--home .article-list {
  margin: 35px 0 45px;
}
.smitherscom .article-list--home .article-list:after {
  content: '';
  display: table;
  clear: both;
}
.smitherscom .article-list--home .article {
  float: left;
  margin-bottom: 0;
  padding: 25px;
  width: 33.3333333333%;
}
.smitherscom .article-list--home .article__heading {
  font-size: 22px;
}
.smitherscom .article-list--home .article-list__btn {
  float: right;
  margin-bottom: 35px;
  padding: 9px 15px;
}
.smitherscom .article-listing__description {
  padding-left: 20px;
}

.smitherscom .toggle-menu__header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  position: relative;
}
.smitherscom .toggle-menu__header:after {
  content: '';
  display: table;
  clear: both;
}
.smitherscom .toggle-menu__header .toggle-menu__heading {
  float: left;
  padding: 20px 0;
}
.smitherscom .toggle-menu__heading {
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
}
.smitherscom .toggle-menu__heading:after {
  content: "";
  padding-left: 8px;
  margin-left: 8px;
  background-position: center;
}
.smitherscom .industries .toggle-menu__heading:after {
  padding-left: 6px;
  height: 10px;
  background-size: 100%;
  background-position: center 10px;
}
.smitherscom .toggle-menu__toggle-btn {
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
}
.smitherscom .toggle-menu__toggle-btn:after {
  background-size: 20px 30px;
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: -10px;
  margin-top: -15px !important;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: scale(0.75) rotate(90deg);
  -ms-transform: scale(0.75) rotate(90deg);
  transform: scale(0.75) rotate(90deg);
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.smitherscom .toggle-menu__toggle-btn.is-active:after {
  -webkit-transform: scale(0.75) rotate(-90deg);
  -ms-transform: scale(0.75) rotate(-90deg);
  transform: scale(0.75) rotate(-90deg);
}

@media (max-width: 39.9375em) {
  .smitherscom .toggle-menu__list > :first-child .toggle-menu__heading {
    padding-top: 20px;
  }
  .smitherscom .toggle-menu__list > :last-child .toggle-menu__heading {
    padding-bottom: 20px;
  }
  .smitherscom .toggle-menu__heading {
    padding: 7px 0;
  }
  .smitherscom .capabilities .toggle-menu__list .toggle-menu__heading:after {
    width: 8px;
    height: 12px;
    background-size: 100%;
    -webkit-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    transform: scaleX(0.9);
    margin-left: 2px;
  }
}
@media (max-width: 59.9375em) {
  .smitherscom .toggle-menu__toggle-btn:after {
    background-image: url("/App_Themes/smithers//img//icons/arrow-cta.png");
    margin-top: -2px;
    background-repeat: no-repeat;
  }
  .no-js .smitherscom .toggle-menu__toggle-btn:after, .no-svg .smitherscom .toggle-menu__toggle-btn:after, .no-backgroundsize .smitherscom .toggle-menu__toggle-btn:after {
    background-image: url("/App_Themes/smithers//img//icons/arrow-cta.png");
  }
}
@media (min-width: 40em) and (max-width: 59.9375em) {
  .smitherscom .toggle-menu__list .toggle-menu__heading {
    padding: 10px 0;
  }
  .smitherscom .toggle-menu__list > :first-child .toggle-menu__heading {
    padding-top: 30px;
  }
  .smitherscom .toggle-menu__list > :last-child .toggle-menu__heading {
    padding-bottom: 30px;
  }
}
.smitherscom .toggle-menu__heading {
  font-size: 23px;
  padding: 26px 0;
}
.smitherscom .toggle-menu__toggle-btn {
  width: 77px;
}
.smitherscom .toggle-menu__item .toggle-menu__heading {
  font-size: 18px;
}

.smitherscom .icon--arrow-cta-alt {
  background-image: url("/static/build/img/icons/arrow-cta-alt.png");
  margin-top: -2px;
  background-repeat: no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 14px;
  margin-left: 10px;
  width: 8px;
}
.no-js .smitherscom .icon--arrow-cta-alt, .no-svg .smitherscom .icon--arrow-cta-alt, .no-backgroundsize .smitherscom .icon--arrow-cta-alt {
  background-image: url("/static/build/img/icons/arrow-cta-alt.png");
}
.smitherscom .capabilities .toggle-menu__header,
.smitherscom .capabilities .toggle-menu__toggle-btn {
  display: none;
}
.smitherscom .capabilities .toggle-menu__list:after {
  content: '';
  display: table;
  clear: both;
}
.flexbox .smitherscom .capabilities .toggle-menu__list {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .smitherscom .capabilities .toggle-menu__list .toggle-menu__details {
  -ms-flex: 0 1 auto;
}
.no-flexbox .smitherscom .capabilities .toggle-menu__list {
  display: block;
}
.smitherscom .capabilities .toggle-menu__list > :nth-child(5) {
  position: relative;
}
.smitherscom .capabilities .toggle-menu__list > :nth-child(5):before {
  content: '';
  height: 1px;
  left: -500%;
  position: absolute;
  top: 0;
  width: 1100%;
}
.smitherscom .capabilities .toggle-menu__list > :nth-child(4n) {
  border-right: none;
}
.smitherscom .capabilities .toggle-menu__item {
  border-right-style: solid;
  border-right-width: 1px;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  width: 25%;
}
.no-flexbox .smitherscom .capabilities .toggle-menu__item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -0.25em;
  vertical-align: top;
  border: none;
  min-height: 78px;
}
.flexbox .smitherscom .capabilities .toggle-menu__item {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smitherscom .capabilities .toggle-menu__item a {
  border: none;
  display: block;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 20px;
  min-height: 74px;
}
.smitherscom .capabilities .toggle-menu__item a .toggle-menu__heading {
  padding: 0;
}
.flexbox .smitherscom .capabilities .toggle-menu__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 1 auto !important;
}

@media (min-width: 75em) {
  .smitherscom .capabilities .toggle-menu__item a {
    padding: 15px 30px;
  }
}
.smitherscom .site-width {
  padding-left: 15px;
  padding-right: 15px;
}
.smitherscom .industry-section .free-content p.intro {
  font-size: 19px;
  line-height: 1.27;
}
.smitherscom .industries {
  background-color: transparent !important;
}

@media (min-width: 40em) and (max-width: 59.9375em) {
  .smitherscom .main-content {
    margin: 0 auto;
    width: 95%;
  }
}
@media (max-width: 59.9375em) {
  .smitherscom .industry-section > .site-width {
    padding: 0;
    width: 100%;
  }
  .smitherscom .industry-section .main-content {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.smitherscom .industry-section .free-content p {
  font-size: 18px;
}
.smitherscom .industry-section .free-content p.intro {
  font-size: 22px;
}

.smitherscom .industry-section {
  overflow: hidden;
}
.smitherscom .industry-section:after {
  content: '';
  display: table;
  clear: both;
}
.smitherscom .industry-section .site-width {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smitherscom .industry-section .main-content {
  float: left;
  padding: 0 60px 50px 0;
  width: 75%;
}
.smitherscom .industry-section .side-content {
  float: right;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  width: 25%;
}
.smitherscom .industry-section .side-content .site-width {
  padding: 0;
  width: 100%;
}
.smitherscom .industries {
  padding: 42px 0 80px 15px;
}
.smitherscom .industries .industries {
  padding: 0;
}
.smitherscom .industries + .industries {
  padding-top: 0;
}
.smitherscom .industries .toggle-menu__header {
  border: none;
}
.smitherscom .industries .toggle-menu__header .toggle-menu__heading {
  font-size: 23px;
  padding-bottom: 17px;
  padding-top: 0;
  text-transform: uppercase;
}
.smitherscom .industries .toggle-menu__toggle-btn {
  display: none;
}
.smitherscom .industries .toggle-menu__list {
  display: block;
}
.smitherscom .industries .toggle-menu__details {
  padding: 7px 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.smitherscom .industries .toggle-menu__heading {
  font-size: 18px;
  padding: 0;
  text-transform: capitalize;
}

@media (min-width: 75em) {
  .smitherscom .industries {
    padding: 42px 0 80px 35px;
  }
}
.smitherscom .departments {
  margin: 0;
}
.smitherscom .departments:before {
  display: none;
}
.smitherscom .departments .tabordion__tabs__item.is-active .tabordion__img--active,
.smitherscom .departments .tabordion__title.is-active .tabordion__img--active {
  display: block;
}
.smitherscom .departments .tabordion__tabs__item.is-active .tabordion__img--in-active,
.smitherscom .departments .tabordion__title.is-active .tabordion__img--in-active {
  display: none;
}
.smitherscom .departments .tabordion__tabs__item .tabordion__img--active,
.smitherscom .departments .tabordion__title .tabordion__img--active {
  display: none;
}
.smitherscom .departments .tabordion__img--active,
.smitherscom .departments .tabordion__img--in-active {
  max-height: 30px;
}
.smitherscom .departments .tabordion__title {
  margin-bottom: 0;
}
.smitherscom .departments .tabordion__content {
  padding: 0;
}
.smitherscom .departments .tabordion__content a {
  border: none;
  font-weight: normal;
}
.smitherscom .departments .tabordion__details {
  padding: 30px 0;
}
.smitherscom .departments .tabordion__details > :first-child {
  margin-top: 0;
}
.smitherscom .departments .tabordion__details > :last-child {
  margin-bottom: 0;
}
.smitherscom .departments .tabordion__tabs {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
}

@media (max-width: 39.9375em) {
  .smitherscom .departments .tabordion__title img {
    max-height: 40px;
  }
}
@media (min-width: 40em) and (max-width: 59.9375em) {
  .smitherscom .departments .tabordion__title img {
    max-height: 60px;
  }
}
@media (max-width: 59.9375em) {
  .smitherscom .departments .tabordion__title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-right: 85px;
    position: relative;
    text-align: left;
  }
  .smitherscom .departments .tabordion__title:before {
    background: rgba(255, 255, 255, 0.45);
    border: none;
    height: 100%;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 65px;
  }
  .smitherscom .departments .tabordion__title:after {
    background-size: 20px 30px;
    height: 30px;
    margin-right: -10px;
    margin-top: -15px !important;
    position: absolute;
    right: 32px;
    top: 50%;
    width: 20px;
  }
  .smitherscom .departments .tabordion__title.is-active {
    border: none;
  }
  .smitherscom .departments .tabordion__title.is-active:before {
    background: rgba(255, 255, 255, 0.2);
  }
}
.smitherscom .departments {
  position: relative;
}
.smitherscom .departments .tabordion__content {
  position: relative;
}
.smitherscom .departments .tabordion__content:after {
  content: '';
  display: table;
  clear: both;
}
.smitherscom .departments .tabordion__inner-content {
  float: left;
  width: 50%;
}
.smitherscom .departments .tabordion__details {
  padding: 20px 20px 20px 0;
}
.smitherscom .departments .department__figure {
  float: right;
  width: 50%;
}

.smitherscom .departments:before {
  display: none;
}
.smitherscom .departments .tabordion__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smitherscom .departments .tabordion__tabs:after {
  content: '';
  display: table;
  clear: both;
}
.smitherscom .departments .tabordion__tabs:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.smitherscom .departments .tabordion__tabs__item {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  padding: 20px 15px;
  position: relative;
  width: 16.6666666667%;
}
.smitherscom .departments .tabordion__content {
  min-height: 400px;
}
.smitherscom .departments .tabordion__content:nth-of-type(4) .department__figure, .smitherscom .departments .tabordion__content:nth-of-type(5) .department__figure, .smitherscom .departments .tabordion__content:nth-of-type(6) .department__figure {
  left: 0;
}
.smitherscom .departments .tabordion__content:nth-of-type(4) .tabordion__inner-content, .smitherscom .departments .tabordion__content:nth-of-type(5) .tabordion__inner-content, .smitherscom .departments .tabordion__content:nth-of-type(6) .tabordion__inner-content {
  float: right;
}
.smitherscom .departments .tabordion__content:nth-of-type(4) .tabordion__inner-content .tabordion__details, .smitherscom .departments .tabordion__content:nth-of-type(5) .tabordion__inner-content .tabordion__details, .smitherscom .departments .tabordion__content:nth-of-type(6) .tabordion__inner-content .tabordion__details {
  padding: 80px 0 80px 80px;
}
.smitherscom .departments .tabordion__details {
  padding: 80px 80px 80px 0;
}
.smitherscom .departments .tabordion__title {
  background: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.smitherscom .departments .tabordion__title:before {
  display: none;
}
.smitherscom .departments .tabordion__title:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  width: 100%;
  z-index: -1;
}
.smitherscom .departments .department__figure {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%;
}
.smitherscom .departments .department__figure .ri {
  height: 100%;
  padding-top: 0 !important;
}
.smitherscom .departments .department__figure .ri img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-csstransforms .smitherscom .departments .department__figure .ri img {
  left: 0;
  top: 0;
}

@media (min-width: 75em) {
  .smitherscom .departments .tabordion__tabs {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 10px;
    width: 95%;
  }
  .smitherscom .departments .tabordion__content {
    font-size: 22px;
    min-height: 600px;
  }
  .smitherscom .departments .tabordion__tabs__item {
    padding: 30px 15px;
  }
}
@media (max-width: 59.9375em) {
  .smitherscom .tabordion__title:after {
    background-image: url("/App_Themes/smithers//img//icons/arrow-cta.png");
    margin-top: -2px;
    background-repeat: no-repeat;
  }
  .no-js .smitherscom .tabordion__title:after, .no-svg .smitherscom .tabordion__title:after, .no-backgroundsize .smitherscom .tabordion__title:after {
    background-image: url("/App_Themes/smithers//img//icons/arrow-cta.png");
  }
}
/**
 * For hooking in to JS state changes
 */
.init-hidden,
.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

/*# sourceMappingURL=old-ie.css.map */