@font-face { font-family: 'Roboto'; src: url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Roboto'; src: url("../../fonts/Roboto-Italic.woff2") format("woff2"), url("../../fonts/Roboto-Italic.woff") format("woff"); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Roboto'; src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Roboto'; src: url("../../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../../fonts/Roboto-BoldItalic.woff") format("woff"); font-weight: bold; font-style: italic; }
@font-face { font-family: 'Roboto'; src: url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"); font-weight: 900; font-style: normal; }
@font-face { font-family: 'Icons'; src: url("../../fonts/icomoon.ttf?hcpce8") format("truetype"), url("../../fonts/icomoon.woff?hcpce8") format("woff"), url("../../fonts/icomoon.svg?hcpce8#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

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

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

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

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

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

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

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

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

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

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

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

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

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

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

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

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }

.alignright { float: right; margin: 5px 0 20px 20px; }

.alignleft { float: left; margin: 5px 20px 20px 0; }

a img.alignright { float: right; margin: 5px 0 20px 20px; }

a img.alignleft { float: left; margin: 5px 20px 20px 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }

.wp-caption.alignnone { margin: 5px 20px 20px 0; }

.wp-caption.alignleft { margin: 5px 20px 20px 0; }

.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #eee; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* VARIABLES  */
/* MIXINS  */
* { margin: 0; padding: 0; border: 0; box-sizing: border-box; }

img { max-width: 100%; height: auto; }

ol, ul { list-style: none; }

a { text-decoration: none; color: inherit; }

body.compensate-for-scrollbar { overflow: hidden; }

.fancybox-active { height: auto; }

.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; }

.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992; }

.fancybox-container * { box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }

.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; }

.fancybox-bg { background: #1e1e1e; opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: .9; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible; }

.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-toolbar { right: 0; top: 0; }

.fancybox-stage { direction: ltr; overflow: visible; -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 99994; }

.fancybox-is-open .fancybox-stage { overflow: hidden; }

.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; white-space: normal; width: 100%; z-index: 99994; }

.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: hidden; padding: 44px 0; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--html { padding: 6px; }

.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; }

.fancybox-slide--image .fancybox-content { -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-container [data-selectable='true'] { cursor: text; }

.fancybox-image, .fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%; }

.fancybox-slide--video .fancybox-content { background: #000; }

.fancybox-slide--map .fancybox-content { background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content { background: #fff; }

.fancybox-video, .fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; }

/* Fix iOS */
.fancybox-iframe { left: 0; position: absolute; top: 0; }

.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; }

.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; }

/* Buttons */
.fancybox-button { background: rgba(30, 30, 30, 0.6); border: 0; border-radius: 0; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:hover { color: #fff; }

.fancybox-button:focus { outline: none; }

.fancybox-button.fancybox-focus { outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none; }

/* Fix IE11 */
.fancybox-button div { height: 100%; }

.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; }

.fancybox-button svg path { fill: currentColor; stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) { display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) { display: none; }

.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-timing-function: linear; z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; }

.fancybox-close-small:hover { color: #fff; opacity: 1; }

.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button { background-clip: content-box; height: 100px; opacity: 0; position: absolute; top: calc(50% - 50px); width: 70px; }

.fancybox-navigation .fancybox-button div { padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; left: env(safe-area-inset-left); padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right { padding: 31px 6px 31px 26px; right: 0; right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption { background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 14px; font-weight: 400; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996; }

@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate { margin-top: -50px; }

.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited { color: #ccc; text-decoration: none; }

.fancybox-caption a:hover { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-loading { -webkit-animation: fancybox-rotate 1s linear infinite; animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated { transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; }
  .fancybox-slide--image { padding: 6px 0; }
  .fancybox-close-small { right: -6px; }
  .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; }
  .fancybox-caption { padding-left: 12px; padding-right: 12px; }
  @supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } } }
/* FORMS  */
.content-wrap .form-wrap ul li, .content-wrap .gform_wrapper ul li { padding-left: 0; margin-bottom: 0; }
#page-wrapper .form-wrap:first-child, #page-wrapper .gform_wrapper:first-child { margin-top: 0; }
#page-wrapper .form-wrap form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-wrapper .form-wrap form textarea, #page-wrapper .form-wrap form select, #page-wrapper .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-wrapper .gform_wrapper form textarea, #page-wrapper .gform_wrapper form select { width: 100%; font-family: inherit; padding: 0.375em 1em; margin: 0; border: 2px solid #ccc; border-radius: 0.25em; background-color: transparent; color: inherit; line-height: 1.5; }
@media screen and (max-width: 767px) { #page-wrapper .form-wrap form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-wrapper .form-wrap form textarea, #page-wrapper .form-wrap form select, #page-wrapper .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-wrapper .gform_wrapper form textarea, #page-wrapper .gform_wrapper form select { line-height: 1.4; } }
#page-wrapper .form-wrap form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #page-wrapper .form-wrap form textarea:focus, #page-wrapper .form-wrap form select:focus, #page-wrapper .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #page-wrapper .gform_wrapper form textarea:focus, #page-wrapper .gform_wrapper form select:focus { outline: none; border-color: #00b6ea; }
#page-wrapper .form-wrap form select, #page-wrapper .gform_wrapper form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 2em; }
#page-wrapper .form-wrap form label, #page-wrapper .form-wrap form label.gfield_label, #page-wrapper .gform_wrapper form label, #page-wrapper .gform_wrapper form label.gfield_label { display: block; font-size: 1em; font-weight: 700; color: #1f2c33; margin-bottom: 0.25em; }
@media screen and (min-width: 641px) { #page-wrapper .form-wrap form .gform_fields, #page-wrapper .gform_wrapper form .gform_fields { margin: 0 -0.5em !important; } }
@media screen and (min-width: 641px) { #page-wrapper .form-wrap form .gfield, #page-wrapper .gform_wrapper form .gfield { padding: 0 0.5em; } }
#page-wrapper .form-wrap form .gfield.hide-label > label, #page-wrapper .gform_wrapper form .gfield.hide-label > label { display: none; }
#page-wrapper .form-wrap form .gfield.captcha, #page-wrapper .gform_wrapper form .gfield.captcha { height: 0; margin: 0; }
#page-wrapper .form-wrap form .gfield.captcha label, #page-wrapper .gform_wrapper form .gfield.captcha label { display: none; }
#page-wrapper .form-wrap form .gfield .ginput_container, #page-wrapper .gform_wrapper form .gfield .ginput_container { margin: 0; }
#page-wrapper .form-wrap form .gfield .ginput_container.ginput_container_select, #page-wrapper .gform_wrapper form .gfield .ginput_container.ginput_container_select { position: relative; }
#page-wrapper .form-wrap form .gfield .ginput_container.ginput_container_select:after, #page-wrapper .gform_wrapper form .gfield .ginput_container.ginput_container_select:after { content: ""; position: absolute; top: 50%; right: 1em; width: 0; height: 0; border-left: 0.25em solid transparent; border-right: 0.25em solid transparent; border-top: 0.375em solid #1f2c33; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; }
#page-wrapper .form-wrap form .gfield .gfield_required, #page-wrapper .gform_wrapper form .gfield .gfield_required { color: #00b6ea; }
#page-wrapper .form-wrap form .gfield_checkbox li, #page-wrapper .form-wrap form .gfield_radio li, #page-wrapper .gform_wrapper form .gfield_checkbox li, #page-wrapper .gform_wrapper form .gfield_radio li { margin-right: 2em; }
#page-wrapper .form-wrap form .gfield_checkbox li input, #page-wrapper .form-wrap form .gfield_radio li input, #page-wrapper .gform_wrapper form .gfield_checkbox li input, #page-wrapper .gform_wrapper form .gfield_radio li input { position: relative; top: -1px; margin: 0 0.25em 0 0; vertical-align: baseline; }
#page-wrapper .form-wrap form .gfield_checkbox li label, #page-wrapper .form-wrap form .gfield_radio li label, #page-wrapper .gform_wrapper form .gfield_checkbox li label, #page-wrapper .gform_wrapper form .gfield_radio li label { font-size: 1rem; white-space: nowrap; vertical-align: baseline; }
#page-wrapper .form-wrap form .gsection, #page-wrapper .gform_wrapper form .gsection { border: none; padding: 0; margin-top: 2em !important; }
#page-wrapper .form-wrap form .gsection:first-child, #page-wrapper .gform_wrapper form .gsection:first-child { margin-top: 0 !important; }
#page-wrapper .form-wrap form .gsection .gsection_title, #page-wrapper .gform_wrapper form .gsection .gsection_title { font-size: 1.25em; }
#page-wrapper .form-wrap form .gfield_error, #page-wrapper .gform_wrapper form .gfield_error { background-color: transparent; border: none; margin-bottom: 0 !important; margin-right: 0; max-width: none !important; }
#page-wrapper .form-wrap form .gfield_error:not(.gf_left_half):not(.gf_right_half), #page-wrapper .gform_wrapper form .gfield_error:not(.gf_left_half):not(.gf_right_half) { width: 100%; }
#page-wrapper .form-wrap form .gfield_error label, #page-wrapper .gform_wrapper form .gfield_error label { margin-top: 0; }
#page-wrapper .form-wrap form .gfield_error .validation_message, #page-wrapper .gform_wrapper form .gfield_error .validation_message { font-size: 0.75em; font-weight: 700; padding-top: 0.375em; }
#page-wrapper .form-wrap form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-wrapper .form-wrap form .gfield_error textarea, #page-wrapper .form-wrap form .gfield_error select, #page-wrapper .gform_wrapper form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-wrapper .gform_wrapper form .gfield_error textarea, #page-wrapper .gform_wrapper form .gfield_error select { border-color: #790000; }
#page-wrapper .form-wrap form .validation_error, #page-wrapper .gform_wrapper form .validation_error { background-color: #790000; color: white; border: none; padding: 1em; }
#page-wrapper .form-wrap form .grecaptcha_badge, #page-wrapper .gform_wrapper form .grecaptcha_badge { z-index: 999; }

.content-wrap .tag { display: inline-block; font: inherit; font-size: 0.7777777778em; background-color: #1f2c33; color: white; font-weight: 700; padding: 0.25em 1em; border-radius: 999px; }

#site-header-simple { background-color: #00b6ea; height: 50px; padding: 0.5em; text-align: center; }
#site-header-simple .logo { display: inline-block; height: calc(50px - 1em); }
#site-header-simple .logo img { display: block; width: auto; height: 100%; }

#site-footer-simple { color: #999999; background-color: #1f2c33; font-size: 0.7777777778em; padding: 1rem 5%; text-align: center; }
#site-footer-simple h1, #site-footer-simple h2, #site-footer-simple h3, #site-footer-simple h4 { color: white; }
#site-footer-simple .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { #site-footer-simple .button:hover { background: none; color: white; } }
#site-footer-simple .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { #site-footer-simple .button.small:hover { background-color: white; border-color: white; color: white; } }
#site-footer-simple .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { #site-footer-simple .button.blue:hover { background: none; color: #00b6ea; } }
#site-footer-simple .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #site-footer-simple .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #site-footer-simple .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { #site-footer-simple .button.small:hover { color: #1f2c33; } }
#site-footer-simple .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { #site-footer-simple .button.large:hover { background: none; color: #00b6ea; } }
#site-footer-simple .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #site-footer-simple .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #site-footer-simple .button.large:hover { color: white; } }
#site-footer-simple .testimonial { color: white; }
#site-footer-simple .controls { color: white; }
#site-footer-simple .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { #site-footer-simple .controls span:hover { border-color: white; } }
#site-footer-simple .social { color: white; }
@media screen and (min-width: 800px) { #site-footer-simple { padding: 0.5rem 2rem; } }
@media screen and (min-width: 800px) { #site-footer-simple .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  #site-footer-simple .flex .logo { -webkit-order: 2; -ms-flex-order: 2; order: 2; } }
#site-footer-simple .logo { -webkit-order: 2; -ms-flex-order: 2; order: 2; display: inline-block; height: calc(50px - 1rem); margin-bottom: 1em; }
@media screen and (min-width: 800px) { #site-footer-simple .logo { margin-bottom: 0; } }
#site-footer-simple .logo img { display: block; width: auto; height: 100%; }
#site-footer-simple p { text-align: left; margin-bottom: 0; }

#page-wrapper.lightning .nav-bar { background-color: #1f2c33; color: white; }
#page-wrapper.lightning .nav-bar ul { text-align: center; padding: 1em 2em; }
#page-wrapper.lightning .nav-bar ul li { display: inline-block; margin: 0 0.125em 0.5em; }
#page-wrapper.lightning .nav-bar ul li a { display: block; padding: 0.1em 0.5em; font-size: 0.7777777778em; font-weight: 700; line-height: inherit; border-style: solid; border-width: 2px; border-radius: 0.25em; color: inherit; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { #page-wrapper.lightning .nav-bar ul li a { font-size: 1em; } }
@media screen and (min-width: 800px) { #page-wrapper.lightning .nav-bar ul li a:hover { border-color: white; color: white; } }
#page-wrapper.lightning .nav-bar ul li.current-menu-item a, #page-wrapper.lightning .nav-bar ul li.current_page_item a, #page-wrapper.lightning .nav-bar ul li.current_page_parent a, #page-wrapper.lightning .nav-bar ul li.current-lightning-ancestor a { background-color: #00b6ea; border-color: #00b6ea; color: white; }
#page-wrapper.lightning .nav-bar ul li.active a { background-color: white; border-color: white; color: #1f2c33; }
#page-wrapper.lightning .nav-bar.stuck { position: fixed; width: 100%; left: 0; top: 0; z-index: 998; }
#page-wrapper.lightning .content-section img { cursor: -webkit-zoom-in; cursor: zoom-in; }

#lightning-tour figcaption > div { width: 200px; -webkit-transform: translate(-100%, -50%); -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); margin-left: -40px; text-align: center; opacity: 0; }
#lightning-tour figcaption > div:after { content: ""; position: absolute; left: 100%; top: 50%; margin-top: -0.75em; width: 0; height: 0; border-top: 0.75em solid transparent; border-bottom: 0.75em solid transparent; border-left: 0.75em solid #00b6ea; border-right: none; }
#lightning-tour figcaption:hover:after { background-color: #00b6ea; border-color: white; }
#lightning-tour figcaption:hover > div { opacity: 1; margin-left: -32px; }

#back-to-top { position: fixed; width: 3rem; height: 3rem; bottom: 1rem; right: 1rem; text-align: center; font-size: 1.25em; line-height: 3rem; background-color: #1f2c33; color: white; border-radius: 999px; z-index: 999; cursor: pointer; opacity: 0; transition: opacity 0.4s ease-out; }
@media screen and (min-width: 768px) { #back-to-top { bottom: 1.5rem; right: 1.5rem; } }
#back-to-top.visible { opacity: 1; }
#back-to-top:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e905"; display: inline-block; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
#back-to-top:hover { background-color: #131c20; }

.slideshow-wrap { position: relative; }
.slideshow-wrap .slides { position: relative; height: 100%; }
.slideshow-wrap .slides li { position: absolute; top: 0; right: 0; bottom: 0; left: 0; bottom: 0; opacity: 0; z-index: 0; transition: opacity 0.6s ease-out; }
.slideshow-wrap .slides li .animate-wrap { position: relative; left: -500px; opacity: 0; -webkit-backface-visibility: hidden; z-index: 1; transition: left 0.5s ease-in, opacity 0s ease-out 0.5s; }
.slideshow-wrap .slides li .animate-wrap .animate-inner { position: relative; left: 500px; opacity: 0; transition-delay: 0.5s; -webkit-backface-visibility: hidden; }
.slideshow-wrap .slides li.active { opacity: 1; z-index: 1; transition: opacity 0.5s ease-out; }
.slideshow-wrap .slides li.active .animate-wrap { left: 0; opacity: 1; transition: none; }
.slideshow-wrap .slides li.active .animate-wrap .animate-inner { left: 0; opacity: 1; transition: left 0.6s cubic-bezier(0.25, 1, 0.25, 1) 0.5s, opacity 0.5s ease-out 0.5s; transition-delay: 0; }
.slideshow-wrap .controls { display: inline-block; margin: 0 -0.25em; color: #1f2c33; opacity: 0.75; transition: opacity 0.2s ease-out; }
.slideshow-wrap .controls span { display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: transparent; border: 3px solid rgba(31, 44, 51, 0.5); border-radius: 999px; color: inherit; margin: 0 0.25em; cursor: pointer; box-sizing: content-box; transition: border 0.2s ease-out; }
@media screen and (min-width: 800px) { .slideshow-wrap .controls span { width: 55px; height: 55px; line-height: 55px; border-width: 4px; } }
.slideshow-wrap .controls span:before { font-size: 1.125em; }
.slideshow-wrap .controls span.prev:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e906"; }
.slideshow-wrap .controls span.next:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e905"; }
@media screen and (min-width: 800px) { .slideshow-wrap .controls span:hover { border-color: #1f2c33; } }
.slideshow-wrap .pager { display: inline-block; opacity: 0.75; transition: opacity 0.2s ease-out; }
.slideshow-wrap .pager span { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background-color: currentColor; border: 4px solid transparent; margin: 8px; opacity: 0.5; transition: opacity, border, background; transition-duration: 0.2s; transition-timing-function: ease-out; }
.slideshow-wrap .pager span.active { border-color: currentColor; background-color: transparent; box-sizing: content-box; margin: 4px; opacity: 1; }
@media screen and (min-width: 800px) { .slideshow-wrap .pager span:not(.active):hover { opacity: 1; } }
@media screen and (min-width: 800px) { .slideshow-wrap:hover .controls, .slideshow-wrap:hover .pager { opacity: 1; } }

/* TRANSITIONS  */
a, a:before, .button, button { transition: all 0.15s ease-out; }

/* TEXT STYLES  */
.content-wrap > *:last-child { margin-bottom: 0; }
.content-wrap h1, .content-wrap h2 { margin-top: 2.5rem; }
@media screen and (min-width: 800px) { .content-wrap h1, .content-wrap h2 { margin-top: 3rem; } }
@media screen and (min-width: 1200px) { .content-wrap h1, .content-wrap h2 { margin-top: 4rem; } }
.content-wrap h3, .content-wrap h4, .content-wrap h5 { margin-top: 2rem; }
@media screen and (min-width: 800px) { .content-wrap h3, .content-wrap h4, .content-wrap h5 { margin-top: 2.5rem; } }
@media screen and (min-width: 1200px) { .content-wrap h3, .content-wrap h4, .content-wrap h5 { margin-top: 3rem; } }
.content-wrap h1 + h1, .content-wrap h1 + h2, .content-wrap h1 + h3, .content-wrap h1 + h4, .content-wrap h1 + h5, .content-wrap h1:first-child, .content-wrap h2 + h1, .content-wrap h2 + h2, .content-wrap h2 + h3, .content-wrap h2 + h4, .content-wrap h2 + h5, .content-wrap h2:first-child, .content-wrap h3 + h1, .content-wrap h3 + h2, .content-wrap h3 + h3, .content-wrap h3 + h4, .content-wrap h3 + h5, .content-wrap h3:first-child, .content-wrap h4 + h1, .content-wrap h4 + h2, .content-wrap h4 + h3, .content-wrap h4 + h4, .content-wrap h4 + h5, .content-wrap h4:first-child, .content-wrap h5 + h1, .content-wrap h5 + h2, .content-wrap h5 + h3, .content-wrap h5 + h4, .content-wrap h5 + h5, .content-wrap h5:first-child, .content-wrap img + h1, .content-wrap img + h2, .content-wrap img + h3, .content-wrap img + h4, .content-wrap img + h5, .content-wrap img:first-child { margin-top: 0; }
.content-wrap ul { margin-bottom: 1.5em; list-style: square; margin-left: 17px }
.content-wrap ul li { position: relative; margin-bottom: 0.75em; padding-left: 1em; }
.content-wrap ul li:before { content: "\2022"; position: absolute; left: 0;display:none; }
.content-wrap ul ul { margin-bottom: 0; margin-top: 0.75em; }
.content-wrap ul ul li:before { content: "\25E6"; }
.content-wrap ul ul li:last-of-type { margin-bottom: 0; }
.content-wrap ol { margin-bottom: 1.5em; list-style: decimal; list-style-position: inside; }
.content-wrap ol li { margin-bottom: 1em; }
.content-wrap p { overflow: hidden; text-overflow: ellipsis; }
.content-wrap a:not(.button) { color: #00b6ea; text-decoration: underline; }
.content-wrap a[href^="mailto:"] { color: inherit; }
.content-wrap table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }
.content-wrap table tr td, .content-wrap table tr th { padding: 1rem; border: 1px solid #ccc; }
.content-wrap table tbody tr:nth-child(2n) { background-color: #f5f5f5; }
.content-wrap blockquote { padding-left: 2em; margin: 2em 0; }
.content-wrap .columns { margin-top: 2em; }
.content-wrap .button { margin-top: 1em; }
.content-wrap .button ~ .button { margin-top: 0; }
.content-wrap img.border { border: 3px solid #f2f2f2; border-radius: 0.25em; }
.content-wrap .flex-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.content-wrap .flex-wrap > * { margin-right: 1em; }
.content-wrap .flex-wrap > *:last-child { margin-right: 0; }
.content-wrap .flex-wrap .flex-none { -webkit-flex: none; -ms-flex: none; flex: none; }

h1 { font-size: 2.7777777778em; font-weight: normal; line-height: 1; margin-bottom: 1rem; }
@media screen and (min-width: 800px) { h1 { font-size: 3.3333333333em; } }

h2 { font-size: 2.3333333333em; font-weight: 900; line-height: 1.15; margin-bottom: 1rem; }

h3 { font-size: 1.5555555556em; font-weight: normal; margin-bottom: 1rem; }

h4 { font-size: 1.1111111111em; font-weight: 700; margin-bottom: 1rem; }

h5 { font-size: 0.8888888889em; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }

p { margin-bottom: 1em; }

.button { background-color: #1f2c33; border-color: #1f2c33; color: white; display: inline-block; margin-bottom: 0.5em; padding: 0.375em 1.25em; font-family: inherit; font-size: 0.8888888889em; font-weight: 700; line-height: inherit; border-style: solid; border-width: 4px; border-radius: 0.25em; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; text-decoration: none !important; }
@media screen and (min-width: 800px) { .button:hover { background: none; color: #1f2c33; } }
.button.small { color: #1f2c33; border-color: rgba(31, 44, 51, 0.25); background: none; }
@media screen and (min-width: 800px) { .button.small:hover { background-color: #1f2c33; border-color: #1f2c33; color: white; } }
.button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { .button.blue:hover { background: none; color: #00b6ea; } }
.button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .button.blue:hover { color: #1f2c33; } }
.button.small { font-size: 0.7777777778em; border-width: 2px; padding: 0.1em 0.5em; }
.button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; font-size: 1rem; padding: 1.25em 2em; }
@media screen and (min-width: 800px) { .button.large:hover { background: none; color: #00b6ea; } }
.button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .button.large:hover { color: #1f2c33; } }
.button.static { pointer-events: none; }

.arrow-link { font-weight: 700; font-size: 0.8888888889em; text-decoration: none; }
.arrow-link:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e905"; position: relative; left: 0; display: inline-block; vertical-align: middle; margin-right: 0.625em; transition: left 0.1s ease-out; }
@media screen and (min-width: 800px) { .arrow-link:hover:before { left: 2px; } }

.center { margin-left: auto; margin-right: auto; text-align: center; }

small { font-size: 16px; }

big { font-size: 20px; }

.social { color: #1f2c33; }
.social a { display: inline-block; width: 1.75rem; height: 1.75rem; border-radius: 999px; margin-right: 0.25em; font-size: 0.75rem; color: inherit; border: 2px solid; text-align: center; line-height: calc(1.75rem - 2px); text-decoration: none !important; opacity: 0.5; transition: opacity 0.2s ease-out; }
.social a.facebook:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e907"; }
.social a.twitter:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e908"; }
.social a.linkedin:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e909"; }
.social a.instagram:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e901"; }
@media screen and (min-width: 800px) { .social a:hover { opacity: 1; } }

.accent-color { color: #00b6ea; }

.testimonial { margin: 0; color: #1f2c33; }
@media screen and (min-width: 800px) { .testimonial { text-align: center; } }
.testimonial blockquote { padding: 0; font-size: 1.5555555556em; margin: 0; }
.testimonial blockquote:before { content: "\201C"; }
.testimonial blockquote:after { content: "\201D"; }
.testimonial figcaption { font-size: 1rem; margin-bottom: 2em; }
.testimonial figcaption h5 { margin-bottom: 0.25rem; }

ul.checklist { margin-top: 2em; }
ul.checklist li { padding-left: 1.5em; }
ul.checklist li:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e904"; color: #00b6ea; }

/* GLOBAL STYLES  */
.preload * { transition: none !important; }

html { font-size: 16px; scroll-behavior: smooth; }
@media screen and (min-width: 1000px) { html { font-size: 18px; } }

body { color: #666666; font-family: 'Roboto', sans-serif; line-height: 1.5; letter-spacing: -0.0075em; -webkit-font-smoothing: antialiased; margin-top: 60px; }
body h1, body h2, body h3, body h4 { color: #1f2c33; }
body h5 { color: #00b6ea; }
@media screen and (min-width: 800px) { body { margin-top: 75px; } }
body.admin-bar { margin-top: 106px; }
@media screen and (min-width: 783px) { body.admin-bar { margin-top: 92px; } }
@media screen and (min-width: 800px) { body.admin-bar { margin-top: 107px; } }
body.no-margin { margin-top: 0; }
body.no-margin.admin-bar { margin-top: 46px; }
@media screen and (min-width: 783px) { body.no-margin.admin-bar { margin-top: 32px; } }

#page-wrapper { overflow-x: hidden; }

#top { color: #999999; position: fixed; top: 0; width: 100%; z-index: 999; }
#top h1, #top h2, #top h3, #top h4 { color: white; }
#top .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { #top .button:hover { background: none; color: white; } }
#top .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { #top .button.small:hover { background-color: white; border-color: white; color: white; } }
#top .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { #top .button.blue:hover { background: none; color: #00b6ea; } }
#top .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #top .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #top .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { #top .button.small:hover { color: #1f2c33; } }
#top .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { #top .button.large:hover { background: none; color: #00b6ea; } }
#top .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #top .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #top .button.large:hover { color: white; } }
#top .testimonial { color: white; }
#top .controls { color: white; }
#top .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { #top .controls span:hover { border-color: white; } }
#top .social { color: white; }
.admin-bar #top { top: 46px; }
@media screen and (min-width: 783px) { .admin-bar #top { top: 32px; } }
#top .nav-wrap { position: relative; }
@media screen and (min-width: 800px) { #top .nav-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; height: 75px; padding: 0 1.25em 0 2em; background-color: #1f2c33; } }
@media screen and (min-width: 800px) { .collapse-logo #top .nav-wrap { box-shadow: 0 0 2em -1em rgba(255, 255, 255, 0.25); } }
@media screen and (max-width: 799px) { #top .nav-wrap .header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; height: 60px; background-color: #1f2c33; box-shadow: 0 0 2em -1em rgba(255, 255, 255, 0.25); } }
#top .nav-wrap .header .logo { display: block; width: 150px; height: 60px; margin-right: 1em; background-color: white; padding: 0.75em; }
@media screen and (min-width: 800px) { #top .nav-wrap .header .logo { width: 220px; margin-right: 1.5em; padding: 1.25em; height: calc(75px + 25px); box-shadow: 0 0 2em -1em rgba(0, 0, 0, 0.4); border-radius: 0 0 0.5em 0.5em; transition: all 0.1s ease-out; }
  .collapse-logo #top .nav-wrap .header .logo { height: 75px; border-radius: 0; padding: 0.75em; } }
@media screen and (min-width: 1100px) { #top .nav-wrap .header .logo { margin-right: 2.5em; } }
#top .nav-wrap .header .logo img, #top .nav-wrap .header .logo svg { display: block; max-height: 100%; transition: height 0.1s ease-out; }
@media screen and (max-width: 799px) { #top .nav-wrap .menu { position: fixed; top: 60px; bottom: 0; right: -100%; width: 100%; background-color: #1f2c33; color: white; overflow: auto; -webkit-overflow-scrolling: touch; }
  .nav-open #top .nav-wrap .menu { right: 0; } }
@media screen and (min-width: 800px) { #top .nav-wrap .menu { display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; white-space: nowrap; } }
@media screen and (max-width: 799px) { .admin-bar #top .nav-wrap .menu { top: 92px; } }
@media screen and (max-width: 782px) { .admin-bar #top .nav-wrap .menu { top: 106px; } }
#top .nav-wrap nav { font-size: 1.25em; color: white; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul:hover > li > a { opacity: 0.6; }
  #top .nav-wrap nav > ul > li:hover > a { opacity: 1; } }
@media screen and (max-width: 799px) { #top .nav-wrap nav { padding: 2rem; }
  #top .nav-wrap nav + nav { padding-top: 0; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav { font-size: 0.9444444444em; } }
@media screen and (min-width: 1100px) { #top .nav-wrap nav { font-size: 1em; } }
#top .nav-wrap nav > ul > li { position: relative; }
@media screen and (max-width: 799px) { #top .nav-wrap nav > ul > li { display: block; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li { display: inline-block; vertical-align: middle; padding: 0 0.75em; } }
#top .nav-wrap nav > ul > li > a { position: relative; display: block; padding: 0.5em 0; font-size: 1em; font-weight: 700; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > a { padding: 0; line-height: 75px; } }
@media screen and (max-width: 799px) { #top .nav-wrap nav > ul > li > .sub-menu { padding-left: 0.75em; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu { position: absolute; top: 100%; background-color: white; color: #666666; min-width: 250px; padding: 1em 0; width: -webkit-max-content; width: -moz-max-content; width: max-content; border-radius: 0 0 0.25em 0.25em; box-shadow: 0 0 2em -1em rgba(0, 0, 0, 0.4); transition: opacity 0.15s ease-out, left 0s linear 0.15s; opacity: 0; left: -9999px; } }
#top .nav-wrap nav > ul > li > .sub-menu > li { font-size: 1em; margin-bottom: 0.125em; }
#top .nav-wrap nav > ul > li > .sub-menu > li > a { display: block; white-space: normal; font-weight: 700; padding: 0.125em 0; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu > li > a { color: #1f2c33; max-width: 280px; padding: 0.5em 1.75em; background-color: transparent; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu > li > a:hover { color: #00b6ea; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu > li:last-child .sub-menu { margin-bottom: 0.5rem; } }
#top .nav-wrap nav > ul > li > .sub-menu .sub-menu { margin-bottom: 1rem; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu .sub-menu { color: #1f2c33; margin-top: -0.25em; font-size: 0.875em; } }
#top .nav-wrap nav > ul > li > .sub-menu .sub-menu a { display: block; padding: 0.125em 0; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu .sub-menu a { padding: 0.125rem 1.75rem; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li > .sub-menu .sub-menu a:hover { color: #00b6ea; } }
#top .nav-wrap nav > ul > li > .sub-menu .sub-menu .sub-menu { color: #999999; margin: 0 0 0.125em 0; padding-left: 1em; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li.menu-item-has-children:hover > .sub-menu { opacity: 1; left: -1em; transition: opacity 0.15s ease-out; } }
#top .nav-wrap nav > ul > li.menu-item-has-children > a { position: relative; }
@media screen and (max-width: 799px) { #top .nav-wrap nav > ul > li.menu-item-has-children > a { padding-right: 1em; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li.menu-item-has-children > a:after { content: ''; display: inline-block; vertical-align: middle; width: 0; height: 0; border-left: 0.25em solid transparent; border-right: 0.25em solid transparent; border-top: 0.25em solid; margin-left: 0.5em; } }
#top .nav-wrap nav > ul > li.button { margin: 0; background: none; border: none; color: white; font-size: 1em; }
@media screen and (max-width: 799px) { #top .nav-wrap nav > ul > li.button { padding: 0; margin: 1em 0; } }
#top .nav-wrap nav > ul > li.button > a { color: inherit; font-size: 1em; line-height: inherit; border: 2px solid white; border-radius: inherit; padding: 0.5em 1.25em; text-align: center; }
@media screen and (min-width: 800px) { #top .nav-wrap nav > ul > li.button > a:hover { background-color: white; color: #1f2c33; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav.primary { margin-right: auto; } }
@media screen and (min-width: 800px) { #top .nav-wrap nav.secondary { font-size: 0.7777777778em; } }
@media screen and (min-width: 1100px) { #top .nav-wrap nav.secondary { font-size: 0.8888888889em; } }

#menu-toggle { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 72px; height: 60px; cursor: pointer; z-index: 1000; }
@media screen and (min-width: 800px) { #menu-toggle { display: none; } }
#menu-toggle > div { position: relative; display: inline-block; width: 24px; height: 15px; }
#menu-toggle span { display: block; position: absolute; left: 0; width: 100%; height: 3px; border-radius: 1.5px; background-color: white; opacity: 1; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
#menu-toggle span:nth-child(1) { top: 0; }
.nav-open #menu-toggle span:nth-child(1) { top: 6px; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
#menu-toggle span:nth-child(2) { top: 6px; }
.nav-open #menu-toggle span:nth-child(2) { opacity: 0; }
#menu-toggle span:nth-child(3) { top: 12px; }
.nav-open #menu-toggle span:nth-child(3) { top: 6px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#bottom { color: #999999; padding: 2em 0; background-color: #1f2c33; }
#bottom h1, #bottom h2, #bottom h3, #bottom h4 { color: white; }
#bottom .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { #bottom .button:hover { background: none; color: white; } }
#bottom .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { #bottom .button.small:hover { background-color: white; border-color: white; color: white; } }
#bottom .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { #bottom .button.blue:hover { background: none; color: #00b6ea; } }
#bottom .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #bottom .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #bottom .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { #bottom .button.small:hover { color: #1f2c33; } }
#bottom .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { #bottom .button.large:hover { background: none; color: #00b6ea; } }
#bottom .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #bottom .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #bottom .button.large:hover { color: white; } }
#bottom .testimonial { color: white; }
#bottom .controls { color: white; }
#bottom .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { #bottom .controls span:hover { border-color: white; } }
#bottom .social { color: white; }
@media screen and (min-width: 800px) { #bottom { padding: 50px 0; } }
#bottom .contain + .contain { margin-top: 2em; }
@media screen and (min-width: 800px) { #bottom .contain + .contain { margin-top: 50px; } }
#bottom .contain.flex-mobile { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media screen and (min-width: 800px) { #bottom .contain.flex-mobile { display: block; } }
@media screen and (max-width: 799px) { #bottom .contain.flex-mobile > * { width: 50%; }
  #bottom .contain.flex-mobile > *:nth-child(2n-1) { padding-right: 1em; }
  #bottom .contain.flex-mobile > *:nth-child(2n) { padding-left: 1em; } }
@media screen and (min-width: 800px) { #bottom .contain.flex { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  #bottom .contain.flex:after { content: none; } }
@media screen and (max-width: 799px) { #bottom .contain.flex > * { margin-bottom: 2em; }
  #bottom .contain.flex > *:last-child { margin-bottom: 0; } }
@media screen and (max-width: 799px) { #bottom .contain:first-child { padding-bottom: 2em; margin-bottom: 2em; border-bottom: 2px solid rgba(255, 255, 255, 0.25); } }
#bottom .content-wrap { font-size: 16px; }
#bottom .content-wrap a:not(.button) { color: inherit; }
@media screen and (min-width: 800px) { #bottom .content-wrap a:not(.button):hover { color: white; } }
#bottom .content-wrap a:not(.button).metropolis { text-decoration: none; }
@media screen and (min-width: 800px) { #bottom .content-wrap a:not(.button).metropolis:hover { color: #00b6ea; } }
@media screen and (min-width: 800px) { #bottom .footer-content:after { content: ""; display: table; clear: both; } }
@media screen and (min-width: 950px) { #bottom .footer-content:after { content: none; } }
#bottom .nav-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; }
@media screen and (max-width: 799px) { #bottom .nav-wrap { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
@media screen and (min-width: 800px) { #bottom .nav-wrap { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 2px solid rgba(255, 255, 255, 0.1); } }
@media screen and (min-width: 800px) { #bottom .nav-wrap nav > ul:hover > li > a { opacity: 0.6; }
  #bottom .nav-wrap nav > ul > li:hover > a { opacity: 1; } }
@media screen and (max-width: 799px) { #bottom .nav-wrap nav { -webkit-order: 2; -ms-flex-order: 2; order: 2; } }
@media screen and (min-width: 800px) { #bottom .nav-wrap nav ul { margin: -0.5em; } }
#bottom .nav-wrap nav ul li { margin-bottom: 1em; }
@media screen and (min-width: 800px) { #bottom .nav-wrap nav ul li { display: inline-block; margin-bottom: 0; margin-right: 0.5em; } }
@media screen and (min-width: 1000px) { #bottom .nav-wrap nav ul li { margin-right: 1em; } }
#bottom .nav-wrap nav ul li a { display: block; color: #00b6ea; font-weight: 700; }
@media screen and (min-width: 800px) { #bottom .nav-wrap nav ul li a { padding: 0.5em; font-size: 0.875em; } }
@media screen and (min-width: 1000px) { #bottom .nav-wrap nav ul li a { font-size: 1em; } }
#bottom .nav-wrap nav ul li .sub-menu { display: none; }
#bottom .newsletter-wrap { font-size: 16px; max-width: 500px; margin-top: 2em; }
@media screen and (max-width: 799px) { #bottom .newsletter-wrap { -webkit-flex: none; -ms-flex: none; flex: none; width: 100% !important; } }
@media screen and (min-width: 950px) { #bottom .newsletter-wrap { float: right; width: 35%; margin-top: 0; } }
@media screen and (min-width: 1000px) { #bottom .newsletter-wrap { width: 38%; } }
@media screen and (min-width: 1050px) { #bottom .newsletter-wrap { width: 40%; } }
#page-wrapper #bottom .newsletter-wrap .gform_confirmation_wrapper { margin: 1em 0; color: white; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper { position: relative; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form { display: -webkit-flex; display: -ms-flexbox; display: flex; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form label { display: none; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_fields { margin: 0 !important; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_body { width: auto; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_body .gfield { margin: 0; padding: 0; width: 100% !important; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_body .gfield .ginput_container { margin: 0; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_body .gfield input { border: none; background-color: rgba(153, 153, 153, 0.1); color: white; border-radius: 0.25em 0 0 0.25em; padding: 0.375rem 1rem; line-height: 1.4rem; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_body .gfield input:focus { outline: none; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_footer { margin: 0; padding: 0; width: auto; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_footer .button { font-size: 0.7777777778em; margin: 0; border: none; background-color: #00b6ea; color: white; padding: 0.375rem 1rem; line-height: 1.4rem; border-radius: 0 0.25em 0.25em 0; text-align: center; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .validation_error { display: none; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .validation_message { color: red; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gfield_description { padding-right: 0; padding-top: 0.5em; }
#page-wrapper #bottom .newsletter-wrap .gform_wrapper form .gform_ajax_spinner { position: absolute; left: 100%; top: 0.25em; }
#bottom h4 { margin-bottom: 0.25rem; }
#bottom .copyright p { margin-bottom: 0.5em; }
#bottom .secondary { font-size: 0; }
#bottom .secondary li { position: relative; display: inline-block; font-size: 0.8888888889rem; padding: 0; margin: 0; }
@media screen and (min-width: 800px) { #bottom .secondary li { font-size: 0.7777777778rem; } }
#bottom .secondary li a { display: block; text-decoration: none; }
#bottom .secondary li a:after { content: '\2022'; display: inline-block; margin: 0 0.5em; }
#bottom .secondary li:before { content: none; }
#bottom .secondary li:last-child a:after { content: none; }

.page-header { padding: 2em 0; color: #999999; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; background-color: #1f2c33; color: white; }
@media screen and (min-width: 800px) { .page-header { padding: 6% 0; } }
@media screen and (min-width: 1200px) { .page-header { padding: 80px 0; } }
.page-header h1, .page-header h2, .page-header h3, .page-header h4 { color: white; }
.page-header .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { .page-header .button:hover { background: none; color: white; } }
.page-header .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { .page-header .button.small:hover { background-color: white; border-color: white; color: white; } }
.page-header .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { .page-header .button.blue:hover { background: none; color: #00b6ea; } }
.page-header .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .page-header .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .page-header .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { .page-header .button.small:hover { color: #1f2c33; } }
.page-header .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { .page-header .button.large:hover { background: none; color: #00b6ea; } }
.page-header .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .page-header .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .page-header .button.large:hover { color: white; } }
.page-header .testimonial { color: white; }
.page-header .controls { color: white; }
.page-header .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { .page-header .controls span:hover { border-color: white; } }
.page-header .social { color: white; }
@media screen and (min-width: 800px) { .page-header { background-attachment: fixed; } }
.page-header:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background-color: rgba(31, 44, 51, 0.4); z-index: 1; }
.page-header > * { position: relative; z-index: 2; }
.page-header.gradient-normal:after { background: linear-gradient(135deg, #1f2c33 30%, rgba(31, 44, 51, 0.2)); }
.page-header.gradient-top-down:after { background: linear-gradient(to bottom, #0c1113, rgba(31, 44, 51, 0.4)); }
@media screen and (min-width: 800px) { .page-header.tall { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: 600px; } }

@media screen and (min-width: 800px) { .archive-header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: 600px; } }

section { padding: 2em 0; position: relative; }
@media screen and (min-width: 800px) { section { padding: 6% 0; } }
@media screen and (min-width: 1200px) { section { padding: 80px 0; } }
section.white { background-color: white; }
section.light-gray { background-color: #f2f2f2; }
section.blue { background-color: #00b6ea; }
section.blue { color: #999999; color: white; }
section.blue h1, section.blue h2, section.blue h3, section.blue h4 { color: white; }
section.blue .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { section.blue .button:hover { background: none; color: white; } }
section.blue .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { section.blue .button.small:hover { background-color: white; border-color: white; color: white; } }
section.blue .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { section.blue .button.blue:hover { background: none; color: #00b6ea; } }
section.blue .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { section.blue .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { section.blue .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { section.blue .button.small:hover { color: #1f2c33; } }
section.blue .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { section.blue .button.large:hover { background: none; color: #00b6ea; } }
section.blue .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { section.blue .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { section.blue .button.large:hover { color: white; } }
section.blue .testimonial { color: white; }
section.blue .controls { color: white; }
section.blue .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { section.blue .controls span:hover { border-color: white; } }
section.blue .social { color: white; }
section.blue h5 { color: white; }
section.blue .button { background-color: white; border-color: white; color: white; color: #00b6ea; }
@media screen and (min-width: 800px) { section.blue .button:hover { background: none; color: white; } }
section.blue .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { section.blue .button.small:hover { background-color: white; border-color: white; color: white; } }
section.blue .button.large { background-color: white; border-color: white; color: white; color: #00b6ea; }
@media screen and (min-width: 800px) { section.blue .button.large:hover { background: none; color: white; } }
section.blue .button.large.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { section.blue .button.large.small:hover { background-color: white; border-color: white; color: white; } }
@media screen and (min-width: 800px) { section.blue .button.large:hover { color: white; } }
@media screen and (min-width: 800px) { section.blue .button.small:hover { color: #00b6ea; } }
section.blue .content-wrap a:not(.button) { color: inherit; }

.dark { color: #999999; background-color: #1f2c33; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: white; }
.dark .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { .dark .button:hover { background: none; color: white; } }
.dark .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { .dark .button.small:hover { background-color: white; border-color: white; color: white; } }
.dark .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { .dark .button.blue:hover { background: none; color: #00b6ea; } }
.dark .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .dark .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .dark .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { .dark .button.small:hover { color: #1f2c33; } }
.dark .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { .dark .button.large:hover { background: none; color: #00b6ea; } }
.dark .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .dark .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .dark .button.large:hover { color: white; } }
.dark .testimonial { color: white; }
.dark .controls { color: white; }
.dark .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { .dark .controls span:hover { border-color: white; } }
.dark .social { color: white; }

.section-header { margin: 2rem 0; }
.section-header:first-child { margin-top: 0; }
@media screen and (min-width: 800px) { .section-header.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }
.section-header > a.accent-color { font-weight: 700; }

.sidebar-wrap { margin-bottom: 3em; }
@media screen and (min-width: 800px) { .sidebar-wrap { width: 25%; min-width: 280px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; margin-bottom: 0; } }
.sidebar-wrap > * { margin-bottom: 1.5em; }
@media screen and (min-width: 800px) { .sidebar-wrap > * { margin-bottom: 2em; } }
.sidebar-wrap > *:last-child { margin-bottom: 0; }
@media screen and (min-width: 800px) { .sidebar-wrap + main { padding-left: 8%; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } }
.sidebar-wrap nav { background-color: #00b6ea; color: #f2f2f2; border-radius: 0.5em; overflow: hidden; }
.sidebar-wrap nav header { font-size: 1.5555555556em; padding: 1.5rem; color: white; }
@media screen and (min-width: 1000px) { .sidebar-wrap nav header { padding: 1.5rem 2rem; } }
.sidebar-wrap nav ul { padding-bottom: 0.25em; }
.sidebar-wrap nav ul li { position: relative; }
.sidebar-wrap nav ul li a { display: block; font-weight: 700; padding: 1rem 1.5rem; }
@media screen and (min-width: 1000px) { .sidebar-wrap nav ul li a { padding: 1rem 2rem; } }
.sidebar-wrap nav ul li a:before { content: ""; position: absolute; top: 0; left: 1.5rem; right: 1.5rem; border-top: 2px solid rgba(255, 255, 255, 0.25); }
@media screen and (min-width: 800px) { .sidebar-wrap nav ul li a:before { left: 2rem; right: 2rem; } }
.sidebar-wrap nav ul li.active { background-color: #00a2d1; }
.sidebar-wrap nav ul li.active a:before, .sidebar-wrap nav ul li.active + li a:before { content: none; }
@media screen and (min-width: 800px) { .sidebar-wrap nav ul li:not(.active):hover { color: white; } }
.sidebar-wrap > .content-wrap { padding: 1.25em; background-color: #e5f8fd; color: #1f2c33; border-radius: 0.5em; }
@media screen and (min-width: 800px) { .sidebar-wrap > .content-wrap { padding: 1.5em; } }
@media screen and (min-width: 1000px) { .sidebar-wrap > .content-wrap { padding: 1.5em 2em; } }
.sidebar-wrap > .content-wrap h4 { color: inherit; }

.contain { width: 90%; max-width: 1000px; margin: 0 auto; position: relative; }
.contain:after { content: ""; display: table; clear: both; }
.contain.full { max-width: none; }
.contain.wide { max-width: 1200px; }
.contain.narrow { max-width: 800px; }
@media screen and (min-width: 800px) { .contain.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .contain.flex .right { margin-left: auto; -webkit-order: 2; -ms-flex-order: 2; order: 2; } }
.contain + .contain { margin-top: 2em; }
@media screen and (min-width: 800px) { .contain + .contain { margin-top: 60px; } }
@media screen and (min-width: 1200px) { .contain + .contain { margin-top: 100px; } }

.clear:after { content: ""; display: table; clear: both; }

[class*='col-'] { position: relative; margin-bottom: 2em; }
@media screen and (min-width: 800px) { [class*='col-'] { float: left; margin-bottom: 0; margin-right: 8%; }
  [class*='col-'].right { float: right; margin-right: 0; }
  [class*='col-'].col-1-2 { width: 46%; }
  [class*='col-'].col-1-3 { width: 28%; }
  [class*='col-'].col-2-3 { width: 64%; }
  [class*='col-'].col-1-4 { width: 19%; }
  [class*='col-'].col-3-4 { width: 73%; }
  [class*='col-'].col-1-5 { width: 13.6%; }
  [class*='col-'].col-2-5 { width: 35.2%; }
  [class*='col-'].col-3-5 { width: 56.8%; } }
[class*='col-']:last-child { margin-bottom: 0; }

/* 5% Margins 
[class*='col-'] {
	position: relative;
	height: 100%;
	margin-bottom: 5%;
	@include media(min) {
		float: left;
		margin-bottom: 0;
		margin-right: 5%;
		
		&.right { 
			float: right;
			margin-right: 0;
		}
		
		&.col-1-2 { width: 47.5%; }
		&.col-1-3 { width: 30%; }
		&.col-2-3 { width: 65%; }
		&.col-1-4 { width: 21.25%; }
		&.col-3-4 { width: 73.75%; }
		&.col-1-5 { width: 16%; }
		&.col-2-5 { width: 37%; }
		&.col-3-5 { width: 58%; }
	}
	
	&:last-child {
		margin-bottom: 0;
	}	
}
*/
@media screen and (min-width: 800px) { .columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 4em; -moz-column-gap: 4em; column-gap: 4em; } }
.columns div, .columns ul, .columns li, .columns h1, .columns h2, .columns h3, .columns h4, .columns h5, .columns h6, .columns p, .columns a { -moz-column-break-inside: avoid; -webkit-column-break-inside: avoid; column-break-inside: avoid; page-break-inside: avoid; }

@media screen and (max-width: 799px) { .hide-mobile { display: none !important; } }

@media screen and (min-width: 800px) { .hide-desktop { display: none !important; } }

#four-oh-four { padding: 0; }
@media screen and (min-width: 800px) { #four-oh-four .contain { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: 600px; } }

@media screen and (min-width: 800px) { #password-protected { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: 600px; } }
#password-protected form { max-width: 400px; margin: 0 auto; }
#password-protected form label { margin-bottom: 1em !important; }
#password-protected form input[type="submit"] { background-color: #1f2c33; border-color: #1f2c33; color: white; display: inline-block; margin-bottom: 0.5em; font-family: inherit; font-size: 0.7777777778em; padding: 0.2em 0.75em; font-weight: 700; line-height: inherit; border-style: solid; border-width: 2px; border-radius: 0.25em; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
@media screen and (min-width: 800px) { #password-protected form input[type="submit"]:hover { background: none; color: #1f2c33; } }
#password-protected form input[type="submit"].small { color: #1f2c33; border-color: rgba(31, 44, 51, 0.25); background: none; }
@media screen and (min-width: 800px) { #password-protected form input[type="submit"].small:hover { background-color: #1f2c33; border-color: #1f2c33; color: white; } }

.responsive-video-wrap { position: relative; height: 0; padding-bottom: 56.25%; margin-bottom: 1em; }
.responsive-video-wrap .inner-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.responsive-video-wrap .inner-wrap iframe { width: 100%; height: 100%; }

/* CONTENT SECTIONS   */
.text-image-slideshow { max-width: none; width: auto; }
@media screen and (min-width: 800px) { .text-image-slideshow { min-height: 500px; } }
@media screen and (min-width: 1200px) { .text-image-slideshow { min-height: 650px; } }
.text-image-slideshow:first-child { margin-top: -2em; }
@media screen and (min-width: 800px) { .text-image-slideshow:first-child { margin-top: -6%; } }
@media screen and (min-width: 1200px) { .text-image-slideshow:first-child { margin-top: -80px; } }
.text-image-slideshow:last-child { margin-bottom: -2em; }
@media screen and (min-width: 800px) { .text-image-slideshow:last-child { margin-bottom: -6%; } }
@media screen and (min-width: 1200px) { .text-image-slideshow:last-child { margin-bottom: -80px; } }
.text-image-slideshow .slide-content { width: 100%; }
.text-image-slideshow .slide-content:after { content: ""; display: table; clear: both; }
.text-image-slideshow .slide-content .image-wrap { position: relative; height: 0; padding-bottom: 80%; }
@media screen and (min-width: 800px) { .text-image-slideshow .slide-content .image-wrap { position: absolute; top: 0; left: 0; bottom: 0; width: 55%; height: auto; padding: 0; } }
@media screen and (min-width: 1200px) { .text-image-slideshow .slide-content .image-wrap { width: 50%; } }
@media screen and (min-width: 800px) { .text-image-slideshow .slide-content .image-wrap.right { right: 0; left: auto; } }
@media screen and (min-width: 800px) { .text-image-slideshow .slide-content .image-wrap.right + .content-wrap { float: left; } }
.text-image-slideshow .slide-content .image-wrap .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.text-image-slideshow .slide-content .content-wrap { padding: 2em 0; padding-bottom: calc(2em + 38px); }
@media screen and (min-width: 800px) { .text-image-slideshow .slide-content .content-wrap { padding: 6% 0; } }
@media screen and (min-width: 1200px) { .text-image-slideshow .slide-content .content-wrap { padding: 80px 0; } }
@media screen and (min-width: 800px) { .text-image-slideshow .slide-content .content-wrap { padding-bottom: calc(4em + 63px); width: 45%; float: right; overflow: hidden; } }
@media screen and (min-width: 1200px) { .text-image-slideshow .slide-content .content-wrap { width: 50%; } }
@media screen and (min-width: 800px) { .text-image-slideshow .slide-content .content-wrap .contain { width: 100%; padding: 0 5vw; } }
.text-image-slideshow .controls { position: absolute; bottom: 1em; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; }
@media screen and (min-width: 800px) { .text-image-slideshow .controls { bottom: 2em; left: 77.5%; } }

.testimonial-slideshow .controls { display: block; text-align: center; margin-top: 2em; }

.video-wrap { position: relative; height: 0; padding-bottom: 56.25%; border-radius: 0.5em; overflow: hidden; cursor: pointer; }
.video-wrap .video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: -webkit-transform 0.2s ease-out; transition: transform 0.2s ease-out; transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.video-wrap .video:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e900"; display: inline-block; position: absolute; top: 50%; left: 50%; width: 100px; height: 100px; line-height: 100px; border: 8px solid #00b6ea; border-radius: 999px; background-color: rgba(0, 0, 0, 0.8); color: white; text-align: center; text-indent: 0.15em; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: calc(100px/2); opacity: 0.85; transition: opacity 0.2s ease-out; }
@media screen and (min-width: 800px) { .video-wrap:hover .video { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }
  .video-wrap:hover .video:before { opacity: 1; } }

@media screen and (min-width: 800px) { .block-text-media { margin-top: -2em; margin-bottom: -2em; } }
@media screen and (min-width: 800px) and (min-width: 800px) { .block-text-media { margin-top: -6%; margin-bottom: -6%; } }
@media screen and (min-width: 800px) and (min-width: 1200px) { .block-text-media { margin-top: -80px; margin-bottom: -80px; } }

.block-text-media img { display: block; border-radius: 0.5rem; }
@media screen and (min-width: 800px) { .block-text-media .column { padding: 2em 0; } }
@media screen and (min-width: 800px) and (min-width: 800px) { .block-text-media .column { padding: 6% 0; } }
@media screen and (min-width: 800px) and (min-width: 1200px) { .block-text-media .column { padding: 80px 0; } }

.block-text-media .media-wrap:after { content: ""; display: table; clear: both; }
.block-text-media .media-wrap [data-zoom] { cursor: -webkit-zoom-in; cursor: zoom-in; }
.block-text-media .media-wrap [data-zoom]:after { content: "Hover to Zoom In"; position: absolute; bottom: 1em; left: 0; right: 0; text-align: center; font-weight: 700; color: #1f2c33; z-index: 1; }
.block-text-media .media-wrap [data-zoom] img[role="presentation"] { z-index: 2; }
.block-text-media .extend-width img { float: right; max-width: 125%; border-radius: 0; }
.block-text-media .extend-width.right img { float: left; }
@media screen and (max-width: 799px) { .block-text-media .extend-height { margin: -2em -5vw 2em; } }
@media screen and (min-width: 800px) { .block-text-media .extend-height { padding: 0; position: absolute; height: 100%; } }
.block-text-media .extend-height img { border-radius: 0; }
@media screen and (min-width: 800px) { .block-text-media .extend-height img { float: right; height: 100%; max-width: none; } }
@media screen and (min-width: 800px) { .block-text-media .extend-height + .content-wrap { min-height: 500px; } }

.cta-block { background-color: #e5f8fd; padding: 1.5em; border-radius: 0.5em; color: #1f2c33; }
@media screen and (min-width: 800px) { .cta-block { padding: 2em; } }
.light-gray .cta-block { background-color: #d2f3fc; }
@media screen and (min-width: 800px) { .cta-block .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }
@media screen and (max-width: 799px) { .cta-block .content-wrap { margin-bottom: 1.25rem; } }
@media screen and (min-width: 800px) { .cta-block header { padding-right: 2em; }
  .cta-block header:last-child { margin-right: 0; } }
.cta-block footer { -webkit-flex: none; -ms-flex: none; flex: none; }
@media screen and (min-width: 800px) { .cta-block footer { margin-top: 0.5em; } }

@media screen and (min-width: 800px) { .gallery-wrap { font-size: 0; margin: -1.5%; } }
.gallery-wrap li { margin-bottom: 1.5em; text-align: center; }
@media screen and (min-width: 800px) { .gallery-wrap li { display: inline-block; vertical-align: top; width: 47%; margin: 1.5%; } }
.gallery-wrap li:last-child { margin-bottom: 0; }
.gallery-wrap li:last-child:first-child { width: 97%; }
.gallery-wrap li img { border-radius: 0.5rem; }

.newsletter-block { display: inline-block; vertical-align: top; width: calc(50% - 1.2em); text-decoration: none !important; color: inherit !important; border-radius: 0.5em; overflow: hidden; margin: 0.5em; box-shadow: 0 -0.25em 1em -0.5em rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 800px) { .newsletter-block { width: calc(33.33% - 2.2em); margin: 1em; } }
.newsletter-block .image-wrap { position: relative; padding-bottom: 80%; }
.newsletter-block .image-wrap .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.newsletter-block .content-wrap { padding: 1em; background-color: #f2f2f2; }
@media screen and (max-width: 799px) { .newsletter-block .content-wrap { font-size: 0.875em; } }
@media screen and (min-width: 800px) { .newsletter-block .content-wrap { padding: 1.5em; } }
.newsletter-block .content-wrap h1 { font: inherit; font-size: 1.25em; font-weight: 700; margin-bottom: 0; }
@media screen and (max-width: 799px) { .newsletter-block .content-wrap .button { padding: 0.25em 0.75em; } }

.interactive-image { margin: 0; position: relative; }
.interactive-image img { display: block; }
.interactive-image figcaption { position: absolute; cursor: pointer; z-index: 1; }
@media screen and (max-width: 799px) { .interactive-image figcaption { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } }
.interactive-image figcaption:before { content: ""; position: absolute; top: calc(-1em - 15px); right: -3px; bottom: -3px; left: calc(-1em - 15px); }
.interactive-image figcaption:after { content: ""; display: block; width: 15px; height: 15px; background-color: white; border-radius: 999px; border: 8px solid #00b6ea; box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4); -webkit-transform: translate(-15px, -15px); -ms-transform: translate(-15px, -15px); transform: translate(-15px, -15px); transition-property: border, background; transition-duration: 0.15s; transition-timing-function: ease-out; }
.interactive-image figcaption > div { position: absolute; width: 300px; background-color: #00b6ea; color: white; border-radius: 0.5em; padding: 1em 1.25em; font-size: 0.7777777778em; font-weight: 700; -webkit-transform: translateY(-25px); -ms-transform: translateY(-25px); transform: translateY(-25px); margin-left: 54px; z-index: 1; transition-property: margin, opacity; transition-duration: 0.15s; transition-timing-function: ease-out; box-shadow: 0 0 1em -0.5em rgba(0, 0, 0, 0.4); }
.interactive-image figcaption > div h5 { color: white; font-size: 1em; margin-bottom: 0; }
.interactive-image figcaption > div .content-wrap { display: none; margin-top: 0.5em; opacity: 0; transition: opacity 0.2s ease-out; }
.interactive-image figcaption > div:after { content: ""; position: absolute; right: 100%; top: 1em; width: 0; height: 0; border-top: 0.75em solid transparent; border-bottom: 0.75em solid transparent; border-right: 0.75em solid #00b6ea; }
.interactive-image figcaption:hover { z-index: 2; }
.interactive-image figcaption:hover:after { background-color: #00b6ea; border-color: white; }
.interactive-image figcaption:hover > div { z-index: 1; }
.interactive-image figcaption:hover > div .content-wrap { opacity: 1; transition: opacity 0.1s ease-out 0.1s; }
.interactive-image figcaption:first-of-type > div .content-wrap { display: block; opacity: 1; }
.interactive-image figcaption:first-of-type.initial:after { background-color: #00b6ea; border-color: white; }

/* HOME   */
#hero { position: relative; background-color: #1f2c33; }
@media screen and (min-width: 800px) { #hero { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-height: 600px; } }
@media screen and (min-width: 1000px) { #hero { min-height: 700px; } }
#hero .slides { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#hero .slides:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8)); z-index: 2; }
@media screen and (min-width: 800px) { #hero .slides:before { background-attachment: fixed; } }
#hero .slides:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: linear-gradient(135deg, rgba(31, 44, 51, 0.9) 25%, rgba(31, 44, 51, 0)); z-index: 2; }
#hero .slides .image-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#hero .slides .image-wrap .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-backface-visibility: hidden; transition: -webkit-transform 2s ease-out; transition: transform 2s ease-out; transition: transform 2s ease-out, -webkit-transform 2s ease-out; }
@media screen and (min-width: 800px) { #hero .slides .image-wrap .image { background-attachment: fixed; } }
#hero .controls { position: absolute; z-index: 2; bottom: 1em; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: white; }
@media screen and (min-width: 800px) { #hero .controls { bottom: 2em; } }
#hero .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { #hero .controls span:hover { border-color: white; } }
#hero .pager { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: absolute; z-index: 2; top: 50%; right: 5%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: white; }
@media screen and (max-width: 799px) { #hero .pager { display: none; } }
#hero .post-wrap { position: absolute; bottom: 0; right: 0; width: 380px; max-width: 40%; background-color: white; color: #1f2c33; border-radius: 0.5em 0 0 0; z-index: 3; }
@media screen and (max-width: 799px) { #hero .post-wrap { display: none; } }
#hero .post-wrap:hover { -webkit-transform: none; -ms-transform: none; transform: none; }
#hero .post-wrap .image-wrap { display: none; }
#hero .post-wrap .content-wrap { color: #999999; }
#hero a.post-wrap .content-wrap > * { color: #1f2c33; }
#hero .contain.wide { max-width: 1400px; }
#hero .contain .content-wrap { color: #999999; padding: 2em 0; position: relative; z-index: 3; }
#hero .contain .content-wrap h1, #hero .contain .content-wrap h2, #hero .contain .content-wrap h3, #hero .contain .content-wrap h4 { color: white; }
#hero .contain .content-wrap .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button:hover { background: none; color: white; } }
#hero .contain .content-wrap .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.small:hover { background-color: white; border-color: white; color: white; } }
#hero .contain .content-wrap .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.blue:hover { background: none; color: #00b6ea; } }
#hero .contain .content-wrap .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.small:hover { color: #1f2c33; } }
#hero .contain .content-wrap .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.large:hover { background: none; color: #00b6ea; } }
#hero .contain .content-wrap .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .button.large:hover { color: white; } }
#hero .contain .content-wrap .testimonial { color: white; }
#hero .contain .content-wrap .controls { color: white; }
#hero .contain .content-wrap .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { #hero .contain .content-wrap .controls span:hover { border-color: white; } }
#hero .contain .content-wrap .social { color: white; }
@media screen and (min-width: 800px) { #hero .contain .content-wrap { padding: 6% 0; } }
@media screen and (min-width: 1200px) { #hero .contain .content-wrap { padding: 80px 0; } }

/* POSTS  */
.grid-wrap { font-size: 0; margin: -1.25%; }
.grid-wrap > * { display: inline-block; vertical-align: top; font-size: 1rem; width: 47.5%; margin: 1.25%; }
@media screen and (min-width: 800px) { .grid-wrap > * { width: 30.66%; } }
.grid-wrap.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.grid-wrap.flex.center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.grid-wrap.two-max > * { width: 97.5%; }
@media screen and (min-width: 800px) { .grid-wrap.two-max > * { width: 47.5%; } }

.post-wrap { background-color: white; border-radius: 0.5em; overflow: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); text-align: left; -webkit-backface-visibility: hidden; }
.white .post-wrap { background-color: #f2f2f2; }
.post-wrap .image-wrap { position: relative; display: block; height: 0; padding-bottom: 75%; overflow: hidden; }
.post-wrap .image-wrap .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-backface-visibility: hidden; transition: -webkit-transform 2s ease-out; transition: transform 2s ease-out; transition: transform 2s ease-out, -webkit-transform 2s ease-out; }
.post-wrap .content-wrap { color: #1f2c33; padding: 1rem; }
@media screen and (min-width: 500px) { .post-wrap .content-wrap { padding: 1.5em; } }
@media screen and (min-width: 1000px) { .post-wrap .content-wrap { padding: 2rem; } }
.post-wrap .content-wrap h1 { font: inherit; font-weight: 700; margin-top: 0; margin-bottom: 1rem; color: #1f2c33; }
.post-wrap .content-wrap p { font-size: 0.8888888889em; }
@media screen and (min-width: 800px) { .post-wrap .content-wrap p { font-size: 0.8333333333em; } }
.post-wrap .content-wrap > *:last-child { margin-bottom: 0; }
.post-wrap .content-wrap .meta .button { background-color: #1f2c33; border-color: #1f2c33; color: white; color: #999999 !important; }
@media screen and (min-width: 800px) { .post-wrap .content-wrap .meta .button:hover { background: none; color: #1f2c33; } }
.post-wrap .content-wrap .meta .button.small { color: #1f2c33; border-color: rgba(31, 44, 51, 0.25); background: none; }
@media screen and (min-width: 800px) { .post-wrap .content-wrap .meta .button.small:hover { background-color: #1f2c33; border-color: #1f2c33; color: white; } }
@media screen and (min-width: 800px) { .post-wrap:hover { -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
  .post-wrap:hover .image-wrap .image { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } }

.post-details .meta { margin-bottom: 1em; }
.post-details .meta.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.post-details .meta > * { margin: 0; }
.post-details .meta time { font-size: 0.7777777778em; margin-left: 1em; text-align: right; }
@media screen and (min-width: 500px) { .post-details .meta time { font-size: 0.8888888889em; } }
.post-details .meta .button { margin-bottom: 0.125em; }
.post-details time { display: block; }
.post-details .location { display: block; position: relative; padding-left: 2em; margin-top: 1.5em; font-size: 0.8888888889em; }
.post-details .location:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e902"; position: absolute; left: 0; display: inline-block; width: 1.5em; height: 1.5em; background-color: #1f2c33; color: white; border-radius: 999px; text-align: center; line-height: 1.5; }
.post-details .share { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 2em; font-size: 0.8888888889em; }
@media screen and (min-width: 1100px) { .post-details .share { margin-top: 3em; } }
.post-details .share h4 { margin: 0 0.5em 0 0; }
.post-details .share h4:after { content: ":"; }
.post-details .share .at-share-btn-elements .at-share-btn { border: 3px solid rgba(255, 255, 255, 0.25); border-radius: 999px !important; margin: 0.125rem; -webkit-transform: none; -ms-transform: none; transform: none; }
@media screen and (min-width: 800px) { .post-details .share .at-share-btn-elements .at-share-btn:hover { border-color: white; } }

.pagination { margin-top: 3em; text-align: center; }
.pagination ul { display: inline-block; margin-left: -0.5em; }
.pagination ul li { display: inline-block; margin: 0 0.25em; color: #1f2c33; }
.pagination ul li a { display: block; font-size: 1rem; font-weight: 700; padding: 0.5em; }
.pagination ul li:not(.inactive):hover { color: #00b6ea; }
.pagination ul li.inactive { color: #999999; }
.pagination ul li.current { color: #00b6ea; }

.post-header h1 { margin-top: 1rem; }
.post-header .meta .button { border-color: white; }
.post-header .location { font-size: 1.1111111111em; color: white; }
.post-header .location:before { background-color: white; color: #1f2c33; }

/* Workflows  */
.post-block-link-wrap { color: #999999; position: relative; padding: 1.5em; border-radius: 0.25em; background-color: #1f2c33; text-align: left; overflow: hidden; }
.post-block-link-wrap h1, .post-block-link-wrap h2, .post-block-link-wrap h3, .post-block-link-wrap h4 { color: white; }
.post-block-link-wrap .button { background-color: white; border-color: white; color: white; color: #1f2c33; }
@media screen and (min-width: 800px) { .post-block-link-wrap .button:hover { background: none; color: white; } }
.post-block-link-wrap .button.small { color: white; border-color: rgba(255, 255, 255, 0.25); background: none; }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.small:hover { background-color: white; border-color: white; color: white; } }
.post-block-link-wrap .button.blue { background-color: #00b6ea; border-color: #00b6ea; color: white; color: white; }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.blue:hover { background: none; color: #00b6ea; } }
.post-block-link-wrap .button.blue.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.blue.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.blue:hover { color: white; } }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.small:hover { color: #1f2c33; } }
.post-block-link-wrap .button.large { background-color: #00b6ea; border-color: #00b6ea; color: white; }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.large:hover { background: none; color: #00b6ea; } }
.post-block-link-wrap .button.large.small { color: #00b6ea; border-color: rgba(0, 182, 234, 0.25); background: none; }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.large.small:hover { background-color: #00b6ea; border-color: #00b6ea; color: white; } }
@media screen and (min-width: 800px) { .post-block-link-wrap .button.large:hover { color: white; } }
.post-block-link-wrap .testimonial { color: white; }
.post-block-link-wrap .controls { color: white; }
.post-block-link-wrap .controls span { border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 800px) { .post-block-link-wrap .controls span:hover { border-color: white; } }
.post-block-link-wrap .social { color: white; }
@media screen and (min-width: 800px) { .post-block-link-wrap { padding: 2em; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }
@media screen and (min-width: 1000px) { .post-block-link-wrap { padding: 3em; } }
.post-block-link-wrap:after { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e903"; position: absolute; top: 2em; right: 2em; width: 3em; height: 3em; border: 3px solid rgba(255, 255, 255, 0.5); border-radius: 999px; line-height: 3em; text-align: center; box-sizing: content-box; font-size: 0.5em; color: white; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition-property: border, -webkit-transform; transition-property: transform, border; transition-property: transform, border, -webkit-transform; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
.post-block-link-wrap .background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: -webkit-transform 0.1s ease-out; transition: transform 0.1s ease-out; transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
.post-block-link-wrap .background:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: linear-gradient(135deg, #1f2c33 25%, rgba(31, 44, 51, 0)); opacity: 1; z-index: 1; transition: opacity 0.2s ease-out; }
.post-block-link-wrap .background .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: 150%; background-position: 110% 30%; background-repeat: no-repeat; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-backface-visibility: hidden; transition: -webkit-transform 7s ease-out; transition: transform 7s ease-out; transition: transform 7s ease-out, -webkit-transform 7s ease-out; }
.post-block-link-wrap .content-wrap { position: relative; z-index: 1; }
.post-block-link-wrap .content-wrap h4 { font-size: 0.8888888889em; margin-bottom: 0.25rem; }
.post-block-link-wrap .content-wrap h1 { font: inherit; font-size: 1.5555555556em; margin-top: 0; }
@media screen and (min-width: 800px) { .post-block-link-wrap:hover { -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
  .post-block-link-wrap:hover .background { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }
  .post-block-link-wrap:hover .background:after { opacity: 0.9; }
  .post-block-link-wrap:hover .background .image { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  .post-block-link-wrap:hover:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); border-color: #00b6ea; } }

.page-template-archive-products section.light-gray + .light-gray { padding-top: 0; }

/* TEAM  */
.team-wrap { font-size: 0; margin: -1.5%; }
.team-wrap .team-member { display: inline-block; vertical-align: top; font-size: 1rem; width: 47%; margin: 1.5%; }
@media screen and (min-width: 800px) { .team-wrap .team-member { width: 30.33%; } }
@media screen and (min-width: 1100px) { .team-wrap .team-member { width: 22%; } }
.team-wrap .team-member .image-wrap { position: relative; height: 0; padding-bottom: 125%; border-radius: 0.25em; margin-bottom: 1em; overflow: hidden; }
.team-wrap .team-member .image-wrap .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-backface-visibility: hidden; transition: -webkit-transform 0.2s ease-out; transition: transform 0.2s ease-out; transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.team-wrap .team-member .image-wrap + header { padding-top: 0; border: none; }
.team-wrap .team-member header { color: #1f2c33; padding-top: 1em; border-top: 1px solid rgba(153, 153, 153, 0.25); }
.team-wrap .team-member header h4 { margin-bottom: 0.25em; }
.team-wrap .team-member[data-fancybox] { cursor: pointer; }
@media screen and (min-width: 800px) { .team-wrap .team-member[data-fancybox]:hover .image-wrap .image { -webkit-transform: scale(1.025); -ms-transform: scale(1.025); transform: scale(1.025); } }

.team-member-popup .fancybox-bg { background: #1f2c33; }
.team-member-popup .fancybox-content { padding: 0; max-width: 800px; border-radius: 0.5em; }
@media screen and (min-width: 500px) { .team-member-popup .fancybox-content .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; } }
.team-member-popup .fancybox-content .image-wrap { position: relative; overflow: hidden; height: 0; padding-bottom: 100%; }
@media screen and (min-width: 500px) { .team-member-popup .fancybox-content .image-wrap { -webkit-flex: none; -ms-flex: none; flex: none; width: 45%; height: auto; padding: 0; } }
.team-member-popup .fancybox-content .image-wrap .image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.team-member-popup .fancybox-content main { overflow: auto; padding: 2em; font-size: 0.875em; }
@media screen and (min-width: 500px) { .team-member-popup .fancybox-content main { max-height: 550px; } }
@media screen and (min-width: 800px) { .team-member-popup .fancybox-content main { padding: 3em; } }
.team-member-popup .fancybox-content main header { margin-bottom: 1.5em; }
.team-member-popup .fancybox-content main header > * { margin-bottom: 0; }
.team-member-popup .fancybox-content .fancybox-close-small { color: white; }
@media screen and (min-width: 800px) { .team-member-popup .fancybox-content .fancybox-close-small { position: fixed; top: 0; right: 0; } }
@media screen and (min-width: 800px) and (min-width: 800px) { .admin-bar .team-member-popup .fancybox-content .fancybox-close-small { top: 32px; } }

.team-member-popup .fancybox-navigation .fancybox-button { background: transparent; left: 2%; }
@media screen and (max-width: 799px) { .team-member-popup .fancybox-navigation .fancybox-button { display: none; } }
@media screen and (min-width: 1000px) { .team-member-popup .fancybox-navigation .fancybox-button { left: auto; right: 50%; margin-right: 410px; padding: 0; } }
.team-member-popup .fancybox-navigation .fancybox-button div { display: inline-block; width: 2.5rem; height: 2.5rem; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 999px; padding: 0; line-height: 2.5rem; text-align: center; box-sizing: content-box; }
.team-member-popup .fancybox-navigation .fancybox-button div:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e906"; color: white; }
.team-member-popup .fancybox-navigation .fancybox-button div svg { display: none; }
.team-member-popup .fancybox-navigation .fancybox-button:disabled { opacity: 0.5; pointer-events: none; }
.team-member-popup .fancybox-navigation .fancybox-button.fancybox-button--arrow_right { left: auto; right: 2%; }
@media screen and (min-width: 1000px) { .team-member-popup .fancybox-navigation .fancybox-button.fancybox-button--arrow_right { right: auto; margin-right: 0; left: 50%; margin-left: 410px; } }
.team-member-popup .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e905"; }
.team-member-popup .fancybox-navigation .fancybox-button:hover div { border-color: white; }

/* WORKFLOWS  */
.workflow-header { text-align: center; padding-bottom: 0; overflow: hidden; }
.workflow-header .image-wrap { display: inline-block; overflow: hidden; margin-bottom: -1em; margin-top: 2em; }
@media screen and (min-width: 800px) { .workflow-header .image-wrap { margin-top: 3em; } }
.workflow-header .image-wrap .image { display: block; margin-bottom: -70%; }
.workflow-header .image-wrap .image img { display: block; }

/* SYSTEMS  */
@media screen and (min-width: 800px) { .system-header .contain { padding-top: 2em; padding-bottom: 2em; } }
.system-header:after { background: linear-gradient(135deg, #0c1113, rgba(31, 44, 51, 0.4)); }

.post-wrap-system { display: block; background-color: white; border-radius: 0.5em; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); text-align: left; padding: 1.5em; -webkit-backface-visibility: hidden; }
@media screen and (min-width: 800px) { .post-wrap-system { padding: 2em; } }
@media screen and (min-width: 1000px) { .post-wrap-system { padding: 3em; } }
@media screen and (min-width: 1200px) { .post-wrap-system { padding: 4em; } }
.white .post-wrap-system { background-color: #f2f2f2; }
.grid-wrap .post-wrap-system { width: 97.5%; }
@media screen and (min-width: 800px) { .post-wrap-system .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }
.post-wrap-system .image-wrap { text-align: center; margin-bottom: 1.5em; }
@media screen and (min-width: 800px) { .post-wrap-system .image-wrap { -webkit-flex: none; -ms-flex: none; flex: none; margin: 0 6% 0 0; width: 35%; } }
.post-wrap-system .image-wrap img { width: auto; max-height: 200px; }
@media screen and (min-width: 800px) { .post-wrap-system .image-wrap img { max-height: 350px; } }
.post-wrap-system .content-wrap { color: #1f2c33; }
.post-wrap-system .content-wrap h1 { font-size: 1.5555555556em; }
.post-wrap-system .content-wrap p { font-size: 1.1111111111em; }

/* CAREERS  */
@media screen and (min-width: 800px) { #jobs-container .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }
#jobs-container .job-filters { color: #1f2c33; }
@media screen and (min-width: 800px) { #jobs-container .job-filters { -webkit-flex: none; -ms-flex: none; flex: none; width: 250px; margin-right: 5vw; } }
#jobs-container .job-filters .filter-button-wrapper { margin-bottom: 1rem; }
#jobs-container .job-filters .filter-button-wrapper .filter-button { font-weight: 700; margin-bottom: 0.25em; }
#jobs-container .job-filters .filter-button-wrapper .filter-popup { position: relative; }
#jobs-container .job-filters .filter-button-wrapper .filter-popup:after { content: ""; position: absolute; top: 50%; right: 1em; width: 0; height: 0; border-left: 0.25em solid transparent; border-right: 0.25em solid transparent; border-top: 0.375em solid #1f2c33; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; }
#jobs-container .job-filters .filter-button-wrapper select { width: 100%; font-family: inherit; padding: 0.375em 1em; margin: 0; border: 2px solid #1f2c33; border-radius: 0.25em; background-color: transparent; color: inherit; line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 2em; }
@media screen and (max-width: 767px) { #jobs-container .job-filters .filter-button-wrapper select { line-height: 1.4; } }
#jobs-container .job-filters .filter-button-wrapper select:focus { outline: none; border-color: #00b6ea; }
@media screen and (min-width: 800px) { #jobs-container .jobs-list { margin-top: -2rem; } }
#jobs-container .jobs-list .category-wrap header { margin-top: 2em; border-top: 2px solid rgba(153, 153, 153, 0.25); padding-top: 1em; }
@media screen and (min-width: 800px) { #jobs-container .jobs-list .category-wrap .jobs { font-size: 0; margin: 0 -1%; } }
#jobs-container .jobs-list .category-wrap .job { display: block; background-color: #f2f2f2; padding: 1rem; border-radius: 0.25em; margin-bottom: 1rem; }
@media screen and (min-width: 800px) { #jobs-container .jobs-list .category-wrap .job { font-size: 1rem; display: inline-block; vertical-align: top; width: 48%; margin: 1%; padding: 1.5rem; } }
#jobs-container .jobs-list .category-wrap .job h4 { margin-bottom: 0.25rem; }
