@charset "UTF-8";
/*!
Theme Name: Banking Circle
Theme URI: http://underscores.me/
Author: Intuitive Design
Author URI: http://www.intuitive-design.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bankingcircle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

DocbookMD is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/
/* Retina image ========================================================================== */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/* @if map-has-key($foundation-palette, secondary) { $secondary-color: map-get($foundation-palette, secondary) !global; } @if map-has-key($foundation-palette, success) { $success-color: map-get($foundation-palette, success) !global; } @if map-has-key($foundation-palette, warning) { $warning-color: map-get($foundation-palette, warning) !global; } @if map-has-key($foundation-palette, alert) { $alert-color: map-get($foundation-palette, alert) !global; }*/
/** Foundation for Sites by ZURB Version 6.4.1 foundation.zurb.com Licensed under MIT Open Source */
@media print, screen and (min-width: 48em) { .reveal.large, .reveal.small, .reveal.tiny, .reveal { right: auto; left: auto; margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

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

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

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

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. */
figcaption, figure { display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

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

/** Add the correct display in IE. */
main { display: block; }

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

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

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

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

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

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

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

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

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

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

/** Show the overflow in IE. */
button { overflow: visible; }

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

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button, [type="button"], [type="reset"], [type="submit"] { /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Show the overflow in Edge. */
input { overflow: visible; }

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

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

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

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

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

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

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

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

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

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

/* Add the correct display in IE 9-. */
menu { display: block; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

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

.foundation-mq { font-family: "small=0em&medium=48em&ipad=48em&large=64em&xlarge=75em&laptop=85.375em&xxlarge=90em"; }

html { box-sizing: border-box; font-size: 100%; }

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

body { margin: 0; padding: 0; background: #cee5df; font-family: "DINNextRoundedLTPro-Light", sans-serif; font-weight: normal; line-height: 1.1; color: #0f4b5f; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

textarea { height: auto; min-height: 50px; border-radius: 6px; }

select { box-sizing: border-box; width: 100%; border-radius: 6px; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { padding: 0; appearance: none; border: 0; border-radius: 6px; background: transparent; line-height: 1; }

[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

button, input, optgroup, select, textarea { font-family: inherit; }

.is-visible { display: block !important; }

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

.grid-container { padding-right: 1.25rem; padding-left: 1.25rem; max-width: 75rem; margin: 0 auto; }

@media print, screen and (min-width: 64em) { .grid-container { padding-right: 1.25rem; padding-left: 1.25rem; } }

.grid-container.fluid { padding-right: 1.25rem; padding-left: 1.25rem; max-width: 100%; margin: 0 auto; }

@media print, screen and (min-width: 64em) { .grid-container.fluid { padding-right: 1.25rem; padding-left: 1.25rem; } }

.grid-container.full { padding-right: 0; padding-left: 0; max-width: 100%; margin: 0 auto; }

.grid-x { display: flex; flex-flow: row wrap; }

.cell { flex: 0 0 auto; min-height: 0px; min-width: 0px; width: 100%; }

.cell.auto { flex: 1 1 0px; }

.cell.shrink { flex: 0 0 auto; }

.grid-x > .auto { width: auto; }

.grid-x > .shrink { width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 { flex-basis: auto; }

@media print, screen and (min-width: 48em) { .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 { flex-basis: auto; } }

@media print, screen and (min-width: 64em) { .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 { flex-basis: auto; } }

@media screen and (min-width: 75em) { .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 { flex-basis: auto; } }

@media screen and (min-width: 85.375em) { .grid-x > .laptop-shrink, .grid-x > .laptop-full, .grid-x > .laptop-1, .grid-x > .laptop-2, .grid-x > .laptop-3, .grid-x > .laptop-4, .grid-x > .laptop-5, .grid-x > .laptop-6, .grid-x > .laptop-7, .grid-x > .laptop-8, .grid-x > .laptop-9, .grid-x > .laptop-10, .grid-x > .laptop-11, .grid-x > .laptop-12 { flex-basis: auto; } }

@media screen and (min-width: 90em) { .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 { flex-basis: auto; } }

.grid-x > .small-1 { width: 8.3333333333%; }

.grid-x > .small-2 { width: 16.6666666667%; }

.grid-x > .small-3 { width: 25%; }

.grid-x > .small-4 { width: 33.3333333333%; }

.grid-x > .small-5 { width: 41.6666666667%; }

.grid-x > .small-6 { width: 50%; }

.grid-x > .small-7 { width: 58.3333333333%; }

.grid-x > .small-8 { width: 66.6666666667%; }

.grid-x > .small-9 { width: 75%; }

.grid-x > .small-10 { width: 83.3333333333%; }

.grid-x > .small-11 { width: 91.6666666667%; }

.grid-x > .small-12 { width: 100%; }

@media print, screen and (min-width: 48em) { .grid-x > .medium-auto { flex: 1 1 0px; width: auto; } .grid-x > .medium-shrink { flex: 0 0 auto; width: auto; } .grid-x > .medium-1 { width: 8.3333333333%; } .grid-x > .medium-2 { width: 16.6666666667%; } .grid-x > .medium-3 { width: 25%; } .grid-x > .medium-4 { width: 33.3333333333%; } .grid-x > .medium-5 { width: 41.6666666667%; } .grid-x > .medium-6 { width: 50%; } .grid-x > .medium-7 { width: 58.3333333333%; } .grid-x > .medium-8 { width: 66.6666666667%; } .grid-x > .medium-9 { width: 75%; } .grid-x > .medium-10 { width: 83.3333333333%; } .grid-x > .medium-11 { width: 91.6666666667%; } .grid-x > .medium-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .grid-x > .large-auto { flex: 1 1 0px; width: auto; } .grid-x > .large-shrink { flex: 0 0 auto; width: auto; } .grid-x > .large-1 { width: 8.3333333333%; } .grid-x > .large-2 { width: 16.6666666667%; } .grid-x > .large-3 { width: 25%; } .grid-x > .large-4 { width: 33.3333333333%; } .grid-x > .large-5 { width: 41.6666666667%; } .grid-x > .large-6 { width: 50%; } .grid-x > .large-7 { width: 58.3333333333%; } .grid-x > .large-8 { width: 66.6666666667%; } .grid-x > .large-9 { width: 75%; } .grid-x > .large-10 { width: 83.3333333333%; } .grid-x > .large-11 { width: 91.6666666667%; } .grid-x > .large-12 { width: 100%; } }

@media screen and (min-width: 75em) { .grid-x > .xlarge-auto { flex: 1 1 0px; width: auto; } .grid-x > .xlarge-shrink { flex: 0 0 auto; width: auto; } .grid-x > .xlarge-1 { width: 8.3333333333%; } .grid-x > .xlarge-2 { width: 16.6666666667%; } .grid-x > .xlarge-3 { width: 25%; } .grid-x > .xlarge-4 { width: 33.3333333333%; } .grid-x > .xlarge-5 { width: 41.6666666667%; } .grid-x > .xlarge-6 { width: 50%; } .grid-x > .xlarge-7 { width: 58.3333333333%; } .grid-x > .xlarge-8 { width: 66.6666666667%; } .grid-x > .xlarge-9 { width: 75%; } .grid-x > .xlarge-10 { width: 83.3333333333%; } .grid-x > .xlarge-11 { width: 91.6666666667%; } .grid-x > .xlarge-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .grid-x > .laptop-auto { flex: 1 1 0px; width: auto; } .grid-x > .laptop-shrink { flex: 0 0 auto; width: auto; } .grid-x > .laptop-1 { width: 8.3333333333%; } .grid-x > .laptop-2 { width: 16.6666666667%; } .grid-x > .laptop-3 { width: 25%; } .grid-x > .laptop-4 { width: 33.3333333333%; } .grid-x > .laptop-5 { width: 41.6666666667%; } .grid-x > .laptop-6 { width: 50%; } .grid-x > .laptop-7 { width: 58.3333333333%; } .grid-x > .laptop-8 { width: 66.6666666667%; } .grid-x > .laptop-9 { width: 75%; } .grid-x > .laptop-10 { width: 83.3333333333%; } .grid-x > .laptop-11 { width: 91.6666666667%; } .grid-x > .laptop-12 { width: 100%; } }

@media screen and (min-width: 90em) { .grid-x > .xxlarge-auto { flex: 1 1 0px; width: auto; } .grid-x > .xxlarge-shrink { flex: 0 0 auto; width: auto; } .grid-x > .xxlarge-1 { width: 8.3333333333%; } .grid-x > .xxlarge-2 { width: 16.6666666667%; } .grid-x > .xxlarge-3 { width: 25%; } .grid-x > .xxlarge-4 { width: 33.3333333333%; } .grid-x > .xxlarge-5 { width: 41.6666666667%; } .grid-x > .xxlarge-6 { width: 50%; } .grid-x > .xxlarge-7 { width: 58.3333333333%; } .grid-x > .xxlarge-8 { width: 66.6666666667%; } .grid-x > .xxlarge-9 { width: 75%; } .grid-x > .xxlarge-10 { width: 83.3333333333%; } .grid-x > .xxlarge-11 { width: 91.6666666667%; } .grid-x > .xxlarge-12 { width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell { width: auto; }

.grid-margin-y:not(.grid-y) > .cell { height: auto; }

.grid-margin-x { margin-left: -1.25rem; margin-right: -1.25rem; }

@media print, screen and (min-width: 64em) { .grid-margin-x { margin-left: -1.25rem; margin-right: -1.25rem; } }

.grid-margin-x > .cell { width: calc(100% - 2.5rem); margin-left: 1.25rem; margin-right: 1.25rem; }

@media print, screen and (min-width: 64em) { .grid-margin-x > .cell { width: calc(100% - 2.5rem); margin-left: 1.25rem; margin-right: 1.25rem; } }

.grid-margin-x > .auto { width: auto; }

.grid-margin-x > .shrink { width: auto; }

.grid-margin-x > .small-1 { width: calc(8.3333333333% - 2.5rem); }

.grid-margin-x > .small-2 { width: calc(16.6666666667% - 2.5rem); }

.grid-margin-x > .small-3 { width: calc(25% - 2.5rem); }

.grid-margin-x > .small-4 { width: calc(33.3333333333% - 2.5rem); }

.grid-margin-x > .small-5 { width: calc(41.6666666667% - 2.5rem); }

.grid-margin-x > .small-6 { width: calc(50% - 2.5rem); }

.grid-margin-x > .small-7 { width: calc(58.3333333333% - 2.5rem); }

.grid-margin-x > .small-8 { width: calc(66.6666666667% - 2.5rem); }

.grid-margin-x > .small-9 { width: calc(75% - 2.5rem); }

.grid-margin-x > .small-10 { width: calc(83.3333333333% - 2.5rem); }

.grid-margin-x > .small-11 { width: calc(91.6666666667% - 2.5rem); }

.grid-margin-x > .small-12 { width: calc(100% - 2.5rem); }

@media print, screen and (min-width: 48em) { .grid-margin-x > .medium-auto { width: auto; } .grid-margin-x > .medium-shrink { width: auto; } .grid-margin-x > .medium-1 { width: calc(8.3333333333% - 2.5rem); } .grid-margin-x > .medium-2 { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x > .medium-3 { width: calc(25% - 2.5rem); } .grid-margin-x > .medium-4 { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x > .medium-5 { width: calc(41.6666666667% - 2.5rem); } .grid-margin-x > .medium-6 { width: calc(50% - 2.5rem); } .grid-margin-x > .medium-7 { width: calc(58.3333333333% - 2.5rem); } .grid-margin-x > .medium-8 { width: calc(66.6666666667% - 2.5rem); } .grid-margin-x > .medium-9 { width: calc(75% - 2.5rem); } .grid-margin-x > .medium-10 { width: calc(83.3333333333% - 2.5rem); } .grid-margin-x > .medium-11 { width: calc(91.6666666667% - 2.5rem); } .grid-margin-x > .medium-12 { width: calc(100% - 2.5rem); } }

@media print, screen and (min-width: 64em) { .grid-margin-x > .auto { width: auto; } .grid-margin-x > .shrink { width: auto; } .grid-margin-x > .small-1 { width: calc(8.3333333333% - 2.5rem); } .grid-margin-x > .small-2 { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x > .small-3 { width: calc(25% - 2.5rem); } .grid-margin-x > .small-4 { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x > .small-5 { width: calc(41.6666666667% - 2.5rem); } .grid-margin-x > .small-6 { width: calc(50% - 2.5rem); } .grid-margin-x > .small-7 { width: calc(58.3333333333% - 2.5rem); } .grid-margin-x > .small-8 { width: calc(66.6666666667% - 2.5rem); } .grid-margin-x > .small-9 { width: calc(75% - 2.5rem); } .grid-margin-x > .small-10 { width: calc(83.3333333333% - 2.5rem); } .grid-margin-x > .small-11 { width: calc(91.6666666667% - 2.5rem); } .grid-margin-x > .small-12 { width: calc(100% - 2.5rem); } .grid-margin-x > .large-auto { width: auto; } .grid-margin-x > .large-shrink { width: auto; } .grid-margin-x > .large-1 { width: calc(8.3333333333% - 2.5rem); } .grid-margin-x > .large-2 { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x > .large-3 { width: calc(25% - 2.5rem); } .grid-margin-x > .large-4 { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x > .large-5 { width: calc(41.6666666667% - 2.5rem); } .grid-margin-x > .large-6 { width: calc(50% - 2.5rem); } .grid-margin-x > .large-7 { width: calc(58.3333333333% - 2.5rem); } .grid-margin-x > .large-8 { width: calc(66.6666666667% - 2.5rem); } .grid-margin-x > .large-9 { width: calc(75% - 2.5rem); } .grid-margin-x > .large-10 { width: calc(83.3333333333% - 2.5rem); } .grid-margin-x > .large-11 { width: calc(91.6666666667% - 2.5rem); } .grid-margin-x > .large-12 { width: calc(100% - 2.5rem); } }

@media screen and (min-width: 75em) { .grid-margin-x > .xlarge-auto { width: auto; } .grid-margin-x > .xlarge-shrink { width: auto; } .grid-margin-x > .xlarge-1 { width: calc(8.3333333333% - 2.5rem); } .grid-margin-x > .xlarge-2 { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x > .xlarge-3 { width: calc(25% - 2.5rem); } .grid-margin-x > .xlarge-4 { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x > .xlarge-5 { width: calc(41.6666666667% - 2.5rem); } .grid-margin-x > .xlarge-6 { width: calc(50% - 2.5rem); } .grid-margin-x > .xlarge-7 { width: calc(58.3333333333% - 2.5rem); } .grid-margin-x > .xlarge-8 { width: calc(66.6666666667% - 2.5rem); } .grid-margin-x > .xlarge-9 { width: calc(75% - 2.5rem); } .grid-margin-x > .xlarge-10 { width: calc(83.3333333333% - 2.5rem); } .grid-margin-x > .xlarge-11 { width: calc(91.6666666667% - 2.5rem); } .grid-margin-x > .xlarge-12 { width: calc(100% - 2.5rem); } }

@media screen and (min-width: 85.375em) { .grid-margin-x > .laptop-auto { width: auto; } .grid-margin-x > .laptop-shrink { width: auto; } .grid-margin-x > .laptop-1 { width: calc(8.3333333333% - 2.5rem); } .grid-margin-x > .laptop-2 { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x > .laptop-3 { width: calc(25% - 2.5rem); } .grid-margin-x > .laptop-4 { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x > .laptop-5 { width: calc(41.6666666667% - 2.5rem); } .grid-margin-x > .laptop-6 { width: calc(50% - 2.5rem); } .grid-margin-x > .laptop-7 { width: calc(58.3333333333% - 2.5rem); } .grid-margin-x > .laptop-8 { width: calc(66.6666666667% - 2.5rem); } .grid-margin-x > .laptop-9 { width: calc(75% - 2.5rem); } .grid-margin-x > .laptop-10 { width: calc(83.3333333333% - 2.5rem); } .grid-margin-x > .laptop-11 { width: calc(91.6666666667% - 2.5rem); } .grid-margin-x > .laptop-12 { width: calc(100% - 2.5rem); } }

@media screen and (min-width: 90em) { .grid-margin-x > .xxlarge-auto { width: auto; } .grid-margin-x > .xxlarge-shrink { width: auto; } .grid-margin-x > .xxlarge-1 { width: calc(8.3333333333% - 2.5rem); } .grid-margin-x > .xxlarge-2 { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x > .xxlarge-3 { width: calc(25% - 2.5rem); } .grid-margin-x > .xxlarge-4 { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x > .xxlarge-5 { width: calc(41.6666666667% - 2.5rem); } .grid-margin-x > .xxlarge-6 { width: calc(50% - 2.5rem); } .grid-margin-x > .xxlarge-7 { width: calc(58.3333333333% - 2.5rem); } .grid-margin-x > .xxlarge-8 { width: calc(66.6666666667% - 2.5rem); } .grid-margin-x > .xxlarge-9 { width: calc(75% - 2.5rem); } .grid-margin-x > .xxlarge-10 { width: calc(83.3333333333% - 2.5rem); } .grid-margin-x > .xxlarge-11 { width: calc(91.6666666667% - 2.5rem); } .grid-margin-x > .xxlarge-12 { width: calc(100% - 2.5rem); } }

.grid-padding-x .grid-padding-x { margin-right: -1.25rem; margin-left: -1.25rem; }

@media print, screen and (min-width: 64em) { .grid-padding-x .grid-padding-x { margin-right: -1.25rem; margin-left: -1.25rem; } }

.grid-container:not(.full) > .grid-padding-x { margin-right: -1.25rem; margin-left: -1.25rem; }

@media print, screen and (min-width: 64em) { .grid-container:not(.full) > .grid-padding-x { margin-right: -1.25rem; margin-left: -1.25rem; } }

.grid-padding-x > .cell { padding-right: 1.25rem; padding-left: 1.25rem; }

@media print, screen and (min-width: 64em) { .grid-padding-x > .cell { padding-right: 1.25rem; padding-left: 1.25rem; } }

.small-up-1 > .cell { width: 100%; }

.small-up-2 > .cell { width: 50%; }

.small-up-3 > .cell { width: 33.3333333333%; }

.small-up-4 > .cell { width: 25%; }

.small-up-5 > .cell { width: 20%; }

.small-up-6 > .cell { width: 16.6666666667%; }

.small-up-7 > .cell { width: 14.2857142857%; }

.small-up-8 > .cell { width: 12.5%; }

@media print, screen and (min-width: 48em) { .medium-up-1 > .cell { width: 100%; } .medium-up-2 > .cell { width: 50%; } .medium-up-3 > .cell { width: 33.3333333333%; } .medium-up-4 > .cell { width: 25%; } .medium-up-5 > .cell { width: 20%; } .medium-up-6 > .cell { width: 16.6666666667%; } .medium-up-7 > .cell { width: 14.2857142857%; } .medium-up-8 > .cell { width: 12.5%; } }

@media print, screen and (min-width: 64em) { .large-up-1 > .cell { width: 100%; } .large-up-2 > .cell { width: 50%; } .large-up-3 > .cell { width: 33.3333333333%; } .large-up-4 > .cell { width: 25%; } .large-up-5 > .cell { width: 20%; } .large-up-6 > .cell { width: 16.6666666667%; } .large-up-7 > .cell { width: 14.2857142857%; } .large-up-8 > .cell { width: 12.5%; } }

@media screen and (min-width: 75em) { .xlarge-up-1 > .cell { width: 100%; } .xlarge-up-2 > .cell { width: 50%; } .xlarge-up-3 > .cell { width: 33.3333333333%; } .xlarge-up-4 > .cell { width: 25%; } .xlarge-up-5 > .cell { width: 20%; } .xlarge-up-6 > .cell { width: 16.6666666667%; } .xlarge-up-7 > .cell { width: 14.2857142857%; } .xlarge-up-8 > .cell { width: 12.5%; } }

@media screen and (min-width: 85.375em) { .laptop-up-1 > .cell { width: 100%; } .laptop-up-2 > .cell { width: 50%; } .laptop-up-3 > .cell { width: 33.3333333333%; } .laptop-up-4 > .cell { width: 25%; } .laptop-up-5 > .cell { width: 20%; } .laptop-up-6 > .cell { width: 16.6666666667%; } .laptop-up-7 > .cell { width: 14.2857142857%; } .laptop-up-8 > .cell { width: 12.5%; } }

@media screen and (min-width: 90em) { .xxlarge-up-1 > .cell { width: 100%; } .xxlarge-up-2 > .cell { width: 50%; } .xxlarge-up-3 > .cell { width: 33.3333333333%; } .xxlarge-up-4 > .cell { width: 25%; } .xxlarge-up-5 > .cell { width: 20%; } .xxlarge-up-6 > .cell { width: 16.6666666667%; } .xxlarge-up-7 > .cell { width: 14.2857142857%; } .xxlarge-up-8 > .cell { width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell { width: calc(100% - 2.5rem); }

.grid-margin-x.small-up-2 > .cell { width: calc(50% - 2.5rem); }

.grid-margin-x.small-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); }

.grid-margin-x.small-up-4 > .cell { width: calc(25% - 2.5rem); }

.grid-margin-x.small-up-5 > .cell { width: calc(20% - 2.5rem); }

.grid-margin-x.small-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); }

.grid-margin-x.small-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); }

.grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 2.5rem); }

@media print, screen and (min-width: 48em) { .grid-margin-x.medium-up-1 > .cell { width: calc(100% - 2.5rem); } .grid-margin-x.medium-up-2 > .cell { width: calc(50% - 2.5rem); } .grid-margin-x.medium-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x.medium-up-4 > .cell { width: calc(25% - 2.5rem); } .grid-margin-x.medium-up-5 > .cell { width: calc(20% - 2.5rem); } .grid-margin-x.medium-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x.medium-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); } .grid-margin-x.medium-up-8 > .cell { width: calc(12.5% - 2.5rem); } }

@media print, screen and (min-width: 64em) { .grid-margin-x.small-up-1 > .cell { width: calc(100% - 2.5rem); } .grid-margin-x.small-up-2 > .cell { width: calc(50% - 2.5rem); } .grid-margin-x.small-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x.small-up-4 > .cell { width: calc(25% - 2.5rem); } .grid-margin-x.small-up-5 > .cell { width: calc(20% - 2.5rem); } .grid-margin-x.small-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x.small-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); } .grid-margin-x.small-up-8 > .cell { width: calc(12.5% - 2.5rem); } .grid-margin-x.large-up-1 > .cell { width: calc(100% - 2.5rem); } .grid-margin-x.large-up-2 > .cell { width: calc(50% - 2.5rem); } .grid-margin-x.large-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x.large-up-4 > .cell { width: calc(25% - 2.5rem); } .grid-margin-x.large-up-5 > .cell { width: calc(20% - 2.5rem); } .grid-margin-x.large-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x.large-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); } .grid-margin-x.large-up-8 > .cell { width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 75em) { .grid-margin-x.xlarge-up-1 > .cell { width: calc(100% - 2.5rem); } .grid-margin-x.xlarge-up-2 > .cell { width: calc(50% - 2.5rem); } .grid-margin-x.xlarge-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x.xlarge-up-4 > .cell { width: calc(25% - 2.5rem); } .grid-margin-x.xlarge-up-5 > .cell { width: calc(20% - 2.5rem); } .grid-margin-x.xlarge-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x.xlarge-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); } .grid-margin-x.xlarge-up-8 > .cell { width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 85.375em) { .grid-margin-x.laptop-up-1 > .cell { width: calc(100% - 2.5rem); } .grid-margin-x.laptop-up-2 > .cell { width: calc(50% - 2.5rem); } .grid-margin-x.laptop-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x.laptop-up-4 > .cell { width: calc(25% - 2.5rem); } .grid-margin-x.laptop-up-5 > .cell { width: calc(20% - 2.5rem); } .grid-margin-x.laptop-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x.laptop-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); } .grid-margin-x.laptop-up-8 > .cell { width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 90em) { .grid-margin-x.xxlarge-up-1 > .cell { width: calc(100% - 2.5rem); } .grid-margin-x.xxlarge-up-2 > .cell { width: calc(50% - 2.5rem); } .grid-margin-x.xxlarge-up-3 > .cell { width: calc(33.3333333333% - 2.5rem); } .grid-margin-x.xxlarge-up-4 > .cell { width: calc(25% - 2.5rem); } .grid-margin-x.xxlarge-up-5 > .cell { width: calc(20% - 2.5rem); } .grid-margin-x.xxlarge-up-6 > .cell { width: calc(16.6666666667% - 2.5rem); } .grid-margin-x.xxlarge-up-7 > .cell { width: calc(14.2857142857% - 2.5rem); } .grid-margin-x.xxlarge-up-8 > .cell { width: calc(12.5% - 2.5rem); } }

.small-margin-collapse { margin-right: 0; margin-left: 0; }

.small-margin-collapse > .cell { margin-right: 0; margin-left: 0; }

.small-margin-collapse > .small-1 { width: 8.3333333333%; }

.small-margin-collapse > .small-2 { width: 16.6666666667%; }

.small-margin-collapse > .small-3 { width: 25%; }

.small-margin-collapse > .small-4 { width: 33.3333333333%; }

.small-margin-collapse > .small-5 { width: 41.6666666667%; }

.small-margin-collapse > .small-6 { width: 50%; }

.small-margin-collapse > .small-7 { width: 58.3333333333%; }

.small-margin-collapse > .small-8 { width: 66.6666666667%; }

.small-margin-collapse > .small-9 { width: 75%; }

.small-margin-collapse > .small-10 { width: 83.3333333333%; }

.small-margin-collapse > .small-11 { width: 91.6666666667%; }

.small-margin-collapse > .small-12 { width: 100%; }

.small-margin-collapse > .medium-1 { width: 8.3333333333%; }

.small-margin-collapse > .medium-2 { width: 16.6666666667%; }

.small-margin-collapse > .medium-3 { width: 25%; }

.small-margin-collapse > .medium-4 { width: 33.3333333333%; }

.small-margin-collapse > .medium-5 { width: 41.6666666667%; }

.small-margin-collapse > .medium-6 { width: 50%; }

.small-margin-collapse > .medium-7 { width: 58.3333333333%; }

.small-margin-collapse > .medium-8 { width: 66.6666666667%; }

.small-margin-collapse > .medium-9 { width: 75%; }

.small-margin-collapse > .medium-10 { width: 83.3333333333%; }

.small-margin-collapse > .medium-11 { width: 91.6666666667%; }

.small-margin-collapse > .medium-12 { width: 100%; }

.small-margin-collapse > .large-1 { width: 8.3333333333%; }

.small-margin-collapse > .large-2 { width: 16.6666666667%; }

.small-margin-collapse > .large-3 { width: 25%; }

.small-margin-collapse > .large-4 { width: 33.3333333333%; }

.small-margin-collapse > .large-5 { width: 41.6666666667%; }

.small-margin-collapse > .large-6 { width: 50%; }

.small-margin-collapse > .large-7 { width: 58.3333333333%; }

.small-margin-collapse > .large-8 { width: 66.6666666667%; }

.small-margin-collapse > .large-9 { width: 75%; }

.small-margin-collapse > .large-10 { width: 83.3333333333%; }

.small-margin-collapse > .large-11 { width: 91.6666666667%; }

.small-margin-collapse > .large-12 { width: 100%; }

.small-margin-collapse > .xlarge-1 { width: 8.3333333333%; }

.small-margin-collapse > .xlarge-2 { width: 16.6666666667%; }

.small-margin-collapse > .xlarge-3 { width: 25%; }

.small-margin-collapse > .xlarge-4 { width: 33.3333333333%; }

.small-margin-collapse > .xlarge-5 { width: 41.6666666667%; }

.small-margin-collapse > .xlarge-6 { width: 50%; }

.small-margin-collapse > .xlarge-7 { width: 58.3333333333%; }

.small-margin-collapse > .xlarge-8 { width: 66.6666666667%; }

.small-margin-collapse > .xlarge-9 { width: 75%; }

.small-margin-collapse > .xlarge-10 { width: 83.3333333333%; }

.small-margin-collapse > .xlarge-11 { width: 91.6666666667%; }

.small-margin-collapse > .xlarge-12 { width: 100%; }

.small-margin-collapse > .laptop-1 { width: 8.3333333333%; }

.small-margin-collapse > .laptop-2 { width: 16.6666666667%; }

.small-margin-collapse > .laptop-3 { width: 25%; }

.small-margin-collapse > .laptop-4 { width: 33.3333333333%; }

.small-margin-collapse > .laptop-5 { width: 41.6666666667%; }

.small-margin-collapse > .laptop-6 { width: 50%; }

.small-margin-collapse > .laptop-7 { width: 58.3333333333%; }

.small-margin-collapse > .laptop-8 { width: 66.6666666667%; }

.small-margin-collapse > .laptop-9 { width: 75%; }

.small-margin-collapse > .laptop-10 { width: 83.3333333333%; }

.small-margin-collapse > .laptop-11 { width: 91.6666666667%; }

.small-margin-collapse > .laptop-12 { width: 100%; }

.small-margin-collapse > .xxlarge-1 { width: 8.3333333333%; }

.small-margin-collapse > .xxlarge-2 { width: 16.6666666667%; }

.small-margin-collapse > .xxlarge-3 { width: 25%; }

.small-margin-collapse > .xxlarge-4 { width: 33.3333333333%; }

.small-margin-collapse > .xxlarge-5 { width: 41.6666666667%; }

.small-margin-collapse > .xxlarge-6 { width: 50%; }

.small-margin-collapse > .xxlarge-7 { width: 58.3333333333%; }

.small-margin-collapse > .xxlarge-8 { width: 66.6666666667%; }

.small-margin-collapse > .xxlarge-9 { width: 75%; }

.small-margin-collapse > .xxlarge-10 { width: 83.3333333333%; }

.small-margin-collapse > .xxlarge-11 { width: 91.6666666667%; }

.small-margin-collapse > .xxlarge-12 { width: 100%; }

.small-padding-collapse { margin-right: 0; margin-left: 0; }

.small-padding-collapse > .cell { padding-right: 0; padding-left: 0; }

@media print, screen and (min-width: 48em) { .medium-margin-collapse { margin-right: 0; margin-left: 0; } .medium-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse > .small-1 { width: 8.3333333333%; } .medium-margin-collapse > .small-2 { width: 16.6666666667%; } .medium-margin-collapse > .small-3 { width: 25%; } .medium-margin-collapse > .small-4 { width: 33.3333333333%; } .medium-margin-collapse > .small-5 { width: 41.6666666667%; } .medium-margin-collapse > .small-6 { width: 50%; } .medium-margin-collapse > .small-7 { width: 58.3333333333%; } .medium-margin-collapse > .small-8 { width: 66.6666666667%; } .medium-margin-collapse > .small-9 { width: 75%; } .medium-margin-collapse > .small-10 { width: 83.3333333333%; } .medium-margin-collapse > .small-11 { width: 91.6666666667%; } .medium-margin-collapse > .small-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse > .medium-1 { width: 8.3333333333%; } .medium-margin-collapse > .medium-2 { width: 16.6666666667%; } .medium-margin-collapse > .medium-3 { width: 25%; } .medium-margin-collapse > .medium-4 { width: 33.3333333333%; } .medium-margin-collapse > .medium-5 { width: 41.6666666667%; } .medium-margin-collapse > .medium-6 { width: 50%; } .medium-margin-collapse > .medium-7 { width: 58.3333333333%; } .medium-margin-collapse > .medium-8 { width: 66.6666666667%; } .medium-margin-collapse > .medium-9 { width: 75%; } .medium-margin-collapse > .medium-10 { width: 83.3333333333%; } .medium-margin-collapse > .medium-11 { width: 91.6666666667%; } .medium-margin-collapse > .medium-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse > .large-1 { width: 8.3333333333%; } .medium-margin-collapse > .large-2 { width: 16.6666666667%; } .medium-margin-collapse > .large-3 { width: 25%; } .medium-margin-collapse > .large-4 { width: 33.3333333333%; } .medium-margin-collapse > .large-5 { width: 41.6666666667%; } .medium-margin-collapse > .large-6 { width: 50%; } .medium-margin-collapse > .large-7 { width: 58.3333333333%; } .medium-margin-collapse > .large-8 { width: 66.6666666667%; } .medium-margin-collapse > .large-9 { width: 75%; } .medium-margin-collapse > .large-10 { width: 83.3333333333%; } .medium-margin-collapse > .large-11 { width: 91.6666666667%; } .medium-margin-collapse > .large-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse > .xlarge-1 { width: 8.3333333333%; } .medium-margin-collapse > .xlarge-2 { width: 16.6666666667%; } .medium-margin-collapse > .xlarge-3 { width: 25%; } .medium-margin-collapse > .xlarge-4 { width: 33.3333333333%; } .medium-margin-collapse > .xlarge-5 { width: 41.6666666667%; } .medium-margin-collapse > .xlarge-6 { width: 50%; } .medium-margin-collapse > .xlarge-7 { width: 58.3333333333%; } .medium-margin-collapse > .xlarge-8 { width: 66.6666666667%; } .medium-margin-collapse > .xlarge-9 { width: 75%; } .medium-margin-collapse > .xlarge-10 { width: 83.3333333333%; } .medium-margin-collapse > .xlarge-11 { width: 91.6666666667%; } .medium-margin-collapse > .xlarge-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse > .laptop-1 { width: 8.3333333333%; } .medium-margin-collapse > .laptop-2 { width: 16.6666666667%; } .medium-margin-collapse > .laptop-3 { width: 25%; } .medium-margin-collapse > .laptop-4 { width: 33.3333333333%; } .medium-margin-collapse > .laptop-5 { width: 41.6666666667%; } .medium-margin-collapse > .laptop-6 { width: 50%; } .medium-margin-collapse > .laptop-7 { width: 58.3333333333%; } .medium-margin-collapse > .laptop-8 { width: 66.6666666667%; } .medium-margin-collapse > .laptop-9 { width: 75%; } .medium-margin-collapse > .laptop-10 { width: 83.3333333333%; } .medium-margin-collapse > .laptop-11 { width: 91.6666666667%; } .medium-margin-collapse > .laptop-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-margin-collapse > .xxlarge-1 { width: 8.3333333333%; } .medium-margin-collapse > .xxlarge-2 { width: 16.6666666667%; } .medium-margin-collapse > .xxlarge-3 { width: 25%; } .medium-margin-collapse > .xxlarge-4 { width: 33.3333333333%; } .medium-margin-collapse > .xxlarge-5 { width: 41.6666666667%; } .medium-margin-collapse > .xxlarge-6 { width: 50%; } .medium-margin-collapse > .xxlarge-7 { width: 58.3333333333%; } .medium-margin-collapse > .xxlarge-8 { width: 66.6666666667%; } .medium-margin-collapse > .xxlarge-9 { width: 75%; } .medium-margin-collapse > .xxlarge-10 { width: 83.3333333333%; } .medium-margin-collapse > .xxlarge-11 { width: 91.6666666667%; } .medium-margin-collapse > .xxlarge-12 { width: 100%; } }

@media print, screen and (min-width: 48em) { .medium-padding-collapse { margin-right: 0; margin-left: 0; } .medium-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse { margin-right: 0; margin-left: 0; } .large-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse > .small-1 { width: 8.3333333333%; } .large-margin-collapse > .small-2 { width: 16.6666666667%; } .large-margin-collapse > .small-3 { width: 25%; } .large-margin-collapse > .small-4 { width: 33.3333333333%; } .large-margin-collapse > .small-5 { width: 41.6666666667%; } .large-margin-collapse > .small-6 { width: 50%; } .large-margin-collapse > .small-7 { width: 58.3333333333%; } .large-margin-collapse > .small-8 { width: 66.6666666667%; } .large-margin-collapse > .small-9 { width: 75%; } .large-margin-collapse > .small-10 { width: 83.3333333333%; } .large-margin-collapse > .small-11 { width: 91.6666666667%; } .large-margin-collapse > .small-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse > .medium-1 { width: 8.3333333333%; } .large-margin-collapse > .medium-2 { width: 16.6666666667%; } .large-margin-collapse > .medium-3 { width: 25%; } .large-margin-collapse > .medium-4 { width: 33.3333333333%; } .large-margin-collapse > .medium-5 { width: 41.6666666667%; } .large-margin-collapse > .medium-6 { width: 50%; } .large-margin-collapse > .medium-7 { width: 58.3333333333%; } .large-margin-collapse > .medium-8 { width: 66.6666666667%; } .large-margin-collapse > .medium-9 { width: 75%; } .large-margin-collapse > .medium-10 { width: 83.3333333333%; } .large-margin-collapse > .medium-11 { width: 91.6666666667%; } .large-margin-collapse > .medium-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse > .large-1 { width: 8.3333333333%; } .large-margin-collapse > .large-2 { width: 16.6666666667%; } .large-margin-collapse > .large-3 { width: 25%; } .large-margin-collapse > .large-4 { width: 33.3333333333%; } .large-margin-collapse > .large-5 { width: 41.6666666667%; } .large-margin-collapse > .large-6 { width: 50%; } .large-margin-collapse > .large-7 { width: 58.3333333333%; } .large-margin-collapse > .large-8 { width: 66.6666666667%; } .large-margin-collapse > .large-9 { width: 75%; } .large-margin-collapse > .large-10 { width: 83.3333333333%; } .large-margin-collapse > .large-11 { width: 91.6666666667%; } .large-margin-collapse > .large-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse > .xlarge-1 { width: 8.3333333333%; } .large-margin-collapse > .xlarge-2 { width: 16.6666666667%; } .large-margin-collapse > .xlarge-3 { width: 25%; } .large-margin-collapse > .xlarge-4 { width: 33.3333333333%; } .large-margin-collapse > .xlarge-5 { width: 41.6666666667%; } .large-margin-collapse > .xlarge-6 { width: 50%; } .large-margin-collapse > .xlarge-7 { width: 58.3333333333%; } .large-margin-collapse > .xlarge-8 { width: 66.6666666667%; } .large-margin-collapse > .xlarge-9 { width: 75%; } .large-margin-collapse > .xlarge-10 { width: 83.3333333333%; } .large-margin-collapse > .xlarge-11 { width: 91.6666666667%; } .large-margin-collapse > .xlarge-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse > .laptop-1 { width: 8.3333333333%; } .large-margin-collapse > .laptop-2 { width: 16.6666666667%; } .large-margin-collapse > .laptop-3 { width: 25%; } .large-margin-collapse > .laptop-4 { width: 33.3333333333%; } .large-margin-collapse > .laptop-5 { width: 41.6666666667%; } .large-margin-collapse > .laptop-6 { width: 50%; } .large-margin-collapse > .laptop-7 { width: 58.3333333333%; } .large-margin-collapse > .laptop-8 { width: 66.6666666667%; } .large-margin-collapse > .laptop-9 { width: 75%; } .large-margin-collapse > .laptop-10 { width: 83.3333333333%; } .large-margin-collapse > .laptop-11 { width: 91.6666666667%; } .large-margin-collapse > .laptop-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-margin-collapse > .xxlarge-1 { width: 8.3333333333%; } .large-margin-collapse > .xxlarge-2 { width: 16.6666666667%; } .large-margin-collapse > .xxlarge-3 { width: 25%; } .large-margin-collapse > .xxlarge-4 { width: 33.3333333333%; } .large-margin-collapse > .xxlarge-5 { width: 41.6666666667%; } .large-margin-collapse > .xxlarge-6 { width: 50%; } .large-margin-collapse > .xxlarge-7 { width: 58.3333333333%; } .large-margin-collapse > .xxlarge-8 { width: 66.6666666667%; } .large-margin-collapse > .xxlarge-9 { width: 75%; } .large-margin-collapse > .xxlarge-10 { width: 83.3333333333%; } .large-margin-collapse > .xxlarge-11 { width: 91.6666666667%; } .large-margin-collapse > .xxlarge-12 { width: 100%; } }

@media print, screen and (min-width: 64em) { .large-padding-collapse { margin-right: 0; margin-left: 0; } .large-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse { margin-right: 0; margin-left: 0; } .xlarge-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse > .small-1 { width: 8.3333333333%; } .xlarge-margin-collapse > .small-2 { width: 16.6666666667%; } .xlarge-margin-collapse > .small-3 { width: 25%; } .xlarge-margin-collapse > .small-4 { width: 33.3333333333%; } .xlarge-margin-collapse > .small-5 { width: 41.6666666667%; } .xlarge-margin-collapse > .small-6 { width: 50%; } .xlarge-margin-collapse > .small-7 { width: 58.3333333333%; } .xlarge-margin-collapse > .small-8 { width: 66.6666666667%; } .xlarge-margin-collapse > .small-9 { width: 75%; } .xlarge-margin-collapse > .small-10 { width: 83.3333333333%; } .xlarge-margin-collapse > .small-11 { width: 91.6666666667%; } .xlarge-margin-collapse > .small-12 { width: 100%; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse > .medium-1 { width: 8.3333333333%; } .xlarge-margin-collapse > .medium-2 { width: 16.6666666667%; } .xlarge-margin-collapse > .medium-3 { width: 25%; } .xlarge-margin-collapse > .medium-4 { width: 33.3333333333%; } .xlarge-margin-collapse > .medium-5 { width: 41.6666666667%; } .xlarge-margin-collapse > .medium-6 { width: 50%; } .xlarge-margin-collapse > .medium-7 { width: 58.3333333333%; } .xlarge-margin-collapse > .medium-8 { width: 66.6666666667%; } .xlarge-margin-collapse > .medium-9 { width: 75%; } .xlarge-margin-collapse > .medium-10 { width: 83.3333333333%; } .xlarge-margin-collapse > .medium-11 { width: 91.6666666667%; } .xlarge-margin-collapse > .medium-12 { width: 100%; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse > .large-1 { width: 8.3333333333%; } .xlarge-margin-collapse > .large-2 { width: 16.6666666667%; } .xlarge-margin-collapse > .large-3 { width: 25%; } .xlarge-margin-collapse > .large-4 { width: 33.3333333333%; } .xlarge-margin-collapse > .large-5 { width: 41.6666666667%; } .xlarge-margin-collapse > .large-6 { width: 50%; } .xlarge-margin-collapse > .large-7 { width: 58.3333333333%; } .xlarge-margin-collapse > .large-8 { width: 66.6666666667%; } .xlarge-margin-collapse > .large-9 { width: 75%; } .xlarge-margin-collapse > .large-10 { width: 83.3333333333%; } .xlarge-margin-collapse > .large-11 { width: 91.6666666667%; } .xlarge-margin-collapse > .large-12 { width: 100%; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse > .xlarge-1 { width: 8.3333333333%; } .xlarge-margin-collapse > .xlarge-2 { width: 16.6666666667%; } .xlarge-margin-collapse > .xlarge-3 { width: 25%; } .xlarge-margin-collapse > .xlarge-4 { width: 33.3333333333%; } .xlarge-margin-collapse > .xlarge-5 { width: 41.6666666667%; } .xlarge-margin-collapse > .xlarge-6 { width: 50%; } .xlarge-margin-collapse > .xlarge-7 { width: 58.3333333333%; } .xlarge-margin-collapse > .xlarge-8 { width: 66.6666666667%; } .xlarge-margin-collapse > .xlarge-9 { width: 75%; } .xlarge-margin-collapse > .xlarge-10 { width: 83.3333333333%; } .xlarge-margin-collapse > .xlarge-11 { width: 91.6666666667%; } .xlarge-margin-collapse > .xlarge-12 { width: 100%; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse > .laptop-1 { width: 8.3333333333%; } .xlarge-margin-collapse > .laptop-2 { width: 16.6666666667%; } .xlarge-margin-collapse > .laptop-3 { width: 25%; } .xlarge-margin-collapse > .laptop-4 { width: 33.3333333333%; } .xlarge-margin-collapse > .laptop-5 { width: 41.6666666667%; } .xlarge-margin-collapse > .laptop-6 { width: 50%; } .xlarge-margin-collapse > .laptop-7 { width: 58.3333333333%; } .xlarge-margin-collapse > .laptop-8 { width: 66.6666666667%; } .xlarge-margin-collapse > .laptop-9 { width: 75%; } .xlarge-margin-collapse > .laptop-10 { width: 83.3333333333%; } .xlarge-margin-collapse > .laptop-11 { width: 91.6666666667%; } .xlarge-margin-collapse > .laptop-12 { width: 100%; } }

@media screen and (min-width: 75em) { .xlarge-margin-collapse > .xxlarge-1 { width: 8.3333333333%; } .xlarge-margin-collapse > .xxlarge-2 { width: 16.6666666667%; } .xlarge-margin-collapse > .xxlarge-3 { width: 25%; } .xlarge-margin-collapse > .xxlarge-4 { width: 33.3333333333%; } .xlarge-margin-collapse > .xxlarge-5 { width: 41.6666666667%; } .xlarge-margin-collapse > .xxlarge-6 { width: 50%; } .xlarge-margin-collapse > .xxlarge-7 { width: 58.3333333333%; } .xlarge-margin-collapse > .xxlarge-8 { width: 66.6666666667%; } .xlarge-margin-collapse > .xxlarge-9 { width: 75%; } .xlarge-margin-collapse > .xxlarge-10 { width: 83.3333333333%; } .xlarge-margin-collapse > .xxlarge-11 { width: 91.6666666667%; } .xlarge-margin-collapse > .xxlarge-12 { width: 100%; } }

@media screen and (min-width: 75em) { .xlarge-padding-collapse { margin-right: 0; margin-left: 0; } .xlarge-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse { margin-right: 0; margin-left: 0; } .laptop-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse > .small-1 { width: 8.3333333333%; } .laptop-margin-collapse > .small-2 { width: 16.6666666667%; } .laptop-margin-collapse > .small-3 { width: 25%; } .laptop-margin-collapse > .small-4 { width: 33.3333333333%; } .laptop-margin-collapse > .small-5 { width: 41.6666666667%; } .laptop-margin-collapse > .small-6 { width: 50%; } .laptop-margin-collapse > .small-7 { width: 58.3333333333%; } .laptop-margin-collapse > .small-8 { width: 66.6666666667%; } .laptop-margin-collapse > .small-9 { width: 75%; } .laptop-margin-collapse > .small-10 { width: 83.3333333333%; } .laptop-margin-collapse > .small-11 { width: 91.6666666667%; } .laptop-margin-collapse > .small-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse > .medium-1 { width: 8.3333333333%; } .laptop-margin-collapse > .medium-2 { width: 16.6666666667%; } .laptop-margin-collapse > .medium-3 { width: 25%; } .laptop-margin-collapse > .medium-4 { width: 33.3333333333%; } .laptop-margin-collapse > .medium-5 { width: 41.6666666667%; } .laptop-margin-collapse > .medium-6 { width: 50%; } .laptop-margin-collapse > .medium-7 { width: 58.3333333333%; } .laptop-margin-collapse > .medium-8 { width: 66.6666666667%; } .laptop-margin-collapse > .medium-9 { width: 75%; } .laptop-margin-collapse > .medium-10 { width: 83.3333333333%; } .laptop-margin-collapse > .medium-11 { width: 91.6666666667%; } .laptop-margin-collapse > .medium-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse > .large-1 { width: 8.3333333333%; } .laptop-margin-collapse > .large-2 { width: 16.6666666667%; } .laptop-margin-collapse > .large-3 { width: 25%; } .laptop-margin-collapse > .large-4 { width: 33.3333333333%; } .laptop-margin-collapse > .large-5 { width: 41.6666666667%; } .laptop-margin-collapse > .large-6 { width: 50%; } .laptop-margin-collapse > .large-7 { width: 58.3333333333%; } .laptop-margin-collapse > .large-8 { width: 66.6666666667%; } .laptop-margin-collapse > .large-9 { width: 75%; } .laptop-margin-collapse > .large-10 { width: 83.3333333333%; } .laptop-margin-collapse > .large-11 { width: 91.6666666667%; } .laptop-margin-collapse > .large-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse > .xlarge-1 { width: 8.3333333333%; } .laptop-margin-collapse > .xlarge-2 { width: 16.6666666667%; } .laptop-margin-collapse > .xlarge-3 { width: 25%; } .laptop-margin-collapse > .xlarge-4 { width: 33.3333333333%; } .laptop-margin-collapse > .xlarge-5 { width: 41.6666666667%; } .laptop-margin-collapse > .xlarge-6 { width: 50%; } .laptop-margin-collapse > .xlarge-7 { width: 58.3333333333%; } .laptop-margin-collapse > .xlarge-8 { width: 66.6666666667%; } .laptop-margin-collapse > .xlarge-9 { width: 75%; } .laptop-margin-collapse > .xlarge-10 { width: 83.3333333333%; } .laptop-margin-collapse > .xlarge-11 { width: 91.6666666667%; } .laptop-margin-collapse > .xlarge-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse > .laptop-1 { width: 8.3333333333%; } .laptop-margin-collapse > .laptop-2 { width: 16.6666666667%; } .laptop-margin-collapse > .laptop-3 { width: 25%; } .laptop-margin-collapse > .laptop-4 { width: 33.3333333333%; } .laptop-margin-collapse > .laptop-5 { width: 41.6666666667%; } .laptop-margin-collapse > .laptop-6 { width: 50%; } .laptop-margin-collapse > .laptop-7 { width: 58.3333333333%; } .laptop-margin-collapse > .laptop-8 { width: 66.6666666667%; } .laptop-margin-collapse > .laptop-9 { width: 75%; } .laptop-margin-collapse > .laptop-10 { width: 83.3333333333%; } .laptop-margin-collapse > .laptop-11 { width: 91.6666666667%; } .laptop-margin-collapse > .laptop-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .laptop-margin-collapse > .xxlarge-1 { width: 8.3333333333%; } .laptop-margin-collapse > .xxlarge-2 { width: 16.6666666667%; } .laptop-margin-collapse > .xxlarge-3 { width: 25%; } .laptop-margin-collapse > .xxlarge-4 { width: 33.3333333333%; } .laptop-margin-collapse > .xxlarge-5 { width: 41.6666666667%; } .laptop-margin-collapse > .xxlarge-6 { width: 50%; } .laptop-margin-collapse > .xxlarge-7 { width: 58.3333333333%; } .laptop-margin-collapse > .xxlarge-8 { width: 66.6666666667%; } .laptop-margin-collapse > .xxlarge-9 { width: 75%; } .laptop-margin-collapse > .xxlarge-10 { width: 83.3333333333%; } .laptop-margin-collapse > .xxlarge-11 { width: 91.6666666667%; } .laptop-margin-collapse > .xxlarge-12 { width: 100%; } }

@media screen and (min-width: 85.375em) { .laptop-padding-collapse { margin-right: 0; margin-left: 0; } .laptop-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse { margin-right: 0; margin-left: 0; } .xxlarge-margin-collapse > .cell { margin-right: 0; margin-left: 0; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .small-1 { width: 8.3333333333%; } .xxlarge-margin-collapse > .small-2 { width: 16.6666666667%; } .xxlarge-margin-collapse > .small-3 { width: 25%; } .xxlarge-margin-collapse > .small-4 { width: 33.3333333333%; } .xxlarge-margin-collapse > .small-5 { width: 41.6666666667%; } .xxlarge-margin-collapse > .small-6 { width: 50%; } .xxlarge-margin-collapse > .small-7 { width: 58.3333333333%; } .xxlarge-margin-collapse > .small-8 { width: 66.6666666667%; } .xxlarge-margin-collapse > .small-9 { width: 75%; } .xxlarge-margin-collapse > .small-10 { width: 83.3333333333%; } .xxlarge-margin-collapse > .small-11 { width: 91.6666666667%; } .xxlarge-margin-collapse > .small-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .medium-1 { width: 8.3333333333%; } .xxlarge-margin-collapse > .medium-2 { width: 16.6666666667%; } .xxlarge-margin-collapse > .medium-3 { width: 25%; } .xxlarge-margin-collapse > .medium-4 { width: 33.3333333333%; } .xxlarge-margin-collapse > .medium-5 { width: 41.6666666667%; } .xxlarge-margin-collapse > .medium-6 { width: 50%; } .xxlarge-margin-collapse > .medium-7 { width: 58.3333333333%; } .xxlarge-margin-collapse > .medium-8 { width: 66.6666666667%; } .xxlarge-margin-collapse > .medium-9 { width: 75%; } .xxlarge-margin-collapse > .medium-10 { width: 83.3333333333%; } .xxlarge-margin-collapse > .medium-11 { width: 91.6666666667%; } .xxlarge-margin-collapse > .medium-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .large-1 { width: 8.3333333333%; } .xxlarge-margin-collapse > .large-2 { width: 16.6666666667%; } .xxlarge-margin-collapse > .large-3 { width: 25%; } .xxlarge-margin-collapse > .large-4 { width: 33.3333333333%; } .xxlarge-margin-collapse > .large-5 { width: 41.6666666667%; } .xxlarge-margin-collapse > .large-6 { width: 50%; } .xxlarge-margin-collapse > .large-7 { width: 58.3333333333%; } .xxlarge-margin-collapse > .large-8 { width: 66.6666666667%; } .xxlarge-margin-collapse > .large-9 { width: 75%; } .xxlarge-margin-collapse > .large-10 { width: 83.3333333333%; } .xxlarge-margin-collapse > .large-11 { width: 91.6666666667%; } .xxlarge-margin-collapse > .large-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .xlarge-1 { width: 8.3333333333%; } .xxlarge-margin-collapse > .xlarge-2 { width: 16.6666666667%; } .xxlarge-margin-collapse > .xlarge-3 { width: 25%; } .xxlarge-margin-collapse > .xlarge-4 { width: 33.3333333333%; } .xxlarge-margin-collapse > .xlarge-5 { width: 41.6666666667%; } .xxlarge-margin-collapse > .xlarge-6 { width: 50%; } .xxlarge-margin-collapse > .xlarge-7 { width: 58.3333333333%; } .xxlarge-margin-collapse > .xlarge-8 { width: 66.6666666667%; } .xxlarge-margin-collapse > .xlarge-9 { width: 75%; } .xxlarge-margin-collapse > .xlarge-10 { width: 83.3333333333%; } .xxlarge-margin-collapse > .xlarge-11 { width: 91.6666666667%; } .xxlarge-margin-collapse > .xlarge-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .laptop-1 { width: 8.3333333333%; } .xxlarge-margin-collapse > .laptop-2 { width: 16.6666666667%; } .xxlarge-margin-collapse > .laptop-3 { width: 25%; } .xxlarge-margin-collapse > .laptop-4 { width: 33.3333333333%; } .xxlarge-margin-collapse > .laptop-5 { width: 41.6666666667%; } .xxlarge-margin-collapse > .laptop-6 { width: 50%; } .xxlarge-margin-collapse > .laptop-7 { width: 58.3333333333%; } .xxlarge-margin-collapse > .laptop-8 { width: 66.6666666667%; } .xxlarge-margin-collapse > .laptop-9 { width: 75%; } .xxlarge-margin-collapse > .laptop-10 { width: 83.3333333333%; } .xxlarge-margin-collapse > .laptop-11 { width: 91.6666666667%; } .xxlarge-margin-collapse > .laptop-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-margin-collapse > .xxlarge-1 { width: 8.3333333333%; } .xxlarge-margin-collapse > .xxlarge-2 { width: 16.6666666667%; } .xxlarge-margin-collapse > .xxlarge-3 { width: 25%; } .xxlarge-margin-collapse > .xxlarge-4 { width: 33.3333333333%; } .xxlarge-margin-collapse > .xxlarge-5 { width: 41.6666666667%; } .xxlarge-margin-collapse > .xxlarge-6 { width: 50%; } .xxlarge-margin-collapse > .xxlarge-7 { width: 58.3333333333%; } .xxlarge-margin-collapse > .xxlarge-8 { width: 66.6666666667%; } .xxlarge-margin-collapse > .xxlarge-9 { width: 75%; } .xxlarge-margin-collapse > .xxlarge-10 { width: 83.3333333333%; } .xxlarge-margin-collapse > .xxlarge-11 { width: 91.6666666667%; } .xxlarge-margin-collapse > .xxlarge-12 { width: 100%; } }

@media screen and (min-width: 90em) { .xxlarge-padding-collapse { margin-right: 0; margin-left: 0; } .xxlarge-padding-collapse > .cell { padding-right: 0; padding-left: 0; } }

.small-offset-0 { margin-left: 0%; }

.grid-margin-x > .small-offset-0 { margin-left: calc(0% + 1.25rem); }

.small-offset-1 { margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 { margin-left: calc(8.3333333333% + 1.25rem); }

.small-offset-2 { margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 { margin-left: calc(16.6666666667% + 1.25rem); }

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

.grid-margin-x > .small-offset-3 { margin-left: calc(25% + 1.25rem); }

.small-offset-4 { margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 { margin-left: calc(33.3333333333% + 1.25rem); }

.small-offset-5 { margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 { margin-left: calc(41.6666666667% + 1.25rem); }

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

.grid-margin-x > .small-offset-6 { margin-left: calc(50% + 1.25rem); }

.small-offset-7 { margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 { margin-left: calc(58.3333333333% + 1.25rem); }

.small-offset-8 { margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 { margin-left: calc(66.6666666667% + 1.25rem); }

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

.grid-margin-x > .small-offset-9 { margin-left: calc(75% + 1.25rem); }

.small-offset-10 { margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 { margin-left: calc(83.3333333333% + 1.25rem); }

.small-offset-11 { margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 { margin-left: calc(91.6666666667% + 1.25rem); }

@media print, screen and (min-width: 48em) { .medium-offset-0 { margin-left: 0%; } .grid-margin-x > .medium-offset-0 { margin-left: calc(0% + 1.25rem); } .medium-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .medium-offset-1 { margin-left: calc(8.3333333333% + 1.25rem); } .medium-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .medium-offset-2 { margin-left: calc(16.6666666667% + 1.25rem); } .medium-offset-3 { margin-left: 25%; } .grid-margin-x > .medium-offset-3 { margin-left: calc(25% + 1.25rem); } .medium-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .medium-offset-4 { margin-left: calc(33.3333333333% + 1.25rem); } .medium-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .medium-offset-5 { margin-left: calc(41.6666666667% + 1.25rem); } .medium-offset-6 { margin-left: 50%; } .grid-margin-x > .medium-offset-6 { margin-left: calc(50% + 1.25rem); } .medium-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .medium-offset-7 { margin-left: calc(58.3333333333% + 1.25rem); } .medium-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .medium-offset-8 { margin-left: calc(66.6666666667% + 1.25rem); } .medium-offset-9 { margin-left: 75%; } .grid-margin-x > .medium-offset-9 { margin-left: calc(75% + 1.25rem); } .medium-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .medium-offset-10 { margin-left: calc(83.3333333333% + 1.25rem); } .medium-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .medium-offset-11 { margin-left: calc(91.6666666667% + 1.25rem); } }

@media print, screen and (min-width: 64em) { .large-offset-0 { margin-left: 0%; } .grid-margin-x > .large-offset-0 { margin-left: calc(0% + 1.25rem); } .large-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .large-offset-1 { margin-left: calc(8.3333333333% + 1.25rem); } .large-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .large-offset-2 { margin-left: calc(16.6666666667% + 1.25rem); } .large-offset-3 { margin-left: 25%; } .grid-margin-x > .large-offset-3 { margin-left: calc(25% + 1.25rem); } .large-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .large-offset-4 { margin-left: calc(33.3333333333% + 1.25rem); } .large-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .large-offset-5 { margin-left: calc(41.6666666667% + 1.25rem); } .large-offset-6 { margin-left: 50%; } .grid-margin-x > .large-offset-6 { margin-left: calc(50% + 1.25rem); } .large-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .large-offset-7 { margin-left: calc(58.3333333333% + 1.25rem); } .large-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .large-offset-8 { margin-left: calc(66.6666666667% + 1.25rem); } .large-offset-9 { margin-left: 75%; } .grid-margin-x > .large-offset-9 { margin-left: calc(75% + 1.25rem); } .large-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .large-offset-10 { margin-left: calc(83.3333333333% + 1.25rem); } .large-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .large-offset-11 { margin-left: calc(91.6666666667% + 1.25rem); } }

@media screen and (min-width: 75em) { .xlarge-offset-0 { margin-left: 0%; } .grid-margin-x > .xlarge-offset-0 { margin-left: calc(0% + 1.25rem); } .xlarge-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .xlarge-offset-1 { margin-left: calc(8.3333333333% + 1.25rem); } .xlarge-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .xlarge-offset-2 { margin-left: calc(16.6666666667% + 1.25rem); } .xlarge-offset-3 { margin-left: 25%; } .grid-margin-x > .xlarge-offset-3 { margin-left: calc(25% + 1.25rem); } .xlarge-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .xlarge-offset-4 { margin-left: calc(33.3333333333% + 1.25rem); } .xlarge-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .xlarge-offset-5 { margin-left: calc(41.6666666667% + 1.25rem); } .xlarge-offset-6 { margin-left: 50%; } .grid-margin-x > .xlarge-offset-6 { margin-left: calc(50% + 1.25rem); } .xlarge-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .xlarge-offset-7 { margin-left: calc(58.3333333333% + 1.25rem); } .xlarge-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .xlarge-offset-8 { margin-left: calc(66.6666666667% + 1.25rem); } .xlarge-offset-9 { margin-left: 75%; } .grid-margin-x > .xlarge-offset-9 { margin-left: calc(75% + 1.25rem); } .xlarge-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .xlarge-offset-10 { margin-left: calc(83.3333333333% + 1.25rem); } .xlarge-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .xlarge-offset-11 { margin-left: calc(91.6666666667% + 1.25rem); } }

@media screen and (min-width: 85.375em) { .laptop-offset-0 { margin-left: 0%; } .grid-margin-x > .laptop-offset-0 { margin-left: calc(0% + 1.25rem); } .laptop-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .laptop-offset-1 { margin-left: calc(8.3333333333% + 1.25rem); } .laptop-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .laptop-offset-2 { margin-left: calc(16.6666666667% + 1.25rem); } .laptop-offset-3 { margin-left: 25%; } .grid-margin-x > .laptop-offset-3 { margin-left: calc(25% + 1.25rem); } .laptop-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .laptop-offset-4 { margin-left: calc(33.3333333333% + 1.25rem); } .laptop-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .laptop-offset-5 { margin-left: calc(41.6666666667% + 1.25rem); } .laptop-offset-6 { margin-left: 50%; } .grid-margin-x > .laptop-offset-6 { margin-left: calc(50% + 1.25rem); } .laptop-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .laptop-offset-7 { margin-left: calc(58.3333333333% + 1.25rem); } .laptop-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .laptop-offset-8 { margin-left: calc(66.6666666667% + 1.25rem); } .laptop-offset-9 { margin-left: 75%; } .grid-margin-x > .laptop-offset-9 { margin-left: calc(75% + 1.25rem); } .laptop-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .laptop-offset-10 { margin-left: calc(83.3333333333% + 1.25rem); } .laptop-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .laptop-offset-11 { margin-left: calc(91.6666666667% + 1.25rem); } }

@media screen and (min-width: 90em) { .xxlarge-offset-0 { margin-left: 0%; } .grid-margin-x > .xxlarge-offset-0 { margin-left: calc(0% + 1.25rem); } .xxlarge-offset-1 { margin-left: 8.3333333333%; } .grid-margin-x > .xxlarge-offset-1 { margin-left: calc(8.3333333333% + 1.25rem); } .xxlarge-offset-2 { margin-left: 16.6666666667%; } .grid-margin-x > .xxlarge-offset-2 { margin-left: calc(16.6666666667% + 1.25rem); } .xxlarge-offset-3 { margin-left: 25%; } .grid-margin-x > .xxlarge-offset-3 { margin-left: calc(25% + 1.25rem); } .xxlarge-offset-4 { margin-left: 33.3333333333%; } .grid-margin-x > .xxlarge-offset-4 { margin-left: calc(33.3333333333% + 1.25rem); } .xxlarge-offset-5 { margin-left: 41.6666666667%; } .grid-margin-x > .xxlarge-offset-5 { margin-left: calc(41.6666666667% + 1.25rem); } .xxlarge-offset-6 { margin-left: 50%; } .grid-margin-x > .xxlarge-offset-6 { margin-left: calc(50% + 1.25rem); } .xxlarge-offset-7 { margin-left: 58.3333333333%; } .grid-margin-x > .xxlarge-offset-7 { margin-left: calc(58.3333333333% + 1.25rem); } .xxlarge-offset-8 { margin-left: 66.6666666667%; } .grid-margin-x > .xxlarge-offset-8 { margin-left: calc(66.6666666667% + 1.25rem); } .xxlarge-offset-9 { margin-left: 75%; } .grid-margin-x > .xxlarge-offset-9 { margin-left: calc(75% + 1.25rem); } .xxlarge-offset-10 { margin-left: 83.3333333333%; } .grid-margin-x > .xxlarge-offset-10 { margin-left: calc(83.3333333333% + 1.25rem); } .xxlarge-offset-11 { margin-left: 91.6666666667%; } .grid-margin-x > .xxlarge-offset-11 { margin-left: calc(91.6666666667% + 1.25rem); } }

.grid-y { display: flex; flex-flow: column nowrap; }

.grid-y > .cell { width: auto; }

.grid-y > .auto { height: auto; }

.grid-y > .shrink { height: auto; }

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 { flex-basis: auto; }

@media print, screen and (min-width: 48em) { .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 { flex-basis: auto; } }

@media print, screen and (min-width: 64em) { .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 { flex-basis: auto; } }

@media screen and (min-width: 75em) { .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 { flex-basis: auto; } }

@media screen and (min-width: 85.375em) { .grid-y > .laptop-shrink, .grid-y > .laptop-full, .grid-y > .laptop-1, .grid-y > .laptop-2, .grid-y > .laptop-3, .grid-y > .laptop-4, .grid-y > .laptop-5, .grid-y > .laptop-6, .grid-y > .laptop-7, .grid-y > .laptop-8, .grid-y > .laptop-9, .grid-y > .laptop-10, .grid-y > .laptop-11, .grid-y > .laptop-12 { flex-basis: auto; } }

@media screen and (min-width: 90em) { .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 { flex-basis: auto; } }

.grid-y > .small-1 { height: 8.3333333333%; }

.grid-y > .small-2 { height: 16.6666666667%; }

.grid-y > .small-3 { height: 25%; }

.grid-y > .small-4 { height: 33.3333333333%; }

.grid-y > .small-5 { height: 41.6666666667%; }

.grid-y > .small-6 { height: 50%; }

.grid-y > .small-7 { height: 58.3333333333%; }

.grid-y > .small-8 { height: 66.6666666667%; }

.grid-y > .small-9 { height: 75%; }

.grid-y > .small-10 { height: 83.3333333333%; }

.grid-y > .small-11 { height: 91.6666666667%; }

.grid-y > .small-12 { height: 100%; }

@media print, screen and (min-width: 48em) { .grid-y > .medium-auto { flex: 1 1 0px; height: auto; } .grid-y > .medium-shrink { height: auto; } .grid-y > .medium-1 { height: 8.3333333333%; } .grid-y > .medium-2 { height: 16.6666666667%; } .grid-y > .medium-3 { height: 25%; } .grid-y > .medium-4 { height: 33.3333333333%; } .grid-y > .medium-5 { height: 41.6666666667%; } .grid-y > .medium-6 { height: 50%; } .grid-y > .medium-7 { height: 58.3333333333%; } .grid-y > .medium-8 { height: 66.6666666667%; } .grid-y > .medium-9 { height: 75%; } .grid-y > .medium-10 { height: 83.3333333333%; } .grid-y > .medium-11 { height: 91.6666666667%; } .grid-y > .medium-12 { height: 100%; } }

@media print, screen and (min-width: 64em) { .grid-y > .large-auto { flex: 1 1 0px; height: auto; } .grid-y > .large-shrink { height: auto; } .grid-y > .large-1 { height: 8.3333333333%; } .grid-y > .large-2 { height: 16.6666666667%; } .grid-y > .large-3 { height: 25%; } .grid-y > .large-4 { height: 33.3333333333%; } .grid-y > .large-5 { height: 41.6666666667%; } .grid-y > .large-6 { height: 50%; } .grid-y > .large-7 { height: 58.3333333333%; } .grid-y > .large-8 { height: 66.6666666667%; } .grid-y > .large-9 { height: 75%; } .grid-y > .large-10 { height: 83.3333333333%; } .grid-y > .large-11 { height: 91.6666666667%; } .grid-y > .large-12 { height: 100%; } }

@media screen and (min-width: 75em) { .grid-y > .xlarge-auto { flex: 1 1 0px; height: auto; } .grid-y > .xlarge-shrink { height: auto; } .grid-y > .xlarge-1 { height: 8.3333333333%; } .grid-y > .xlarge-2 { height: 16.6666666667%; } .grid-y > .xlarge-3 { height: 25%; } .grid-y > .xlarge-4 { height: 33.3333333333%; } .grid-y > .xlarge-5 { height: 41.6666666667%; } .grid-y > .xlarge-6 { height: 50%; } .grid-y > .xlarge-7 { height: 58.3333333333%; } .grid-y > .xlarge-8 { height: 66.6666666667%; } .grid-y > .xlarge-9 { height: 75%; } .grid-y > .xlarge-10 { height: 83.3333333333%; } .grid-y > .xlarge-11 { height: 91.6666666667%; } .grid-y > .xlarge-12 { height: 100%; } }

@media screen and (min-width: 85.375em) { .grid-y > .laptop-auto { flex: 1 1 0px; height: auto; } .grid-y > .laptop-shrink { height: auto; } .grid-y > .laptop-1 { height: 8.3333333333%; } .grid-y > .laptop-2 { height: 16.6666666667%; } .grid-y > .laptop-3 { height: 25%; } .grid-y > .laptop-4 { height: 33.3333333333%; } .grid-y > .laptop-5 { height: 41.6666666667%; } .grid-y > .laptop-6 { height: 50%; } .grid-y > .laptop-7 { height: 58.3333333333%; } .grid-y > .laptop-8 { height: 66.6666666667%; } .grid-y > .laptop-9 { height: 75%; } .grid-y > .laptop-10 { height: 83.3333333333%; } .grid-y > .laptop-11 { height: 91.6666666667%; } .grid-y > .laptop-12 { height: 100%; } }

@media screen and (min-width: 90em) { .grid-y > .xxlarge-auto { flex: 1 1 0px; height: auto; } .grid-y > .xxlarge-shrink { height: auto; } .grid-y > .xxlarge-1 { height: 8.3333333333%; } .grid-y > .xxlarge-2 { height: 16.6666666667%; } .grid-y > .xxlarge-3 { height: 25%; } .grid-y > .xxlarge-4 { height: 33.3333333333%; } .grid-y > .xxlarge-5 { height: 41.6666666667%; } .grid-y > .xxlarge-6 { height: 50%; } .grid-y > .xxlarge-7 { height: 58.3333333333%; } .grid-y > .xxlarge-8 { height: 66.6666666667%; } .grid-y > .xxlarge-9 { height: 75%; } .grid-y > .xxlarge-10 { height: 83.3333333333%; } .grid-y > .xxlarge-11 { height: 91.6666666667%; } .grid-y > .xxlarge-12 { height: 100%; } }

.grid-padding-y .grid-padding-y { margin-top: -1.25rem; margin-bottom: -1.25rem; }

@media print, screen and (min-width: 64em) { .grid-padding-y .grid-padding-y { margin-top: -1.25rem; margin-bottom: -1.25rem; } }

.grid-padding-y > .cell { padding-top: 1.25rem; padding-bottom: 1.25rem; }

@media print, screen and (min-width: 64em) { .grid-padding-y > .cell { padding-top: 1.25rem; padding-bottom: 1.25rem; } }

.grid-margin-y { margin-top: -1.25rem; margin-bottom: -1.25rem; }

@media print, screen and (min-width: 64em) { .grid-margin-y { margin-top: -1.25rem; margin-bottom: -1.25rem; } }

.grid-margin-y > .cell { height: calc(100% - 2.5rem); margin-top: 1.25rem; margin-bottom: 1.25rem; }

@media print, screen and (min-width: 64em) { .grid-margin-y > .cell { height: calc(100% - 2.5rem); margin-top: 1.25rem; margin-bottom: 1.25rem; } }

.grid-margin-y > .auto { height: auto; }

.grid-margin-y > .shrink { height: auto; }

.grid-margin-y > .small-1 { height: calc(8.3333333333% - 2.5rem); }

.grid-margin-y > .small-2 { height: calc(16.6666666667% - 2.5rem); }

.grid-margin-y > .small-3 { height: calc(25% - 2.5rem); }

.grid-margin-y > .small-4 { height: calc(33.3333333333% - 2.5rem); }

.grid-margin-y > .small-5 { height: calc(41.6666666667% - 2.5rem); }

.grid-margin-y > .small-6 { height: calc(50% - 2.5rem); }

.grid-margin-y > .small-7 { height: calc(58.3333333333% - 2.5rem); }

.grid-margin-y > .small-8 { height: calc(66.6666666667% - 2.5rem); }

.grid-margin-y > .small-9 { height: calc(75% - 2.5rem); }

.grid-margin-y > .small-10 { height: calc(83.3333333333% - 2.5rem); }

.grid-margin-y > .small-11 { height: calc(91.6666666667% - 2.5rem); }

.grid-margin-y > .small-12 { height: calc(100% - 2.5rem); }

@media print, screen and (min-width: 48em) { .grid-margin-y > .medium-auto { height: auto; } .grid-margin-y > .medium-shrink { height: auto; } .grid-margin-y > .medium-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .medium-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .medium-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .medium-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .medium-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .medium-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .medium-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .medium-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .medium-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .medium-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .medium-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .medium-12 { height: calc(100% - 2.5rem); } }

@media print, screen and (min-width: 64em) { .grid-margin-y > .auto { height: auto; } .grid-margin-y > .shrink { height: auto; } .grid-margin-y > .small-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .small-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .small-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .small-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .small-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .small-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .small-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .small-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .small-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .small-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .small-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .small-12 { height: calc(100% - 2.5rem); } .grid-margin-y > .large-auto { height: auto; } .grid-margin-y > .large-shrink { height: auto; } .grid-margin-y > .large-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .large-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .large-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .large-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .large-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .large-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .large-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .large-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .large-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .large-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .large-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .large-12 { height: calc(100% - 2.5rem); } }

@media screen and (min-width: 75em) { .grid-margin-y > .xlarge-auto { height: auto; } .grid-margin-y > .xlarge-shrink { height: auto; } .grid-margin-y > .xlarge-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .xlarge-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .xlarge-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .xlarge-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-12 { height: calc(100% - 2.5rem); } }

@media screen and (min-width: 85.375em) { .grid-margin-y > .laptop-auto { height: auto; } .grid-margin-y > .laptop-shrink { height: auto; } .grid-margin-y > .laptop-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .laptop-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .laptop-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .laptop-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .laptop-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .laptop-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .laptop-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .laptop-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .laptop-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .laptop-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .laptop-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .laptop-12 { height: calc(100% - 2.5rem); } }

@media screen and (min-width: 90em) { .grid-margin-y > .xxlarge-auto { height: auto; } .grid-margin-y > .xxlarge-shrink { height: auto; } .grid-margin-y > .xxlarge-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .xxlarge-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .xxlarge-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .xxlarge-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-12 { height: calc(100% - 2.5rem); } }

.grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; }

.cell .grid-frame { width: 100%; }

.cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y { overflow-y: auto; max-height: 100%; height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container { display: flex; flex-direction: column; max-height: 100%; }

.cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) { .medium-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .medium-grid-frame { width: 100%; } .medium-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } .medium-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .medium-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .medium-cell-block-y { overflow-y: auto; max-height: 100%; height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) { .large-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .large-grid-frame { width: 100%; } .large-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } .large-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .large-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .large-cell-block-y { overflow-y: auto; max-height: 100%; height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) { .xlarge-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .xlarge-grid-frame { width: 100%; } .xlarge-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } .xlarge-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .xlarge-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .xlarge-cell-block-y { overflow-y: auto; max-height: 100%; height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 85.375em) { .laptop-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .laptop-grid-frame { width: 100%; } .laptop-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } .laptop-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .laptop-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .laptop-cell-block-y { overflow-y: auto; max-height: 100%; height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90em) { .xxlarge-grid-frame { overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; width: 100vw; } .cell .xxlarge-grid-frame { width: 100%; } .xxlarge-cell-block { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } .xxlarge-cell-block-container { display: flex; flex-direction: column; max-height: 100%; } .xxlarge-cell-block-container > .grid-x { max-height: 100%; flex-wrap: nowrap; } .xxlarge-cell-block-y { overflow-y: auto; max-height: 100%; height: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame { width: auto; overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; }

@media print, screen and (min-width: 48em) { .grid-y.medium-grid-frame { width: auto; overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; } }

@media print, screen and (min-width: 64em) { .grid-y.large-grid-frame { width: auto; overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; } }

@media screen and (min-width: 75em) { .grid-y.xlarge-grid-frame { width: auto; overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; } }

@media screen and (min-width: 85.375em) { .grid-y.laptop-grid-frame { width: auto; overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; } }

@media screen and (min-width: 90em) { .grid-y.xxlarge-grid-frame { width: auto; overflow: hidden; position: relative; flex-wrap: nowrap; align-items: stretch; height: 100vh; } }

.cell .grid-y.grid-frame { height: 100%; }

@media print, screen and (min-width: 48em) { .cell .grid-y.medium-grid-frame { height: 100%; } }

@media print, screen and (min-width: 64em) { .cell .grid-y.large-grid-frame { height: 100%; } }

@media screen and (min-width: 75em) { .cell .grid-y.xlarge-grid-frame { height: 100%; } }

@media screen and (min-width: 85.375em) { .cell .grid-y.laptop-grid-frame { height: 100%; } }

@media screen and (min-width: 90em) { .cell .grid-y.xxlarge-grid-frame { height: 100%; } }

.grid-margin-y { margin-top: -1.25rem; margin-bottom: -1.25rem; }

@media print, screen and (min-width: 64em) { .grid-margin-y { margin-top: -1.25rem; margin-bottom: -1.25rem; } }

.grid-margin-y > .cell { height: calc(100% - 2.5rem); margin-top: 1.25rem; margin-bottom: 1.25rem; }

@media print, screen and (min-width: 64em) { .grid-margin-y > .cell { height: calc(100% - 2.5rem); margin-top: 1.25rem; margin-bottom: 1.25rem; } }

.grid-margin-y > .auto { height: auto; }

.grid-margin-y > .shrink { height: auto; }

.grid-margin-y > .small-1 { height: calc(8.3333333333% - 2.5rem); }

.grid-margin-y > .small-2 { height: calc(16.6666666667% - 2.5rem); }

.grid-margin-y > .small-3 { height: calc(25% - 2.5rem); }

.grid-margin-y > .small-4 { height: calc(33.3333333333% - 2.5rem); }

.grid-margin-y > .small-5 { height: calc(41.6666666667% - 2.5rem); }

.grid-margin-y > .small-6 { height: calc(50% - 2.5rem); }

.grid-margin-y > .small-7 { height: calc(58.3333333333% - 2.5rem); }

.grid-margin-y > .small-8 { height: calc(66.6666666667% - 2.5rem); }

.grid-margin-y > .small-9 { height: calc(75% - 2.5rem); }

.grid-margin-y > .small-10 { height: calc(83.3333333333% - 2.5rem); }

.grid-margin-y > .small-11 { height: calc(91.6666666667% - 2.5rem); }

.grid-margin-y > .small-12 { height: calc(100% - 2.5rem); }

@media print, screen and (min-width: 48em) { .grid-margin-y > .medium-auto { height: auto; } .grid-margin-y > .medium-shrink { height: auto; } .grid-margin-y > .medium-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .medium-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .medium-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .medium-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .medium-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .medium-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .medium-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .medium-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .medium-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .medium-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .medium-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .medium-12 { height: calc(100% - 2.5rem); } }

@media print, screen and (min-width: 64em) { .grid-margin-y > .auto { height: auto; } .grid-margin-y > .shrink { height: auto; } .grid-margin-y > .small-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .small-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .small-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .small-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .small-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .small-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .small-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .small-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .small-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .small-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .small-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .small-12 { height: calc(100% - 2.5rem); } .grid-margin-y > .large-auto { height: auto; } .grid-margin-y > .large-shrink { height: auto; } .grid-margin-y > .large-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .large-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .large-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .large-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .large-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .large-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .large-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .large-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .large-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .large-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .large-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .large-12 { height: calc(100% - 2.5rem); } }

@media screen and (min-width: 75em) { .grid-margin-y > .xlarge-auto { height: auto; } .grid-margin-y > .xlarge-shrink { height: auto; } .grid-margin-y > .xlarge-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .xlarge-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .xlarge-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .xlarge-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .xlarge-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .xlarge-12 { height: calc(100% - 2.5rem); } }

@media screen and (min-width: 85.375em) { .grid-margin-y > .laptop-auto { height: auto; } .grid-margin-y > .laptop-shrink { height: auto; } .grid-margin-y > .laptop-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .laptop-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .laptop-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .laptop-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .laptop-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .laptop-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .laptop-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .laptop-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .laptop-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .laptop-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .laptop-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .laptop-12 { height: calc(100% - 2.5rem); } }

@media screen and (min-width: 90em) { .grid-margin-y > .xxlarge-auto { height: auto; } .grid-margin-y > .xxlarge-shrink { height: auto; } .grid-margin-y > .xxlarge-1 { height: calc(8.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-2 { height: calc(16.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-3 { height: calc(25% - 2.5rem); } .grid-margin-y > .xxlarge-4 { height: calc(33.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-5 { height: calc(41.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-6 { height: calc(50% - 2.5rem); } .grid-margin-y > .xxlarge-7 { height: calc(58.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-8 { height: calc(66.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-9 { height: calc(75% - 2.5rem); } .grid-margin-y > .xxlarge-10 { height: calc(83.3333333333% - 2.5rem); } .grid-margin-y > .xxlarge-11 { height: calc(91.6666666667% - 2.5rem); } .grid-margin-y > .xxlarge-12 { height: calc(100% - 2.5rem); } }

.grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); }

@media print, screen and (min-width: 48em) { .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 64em) { .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 75em) { .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 85.375em) { .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 90em) { .grid-frame.grid-margin-y { height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 48em) { .grid-margin-y.medium-grid-frame { height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 64em) { .grid-margin-y.large-grid-frame { height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 75em) { .grid-margin-y.xlarge-grid-frame { height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 85.375em) { .grid-margin-y.laptop-grid-frame { height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 90em) { .grid-margin-y.xxlarge-grid-frame { height: calc(100vh + 2.5rem); } }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { margin-bottom: 1rem; font-size: inherit; line-height: 1.1; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "DINNextRoundedLTPro-Light", sans-serif; font-style: normal; font-weight: 400; color: inherit; text-rendering: optimizeLegibility; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small { line-height: 0; color: #cacaca; }

h1, .h1 { font-size: 1.875rem; line-height: 1.1; margin-top: 0; margin-bottom: 1rem; }

h2, .h2 { font-size: 1.5rem; line-height: 1.1; margin-top: 0; margin-bottom: 1rem; }

h3, .h3 { font-size: 1.25rem; line-height: 1.1; margin-top: 0; margin-bottom: 1rem; }

h4, .h4 { font-size: 1.125rem; line-height: 1.1; margin-top: 0; margin-bottom: 1rem; }

h5, .h5 { font-size: 1rem; line-height: 1.1; margin-top: 0; margin-bottom: 1rem; }

h6, .h6 { font-size: 0.875rem; line-height: 1.1; margin-top: 0; margin-bottom: 1rem; }

@media print, screen and (min-width: 48em) { h1, .h1 { font-size: 2.25rem; } h2, .h2 { font-size: 1.875rem; } h3, .h3 { font-size: 1.375rem; } h4, .h4 { font-size: 1.125rem; } h5, .h5 { font-size: 1rem; } h6, .h6 { font-size: 0.875rem; } }

a { line-height: inherit; color: #008c6e; text-decoration: none; cursor: pointer; }

a:hover, a:focus { color: #0f4b5f; }

a img { border: 0; }

hr { clear: both; max-width: 75rem; height: 0; margin: 2.5rem auto; border-top: 0; border-right: 0; border-bottom: 1px solid #cacaca; border-left: 0; }

ul, ol, dl { margin-bottom: 1rem; list-style-position: outside; line-height: 1.1; }

li { font-size: inherit; }

ul { margin-left: 1.25rem; list-style-type: disc; }

ol { margin-left: 1.25rem; }

ul ul, ul ol, ol ul, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }

dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: none; }

blockquote, blockquote p { line-height: 1.1; color: inherit; }

cite { display: block; font-size: 0.8125rem; color: inherit; }

cite:before { content: "— "; }

abbr, abbr[title] { border-bottom: 1px dotted #000000; cursor: help; text-decoration: none; }

figure { margin: 0; }

code { padding: 0.125rem 0.3125rem 0.0625rem; border: 1px solid #cacaca; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #000000; }

kbd { margin: 0; padding: 0.125rem 0.25rem 0; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; color: #000000; border-radius: 6px; }

.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal; line-height: 1.3; color: #333333; }

.lead { font-size: 125%; line-height: 1.3; }

.stat { font-size: 2.5rem; line-height: 1; }

p + .stat { margin-top: -1rem; }

ul.no-bullet, ol.no-bullet { margin-left: 0; list-style: none; }

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

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

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

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

@media print, screen and (min-width: 48em) { .medium-text-left { text-align: left; } .medium-text-right { text-align: right; } .medium-text-center { text-align: center; } .medium-text-justify { text-align: justify; } }

@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; } .large-text-right { text-align: right; } .large-text-center { text-align: center; } .large-text-justify { text-align: justify; } }

@media screen and (min-width: 75em) { .xlarge-text-left { text-align: left; } .xlarge-text-right { text-align: right; } .xlarge-text-center { text-align: center; } .xlarge-text-justify { text-align: justify; } }

@media screen and (min-width: 85.375em) { .laptop-text-left { text-align: left; } .laptop-text-right { text-align: right; } .laptop-text-center { text-align: center; } .laptop-text-justify { text-align: justify; } }

@media screen and (min-width: 90em) { .xxlarge-text-left { text-align: left; } .xxlarge-text-right { text-align: right; } .xxlarge-text-center { text-align: center; } .xxlarge-text-justify { text-align: justify; } }

.show-for-print { display: none !important; }

@media print { * { background: transparent !important; box-shadow: none !important; color: black !important; text-shadow: none !important; } .show-for-print { display: block !important; } .hide-for-print { display: none !important; } table.show-for-print { display: table !important; } thead.show-for-print { display: table-header-group !important; } tbody.show-for-print { display: table-row-group !important; } tr.show-for-print { display: table-row !important; } td.show-for-print { display: table-cell !important; } th.show-for-print { display: table-cell !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; } abbr[title]:after { content: " (" attr(title) ")"; } pre, blockquote { border: 1px solid #333333; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .print-break-inside { page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; box-sizing: border-box; width: 100%; height: 3.515625rem; margin: 0 0 1rem; padding: 0.5rem; border: 1px solid #cee5df; border-radius: 0; background-color: #cee5df; box-shadow: none; font-family: inherit; font-size: 1.375rem; font-weight: normal; line-height: 1.875rem; color: #000000; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { outline: none; border: 1px solid #cee5df; background-color: #cee5df; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea { max-width: 100%; }

textarea[rows] { height: auto; }

input::placeholder, textarea::placeholder { color: #110b22; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: not-allowed; }

[type='submit'], [type='button'] { appearance: none; border-radius: 6px; }

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

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label { display: inline-block; vertical-align: baseline; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; }

[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.5rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 0.875rem; font-weight: normal; line-height: 1.8; color: #0f4b5f; }

label.middle { margin: 0 0 1rem; padding: 0.5625rem 0; }

.help-text { margin-top: -0.5rem; font-size: 0.8125rem; font-style: italic; color: #000000; }

.input-group { display: flex; width: 100%; margin-bottom: 1rem; align-items: stretch; }

.input-group > :first-child { border-radius: 0 0 0 0; }

.input-group > :last-child > * { border-radius: 0 0 0 0; }

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label, .input-group-button, .input-group-field, .input-group-label { margin: 0; white-space: nowrap; }

.input-group-label { padding: 0 1rem; border: 1px solid #cacaca; background: #e6e6e6; color: #000000; text-align: center; white-space: nowrap; display: flex; flex: 0 0 auto; align-items: center; }

.input-group-label:first-child { border-right: 0; }

.input-group-label:last-child { border-left: 0; }

.input-group-field { border-radius: 0; flex: 1 1 0px; height: auto; min-width: 0; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; flex: 0 0 auto; }

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { height: 2.975rem; padding-top: 0; padding-bottom: 0; font-size: 1.375rem; }

fieldset { margin: 0; padding: 0; border: 0; }

legend { max-width: 100%; margin-bottom: 0.5rem; }

.fieldset { margin: 1.125rem 0; padding: 1.25rem; border: 1px solid #cacaca; }

.fieldset legend { margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; }

select { height: 3.515625rem; margin: 0 0 1rem; padding: 0.5rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cee5df; border-radius: 6px; background-color: #ffffff; font-family: inherit; font-size: 1.375rem; font-weight: normal; line-height: 1.875rem; color: #000000; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>"); background-origin: content-box; background-position: right 0.5rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 1.5rem; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus { outline: none; border: 1px solid #cee5df; background-color: #cee5df; box-shadow: 0 0 5px #cacaca; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled { background-color: #e6e6e6; cursor: not-allowed; }

select::-ms-expand { display: none; }

select[multiple] { height: auto; background-image: none; }

.is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #faedeb; }

.is-invalid-input:not(:focus)::placeholder { color: #cc4b37; }

.is-invalid-label { color: #cc4b37; }

.form-error { display: none; margin-top: -0.5rem; margin-bottom: 1rem; font-size: 0.75rem; font-weight: bold; color: #cc4b37; }

.form-error.is-visible { display: block; }

.button { display: inline-block; vertical-align: middle; margin: 0; font-family: "DINNextRoundedLTPro-Regular"; font-weight: 400; padding: 10px 15px; -webkit-appearance: none; border: 1px solid transparent; border-radius: 10px; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 22px; line-height: 22px; text-align: center; cursor: pointer; }

[data-whatinput='mouse'] .button { outline: 0; }

.button.tiny { font-size: 16px; }

.button.small { font-size: 18px; }

.button.large { font-size: 30px; }

.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }

.button.primary { background-color: #0f4b5f; color: #008c6e; }

.button.primary:hover, .button.primary:focus { background-color: #0c3c4c; color: #008c6e; }

.button.secondary { background-color: #767676; color: #110b22; }

.button.secondary:hover, .button.secondary:focus { background-color: #5e5e5e; color: #110b22; }

.button.success { background-color: #3adb76; color: #110b22; }

.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #110b22; }

.button.warning { background-color: #ffae00; color: #110b22; }

.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #110b22; }

.button.alert { background-color: #cc4b37; color: #110b22; }

.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #110b22; }

.button.green { background-color: #008c6e; color: #110b22; }

.button.green:hover, .button.green:focus { background-color: #007058; color: #110b22; }

.button.blue { background-color: #0f4b5f; color: #008c6e; }

.button.blue:hover, .button.blue:focus { background-color: #0c3c4c; color: #008c6e; }

.button.palegreen { background-color: #cee5df; color: #110b22; }

.button.palegreen:hover, .button.palegreen:focus { background-color: #95c7ba; color: #110b22; }

.button.white { background-color: #ffffff; color: #110b22; }

.button.white:hover, .button.white:focus { background-color: #cccccc; color: #110b22; }

.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus { background-color: #008c6e; color: #008c6e; }

.button.disabled.primary, .button.primary[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button.primary[disabled], .button.primary[disabled]:hover, .button.primary[disabled]:focus { background-color: #0f4b5f; color: #008c6e; }

.button.disabled.secondary, .button.secondary[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled], .button.secondary[disabled]:hover, .button.secondary[disabled]:focus { background-color: #767676; color: #110b22; }

.button.disabled.success, .button.success[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled], .button.success[disabled]:hover, .button.success[disabled]:focus { background-color: #3adb76; color: #110b22; }

.button.disabled.warning, .button.warning[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled], .button.warning[disabled]:hover, .button.warning[disabled]:focus { background-color: #ffae00; color: #110b22; }

.button.disabled.alert, .button.alert[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled], .button.alert[disabled]:hover, .button.alert[disabled]:focus { background-color: #cc4b37; color: #110b22; }

.button.disabled.green, .button.green[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.green, .button.disabled.green:hover, .button.disabled.green:focus, .button.green[disabled], .button.green[disabled]:hover, .button.green[disabled]:focus { background-color: #008c6e; color: #110b22; }

.button.disabled.blue, .button.blue[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.blue, .button.disabled.blue:hover, .button.disabled.blue:focus, .button.blue[disabled], .button.blue[disabled]:hover, .button.blue[disabled]:focus { background-color: #0f4b5f; color: #008c6e; }

.button.disabled.palegreen, .button.palegreen[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.palegreen, .button.disabled.palegreen:hover, .button.disabled.palegreen:focus, .button.palegreen[disabled], .button.palegreen[disabled]:hover, .button.palegreen[disabled]:focus { background-color: #cee5df; color: #110b22; }

.button.disabled.white, .button.white[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled.white, .button.disabled.white:hover, .button.disabled.white:focus, .button.white[disabled], .button.white[disabled]:hover, .button.white[disabled]:focus { background-color: #ffffff; color: #110b22; }

.button.hollow { border: 1px solid #008c6e; color: #008c6e; }

.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus { background-color: transparent; }

.button.hollow:hover, .button.hollow:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus { border: 1px solid #008c6e; color: #008c6e; }

.button.hollow.primary { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.hollow.primary:hover, .button.hollow.primary:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.hollow.secondary { border: 1px solid #767676; color: #767676; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus { border: 1px solid #767676; color: #767676; }

.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.hollow.alert:hover, .button.hollow.alert:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus { border: 1px solid #cc4b37; color: #cc4b37; }

.button.hollow.green { border: 1px solid #008c6e; color: #008c6e; }

.button.hollow.green:hover, .button.hollow.green:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.green.disabled:hover, .button.hollow.green[disabled]:hover, .button.hollow.green.disabled:focus, .button.hollow.green[disabled]:focus { border: 1px solid #008c6e; color: #008c6e; }

.button.hollow.blue { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.hollow.blue:hover, .button.hollow.blue:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.blue.disabled:hover, .button.hollow.blue[disabled]:hover, .button.hollow.blue.disabled:focus, .button.hollow.blue[disabled]:focus { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.hollow.palegreen { border: 1px solid #cee5df; color: #cee5df; }

.button.hollow.palegreen:hover, .button.hollow.palegreen:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.palegreen.disabled:hover, .button.hollow.palegreen[disabled]:hover, .button.hollow.palegreen.disabled:focus, .button.hollow.palegreen[disabled]:focus { border: 1px solid #cee5df; color: #cee5df; }

.button.hollow.white { border: 1px solid #ffffff; color: #ffffff; }

.button.hollow.white:hover, .button.hollow.white:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.hollow.white.disabled:hover, .button.hollow.white[disabled]:hover, .button.hollow.white.disabled:focus, .button.hollow.white[disabled]:focus { border: 1px solid #ffffff; color: #ffffff; }

.button.clear { border: 1px solid #008c6e; color: #008c6e; }

.button.clear, .button.clear:hover, .button.clear:focus { background-color: transparent; }

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus { background-color: transparent; }

.button.clear:hover, .button.clear:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus { border: 1px solid #008c6e; color: #008c6e; }

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear:focus, .button.clear.disabled:focus, .button.clear[disabled]:focus { border-color: transparent; }

.button.clear.primary { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.clear.primary:hover, .button.clear.primary:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary:focus, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus { border-color: transparent; }

.button.clear.secondary { border: 1px solid #767676; color: #767676; }

.button.clear.secondary:hover, .button.clear.secondary:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus { border: 1px solid #767676; color: #767676; }

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary:focus, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus { border-color: transparent; }

.button.clear.success { border: 1px solid #3adb76; color: #3adb76; }

.button.clear.success:hover, .button.clear.success:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus { border: 1px solid #3adb76; color: #3adb76; }

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success:focus, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus { border-color: transparent; }

.button.clear.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.clear.warning:hover, .button.clear.warning:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus { border: 1px solid #ffae00; color: #ffae00; }

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning:focus, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus { border-color: transparent; }

.button.clear.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear.alert:hover, .button.clear.alert:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert:focus, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus { border-color: transparent; }

.button.clear.green { border: 1px solid #008c6e; color: #008c6e; }

.button.clear.green:hover, .button.clear.green:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.green.disabled:hover, .button.clear.green[disabled]:hover, .button.clear.green.disabled:focus, .button.clear.green[disabled]:focus { border: 1px solid #008c6e; color: #008c6e; }

.button.clear.green, .button.clear.green.disabled, .button.clear.green[disabled], .button.clear.green:hover, .button.clear.green.disabled:hover, .button.clear.green[disabled]:hover, .button.clear.green:focus, .button.clear.green.disabled:focus, .button.clear.green[disabled]:focus { border-color: transparent; }

.button.clear.blue { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.clear.blue:hover, .button.clear.blue:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.blue.disabled:hover, .button.clear.blue[disabled]:hover, .button.clear.blue.disabled:focus, .button.clear.blue[disabled]:focus { border: 1px solid #0f4b5f; color: #0f4b5f; }

.button.clear.blue, .button.clear.blue.disabled, .button.clear.blue[disabled], .button.clear.blue:hover, .button.clear.blue.disabled:hover, .button.clear.blue[disabled]:hover, .button.clear.blue:focus, .button.clear.blue.disabled:focus, .button.clear.blue[disabled]:focus { border-color: transparent; }

.button.clear.palegreen { border: 1px solid #cee5df; color: #cee5df; }

.button.clear.palegreen:hover, .button.clear.palegreen:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.palegreen.disabled:hover, .button.clear.palegreen[disabled]:hover, .button.clear.palegreen.disabled:focus, .button.clear.palegreen[disabled]:focus { border: 1px solid #cee5df; color: #cee5df; }

.button.clear.palegreen, .button.clear.palegreen.disabled, .button.clear.palegreen[disabled], .button.clear.palegreen:hover, .button.clear.palegreen.disabled:hover, .button.clear.palegreen[disabled]:hover, .button.clear.palegreen:focus, .button.clear.palegreen.disabled:focus, .button.clear.palegreen[disabled]:focus { border-color: transparent; }

.button.clear.white { border: 1px solid #ffffff; color: #ffffff; }

.button.clear.white:hover, .button.clear.white:focus { background-color: #cee5df; border-color: #cee5df; color: #008c6e; }

.button.clear.white.disabled:hover, .button.clear.white[disabled]:hover, .button.clear.white.disabled:focus, .button.clear.white[disabled]:focus { border: 1px solid #ffffff; color: #ffffff; }

.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white.disabled:hover, .button.clear.white[disabled]:hover, .button.clear.white:focus, .button.clear.white.disabled:focus, .button.clear.white[disabled]:focus { border-color: transparent; }

.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #ffffff transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 15px; }

.button.dropdown.hollow::after { border-top-color: #008c6e; }

.button.dropdown.hollow.primary::after { border-top-color: #0f4b5f; }

.button.dropdown.hollow.secondary::after { border-top-color: #767676; }

.button.dropdown.hollow.success::after { border-top-color: #3adb76; }

.button.dropdown.hollow.warning::after { border-top-color: #ffae00; }

.button.dropdown.hollow.alert::after { border-top-color: #cc4b37; }

.button.dropdown.hollow.green::after { border-top-color: #008c6e; }

.button.dropdown.hollow.blue::after { border-top-color: #0f4b5f; }

.button.dropdown.hollow.palegreen::after { border-top-color: #cee5df; }

.button.dropdown.hollow.white::after { border-top-color: #ffffff; }

.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

.breadcrumbs { margin: 0 0 1rem 0; list-style: none; }

.breadcrumbs::before, .breadcrumbs::after { display: table; content: ' '; flex-basis: 0; order: 1; }

.breadcrumbs::after { clear: both; }

.breadcrumbs li { float: left; font-size: 0.6875rem; color: #000000; cursor: default; text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after { position: relative; margin: 0 0.75rem; opacity: 1; content: "/"; color: #cacaca; }

.breadcrumbs a { color: #0f4b5f; }

.breadcrumbs a:hover { text-decoration: underline; }

.breadcrumbs .disabled { color: #cacaca; cursor: not-allowed; }

.button-group { margin-bottom: 1rem; display: flex; flex-wrap: nowrap; align-items: stretch; }

.button-group::before, .button-group::after { display: table; content: ' '; flex-basis: 0; order: 1; }

.button-group::after { clear: both; }

.button-group .button { margin: 0; margin-right: 1px; margin-bottom: 1px; font-size: 22px; flex: 0 0 auto; }

.button-group .button:last-child { margin-right: 0; }

.button-group.tiny .button { font-size: 16px; }

.button-group.small .button { font-size: 18px; }

.button-group.large .button { font-size: 30px; }

.button-group.expanded .button { flex: 1 1 0px; }

.button-group.primary .button { background-color: #0f4b5f; color: #008c6e; }

.button-group.primary .button:hover, .button-group.primary .button:focus { background-color: #0c3c4c; color: #008c6e; }

.button-group.secondary .button { background-color: #767676; color: #110b22; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus { background-color: #5e5e5e; color: #110b22; }

.button-group.success .button { background-color: #3adb76; color: #110b22; }

.button-group.success .button:hover, .button-group.success .button:focus { background-color: #22bb5b; color: #110b22; }

.button-group.warning .button { background-color: #ffae00; color: #110b22; }

.button-group.warning .button:hover, .button-group.warning .button:focus { background-color: #cc8b00; color: #110b22; }

.button-group.alert .button { background-color: #cc4b37; color: #110b22; }

.button-group.alert .button:hover, .button-group.alert .button:focus { background-color: #a53b2a; color: #110b22; }

.button-group.green .button { background-color: #008c6e; color: #110b22; }

.button-group.green .button:hover, .button-group.green .button:focus { background-color: #007058; color: #110b22; }

.button-group.blue .button { background-color: #0f4b5f; color: #008c6e; }

.button-group.blue .button:hover, .button-group.blue .button:focus { background-color: #0c3c4c; color: #008c6e; }

.button-group.palegreen .button { background-color: #cee5df; color: #110b22; }

.button-group.palegreen .button:hover, .button-group.palegreen .button:focus { background-color: #95c7ba; color: #110b22; }

.button-group.white .button { background-color: #ffffff; color: #110b22; }

.button-group.white .button:hover, .button-group.white .button:focus { background-color: #cccccc; color: #110b22; }

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium { flex-wrap: wrap; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { flex: 0 0 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 48em) { .button-group.stacked-for-small .button { flex: 1 1 0px; margin-bottom: 0; } }

@media print, screen and (min-width: 64em) { .button-group.stacked-for-medium .button { flex: 1 1 0px; margin-bottom: 0; } }

@media screen and (max-width: 47.9375em) { .button-group.stacked-for-small.expanded { display: block; } .button-group.stacked-for-small.expanded .button { display: block; margin-right: 0; } }

.menu { padding: 0; margin: 0; list-style: none; position: relative; display: flex; flex-wrap: wrap; }

[data-whatinput='mouse'] .menu li { outline: 0; }

.menu a, .menu .button { line-height: 1; text-decoration: none; white-space: nowrap; display: block; padding: 0.7rem 1rem; }

.menu input, .menu select, .menu a, .menu button { margin-bottom: 0; }

.menu input { display: inline-block; }

.menu, .menu.horizontal { flex-wrap: wrap; flex-direction: row; }

.menu.vertical { flex-wrap: nowrap; flex-direction: column; }

.menu.expanded li { flex: 1 1 0px; }

.menu.simple { align-items: center; }

.menu.simple li + li { margin-left: 1rem; }

.menu.simple a { padding: 0; }

@media print, screen and (min-width: 48em) { .menu.medium-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.medium-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.medium-expanded li { flex: 1 1 0px; } .menu.medium-simple li { flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .menu.large-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.large-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.large-expanded li { flex: 1 1 0px; } .menu.large-simple li { flex: 1 1 0px; } }

@media screen and (min-width: 75em) { .menu.xlarge-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.xlarge-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.xlarge-expanded li { flex: 1 1 0px; } .menu.xlarge-simple li { flex: 1 1 0px; } }

@media screen and (min-width: 85.375em) { .menu.laptop-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.laptop-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.laptop-expanded li { flex: 1 1 0px; } .menu.laptop-simple li { flex: 1 1 0px; } }

@media screen and (min-width: 90em) { .menu.xxlarge-horizontal { flex-wrap: wrap; flex-direction: row; } .menu.xxlarge-vertical { flex-wrap: nowrap; flex-direction: column; } .menu.xxlarge-expanded li { flex: 1 1 0px; } .menu.xxlarge-simple li { flex: 1 1 0px; } }

.menu.nested { margin-right: 0; margin-left: 1rem; }

.menu.icons a { display: flex; }

.menu.icon-left li a { flex-flow: row nowrap; }

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg { margin-right: 0.25rem; }

.menu.icon-right li a { flex-flow: row nowrap; }

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg { margin-left: 0.25rem; }

.menu.icon-top li a { flex-flow: column nowrap; }

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg { align-self: stretch; margin-bottom: 0.25rem; text-align: center; }

.menu.icon-bottom li a { flex-flow: column nowrap; }

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg { align-self: stretch; margin-bottom: 0.25rem; text-align: center; }

.menu .is-active > a { background: #0f4b5f; color: #ffffff; }

.menu .active > a { background: #0f4b5f; color: #ffffff; }

.menu.align-left { justify-content: flex-start; }

.menu.align-right li { display: flex; justify-content: flex-end; }

.menu.align-right li .submenu li { justify-content: flex-start; }

.menu.align-right.vertical li { display: block; text-align: right; }

.menu.align-right.vertical li .submenu li { text-align: right; }

.menu.align-right .nested { margin-right: 1rem; margin-left: 0; }

.menu.align-center li { display: flex; justify-content: center; }

.menu.align-center li .submenu li { justify-content: flex-start; }

.menu .menu-text { padding: 0.7rem 1rem; font-weight: bold; line-height: 1; color: inherit; }

.menu-centered > .menu { justify-content: center; }

.menu-centered > .menu li { display: flex; justify-content: center; }

.menu-centered > .menu li .submenu li { justify-content: flex-start; }

.no-js [data-responsive-menu] ul { display: none; }

.responsive-embed, .flex-video { position: relative; height: 0; margin-bottom: 1rem; padding-bottom: 75%; overflow: hidden; }

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.responsive-embed.widescreen, .flex-video.widescreen { padding-bottom: 56.25%; }

.media-object { display: flex; margin-bottom: 1rem; flex-wrap: nowrap; }

.media-object img { max-width: none; }

@media screen and (max-width: 47.9375em) { .media-object.stack-for-small { flex-wrap: wrap; } }

@media screen and (max-width: 47.9375em) { .media-object.stack-for-small .media-object-section { padding: 0; padding-bottom: 1rem; flex-basis: 100%; max-width: 100%; } .media-object.stack-for-small .media-object-section img { width: 100%; } }

.media-object-section { flex: 0 1 auto; }

.media-object-section:first-child { padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) { padding-left: 1rem; }

.media-object-section > :last-child { margin-bottom: 0; }

.media-object-section.main-section { flex: 1 1 0px; }

.is-off-canvas-open { overflow: hidden; }

.js-off-canvas-overlay { position: absolute; top: 0; left: 0; z-index: 11; width: 100%; height: 100%; transition: opacity 0.5s ease, visibility 0.5s ease; background: rgba(255, 255, 255, 0.25); opacity: 0; visibility: hidden; overflow: hidden; }

.js-off-canvas-overlay.is-visible { opacity: 1; visibility: visible; }

.js-off-canvas-overlay.is-closable { cursor: pointer; }

.js-off-canvas-overlay.is-overlay-absolute { position: absolute; }

.js-off-canvas-overlay.is-overlay-fixed { position: fixed; }

.off-canvas-wrapper { position: relative; overflow: hidden; }

.off-canvas { position: fixed; z-index: 12; transition: transform 0.5s ease; backface-visibility: hidden; background: #e6e6e6; }

[data-whatinput='mouse'] .off-canvas { outline: 0; }

.off-canvas.is-transition-push { z-index: 12; }

.off-canvas.is-closed { visibility: hidden; }

.off-canvas.is-transition-overlap { z-index: 13; }

.off-canvas.is-transition-overlap.is-open { box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.off-canvas.is-open { transform: translate(0, 0); }

.off-canvas-absolute { position: absolute; z-index: 12; transition: transform 0.5s ease; backface-visibility: hidden; background: #e6e6e6; }

[data-whatinput='mouse'] .off-canvas-absolute { outline: 0; }

.off-canvas-absolute.is-transition-push { z-index: 12; }

.off-canvas-absolute.is-closed { visibility: hidden; }

.off-canvas-absolute.is-transition-overlap { z-index: 13; }

.off-canvas-absolute.is-transition-overlap.is-open { box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.off-canvas-absolute.is-open { transform: translate(0, 0); }

.position-left { top: 0; left: 0; width: 250px; height: 100%; transform: translateX(-250px); overflow-y: auto; }

.off-canvas-content .off-canvas.position-left { transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open { transform: translate(0, 0); }

.off-canvas-content.is-open-left.has-transition-push { transform: translateX(250px); }

.position-left.is-transition-push { box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right { top: 0; right: 0; width: 250px; height: 100%; transform: translateX(250px); overflow-y: auto; }

.off-canvas-content .off-canvas.position-right { transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open { transform: translate(0, 0); }

.off-canvas-content.is-open-right.has-transition-push { transform: translateX(-250px); }

.position-right.is-transition-push { box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top { top: 0; left: 0; width: 100%; height: 250px; transform: translateY(-250px); overflow-x: auto; }

.off-canvas-content .off-canvas.position-top { transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open { transform: translate(0, 0); }

.off-canvas-content.is-open-top.has-transition-push { transform: translateY(250px); }

.position-top.is-transition-push { box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom { bottom: 0; left: 0; width: 100%; height: 250px; transform: translateY(250px); overflow-x: auto; }

.off-canvas-content .off-canvas.position-bottom { transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open { transform: translate(0, 0); }

.off-canvas-content.is-open-bottom.has-transition-push { transform: translateY(-250px); }

.position-bottom.is-transition-push { box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content { transform: none; transition: transform 0.5s ease; backface-visibility: hidden; }

.off-canvas-content.has-transition-push { transform: translate(0, 0); }

.off-canvas-content .off-canvas.is-open { transform: translate(0, 0); }

@media print, screen and (min-width: 48em) { .position-left.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; } .position-left.reveal-for-medium .close-button { display: none; } .off-canvas-content .position-left.reveal-for-medium { transform: none; } .off-canvas-content.has-reveal-left { margin-left: 250px; } .position-left.reveal-for-medium ~ .off-canvas-content { margin-left: 250px; } .position-right.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; } .position-right.reveal-for-medium .close-button { display: none; } .off-canvas-content .position-right.reveal-for-medium { transform: none; } .off-canvas-content.has-reveal-right { margin-right: 250px; } .position-right.reveal-for-medium ~ .off-canvas-content { margin-right: 250px; } .position-top.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; } .position-top.reveal-for-medium .close-button { display: none; } .off-canvas-content .position-top.reveal-for-medium { transform: none; } .off-canvas-content.has-reveal-top { margin-top: 250px; } .position-top.reveal-for-medium ~ .off-canvas-content { margin-top: 250px; } .position-bottom.reveal-for-medium { transform: none; z-index: 12; transition: none; visibility: visible; } .position-bottom.reveal-for-medium .close-button { display: none; } .off-canvas-content .position-bottom.reveal-for-medium { transform: none; } .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; } .position-bottom.reveal-for-medium ~ .off-canvas-content { margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) { .position-left.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; } .position-left.reveal-for-large .close-button { display: none; } .off-canvas-content .position-left.reveal-for-large { transform: none; } .off-canvas-content.has-reveal-left { margin-left: 250px; } .position-left.reveal-for-large ~ .off-canvas-content { margin-left: 250px; } .position-right.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; } .position-right.reveal-for-large .close-button { display: none; } .off-canvas-content .position-right.reveal-for-large { transform: none; } .off-canvas-content.has-reveal-right { margin-right: 250px; } .position-right.reveal-for-large ~ .off-canvas-content { margin-right: 250px; } .position-top.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; } .position-top.reveal-for-large .close-button { display: none; } .off-canvas-content .position-top.reveal-for-large { transform: none; } .off-canvas-content.has-reveal-top { margin-top: 250px; } .position-top.reveal-for-large ~ .off-canvas-content { margin-top: 250px; } .position-bottom.reveal-for-large { transform: none; z-index: 12; transition: none; visibility: visible; } .position-bottom.reveal-for-large .close-button { display: none; } .off-canvas-content .position-bottom.reveal-for-large { transform: none; } .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; } .position-bottom.reveal-for-large ~ .off-canvas-content { margin-bottom: 250px; } }

@media screen and (min-width: 75em) { .position-left.reveal-for-xlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-left.reveal-for-xlarge .close-button { display: none; } .off-canvas-content .position-left.reveal-for-xlarge { transform: none; } .off-canvas-content.has-reveal-left { margin-left: 250px; } .position-left.reveal-for-xlarge ~ .off-canvas-content { margin-left: 250px; } .position-right.reveal-for-xlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-right.reveal-for-xlarge .close-button { display: none; } .off-canvas-content .position-right.reveal-for-xlarge { transform: none; } .off-canvas-content.has-reveal-right { margin-right: 250px; } .position-right.reveal-for-xlarge ~ .off-canvas-content { margin-right: 250px; } .position-top.reveal-for-xlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-top.reveal-for-xlarge .close-button { display: none; } .off-canvas-content .position-top.reveal-for-xlarge { transform: none; } .off-canvas-content.has-reveal-top { margin-top: 250px; } .position-top.reveal-for-xlarge ~ .off-canvas-content { margin-top: 250px; } .position-bottom.reveal-for-xlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-bottom.reveal-for-xlarge .close-button { display: none; } .off-canvas-content .position-bottom.reveal-for-xlarge { transform: none; } .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; } .position-bottom.reveal-for-xlarge ~ .off-canvas-content { margin-bottom: 250px; } }

@media screen and (min-width: 85.375em) { .position-left.reveal-for-laptop { transform: none; z-index: 12; transition: none; visibility: visible; } .position-left.reveal-for-laptop .close-button { display: none; } .off-canvas-content .position-left.reveal-for-laptop { transform: none; } .off-canvas-content.has-reveal-left { margin-left: 250px; } .position-left.reveal-for-laptop ~ .off-canvas-content { margin-left: 250px; } .position-right.reveal-for-laptop { transform: none; z-index: 12; transition: none; visibility: visible; } .position-right.reveal-for-laptop .close-button { display: none; } .off-canvas-content .position-right.reveal-for-laptop { transform: none; } .off-canvas-content.has-reveal-right { margin-right: 250px; } .position-right.reveal-for-laptop ~ .off-canvas-content { margin-right: 250px; } .position-top.reveal-for-laptop { transform: none; z-index: 12; transition: none; visibility: visible; } .position-top.reveal-for-laptop .close-button { display: none; } .off-canvas-content .position-top.reveal-for-laptop { transform: none; } .off-canvas-content.has-reveal-top { margin-top: 250px; } .position-top.reveal-for-laptop ~ .off-canvas-content { margin-top: 250px; } .position-bottom.reveal-for-laptop { transform: none; z-index: 12; transition: none; visibility: visible; } .position-bottom.reveal-for-laptop .close-button { display: none; } .off-canvas-content .position-bottom.reveal-for-laptop { transform: none; } .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; } .position-bottom.reveal-for-laptop ~ .off-canvas-content { margin-bottom: 250px; } }

@media screen and (min-width: 90em) { .position-left.reveal-for-xxlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-left.reveal-for-xxlarge .close-button { display: none; } .off-canvas-content .position-left.reveal-for-xxlarge { transform: none; } .off-canvas-content.has-reveal-left { margin-left: 250px; } .position-left.reveal-for-xxlarge ~ .off-canvas-content { margin-left: 250px; } .position-right.reveal-for-xxlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-right.reveal-for-xxlarge .close-button { display: none; } .off-canvas-content .position-right.reveal-for-xxlarge { transform: none; } .off-canvas-content.has-reveal-right { margin-right: 250px; } .position-right.reveal-for-xxlarge ~ .off-canvas-content { margin-right: 250px; } .position-top.reveal-for-xxlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-top.reveal-for-xxlarge .close-button { display: none; } .off-canvas-content .position-top.reveal-for-xxlarge { transform: none; } .off-canvas-content.has-reveal-top { margin-top: 250px; } .position-top.reveal-for-xxlarge ~ .off-canvas-content { margin-top: 250px; } .position-bottom.reveal-for-xxlarge { transform: none; z-index: 12; transition: none; visibility: visible; } .position-bottom.reveal-for-xxlarge .close-button { display: none; } .off-canvas-content .position-bottom.reveal-for-xxlarge { transform: none; } .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; } .position-bottom.reveal-for-xxlarge ~ .off-canvas-content { margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) { .off-canvas.in-canvas-for-medium { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; } .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom { box-shadow: none; transform: none; } .off-canvas.in-canvas-for-medium .close-button { display: none; } }

@media print, screen and (min-width: 64em) { .off-canvas.in-canvas-for-large { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; } .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom { box-shadow: none; transform: none; } .off-canvas.in-canvas-for-large .close-button { display: none; } }

@media screen and (min-width: 75em) { .off-canvas.in-canvas-for-xlarge { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; } .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom { box-shadow: none; transform: none; } .off-canvas.in-canvas-for-xlarge .close-button { display: none; } }

@media screen and (min-width: 85.375em) { .off-canvas.in-canvas-for-laptop { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; } .off-canvas.in-canvas-for-laptop.position-left, .off-canvas.in-canvas-for-laptop.position-right, .off-canvas.in-canvas-for-laptop.position-top, .off-canvas.in-canvas-for-laptop.position-bottom { box-shadow: none; transform: none; } .off-canvas.in-canvas-for-laptop .close-button { display: none; } }

@media screen and (min-width: 90em) { .off-canvas.in-canvas-for-xxlarge { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; transition: inherit; } .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom { box-shadow: none; transform: none; } .off-canvas.in-canvas-for-xxlarge .close-button { display: none; } }

.pagination { margin-left: 0; margin-bottom: 1rem; }

.pagination::before, .pagination::after { display: table; content: ' '; flex-basis: 0; order: 1; }

.pagination::after { clear: both; }

.pagination li { margin-top: 0; margin-bottom: 0; margin-right: 0.0625rem; border-radius: 0; font-size: 1.125rem; display: none; }

.pagination li:last-child, .pagination li:first-child { display: inline-block; }

@media print, screen and (min-width: 48em) { .pagination li { display: inline-block; } }

.pagination a, .pagination span, .pagination button { display: block; padding: 0.1875rem 0.625rem; border-radius: 0; color: #000000; }

.pagination a:hover, .pagination span:hover, .pagination button:hover { background: #e6e6e6; }

.pagination .current { padding: 0.1875rem 0.625rem; background: #008c6e; color: #ffffff; cursor: default; }

.pagination .disabled { padding: 0.1875rem 0.625rem; color: #cacaca; cursor: not-allowed; }

.pagination .disabled:hover { background: transparent; }

.pagination .ellipsis::after { padding: 0.1875rem 0.625rem; content: '\2026'; color: #000000; }

.pagination-previous a::before, .pagination-previous.disabled::before { display: inline-block; margin-right: 0.5rem; content: '\00ab'; }

.pagination-next a::after, .pagination-next.disabled::after { display: inline-block; margin-left: 0.5rem; content: '\00bb'; }

body.is-reveal-open { overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body { min-height: 100%; overflow: hidden; position: fixed; user-select: none; }

.reveal-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1005; display: none; background-color: rgba(0, 0, 0, 0.45); overflow-y: scroll; }

.reveal { z-index: 1006; backface-visibility: hidden; display: none; padding: 1rem; border: 1px solid #cacaca; border-radius: 6px; background-color: #ffffff; position: relative; top: 100px; margin-right: auto; margin-left: auto; overflow-y: auto; }

[data-whatinput='mouse'] .reveal { outline: 0; }

@media print, screen and (min-width: 48em) { .reveal { min-height: 0; } }

.reveal .column { min-width: 0; }

.reveal > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 48em) { .reveal { width: 600px; max-width: 75rem; } }

.reveal.collapse { padding: 0; }

@media print, screen and (min-width: 48em) { .reveal.tiny { width: 30%; max-width: 75rem; } }

@media print, screen and (min-width: 48em) { .reveal.small { width: 50%; max-width: 75rem; } }

@media print, screen and (min-width: 48em) { .reveal.large { width: 90%; max-width: 75rem; } }

.reveal.full { top: 0; left: 0; width: 100%; max-width: none; height: 100%; height: 100vh; min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; }

@media screen and (max-width: 47.9375em) { .reveal { top: 0; left: 0; width: 100%; max-width: none; height: 100%; height: 100vh; min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; } }

.reveal.without-overlay { position: fixed; }

table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; border-radius: 6px; }

thead, tbody, tfoot { border: 1px solid #f2f2f2; background-color: #ffffff; }

caption { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; }

thead { background: #f9f9f9; color: #0f4b5f; }

tfoot { background: #f2f2f2; color: #0f4b5f; }

thead tr, tfoot tr { background: transparent; }

thead th, thead td, tfoot th, tfoot td { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; text-align: left; }

tbody th, tbody td { padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) { border-bottom: 0; background-color: #f2f2f2; }

table.unstriped tbody { background-color: #ffffff; }

table.unstriped tbody tr { border-bottom: 0; border-bottom: 1px solid #f2f2f2; background-color: #ffffff; }

@media screen and (max-width: 47.9375em) { table.stack thead { display: none; } table.stack tfoot { display: none; } table.stack tr, table.stack th, table.stack td { display: block; } table.stack td { border-top: 0; } }

table.scroll { display: block; width: 100%; overflow-x: auto; }

table.hover thead tr:hover { background-color: #f4f4f4; }

table.hover tfoot tr:hover { background-color: #ededed; }

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover { background-color: #ededed; }

.table-scroll { overflow-x: auto; }

.table-scroll table { width: auto; }

.tabs { margin: 0; border: 1px solid #e6e6e6; background: #ffffff; list-style-type: none; }

.tabs::before, .tabs::after { display: table; content: ' '; flex-basis: 0; order: 1; }

.tabs::after { clear: both; }

.tabs.vertical > li { display: block; float: none; width: auto; }

.tabs.simple > li > a { padding: 0; }

.tabs.simple > li > a:hover { background: transparent; }

.tabs.primary { background: #0f4b5f; }

.tabs.primary > li > a { color: #ffffff; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #125970; }

.tabs-title { float: left; }

.tabs-title > a { display: block; padding: 1.25rem 1.5rem; font-size: 0.75rem; line-height: 1; color: #0f4b5f; }

.tabs-title > a:hover { background: #ffffff; color: #0d4152; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background: #e6e6e6; color: #0f4b5f; }

.tabs-content { border: 1px solid #e6e6e6; border-top: 0; background: #ffffff; color: #0f4b5f; transition: all 0.5s ease; }

.tabs-content.vertical { border: 1px solid #e6e6e6; border-left: 0; }

.tabs-panel { display: none; padding: 1rem; }

.tabs-panel.is-active { display: block; }

.title-bar { padding: 0.5rem; background: #000000; color: #ffffff; display: flex; justify-content: flex-start; align-items: center; }

.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.25rem; }

.title-bar-left, .title-bar-right { flex: 1 1 0px; }

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

.title-bar-title { display: inline-block; vertical-align: middle; font-weight: bold; }

.top-bar { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0.5rem 20px; flex-wrap: wrap; }

.top-bar, .top-bar ul { background-color: transparent; }

.top-bar input { max-width: 200px; margin-right: 1rem; }

.top-bar .input-group-field { width: 100%; margin-right: 0; }

.top-bar input.button { width: auto; }

.top-bar .top-bar-left, .top-bar .top-bar-right { flex: 0 0 100%; max-width: 100%; }

@media print, screen and (min-width: 48em) { .top-bar { flex-wrap: nowrap; } .top-bar .top-bar-left { flex: 1 1 auto; margin-right: auto; } .top-bar .top-bar-right { flex: 0 1 auto; margin-left: auto; } }

@media screen and (max-width: 47.9375em) { .top-bar.stacked-for-medium { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 74.9375em) { .top-bar.stacked-for-large { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 85.3125em) { .top-bar.stacked-for-xlarge { flex-wrap: wrap; } .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right { flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 89.9375em) { .top-bar.stacked-for-laptop { flex-wrap: wrap; } .top-bar.stacked-for-laptop .top-bar-left, .top-bar.stacked-for-laptop .top-bar-right { flex: 0 0 100%; max-width: 100%; } }

.top-bar.stacked-for-xxlarge { flex-wrap: wrap; }

.top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right { flex: 0 0 100%; max-width: 100%; }

.top-bar-title { flex: 0 0 auto; margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left, .top-bar-right { flex: 0 0 auto; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

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

@media screen and (max-width: 0em), screen and (min-width: 48em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 48em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 47.9375em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 47.9375em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 48em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

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

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

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } }

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

@media screen and (max-width: 74.9375em) { .show-for-xlarge { display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 85.3125em) { .hide-for-xlarge-only { display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 85.375em) { .show-for-xlarge-only { display: none !important; } }

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

@media screen and (max-width: 85.3125em) { .show-for-laptop { display: none !important; } }

@media screen and (min-width: 85.375em) and (max-width: 89.9375em) { .hide-for-laptop-only { display: none !important; } }

@media screen and (max-width: 85.3125em), screen and (min-width: 90em) { .show-for-laptop-only { display: none !important; } }

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

@media screen and (max-width: 89.9375em) { .show-for-xxlarge { display: none !important; } }

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

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

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; }

.show-for-landscape, .hide-for-portrait { display: block !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }

@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }

@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

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

.clearfix::before, .clearfix::after { display: table; content: ' '; flex-basis: 0; order: 1; }

.clearfix::after { clear: both; }

.align-right { justify-content: flex-end; }

.align-center { justify-content: center; }

.align-justify { justify-content: space-between; }

.align-spaced { justify-content: space-around; }

.align-right.vertical.menu > li > a { justify-content: flex-end; }

.align-center.vertical.menu > li > a { justify-content: center; }

.align-top { align-items: flex-start; }

.align-self-top { align-self: flex-start; }

.align-bottom { align-items: flex-end; }

.align-self-bottom { align-self: flex-end; }

.align-middle { align-items: center; }

.align-self-middle { align-self: center; }

.align-stretch { align-items: stretch; }

.align-self-stretch { align-self: stretch; }

.align-center-middle { justify-content: center; align-items: center; align-content: center; }

.small-order-1 { order: 1; }

.small-order-2 { order: 2; }

.small-order-3 { order: 3; }

.small-order-4 { order: 4; }

.small-order-5 { order: 5; }

.small-order-6 { order: 6; }

@media print, screen and (min-width: 48em) { .medium-order-1 { order: 1; } .medium-order-2 { order: 2; } .medium-order-3 { order: 3; } .medium-order-4 { order: 4; } .medium-order-5 { order: 5; } .medium-order-6 { order: 6; } }

@media print, screen and (min-width: 64em) { .large-order-1 { order: 1; } .large-order-2 { order: 2; } .large-order-3 { order: 3; } .large-order-4 { order: 4; } .large-order-5 { order: 5; } .large-order-6 { order: 6; } }

@media screen and (min-width: 75em) { .xlarge-order-1 { order: 1; } .xlarge-order-2 { order: 2; } .xlarge-order-3 { order: 3; } .xlarge-order-4 { order: 4; } .xlarge-order-5 { order: 5; } .xlarge-order-6 { order: 6; } }

@media screen and (min-width: 85.375em) { .laptop-order-1 { order: 1; } .laptop-order-2 { order: 2; } .laptop-order-3 { order: 3; } .laptop-order-4 { order: 4; } .laptop-order-5 { order: 5; } .laptop-order-6 { order: 6; } }

@media screen and (min-width: 90em) { .xxlarge-order-1 { order: 1; } .xxlarge-order-2 { order: 2; } .xxlarge-order-3 { order: 3; } .xxlarge-order-4 { order: 4; } .xxlarge-order-5 { order: 5; } .xxlarge-order-6 { order: 6; } }

.flex-container { display: flex; }

.flex-child-auto { flex: 1 1 auto; }

.flex-child-grow { flex: 1 0 auto; }

.flex-child-shrink { flex: 0 1 auto; }

.flex-dir-row { flex-direction: row; }

.flex-dir-row-reverse { flex-direction: row-reverse; }

.flex-dir-column { flex-direction: column; }

.flex-dir-column-reverse { flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) { .medium-flex-container { display: flex; } .medium-flex-child-auto { flex: 1 1 auto; } .medium-flex-child-grow { flex: 1 0 auto; } .medium-flex-child-shrink { flex: 0 1 auto; } .medium-flex-dir-row { flex-direction: row; } .medium-flex-dir-row-reverse { flex-direction: row-reverse; } .medium-flex-dir-column { flex-direction: column; } .medium-flex-dir-column-reverse { flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) { .large-flex-container { display: flex; } .large-flex-child-auto { flex: 1 1 auto; } .large-flex-child-grow { flex: 1 0 auto; } .large-flex-child-shrink { flex: 0 1 auto; } .large-flex-dir-row { flex-direction: row; } .large-flex-dir-row-reverse { flex-direction: row-reverse; } .large-flex-dir-column { flex-direction: column; } .large-flex-dir-column-reverse { flex-direction: column-reverse; } }

@media screen and (min-width: 75em) { .xlarge-flex-container { display: flex; } .xlarge-flex-child-auto { flex: 1 1 auto; } .xlarge-flex-child-grow { flex: 1 0 auto; } .xlarge-flex-child-shrink { flex: 0 1 auto; } .xlarge-flex-dir-row { flex-direction: row; } .xlarge-flex-dir-row-reverse { flex-direction: row-reverse; } .xlarge-flex-dir-column { flex-direction: column; } .xlarge-flex-dir-column-reverse { flex-direction: column-reverse; } }

@media screen and (min-width: 85.375em) { .laptop-flex-container { display: flex; } .laptop-flex-child-auto { flex: 1 1 auto; } .laptop-flex-child-grow { flex: 1 0 auto; } .laptop-flex-child-shrink { flex: 0 1 auto; } .laptop-flex-dir-row { flex-direction: row; } .laptop-flex-dir-row-reverse { flex-direction: row-reverse; } .laptop-flex-dir-column { flex-direction: column; } .laptop-flex-dir-column-reverse { flex-direction: column-reverse; } }

@media screen and (min-width: 90em) { .xxlarge-flex-container { display: flex; } .xxlarge-flex-child-auto { flex: 1 1 auto; } .xxlarge-flex-child-grow { flex: 1 0 auto; } .xxlarge-flex-child-shrink { flex: 0 1 auto; } .xxlarge-flex-dir-row { flex-direction: row; } .xxlarge-flex-dir-row-reverse { flex-direction: row-reverse; } .xxlarge-flex-dir-column { flex-direction: column; } .xxlarge-flex-dir-column-reverse { flex-direction: column-reverse; } }

/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face { font-family: 'DINNextRoundedLTPro-Regular'; src: url("fonts/DINNextRoundedLTPro-Regular.eot"); src: url("fonts/DINNextRoundedLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextRoundedLTPro-Regular.woff") format("woff"), url("fonts/DINNextRoundedLTPro-Regular.ttf") format("truetype"); }

@font-face { font-family: 'DINNextRoundedLTPro-Light'; src: url("fonts/DINNextRoundedLTPro-Light.eot"); src: url("fonts/DINNextRoundedLTPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextRoundedLTPro-Light.woff") format("woff"), url("fonts/DINNextRoundedLTPro-Light.ttf") format("truetype"); }

.highlight-title { color: #008c6e; }

.page-title, .page-breadcrumbs { color: #000000; margin-bottom: 0; }

@media print, screen and (min-width: 64em) { .page-title, .page-breadcrumbs { font-size: 3rem; line-height: 3.25rem; } }

.title-page-tab .page-title, .title-page-tab .page-breadcrumbs { background-color: #cee5df; display: inline-block; min-height: 40px; text-transform: uppercase; padding-top: 0.5rem; padding-left: 0.625rem; padding-right: 0.625rem; font-size: 1.5rem; line-height: 1.1; }

@media print, screen and (min-width: 64em) { .title-page-tab .page-title, .title-page-tab .page-breadcrumbs { padding-top: 0.3125rem; padding-left: 1.25rem; padding-right: 1.25rem; font-size: 1.875rem; } }

.title-page-tab .page-title span, .title-page-tab .page-title a, .title-page-tab .page-breadcrumbs span, .title-page-tab .page-breadcrumbs a { color: inherit; }

.page-divider { font-family: "DINNextRoundedLTPro-Regular"; font-size: 2.25rem; line-height: 2.5rem; text-transform: uppercase; }

.regular { font-family: "DINNextRoundedLTPro-Regular"; }

.grad-title { font-family: "DINNextRoundedLTPro-Regular"; letter-spacing: 0.05em; background: -webkit-linear-gradient(45deg, #008c6e, #0f4b5f); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.section-title { font-family: "DINNextRoundedLTPro-Regular"; color: #0f4b5f; font-size: 1.375rem; line-height: 1.5rem; text-transform: uppercase; }

@media print, screen and (min-width: 48em) { .section-title { font-size: 2.25rem; line-height: 2.25rem; margin-bottom: 1.875rem; } }

.widget-title, .body-title { font-size: 1.375rem; line-height: 1.5rem; text-transform: uppercase; }

.widget-title.normal, .body-title.normal { text-transform: capitalize; }

.widget-title { margin-bottom: 1.875rem; }

.body-title { margin-bottom: 1rem; }

.body-title a { color: inherit; text-decoration: none; border-bottom: 0 none !important; }

.upper { text-transform: uppercase; }

.white { color: #ffffff; }

a.white { color: #ffffff; border-bottom: 2px solid #ffffff; }

a.white:hover { color: #cccccc; border-bottom: 2px solid #cccccc; }

.green { color: #008c6e; }

a.green { color: #008c6e; border-bottom: 2px solid #008c6e; }

a.green:hover { color: #007058; border-bottom: 2px solid #007058; }

.palegreen { color: #cee5df; }

a.palegreen { color: #cee5df; border-bottom: 2px solid #cee5df; }

a.palegreen:hover { color: #95c7ba; border-bottom: 2px solid #95c7ba; }

.blue { color: #0f4b5f; }

a.blue { color: #0f4b5f; border-bottom: 2px solid #0f4b5f; }

a.blue:hover { color: #0c3c4c; border-bottom: 2px solid #0c3c4c; }

.dark-blue { color: #110b22; }

a.dark-blue { color: #110b22; border-bottom: 2px solid #110b22; }

a.dark-blue:hover { color: #0e091b; border-bottom: 2px solid #0e091b; }

.size18px { font-size: 18px; line-height: 20px; }

.size20px { font-size: 20px; line-height: 24px; }

.size22px { font-size: 22px; line-height: 24px; }

.size30px { font-size: 30px; line-height: 34px; }

.size36px { font-size: 36px; line-height: 40px; }

.size48px { font-size: 48px; line-height: 52px; }

@media print, screen and (min-width: 48em) { p.medium-text, ul.medium-text { font-size: 1.1875rem; margin-bottom: 1.25rem; } }

@media print, screen and (min-width: 64em) { p.medium-text, ul.medium-text { font-size: 1.375rem; margin-bottom: 1.875rem; } }

.intro { color: #008c6e; }

.regular { font-family: "DINNextRoundedLTPro-Regular"; }

.no-margin { margin: 0; }

.mb-md { margin-bottom: 1.875rem; }

@media print, screen and (min-width: 48em) { .mb-md { margin-bottom: 2.5rem; } }

@media print, screen and (min-width: 64em) { .mb-md { margin-bottom: 3.125rem; } }

.mb-lg { margin-bottom: 1.875rem; }

@media print, screen and (min-width: 48em) { .mb-lg { margin-bottom: 3.125rem; } }

@media print, screen and (min-width: 64em) { .mb-lg { margin-bottom: 5rem; } }

.pb-md { padding-bottom: 1.25rem; }

@media print, screen and (min-width: 48em) { .pb-md { padding-bottom: 2.1875rem; } }

@media print, screen and (min-width: 64em) { .pb-md { padding-bottom: 3.125rem; } }

.pb-lg { padding-bottom: 3.125rem; }

@media print, screen and (min-width: 48em) { .pb-lg { padding-bottom: 4.6875rem; } }

@media print, screen and (min-width: 64em) { .pb-lg { padding-bottom: 6.25rem; } }

blockquote { margin: 2.5rem 0; padding: 0 2.5rem; border-left: 1px solid #cee5df; }

.site-content blockquote, .site-content blockquote p { font-family: "DINNextRoundedLTPro-Regular"; font-size: 1.125rem; }

@media print, screen and (min-width: 48em) { .site-content blockquote, .site-content blockquote p { font-size: 1.3125rem; } }

@media print, screen and (min-width: 64em) { .site-content blockquote, .site-content blockquote p { font-size: 1.5rem; } }

cite { margin-bottom: 2rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-nav a, .control-nav a, .menu-switch a { color: #ffffff; }

.main-nav > ul, .control-nav > ul, .menu-switch > ul { list-style: none; margin: 0; padding: 0; display: flex; }

.main-nav > ul > li > a, .control-nav > ul > li > a, .menu-switch > ul > li > a { display: block; position: relative; text-decoration: none; -webkit-transition: all 0.2s; transition: all 0.2s; }

.menu-switch-group { border-bottom: 1px solid #ffffff; }

.menu-switch > ul > li > a { line-height: 1.5; text-transform: uppercase; padding: 0.3125rem 0.625rem; }

@media screen and (min-width: 85.375em) { .menu-switch > ul > li > a { padding: 0.5625rem 0.9375rem 0.375rem; } }

.menu-switch > ul > li.active > a { background-color: #ffffff; color: #000000; }

.main-nav a { font-size: 1rem; }

@media screen and (min-width: 75em) { .main-nav a { font-size: 1.25rem; } }

@media screen and (min-width: 85.375em) { .main-nav a { font-size: 1.125rem; } }

@media screen and (min-width: 90em) { .main-nav a { font-size: 1.25rem; } }

.main-nav > ul > li { font-family: "DINNextRoundedLTPro-Light", sans-serif; font-weight: 400; }

.main-nav > ul > li > a { padding: 0.625rem 0.625rem; }

@media screen and (min-width: 75em) { .main-nav > ul > li > a { padding-left: 0.9375rem; padding-right: 0.9375rem; } }

.main-nav ul { list-style: none; margin: 0; padding: 0; }

.main-nav > ul > li > a { line-height: 1.5; }

.main-nav > ul > li > a:after { content: ''; opacity: 0; border-width: 0 0 5px; border-style: solid; border-color: #ffffff; display: block; position: absolute; bottom: 0; left: .5rem; right: .5rem; transition: opacity .15s ease-out; }

@media screen and (min-width: 75em) { .main-nav > ul > li > a:after { left: 1rem; right: 1rem; } }

.main-nav > ul > li.menu-item-has-children { padding-right: 1.25rem; }

@media screen and (min-width: 85.375em) { .main-nav > ul > li.menu-item-has-children { padding-right: 0.9375rem; } }

@media screen and (min-width: 90em) { .main-nav > ul > li.menu-item-has-children { padding-right: 1.25rem; } }

.main-nav > ul > li.menu-item-has-children > a { padding-right: 1.25rem; }

@media screen and (min-width: 85.375em) { .main-nav > ul > li.menu-item-has-children > a { padding-right: 0.9375rem; } }

@media screen and (min-width: 90em) { .main-nav > ul > li.menu-item-has-children > a { padding-right: 1.25rem; } }

.main-nav > ul > li.menu-item-has-children > a:before { content: ''; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.8 8.9'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M8.8.6C8.8.2 8.5 0 8 0H.9Q0 0 0 .6a.4.4 0 00.1.3l3.5 7.4c.2.4.4.6.8.6s.6-.2.8-.6L8.8.9V.6' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; height: 10px; width: 10px; display: block; position: absolute; top: 1.25rem; right: 0; }

@media screen and (min-width: 75em) { .main-nav > ul > li.menu-item-has-children > a:before { top: 1.25rem; height: 10px; width: 10px; } }

@media screen and (min-width: 85.375em) { .main-nav > ul > li.menu-item-has-children > a:before { top: 1.125rem; height: 8px; width: 8px; } }

@media screen and (min-width: 90em) { .main-nav > ul > li.menu-item-has-children > a:before { top: 1.25rem; height: 10px; width: 10px; } }

@media screen and (min-width: 75em) { .main-nav > ul > li.menu-item-has-children > a:after { right: 0.9375rem; } }

@media screen and (min-width: 85.375em) { .main-nav > ul > li.menu-item-has-children > a:after { right: 0.625rem; } }

@media screen and (min-width: 90em) { .main-nav > ul > li.menu-item-has-children > a:after { right: 0.9375rem; } }

.main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-page-ancestor > a, .main-nav > ul > li.current_page_parent > a, .main-nav > ul > li:hover > a { color: #ffffff; }

.main-nav > ul > li.current-menu-item > a:after, .main-nav > ul > li.current-page-ancestor > a:after, .main-nav > ul > li.current_page_parent > a:after, .main-nav > ul > li:hover > a:after { opacity: 1; }

.main-nav > ul > li > ul { float: left; text-align: left; margin: 0; position: absolute; background-color: #ffffff; left: -999em; z-index: 99999; padding: 0; width: 250px; }

.main-nav > ul > li > ul li a { display: block; color: #000000; padding: 0.625rem; line-height: 1.1; }

.main-nav > ul > li > ul li.current-menu-item a, .main-nav > ul > li > ul li.current-page-ancestor a, .main-nav > ul > li > ul li.current_page_parent a, .main-nav > ul > li > ul li:hover a { background-color: #0f4b5f; color: #ffffff; }

.main-nav > ul > li:hover > ul, .main-nav > ul > li.focus > ul { left: auto; }

.control-nav ul > li { margin: 0 0.25rem; }

@media print, screen and (min-width: 64em) { .control-nav ul > li { margin: 0 0.625rem; } }

.control-nav ul > li.login-btn { margin-left: 0; padding-top: 3px; }

.control-nav ul > li.login-btn > a { line-height: 1.5; padding-left: 0.9375rem; padding-right: 0.9375rem; background-color: #ffffff; color: #000000; border-radius: 30px; }

@media print, screen and (min-width: 64em) { .control-nav ul > li.login-btn > a { font-size: 1.25rem; } }

.control-nav ul > li.login-btn > a:hover { background-color: #0f4b5f; color: #ffffff; }

.control-nav ul > li.search-btn a { width: 32px; height: 32px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M21.7 20.2l-5.2-5.1a9.2 9.2 0 002.1-5.8A9.3 9.3 0 009.3 0 9.3 9.3 0 000 9.3a9.3 9.3 0 009.3 9.3 9.2 9.2 0 005.8-2.1l5.1 5.2a1.1 1.1 0 00.8.3 1.1 1.1 0 00.7-1.8zM2.1 9.3a7.2 7.2 0 117.2 7.2 7.2 7.2 0 01-7.2-7.2z' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-size: 24px auto; background-repeat: no-repeat; background-position: center; text-indent: 100%; white-space: nowrap; overflow: hidden; }

@media print, screen and (min-width: 64em) { .control-nav ul > li.search-btn a { width: 40px; height: 40px; background-size: 30px auto; } }

.control-nav ul > li.menu-pop-toggle, .control-nav ul > li.mobile-nav-toggle { margin-right: 0; }

.menu-pop-toggle { display: none; }

@media screen and (min-width: 85.375em) { .menu-pop-toggle { display: block; } }

.mobile-nav-toggle { display: block; }

@media screen and (min-width: 85.375em) { .mobile-nav-toggle { display: none; } }

.landing-page .mobile-nav-toggle { display: block; }

/* Mobile navigation */
.toggle-btn { text-indent: 100%; white-space: nowrap; overflow: hidden; cursor: pointer; height: 32px; width: 32px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 22'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M29 5.7H0V0h29zm0 8.1H0V8.2h29zm0 8.2H0v-5.7h29z' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-size: 28px auto; background-repeat: no-repeat; background-position: center; border-radius: 0; }

@media print, screen and (min-width: 64em) { .toggle-btn { height: 40px; width: 40px; background-size: 30px auto; } }

.toggle-btn.active { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.5 24.5'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M24.5 20.5l-8.2-8.2L24.5 4l-4-4-8.2 8.2L4 0 0 4l8.2 8.3L0 20.5l4 4 8.3-8.2 8.2 8.2 4-4z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-color: #ffffff; background-size: 22px auto; }

.mobile-nav-actions .close-menu-btn { text-indent: 100%; white-space: nowrap; overflow: hidden; cursor: pointer; height: 32px; width: 32px; background-size: 24px auto; background-repeat: no-repeat; background-position: center; border-radius: 0; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.5 24.5'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M24.5 20.5l-8.2-8.2L24.5 4l-4-4-8.2 8.2L4 0 0 4l8.2 8.3L0 20.5l4 4 8.3-8.2 8.2 8.2 4-4z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-color: transparent; }

.menu-pop-nav { position: absolute; top: 109px; left: auto; margin: 0; background-color: #ffffff; right: -999em; z-index: 99999; padding: 0; width: 250px; }

@media print, screen and (min-width: 64em) { .menu-pop-nav { font-size: 1.25rem; } }

.menu-pop-nav ul { list-style: none; margin: 0; padding: 0; }

.menu-pop-nav li a { display: block; color: #000000; padding: 0.625rem; line-height: 1.1; }

.menu-pop-nav li.current-menu-item a, .menu-pop-nav li.current-page-ancestor a, .menu-pop-nav li.current_page_parent a, .menu-pop-nav li:hover a { background-color: #0f4b5f; color: #ffffff; }

.menu-pop-nav .nav-submenu > .nav-submenu-item > a:hover { background-color: #0c3a49; }

.menu-pop-nav.open-menu { right: 80px; }

.post-menu { border: 1px solid #ede4de; padding: 0.9375rem 0.625rem; text-align: center; text-transform: uppercase; }

.post-menu > ul { margin-bottom: 0; display: flex; flex-direction: row; flex-wrap: wrap; }

.post-menu > ul > li { width: calc( 100% - 20px); margin: 0.3125rem 0.625rem !important; font-size: 1rem; }

@media print, screen and (min-width: 48em) { .post-menu > ul > li { width: calc( 33.3333% - 20px); } }

@media print, screen and (min-width: 64em) { .post-menu > ul > li { width: calc( 20% - 20px); } }

@media print, screen and (min-width: 64em) { .post-menu > ul > li { font-size: 1.125rem; } }

.post-menu > ul > li a { display: block; padding: 0.5rem 0 0.25rem; background-color: #ede4de; color: #008c6e; text-decoration: none; }

.post-menu > ul > li a:hover { background-color: #008c6e; color: #ffffff; }

.post-menu > ul > li.active a { background-color: #008c6e; color: #ffffff; }

body.mobile-nav-push { overflow: hidden; }

body.mobile-nav-push.page-template-page-landing { overflow: auto; }

.mobile-nav-panel { height: 100%; top: 53px; right: 0; background-color: #ffffff; position: fixed; z-index: 1002; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 100%; -webkit-transform: translateX(480px); -ms-transform: translateX(480px); transform: translateX(480px); }

@media print, screen and (min-width: 64em) { .mobile-nav-panel { top: 74px; } }

@media screen and (min-width: 28.75em) { .mobile-nav-panel { width: 320px; -webkit-transform: translateX(340px); -ms-transform: translateX(340px); transform: translateX(340px); } }

.mobile-nav-panel .mobile-nav-panel-inner { overflow-y: auto; padding: 0; height: calc(100vh - 160px); }

.mobile-nav-panel .mobile-nav-actions { padding: 1.25rem 1.875rem 0.625rem 1.25rem; text-align: right; }

.mobile-nav-panel.open-panel { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.mobile-nav-panel.open-panel .scroll-wrapper > .mobile-nav-scroll { padding: 0 1.25rem; top: 0; }

/*------------------------------------*\ Flaunt JS Navigation \*------------------------------------*/
.nav-list { list-style: none; margin: 0; padding: 0 0 30px; text-align: left; }

.nav-list.product-nav a { color: #0f4b5f; font-family: "DINNextRoundedLTPro-Regular"; }

.nav-item { background-color: #ffffff; display: block; float: none; width: 100%; position: relative; border-bottom: 1px solid rgba(206, 229, 223, 0.5); }

.nav-item a { display: block; line-height: 1.1; padding: 0.875rem 0 0.6875rem; }

.nav-item > a:hover { background-color: rgba(15, 75, 95, 0.1); }

.nav-item:hover .nav-submenu { display: block; }

/* Navigation submenu */
.nav-submenu { display: none; position: static; list-style: none; margin: 0; padding: 0; left: 0; width: 100%; padding-bottom: 0.625rem; }

.nav-submenu > .nav-submenu-item > a { font-family: "DINNextRoundedLTPro-Light", sans-serif; display: block; padding: 0.4375rem 0.3125rem 0.4375rem 1.25rem; }

.nav-submenu > .nav-submenu-item > a:hover { background-color: rgba(15, 75, 95, 0.1); }

.nav-mobile-open { border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; }

.nav-item:hover .nav-submenu { display: none; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position: absolute; top: 0; right: 0; display: block; height: 42px; width: 40px; cursor: pointer; }

.nav-click i { display: block; height: 42px; width: 40px; background: url(img/menu-drop-green.svg) no-repeat center center; background-size: 10px auto; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: transform .2s ease-out; -o-transition: ease-out .2s transform; transition: transform .2s ease-out; }

.nav-click i.nav-rotate { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
html, body { height: 100%; }

html { -webkit-text-size-adjust: 100%; }

body { background-color: #cee5df; padding: 0 20px; }

@media print, screen and (min-width: 64em) { body { padding: 0 40px 0; } }

.button { text-decoration: none; }

@media screen and (max-width: 47.9375em) { .button { font-size: 1.125rem; padding-top: 7px; padding-bottom: 7px; } }

.button .material-icons { vertical-align: text-bottom; }

.button.arrow:after, .button.external-link:after { font-family: 'Material Icons'; content: "arrow_forward"; padding-left: 4px; -webkit-font-feature-settings: 'liga'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; vertical-align: text-bottom; }

.button.external-link:after { transform: rotate(-45deg); }

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

.bg-green { background-color: #008c6e; }

.bg-palegreen { background-color: #cee5df; }

.bg-blue { background-color: #0f4b5f; }

.bg-dark-blue { background-color: #110b22; }

.img-obj-cover { -o-object-fit: cover; object-fit: cover; font-family: object-fit\: cover; height: 100%; width: 100%; }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; top: 0; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.gradient-bg { background: #008c6e; background: -webkit-linear-gradient(left, #008c6e, #0f4b5f); background: linear-gradient(to right, #008c6e, #0f4b5f); }

.gradient-bg, .gradient-bg a { color: #ffffff; }

.gradient-bg a:not(.button):hover { color: #cee5df; text-decoration: underline; }

.site-content { padding-top: 120px; }

@media print, screen and (min-width: 48em) { .site-content { padding-top: 150px; } }

@media print, screen and (min-width: 64em) { .site-content { padding-top: 170px; } }

@media screen and (min-width: 85.375em) { .site-content { padding-top: 190px; } }

@media print, screen and (min-width: 48em) { .site-content p, .site-content ul { font-size: 1.1875rem; } }

@media print, screen and (min-width: 64em) { .site-content p, .site-content ul { font-size: 1.375rem; } }

.site-content p + h2, .site-content p + h3, .site-content p + h4, .site-content ul + h2, .site-content ul + h3, .site-content ul + h4 { margin-top: 2.5rem; }

.site-content p.lead { font-size: 1.875rem; color: #008c6e; letter-spacing: 0.05em; line-height: 1.1; }

.site-content ul li { margin-top: 0.625rem; margin-bottom: 0.625rem; }

.site-content a:not(.button):hover { text-decoration: underline; }

@media print, screen and (min-width: 48em) { .landing-page .site-content { padding-top: 80px; } }

.grid-container.extra-wide { max-width: 90rem; }

.page-header, .single .entry-header { background-color: #ffffff; }

.page-header-image, .single .entry-header-image { background-color: #ede4de; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; padding-top: 3.75rem; padding-bottom: 3.75rem; margin-bottom: 0; height: 12.5rem; }

@media print, screen and (min-width: 48em) { .page-header-image, .single .entry-header-image { height: 15.625rem; } }

@media print, screen and (min-width: 64em) { .page-header-image, .single .entry-header-image { height: 18.75rem; } }

@media screen and (min-width: 75em) { .page-header-image, .single .entry-header-image { height: 21.875rem; } }

.page-header-image.no-video, .page-header-image.no-image, .page-header-image.narrow, .single .entry-header-image.no-video, .single .entry-header-image.no-image, .single .entry-header-image.narrow { height: 0; padding-top: 0; padding-bottom: 0; }

.error404 .page-header .page-header-image { background-image: url(img/bc-header-404.jpg); }

.search .page-header .page-header-image { background-image: url(img/bc-header-search.jpg); }

#breadcrumbs { color: rgba(17, 11, 34, 0.4); font-size: 1.875rem; margin-bottom: 1.25rem; }

#breadcrumbs a, #breadcrumbs span { color: rgba(17, 11, 34, 0.4); text-decoration: none; }

#breadcrumbs span.breadcrumb_last { display: none; }

.column-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }

@media print, screen and (min-width: 48em) { .column-section { padding-top: 5rem; padding-bottom: 5rem; } }

@media print, screen and (min-width: 64em) { .column-section { padding-top: 6.25rem; padding-bottom: 6.25rem; } }

.fluid .fluid-offset { max-width: 58rem; margin-left: auto; margin-right: auto; padding-left: 1.25rem; padding-right: 1.25rem; }

.page-section { background-color: #ffffff; padding-top: 5rem; padding-bottom: 5rem; }

.section-title-bar { padding-top: 1.875rem; padding-bottom: 1.875rem; }

@media print, screen and (min-width: 48em) { .section-title-bar { padding-top: 3.125rem; padding-bottom: 3.125rem; } }

@media print, screen and (min-width: 64em) { .section-title-bar { padding-top: 5rem; padding-bottom: 5rem; } }

.section-title-bar h2, .section-title-bar .section-title { color: #000000; margin-bottom: 0; text-transform: uppercase; text-align: center; position: relative; }

.section-title-bar .section-title-alt { text-align: center; padding-left: 0; }

.section-inner { margin-bottom: 2.5rem; }

@media print, screen and (min-width: 48em) { .section-inner { margin-bottom: 0; } }

.widget-area a, .transparent-section a { color: inherit; border-bottom: 2px solid #ffffff; }

.widget-area a:hover, .transparent-section a:hover { color: #110b22; border-color: #110b22; }

.widget-area .button, .transparent-section .button { border-color: #008c6e; color: #008c6e; }

.widget-area .button:hover, .transparent-section .button:hover { border-color: #cee5df; color: #008c6e; }

.white-section, .image-text { background-color: #ffffff; }

.gray-section { background-color: #ede4de; }

.padded-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }

@media print, screen and (min-width: 64em) { .padded-section { padding-top: 5rem; padding-bottom: 5rem; } }

@media screen and (min-width: 75em) { .padded-section { padding-top: 6.25rem; padding-bottom: 6.25rem; } }

.padded-section.large-padded { padding-top: 5rem; padding-bottom: 5rem; }

@media print, screen and (min-width: 64em) { .padded-section.large-padded { padding-top: 10rem; padding-bottom: 10rem; } }

@media screen and (min-width: 75em) { .padded-section.large-padded { padding-top: 12.5rem; padding-bottom: 12.5rem; } }

.padded-b-section { padding-bottom: 2.5rem; }

@media print, screen and (min-width: 64em) { .padded-b-section { padding-bottom: 5rem; } }

@media screen and (min-width: 75em) { .padded-b-section { padding-bottom: 6.25rem; } }

.padded-t-section { padding-top: 2.5rem; }

@media print, screen and (min-width: 64em) { .padded-t-section { padding-top: 5rem; } }

@media screen and (min-width: 75em) { .padded-t-section { padding-top: 6.25rem; } }

.border-top { border-top: 20px solid #cee5df; }

@media print, screen and (min-width: 64em) { .border-top { border-top: 40px solid #cee5df; } }

.edge-bleed { overflow-x: hidden; }

.edge-bleed .cell { background-color: #008c6e; }

.edge-bleed .cell.first-cell { background-color: #0f4b5f; position: relative; }

.edge-bleed .cell.first-cell:before { position: absolute; content: ''; top: 0; left: -9999px; width: 9999px; height: 100%; background-color: #0f4b5f; }

.edge-bleed .cell.last-cell { background-color: #0f4b5f; position: relative; }

.edge-bleed .cell.last-cell:after { position: absolute; content: ''; top: 0; right: -9999px; width: 9999px; height: 100%; background-color: #0f4b5f; }

.edge-bleed .casestudy { position: relative; }

.edge-bleed .casestudy:before, .edge-bleed .casestudy:after { position: absolute; content: ''; top: 0; width: 9999px; height: 100%; }

.edge-bleed .casestudy:before { left: -9999px; }

.edge-bleed .casestudy:after { right: -9999px; }

.insight, .solution, .casestudy-inner { padding-left: 0.625rem; padding-right: 0.625rem; padding-bottom: 2.5rem; }

@media print, screen and (min-width: 48em) { .insight, .solution, .casestudy-inner { padding-left: 1.25rem; padding-right: 1.25rem; padding-bottom: 0; } }

.insight > img, .solution > img, .casestudy-inner > img { width: auto !important; }

.insight > img, .insight h3, .solution > img, .solution h3, .casestudy-inner > img, .casestudy-inner h3 { margin-bottom: 2.5rem; }

.pagination { position: relative; text-align: center; padding-top: 2rem; }

.alm-btn-wrap { background-color: #000000; padding-top: 3.75rem; padding-bottom: 2.5rem; text-align: center; }

.alm-btn-wrap .alm-load-more-btn { color: #ffffff; cursor: pointer; font-size: 1.375rem; text-transform: uppercase; }

.alm-btn-wrap .alm-load-more-btn:after { content: ''; display: block; height: 30px; width: 100%; background-image: url(img/arrow_down.svg); background-repeat: no-repeat; background-position: center center; background-size: 50px auto; }

.logo-bullet-list, .logo-bullet-list-green { margin: 0; padding: 0; list-style: none; font-size: 1.125rem !important; }

.logo-bullet-list > li, .logo-bullet-list-green > li { position: relative; padding-left: 36px; }

.logo-bullet-list > li:before, .logo-bullet-list-green > li:before { position: absolute; content: ''; display: block; top: -2px; left: 0; width: 24px; height: 24px; background-image: url(img/black-bullet.png); background-position: 0 0; background-repeat: no-repeat; background-size: contain; }

.logo-bullet-list-green > li:before { background-image: url(img/green-bullet.png); }

.box-panel { padding: 2rem 2rem 1rem; }

.box-panel.blue-box { background-color: #171734; color: #fff; }

.site-header { position: fixed; width: 100%; z-index: 100; margin-left: -20px; }

@media print, screen and (min-width: 64em) { .site-header { margin-left: -40px; } }

.top-bar { background-color: #cee5df; height: 20px; padding: 0; }

@media print, screen and (min-width: 64em) { .top-bar { height: 40px; } }

.menu-switch-group.top-group { background-color: #000000; margin: 0 20px; height: 35px; }

@media print, screen and (min-width: 64em) { .menu-switch-group.top-group { margin: 0 40px; } }

.main-bar { padding: 0; margin: 0 20px; height: 65px; display: flex; flex-flow: row wrap; background-color: #000000; color: #ffffff; -webkit-transition: height 0.2s; transition: height 0.2s; box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1); }

@media print, screen and (min-width: 48em) { .main-bar { height: 95px; } }

@media print, screen and (min-width: 64em) { .main-bar { margin: 0 40px; } }

@media screen and (min-width: 85.375em) { .main-bar { height: 150px; padding-top: 1.875rem; padding-bottom: 1.875rem; } }

.main-bar .main-bar-left { flex: 0 1 auto; margin-right: auto; padding-left: 0.625rem; }

@media print, screen and (min-width: 48em) { .main-bar .main-bar-left { padding-left: 1.25rem; } }

@media screen and (min-width: 75em) { .main-bar .main-bar-left { padding-left: 2.5rem; } }

@media screen and (min-width: 90em) { .main-bar .main-bar-left { padding-right: 2.5rem; } }

@media screen and (min-width: 96.25em) { .main-bar .main-bar-left { padding-right: 4.0625rem; } }

.main-bar .main-bar-right { flex: 1 1 auto; margin-left: auto; padding-right: 0.625rem; }

@media print, screen and (min-width: 48em) { .main-bar .main-bar-right { padding-right: 1.25rem; } }

@media screen and (min-width: 75em) { .main-bar .main-bar-right { padding-right: 2.5rem; } }

.landing-page .main-bar { box-shadow: none; position: relative; }

@media print, screen and (min-width: 48em) { .landing-page .main-bar { height: 80px; padding: 10px 0; } }

@media screen and (min-width: 85.375em) { .main-bar .bottom-control { display: none; } }

.show-main-nav .main-bar { box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 90em) { .show-main-nav .main-bar { padding-top: 1.25rem; padding-bottom: 1.25rem; height: 100px; } }

.show-main-nav .main-bar .top-control { display: none; }

.show-main-nav .main-bar .bottom-control { display: block; }

.show-main-nav .main-bar .menu-switch-group.bottom-group { display: none; }

.site-branding { line-height: 0; display: -ms-flexbox; display: flex; flex-direction: column; height: 100%; justify-content: center; }

@media print, screen and (min-width: 64em) { .site-branding { min-width: 190px; } }

@media screen and (min-width: 90em) { .site-branding { min-width: 210px; } }

.site-branding .site-title { text-indent: 100%; white-space: nowrap; overflow: hidden; -webkit-transition: all 0.2s; transition: all 0.2s; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 149.3 70'%3E%3Cpath d='M120.8 37.3H118V54h7.3v-2.5h-4.5V37.3zm-27.1 0h-2.9V54h2.9V37.3zm-14.2 4.1V50c0 2.3 1.4 4.3 4.4 4.3 2.9 0 4.2-1.9 4.2-4.3v-2h-2.9v2c0 1.1-.3 1.7-1.4 1.7-1.2 0-1.5-.6-1.5-1.8v-8.4c0-1.2.4-1.8 1.5-1.8.7 0 1.4.6 1.4 2V43h2.9v-1.2c0-2.5-1.4-4.6-4.2-4.6-3-.1-4.4 1.8-4.4 4.2m-9.6-4.1c.1-.7.1-1.5.1-2.3 0-.8 0-1.6-.1-2.3H52.7l16.6-4.5c-.3-1.5-.7-3-1.2-4.5l-16.6 4.5 14.9-8.6c-.7-1.4-1.5-2.8-2.3-4l-14.9 8.6L61.3 12c-1-1.2-2.1-2.3-3.3-3.3L45.9 20.8l8.6-14.9c-1.3-.9-2.6-1.6-4-2.3l-8.6 14.9 4.5-16.6c-1.5-.5-3-.9-4.5-1.2l-4.5 16.6V.1C36.6 0 35.8 0 35 0c-.8 0-1.6 0-2.3.1v23.5c.8-.2 1.5-.2 2.3-.2 6.4 0 11.7 5.2 11.7 11.7 0 6.4-5.2 11.7-11.7 11.7-6.4 0-11.7-5.2-11.7-11.7 0-5.2 3.3-9.5 8-11.1L19.6 3.6c-1.4.7-2.8 1.5-4 2.3l8.6 14.9L12 8.7c-1.2 1-2.3 2.1-3.3 3.3l12.2 12.2-15-8.7c-.9 1.3-1.6 2.6-2.3 4l14.9 8.6-16.6-4.4c-.5 1.5-.9 3-1.2 4.5l16.6 4.5H.1C0 33.4 0 34.2 0 35c0 .8 0 1.6.1 2.3h17.2L.7 41.8c.3 1.5.7 3 1.2 4.5l16.6-4.5-14.9 8.6c.7 1.4 1.5 2.8 2.3 4l14.9-8.6L8.7 58c1 1.2 2.1 2.3 3.3 3.3l12.2-12.2L15.6 64c1.3.9 2.6 1.6 4 2.3l8.6-14.9L23.7 68c1.5.5 3 .9 4.5 1.2l4.5-16.6v17.2c.7.2 1.5.2 2.3.2.8 0 1.6 0 2.3-.1V52.7l4.5 16.6c1.5-.3 3-.7 4.5-1.2l-4.5-16.6 8.6 14.9c1.4-.7 2.8-1.5 4-2.3l-8.6-14.9L58 61.3c1.2-1 2.3-2.1 3.3-3.3L49.2 45.9l14.9 8.6c.9-1.3 1.6-2.6 2.3-4l-14.9-8.6 16.6 4.5c.5-1.5.9-3 1.2-4.5l-16.6-4.5h17.2zm15.6-9.5c0 1.7-.6 2.6-2.1 2.6h-1.2v-5.1h.9c1.8-.1 2.4.8 2.4 2.5m-.3-7.1c0 1.4-.8 2.1-1.9 2.1h-1v-4.5h1.1c1.2.1 1.8.9 1.8 2.4m.9 3.2c1.4-.6 2-2 2-3.5 0-2.8-1.4-4.4-4.4-4.4h-4.2v16.6H84c3.2 0 4.5-2.1 4.5-4.8-.1-2.1-1-3.2-2.4-3.9m9.7 2.6h-2.3l1.1-7.1 1.2 7.1zm.9 6.2h2.8L96.4 16h-3.5l-3.1 16.6h2.8l.5-3.7h3.1l.5 3.8zm5.5 9.5c0 2-.6 2.6-2.1 2.6h-1v-5.1h1c1.5 0 2.1.6 2.1 2.5m-2-4.9h-4V54h2.9v-6.8c.5 0 1.1 0 1.5-.1l2 6.9h2.9l-2.4-7.5c1-.4 2-1.5 2-4.2 0-3.6-1.7-5-4.9-5m7.2-4.6h2.5V16h-2.6v9.5l-3.5-9.5h-2.6v16.6h2.6V22.3l3.6 10.4zm4.1 4.4c-3 0-4.4 1.9-4.4 4.3V50c0 2.3 1.4 4.3 4.4 4.3 2.9 0 4.2-1.9 4.2-4.3v-2h-2.9v2c0 1.1-.3 1.7-1.4 1.7-1.2 0-1.5-.6-1.5-1.8v-8.4c0-1.2.4-1.8 1.5-1.8.7 0 1.4.6 1.4 2V43h2.9v-1.2c.1-2.6-1.3-4.7-4.2-4.7m10.1-4.4l-3.5-10.4 3.1-6.2h-2.9l-3 6.1V16h-2.9v16.6h2.9v-5.9l1-1.8 2.3 7.7h3zm1.6 0h2.9V16h-2.9v16.7zm10.9 4.6h-7.6V54h8v-2.5h-5.1v-4.9h3.7v-2.5h-3.7v-4.3h4.8v-2.5zm1.4-4.6h2.5V16h-2.6v9.5l-3.5-9.5h-2.6v16.6h2.6V22.3l3.6 10.4zm11-6.2v1.6c0 1.7-.4 2.3-1.6 2.3-1 0-1.3-.7-1.3-1.7v-8.5c0-1.4.6-1.8 1.3-1.8 1.1 0 1.6.6 1.6 3.1h2.7v-1.1c0-2.5-1.4-4.6-4.3-4.6-2.8 0-4.2 1.9-4.2 4.3v8.6c0 2.6 1.6 4.3 3.8 4.3 1.3 0 2-.5 2.9-1.5l.5 1.2h1.4v-8.4h-4.7v2.3h1.9z' fill='%23fff' /%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: 0% 50%; display: block; width: 83px; height: 50px; line-height: 50px !important; min-height: 50px; }

@media print, screen and (min-width: 48em) { .site-branding .site-title { width: 105px; height: 70px; line-height: 70px !important; min-height: 70px; } }

@media print, screen and (min-width: 64em) { .site-branding .site-title { width: 150px; } }

@media screen and (min-width: 85.375em) { .site-branding .site-title { width: 150px; } }

@media screen and (min-width: 90em) { .site-branding .site-title { width: 185px; height: 85px; line-height: 85px !important; min-height: 85px; } }

.site-branding .site-title a { display: block; }

.landing-page .site-branding .site-title { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 149.3 70'%3E%3Cpath d='M120.8 37.3H118V54h7.3v-2.5h-4.5V37.3zm-27.1 0h-2.9V54h2.9V37.3zm-14.2 4.1V50c0 2.3 1.4 4.3 4.4 4.3 2.9 0 4.2-1.9 4.2-4.3v-2h-2.9v2c0 1.1-.3 1.7-1.4 1.7-1.2 0-1.5-.6-1.5-1.8v-8.4c0-1.2.4-1.8 1.5-1.8.7 0 1.4.6 1.4 2V43h2.9v-1.2c0-2.5-1.4-4.6-4.2-4.6-3-.1-4.4 1.8-4.4 4.2m-9.6-4.1c.1-.7.1-1.5.1-2.3 0-.8 0-1.6-.1-2.3H52.7l16.6-4.5c-.3-1.5-.7-3-1.2-4.5l-16.6 4.5 14.9-8.6c-.7-1.4-1.5-2.8-2.3-4l-14.9 8.6L61.3 12c-1-1.2-2.1-2.3-3.3-3.3L45.9 20.8l8.6-14.9c-1.3-.9-2.6-1.6-4-2.3l-8.6 14.9 4.5-16.6c-1.5-.5-3-.9-4.5-1.2l-4.5 16.6V.1C36.6 0 35.8 0 35 0c-.8 0-1.6 0-2.3.1v23.5c.8-.2 1.5-.2 2.3-.2 6.4 0 11.7 5.2 11.7 11.7 0 6.4-5.2 11.7-11.7 11.7-6.4 0-11.7-5.2-11.7-11.7 0-5.2 3.3-9.5 8-11.1L19.6 3.6c-1.4.7-2.8 1.5-4 2.3l8.6 14.9L12 8.7c-1.2 1-2.3 2.1-3.3 3.3l12.2 12.2-15-8.7c-.9 1.3-1.6 2.6-2.3 4l14.9 8.6-16.6-4.4c-.5 1.5-.9 3-1.2 4.5l16.6 4.5H.1C0 33.4 0 34.2 0 35c0 .8 0 1.6.1 2.3h17.2L.7 41.8c.3 1.5.7 3 1.2 4.5l16.6-4.5-14.9 8.6c.7 1.4 1.5 2.8 2.3 4l14.9-8.6L8.7 58c1 1.2 2.1 2.3 3.3 3.3l12.2-12.2L15.6 64c1.3.9 2.6 1.6 4 2.3l8.6-14.9L23.7 68c1.5.5 3 .9 4.5 1.2l4.5-16.6v17.2c.7.2 1.5.2 2.3.2.8 0 1.6 0 2.3-.1V52.7l4.5 16.6c1.5-.3 3-.7 4.5-1.2l-4.5-16.6 8.6 14.9c1.4-.7 2.8-1.5 4-2.3l-8.6-14.9L58 61.3c1.2-1 2.3-2.1 3.3-3.3L49.2 45.9l14.9 8.6c.9-1.3 1.6-2.6 2.3-4l-14.9-8.6 16.6 4.5c.5-1.5.9-3 1.2-4.5l-16.6-4.5h17.2zm15.6-9.5c0 1.7-.6 2.6-2.1 2.6h-1.2v-5.1h.9c1.8-.1 2.4.8 2.4 2.5m-.3-7.1c0 1.4-.8 2.1-1.9 2.1h-1v-4.5h1.1c1.2.1 1.8.9 1.8 2.4m.9 3.2c1.4-.6 2-2 2-3.5 0-2.8-1.4-4.4-4.4-4.4h-4.2v16.6H84c3.2 0 4.5-2.1 4.5-4.8-.1-2.1-1-3.2-2.4-3.9m9.7 2.6h-2.3l1.1-7.1 1.2 7.1zm.9 6.2h2.8L96.4 16h-3.5l-3.1 16.6h2.8l.5-3.7h3.1l.5 3.8zm5.5 9.5c0 2-.6 2.6-2.1 2.6h-1v-5.1h1c1.5 0 2.1.6 2.1 2.5m-2-4.9h-4V54h2.9v-6.8c.5 0 1.1 0 1.5-.1l2 6.9h2.9l-2.4-7.5c1-.4 2-1.5 2-4.2 0-3.6-1.7-5-4.9-5m7.2-4.6h2.5V16h-2.6v9.5l-3.5-9.5h-2.6v16.6h2.6V22.3l3.6 10.4zm4.1 4.4c-3 0-4.4 1.9-4.4 4.3V50c0 2.3 1.4 4.3 4.4 4.3 2.9 0 4.2-1.9 4.2-4.3v-2h-2.9v2c0 1.1-.3 1.7-1.4 1.7-1.2 0-1.5-.6-1.5-1.8v-8.4c0-1.2.4-1.8 1.5-1.8.7 0 1.4.6 1.4 2V43h2.9v-1.2c.1-2.6-1.3-4.7-4.2-4.7m10.1-4.4l-3.5-10.4 3.1-6.2h-2.9l-3 6.1V16h-2.9v16.6h2.9v-5.9l1-1.8 2.3 7.7h3zm1.6 0h2.9V16h-2.9v16.7zm10.9 4.6h-7.6V54h8v-2.5h-5.1v-4.9h3.7v-2.5h-3.7v-4.3h4.8v-2.5zm1.4-4.6h2.5V16h-2.6v9.5l-3.5-9.5h-2.6v16.6h2.6V22.3l3.6 10.4zm11-6.2v1.6c0 1.7-.4 2.3-1.6 2.3-1 0-1.3-.7-1.3-1.7v-8.5c0-1.4.6-1.8 1.3-1.8 1.1 0 1.6.6 1.6 3.1h2.7v-1.1c0-2.5-1.4-4.6-4.3-4.6-2.8 0-4.2 1.9-4.2 4.3v8.6c0 2.6 1.6 4.3 3.8 4.3 1.3 0 2-.5 2.9-1.5l.5 1.2h1.4v-8.4h-4.7v2.3h1.9z' fill='%23fff' /%3E%3C/svg%3E"); }

@media print, screen and (min-width: 48em) { .landing-page .site-branding .site-title { height: 60px; line-height: 60px !important; width: 128px; min-height: 60px; } }

@media screen and (min-width: 75em) { .show-main-nav .site-branding .site-title { width: 128px; min-height: 60px; height: 60px; line-height: 60px !important; } }

.bottom-bar { background-color: #cee5df; position: fixed; width: 100%; z-index: 100; bottom: 0; height: 20px; margin-left: -20px; }

@media print, screen and (min-width: 64em) { .bottom-bar { height: 40px; margin-left: -40px; } }

.site-footer { background-color: #110b22; color: #ffffff; }

.site-footer a { color: #ffffff; }

.site-footer .site-info { padding-top: 2.5rem; }

.site-footer .site-title-footer { text-indent: 100%; white-space: nowrap; overflow: hidden; display: block; float: left; margin-right: 3.125rem; margin-bottom: 1rem; width: 80px; min-height: 80px; height: 80px; line-height: 80px !important; background-size: 80px 80px; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath fill='%23FFF' d='M79.9 42.7c.1-.9.1-1.8.1-2.7 0-.9 0-1.8-.1-2.7H60.3l19-5.1c-.3-1.8-.8-3.5-1.4-5.2l-19 5.1 17-9.8c-.8-1.6-1.7-3.1-2.7-4.6l-17 9.8 13.9-13.9c-1.2-1.3-2.4-2.6-3.8-3.8l-13.9 14 9.8-17c-1.5-1-3-1.9-4.6-2.7l-9.8 17 5.1-19c-1.7-.6-3.4-1-5.2-1.4l-5.1 19V.1C41.8 0 40.9 0 40 0s-1.8 0-2.7.1v26.8c.9-.2 1.8-.3 2.7-.3 7.4 0 13.3 6 13.3 13.3 0 7.4-6 13.3-13.3 13.3-7.4 0-13.3-6-13.3-13.3 0-5.9 3.8-10.9 9.1-12.7L22.4 4.1c-1.6.8-3.1 1.7-4.6 2.7l9.8 17L13.7 9.9c-1.3 1.2-2.6 2.4-3.8 3.8l13.9 13.9-17-9.8c-1 1.5-1.9 3-2.7 4.6l17 9.8-19-5.1c-.6 1.7-1 3.4-1.4 5.2l19 5.1H.1C0 38.2 0 39.1 0 40c0 .9 0 1.8.1 2.7h19.6l-19 5.1c.3 1.8.8 3.5 1.4 5.2l19-5.1-17 9.8c.8 1.6 1.7 3.1 2.7 4.6l17-9.8L9.9 66.3c1.2 1.3 2.4 2.6 3.8 3.8l13.9-13.9-9.8 17c1.5 1 3 1.9 4.6 2.7l9.8-17-5.1 19c1.7.6 3.4 1 5.2 1.4l5.1-19v19.6c.8.1 1.7.1 2.6.1s1.8 0 2.7-.1V60.3l5.1 19c1.8-.3 3.5-.8 5.2-1.4l-5.1-19 9.8 17c1.6-.8 3.1-1.7 4.6-2.7l-9.8-17 13.9 13.9c1.3-1.2 2.6-2.4 3.8-3.8l-14-13.9 17 9.8c1-1.5 1.9-3 2.7-4.6l-17-9.8 19 5.1c.6-1.7 1-3.4 1.4-5.2l-19-5.1h19.6z'/%3E%3C/svg%3E"); transition: all 0.2s; }

.site-footer .site-title-footer:hover { -webkit-transition: 1s; transition: 1s; transform: rotate(360deg); }

.site-footer .site-title-footer a { display: block; }

.site-footer .solutions-footer-bar, .site-footer .sub-footer-bar { padding-bottom: 0.625rem; margin-bottom: 1.875rem; border-bottom: 1px solid #0f4b5f; }

.site-footer .footer-colophon, .site-footer .footer-colophon p { margin-bottom: 0; }

.site-footer .copyright, .site-footer .footer-colophon { color: #cee5df; font-size: 0.75rem; margin: 0.625rem 0; }

.site-footer .social-icons li { display: inline-block; padding-left: 2px; padding-right: 2px; }

@media print, screen and (min-width: 64em) { .site-footer .social-icons li { padding-left: 6px; padding-right: 6px; } }

.site-footer .social-icons li:first-of-type { padding-left: 0; }

.site-footer .social-icons li:last-of-type { padding-right: 0; }

.site-footer .social-icons .circle-outline { background-color: #ffffff; border-radius: 50%; display: block; height: 32px; line-height: 38px; width: 32px; text-align: center; }

@media print, screen and (min-width: 64em) { .site-footer .social-icons .circle-outline { height: 40px; line-height: 50px; width: 40px; } }

.site-footer .social-icons .circle-outline i { color: #110b22; font-size: 1.125rem; }

@media print, screen and (min-width: 64em) { .site-footer .social-icons .circle-outline i { font-size: 1.5rem; } }

.site-footer .social-icons .circle-outline:hover { background-color: rgba(255, 255, 255, 0.9); box-shadow: 0px 0px 4px #ffffff; }

.site-footer .widget-title { font-family: "DINNextRoundedLTPro-Regular"; color: #cee5df; font-size: 1rem; margin-bottom: 0.3125rem; text-transform: uppercase; }

@media print, screen and (min-width: 48em) { .site-footer .widget-title { font-size: 1.125rem; } }

.footer-sidebar-group { padding-right: 0.625rem; margin-bottom: 1.25rem; }

.footer-sidebar-group.single-col, .footer-sidebar-group.double-col { width: 50%; flex-basis: auto; }

@media print, screen and (min-width: 64em) { .footer-sidebar-group.single-col { width: 20%; } }

.footer-sidebar-group.double-col { width: 100%; }

@media print, screen and (min-width: 64em) { .footer-sidebar-group.double-col { width: 40%; } }

.footer-sidebar-group.widget_nav_menu .menu, .footer-sidebar-group.widget_nav_menu .sub-menu { list-style: none; padding: 0; margin: 0; flex-direction: column; margin-bottom: 0; }

@media print, screen and (min-width: 48em) { .footer-sidebar-group.widget_nav_menu .menu, .footer-sidebar-group.widget_nav_menu .sub-menu { font-size: 1.125rem; } }

.footer-sidebar-group.widget_nav_menu .menu ul, .footer-sidebar-group.widget_nav_menu .sub-menu ul { list-style: none; padding: 0; margin: 0; }

.footer-sidebar-group.widget_nav_menu .menu li, .footer-sidebar-group.widget_nav_menu .sub-menu li { font-size: 1rem; }

.footer-sidebar-group.widget_nav_menu .menu li > a, .footer-sidebar-group.widget_nav_menu .sub-menu li > a { color: #ffffff; line-height: 1.2; padding: 0.1875rem 0; white-space: normal; }

.footer-sidebar-group.widget_nav_menu .menu li > a:hover, .footer-sidebar-group.widget_nav_menu .sub-menu li > a:hover { color: #cee5df; text-decoration: underline; }

.solutions-footer-bar .footer-sidebar-group.widget_nav_menu .menu > li > a { font-family: "DINNextRoundedLTPro-Regular"; color: #cee5df; font-size: 1rem; margin-bottom: 0.3125rem; text-transform: uppercase; }

@media print, screen and (min-width: 48em) { .solutions-footer-bar .footer-sidebar-group.widget_nav_menu .menu > li > a { font-size: 1.125rem; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-preview { position: relative; padding-bottom: 1.25rem; }

.entry-preview a { text-decoration: none; }

.entry-preview .entry-header .cat-links { margin-bottom: 1.25rem; }

.category .entry-preview .entry-header .cat-links { display: none; }

.entry-preview .entry-preview .entry-header { margin-bottom: 1.25rem; }

.entry-preview .entry-wrapper { position: relative; z-index: 1; padding-top: 3.125rem; padding-left: 1.25rem; padding-right: 3.125rem; padding-bottom: 1.25rem; }

@media print, screen and (min-width: 48em) { .entry-preview .entry-wrapper { padding-bottom: 3.75rem; padding-right: 2.5rem; } }

@media print, screen and (min-width: 64em) { .entry-preview .entry-wrapper { padding-bottom: 5rem; } }

.entry-preview .entry-content p:last-of-type { margin-bottom: 0; }

.entry-preview .entry-footer { padding-top: 1.875rem; padding-bottom: 0.625rem; }

@media print, screen and (min-width: 48em) { .entry-preview .entry-footer { margin-left: -1.875rem; padding-top: 0; padding-left: 1.875rem; padding-right: 1.875rem; bottom: 0; position: absolute; width: 100%; } }

.entry-preview .entry-footer .posted-on { display: block; margin-top: 0.75rem; margin-bottom: 0.75rem; }

@media print, screen and (min-width: 48em) { .entry-preview .entry-footer .posted-on { display: inline-block; } }

.entry-preview .entry-footer a.read-more.external i { transform: rotate(-45deg); }

.entry-preview:not(.home-preview):after { content: ''; width: 300px; height: 300px; position: absolute; z-index: 0; top: 0; left: 0; background: white; background: -moz-linear-gradient(315deg, rgba(255, 255, 255, 0) 47%, rgba(0, 0, 0, 0.075) 100%); background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0) 47%, rgba(0, 0, 0, 0.075) 100%); background: linear-gradient(315deg, rgba(255, 255, 255, 0) 47%, rgba(0, 0, 0, 0.075) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cbcbcb",GradientType=1); }

.entry-preview.home-preview .entry-wrapper { padding-top: 0; }

.entry-preview.home-preview .entry-footer { padding-bottom: 0; }

.entry-meta { padding-top: 1.25rem; }

.entry-meta a { text-decoration: none; }

.single .entry-meta { padding-top: 0; margin-bottom: 1rem; }

.all-items-nav { padding-top: 1.25rem; }

@media (min-width: 680px) { .all-items-nav { text-align: center; } }

#related-news .owl-nav .material-icons { color: #0f4b5f; }

#related-news .owl-theme .owl-controls .owl-nav [class*=owl-] { bottom: 0; margin-bottom: 180px; }

.related-news-preview { position: relative; }

.related-news-preview .entry-wrapper { padding-left: 0.625rem; padding-right: 0.625rem; padding-bottom: 2.5rem; }

.related-news-preview .body-title { margin-bottom: 1.25rem; line-height: 1.3; }

.related-news-preview .body-title a { color: #008c6e; border-bottom: 2px solid #008c6e; }

.related-news-preview .entry-content p { font-size: 1.125rem; }

.related-news-preview .entry-footer { bottom: 0; margin-left: -1.25rem; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; width: 100%; }

.related-news-preview .entry-footer .posted-on { margin-top: 0.125rem; margin-bottom: 0.125rem; }

.related-news-preview .entry-footer a.read-more { border-radius: 50%; height: 28px; padding: 0; width: 28px; }

.related-news-preview .entry-footer a.read-more i { font-size: 18px; }

.proposition-highlights { background-color: #ede4de; background-image: url(img/product-bg-full.jpg); background-position: 50% 0; background-size: cover; background-repeat: no-repeat; }

@media screen and (max-width: 47.9375em) { .proposition-highlights { padding: 0; } }

@media screen and (max-width: 47.9375em) { .proposition-highlights .cell { background-color: #ede4de; background-image: url(img/product-bg-full.jpg); background-position: 50% 0; background-size: cover; background-repeat: no-repeat; padding: 2.5rem 0.625rem; } }

.proposition-highlights .cell .proposition-highlight { display: flex; flex-flow: row; }

@media print, screen and (min-width: 48em) { .proposition-highlights .cell .proposition-highlight { flex-flow: column; max-width: 320px; margin-left: auto; margin-right: auto; } }

@media screen and (max-width: 47.9375em) { .proposition-highlights .cell .proposition-highlight .highlight-img { min-width: 100px; max-width: 140px; padding-right: 1.25rem; } }

@media print, screen and (min-width: 48em) { .proposition-highlights .cell .proposition-highlight .highlight-img { margin-bottom: 1.25rem; } }

.solution.large-solution { padding-left: 2.5rem; padding-right: 2.5rem; }

.hiw-video { padding-bottom: 1.25rem; }

@media print, screen and (min-width: 48em) { .hiw-video { padding-bottom: 0; } }

.product-preview { position: relative; margin-left: auto; margin-right: auto; background-color: #ede4de; background-image: url(img/product-bg-full.jpg); background-position: 50% 0; background-size: cover; background-repeat: no-repeat; border-radius: 50%; width: 290px; padding-bottom: 290px; margin-top: 4.375rem; margin-bottom: 4.375rem; }

@media print, screen and (min-width: 48em) { .product-preview { width: 320px; padding-bottom: 320px; margin-top: 6.25rem; margin-bottom: 6.25rem; } }

@media print, screen and (min-width: 64em) { .product-preview { width: 360px; padding-bottom: 360px; } }

.product-preview > .product-inner { position: absolute; left: 0; top: 50%; right: 0; transform: translate(0, -50%); margin: 0; text-align: center; }

.product-preview > .product-inner .product-thumb { margin-top: -8.75rem; padding-bottom: 1.25rem; }

@media print, screen and (min-width: 48em) { .product-preview > .product-inner .product-thumb { margin-top: -12.5rem; } }

.product-preview > .product-inner .product-thumb > img { max-width: 140px; }

@media print, screen and (min-width: 48em) { .product-preview > .product-inner .product-thumb > img { max-width: 190px; } }

/*.product-preview-full-back {
    margin-left: auto;
    margin-right: auto;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 290px;
    height:387px;
    margin-bottom: rem-calc(70);

    @include breakpoint('medium'){
        width: 320px;
        height: 427px;
        margin-bottom: rem-calc(100);
    }

    @include breakpoint('large'){
        width: 360px;
        height: 480px;
        // margin-top: rem-calc(100);
        // margin-bottom: rem-calc(100);
    }

    > .product-inner-offset {
        display: flex;  
        height: 100%;
        align-items: stretch;
        position: relative;

        @include breakpoint('medium'){
            // padding-top: rem-calc(100);
        }
    
        @include breakpoint('large'){
        }

        > .product-inner {
            position:absolute;
            left:0;
            top:65%; 
            right:0;
            margin:0;
            text-align: center;

            .product-thumb {
                margin-top: -8.75rem;
                padding-bottom: rem-calc(20);

                @include breakpoint('medium'){
                    margin-top: -12.5rem;
                    // padding-bottom: rem-calc(40);
                }

                > img {
                    max-width: 140px;
                    @include breakpoint('medium'){
                        max-width: 190px;
                    }

                }


            }

        }

    }

}*/
.product-preview-full-back { margin-left: auto; margin-right: auto; position: relative; display: block; background-position: 50% 0; background-size: contain; background-repeat: no-repeat; margin-top: 0; margin-left: auto; margin-right: auto; margin-bottom: 4.375rem; max-width: 360px; }

@media print, screen and (min-width: 48em) { .product-preview-full-back { margin-left: 1.25rem; margin-right: 1.25rem; } }

.product-preview-full-back:before { display: block; content: ""; width: 100%; padding-top: 133.33%; }

@media print, screen and (min-width: 48em) { .product-preview-full-back { margin-bottom: 4.375rem; } }

@media print, screen and (min-width: 64em) { .product-preview-full-back { margin-bottom: 6.25rem; } }

.product-preview-full-back > .product-inner-offset { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; height: 100%; align-items: stretch; }

.product-preview-full-back > .product-inner-offset > .product-inner { position: relative; width: 100%; padding-top: 80%; margin: 0 20px; text-align: center; }

@media print, screen and (min-width: 48em) { .product-preview-full-back > .product-inner-offset > .product-inner { padding-top: 76%; } }

.product-preview-full-back > .product-inner-offset > .product-inner .product-title { color: #0f4b5f; }

.product-preview-full-back:hover .button { border-color: #cee5df; background-color: #cee5df; color: #008c6e; }

.widget { margin: 0 0 1px; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

.widget-area .textwidget > .widget { padding: 1.875rem; background-color: #ede4de; color: #000000; margin-bottom: 1px; line-height: 1.375rem; }

.widget-area .textwidget > .widget .widget-title { font-size: 1.375rem; margin-bottom: 0; }

.widget-area .textwidget > .widget .widget-desc { font-size: 1.125rem; margin-bottom: 1.25rem; }

/** Theme Name: Modern Slide In Version: 2.0.0 Theme URL: http://sequencejs.com/themes/modern-slide-in/ A minimalist theme for showcasing products This theme is powered by Sequence.js - The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications. Author: Ian Lunn Author URL: http://ianlunn.co.uk/ Theme License: http://sequencejs.com/licenses/#free-theme Sequence.js Licenses: http://sequencejs.com/licenses/ Copyright © 2015 Ian Lunn Design Limited unless otherwise stated. */
@keyframes fadein { 0% { opacity: 0; }
  80% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes fadein { 0% { opacity: 0; }
  80% { opacity: 0; }
  100% { opacity: 1; } }

.seq { /* Uncomment to make the theme full-screen */ /* width: 100% !important; */ /* max-width: 100% !important; */ /* height: 100% !important; */ /* max-height: 100% !important; */ }

.seq { position: relative; background: #ede4de; background-position: 0% 100%; background-size: cover; /* Dimensions */ height: 360px; width: 100%; max-width: 100%; /* Hide anything that goes beyond the boundaries of the Sequence container */ overflow: hidden; /* Center the Sequence container on the page */ margin: 0 auto; padding: 0; }

.seq .seq-preloader { background: #D9D9D9; }

.seq .seq-screen, .seq .seq-canvas, .seq .seq-canvas > * { /* Reset the canvas and steps for more browser consistency */ margin: 0; padding: 0; height: 100%; width: 100%; list-style: none; }

.seq .seq-canvas > * { position: absolute; }

.seq.seq-fallback { /* Fallback styles */ }

.seq.seq-fallback .seq-canvas { max-width: 100%; }

.seq.seq-fallback .seq-pagination li { position: relative; }

.seq.seq-fallback .seq-pagination li img { border: none; }

.seq.seq-fallback .seq-pagination li a { display: block; width: 100%; height: 100%; }

.seq.seq-fallback .seq-pagination li:focus, .seq.seq-fallback .seq-pagination li:hover { top: -4px; }

.seq .seq-canvas { max-width: 100%; overflow: hidden; position: relative; display: block; margin: 0 auto; }

.seq .seq-nav, .seq .seq-pagination { /* Hide navigation when JS is disabled */ display: none; }

.seq.seq-active .seq-nav { /* Show navigation and pagination if JS is enabled */ display: block; }

.seq .slider-overlay, .seq .seq-img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.seq .slider-overlay { z-index: 2; top: 180px; padding-top: 20px; background-color: #0f4b5f; }

.seq .seq-img { z-index: 1; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }

.seq .seq-nav { /* Styles for next/previous buttons and pagination */ position: absolute; z-index: 99; top: 25%; width: 100%; max-width: 100%; margin: 0 auto; padding: 0; pointer-events: none; border: none; }

@media print, screen and (min-width: 64em) { .seq .seq-nav { top: 50%; } }

.seq .seq-next, .seq .seq-prev { position: absolute; border: none; cursor: pointer; pointer-events: auto; -webkit-transition-duration: ".2s"; -ms-transition-duration: ".2s"; transition-duration: ".2s"; -webkit-transform: "translate3d(0, 0, 0)"; -ms-transform: "translate3d(0, 0, 0)"; transform: "translate3d(0, 0, 0)"; background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; /* Image replacement */ border: 0; font: 0/0 a; text-shadow: none; color: transparent; }

@media print, screen and (min-width: 64em) { .seq .seq-next, .seq .seq-prev { top: 50%; margin-top: -35px; width: 41px; height: 70px; } }

.seq .seq-next:focus, .seq .seq-prev:focus { outline: none; }

.seq .seq-next { right: 20px; }

@media print, screen and (min-width: 64em) { .seq .seq-next { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 70.6'%3E%3Cpath d='M3.1 2.3l33 32.9-32.9 33' fill='none' stroke='%23008c6e' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); } }

.seq .seq-next:focus, .seq .seq-next:hover { -webkit-transform: "translate3d(4px, 0, 0)"; -ms-transform: "translate3d(4px, 0, 0)"; transform: "translate3d(4px, 0, 0)"; }

.seq .seq-prev { left: 20px; }

@media print, screen and (min-width: 64em) { .seq .seq-prev { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 70.6'%3E%3Cpath d='M36 68.3l-32.9-33 33-32.9' fill='none' stroke='%23008c6e' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); } }

.seq .seq-prev:focus, .seq .seq-prev:hover { -webkit-transform: "translate3d(-4px, 0, 0)"; -ms-transform: "translate3d(-4px, 0, 0)"; transform: "translate3d(-4px, 0, 0)"; }

.seq .seq-feature { /* Don't allow the image to exceed its original height */ height: 180px; display: block; width: auto; margin: 0 auto; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; opacity: 0; }

.seq .seq-title { padding-bottom: 10px; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; opacity: 0; }

.seq .seq-title br { display: none; }

.seq .seq-title .seq-title--main, .seq .seq-title .seq-title--content { display: block; width: 100%; vertical-align: middle; margin: 0; color: #ffffff; background: rgba(15, 75, 95, 0.7); font-size: 16px; }

.seq .seq-title .seq-title--main { font-size: 24px; text-transform: uppercase; letter-spacing: 0.05em; }

.seq .seq-title .seq-title--content { font-size: 16px; }

.seq .seq-button { transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; opacity: 0; }

.seq .seq-button > a { font-size: 1rem; background-color: #ffffff; color: #000000; border-radius: 0; padding: 6px 10px; }

.seq .seq-button > a i { font-size: 18px; }

.seq .seq-in { /* Animate in positions for content */ }

.seq .seq-in .seq-feature, .seq .seq-in .seq-title, .seq .seq-in .seq-button { opacity: 1; }

.seq .seq-out { /* Animate out positions for content */ }

.seq .seq-out .seq-feature, .seq .seq-out .seq-title, .seq .seq-out .seq-button { opacity: 0; }

@media print, screen and (min-width: 48em) { .seq .seq-feature { height: 100%; } .seq .slider-overlay { bottom: 50px; top: auto; background-color: transparent; } .seq .seq-title { position: relative; margin-bottom: 20px; } .seq .seq-title .seq-title--main, .seq .seq-title .seq-title--content { display: inline-block; width: auto; margin: 0; } .seq .seq-title .seq-title--main { margin-bottom: 0; padding: 20px 20px 0; font-size: 36px; line-height: 20px; } .seq .seq-title .seq-title--content { display: block; width: 400px; padding: 10px 20px; font-size: 20px; } .seq .seq-button > a { background-color: #000000; color: #ffffff; border-radius: 0; padding: 10px 20px; } }

@media print, screen and (min-width: 64em) { .seq { /* Make the container 16:9 but no bigger than 90% of the screen height */ position: relative; height: auto; height: 500px; /* Move the background radial to the left */ background-position: 50% 100%; } .seq:before { /* Make an element a certain aspect ratio */ display: block; content: ""; width: 100%; padding-top: 56.25%; } .seq .seq-screen { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .seq .seq-canvas > *:before { /* Vertically align the content using a :before element */ content: ""; height: 100%; display: inline-block; vertical-align: middle; } .seq .slider-overlay { bottom: 50px; top: auto; background-color: transparent; } .seq .seq-title { margin-bottom: 20px; } .seq .seq-title .seq-title--main { margin-bottom: 0; padding: 20px 20px 0; font-size: 48px; line-height: 30px; } .seq .seq-title .seq-title--content { width: 460px; padding: 10px 20px; font-size: 24px; } .seq .seq-in { /* Animate in positions for content */ } .seq .seq-in .seq-feature { opacity: 1; } .seq .seq-out { /* Animate out positions for content */ } }

.seq.seq-active .seq-pagination { /* Show navigation and pagination if JS is enabled */ display: block; }

.seq .seq-pagination { pointer-events: none; display: block; position: absolute; left: 0; right: 0; z-index: 10; top: 150px; bottom: auto; margin: 0 auto; padding: 0 10px; width: 100%; text-align: right; }

@media print, screen and (min-width: 48em) { .seq .seq-pagination { top: auto; bottom: 10px; } }

.seq .seq-pagination li { display: inline-block; list-style: none; margin: 0 0 0 2px; padding: 0; cursor: pointer; background-color: #000000; }

.seq .seq-pagination li img { width: 6px; height: 20px; pointer-events: auto; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }

.seq .seq-pagination li.seq-current { background-color: #008c6e; }

.home-video-container video { display: block; height: auto   !important; width: 100%    !important; vertical-align: top; }

.hero-image { background-color: #e6e6e6; background-position: 50% 50%; background-size: cover; position: relative; }

.hero-image .hero-overlay { left: 0; right: 0; bottom: 1.25rem; position: absolute; }

.hero-image .jump-btn { position: relative; text-align: center; }

.hero-image .jump-section { display: block; }

.hero-image .jump-section i { color: #008c6e; font-size: 3.75rem; }

.whitepapers-grid .whitepaper { border-top: 1px solid #cacaca; padding-top: 1.875rem; padding-bottom: 1.875rem; }

@media screen and (max-width: 47.9375em) { .whitepapers-grid .whitepaper-thumbnail { margin-bottom: 1.25rem; } }

@media print, screen and (min-width: 48em) { .whitepapers-grid .whitepaper-detail { margin-left: 2.5rem; } }

.vacancy-preview { padding-top: 2.5rem; padding-bottom: 2.5rem; border-top: 1px solid #e6e6e6; }

.vacancy-preview:first-of-type { border-top: none; }

.vacancy-preview .body-title { margin-bottom: 2.5rem; }

.search-result { padding-top: 2.5rem; padding-bottom: 2.5rem; border-top: 1px solid #e6e6e6; }

.search-result .entry-meta { padding-top: 0; padding-bottom: 1.25rem; font-family: "DINNextRoundedLTPro-Regular"; }

.search-result .entry-summary p { font-size: 1rem; }

.office-location { margin-bottom: 5rem; }

.office-location:last-child { margin-bottom: 0; }

.office-location .office-location-map { margin-bottom: 1.25rem; }

@media print, screen and (min-width: 48em) { .office-location .office-location-map { margin-bottom: 0; } }

@media print, screen and (min-width: 48em) { .office-location .office-location-address { padding-left: 2.5rem; } }

.office-location .office-location-address address { font-style: normal; }

.glossary-tabs .tabs { width: 100%; border: 0 none; border-bottom: 1px solid #ede4de; }

.glossary-tabs .tabs > li.tabs-title { padding: 1.25rem; margin: 0 0 -1px; border: 1px solid transparent; }

.glossary-tabs .tabs > li.tabs-title > a { display: block; padding: 0.5rem 1.25rem 0.25rem; background-color: #ede4de; color: #008c6e; text-decoration: none; text-transform: uppercase; font-size: 1rem; }

@media print, screen and (min-width: 64em) { .glossary-tabs .tabs > li.tabs-title > a { font-size: 1.125rem; } }

.glossary-tabs .tabs > li.tabs-title > a:hover { background-color: #008c6e; color: #ffffff; }

.glossary-tabs .tabs > li.tabs-title.is-active { background-color: #ffffff; border-top-color: #ede4de; border-left-color: #ede4de; border-right-color: #ede4de; }

.glossary-tabs .tabs > li.tabs-title.is-active > a { background-color: #008c6e; color: #ffffff; }

.glossary-tabs .tabs-content { border: 0 none; padding: 5rem 0; position: relative; }

.glossary-tabs .tabs-content .download-glossary { position: absolute; top: 50px; right: 0; }

.award-carousel.owl-carousel .owl-item img { width: auto; }

.award-group { display: flex; flex-wrap: wrap; justify-content: center !important; padding-top: 0; padding-bottom: 2rem; }

.award-logo { flex: 0 0 50%; max-width: 50%; position: relative; /* Tooltip text */ /* Show the tooltip text when you mouse over the tooltip container */ }

@media print, screen and (min-width: 48em) { .award-logo { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; } }

@media print, screen and (min-width: 64em) { .award-logo { flex: 0 0 25%; max-width: 25%; } }

.award-logo:before { display: block; content: ""; width: 100%; padding-top: 65%; }

.award-logo-inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; display: flex; }

.award-logo-inner img { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; margin-left: auto; margin-right: auto; height: auto; max-height: 95%; width: auto; max-width: 100%; }

.award-logo .tooltiptext { visibility: hidden; background-color: #0f4b5f; color: #fff; text-align: left; padding: 10px; border-radius: 0; width: 180px; bottom: 50%; left: 50%; margin-left: -90px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 100; opacity: 0; transition: opacity 1s; }

.award-logo .tooltiptext::after { content: " "; position: absolute; bottom: -20px; left: 50%; margin-left: -10px; border-width: 10px; border-style: solid; border-color: #0f4b5f transparent transparent transparent; }

.award-logo .tooltiptext .award-tt-title, .award-logo .tooltiptext .award-tt-summary { font-size: 0.875rem; display: block; }

.award-logo .tooltiptext .award-tt-title { text-transform: uppercase; font-family: "DINNextRoundedLTPro-Regular"; }

.award-logo:hover .tooltiptext { visibility: visible; opacity: 1; }

.testimonial-content { padding-bottom: 1.875rem; }

@media print, screen and (min-width: 64em) { .testimonial-content { padding-right: 5rem; } }

.testimonial-content cite { font-style: normal; font-family: "DINNextRoundedLTPro-Regular"; margin-bottom: 0; }

@media print, screen and (min-width: 64em) { .testimonial-content cite { font-size: 1.375rem; line-height: 1.5rem; } }

.testimonial-content cite:before { content: ''; }

.team-member.select-member { background-color: #ede4de !important; }

.team-member:hover { cursor: pointer; }

.team-member h3, .team-member h4 { color: #0f4b5f; line-height: 1; }

.team-member h3 { font-size: 1.875rem; margin-bottom: 0; text-transform: uppercase; }

.team-member h4 { font-size: 1.375rem; margin-bottom: 2.5rem; }

.team-member .profile-content { padding-top: 2.5rem; padding-left: 1.25rem; padding-right: 1.25rem; padding-bottom: 2.5rem; }

.team-member .profile-read-more { border: 2px solid #008c6e; border-radius: 50%; color: #008c6e; display: inline-block; height: 40px; line-height: 3.25; text-align: center; width: 40px; }

.team-member .profile-bio { display: none; }

.team-member .profile-bio.show { display: block; padding-top: 2.5rem; }

.team-block-container { padding-bottom: 1.25rem; }

@media print, screen and (min-width: 64em) { .team-block-container { padding-bottom: 3.75rem; } }

.team-block-container .tmobdata, .team-block-container .ttabdata, .team-block-container .tdeskdata { display: none; }

.team-block-container .tmobdata.show-bio, .team-block-container .ttabdata.show-bio, .team-block-container .tdeskdata.show-bio { width: 100%; background-color: #ede4de; display: block; padding: 2.5rem; }

@media print, screen and (min-width: 48em) { .team-block-container .tmobdata.show-bio, .team-block-container .ttabdata.show-bio, .team-block-container .tdeskdata.show-bio { padding: 5rem; } }

@media print, screen and (min-width: 64em) { .team-block-container .tmobdata.show-bio, .team-block-container .ttabdata.show-bio, .team-block-container .tdeskdata.show-bio { padding: 6.25rem; } }

.team-block-container .tmobdata *:last-of-type, .team-block-container .ttabdata *:last-of-type, .team-block-container .tdeskdata *:last-of-type { margin-bottom: 0; }

.faq-listing .faq-wrapper .faq-title { cursor: pointer; margin-top: 1.25rem; margin-bottom: 1.25rem; position: relative; text-transform: none; padding-left: 50px; }

.faq-listing .faq-wrapper .faq-title.faq-on { color: #008c6e; }

.faq-listing .faq-wrapper .faq-title .indicator { border-radius: 50%; border: 2px solid #008c6e; color: #008c6e; font-size: 1.5rem; height: 32px; line-height: 1.25; position: absolute; top: -6px; left: 0; text-align: center; width: 32px; }

.faq-listing .faq-wrapper .faq-detail { padding-top: 0.625rem; padding-bottom: 1.25rem; }

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
.gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input { margin-left: 0; }

.gform_wrapper li.hidden_label input { margin-top: 0; margin-bottom: 0; }

body .gform_wrapper .top_label .gfield { padding-bottom: 0.25rem; }

body .gform_wrapper .top_label .gfield label { display: block; margin-bottom: 0.5rem; }

body .gform_wrapper .top_label .gfield .gfield_checkbox label { display: inline-block; margin-bottom: 0; }

body .gform_wrapper .top_label div.ginput_container { margin-top: 0; }

.footer-form_wrapper.gform_wrapper { margin: 0 auto 20px; max-width: 800px; }

.footer-form_wrapper.gform_wrapper .gform_heading { margin-top: 0; margin-bottom: 0; color: #cee5df; }

.footer-form_wrapper.gform_wrapper .gform_heading .gform_description { width: 100%; margin-bottom: 0; }

.footer-form_wrapper.gform_wrapper .gform_body > ul.gform_fields > li.gfield { margin-top: 0; margin-bottom: 0; padding-right: 0; }

.footer-form_wrapper.gform_wrapper .gform_body > ul.gform_fields > li.gfield .ginput_container { margin-top: 0; }

.footer-form_wrapper.gform_wrapper .gform_body > ul.gform_fields > li.gfield input { margin-top: 0; width: 100%; }

.footer-form_wrapper.gform_wrapper .gform_body > ul.gform_fields > li.gfield input::placeholder { font-size: 1.375rem; color: rgba(206, 229, 223, 0.5); }

.footer-form_wrapper.gform_wrapper .gform_body > ul.gform_fields > li.gfield input[type=text], .footer-form_wrapper.gform_wrapper .gform_body > ul.gform_fields > li.gfield input[type=email] { height: auto; padding: 0.625rem 0 0 !important; font-size: 1.375rem !important; color: #cee5df; border: 0 none; border-bottom: 1px solid #c8e6df; border-radius: 0; background-color: transparent; }

.footer-form_wrapper.gform_wrapper .gform_footer { margin-top: 0; margin-bottom: 0; padding-bottom: 0; }

.footer-form_wrapper.gform_wrapper .gform_footer .gf_form { border-color: #ffffff; color: #cee5df; font-size: 1.375rem; line-height: 2.5rem; height: 2.5rem; padding-top: 0; padding-bottom: 0; }

.footer-form_wrapper.gform_wrapper .gform_footer .gf_form:hover, .footer-form_wrapper.gform_wrapper .gform_footer .gf_form:focus { border-color: #cee5df; background-color: #cee5df; color: #008c6e; }

.drop.gfield label { font-size: 1.5rem; border: 2px solid #cee5df; border-radius: 6px; background-color: #ffffff; }

.drop.gfield select { width: 100% !important; margin-bottom: 0; background-color: transparent; border: 0 none; border-radius: 6px; }

.nav-search-form { margin: 0; visibility: hidden; opacity: 0; transition: opacity .25s ease-in 0s,visibility 0s ease-out .25s; position: absolute; top: 100%; border-top: 1px solid #CCC; box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1); left: 1.25rem; right: 1.25rem; }

@media print, screen and (min-width: 64em) { .nav-search-form { left: 2.5rem; right: 2.5rem; } }

.nav-search-form.active { visibility: visible; opacity: 1; transition-delay: 0s; }

.nav-search-form [type='search'] { box-shadow: none; color: #ffffff; background-color: #0f4b5f; border-color: #0f4b5f; font-size: 1.125rem; }

.nav-search-form [type='search']::placeholder { color: #ffffff; }

.nav-search-form .input-group { margin-bottom: 0; }

.nav-search-form .input-group .input-group-label { background-color: transparent; color: #ffffff; border: 0 none; padding-left: 0; padding-right: 0; height: 45px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M21.7 20.2l-5.2-5.1a9.2 9.2 0 002.1-5.8A9.3 9.3 0 009.3 0 9.3 9.3 0 000 9.3a9.3 9.3 0 009.3 9.3 9.2 9.2 0 005.8-2.1l5.1 5.2a1.1 1.1 0 00.8.3 1.1 1.1 0 00.7-1.8zM2.1 9.3a7.2 7.2 0 117.2 7.2 7.2 7.2 0 01-7.2-7.2z' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-size: 24px auto; background-repeat: no-repeat; background-position: center; text-indent: 100%; white-space: nowrap; overflow: hidden; }

.nav-search-form .input-group .input-group-field { max-width: 100%; }

.nav-search-form .input-group .input-group-button { display: none; }

.search-form { background-color: #0f4b5f; color: #ffffff; padding: 0.625rem 0.3125rem; }

@media print, screen and (min-width: 64em) { .search-form { padding: 0.625rem 0.9375rem; } }

.search-form [type='search'] { box-shadow: none; color: #ffffff; background-color: #0f4b5f; border-color: #0f4b5f; font-size: 1.125rem; }

@media print, screen and (min-width: 64em) { .search-form [type='search'] { font-size: 1.25rem; } }

.search-form [type='search']::placeholder { color: #ffffff; }

.search-form .input-group { margin-bottom: 0; }

.search-form .input-group .input-group-label { background-color: transparent; color: #ffffff; border: 0 none; padding-left: 0; padding-right: 0; height: 45px; width: 45px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M21.7 20.2l-5.2-5.1a9.2 9.2 0 002.1-5.8A9.3 9.3 0 009.3 0 9.3 9.3 0 000 9.3a9.3 9.3 0 009.3 9.3 9.2 9.2 0 005.8-2.1l5.1 5.2a1.1 1.1 0 00.8.3 1.1 1.1 0 00.7-1.8zM2.1 9.3a7.2 7.2 0 117.2 7.2 7.2 7.2 0 01-7.2-7.2z' fill='%23fff' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); background-size: 24px auto; background-repeat: no-repeat; background-position: center; text-indent: 100%; white-space: nowrap; overflow: hidden; }

.search-form .input-group .input-group-field { max-width: 100%; }

.search-form .input-group .input-group-button { display: none; }

.sidebar-form_wrapper { background-color: rgba(206, 229, 223, 0.35); padding: 1.875rem; color: #0f4b5f; line-height: 1.375rem; }

.sidebar-form_wrapper .widget-title { font-size: 1.375rem; margin-bottom: 0; }

.sidebar-form_wrapper .widget-desc { font-size: 1.125rem; }

.sidebar-form_wrapper.gform_wrapper { margin-top: 1px; margin-bottom: 1px; }

.sidebar-form_wrapper.gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }

.sidebar-form_wrapper.gform_wrapper ul.gform_fields li.gfield.gfield_html { margin-top: 0 !important; }

.sidebar-form_wrapper.gform_wrapper .gform_footer { padding: 0; margin: 0; }

/*  Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

/*  Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/*  Core Owl Carousel CSS File */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

@media print, screen and (min-width: 48em) { .owl-carousel { padding-left: 2.5rem; padding-right: 2.5rem; } }

@media print, screen and (min-width: 64em) { .owl-carousel { padding-left: 3.125rem; padding-right: 3.125rem; } }

@media screen and (min-width: 75em) { .owl-carousel { padding-left: 4.375rem; padding-right: 4.375rem; } }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel .owl-refresh .owl-item { display: none; }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }

.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/*  Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item img { transform-style: preserve-3d; }

/*  Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; }

.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }

.owl-theme .owl-controls { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav { display: none; }

@media print, screen and (min-width: 48em) { .owl-theme .owl-controls .owl-nav { display: block; position: absolute; top: 50%; left: 0; right: 0; } .owl-theme .owl-controls .owl-nav [class*=owl-] { background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; display: inline-block; cursor: pointer; text-indent: 100%; white-space: nowrap; overflow: hidden; height: 40px; width: 20px; position: absolute; margin-top: -20px; } .owl-theme .owl-controls .owl-nav [class*=owl-] > i { font-size: 3.75rem; } .owl-theme .owl-controls .owl-nav .owl-prev { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 35.3'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='none' stroke='%23008c6e' stroke-linecap='round' stroke-width='4' d='M18.5 2L2.8 17.6l15.7 15.7' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); left: 0; } .owl-theme .owl-controls .owl-nav .owl-next { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 35.3'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='none' stroke='%23008c6e' stroke-linecap='round' stroke-width='4' d='M2 33.3l15.6-15.7L2 2' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); right: 0; } .owl-theme .owl-controls .owl-nav .disabled { opacity: .5; cursor: default; } }

.owl-theme .owl-dots { margin-top: 20px; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }

.owl-theme .owl-dots .owl-dot span { width: 9px; height: 9px; margin: 3px; background-color: rgba(0, 0, 0, 0.1); display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #008c6e; }

.owl-theme.gradient-bg .owl-dots .owl-dot span { background-color: rgba(255, 255, 255, 0.1); }

.owl-theme.gradient-bg .owl-dots .owl-dot.active span, .owl-theme.gradient-bg .owl-dots .owl-dot:hover span { background-color: #ffffff; }

/*--------------------------------------------------------------
## Components
--------------------------------------------------------------*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; }

.scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; }

.scroll-element { display: none; }

.scroll-element, .scroll-element div { box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }

.scroll-textarea { border: 1px solid #cccccc; border-top-color: #999999; }

.scroll-textarea > .scroll-content { overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea { border: none !important; box-sizing: border-box; height: 100% !important; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; outline: none; padding: 2px; position: relative !important; top: 0; width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar { height: 0; width: 0; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div { background: none; border: none; margin: 0; padding: 0; position: absolute; z-index: 10; }

.scrollbar-macosx > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar { background-color: #6C6E71; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x { bottom: 0px; height: 0px; left: 0; min-width: 100%; overflow: visible; width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y { height: 100%; min-height: 100%; right: 0px; top: 0; width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
## Fallback
--------------------------------------------------------------*/
.no-flexbox .top-bar::before, .no-flexbox .top-bar::after, .no-flexbox .main-bar::before, .no-flexbox .main-bar::after, .no-flexbox .grid-container::before, .no-flexbox .grid-container::after, .no-flexbox .grid-x::before, .no-flexbox .grid-x::after, .no-flexbox .footer-bar::before, .no-flexbox .footer-bar::after, .no-webgl .top-bar::before, .no-webgl .top-bar::after, .no-webgl .main-bar::before, .no-webgl .main-bar::after, .no-webgl .grid-container::before, .no-webgl .grid-container::after, .no-webgl .grid-x::before, .no-webgl .grid-x::after, .no-webgl .footer-bar::before, .no-webgl .footer-bar::after { display: table; content: ' '; }

.no-flexbox .top-bar::after, .no-flexbox .main-bar::after, .no-flexbox .grid-container::after, .no-flexbox .grid-x::after, .no-flexbox .footer-bar::after, .no-webgl .top-bar::after, .no-webgl .main-bar::after, .no-webgl .grid-container::after, .no-webgl .grid-x::after, .no-webgl .footer-bar::after { clear: both; }

.no-flexbox .cell, .no-webgl .cell { float: left; display: block; }

.no-flexbox .top-bar .menu li, .no-flexbox .site-header .menu li, .no-webgl .top-bar .menu li, .no-webgl .site-header .menu li { display: inline-block; }

.no-flexbox .top-bar .top-bar-left, .no-webgl .top-bar .top-bar-left { float: left; }

.no-flexbox .top-bar .top-bar-right, .no-webgl .top-bar .top-bar-right { float: right; }

.no-flexbox .site-header .site-branding, .no-webgl .site-header .site-branding { margin-top: 15px; }

.no-flexbox .site-header.show-main-nav .site-branding, .no-webgl .site-header.show-main-nav .site-branding { margin-top: 10px; }

.no-flexbox .main-bar .main-bar-left, .no-webgl .main-bar .main-bar-left { float: left; }

.no-flexbox .main-bar .main-bar-right, .no-webgl .main-bar .main-bar-right { float: right; }

.no-flexbox .main-bar .main-nav > ul > li .mega-menu .mega-menu-group, .no-webgl .main-bar .main-nav > ul > li .mega-menu .mega-menu-group { float: left; }

.no-flexbox .footer-bar .footer-bar-left, .no-webgl .footer-bar .footer-bar-left { float: left; }

.no-flexbox .footer-bar .footer-bar-right, .no-webgl .footer-bar .footer-bar-right { float: right; }

.no-flexbox footer .footer-sidebar-group, .no-webgl footer .footer-sidebar-group { width: 33.33%; }

.no-flexbox .subscribe-panel > .grid-container > .grid-x > .cell, .no-webgl .subscribe-panel > .grid-container > .grid-x > .cell { width: 100%; }

.no-flexbox .subscribe-panel .gform_wrapper .gform_heading, .no-flexbox .subscribe-panel .gform_wrapper .gform_body, .no-flexbox .subscribe-panel .gform_wrapper .gform_footer, .no-webgl .subscribe-panel .gform_wrapper .gform_heading, .no-webgl .subscribe-panel .gform_wrapper .gform_body, .no-webgl .subscribe-panel .gform_wrapper .gform_footer { float: left; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.3333333333%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.6666666667%; }

.gallery-columns-7 .gallery-item { max-width: 14.2857142857%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.1111111111%; }

.gallery-caption { display: block; }
