/* ==========================================================================

Theme Name: whatworkswellbeing
Theme URI:
Author: whatworkswellbeing
Description: Custom WordPress theme.
Version: 1.0

   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Content blocks
   8. Browser Fixes
   9. Custom Grid
   */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');



html {
  font-family: 'Montserrat', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   2. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

/* browse happy prompt */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* helper classes */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   3. Variables
   ========================================================================== */
/* colours */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/* css3 elements */
/* ==========================================================================
   5. Fonts
   ========================================================================== */
/*Fonts here*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts//fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* @font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-SemiBoldNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-SemiBoldNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-SemiBoldNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-SemiBoldNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-SemiBoldNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-SemiBoldNarrow.svg#HKNova-SemiBoldNarrow") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-ThinNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-ThinNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-ThinNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-ThinNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-ThinNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-ThinNarrow.svg#HKNova-ThinNarrow") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-HeavyNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-HeavyNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-HeavyNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-HeavyNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-HeavyNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-HeavyNarrow.svg#HKNova-HeavyNarrow") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-ExtraLightNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-ExtraLightNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-ExtraLightNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-ExtraLightNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-ExtraLightNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-ExtraLightNarrow.svg#HKNova-ExtraLightNarrow") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-LightNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-LightNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-LightNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-LightNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-LightNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-LightNarrow.svg#HKNova-LightNarrow") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-ExtraBoldNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-ExtraBoldNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-ExtraBoldNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-ExtraBoldNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-ExtraBoldNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-ExtraBoldNarrow.svg#HKNova-ExtraBoldNarrow") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-MediumNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-MediumNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-MediumNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-MediumNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-MediumNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-MediumNarrow.svg#HKNova-MediumNarrow") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-Narrow.eot");
  src: url("fonts/hk-narrow/HKNova-Narrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-Narrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-Narrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-Narrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-Narrow.svg#HKNova-Narrow") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova Narrow';
  src: url("fonts/hk-narrow/HKNova-BoldNarrow.eot");
  src: url("fonts/hk-narrow/HKNova-BoldNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/hk-narrow/HKNova-BoldNarrow.woff2") format("woff2"), url("fonts/hk-narrow/HKNova-BoldNarrow.woff") format("woff"), url("fonts/hk-narrow/HKNova-BoldNarrow.ttf") format("truetype"), url("fonts/hk-narrow/HKNova-BoldNarrow.svg#HKNova-BoldNarrow") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-BoldR.eot");
  src: url("fonts/hk-rounded/HKNova-BoldR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-BoldR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-BoldR.woff") format("woff"), url("fonts/hk-rounded/HKNova-BoldR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-BoldR.svg#HKNova-BoldR") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-LightR.eot");
  src: url("fonts/hk-rounded/HKNova-LightR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-LightR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-LightR.woff") format("woff"), url("fonts/hk-rounded/HKNova-LightR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-LightR.svg#HKNova-LightR") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-ExtraLightR.eot");
  src: url("fonts/hk-rounded/HKNova-ExtraLightR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-ExtraLightR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-ExtraLightR.woff") format("woff"), url("fonts/hk-rounded/HKNova-ExtraLightR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-ExtraLightR.svg#HKNova-ExtraLightR") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-SemiBoldR.eot");
  src: url("fonts/hk-rounded/HKNova-SemiBoldR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-SemiBoldR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-SemiBoldR.woff") format("woff"), url("fonts/hk-rounded/HKNova-SemiBoldR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-SemiBoldR.svg#HKNova-SemiBoldR") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-MediumR.eot");
  src: url("fonts/hk-rounded/HKNova-MediumR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-MediumR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-MediumR.woff") format("woff"), url("fonts/hk-rounded/HKNova-MediumR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-MediumR.svg#HKNova-MediumR") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-ThinR.eot");
  src: url("fonts/hk-rounded/HKNova-ThinR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-ThinR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-ThinR.woff") format("woff"), url("fonts/hk-rounded/HKNova-ThinR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-ThinR.svg#HKNova-ThinR") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-ExtraBoldR.eot");
  src: url("fonts/hk-rounded/HKNova-ExtraBoldR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-ExtraBoldR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-ExtraBoldR.woff") format("woff"), url("fonts/hk-rounded/HKNova-ExtraBoldR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-ExtraBoldR.svg#HKNova-ExtraBoldR") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-HeavyR.eot");
  src: url("fonts/hk-rounded/HKNova-HeavyR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-HeavyR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-HeavyR.woff") format("woff"), url("fonts/hk-rounded/HKNova-HeavyR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-HeavyR.svg#HKNova-HeavyR") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova R';
  src: url("fonts/hk-rounded/HKNova-RegularR.eot");
  src: url("fonts/hk-rounded/HKNova-RegularR.eot?#iefix") format("embedded-opentype"), url("fonts/hk-rounded/HKNova-RegularR.woff2") format("woff2"), url("fonts/hk-rounded/HKNova-RegularR.woff") format("woff"), url("fonts/hk-rounded/HKNova-RegularR.ttf") format("truetype"), url("fonts/hk-rounded/HKNova-RegularR.svg#HKNova-RegularR") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-ExtraBold.eot");
  src: url("fonts/hk-standard/HKNova-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-ExtraBold.woff2") format("woff2"), url("fonts/hk-standard/HKNova-ExtraBold.woff") format("woff"), url("fonts/hk-standard/HKNova-ExtraBold.ttf") format("truetype"), url("fonts/hk-standard/HKNova-ExtraBold.svg#HKNova-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-Light.eot");
  src: url("fonts/hk-standard/HKNova-Light.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-Light.woff2") format("woff2"), url("fonts/hk-standard/HKNova-Light.woff") format("woff"), url("fonts/hk-standard/HKNova-Light.ttf") format("truetype"), url("fonts/hk-standard/HKNova-Light.svg#HKNova-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-Heavy.eot");
  src: url("fonts/hk-standard/HKNova-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-Heavy.woff2") format("woff2"), url("fonts/hk-standard/HKNova-Heavy.woff") format("woff"), url("fonts/hk-standard/HKNova-Heavy.ttf") format("truetype"), url("fonts/hk-standard/HKNova-Heavy.svg#HKNova-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-ExtraLight.eot");
  src: url("fonts/hk-standard/HKNova-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-ExtraLight.woff2") format("woff2"), url("fonts/hk-standard/HKNova-ExtraLight.woff") format("woff"), url("fonts/hk-standard/HKNova-ExtraLight.ttf") format("truetype"), url("fonts/hk-standard/HKNova-ExtraLight.svg#HKNova-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-SemiBold.eot");
  src: url("fonts/hk-standard/HKNova-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-SemiBold.woff2") format("woff2"), url("fonts/hk-standard/HKNova-SemiBold.woff") format("woff"), url("fonts/hk-standard/HKNova-SemiBold.ttf") format("truetype"), url("fonts/hk-standard/HKNova-SemiBold.svg#HKNova-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-Medium.eot");
  src: url("fonts/hk-standard/HKNova-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-Medium.woff2") format("woff2"), url("fonts/hk-standard/HKNova-Medium.woff") format("woff"), url("fonts/hk-standard/HKNova-Medium.ttf") format("truetype"), url("fonts/hk-standard/HKNova-Medium.svg#HKNova-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-Thin.eot");
  src: url("fonts/hk-standard/HKNova-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-Thin.woff2") format("woff2"), url("fonts/hk-standard/HKNova-Thin.woff") format("woff"), url("fonts/hk-standard/HKNova-Thin.ttf") format("truetype"), url("fonts/hk-standard/HKNova-Thin.svg#HKNova-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-Regular.eot");
  src: url("fonts/hk-standard/HKNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-Regular.woff2") format("woff2"), url("fonts/hk-standard/HKNova-Regular.woff") format("woff"), url("fonts/hk-standard/HKNova-Regular.ttf") format("truetype"), url("fonts/hk-standard/HKNova-Regular.svg#HKNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HK Nova';
  src: url("fonts/hk-standard/HKNova-Bold.eot");
  src: url("fonts/hk-standard/HKNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/hk-standard/HKNova-Bold.woff2") format("woff2"), url("fonts/hk-standard/HKNova-Bold.woff") format("woff"), url("fonts/hk-standard/HKNova-Bold.ttf") format("truetype"), url("fonts/hk-standard/HKNova-Bold.svg#HKNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal; } */

/* ==========================================================================
   6. Custom Styles

      Below are the included style sass files which make up the site
      All files are seperated out into blocks/pages/globalised/vendor
   ========================================================================== */
/* ==========================================================================
   6.1 Custom Global Styles
   ========================================================================== */
.no-format {
  list-style: none;
  padding: 0;
  margin: 0; }

.ib {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.indent {
  text-transform: capitalize;
  text-align: left;
  text-indent: -99999px; }

.rel {
  position: relative; }

.box {
  box-sizing: border-box; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .thumbnail.contain {
    background-size: contain; }

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

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

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

.table {
  width: 100%;
  height: 100%;
  display: table; }

.cell {
  display: table-cell;
  width: 100%; }
  .cell.middle {
    vertical-align: middle; }
  .cell.bottom {
    vertical-align: bottom; }
  .cell.top {
    vertical-align: top; }

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

.page__main {
  overflow: hidden; }

.acf-map-filter {
  width: 100%;
  height: 535px;
  margin: 0 0; }

.acf-map-filter img {
  max-width: inherit !important; }

.acf-map-location {
  width: 100%;
  height: 535px;
  margin: 0 0; }

.acf-map-location img {
  max-width: inherit !important; }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 40px auto 0; }
  .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 7px; }
    .slick-dots li.slick-active button, .slick-dots li.slick-current button {
      background-color: #ffffff; }
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: all 0.2s ease-in-out;
    border-radius: 9999px; }

.post-author--single {
  box-sizing: border-box;
  padding: 35px 25px;
  width: 100%;
  display: block;
  text-align: left;
  border: 1px solid #DADADA;
  border-radius: 4px;
  transition: all 0.2s ease-in-out; }
  .post-author--single:hover {
    box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
    .post-author--single:hover .post-author--image {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
  .post-author--single:hover .post-author--image {
    border-color: #3AB7B9; }
    .post-author--single:hover .post-author--image .bio {
      opacity: 1; }
  .post-author--single:hover .post-author--header h4 a {
    color: #F79321; }

.post-author--header {
  display: block;
  text-align: left;
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px; }
  .post-author--header h4:first-child {
    display: block;
    width: 100%; }

.post-author--image {
  width: 54px !important;
  height: 54px !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 5px solid #ffffff !important;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 2px #dadada !important;
  border-radius: 9999px !important;
  position: relative !important;
  overflow: hidden !important; }
  .post-author--image .bio {
    transition: all 0.2s ease-in-out;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    background-color: rgba(58, 183, 185, 0.5); }
    .post-author--image .bio i {
      font-style: normal;
      font-weight: bold;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 15px;
      line-height: 1.2;
      font-weight: bold; }
  .post-author--image + h4 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    max-width: calc(100% - 64px);
    margin-bottom: 0;
    margin-left: 10px; }

.post-author--content,
.post-author--content * {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
  color: #2B3743; }
  .post-author--content:last-child,
  .post-author--content *:last-child {
    margin-bottom: 0; }

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px); }

.block:not(.nmb) {
  margin-bottom: 100px; }
  @media only screen and (max-width: 1024px) {
    .block:not(.nmb) {
      margin-bottom: 75px; } }
  @media only screen and (max-width: 767px) {
    .block:not(.nmb) {
      margin-bottom: 50px; } }

.block.has-bg {
  padding: 90px 0; }
  @media only screen and (max-width: 1024px) {
    .block.has-bg {
      padding: 75px 0; } }
  @media only screen and (max-width: 767px) {
    .block.has-bg {
      padding: 25px 0; } }

.block .button-wrapper a,
.block .slick-next {
  background-image: url(""); }

.footer {
  border-top: 1px solid rgba(0, 52, 66, 0.28);
  padding: 80px 0 70px; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 50px 0 35px; } }
  .footer__logo {
    width: 150px;
    margin-bottom: 55px;
    transition: all 0.2s ease-in-out; }
    .footer__logo:hover {
      -webkit-filter: invert(71%) sepia(20%) saturate(1281%) hue-rotate(132deg) brightness(86%) contrast(84%);
              filter: invert(71%) sepia(20%) saturate(1281%) hue-rotate(132deg) brightness(86%) contrast(84%); }
    @media only screen and (max-width: 767px) {
      .footer__logo {
        margin-bottom: 40px; } }
    .footer__logo a {
      display: block;
      margin: 0 auto; }
    .footer__logo img {
      max-width: 100%;
      height: auto;
      display: block;
      width: 100%; }
  .footer__top {
    margin-bottom: 40px; }
    .footer__top:before, .footer__top:after {
      content: " ";
      display: table; }
    .footer__top:after {
      clear: both; }
    @media only screen and (min-width: 768px) {
      .footer__top .menu {
        padding-top: 3px; } }
    @media only screen and (max-width: 767px) {
      .footer__top {
        margin-bottom: 85px; } }
    .footer__top .button {
      font-size: 14px;
      padding-left: 44px;
      padding-right: 44px; }
      @media only screen and (max-width: 767px) {
        .footer__top .button {
          font-size: 16px;
          padding-left: 20px;
          padding-right: 20px; } }
  .footer__bottom .f-left * {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0; }
    .footer__bottom .f-left * a {
      font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .footer__bottom .f-left,
    .footer__bottom .f-right {
      float: none;
      width: 100%; } }
  .footer__col {
    width: calc(33.333% - 33.4px);
    display: block;
    float: left; }
    .footer__col .mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      .footer__col .desktop {
        display: none; }
      .footer__col .mobile {
        display: block; } }
    .footer__col:last-child {
      float: right;
      width: 100px; }
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
      .footer__col:first-child {
        width: 100%;
        clear: both;
        margin-bottom: 40px; }
      .footer__col:last-child, .footer__col:nth-child(3), .footer__col:nth-child(2) {
        margin-bottom: 0;
        width: 33% !important;
        float: left !important; } }
    @media only screen and (max-width: 767px) {
      .footer__col {
        width: 100% !important;
        float: none !important; }
        .footer__col:not(:last-child) {
          margin-bottom: 70px; }
          .footer__col:not(:last-child):first-child {
            margin-bottom: 50px; } }
    .footer__col .menu {
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .footer__col .menu li {
        display: block;
        width: 100%;
        text-align: left; }
        .footer__col .menu li:not(:last-child) {
          margin-bottom: 6px; }
      .footer__col .menu a {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        color: #424242;
        text-decoration: none; }
        .footer__col .menu a:hover {
          color: #F79321; }
  .footer__cta {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .footer__cta {
        margin-bottom: 55px; }
        .footer__cta a {
          display: block;
          width: 100%; } }
  .footer__copyright {
    margin-top: 66px;
    font-size: 10px;
    line-height: 1.8;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none; }
    .footer__copyright * {
      font-size: 10px;
      line-height: 1.8;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      text-decoration: none; }
      .footer__copyright * a:hover {
        color: #F79321; }
  .footer__social.desktop {
    display: block; }
  .footer__social.mobile {
    display: none;
    margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .footer__social {
      text-align: center; }
      .footer__social ul {
        text-align: center !important; }
        .footer__social ul a {
          width: 56px !important;
          height: 56px !important;
          font-size: 23px !important; }
          .footer__social ul a:not(:hover) {
            background-color: #EE964B; }
      .footer__social.desktop {
        display: none; }
      .footer__social.mobile {
        display: block; } }

body {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.1s; }
  body.loaded {
    opacity: 1; }

html.menu-open,
body.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    html.menu-open .page__header .header,
    body.menu-open .page__header .header {
      background-color: transparent; }
      html.menu-open .page__header .header__logo a::after,
      body.menu-open .page__header .header__logo a::after {
        opacity: 1; }
      html.menu-open .page__header .header__logo img,
      body.menu-open .page__header .header__logo img {
        opacity: 0; }
      html.menu-open .page__header .header #search-toggle,
      body.menu-open .page__header .header #search-toggle {
        display: none; }
    html.menu-open .page__header--fixed,
    body.menu-open .page__header--fixed {
      background-color: #17647E;
      border-bottom: 1px solid #003442; } }

.page__main > .block:first-child:not(.hero) {
  padding-top: 100px; }
  @media only screen and (max-width: 1024px) {
    .page__main > .block:first-child:not(.hero) {
      padding-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .page__main > .block:first-child:not(.hero) {
      padding-top: 25px; } }

.page__header--height {
  transition: all 0.05s ease-in-out; }

.page__header #search-toggle {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/global/search.png);
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin: 0 25px; }
  @media only screen and (max-width: 767px) {
    .page__header #search-toggle {
      margin: 0 10px;
      width: 21px;
      height: 21px;
      background-size: 21px 21px; } }
  .page__header #search-toggle:first-child {
    margin-left: 0; }
  .page__header #search-toggle:last-child {
    margin-right: 0; }
  .page__header #search-toggle:hover {
    background-image: url(img/global/search-hover.png); }

.page__header #main-nav {
  margin: 0 25px; }
  @media only screen and (max-width: 767px) {
    .page__header #main-nav {
      margin: 0 10px; } }
  .page__header #main-nav:first-child {
    margin-left: 0; }
  .page__header #main-nav:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .page__header #main-nav {
      display: none; } }

.page__header.scrolled .header {
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .page__header.scrolled .header {
      padding: 10px 0; } }

@media only screen and (max-width: 767px) {
  .page__header .rel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999; } }

.page__header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #DADADA;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .page__header--fixed {
      z-index: 105;
      position: relative; } }

.page__header .header {
  position: relative;
  padding: 35px 0;
  z-index: 10;
  transition: all 0.1s ease-in-out;
  max-width: calc(100% - 100px); }
  @media only screen and (max-width: 767px) {
    .page__header .header {
      z-index: 105; } }
  @media only screen and (max-width: 767px) {
    .page__header .header {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .page__header .header {
      max-width: calc(100% - 50px); }
      .page__header .header__logo {
        max-width: 112px;
        display: block; }
        .page__header .header__logo a {
          display: block;
          width: 100%;
          position: relative; }
          .page__header .header__logo a::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(img/global/logo-white.svg);
            opacity: 0;
            transition: all 0.2s ease-in-out; }
        .page__header .header__logo img {
          max-width: 100%;
          height: auto;
          transition: all 0.2s ease-in-out; } }
  .page__header .header__search {
    height: 110px;
    display: none;
    position: relative;
    border-top: 1px solid #DADADA; }
    @media only screen and (max-width: 767px) {
      .page__header .header__search {
        height: 70px; } }
    .page__header .header__search * {
      height: 110px;
      border: none;
      box-sizing: border-box;
      padding: 0;
      text-align: center;
      line-height: 110px;
      font-size: 16px;
      font-weight: 500;
      color: #424242;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      outline: none;
      display: block;
      text-align: center;
      width: 100%; }
      .page__header .header__search *::-webkit-input-placeholder {
        color: #424242;
        font-weight: 500; }
      .page__header .header__search *::-moz-placeholder {
        color: #424242;
        font-weight: 500; }
      .page__header .header__search *::-ms-input-placeholder {
        color: #424242;
        font-weight: 500; }
      .page__header .header__search *::placeholder {
        color: #424242;
        font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .page__header .header__search * {
          line-height: 70px;
          height: 70px;
          font-size: 14px; } }
    .page__header .header__search form {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      height: 100%; }
  .page__header .header .f-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page__header .header ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    .page__header .header ul.menu a {
      text-decoration: none;
      font-size: 14px;
      line-height: 28px; }
    .page__header .header ul.menu li.current-menu-item > a, .page__header .header ul.menu li.current-page-item > a, .page__header .header ul.menu li.current_menu_item > a, .page__header .header ul.menu li.current_page_item > a, .page__header .header ul.menu li:hover > a {
      color: #F79321; }
    .page__header .header ul.menu > li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      position: relative;
      margin: 0 25px; }
      @media only screen and (max-width: 767px) {
        .page__header .header ul.menu > li {
          margin: 0 10px; } }
      .page__header .header ul.menu > li:first-child {
        margin-left: 0; }
      .page__header .header ul.menu > li:last-child {
        margin-right: 0; }
      .page__header .header ul.menu > li > a {
        font-weight: 600;
        color: #424242; }
      .page__header .header ul.menu > li:hover .sub-menu {
        display: block; }
    .page__header .header ul.menu .sub-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      background-color: white;
      position: absolute;
      padding: 40px 40px;
      box-sizing: border-box;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 1px solid #CFECEB;
      box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.25);
      margin-top: 30px;
      display: none; }
      .page__header .header ul.menu .sub-menu li:not(last-child) {
        margin-bottom: 10px; }
      .page__header .header ul.menu .sub-menu::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 30px;
        left: 0;
        right: 0;
        bottom: 100%; }
      .page__header .header ul.menu .sub-menu::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 3;
        width: 21px;
        height: 21px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(img/global/triangle.png); }
      .page__header .header ul.menu .sub-menu .menu-item-type-taxonomy {
        position: relative;
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 30px; }
        .page__header .header ul.menu .sub-menu .menu-item-type-taxonomy i {
          position: absolute;
          width: 18px;
          height: 28px;
          display: block;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          left: 00%; }
      .page__header .header ul.menu .sub-menu a {
        display: block;
        white-space: nowrap;
        font-weight: 700;
        color: #424242; }
  .page__header .header__main-nav {
    position: fixed;
    z-index: 101;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #003442;
    top: -120%;
    bottom: 120%;
    transition: all 0.4s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .page__header .header__main-nav {
        z-index: -1; } }
    .page__header .header__main-nav:before, .page__header .header__main-nav:after {
      content: " ";
      display: table; }
    .page__header .header__main-nav:after {
      clear: both; }
    .page__header .header__main-nav .mobile-link {
      display: none; }
      @media only screen and (max-width: 767px) {
        .page__header .header__main-nav .mobile-link {
          display: block; } }
    @media only screen and (min-width: 768px) {
      .page__header .header__main-nav {
        max-height: none !important; } }
    .page__header .header__main-nav.active {
      bottom: 0;
      top: 0;
      z-index: 101; }
      @media only screen and (max-width: 767px) {
        .page__header .header__main-nav.active {
          top: 100%; } }
    @media only screen and (max-width: 767px) {
      .page__header .header__main-nav {
        position: absolute;
        height: 100vh;
        bottom: auto !important;
        top: -100vh;
        background-color: #17647E; }
        .page__header .header__main-nav .scroll {
          display: block;
          margin: 0 auto;
          overflow: auto;
          height: calc(100% - 60px); } }
    .page__header .header__main-nav--close {
      top: 60px;
      right: 50px;
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      cursor: pointer;
      z-index: 102; }
      @media only screen and (max-height: 600px) {
        .page__header .header__main-nav--close {
          top: 30px;
          right: 30px; } }
      @media only screen and (max-width: 767px) {
        .page__header .header__main-nav--close {
          width: 20px;
          height: 20px;
          transition: all 0.2s ease-in-out;
          opacity: 0;
          top: 0;
          left: 0;
          right: 0; } }
      .page__header .header__main-nav--close span {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
        .page__header .header__main-nav--close span::before, .page__header .header__main-nav--close span::after {
          background-color: #F79321;
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform-origin: center center;
                  transform-origin: center center; }
        .page__header .header__main-nav--close span::after {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          width: 38px;
          height: 3px; }
          @media only screen and (max-width: 767px) {
            .page__header .header__main-nav--close span::after {
              width: 30px;
              height: 3px; } }
        .page__header .header__main-nav--close span::before {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          height: 38px;
          width: 3px; }
          @media only screen and (max-width: 767px) {
            .page__header .header__main-nav--close span::before {
              height: 30px;
              width: 3px; } }
    @media only screen and (min-width: 768px) {
      .page__header .header__main-nav--left, .page__header .header__main-nav--right {
        padding-top: 115px;
        box-sizing: border-box;
        height: 100vh;
        text-align: center; }
        .page__header .header__main-nav--left nav ul, .page__header .header__main-nav--right nav ul {
          list-style: none;
          padding: 0;
          margin: 0;
          text-align: left; }
        .page__header .header__main-nav--left nav li > a, .page__header .header__main-nav--right nav li > a {
          color: #2AD3CF;
          text-decoration: none; }
        .page__header .header__main-nav--left nav li.current-menu-item > a, .page__header .header__main-nav--left nav li.current-page-item > a, .page__header .header__main-nav--left nav li.current_menu_item > a, .page__header .header__main-nav--left nav li.current_page_item > a, .page__header .header__main-nav--left nav li:hover > a, .page__header .header__main-nav--right nav li.current-menu-item > a, .page__header .header__main-nav--right nav li.current-page-item > a, .page__header .header__main-nav--right nav li.current_menu_item > a, .page__header .header__main-nav--right nav li.current_page_item > a, .page__header .header__main-nav--right nav li:hover > a {
          color: #F79321; }
        .page__header .header__main-nav--left .pages, .page__header .header__main-nav--right .pages {
          text-align: left;
          display: inline-block;
          zoom: 1;
          *display: inline;
          vertical-align: middle;
          margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (max-height: 700px) {
    .page__header .header__main-nav--left, .page__header .header__main-nav--right {
      padding-top: 60px; } }
  @media only screen and (min-width: 768px) and (max-height: 600px) {
    .page__header .header__main-nav--left, .page__header .header__main-nav--right {
      padding-top: 30px; } }
    @media only screen and (min-width: 768px) {
      .page__header .header__main-nav--left {
        float: left;
        width: 60%;
        text-align: center; }
        .page__header .header__main-nav--left .pages--trigger {
          display: block;
          font-size: 12px;
          line-height: 32px;
          font-weight: 600;
          margin-bottom: 16px;
          display: block;
          width: 100%;
          text-align: left; }
        .page__header .header__main-nav--left .pages {
          width: 100%; }
        .page__header .header__main-nav--left nav {
          width: 275px;
          display: inline-block;
          zoom: 1;
          *display: inline;
          vertical-align: top;
          color: #2AD3CF;
          text-decoration: none;
          max-width: 48%;
          padding-top: 15px; }
          .page__header .header__main-nav--left nav li {
            margin-bottom: 18px; }
            .page__header .header__main-nav--left nav li:last-child {
              margin-bottom: 0; }
          .page__header .header__main-nav--left nav a {
            font-size: 14px;
            line-height: 18px;
            font-weight: bold; }
      .page__header .header__main-nav--right {
        background-color: #17647E;
        float: right;
        width: 40%;
        text-align: center; }
        .page__header .header__main-nav--right nav {
          text-align: left;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 320px;
          max-width: 80%; }
          .page__header .header__main-nav--right nav .pages {
            margin-bottom: 70px; } }
      @media only screen and (min-width: 768px) and (max-height: 700px) {
        .page__header .header__main-nav--right nav .pages {
          margin-bottom: 50px; } }
      @media only screen and (min-width: 768px) and (max-height: 600px) {
        .page__header .header__main-nav--right nav .pages {
          margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) {
            .page__header .header__main-nav--right nav .pages a {
              font-size: 25px;
              font-weight: 500;
              line-height: 33px; }
            .page__header .header__main-nav--right nav .pages li {
              margin-bottom: 33px; }
              .page__header .header__main-nav--right nav .pages li:last-child {
                margin-bottom: 0; } }
    .page__header .header__main-nav .social a {
      color: #17647E; }
    .page__header .header__main-nav .social a:hover {
      background: #2AD3CF;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .page__header .header__main-nav nav:not(#page-nav) {
        border-bottom: 1px solid #003442; }
      .page__header .header__main-nav #page-nav .social {
        padding-bottom: 20px !important;
        padding-left: 40px !important; }
      .page__header .header__main-nav .pages {
        padding: 41px 40px;
        background-color: #003442; }
        .page__header .header__main-nav .pages ul {
          list-style: none;
          padding: 0;
          margin: 0;
          text-align: left; }
          .page__header .header__main-nav .pages ul a {
            color: #2AD3CF;
            font-size: 14px;
            line-height: 18px;
            font-weight: bold;
            text-decoration: none;
            font-family: 'Montserrat', sans-serif; }
          .page__header .header__main-nav .pages ul li:not(:last-child) {
            margin-bottom: 30px; }
          .page__header .header__main-nav .pages ul li.current-menu-item > a, .page__header .header__main-nav .pages ul li.current-page-item > a, .page__header .header__main-nav .pages ul li.current_menu_item > a, .page__header .header__main-nav .pages ul li.current_page_item > a, .page__header .header__main-nav .pages ul li:hover > a {
            color: #F79321; }
        .page__header .header__main-nav .pages--trigger {
          padding: 29px 40px;
          display: block;
          width: 100%;
          text-align: left;
          box-sizing: border-box;
          color: #2AD3CF;
          background-color: #17647E;
          display: block;
          position: relative;
          font-size: 14px;
          cursor: pointer;
          font-weight: bold; }
          .page__header .header__main-nav .pages--trigger::after {
            content: '';
            display: block;
            position: absolute;
            height: 8px;
            width: 14px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(img/global/chevron-close.svg);
            right: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .page__header .header__main-nav .pages--trigger.active::after {
            background-image: url(img/global/chevron-open.svg); }
        .page__header .header__main-nav .pages--hidden {
          display: none; }
          .page__header .header__main-nav .pages--hidden.active {
            display: block; }
        .page__header .header__main-nav .pages--displayed {
          display: block;
          background-color: #17647E !important;
          padding-top: 30px !important;
          padding-bottom: 50px !important; }
          .page__header .header__main-nav .pages--displayed li:not(:last-child) {
            margin-bottom: 23px !important; }
          .page__header .header__main-nav .pages--displayed a {
            font-size: 16px !important;
            font-weight: 500 !important;
            line-height: 33px !important; }
      .page__header .header__main-nav--mobile {
        display: block; } }
  .page__header .header ul.menu > li .sub-menu li .sub-menu {
    display: none; }
    .page__header .header ul.menu > li .sub-menu li .sub-menu a {
      display: block;
      white-space: normal;
      font-weight: 700;
      color: #424242;
      font-size: 14px; }
      .page__header .header ul.menu > li .sub-menu li .sub-menu a:hover {
        color: #F79321; }
  .page__header .header ul.menu > li .sub-menu li:hover .sub-menu {
    display: block;
    z-index: 9;
    padding: 10px 15px;
    top: -30px;
    left: 0;
    -webkit-transform: translateX(88%);
    transform: translateX(88%);
    width: 340px; }
  .page__header .header ul.menu ul .sub-menu .menu-item-type-taxonomy {
    padding-left: 10px;
    padding-right: 10px; }
  .page__header .header ul.menu .menu-item-has-children ul .sub-menu::after {
    background-image: unset; }
  .page__header .header ul.menu .sub-menu .menu-parent-item-submenu:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 2px; }

#menu-toggle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  width: 35px;
  position: relative;
  cursor: pointer;
  height: 20px;
  z-index: 9999; }
  #menu-toggle:first-child {
    margin-left: 0; }
  #menu-toggle:last-child {
    margin-right: 0; }
  #menu-toggle .header__main-nav--close {
    opacity: 0;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media only screen and (max-width: 767px) {
    #menu-toggle {
      width: 25px;
      height: 13px;
      margin: 0 10px; }
      #menu-toggle .header__main-nav--close {
        display: block; }
      #menu-toggle.open .menu-line {
        opacity: 0; }
      #menu-toggle.open .header__main-nav--close {
        opacity: 1; } }

#menu-toggle .menu-line {
  background-color: #424242;
  height: 3px;
  border-radius: 999px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 767px) {
    #menu-toggle .menu-line {
      height: 2px; } }

#menu-toggle .line-1 {
  top: 0; }

#menu-toggle .line-4 {
  top: 16px; }
  @media only screen and (max-width: 767px) {
    #menu-toggle .line-4 {
      top: 11px; } }

#menu-toggle:hover .menu-line,
#menu-toggle:focus .menu-line {
  background-color: #04b3da; }

html, body {
  height: 100%; }

body {
  padding: 0;
  color: #53565a;
  font-size: 16px;
  line-height: 1.56;
  font-family: 'Montserrat', sans-serif; }
  body::-moz-selection {
    background-color: #F79321; }
  body::selection {
    background-color: #F79321; }

a {
  transition: all 0.2s ease-in-out;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

p, li {
  font-size: 16px;
  line-height: 1.6; }

p a, li a {
  text-decoration: underline;
  color: #53565a; }

p a:hover, li a:hover {
  text-decoration: none; }

ul {
  margin-bottom: 20px; }

li {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 35px; }

figure {
  padding: 0;
  margin: 0; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #1B2A33;
  font-family: 'Montserrat', sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit; }

@media only screen and (max-width: 1024px) {
  br {
    display: none; } }

h1 {
  font-size: 40px;
  letter-spacing: -0.69px;
  line-height: 1.25em;
  font-family: 'Montserrat', sans-serif; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 30px;
  letter-spacing: -0.52px;
  line-height: 1.25em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 27.5px; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 25px;
  letter-spacing: -0.43px;
  line-height: 1.25em; }

h4 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500; }

p + h4 {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    p + h4 {
      margin-top: 40px; } }

h5 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif; }
  @media only screen and (max-width: 1024px) {
    h5 {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 14px; } }

h6 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #9EA29D; }
  @media only screen and (max-width: 1024px) {
    h6 {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    h6 {
      font-size: 14px; } }

li, p {
  font-size: 16px;
  line-height: 1.6; }
  li.small, p.small {
    font-size: 12px; }
  li a, p a {
    font-weight: bold;
    color: #F79321; }
    li a *, p a * {
      font-weight: bold !important; }
    li a:hover, p a:hover {
      color: #0FA6B6; }
  li.highlight, p.highlight {
    font-size: 20px;
    line-height: 1.6;
    color: #0FA6B6; }
  li.large, p.large {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #2B3743;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif; }
  @media only screen and (max-width: 1024px) {
    li, p {
      font-size: 15px; }
      li.highlight, p.highlight {
        font-size: 20px;
        line-height: 1.6; }
      li.large, p.large {
        font-size: 16px !important;
        line-height: 1.6 !important; } }
  @media only screen and (max-width: 767px) {
    li, p {
      font-size: 14px; }
      li.highlight, p.highlight {
        font-size: 20px;
        line-height: 1.6; }
      li.large, p.large {
        font-size: 16px !important;
        line-height: 1.6 !important; } }

p {
  margin: 0 0 1.6em; }

li {
  margin: 0 0; }

figure {
  position: relative;
  font: 0;
  display: block;
  widows: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  figure a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

.page__main > figure,
.page__main > img {
  margin: 0 auto 25px auto; }

.page__main > figcaption,
.page__main > pre,
.page__main > h1,
.page__main > h2,
.page__main > h3,
.page__main > h4,
.page__main > h5,
.page__main > h6,
.page__main > p,
.page__main > ol {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: calc(100% - 50px); }
  .page__main > figcaption:first-child,
  .page__main > pre:first-child,
  .page__main > h1:first-child,
  .page__main > h2:first-child,
  .page__main > h3:first-child,
  .page__main > h4:first-child,
  .page__main > h5:first-child,
  .page__main > h6:first-child,
  .page__main > p:first-child,
  .page__main > ol:first-child {
    padding-top: 100px !important; }
    @media only screen and (max-width: 767px) {
      .page__main > figcaption:first-child,
      .page__main > pre:first-child,
      .page__main > h1:first-child,
      .page__main > h2:first-child,
      .page__main > h3:first-child,
      .page__main > h4:first-child,
      .page__main > h5:first-child,
      .page__main > h6:first-child,
      .page__main > p:first-child,
      .page__main > ol:first-child {
        padding-top: 50px !important; } }
  .page__main > figcaption:last-child,
  .page__main > pre:last-child,
  .page__main > h1:last-child,
  .page__main > h2:last-child,
  .page__main > h3:last-child,
  .page__main > h4:last-child,
  .page__main > h5:last-child,
  .page__main > h6:last-child,
  .page__main > p:last-child,
  .page__main > ol:last-child {
    padding-bottom: 100px !important; }
    @media only screen and (max-width: 767px) {
      .page__main > figcaption:last-child,
      .page__main > pre:last-child,
      .page__main > h1:last-child,
      .page__main > h2:last-child,
      .page__main > h3:last-child,
      .page__main > h4:last-child,
      .page__main > h5:last-child,
      .page__main > h6:last-child,
      .page__main > p:last-child,
      .page__main > ol:last-child {
        padding-bottom: 50px !important; } }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.page__main > figure,
.page__main > img,
.page__blog-single--main > figure,
.page__blog-single--main > img {
  margin: 0 auto 25px auto; }

.page__main > ol:not(.no-format),
.page__main > ul:not(.no-format),
.page__blog-single--main > ol:not(.no-format),
.page__blog-single--main > ul:not(.no-format) {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .page__main > ol:not(.no-format),
    .page__main > ul:not(.no-format),
    .page__blog-single--main > ol:not(.no-format),
    .page__blog-single--main > ul:not(.no-format) {
      margin-bottom: 30px; } }
  .page__main > ol:not(.no-format) li,
  .page__main > ul:not(.no-format) li,
  .page__blog-single--main > ol:not(.no-format) li,
  .page__blog-single--main > ul:not(.no-format) li {
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 26px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #2B3743;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .page__main > ol:not(.no-format) li,
      .page__main > ul:not(.no-format) li,
      .page__blog-single--main > ol:not(.no-format) li,
      .page__blog-single--main > ul:not(.no-format) li {
        font-size: 15px; }
        .page__main > ol:not(.no-format) li.highlight,
        .page__main > ul:not(.no-format) li.highlight,
        .page__blog-single--main > ol:not(.no-format) li.highlight,
        .page__blog-single--main > ul:not(.no-format) li.highlight {
          font-size: 20px;
          line-height: 1.6; }
        .page__main > ol:not(.no-format) li.large,
        .page__main > ul:not(.no-format) li.large,
        .page__blog-single--main > ol:not(.no-format) li.large,
        .page__blog-single--main > ul:not(.no-format) li.large {
          font-size: 16px !important;
          line-height: 1.6 !important; } }
    .page__main > ol:not(.no-format) li:last-child,
    .page__main > ul:not(.no-format) li:last-child,
    .page__blog-single--main > ol:not(.no-format) li:last-child,
    .page__blog-single--main > ul:not(.no-format) li:last-child {
      margin-bottom: 0; }

.page__main > ul:not(.no-format) li,
.page__blog-single--main > ul:not(.no-format) li {
  position: relative; }
  .page__main > ul:not(.no-format) li::after,
  .page__blog-single--main > ul:not(.no-format) li::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #3AB7B9;
    border-radius: 9999px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0; }

.page__main > ol:not(.no-format),
.page__blog-single--main > ol:not(.no-format) {
  margin-top: 30px;
  counter-reset: section; }
  .page__main > ol:not(.no-format) li,
  .page__blog-single--main > ol:not(.no-format) li {
    position: relative; }
    .page__main > ol:not(.no-format) li::after,
    .page__blog-single--main > ol:not(.no-format) li::after {
      counter-increment: section;
      content: counter(section) ".";
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 16px;
      line-height: 1.625;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      color: #424242; }

.single-resources .block--content p,
.single-resources .section--content p,
.single-resources .block--header p,
.single-resources .block--title p,
.single-resources .section--slider p {
  font-weight: 500; }

.page__blog-single--main > p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #424242; }

.page__blog-single--main > ul,
.page__blog-single--main > ol {
  margin-top: 20px; }

.block--content ol:not(.no-format),
.block--content ul:not(.no-format),
.section--content ol:not(.no-format),
.section--content ul:not(.no-format),
.block--header ol:not(.no-format),
.block--header ul:not(.no-format),
.block--title ol:not(.no-format),
.block--title ul:not(.no-format),
.section--slider ol:not(.no-format),
.section--slider ul:not(.no-format) {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .block--content ol:not(.no-format),
    .block--content ul:not(.no-format),
    .section--content ol:not(.no-format),
    .section--content ul:not(.no-format),
    .block--header ol:not(.no-format),
    .block--header ul:not(.no-format),
    .block--title ol:not(.no-format),
    .block--title ul:not(.no-format),
    .section--slider ol:not(.no-format),
    .section--slider ul:not(.no-format) {
      margin-bottom: 30px; } }
  .block--content ol:not(.no-format) li,
  .block--content ul:not(.no-format) li,
  .section--content ol:not(.no-format) li,
  .section--content ul:not(.no-format) li,
  .block--header ol:not(.no-format) li,
  .block--header ul:not(.no-format) li,
  .block--title ol:not(.no-format) li,
  .block--title ul:not(.no-format) li,
  .section--slider ol:not(.no-format) li,
  .section--slider ul:not(.no-format) li {
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 26px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    color: #2B3743; }
    @media only screen and (max-width: 1024px) {
      .block--content ol:not(.no-format) li,
      .block--content ul:not(.no-format) li,
      .section--content ol:not(.no-format) li,
      .section--content ul:not(.no-format) li,
      .block--header ol:not(.no-format) li,
      .block--header ul:not(.no-format) li,
      .block--title ol:not(.no-format) li,
      .block--title ul:not(.no-format) li,
      .section--slider ol:not(.no-format) li,
      .section--slider ul:not(.no-format) li {
        font-size: 15px; }
        .block--content ol:not(.no-format) li.highlight,
        .block--content ul:not(.no-format) li.highlight,
        .section--content ol:not(.no-format) li.highlight,
        .section--content ul:not(.no-format) li.highlight,
        .block--header ol:not(.no-format) li.highlight,
        .block--header ul:not(.no-format) li.highlight,
        .block--title ol:not(.no-format) li.highlight,
        .block--title ul:not(.no-format) li.highlight,
        .section--slider ol:not(.no-format) li.highlight,
        .section--slider ul:not(.no-format) li.highlight {
          font-size: 20px;
          line-height: 1.6; }
        .block--content ol:not(.no-format) li.large,
        .block--content ul:not(.no-format) li.large,
        .section--content ol:not(.no-format) li.large,
        .section--content ul:not(.no-format) li.large,
        .block--header ol:not(.no-format) li.large,
        .block--header ul:not(.no-format) li.large,
        .block--title ol:not(.no-format) li.large,
        .block--title ul:not(.no-format) li.large,
        .section--slider ol:not(.no-format) li.large,
        .section--slider ul:not(.no-format) li.large {
          font-size: 16px !important;
          line-height: 1.6 !important; } }
    .block--content ol:not(.no-format) li:last-child,
    .block--content ul:not(.no-format) li:last-child,
    .section--content ol:not(.no-format) li:last-child,
    .section--content ul:not(.no-format) li:last-child,
    .block--header ol:not(.no-format) li:last-child,
    .block--header ul:not(.no-format) li:last-child,
    .block--title ol:not(.no-format) li:last-child,
    .block--title ul:not(.no-format) li:last-child,
    .section--slider ol:not(.no-format) li:last-child,
    .section--slider ul:not(.no-format) li:last-child {
      margin-bottom: 0; }

.block--content ul:not(.no-format) li,
.section--content ul:not(.no-format) li,
.block--header ul:not(.no-format) li,
.block--title ul:not(.no-format) li,
.section--slider ul:not(.no-format) li {
  position: relative; }
  .block--content ul:not(.no-format) li::after,
  .section--content ul:not(.no-format) li::after,
  .block--header ul:not(.no-format) li::after,
  .block--title ul:not(.no-format) li::after,
  .section--slider ul:not(.no-format) li::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #3AB7B9;
    border-radius: 9999px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0; }

.block--content ol:not(.no-format),
.section--content ol:not(.no-format),
.block--header ol:not(.no-format),
.block--title ol:not(.no-format),
.section--slider ol:not(.no-format) {
  margin-top: 30px;
  counter-reset: section; }
  .block--content ol:not(.no-format) li,
  .section--content ol:not(.no-format) li,
  .block--header ol:not(.no-format) li,
  .block--title ol:not(.no-format) li,
  .section--slider ol:not(.no-format) li {
    position: relative;
    counter-increment: section; }
    .block--content ol:not(.no-format) li::after,
    .section--content ol:not(.no-format) li::after,
    .block--header ol:not(.no-format) li::after,
    .block--title ol:not(.no-format) li::after,
    .section--slider ol:not(.no-format) li::after {
      content: counter(section) ".";
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 16px;
      line-height: 1.625;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      color: #424242; }

.page__resources,
.page__blog,
.page__practices,
.page__practices,
.page__practices {
  overflow: hidden;
  padding-top: 10px;
  margin-top: -10px; }

.page__resources--main:before, .page__resources--main:after,
.page__blog--main:before,
.page__blog--main:after,
.page__practices--main:before,
.page__practices--main:after,
.page__practices--map:before,
.page__practices--map:after,
.page__practices--listings:before,
.page__practices--listings:after {
  content: " ";
  display: table; }

.page__resources--main:after,
.page__blog--main:after,
.page__practices--main:after,
.page__practices--map:after,
.page__practices--listings:after {
  clear: both; }

.page__resources--main .page__filter,
.page__blog--main .page__filter,
.page__practices--main .page__filter,
.page__practices--map .page__filter,
.page__practices--listings .page__filter {
  width: 270px;
  float: left;
  margin-bottom: 45px; }
  .page__resources--main .page__filter.mobile,
  .page__blog--main .page__filter.mobile,
  .page__practices--main .page__filter.mobile,
  .page__practices--map .page__filter.mobile,
  .page__practices--listings .page__filter.mobile {
    display: none; }
  @media only screen and (max-width: 767px) {
    .page__resources--main .page__filter,
    .page__blog--main .page__filter,
    .page__practices--main .page__filter,
    .page__practices--map .page__filter,
    .page__practices--listings .page__filter {
      width: 100%;
      float: none; }
      .page__resources--main .page__filter.mobile,
      .page__blog--main .page__filter.mobile,
      .page__practices--main .page__filter.mobile,
      .page__practices--map .page__filter.mobile,
      .page__practices--listings .page__filter.mobile {
        display: block; } }
  .page__resources--main .page__filter + div,
  .page__blog--main .page__filter + div,
  .page__practices--main .page__filter + div,
  .page__practices--map .page__filter + div,
  .page__practices--listings .page__filter + div {
    width: calc(100% - 290px);
    float: right;
    max-width: 880px; }
    @media only screen and (max-width: 767px) {
      .page__resources--main .page__filter + div,
      .page__blog--main .page__filter + div,
      .page__practices--main .page__filter + div,
      .page__practices--map .page__filter + div,
      .page__practices--listings .page__filter + div {
        width: 100%;
        float: none; } }

.page__resources--main #main,
.page__blog--main #main,
.page__practices--main #main,
.page__practices--map #main,
.page__practices--listings #main {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  line-height: 0;
  text-align: left; }

.page__resources--main .post,
.page__blog--main .post,
.page__practices--main .post,
.page__practices--map .post,
.page__practices--listings .post {
  max-width: calc(33.33333% - 20px);
  margin: 0 10px 25px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  vertical-align: top;
  vertical-align: top; }
  @media only screen and (max-width: 1024px) {
    .page__resources--main .post,
    .page__blog--main .post,
    .page__practices--main .post,
    .page__practices--map .post,
    .page__practices--listings .post {
      max-width: calc(50% - 20px); } }
  @media only screen and (max-width: 479px) {
    .page__resources--main .post,
    .page__blog--main .post,
    .page__practices--main .post,
    .page__practices--map .post,
    .page__practices--listings .post {
      max-width: calc(100% - 20px); } }
  .page__resources--main .post--blog,
  .page__blog--main .post--blog,
  .page__practices--main .post--blog,
  .page__practices--map .post--blog,
  .page__practices--listings .post--blog {
    border: 1px solid #CCDDE3; }
  @media only screen and (max-width: 479px) {
    .page__resources--main .post--resources, .page__resources--main .post--resource,
    .page__blog--main .post--resources,
    .page__blog--main .post--resource,
    .page__practices--main .post--resources,
    .page__practices--main .post--resource,
    .page__practices--map .post--resources,
    .page__practices--map .post--resource,
    .page__practices--listings .post--resources,
    .page__practices--listings .post--resource {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px; } }

.announcement-banner--title, .announcement-banner--content {
  font-size: 14px;
  line-height: 26px;
  margin: 5px 10px; }
  @media only screen and (max-width: 1024px) {
    .announcement-banner--title, .announcement-banner--content {
      margin: 0 auto;
      font-size: 12px; }
      .announcement-banner--title:first-child, .announcement-banner--content:first-child {
        margin-top: 5px; }
      .announcement-banner--title:last-child, .announcement-banner--content:last-child {
        margin-bottom: 7px; } }
  @media only screen and (max-width: 767px) {
    .announcement-banner--title, .announcement-banner--content {
      text-align: left;
      display: block; } }

.announcement-banner--title {
  font-weight: 800; }

.announcement-banner--content {
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .announcement-banner--content {
      line-height: 16px; } }

.announcement-banner .slide {
  padding: 5px 0;
  box-sizing: border-box;
  position: relative; }
  .announcement-banner .slide a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .announcement-banner .slide * {
    color: #ffffff; }
  .announcement-banner .slide.dark {
    background-color: #003442; }
  .announcement-banner .slide.medium {
    background-color: #0FA6B6; }
  .announcement-banner .slide.light {
    background-color: #8ED8F8; }
  .announcement-banner .slide.yellow {
    background-color: #F4D35E; }
    .announcement-banner .slide.yellow * {
      color: #1B2426; }

.block--button,
.button-wrapper {
  text-align: left; }

.link {
  color: #F79321;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none; }
  .link:hover {
    color: #3AB7B9; }

.permalink-square {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  background-color: #F5EADC;
  text-decoration: none;
  color: #F79321; }
  .permalink-square:hover {
    color: #ffffff;
    background-color: #F79321; }

@media only screen and (max-width: 767px) {
  .button-wrapper li,
  .block--buttons li {
    width: 100%;
    display: block; }
    .button-wrapper li a,
    .block--buttons li a {
      margin-bottom: 0 !important; }
  .button-wrapper a,
  .block--buttons a {
    width: 100%; }
    .button-wrapper a:not(:last-child),
    .block--buttons a:not(:last-child) {
      margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .block--buttons li,
  .button-wrapper li,
  .block--downloads li {
    width: 100%; } }

.block--buttons li:not(:last-child),
.button-wrapper li:not(:last-child),
.block--downloads li:not(:last-child) {
  margin-bottom: 10px; }

.block--buttons ul:not(:last-child),
.button-wrapper ul:not(:last-child),
.block--downloads ul:not(:last-child) {
  margin-bottom: 25px; }

.block--buttons p *,
.button-wrapper p *,
.block--downloads p * {
  display: inline !important; }

.block--buttons p,
.button-wrapper p,
.block--downloads p {
  font-size: 12px;
  line-height: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .block--buttons p,
    .button-wrapper p,
    .block--downloads p {
      font-size: 14px;
      margin-bottom: 35px; } }
  .block--buttons p a,
  .button-wrapper p a,
  .block--downloads p a {
    font-weight: bold;
    text-decoration: none;
    color: #F79321; }
    .block--buttons p a:hover,
    .button-wrapper p a:hover,
    .block--downloads p a:hover {
      color: #3AB7B9; }

.button {
  text-decoration: none;
  border: 1px solid #F79321;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.07em;
  border-radius: 9999px;
  padding: 18px 20px;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 220px;
  vertical-align: middle; }
  .button:not(:last-child) {
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .button {
      padding-left: 10px;
      padding-right: 10px; } }
  .button[type="submit"] {
    padding: 11.5px 60px;
    font-size: 14px;
    transition: all 0.2s ease-in-out; }
  .button:hover {
    border-color: #3AB7B9; }
  .button.bordered, .button.border {
    border: 1px solid #F79321;
    color: #F79321; }
    .button.bordered:hover, .button.border:hover {
      color: #3AB7B9;
      border-color: #3AB7B9; }
    .button.bordered:disabled, .button.bordered.disabled, .button.border:disabled, .button.border.disabled {
      cursor: not-allowed;
      color: #DADADA;
      border-color: #DADADA; }
      .button.bordered:disabled:hover, .button.bordered.disabled:hover, .button.border:disabled:hover, .button.border.disabled:hover {
        color: #DADADA;
        border-color: #DADADA; }
  .button:not(.bordered):not(.border) {
    color: #ffffff;
    background-color: #F79321; }
    .button:not(.bordered):not(.border).hover-white:hover {
      background-color: #ffffff; }
    .button:not(.bordered):not(.border):hover {
      background-color: #3AB7B9; }
    .button:not(.bordered):not(.border):disabled, .button:not(.bordered):not(.border).disabled {
      cursor: not-allowed;
      color: #9EA29D;
      background-color: #DADADA; }
      .button:not(.bordered):not(.border):disabled:hover, .button:not(.bordered):not(.border).disabled:hover {
        color: #9EA29D;
        background-color: #DADADA; }
    .button:not(.bordered):not(.border).download {
      font-size: 14px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      text-align: left !important;
      padding: 9px 50px 9px 25px;
      min-width: 240px;
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 19px 17px;
      background-image: url(img/global/download.svg); }

.breadcrumbs {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #003442;
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 20px; } }
  .breadcrumbs a {
    color: #003442;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #F79321; }
  .breadcrumbs * {
    margin-bottom: 0; }
  .breadcrumbs .breadcrumb_last {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis; }

.page__practices--map .page__filter {
  border: 1px solid #DADADA;
  box-sizing: border-box;
  padding: 20px; }
  .page__practices--map .page__filter:not(:last-child) {
    margin-bottom: 25px; }

.page__practices--map .marker-filter {
  list-style: none;
  padding: 0;
  margin: 0; }
  .page__practices--map .marker-filter li {
    position: relative;
    padding: 0 0; }
  .page__practices--map .marker-filter .filter-box {
    position: relative;
    padding: 11px 0;
    min-height: 35px; }
    .page__practices--map .marker-filter .filter-box:first-child {
      padding-top: 0; }
    .page__practices--map .marker-filter .filter-box:last-child {
      padding-bottom: 0; }
    .page__practices--map .marker-filter .filter-box input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      cursor: pointer;
      opacity: 0;
      z-index: 3;
      width: 100%;
      height: 100%; }
      .page__practices--map .marker-filter .filter-box input + label {
        z-index: 2;
        display: block;
        padding: 0 0 0 50px;
        text-align: left;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.3;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif; }
        .page__practices--map .marker-filter .filter-box input + label span {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 33px;
          box-sizing: border-box;
          border: 1px solid #F79321;
          text-align: center;
          font-size: 14px;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          letter-spacing: -0.024em;
          color: #F79321;
          transition: all 0.2s ease-in-out;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          padding: 0;
          margin: 0;
          border-radius: 999px; }
      .page__practices--map .marker-filter .filter-box input:hover + label span {
        background-color: #3AB7B9;
        border-color: #3AB7B9;
        color: #ffffff; }
      .page__practices--map .marker-filter .filter-box input:checked + label span {
        background-color: #F79321;
        color: #ffffff; }

.page__filters.mobile {
  display: none;
  margin-bottom: 30px; }
  .page__filters.mobile h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .page__filters.mobile {
      display: block; } }

.searchandfilter h4 {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #2B3743;
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .searchandfilter h4 {
      font-size: 14px;
      color: #2B3743;
      line-height: 1.9;
      margin-bottom: 5px; } }

.searchandfilter ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .searchandfilter ul li {
    position: relative; }
    .searchandfilter ul li.sf-level-0 ul {
      display: none !important; }

.searchandfilter > ul > li {
  box-sizing: border-box;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .searchandfilter > ul > li {
      border: 1px solid #DADADA;
      box-sizing: border-box;
      padding: 20px; }
      .searchandfilter > ul > li:not(:last-child) {
        margin-bottom: 25px; }
      .searchandfilter > ul > li[data-sf-field-input-type="select"] {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .searchandfilter > ul > li:not(:last-child) {
      margin-bottom: 15px; }
    .searchandfilter > ul > li[data-sf-field-input-type="radio"], .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] {
      display: none; } }
  .searchandfilter > ul > li[data-sf-field-input-type="select"] label {
    display: block;
    width: 100%; }
  .searchandfilter > ul > li[data-sf-field-input-type="radio"] li, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li {
    position: relative;
    padding: 11px 0;
    min-height: 35px; }
    .searchandfilter > ul > li[data-sf-field-input-type="radio"] li:first-child, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li:first-child {
      padding-top: 0; }
    .searchandfilter > ul > li[data-sf-field-input-type="radio"] li:last-child, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li:last-child {
      padding-bottom: 0; }
    .searchandfilter > ul > li[data-sf-field-input-type="radio"] li input, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li input {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      cursor: pointer;
      opacity: 0;
      z-index: 3;
      width: 100%;
      height: 100%; }
      .searchandfilter > ul > li[data-sf-field-input-type="radio"] li input + label, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li input + label {
        z-index: 2;
        display: block;
        padding: 0 0 0 50px;
        text-align: left;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.3;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif; }
        .searchandfilter > ul > li[data-sf-field-input-type="radio"] li input + label span, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li input + label span {
          display: block;
          width: 35px;
          height: 35px;
          line-height: 33px;
          box-sizing: border-box;
          border: 1px solid #F79321;
          text-align: center;
          font-size: 14px;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          letter-spacing: -0.024em;
          color: #F79321;
          transition: all 0.2s ease-in-out;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          padding: 0;
          margin: 0;
          border-radius: 999px; }
      .searchandfilter > ul > li[data-sf-field-input-type="radio"] li input:hover + label span, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li input:hover + label span {
        background-color: #3AB7B9;
        border-color: #3AB7B9;
        color: #ffffff; }
      .searchandfilter > ul > li[data-sf-field-input-type="radio"] li input:checked + label span, .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] li input:checked + label span {
        background-color: #F79321;
        color: #ffffff; }

.searchandfilter label {
  display: block;
  width: 100%; }

.block--form {
  background-color: #F7F4F1;
  padding: 40px 25px;
  box-sizing: border-box; }
  .block--form img {
    display: block;
    margin: 0 auto 20px; }
  @media only screen and (max-width: 767px) {
    .block--form {
      padding: 30px 25px; } }

@media only screen and (max-width: 767px) {
  .container .block--form {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px; } }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_confirmation_message {
  background-color: #F79321;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.06em;
  padding: 10px 30px;
  box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto 30px; }
  .gform_confirmation_message:last-child {
    margin-bottom: 0; }

.gform_wrapper {
  max-width: 320px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .gform_wrapper {
      max-width: 380px; } }
  .gform_wrapper .gfield_label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    color: #424242;
    font-size: 12px; }
  .gform_wrapper .gform_heading {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 767px) {
      .gform_wrapper .gform_heading {
        max-width: 380px; } }
    .gform_wrapper .gform_heading .gform_title {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 800;
      font-family: 'Montserrat', sans-serif;
      color: #003442;
      margin-bottom: 10px; }
      .gform_wrapper .gform_heading .gform_title:last-child {
        margin-bottom: 0; }
    .gform_wrapper .gform_heading .gform_description {
      font-size: 14px;
      line-height: 1.5;
      color: #003442;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif; }
  .gform_wrapper .validation_error {
    background-color: #F79321;
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
    padding: 10px 30px;
    margin-bottom: 30px;
    box-sizing: border-box; }
  .gform_wrapper .gform_body .validation_message {
    color: #F79321;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
    padding: 5px 20px 0;
    box-sizing: border-box; }
  .gform_wrapper .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    .gform_wrapper .gform_body ul li:last-child {
      margin-bottom: 0 !important; }
    .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"]),
    .gform_wrapper .gform_body ul select,
    .gform_wrapper .gform_body ul textarea {
      width: 100%;
      display: block;
      padding: 14px 20px;
      width: 100%;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #424242;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: -0.024em;
      border: 1px solid #DADADA;
      transition: all 0.4s ease-in-out;
      border-radius: 4px; }
      .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"]):hover, .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"]):focus,
      .gform_wrapper .gform_body ul select:hover,
      .gform_wrapper .gform_body ul select:focus,
      .gform_wrapper .gform_body ul textarea:hover,
      .gform_wrapper .gform_body ul textarea:focus {
        border-color: #F79321;
        outline: none !important; }
      .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
      .gform_wrapper .gform_body ul select::-webkit-input-placeholder,
      .gform_wrapper .gform_body ul textarea::-webkit-input-placeholder {
        color: #9EA29D !important;
        font-weight: 500 !important;
        font-family: 'Montserrat', sans-serif !important; }
      .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
      .gform_wrapper .gform_body ul select::-moz-placeholder,
      .gform_wrapper .gform_body ul textarea::-moz-placeholder {
        color: #9EA29D !important;
        font-weight: 500 !important;
        font-family: 'Montserrat', sans-serif !important; }
      .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder,
      .gform_wrapper .gform_body ul select::-ms-input-placeholder,
      .gform_wrapper .gform_body ul textarea::-ms-input-placeholder {
        color: #9EA29D !important;
        font-weight: 500 !important;
        font-family: 'Montserrat', sans-serif !important; }
      .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::placeholder,
      .gform_wrapper .gform_body ul select::placeholder,
      .gform_wrapper .gform_body ul textarea::placeholder {
        color: #9EA29D !important;
        font-weight: 500 !important;
        font-family: 'Montserrat', sans-serif !important; }
    .gform_wrapper .gform_body ul .gfield_radio li,
    .gform_wrapper .gform_body ul .gfield_checkbox li,
    .gform_wrapper .gform_body ul .ginput_container_consent {
      position: relative;
      box-sizing: border-box; }
      .gform_wrapper .gform_body ul .gfield_radio li:not(:last-child),
      .gform_wrapper .gform_body ul .gfield_checkbox li:not(:last-child),
      .gform_wrapper .gform_body ul .ginput_container_consent:not(:last-child) {
        margin-bottom: 10px; }
      .gform_wrapper .gform_body ul .gfield_radio li input[type="checkbox"],
      .gform_wrapper .gform_body ul .gfield_radio li input[type="radio"],
      .gform_wrapper .gform_body ul .gfield_checkbox li input[type="checkbox"],
      .gform_wrapper .gform_body ul .gfield_checkbox li input[type="radio"],
      .gform_wrapper .gform_body ul .ginput_container_consent input[type="checkbox"],
      .gform_wrapper .gform_body ul .ginput_container_consent input[type="radio"] {
        position: absolute;
        outline: none !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 2;
        opacity: 0;
        cursor: pointer; }
        .gform_wrapper .gform_body ul .gfield_radio li input[type="checkbox"] + label,
        .gform_wrapper .gform_body ul .gfield_radio li input[type="radio"] + label,
        .gform_wrapper .gform_body ul .gfield_checkbox li input[type="checkbox"] + label,
        .gform_wrapper .gform_body ul .gfield_checkbox li input[type="radio"] + label,
        .gform_wrapper .gform_body ul .ginput_container_consent input[type="checkbox"] + label,
        .gform_wrapper .gform_body ul .ginput_container_consent input[type="radio"] + label {
          z-index: 1;
          position: relative;
          box-sizing: border-box;
          padding-left: 40px;
          display: block;
          font-size: 12px;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          line-height: 1.3;
          color: #2B3743; }
          .gform_wrapper .gform_body ul .gfield_radio li input[type="checkbox"] + label::after,
          .gform_wrapper .gform_body ul .gfield_radio li input[type="radio"] + label::after,
          .gform_wrapper .gform_body ul .gfield_checkbox li input[type="checkbox"] + label::after,
          .gform_wrapper .gform_body ul .gfield_checkbox li input[type="radio"] + label::after,
          .gform_wrapper .gform_body ul .ginput_container_consent input[type="checkbox"] + label::after,
          .gform_wrapper .gform_body ul .ginput_container_consent input[type="radio"] + label::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 25px;
            box-sizing: border-box;
            border: 1px solid #DADADA;
            background-color: #ffffff;
            transition: all 0.2s ease-in-out; }
        .gform_wrapper .gform_body ul .gfield_radio li input[type="checkbox"]:hover + label::after,
        .gform_wrapper .gform_body ul .gfield_radio li input[type="checkbox"]:checked + label::after,
        .gform_wrapper .gform_body ul .gfield_radio li input[type="radio"]:hover + label::after,
        .gform_wrapper .gform_body ul .gfield_radio li input[type="radio"]:checked + label::after,
        .gform_wrapper .gform_body ul .gfield_checkbox li input[type="checkbox"]:hover + label::after,
        .gform_wrapper .gform_body ul .gfield_checkbox li input[type="checkbox"]:checked + label::after,
        .gform_wrapper .gform_body ul .gfield_checkbox li input[type="radio"]:hover + label::after,
        .gform_wrapper .gform_body ul .gfield_checkbox li input[type="radio"]:checked + label::after,
        .gform_wrapper .gform_body ul .ginput_container_consent input[type="checkbox"]:hover + label::after,
        .gform_wrapper .gform_body ul .ginput_container_consent input[type="checkbox"]:checked + label::after,
        .gform_wrapper .gform_body ul .ginput_container_consent input[type="radio"]:hover + label::after,
        .gform_wrapper .gform_body ul .ginput_container_consent input[type="radio"]:checked + label::after {
          background-color: #3AB7B9; }
    .gform_wrapper .gform_body ul li {
      width: 100%;
      margin-bottom: 10px;
      vertical-align: top; }
      .gform_wrapper .gform_body ul li:last-child {
        margin-bottom: 0; }
      .gform_wrapper .gform_body ul li.gfield_error input:not([type="checkbox"]):not([type="radio"]),
      .gform_wrapper .gform_body ul li.gfield_error select,
      .gform_wrapper .gform_body ul li.gfield_error textarea {
        border: 1px solid #F79321; }
  .gform_wrapper .gform_body .gfield_label {
    display: none; }
  .gform_wrapper .gform_footer {
    margin-top: 15px; }
    .gform_wrapper .gform_footer input[type="submit"],
    .gform_wrapper .gform_footer button[type="submit"] {
      display: block;
      width: 100%; }

.pagination {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  min-width: 238px;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .pagination {
      margin-top: 25px;
      margin-bottom: 50px; } }
  .pagination a, .pagination span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-weight: 500;
    color: #424242;
    margin: 0 0;
    text-decoration: none;
    border-radius: 9999px;
    transition: all 0.2s ease-in-out;
    padding: 0 !important; }
    .pagination a:not(.next):not(.prev):not(.previous):not(.dots), .pagination span:not(.next):not(.prev):not(.previous):not(.dots) {
      width: 40px;
      height: 40px;
      background-color: transparent;
      box-sizing: border-box;
      line-height: 0px;
      position: relative;
      transition: all 0s ease-in-out; }
      .pagination a:not(.next):not(.prev):not(.previous):not(.dots) i, .pagination span:not(.next):not(.prev):not(.previous):not(.dots) i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        font-style: normal;
        transition: all 0.2s ease-in-out;
        border-radius: 999px; }
        .pagination a:not(.next):not(.prev):not(.previous):not(.dots) i.underlay, .pagination span:not(.next):not(.prev):not(.previous):not(.dots) i.underlay {
          z-index: 1;
          width: 0%;
          height: 0%;
          background-color: #3AB7B9; }
        .pagination a:not(.next):not(.prev):not(.previous):not(.dots) i.overlay, .pagination span:not(.next):not(.prev):not(.previous):not(.dots) i.overlay {
          z-index: 2;
          background-color: #ffffff; }
      .pagination a:not(.next):not(.prev):not(.previous):not(.dots) i.underlay, .pagination span:not(.next):not(.prev):not(.previous):not(.dots) i.underlay {
        content: '';
        display: block;
        z-index: -1; }
      .pagination a:not(.next):not(.prev):not(.previous):not(.dots):hover, .pagination span:not(.next):not(.prev):not(.previous):not(.dots):hover {
        color: #ffffff;
        border-top: 0 solid #ffffff !important;
        border-bottom: 0 solid #ffffff !important;
        border-left: 0 solid #ffffff !important;
        border-right: 0 solid #ffffff !important; }
        .pagination a:not(.next):not(.prev):not(.previous):not(.dots):hover .overlay, .pagination span:not(.next):not(.prev):not(.previous):not(.dots):hover .overlay {
          transition: all 0.2s ease-in-out; }
        .pagination a:not(.next):not(.prev):not(.previous):not(.dots):hover i.underlay, .pagination span:not(.next):not(.prev):not(.previous):not(.dots):hover i.underlay {
          display: block;
          width: 100%;
          height: 100%; }
  .pagination span.current:not(.next):not(.prev):not(.previous):not(.dots) {
    background-color: #F79321 !important;
    color: #ffffff;
    border-width: 0px !important;
    border-top: 0 solid #ffffff !important;
    border-bottom: 0 solid #ffffff !important;
    border-left: 0 solid #ffffff !important;
    border-right: 0 solid #ffffff !important;
    border: none !important;
    line-height: 40px !important; }
  @media only screen and (max-width: 767px) {
    .pagination {
      padding: 0 40px;
      position: relative; }
      .pagination .prev,
      .pagination .previous {
        left: 10px; }
      .pagination .next {
        right: 10px; } }
  .pagination .next,
  .pagination .prev,
  .pagination .previous {
    width: 23px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    line-height: 0; }
    @media only screen and (max-width: 767px) {
      .pagination .next,
      .pagination .prev,
      .pagination .previous {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; } }
  .pagination .next {
    background-image: url(img/pagination/next.svg); }
    @media only screen and (min-width: 768px) {
      .pagination .next {
        margin-left: 15px; } }
  .pagination .prev,
  .pagination .previous {
    background-image: url(img/pagination/previous.svg); }
    @media only screen and (min-width: 768px) {
      .pagination .prev,
      .pagination .previous {
        margin-right: 15px; } }

.post-pagination {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .post-pagination {
      margin-bottom: 56px; } }
  .post-pagination .icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }
  .post-pagination a {
    color: #F79321;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    letter-spacing: -.02em;
    text-decoration: none; }
    .post-pagination a .post-pagination--previous {
      background-image: url(img/pagination/post-previous.svg); }
    .post-pagination a .post-pagination--next {
      background-image: url(img/pagination/post-next.svg); }
    .post-pagination a:hover .post-pagination--previous {
      left: -5px; }
    .post-pagination a:hover .post-pagination--next {
      right: -5px; }
    @media only screen and (max-width: 767px) {
      .post-pagination a {
        padding-top: 25px;
        position: relative;
        display: block;
        width: 100%; } }
  .post-pagination--previous, .post-pagination--next {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 23px;
    height: 12px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .post-pagination--previous, .post-pagination--next {
        display: block;
        position: absolute;
        top: 0; } }
  @media only screen and (max-width: 767px) {
    .post-pagination--previous {
      left: 0; }
    .post-pagination--next {
      right: 0; } }
  .post-pagination .f-left {
    text-align: left; }
  .post-pagination .r-right {
    text-align: right; }

div.post {
  outline: none;
  transition: all 0.2s ease-in-out;
  margin: 0 auto; }
  div.post * {
    outline: none; }
  div.post--blog {
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
    div.post--blog .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    div.post--blog:hover {
      box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
    div.post--blog__information {
      font-size: 12px;
      line-height: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #888888;
      margin-bottom: 10px;
      transition: all 0.2s ease-in-out; }
    div.post--blog__header {
      margin-bottom: 48px; }
      div.post--blog__header h5 {
        color: #424242;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 16px !important; }
        div.post--blog__header h5 a {
          color: inherit;
          text-decoration: none;
          transition: all 0.2s ease-in-out; }
    div.post--blog__footer {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px; }
      div.post--blog__footer:before, div.post--blog__footer:after {
        content: " ";
        display: table; }
      div.post--blog__footer:after {
        clear: both; }
      div.post--blog__footer .f-left,
      div.post--blog__footer .f-right {
        max-width: 48%; }
      div.post--blog__footer .f-left {
        color: #A0A2A0 !important;
        font-size: 10px;
        line-height: 22px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif; }
      div.post--blog__footer .f-right {
        opacity: 0.5;
        transition: all 0.2s ease-in-out; }
        div.post--blog__footer .f-right ul {
          position: relative;
          z-index: 10;
          list-style: none;
          padding: 0;
          margin: 0;
          text-align: right;
          display: block;
          width: 100%;
          font-size: 0;
          line-height: 0; }
        div.post--blog__footer .f-right li {
          vertical-align: middle; }
          div.post--blog__footer .f-right li:not(:last-child) {
            margin-right: 5px; }
        div.post--blog__footer .f-right .icon {
          transition: all 0.2s ease-in-out;
          display: block;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 22px;
          height: 22px;
          display: block; }
    div.post--blog:hover *:not(.f-left) {
      color: #3AB7B9; }
    div.post--blog:hover .f-right {
      opacity: 1 !important; }
      div.post--blog:hover .f-right .icon {
        -webkit-filter: invert(71%) sepia(20%) saturate(1281%) hue-rotate(132deg) brightness(86%) contrast(84%);
                filter: invert(71%) sepia(20%) saturate(1281%) hue-rotate(132deg) brightness(86%) contrast(84%); }
  div.post--people .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }
  div.post--people .post--thumbnail {
    display: block;
    width: 100%;
    height: auto;
    max-width: 140px;
    box-sizing: border-box;
    border-radius: 9999px;
    border: 15px solid #E0EEEE;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    div.post--people .post--thumbnail::after {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%; }
  div.post--people:not(.post--people--alt) .post--thumbnail {
    position: relative;
    z-index: 1; }
    div.post--people:not(.post--people--alt) .post--thumbnail::before {
      content: '';
      display: block;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 0;
      width: 1px;
      background-color: #E0EEEE;
      position: absolute;
      transition: all 0.1s ease-in-out; }
  div.post--people:not(.post--people--alt).active .post--thumbnail::before {
    height: 150px; }
  div.post--people:not(.post--people--alt).active .post--people--initial h4,
  div.post--people:not(.post--people--alt).active .post--people--initial p {
    opacity: 0; }
  div.post--people--alt {
    text-align: left; }
    div.post--people--alt .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    div.post--people--alt:before, div.post--people--alt:after {
      content: " ";
      display: table; }
    div.post--people--alt:after {
      clear: both; }
    div.post--people--alt:hover .post {
      text-align: left; }
      div.post--people--alt:hover .post--content a {
        color: #3AB7B9; }
      div.post--people--alt:hover .post--thumbnail {
        border-color: #3AB7B9; }
        div.post--people--alt:hover .post--thumbnail .bio {
          opacity: 1; }
    div.post--people--alt .post--thumbnail {
      float: left;
      position: relative;
      overflow: hidden;
      max-width: 80px;
      border: 7px solid #E0EEEE;
      transition: all 0.2s ease-in-out; }
      div.post--people--alt .post--thumbnail .bio {
        transition: all 0.2s ease-in-out;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        opacity: 0;
        background-color: rgba(58, 183, 185, 0.5); }
        div.post--people--alt .post--thumbnail .bio i {
          font-style: normal;
          font-weight: bold;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          color: #ffffff;
          font-size: 15px;
          line-height: 1.2;
          font-weight: bold; }
    div.post--people--alt .post--content {
      float: right;
      width: calc(100% - 100px);
      display: block;
      padding-top: 15px;
      text-align: left; }
      div.post--people--alt .post--content h5 {
        margin-bottom: 5px;
        text-align: left; }
      div.post--people--alt .post--content p {
        margin-bottom: 0;
        text-align: left; }
  div.post--resources {
    position: relative;
    margin-bottom: 20px; }
    div.post--resources .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    div.post--resources:hover .post--resources__thumbnail {
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
      div.post--resources:hover .post--resources__thumbnail > .thumbnail {
        top: 0;
        left: 0;
        right: 0; }
    div.post--resources:hover * {
      color: #3AB7B9 !important; }
    div.post--resources .post--resources__thumbnail {
      background-color: #EFEAE5 !important; }
    div.post--resources__thumbnail {
      display: block;
      position: relative;
      z-index: 4;
      padding-bottom: 73%;
      display: block;
      width: 100%;
      background-color: #EFEAE5;
      overflow: hidden;
      border-radius: 4px;
      margin-bottom: 10px;
      transition: all 0.2s ease-in-out;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
      div.post--resources__thumbnail ul {
        display: block;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 20px;
        padding: 15px 10px;
        border-radius: 0 0 999px 999px;
        background-color: #26C0BC; }
        div.post--resources__thumbnail ul .icon {
          display: block;
          width: 20px;
          height: 20px;
          position: static;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
          div.post--resources__thumbnail ul .icon:not(.no-filter) {
            -webkit-filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(289deg) brightness(106%) contrast(104%);
                    filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(289deg) brightness(106%) contrast(104%); }
        div.post--resources__thumbnail ul li {
          margin-bottom: 15px;
          display: none; }
          div.post--resources__thumbnail ul li:last-child {
            margin-bottom: 0; }
          div.post--resources__thumbnail ul li:nth-child(1), div.post--resources__thumbnail ul li:nth-child(2) {
            display: block; }
      div.post--resources__thumbnail > a {
        position: absolute;
        z-index: 3;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      div.post--resources__thumbnail > .thumbnail {
        position: absolute;
        backgorund-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        display: block;
        transition: all 0.5s ease-in-out;
        bottom: 0;
        top: 35px;
        left: 25px;
        right: 25px;
        background-color: #ffffff; }
    div.post--resources__resources {
      font-size: 12px;
      line-height: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #888888;
      margin-bottom: 10px;
      transition: all 0.2s ease-in-out; }
    div.post--resources__information {
      font-size: 12px;
      line-height: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #888888;
      margin-bottom: 10px;
      transition: all 0.2s ease-in-out; }
    div.post--resources__header h5 {
      color: #424242;
      font-weight: 500;
      margin-bottom: 0;
      font-size: 16px !important; }
      div.post--resources__header h5 a {
        color: inherit;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
    div.post--resources__footer {
      margin-top: 5px;
      display: block;
      width: 100%;
      position: relative;
      z-index: 10; }
      div.post--resources__footer li {
        display: inline-block;
        vertical-align: top; }
        div.post--resources__footer li:not(:last-child)::after {
          content: ' - ';
          margin-right: 3px; }
      div.post--resources__footer a {
        color: #99AFA8 !important;
        font-size: 12px;
        line-height: 24px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        letter-spacing: -0.02em;
        transition: all 0.2s ease-in-out; }
  div.post--practice {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #CCDDE3;
    border-radius: 4px; }
    div.post--practice .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    @media only screen and (max-width: 767px) {
      div.post--practice {
        padding: 25px; } }
    div.post--practice:hover {
      box-shadow: 0px 0px 10px 0px rgba(153, 175, 168, 0.66); }
      div.post--practice:hover .post--practice__thumbnail > .thumbnail {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      div.post--practice:hover * {
        color: #3AB7B9 !important; }
    div.post--practice .post--practice__thumbnail {
      background-color: #ffffff !important; }
    div.post--practice__thumbnail {
      display: block;
      position: relative;
      padding-bottom: 73%;
      display: block;
      width: 100%;
      background-color: #EFEAE5;
      overflow: hidden;
      border: 1px solid #DADADA;
      box-sizing: border-box;
      margin-bottom: 15px;
      background-color: #F2F4F4; }
      div.post--practice__thumbnail ul {
        display: block;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 20px;
        padding: 15px 10px;
        border-radius: 0 0 999px 999px;
        background-color: #26C0BC; }
        div.post--practice__thumbnail ul .icon {
          display: block;
          width: 20px;
          height: 20px;
          position: static;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(289deg) brightness(106%) contrast(104%);
                  filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(289deg) brightness(106%) contrast(104%); }
        div.post--practice__thumbnail ul li {
          margin-bottom: 15px;
          display: none; }
          div.post--practice__thumbnail ul li:last-child {
            margin-bottom: 0; }
          div.post--practice__thumbnail ul li:nth-child(1), div.post--practice__thumbnail ul li:nth-child(2) {
            display: block; }
      div.post--practice__thumbnail > a {
        position: absolute;
        z-index: 3;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      div.post--practice__thumbnail > .thumbnail {
        position: absolute;
        backgorund-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        display: block;
        transition: all 0.5s ease-in-out;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-color: #ffffff; }
    div.post--practice__resources {
      font-size: 12px;
      line-height: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #888888;
      margin-bottom: 10px;
      transition: all 0.2s ease-in-out; }
    div.post--practice__information {
      font-size: 11px;
      line-height: 24px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #888888;
      margin-bottom: 10px;
      letter-spacing: -0.019em;
      transition: all 0.2s ease-in-out; }
    div.post--practice__header h5 {
      color: #424242;
      font-weight: 500;
      margin-bottom: 0;
      font-size: 16px !important; }
      div.post--practice__header h5 a {
        color: inherit;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
    div.post--practice__footer {
      margin-top: 5px;
      display: block;
      width: 100%; }
      div.post--practice__footer a {
        color: #99AFA8 !important;
        font-size: 12px;
        line-height: 24px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        letter-spacing: -0.02em;
        transition: all 0.2s ease-in-out; }
  div.post--resource-external {
    text-align: left;
    box-sizing: border-box;
    padding: 20px 75px 20px 25px;
    width: 100%;
    background-color: #F7F6F5;
    position: relative;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
    div.post--resource-external .overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    div.post--resource-external:hover {
      background-color: #ffffff;
      box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
      div.post--resource-external:hover * {
        color: #3AB7B9; }
      div.post--resource-external:hover .icon {
        background-image: url("img/global/weblink-blue.svg"); }
    div.post--resource-external a {
      z-index: 3;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    div.post--resource-external h5 {
      display: block;
      width: 100%;
      text-align: left;
      margin-bottom: 0 !important;
      transition: all 0.2s ease-in-out; }
    div.post--resource-external .icon {
      display: block;
      position: absolute;
      top: 50%;
      right: 25px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: contain;
      background-repeat: no-repeat;
      width: 21px;
      height: 21px;
      background-image: url("img/global/weblink-orange.svg");
      transition: all 0.2s ease-in-out; }

.modal-wrap {
  margin: 0 20px 50px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 2;
  width: calc(100% - 40px) !important; }
  .modal-wrap:last-child {
    margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .modal-wrap {
      width: calc(100% + 50px) !important;
      margin: 50px -25px !important; } }
  .modal-wrap .modal-content {
    width: 100% !important;
    display: block;
    margin: 0 auto !important; }
    .modal-wrap .modal-content .post--people--expanded {
      display: block; }
  .modal-wrap .modal-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-close {
        right: 40px; } }
    .modal-wrap .modal-close::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all 0.2s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 16px;
      height: 16px;
      display: block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("img/people/close.svg"); }
    .modal-wrap .modal-close:hover {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.post--people {
  cursor: pointer; }
  .post--people--initial {
    text-align: center; }
    .post--people--initial .post--thumbnail {
      margin: 0 auto 18px; }
      @media only screen and (max-width: 767px) {
        .post--people--initial .post--thumbnail {
          max-width: 130px;
          margin-bottom: 15px; } }
    .post--people--initial h4 {
      font-size: 20px;
      line-height: 25px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      display: block;
      margin-bottom: 10px;
      color: #2B3743;
      transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .post--people--initial h4 {
          font-size: 16px;
          margin-bottom: 0; } }
    .post--people--initial p {
      transition: all 0.2s ease-in-out;
      margin-bottom: 0;
      font-size: 16px;
      margin-bottom: 0;
      line-height: 25px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      color: #424242; }
      @media only screen and (max-width: 767px) {
        .post--people--initial p {
          font-size: 12px; } }
  .post--people--expanded {
    display: none; }
    .post--people--expanded .f-left,
    .post--people--expanded .f-right {
      min-height: 430px;
      box-sizing: border-box;
      padding: 30px;
      width: calc(50% - 1px);
      position: relative; }
      @media only screen and (max-width: 767px) {
        .post--people--expanded .f-left,
        .post--people--expanded .f-right {
          padding: 30px 40px; } }
      @media only screen and (max-width: 767px) {
        .post--people--expanded .f-left,
        .post--people--expanded .f-right {
          width: 100%;
          display: block;
          width: 100%;
          min-height: 0; } }
    .post--people--expanded .f-left {
      background-color: #E0EEEE; }
      .post--people--expanded .f-left:last-child {
        width: 100%; }
    .post--people--expanded .f-right {
      background-color: #F2F4F4; }
    .post--people--expanded__content,
    .post--people--expanded__content * {
      font-size: 14px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.6; }
      .post--people--expanded__content:last-child,
      .post--people--expanded__content *:last-child {
        margin-bottom: 0; }
    .post--people--expanded__links {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: calc(100% - 60px); }
      @media only screen and (max-width: 767px) {
        .post--people--expanded__links {
          position: static;
          display: block;
          width: 100%; } }
      .post--people--expanded__links * {
        color: #F79321;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.6; }
        .post--people--expanded__links * a:hover {
          color: #3AB7B9; }
          .post--people--expanded__links * a:hover .icon {
            background-image: url("img/global/weblink-blue.svg"); }
      .post--people--expanded__links a {
        font-family: 'Montserrat', sans-serif; }
        .post--people--expanded__links a .icon {
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          width: 21px;
          height: 21px;
          transition: all 0.2s ease-in-out;
          vertical-align: middle;
          margin-top: -6px;
          margin-left: 5px;
          background-image: url("img/global/weblink-orange.svg"); }
      @media only screen and (min-width: 768px) {
        .post--people--expanded__links li:not(:last-child) {
          padding-right: 20px;
          margin-right: 20px;
          position: relative; }
          .post--people--expanded__links li:not(:last-child)::after {
            content: '';
            height: 20px;
            display: block;
            width: 1px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-color: #9EA29D; } }
      @media only screen and (max-width: 767px) {
        .post--people--expanded__links li:first-child {
          display: block;
          width: 100%;
          text-align: left;
          margin-bottom: 17px; }
        .post--people--expanded__links li:not(:first-child) {
          padding-right: 20px;
          margin-right: 20px;
          position: relative; }
          .post--people--expanded__links li:not(:first-child):not(:last-child)::after {
            content: '';
            height: 20px;
            display: block;
            width: 1px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-color: #9EA29D; } }
    .post--people--expanded__posts-link {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media only screen and (max-width: 767px) {
        .post--people--expanded__posts-link {
          position: static;
          display: block; } }
      .post--people--expanded__posts-link a {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 2;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        display: block;
        width: 100%;
        text-align: left;
        color: #F79321;
        text-decoration: none;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .post--people--expanded__posts-link a {
            font-size: 12px; } }
        .post--people--expanded__posts-link a:hover {
          color: #3AB7B9; }
    .post--people--expanded__posts h4 {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .post--people--expanded__posts h4 {
          margin-bottom: 40px; } }
    .post--people--expanded__posts ul {
      margin-bottom: 70px; }
      @media only screen and (max-width: 767px) {
        .post--people--expanded__posts ul {
          margin-bottom: 40px; } }
    .post--people--expanded__posts li span {
      font-size: 12px;
      line-height: 2;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      display: block;
      width: 100%;
      text-align: left;
      color: #1B2426; }
    .post--people--expanded__posts li a {
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 2;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      display: block;
      width: 100%;
      text-align: left;
      color: #F2760C;
      text-decoration: none; }
      .post--people--expanded__posts li a:hover {
        color: #3AB7B9; }
    .post--people--expanded__posts li:not(:last-child) {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .post--people--expanded__posts li:not(:last-child) {
          margin-bottom: 30px; } }

.row-posts .col-md-6 {
  margin-bottom: 30px; }
  .row-posts .col-md-6 .post-container {
    min-height: 550px;
    background: white; }
    .row-posts .col-md-6 .post-container .post-inner {
      padding-bottom: 20px;
      border: 1px solid #F5EADC; }
      .row-posts .col-md-6 .post-container .post-inner a {
        text-decoration: none; }
      .row-posts .col-md-6 .post-container .post-inner .post-image {
        height: 220px;
        position: relative; }
        .row-posts .col-md-6 .post-container .post-inner .post-image img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .row-posts .col-md-6 .post-container .post-inner .post-date {
        margin-top: 18px;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
        display: flex; }
        .row-posts .col-md-6 .post-container .post-inner .post-date p {
          font-size: 13px; }
        .row-posts .col-md-6 .post-container .post-inner .post-date p.post-cat {
          background: white;
          padding: 5px 20px;
          border-radius: 50px;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 12px;
          border: 1px solid #F5EADC;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
      .row-posts .col-md-6 .post-container .post-inner .post-content {
        padding-left: 25px;
        padding-right: 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 300px; }
        @media only screen and (max-width: 600px) {
          .row-posts .col-md-6 .post-container .post-inner .post-content {
            height: auto; } }
        .row-posts .col-md-6 .post-container .post-inner .post-content h3 {
          font-size: 25px;
          letter-spacing: -0.43px;
          line-height: 32px;
          text-align: left; }
        .row-posts .col-md-6 .post-container .post-inner .post-content p {
          text-align: justify;
          letter-spacing: -0.40px; }
      .row-posts .col-md-6 .post-container .post-inner .post-links {
        display: flex;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px; }
        .row-posts .col-md-6 .post-container .post-inner .post-links .button-link {
          text-decoration: none;
          border: 1px solid #f79321;
          font-size: 16px;
          line-height: 23px;
          font-weight: 600;
          border-radius: 9999px;
          padding: 8px 10px;
          box-sizing: border-box;
          max-width: 100%;
          text-align: center;
          display: inline-block;
          zoom: 1;
          min-width: 130px;
          vertical-align: middle;
          background: #f79321;
          color: #fff;
          margin-top: auto; }
        .row-posts .col-md-6 .post-container .post-inner .post-links .button-link:not(.bordered):not(.border):hover {
          background-color: #3AB7B9;
          border: 1px solid #3AB7B9; }
        .row-posts .col-md-6 .post-container .post-inner .post-links .cat-link {
          border: 1px solid #f79321;
          font-size: 16px;
          line-height: 23px;
          font-weight: 600;
          border-radius: 9999px;
          padding: 8px 10px;
          box-sizing: border-box;
          max-width: 100%;
          text-align: center;
          display: inline-block;
          zoom: 1;
          min-width: 130px;
          vertical-align: middle;
          background: #ffffff;
          color: #f79321;
          margin-top: auto; }

.link-block--main {
  overflow: hidden; }

.signposts {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px; }
  .signposts:before, .signposts:after {
    content: " ";
    display: table; }
  .signposts:after {
    clear: both; }
  .signposts--listings,
  .signposts > ul {
    font-size: 0;
    line-height: 0;
    text-align: center; }
  .signposts--single {
    overflow: hidden;
    padding: 30px;
    display: block;
    box-sizing: border-box;
    margin: 0 10px 20px;
    min-height: 350px;
    display: block;
    position: relative;
    max-width: calc(100% - 20px);
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border: 1px solid #F5EADC;
    background-color: #ffffff;
    text-align: left; }
    .signposts--single:hover .signposts--image .thumbnail,
    .signposts--single:hover.fill .signposts--image .thumbnail {
      bottom: 0 !important;
      right: 0 !important;
      top: 0 !important;
      left: 0 !important; }
    .signposts--single:hover .button {
      background-color: #3AB7B9;
      border-color: #3AB7B9; }
    .signposts--single.dark-bg {
      background-color: #F2F4F4; }
    .signposts--single.fill .thumbnail {
      top: 10px !important;
      right: 0 !important;
      bottom: 0 !important; }
    @media only screen and (max-width: 1024px) {
      .signposts--single {
        min-height: 300px; } }
    @media only screen and (max-width: 767px) {
      .signposts--single {
        padding: 25px;
        min-height: 280px; } }
    .signposts--single .button {
      padding-left: 35px;
      padding-right: 35px;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .signposts--single .button {
          padding-left: 10px;
          padding-right: 10px; } }
    .signposts--single .button-wrapper {
      position: absolute;
      bottom: 30px;
      left: 30px;
      z-index: 3; }
    .signposts--single h2 {
      display: block;
      width: 100%;
      margin-bottom: 45px;
      font-weight: 500; }
      .signposts--single h2:last-child {
        margin-bottom: 0 !important; }
      @media only screen and (max-width: 767px) {
        .signposts--single h2 {
          margin-bottom: 10px !important;
          font-family: 'Montserrat', sans-serif; }
          .signposts--single h2:last-child {
            margin-bottom: 280px !important; } }
    .signposts--single p,
    .signposts--single .signposts--content {
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500;
      max-width: 280px; }
    @media only screen and (max-width: 767px) {
      .signposts--single .signposts--content:last-child {
        margin-bottom: 280px !important; } }
    .signposts--single .thumbnail.mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      .signposts--single .thumbnail.mobile {
        display: block; }
      .signposts--single .thumbnail.desktop {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .signposts--single.large {
        min-height: 560px;
        padding-left: 60px; } }
    .signposts--single.large h2 {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      font-weight: 500;
      font-size: 60px;
      line-height: 1.3;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif; }
      @media only screen and (max-width: 1024px) {
        .signposts--single.large h2 {
          font-size: 45px; } }
      @media only screen and (max-width: 767px) {
        .signposts--single.large h2 {
          margin-bottom: 15px !important;
          font-size: 30px; } }
      .signposts--single.large h2:last-child {
        margin-bottom: 0 !important; }
      @media only screen and (min-width: 768px) {
        .signposts--single.large h2 {
          padding-top: 40px; } }
    .signposts--single.large p,
    .signposts--single.large .signposts--content {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 500;
      max-width: 430px;
      font-family: 'Montserrat', sans-serif; }
      @media only screen and (max-width: 767px) {
        .signposts--single.large p,
        .signposts--single.large .signposts--content {
          max-width: 100%; } }
    @media only screen and (min-width: 768px) {
      .signposts--single.large .signposts--content {
        margin-bottom: 60px; }
      .signposts--single.large .button-wrapper {
        position: static; }
        .signposts--single.large .button-wrapper .button {
          min-width: 220px; } }
    .signposts--single.large .wrap {
      max-width: 430px; }
    .signposts--single .wrap {
      position: relative;
      z-index: 2; }
  .signposts--image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .signposts--image .thumbnail {
      display: block;
      bottom: 15px;
      right: 15px;
      top: 15px;
      left: 15px;
      position: absolute;
      transition: all 0.5s ease-in-out;
      background-size: contain;
      background-position: bottom right; }
      .signposts--image .thumbnail:hover {
        bottom: 0;
        right: 0;
        top: 0;
        left: 0; }
    @media only screen and (max-width: 767px) {
      .signposts--image {
        width: calc(100% - 50px) !important;
        left: 25px !important;
        right: 25px !important;
        bottom: 95px !important; } }
  @media only screen and (max-width: 767px) {
    .signposts--single.overlay-link .max-wrap h1, .signposts--single.overlay-link .max-wrap h2,
    .signposts--single.overlay-link .wrap h1,
    .signposts--single.overlay-link .wrap h2 {
      margin-bottom: 0 !important; }
    .signposts--single.overlay-link .signposts--image {
      bottom: 20px !important; } }
  .signposts--content {
    margin-bottom: 105px; }
  .signposts--full {
    width: 100%; }
    .signposts--full .wrap {
      width: 40%;
      max-width: 325px; }
      @media only screen and (max-width: 1024px) {
        .signposts--full .wrap {
          width: 75%; } }
      @media only screen and (max-width: 767px) {
        .signposts--full .wrap {
          width: 100%;
          max-width: 100%; } }
    .signposts--full p,
    .signposts--full .signposts--content {
      font-size: 14px;
      line-height: 1.7;
      font-weight: 500;
      max-width: 330px; }
    .signposts--full .signposts--image {
      width: 55%;
      left: auto; }
      @media only screen and (max-width: 1024px) {
        .signposts--full .signposts--image {
          width: 75%; } }
      @media only screen and (max-width: 767px) {
        .signposts--full .signposts--image {
          bottom: 95px;
          left: 25px;
          right: 25px;
          height: 140px;
          top: auto;
          width: 100%;
          height: 200px !important;
          top: auto !important; }
          .signposts--full .signposts--image .thumbnail {
            background-position: center center;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .signposts--full .signposts--content {
        margin-bottom: 120px;
        max-width: 100%; }
      .signposts--full .button-wrapper {
        width: calc(100% - 60px); }
      .signposts--full .button {
        display: block;
        width: 100%; } }
  .signposts--third .signposts--image, .signposts--two-third .signposts--image, .signposts--half .signposts--image {
    top: 70px; }
    @media only screen and (max-width: 767px) {
      .signposts--third .signposts--image, .signposts--two-third .signposts--image, .signposts--half .signposts--image {
        top: 65px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        height: 200px !important;
        top: auto !important; }
        .signposts--third .signposts--image .thumbnail, .signposts--two-third .signposts--image .thumbnail, .signposts--half .signposts--image .thumbnail {
          background-position: center center;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .signposts--third.fill .signposts--image, .signposts--two-third.fill .signposts--image, .signposts--half.fill .signposts--image {
      top: 0 !important; }
      .signposts--third.fill .signposts--image .thumbnail, .signposts--two-third.fill .signposts--image .thumbnail, .signposts--half.fill .signposts--image .thumbnail {
        top: 10px !important;
        right: 0 !important;
        bottom: 0 !important; } }
  @media only screen and (max-width: 1024px) {
    .signposts--third, .signposts--two-third, .signposts--half {
      width: calc(100% - 20px); }
      .signposts--third.overlay-link .block--buttons, .signposts--two-third.overlay-link .block--buttons, .signposts--half.overlay-link .block--buttons {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0; }
        .signposts--third.overlay-link .block--buttons a, .signposts--two-third.overlay-link .block--buttons a, .signposts--half.overlay-link .block--buttons a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 100%;
          z-index: 10;
          opacity: 0; }
      .signposts--third:not(.overlay-link) .block--buttons, .signposts--two-third:not(.overlay-link) .block--buttons, .signposts--half:not(.overlay-link) .block--buttons {
        left: 25px;
        right: 25px;
        bottom: 25px;
        width: calc(100% - 50px); }
        .signposts--third:not(.overlay-link) .block--buttons a, .signposts--two-third:not(.overlay-link) .block--buttons a, .signposts--half:not(.overlay-link) .block--buttons a {
          width: 100%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .signposts--third:not(.overlay-link) .signposts--image, .signposts--two-third:not(.overlay-link) .signposts--image, .signposts--half:not(.overlay-link) .signposts--image {
      top: 38px;
      bottom: 42px; } }
  @media only screen and (min-width: 1025px) {
    .signposts--third {
      width: calc(45% - 20px); }
    .signposts--two-third {
      width: calc(55% - 20px); }
    .signposts--half {
      width: calc(50% - 20px); } }
  .signposts--alt {
    width: calc(100% - 20px);
    min-height: 336px;
    height: auto;
    border: none;
    box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, 0.015); }
    @media only screen and (max-width: 767px) {
      .signposts--alt {
        margin-bottom: 25px !important; }
        .signposts--alt:last-child {
          margin-bottom: 0 !important; } }
    @media only screen and (min-width: 768px) {
      .signposts--alt {
        width: calc(50% - 20px); } }
    @media only screen and (min-width: 1025px) {
      .signposts--alt {
        width: calc(25% - 20px); } }
    .signposts--alt:hover .signposts--image .thumbnail {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .signposts--alt a {
      position: absolute;
      z-index: 3;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .signposts--alt .wrap {
      position: absolute;
      max-width: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      padding: 20px 25px;
      z-index: 2; }
      .signposts--alt .wrap h3,
      .signposts--alt .wrap h2 {
        color: #ffffff;
        font-size: 25px;
        line-height: 1.3;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0 !important; }
        @media only screen and (max-width: 767px) {
          .signposts--alt .wrap h3,
          .signposts--alt .wrap h2 {
            font-size: 25px;
            margin-bottom: 0 !important; }
            .signposts--alt .wrap h3:last-child,
            .signposts--alt .wrap h2:last-child {
              margin-bottom: 0 !important; } }
    .signposts--alt .signposts--image {
      top: 0 !important;
      top: 0 !important;
      left: 0 !important;
      bottom: 0 !important;
      right: 0 !important;
      width: 100% !important;
      height: 100% !important;
      z-index: 1; }
      .signposts--alt .signposts--image::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: black;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.501838) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
      .signposts--alt .signposts--image .thumbnail {
        background-position: center center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        z-index: 1; }

@media only screen and (max-width: 767px) {
  .signposts-block {
    padding: 40px 0 !important; } }

.signposts-block .block--header, .signposts-block--header, .signposts-block--title, .signposts-block.block--title {
  margin-bottom: 80px; }
  .signposts-block .block--header *:last-child, .signposts-block--header *:last-child, .signposts-block--title *:last-child, .signposts-block.block--title *:last-child {
    margin-bottom: 0px; }
  @media only screen and (max-width: 1024px) {
    .signposts-block .block--header, .signposts-block--header, .signposts-block--title, .signposts-block.block--title {
      margin-bottom: 56px; } }
  @media only screen and (max-width: 767px) {
    .signposts-block .block--header, .signposts-block--header, .signposts-block--title, .signposts-block.block--title {
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .signposts-block .block--header h1, .signposts-block .block--header h2, .signposts-block .block--header h3, .signposts-block .block--header h4, .signposts-block--header h1, .signposts-block--header h2, .signposts-block--header h3, .signposts-block--header h4, .signposts-block--title h1, .signposts-block--title h2, .signposts-block--title h3, .signposts-block--title h4, .signposts-block.block--title h1, .signposts-block.block--title h2, .signposts-block.block--title h3, .signposts-block.block--title h4 {
      font-size: 20px !important;
      display: block;
      text-align: center;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; } }

div.social {
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 0; }
  div.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: left; }
  div.social li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-right: 20px; }
  div.social a {
    font-size: 17px;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #F79321;
    border-radius: 999px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      div.social a {
        font-size: 17px; } }
    div.social a i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      line-height: 1;
      font-size: inherit; }
    div.social a:hover {
      background: #2AD3CF;
      color: #ffffff; }

.share {
  display: block;
  width: 100%;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .share {
      text-align: center; } }
  .share--title {
    margin-bottom: 24px; }
    .share--title *:last-child {
      margin-bottom: 0; }
    .share--title * {
      font-size: 20px;
      line-height: 1.25;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      display: block;
      color: #2B3743; }
  .share--list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0;
    line-height: 0; }
    @media only screen and (max-width: 767px) {
      .share--list ul {
        text-align: center !important; } }
  .share--list li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    position: relative; }
    .share--list li:nth-child(1) {
      z-index: 1; }
    .share--list li:nth-child(2) {
      z-index: 2; }
    .share--list li:nth-child(3) {
      z-index: 3; }
    .share--list li:nth-child(4) {
      z-index: 4; }
    .share--list li:nth-child(5) {
      z-index: 5; }
    @media only screen and (min-width: 768px) {
      .share--list li:hover:not(:last-child) {
        margin-right: 11px; }
      .share--list li:hover:not(:first-child) {
        margin-left: 5px; }
      .share--list li:not(:first-child) {
        margin-left: -6px; } }
    @media only screen and (max-width: 767px) {
      .share--list li {
        margin: 0 8px; }
        .share--list li:first-child {
          margin-left: 0; }
        .share--list li:last-child {
          margin-right: 0; } }
    .share--list li a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 9999px;
      position: relative;
      background-color: red; }
      .share--list li a.twitter {
        background-color: #07BAFF; }
        .share--list li a.twitter i {
          background-image: url(img/share/twitter.svg); }
      .share--list li a.facebook {
        background-color: #5C80BB; }
        .share--list li a.facebook i {
          background-image: url(img/share/facebook.svg); }
      .share--list li a.linkedin {
        background-color: #4C5991; }
        .share--list li a.linkedin i {
          background-image: url(img/share/linkedin.svg); }
      .share--list li a.print {
        background-color: #F79321; }
        .share--list li a.print i {
          background-image: url(img/share/printer.svg); }
      .share--list li a.email {
        background-color: #3AB7B9; }
        .share--list li a.email i {
          background-image: url(img/share/envelope.svg); }
      .share--list li a i {
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center center;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.topics--list .title {
  display: none;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  width: 100%;
  float: none; }
  @media only screen and (max-width: 767px) {
    .topics--list .title {
      display: block; } }

.topics--list .show-more {
  display: none;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .topics--list .show-more {
      display: block; } }
  .topics--list .show-more a {
    text-decoration: none;
    color: #F79321;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; }
    .topics--list .show-more a.active, .topics--list .show-more a:hover {
      color: #3AB7B9; }
    .topics--list .show-more a i.icon {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 6px;
      background-image: url("img/global/more.svg");
      margin-top: -3px;
      transition: all 0.2s ease-in-out; }
    .topics--list .show-more a:hover i.icon {
      background-image: url("img/global/more-hover.svg"); }
    .topics--list .show-more a.active:hover {
      color: #F79321; }
    .topics--list .show-more a.active i.icon {
      background-image: url("img/global/less.svg"); }
    .topics--list .show-more a.active:hover i.icon {
      background-image: url("img/global/less-hover.svg"); }

.topics--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 767px) {
    .topics--list ul {
      margin-left: -8px;
      margin-right: -8px;
      width: calc(100% + 16px); }
      .topics--list ul li {
        display: none !important; }
        .topics--list ul li:nth-child(1), .topics--list ul li:nth-child(2), .topics--list ul li:nth-child(3), .topics--list ul li:nth-child(4) {
          display: inline-block !important; }
      .topics--list ul.full li {
        display: inline-block !important; } }
  .topics--list ul li {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #F5EADC;
    background-color: #ffffff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0); }
    .topics--list ul li:hover {
      border-color: #3AB7B9;
      border-radius: 4px;
      box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
    @media only screen and (max-width: 767px) {
      .topics--list ul li {
        width: calc(50% - 18px);
        margin: 0 8px 16px; } }
    .topics--list ul li a {
      color: #53565a; }
      .topics--list ul li a:hover {
        color: #3AB7B9; }
    .topics--list ul li span {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle; }

.term--single {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 27px;
  position: relative;
  text-align: left;
  height: 90px;
  transition: all 0.2s ease-in-out; }
  .term--single.with-image {
    padding: 0 27px 0 85px; }
  @media only screen and (max-width: 767px) {
    .term--single {
      height: 110px;
      padding: 0 5px !important;
      text-align: center; } }
  .term--single .cell,
  .term--single .table {
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .term--single .cell,
      .term--single .table {
        vertical-align: bottom; } }
  .term--single:hover .term--label {
    color: #3AB7B9; }
  .term--single:hover .term--icon {
    -webkit-filter: invert(71%) sepia(20%) saturate(1281%) hue-rotate(132deg) brightness(86%) contrast(84%);
            filter: invert(71%) sepia(20%) saturate(1281%) hue-rotate(132deg) brightness(86%) contrast(84%); }

.term--icon {
  position: absolute;
  left: 27px;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .term--icon {
      left: 50%;
      top: 20px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.term--label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .term--label {
      margin-bottom: 20px;
      font-size: 14px;
      height: 32px; } }

#menu-topics li {
  position: relative; }
  #menu-topics li a {
    text-decoration: none; }
    #menu-topics li a span.term--label {
      min-height: 90px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 600px) {
        #menu-topics li a span.term--label {
          align-items: flex-end;
          justify-content: center; } }
  #menu-topics li .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    height: 0; }
    #menu-topics li .sub-menu li {
      width: 99%;
      margin-bottom: 0px; }
      #menu-topics li .sub-menu li a {
        padding: 0 19px 0 19px; }
        #menu-topics li .sub-menu li a span {
          font-size: 14px; }
      #menu-topics li .sub-menu li:hover {
        border-color: unset;
        border-radius: 0px;
        border: 1px solid #F5EADC;
        box-shadow: unset; }
  #menu-topics li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
    height: auto; }
    @media only screen and (max-width: 600px) {
      #menu-topics li:hover .sub-menu {
        display: none; } }

#menu-topics .menu-parent-item-submenu:after {
  content: "+";
  position: absolute;
  right: 13px;
  top: 40px;
  z-index: 9;
  color: #53565a;
  font-size: 20px;
  -webkit-transform: translate(0px, 4px);
          transform: translate(0px, 4px); }
  @media only screen and (max-width: 600px) {
    #menu-topics .menu-parent-item-submenu:after {
      display: none; } }

@-webkit-keyframes fade_in_show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fade_in_show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* ==========================================================================
   6.2 Custom Block Styles
   ========================================================================== */
.block--accordion {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .block--accordion {
      margin-bottom: 0 !important; } }
  .block--accordion .accordion--sidebar .button {
    width: 100%; }
  .block--accordion .accordion--main:first-child:not(.with-sidebar) {
    max-width: 780px;
    float: none;
    margin: 0 auto; }
  .block--accordion .accordion--mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .block--accordion .accordion--mobile {
        display: block;
        padding-top: 35px; } }
    .block--accordion .accordion--mobile .block--download {
      margin-bottom: 35px; }
    .block--accordion .accordion--mobile .block--form {
      width: 100%;
      margin: 0 auto 36px; }
  .block--accordion .accordion--page_title {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .block--accordion .accordion--page_title {
        display: none !important; } }
  .block--accordion .accordion--close {
    clear: both;
    display: none;
    padding: 15px 10px;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    background-color: #F5EADC;
    text-align: center;
    margin-bottom: 50px;
    font-size: 10px; }
    .block--accordion .accordion--close strong {
      color: #424242; }
    .block--accordion .accordion--close span {
      color: #BCBABA; }
    .block--accordion .accordion--close i.icon {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      width: 9px;
      height: 9px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(img/accordion/cross.svg);
      margin-right: 10px;
      margin-top: -2px; }
    @media only screen and (max-width: 767px) {
      .block--accordion .accordion--close {
        display: block; } }
  .block--accordion .accordion--mobile {
    display: none;
    width: 100%; }
    .block--accordion .accordion--mobile a {
      display: block;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .block--accordion .accordion--mobile {
        display: block; } }
  .block--accordion .accordion--navigation {
    position: relative;
    padding: 50px 20px 50px 0; }
    .block--accordion .accordion--navigation:not(:last-child) {
      margin-bottom: 20px; }
    .block--accordion .accordion--navigation::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50vw;
      border: 1px solid #DADADA;
      z-index: 1; }
    .block--accordion .accordion--navigation > * {
      position: relative;
      z-index: 2; }
    .block--accordion .accordion--navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left; }
    .block--accordion .accordion--navigation li {
      display: block;
      margin-bottom: 30px;
      transition: all 0.2s ease-in-out;
      color: #1E261B; }
      .block--accordion .accordion--navigation li:last-child {
        margin-bottom: 0; }
      .block--accordion .accordion--navigation li a {
        color: #1E261B;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.2s ease-in-out; }
        .block--accordion .accordion--navigation li a:hover {
          color: #F79321; }
      .block--accordion .accordion--navigation li.active a {
        color: #F79321; }
    .block--accordion .accordion--navigation + .page__resources-single--mobile .block--downloads h5 {
      margin-bottom: 10px;
      color: #F79321;
      font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .block--accordion .accordion--section {
      display: block !important; }
      .block--accordion .accordion--section > h2 {
        margin-bottom: 25px; }
      .block--accordion .accordion--section .accordion--sections {
        display: block !important; }
        .block--accordion .accordion--section .accordion--sections > div {
          margin-bottom: 70px;
          clear: both; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .block--accordion .accordion--section .accordion--sections > div {
          margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .block--accordion .accordion--section:last-child > h2:last-child {
      margin-bottom: 50px; }
    .block--accordion .accordion--section:last-child .accordion--close {
      margin-bottom: 0 !important; }
    .block--accordion .accordion--section > h2 {
      margin-bottom: 40px;
      font-size: 20px;
      color: #F79321;
      position: relative;
      display: block;
      box-sizing: border-box;
      padding-right: 20px;
      transition: all 0.2s ease-in-out; }
      .block--accordion .accordion--section > h2::after {
        display: block;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 10px;
        height: 6px;
        background-image: url(img/tabbed-sections/open-hover.svg);
        transition: all 0.2s ease-in-out; }
      .block--accordion .accordion--section > h2:hover {
        color: #3AB7B9; }
        .block--accordion .accordion--section > h2:hover::after {
          background-image: url(img/tabbed-sections/open.svg); }
      .block--accordion .accordion--section > h2.active {
        color: #3AB7B9;
        margin-bottom: 30px; }
        .block--accordion .accordion--section > h2.active::after {
          background-image: url(img/tabbed-sections/closed-hover.svg); }
        .block--accordion .accordion--section > h2.active:hover {
          color: #F79321; }
          .block--accordion .accordion--section > h2.active:hover::after {
            background-image: url(img/tabbed-sections/closed.svg); }
    .block--accordion .accordion--section .accordion--sections > div {
      margin-bottom: 30px; }
      .block--accordion .accordion--section .accordion--sections > div:last-of-type {
        margin-bottom: 30px; }
        .block--accordion .accordion--section .accordion--sections > div:last-of-type.section--iframe {
          margin-bottom: 5px; } }
  .block--accordion .sticky {
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .block--accordion .sticky {
        display: none; } }
  .block--accordion.with-sidebar .container:before, .block--accordion.with-sidebar .container:after {
    content: " ";
    display: table; }
  .block--accordion.with-sidebar .container:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .block--accordion.with-sidebar .accordion--sidebar {
      width: 280px;
      float: left; }
    .block--accordion.with-sidebar .accordion--main {
      width: calc(100% - 300px);
      float: right;
      max-width: 780px; } }

/*
* Content Blocks:;
*	1. General Content
*	2. Iframe Content
*	3. Slider Content
*	4. Accordion Content
*	5. Statistics Content
*	6. Quote Content
*	7. Related Content
*
*
*/
/*
*	1. General Content
*/
@media only screen and (min-width: 980px) {
  .section--content img.alignright {
    float: right;
    padding-left: 100px; } }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    .section--content img.alignright {
      padding-left: 50px; } }

@media only screen and (min-width: 980px) {
  .section--content img.alignleft {
    float: left;
    padding-right: 100px; } }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    .section--content img.alignleft {
      padding-right: 50px; } }

@media only screen and (max-width: 979px) {
  .section--content img {
    margin: 25px auto;
    display: block;
    float: none; } }

/*
*	2. Iframe Content
*/
.section--iframe {
  height: 75vh;
  width: 100%;
  display: block;
  position: relative; }
  .section--iframe iframe {
    height: 75vh;
    width: 100%; }

/*
*	3. Tabs Content
*/
/*
*	4. Slider Content
*/
@media only screen and (max-width: 767px) {
  .section--slider .section--buttons .button.download {
    text-align: center !important;
    border-color: #F79321 !important;
    background-color: #ffffff !important;
    color: #F79321 !important;
    padding: 23px 20px !important;
    display: block;
    background-image: none !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important; }
    .section--slider .section--buttons .button.download:hover {
      color: #ffffff;
      background-color: #F79321 !important; } }

.section--slider .slider {
  margin-bottom: 15px; }
  .section--slider .slider--description {
    margin-bottom: 35px; }
  .section--slider .slider--title {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .section--slider .slider--title {
        text-align: center;
        font-size: 14px;
        font-weight: bold; } }
  .section--slider .slider--indicator {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #2B3743; }
  .section--slider .slider--controls {
    font-size: 0;
    line-height: 0; }
    @media only screen and (max-width: 767px) {
      .section--slider .slider--controls {
        text-align: center; } }
    .section--slider .slider--controls .ib {
      vertical-align: middle;
      margin: 0 7.5px; }
      .section--slider .slider--controls .ib:first-child {
        margin-left: 0; }
      .section--slider .slider--controls .ib:last-child {
        margin-right: 0; }
    .section--slider .slider--controls button {
      display: block;
      width: 25px;
      height: 25px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin: 0;
      padding: 0;
      border: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-sizing: border-box;
      box-shadow: none;
      opacity: 0.5;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .section--slider .slider--controls button {
          width: 36px;
          height: 36px;
          opacity: 1; } }
      .section--slider .slider--controls button:hover {
        opacity: 1; }
      .section--slider .slider--controls button.previous {
        background-image: url(img/slider/prev.svg); }
      .section--slider .slider--controls button.next {
        background-image: url(img/slider/next.svg); }
  .section--slider .slider .slide img {
    max-height: 50vh;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.section--slider .slider-wrap {
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 15px 15px 20px 15px;
  border: 1px solid #3AB7B9;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .section--slider .slider-wrap {
      padding: 10px 10px 25px 10px; } }

/*
*	5. Accordion
*/
.section--accordion__key {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #F7F6F5;
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .section--accordion__key--legend {
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px; }
    .section--accordion__key--legend:before, .section--accordion__key--legend:after {
      content: " ";
      display: table; }
    .section--accordion__key--legend:after {
      clear: both; }
    .section--accordion__key--legend h5 {
      display: block;
      clear: both;
      font-weight: bold;
      padding-bottom: 30px;
      margin-bottom: 0; }
    .section--accordion__key--legend__icons {
      width: 140px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .section--accordion__key--legend__icons {
          width: 100%;
          max-width: 100%;
          float: none; }
          .section--accordion__key--legend__icons:not(:last-child) {
            margin-bottom: 30px; } }
      @media only screen and (min-width: 768px) {
        .section--accordion__key--legend__icons li {
          margin-bottom: 20px; } }
    .section--accordion__key--legend__ratings {
      width: calc(100% - 140px);
      max-width: 530px;
      float: right; }
      @media only screen and (max-width: 767px) {
        .section--accordion__key--legend__ratings {
          width: 100%;
          max-width: 100%;
          float: none; } }
  .section--accordion__key--text {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif; }
    .section--accordion__key--text * {
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      font-family: 'Montserrat', sans-serif;
      color: #424242; }
      .section--accordion__key--text * a {
        font-family: 'Montserrat', sans-serif;
        color: #F79321;
        font-weight: bold;
        text-decoration: none; }
        .section--accordion__key--text * a:hover {
          color: #3AB7B9; }
      .section--accordion__key--text *:last-child {
        margin-bottom: 0; }
    .section--accordion__key--text a {
      font-family: 'Montserrat', sans-serif;
      color: #F79321;
      font-weight: bold; }
      .section--accordion__key--text a:hover {
        color: #3AB7B9; }

.section--accordion__single {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #F5EADC; }
  .section--accordion__single--title {
    position: relative;
    box-sizing: border-box;
    padding: 40px 25px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-left: 70px;
    padding-right: 230px;
    width: 100%; }
    @media only screen and (max-width: 980px) {
      .section--accordion__single--title {
        font-size: 16px;
        padding: 20px 140px 20px 40px; } }
    @media only screen and (max-width: 600px) {
      .section--accordion__single--title {
        font-size: 16px;
        padding: 20px 90px 20px 40px; } }
  .section--accordion__single--content {
    padding: 20px 25px 20px 70px;
    display: none; }
    @media only screen and (max-width: 980px) {
      .section--accordion__single--content {
        font-size: 16px;
        padding: 20px 50px 20px 40px; } }
    @media only screen and (max-width: 375px) {
      .section--accordion__single--content {
        padding: 0 20px 20px 20px; } }
    .section--accordion__single--content *:last-child {
      margin-bottom: 0; }
  .section--accordion__single--toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: left 25px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-image: url(img/accordion/open.png); }
    @media only screen and (max-width: 980px) {
      .section--accordion__single--toggle {
        background-position: left 15px center;
        background-size: 15px 15px; } }
    .section--accordion__single--toggle.active {
      background-image: url(img/accordion/close.png); }
  .section--accordion__single--score {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0;
    line-height: 0; }
    @media only screen and (max-width: 980px) {
      .section--accordion__single--score {
        right: 20px; } }
    .section--accordion__single--score li {
      margin-right: 25px; }
      @media only screen and (max-width: 600px) {
        .section--accordion__single--score li {
          margin-right: 0;
          display: block !important;
          margin-bottom: 5px;
          width: 60px; } }
      .section--accordion__single--score li:last-child {
        margin-right: 0 !important;
        margin-bottom: 0 !important; }

.section--accordion .icons--qualitative, .section--accordion .icons--quantitative {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }
  @media only screen and (max-width: 980px) {
    .section--accordion .icons--qualitative, .section--accordion .icons--quantitative {
      width: 20px;
      height: 20px; } }

.section--accordion .icons--qualitative {
  background-image: url(img/accordion/qualitative.svg); }
  .section--accordion .icons--qualitative.zero {
    background-image: url(img/accordion/qualitative--zero.svg); }

.section--accordion .icons--quantitative {
  background-image: url(img/accordion/quantitative.svg); }
  .section--accordion .icons--quantitative.zero {
    background-image: url(img/accordion/quantitative--zero.svg); }

.section--accordion .icons--text {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #424242;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .section--accordion .icons--single {
    display: inline-block;
    width: auto; }
    .section--accordion .icons--single:not(:last-child) {
      margin-right: 20px !important; } }

.section--accordion .icons--single .icon:not(:last-child) {
  margin-right: 12px; }

.section--accordion .icons--single .icon:not(:first-child) {
  margin-left: 12px; }

.section--accordion .ratings ul {
  font-size: 0;
  line-height: 0; }

.section--accordion .ratings--single {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: calc(33.333% - 20px); }
  .section--accordion .ratings--single:not(:last-child) {
    margin-right: 30px; }
  @media only screen and (max-width: 767px) {
    .section--accordion .ratings--single {
      display: block;
      width: 100%;
      margin-right: 0 !important; }
      .section--accordion .ratings--single:not(:last-child) {
        margin-bottom: 20px; } }

.section--accordion .ratings--title {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6; }
  .section--accordion .ratings--title .icon {
    margin-right: 10px; }

.section--accordion .ratings--text {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #424242;
  line-height: 1.5; }

.section--accordion .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }
  .section--accordion .icon.rating--three, .section--accordion .icon.rating--two, .section--accordion .icon.rating--one, .section--accordion .icon.score--three, .section--accordion .icon.score--two, .section--accordion .icon.score--one {
    height: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }
    @media only screen and (max-width: 980px) {
      .section--accordion .icon.rating--three, .section--accordion .icon.rating--two, .section--accordion .icon.rating--one, .section--accordion .icon.score--three, .section--accordion .icon.score--two, .section--accordion .icon.score--one {
        height: 3px; } }
  .section--accordion .icon.rating--three, .section--accordion .icon.score--three {
    width: 42px;
    background-image: url(img/accordion/strong.svg); }
    @media only screen and (max-width: 980px) {
      .section--accordion .icon.rating--three, .section--accordion .icon.score--three {
        width: 25px; } }
  .section--accordion .icon.rating--two, .section--accordion .icon.score--two {
    width: 28px;
    background-image: url(img/accordion/promising.svg); }
    @media only screen and (max-width: 980px) {
      .section--accordion .icon.rating--two, .section--accordion .icon.score--two {
        width: 17px; } }
  .section--accordion .icon.rating--one, .section--accordion .icon.score--one {
    width: 10px;
    background-image: url(img/accordion/initial.svg); }
    @media only screen and (max-width: 980px) {
      .section--accordion .icon.rating--one, .section--accordion .icon.score--one {
        width: 6px; } }

/*
*	6. Statistics
*/
.section--statistics {
  overflow: hidden; }
  .section--statistics .statistics--number {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    display: block; }
  .section--statistics .statistics--label,
  .section--statistics .statistics--label * {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    letter-spacing: -0.024em; }
  .section--statistics ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    line-height: 0; }
    .section--statistics ul li {
      vertical-align: top;
      text-align: center;
      box-sizing: border-box;
      padding: 40px 20px 30px;
      background-color: #F7F6F5;
      box-sizing: border-box;
      margin: 0 10px 15px;
      width: calc(25% - 20px); }
      @media only screen and (max-width: 1023px) {
        .section--statistics ul li {
          width: calc(50% - 20px); } }
      @media only screen and (max-width: 479px) {
        .section--statistics ul li {
          width: calc(100% - 20px); } }
      .section--statistics ul li * {
        color: #3AB7B9; }

/*
*	7. Accordion
*/
.section--quote {
  box-sizing: border-box;
  padding: 85px 45px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #F7F4F1; }
  .section--quote p {
    font-size: 20px;
    line-height: 32px;
    color: #0FA6B6;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    position: relative; }
    .section--quote p:last-child {
      margin-bottom: 0; }
  .section--quote p:first-child::before {
    content: '';
    display: block;
    width: 27px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(img/quote/open-quote.png);
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0; }
  .section--quote p:last-child::after {
    content: '';
    display: block;
    width: 27px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(img/quote/close-quote.png);
    position: absolute;
    top: calc(100% + 10px);
    right: 0; }

/*
*	7. Related Content
*/
.section--related-blogs {
  box-sizing: border-box;
  padding: 50px 25px 40px;
  background-color: #F7F6F5; }
  @media only screen and (max-width: 767px) {
    .section--related-blogs {
      width: calc(100% + 50px);
      margin-left: -25px;
      margin-right: -25px;
      padding: 25px; } }
  .section--related-blogs .wrapper {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
    display: block;
    margin: 0 auto; }
    .section--related-blogs .wrapper .block--header {
      margin-bottom: 40px;
      width: calc(50% - 10px); }
      @media only screen and (max-width: 1023px) {
        .section--related-blogs .wrapper .block--header {
          width: 100%;
          text-align: center; } }
    .section--related-blogs .wrapper .section {
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
      .section--related-blogs .wrapper .section .slide {
        padding: 10px 0; }
      .section--related-blogs .wrapper .section .post {
        width: calc(100% - 20px);
        margin: 0 auto; }
      .section--related-blogs .wrapper .section .slick-dots {
        margin-top: 20px; }
        .section--related-blogs .wrapper .section .slick-dots button {
          border-color: #17647E; }
        .section--related-blogs .wrapper .section .slick-dots .slick-active button {
          background-color: #17647E; }

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

.image-and-content .container:after {
  clear: both; }

.image-and-content .button-wrapper a {
  margin-bottom: 20px; }

.image-and-content--text h1, .image-and-content--text h2 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .image-and-content--text h1, .image-and-content--text h2 {
      margin-bottom: 25px; } }

.image-and-content--text h1 {
  font-weight: 600; }

.image-and-content--text p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -.028em; }
  @media only screen and (min-width: 768px) {
    .image-and-content--text p + h1,
    .image-and-content--text p + h2 {
      margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  .image-and-content--text:not(:last-child) {
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .image-and-content--text {
    padding-top: 40px;
    float: right;
    width: 49%; }
    .image-and-content--text + .image-and-content--image {
      float: left;
      width: 49%; }
    .image-and-content--text.image-text {
      float: left; }
      .image-and-content--text.image-text + .image-and-content--image {
        float: right; } }

.image-and-content .buttons.mobile {
  display: none;
  margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .image-and-content .buttons.desktop {
    display: none; }
  .image-and-content .buttons.mobile {
    display: block; } }

@media only screen and (max-width: 767px) {
  .image-and-content h2 {
    font-size: 20px; } }

.error404 .image-and-content--text p,
.search .image-and-content--text p {
  font-size: 16px !important; }
  @media only screen and (max-width: 767px) {
    .error404 .image-and-content--text p br,
    .search .image-and-content--text p br {
      display: none !important; } }

@media only screen and (max-width: 767px) {
  .error404 .image-and-content,
  .search .image-and-content {
    margin-bottom: 25px; } }

.copy-block .container {
  max-width: 800px; }

.hero {
  padding-top: 35px;
  overflow: hidden;
  box-sizing: border-box; }
  .hero:last-child {
    margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .hero {
      padding-top: 10px; } }
  .hero .block--header,
  .hero .block--title, .hero--header, .hero--title {
    margin-bottom: 30px; }
    .hero .block--header h1, .hero .block--header h2, .hero .block--header h3, .hero .block--header h4, .hero .block--header h5, .hero .block--header h6,
    .hero .block--title h1,
    .hero .block--title h2,
    .hero .block--title h3,
    .hero .block--title h4,
    .hero .block--title h5,
    .hero .block--title h6, .hero--header h1, .hero--header h2, .hero--header h3, .hero--header h4, .hero--header h5, .hero--header h6, .hero--title h1, .hero--title h2, .hero--title h3, .hero--title h4, .hero--title h5, .hero--title h6 {
      font-weight: 600;
      font-family: 'Montserrat', sans-serif; }
      @media only screen and (max-width: 767px) {
        .hero .block--header h1, .hero .block--header h2, .hero .block--header h3, .hero .block--header h4, .hero .block--header h5, .hero .block--header h6,
        .hero .block--title h1,
        .hero .block--title h2,
        .hero .block--title h3,
        .hero .block--title h4,
        .hero .block--title h5,
        .hero .block--title h6, .hero--header h1, .hero--header h2, .hero--header h3, .hero--header h4, .hero--header h5, .hero--header h6, .hero--title h1, .hero--title h2, .hero--title h3, .hero--title h4, .hero--title h5, .hero--title h6 {
          font-weight: 500; } }
    @media only screen and (max-width: 767px) {
      .hero .block--header,
      .hero .block--title, .hero--header, .hero--title {
        margin-bottom: 20px; } }
    .hero .block--header:last-child,
    .hero .block--title:last-child, .hero--header:last-child, .hero--title:last-child {
      margin-bottom: 0 !important; }
    .hero .block--header *:last-child,
    .hero .block--title *:last-child, .hero--header *:last-child, .hero--title *:last-child {
      margin-bottom: 0; }
    .hero .block--header .icon,
    .hero .block--title .icon, .hero--header .icon, .hero--title .icon {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      font-size: 0;
      line-height: 0;
      margin-right: 20px;
      width: 50px;
      height: 33px;
      margin-top: -3px; }
      @media only screen and (max-width: 767px) {
        .hero .block--header .icon,
        .hero .block--title .icon, .hero--header .icon, .hero--title .icon {
          height: 20px;
          width: 30px;
          margin-right: 10px; } }
  .hero .block--text *:Last-child,
  .hero .block--content *:Last-child, .hero--text *:Last-child, .hero--content *:Last-child {
    margin-bottom: 0; }
  .hero .block--text p,
  .hero .block--content p, .hero--text p, .hero--content p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #1B2426; }
    .hero .block--text p a,
    .hero .block--content p a, .hero--text p a, .hero--content p a {
      color: #F79321;
      text-decoration: none; }
      .hero .block--text p a:hover,
      .hero .block--content p a:hover, .hero--text p a:hover, .hero--content p a:hover {
        color: #3AB7B9; }
    @media only screen and (max-width: 767px) {
      .hero .block--text p,
      .hero .block--content p, .hero--text p, .hero--content p {
        font-size: 16px; } }
  .hero--signposts {
    background-color: #F7F6F5;
    padding-bottom: 100px; }
    @media only screen and (max-width: 1023px) {
      .hero--signposts {
        padding-bottom: 66px; } }
    @media only screen and (max-width: 767px) {
      .hero--signposts {
        padding-bottom: 33px; } }
    .hero--signposts .block--text *:Last-child,
    .hero--signposts .block--content *:Last-child, .hero--signposts--text *:Last-child, .hero--signposts--content *:Last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .hero--signposts .block--text p,
      .hero--signposts .block--content p, .hero--signposts--text p, .hero--signposts--content p {
        font-size: 18px; } }
    .hero--signposts .block--header,
    .hero--signposts .block--title, .hero--signposts--header, .hero--signposts--title {
      margin-bottom: 45px; }
      @media only screen and (max-width: 767px) {
        .hero--signposts .block--header,
        .hero--signposts .block--title, .hero--signposts--header, .hero--signposts--title {
          margin-bottom: 20px; } }
    .hero--signposts .max-wrap {
      max-width: 880px;
      margin-bottom: 45px; }
      @media only screen and (max-width: 767px) {
        .hero--signposts .max-wrap {
          margin-bottom: 40px; } }
  .hero--taxonomy {
    margin-bottom: 50px !important; }
    @media only screen and (max-width: 767px) {
      .hero--taxonomy {
        margin-bottom: 20px !important; }
        .hero--taxonomy .block--header h1,
        .hero--taxonomy .block--title h1, .hero--taxonomy--header h1, .hero--taxonomy--title h1 {
          font-size: 20px !important; } }
  .hero--image {
    background-position: bottom 40px right 60px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 520px; }
    .hero--image .block--text *:Last-child,
    .hero--image .block--content *:Last-child, .hero--image--text *:Last-child, .hero--image--content *:Last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .hero--image .block--text p,
      .hero--image .block--content p, .hero--image--text p, .hero--image--content p {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero--image {
        background-image: none !important;
        min-height: 0px;
        padding-bottom: 30px; } }
    .hero--image .max-wrap {
      width: 48%;
      max-width: 580px; }
      @media only screen and (max-width: 767px) {
        .hero--image .max-wrap {
          max-width: 100%;
          width: 100%; } }
    .hero--image .block--image {
      display: none;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .hero--image .block--image {
          display: block; } }
  .hero--resources {
    margin-bottom: 50px !important; }
    @media only screen and (max-width: 767px) {
      .hero--resources {
        margin-bottom: 25px !important; } }
  .hero--resources-single {
    background-color: #EFEAE5;
    padding-top: 0;
    padding-bottom: 35px;
    position: relative; }
    .hero--resources-single .breadcrumbs {
      margin-top: 30px; }
    .hero--resources-single.nmb {
      margin-bottom: 0 !important; }
    @media only screen and (max-width: 767px) {
      .hero--resources-single {
        margin-bottom: 35px !important;
        padding: 0 0 30px !important; }
        .hero--resources-single .block--header h1,
        .hero--resources-single .block--title h1, .hero--resources-single--header h1, .hero--resources-single--title h1 {
          font-size: 25px !important; } }
    .hero--resources-single .block--header {
      margin-bottom: 100px; }
      .hero--resources-single .block--header h1, .hero--resources-single .block--header h2, .hero--resources-single .block--header h3, .hero--resources-single .block--header h4, .hero--resources-single .block--header h5, .hero--resources-single .block--header h6 {
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .hero--resources-single .block--header h1, .hero--resources-single .block--header h2, .hero--resources-single .block--header h3, .hero--resources-single .block--header h4, .hero--resources-single .block--header h5, .hero--resources-single .block--header h6 {
            font-weight: 500; } }
      @media only screen and (max-width: 767px) {
        .hero--resources-single .block--header {
          margin-bottom: 60px; } }
      .hero--resources-single .block--header .date {
        font-size: 16px;
        line-height: 1.9;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #424242;
        display: block;
        margin-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          .hero--resources-single .block--header .date {
            font-size: 12px;
            line-height: 2.2;
            margin-bottom: 10px;
            font-weight: 500; } }
    @media only screen and (min-width: 768px) {
      .hero--resources-single .wrap,
      .hero--resources-single .max-wrap {
        max-width: 740px;
        width: calc(100% - 420px); } }
    .hero--resources-single .block--downloads .ib:not(:last-child) {
      margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .hero--resources-single .block--downloads .ib {
        width: 100%;
        display: block; } }
    .hero--resources-single .block--downloads .ib .button {
      width: 100%; }
    .hero--resources-single .block--image {
      position: absolute;
      width: 440px;
      bottom: 0;
      right: 90px;
      height: 350px; }
      @media only screen and (max-width: 1400px) {
        .hero--resources-single .block--image {
          right: 20px;
          width: 400px; } }
      @media only screen and (max-width: 767px) {
        .hero--resources-single .block--image {
          display: none; } }
      .hero--resources-single .block--image img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 100%;
        margin: 0 0 0 auto;
        display: block; }
    .hero--resources-single .read {
      margin-bottom: 35px;
      text-align: center;
      font-size: 12px;
      line-height: 2.2;
      padding: 10px 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      background-color: #F2F4F4; }
      @media only screen and (max-width: 767px) {
        .hero--resources-single .read span.hide {
          margin-bottom: 15px;
          display: none; } }
      .hero--resources-single .read a {
        font-weight: bold;
        text-decoration: none;
        color: #F79321; }
    @media only screen and (min-width: 768px) {
      .hero--resources-single + .partners {
        padding-top: 40px; }
        .hero--resources-single + .partners .partners--title {
          width: 25%;
          display: inline-block !important; }
          .hero--resources-single + .partners .partners--title * {
            margin-bottom: 0 !important; }
        .hero--resources-single + .partners .partners--listings {
          width: 75%;
          display: inline-block !important; }
          .hero--resources-single + .partners .partners--listings li {
            width: 25%; }
            .hero--resources-single + .partners .partners--listings li img {
              max-width: 150px;
              display: block;
              margin: 0 auto;
              width: 95%; } }
    @media only screen and (max-width: 767px) {
      .hero--resources-single + .partners {
        padding: 35px 0 0; }
        .hero--resources-single + .partners .partners--title {
          display: block;
          text-align: left;
          margin-bottom: 20px; }
          .hero--resources-single + .partners .partners--title * {
            font-size: 10px;
            line-height: 2.5;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
            color: #2B3743; }
            .hero--resources-single + .partners .partners--title *:last-child {
              margin-bottom: 0; }
        .hero--resources-single + .partners .partners--listings li {
          max-width: 150px; }
          .hero--resources-single + .partners .partners--listings li img {
            margin: 0 auto;
            display: block;
            max-width: 100%;
            height: auto; } }
  .hero--blog {
    background-color: #E0EEEE;
    padding-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .hero--blog {
        padding-bottom: 45px; } }
    .hero--blog .post--blog {
      background-color: #ffffff;
      width: 100%; }
      .hero--blog .post--blog h1, .hero--blog .post--blog h2, .hero--blog .post--blog h3, .hero--blog .post--blog h4, .hero--blog .post--blog h5, .hero--blog .post--blog h6 {
        font-weight: 500;
        font-size: 25px !important;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.3; }
      .hero--blog .post--blog li:not(:last-child) {
        margin-right: 10px; }
      .hero--blog .post--blog li .icon {
        width: 32px;
        height: 32px; }
      .hero--blog .post--blog__information {
        margin-bottom: 15px; }
      .hero--blog .post--blog__header {
        margin-bottom: 40px; }
      .hero--blog .post--blog__footer .f-left {
        font-size: 12px;
        line-height: 32px; }
    .hero--blog--listings {
      margin-top: 40px;
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
      .hero--blog--listings .slider .post {
        vertical-align: top;
        width: calc(100% - 20px);
        margin: 0 10px; }
      .hero--blog--listings .slider .slide {
        padding: 10px 0; }
      .hero--blog--listings .slick-dots button {
        border-color: #17647E; }
      .hero--blog--listings .slick-dots .slick-active button {
        background-color: #17647E; }
  .hero--blog-single {
    background-color: #E0EEEE;
    padding-bottom: 50px;
    margin-bottom: 50px !important; }
    .hero--blog-single .max-wrap,
    .hero--blog-single .wrap {
      max-width: 680px; }
    @media only screen and (max-width: 767px) {
      .hero--blog-single {
        padding-bottom: 40px;
        margin-bottom: 30px !important; } }
    .hero--blog-single .date {
      font-size: 14px;
      line-height: 1.3;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      color: #424242;
      display: block; }
      .hero--blog-single .date:not(:last-child) {
        margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .hero--blog-single .date {
          font-size: 12px;
          line-height: 2.2;
          font-weight: 500; }
          .hero--blog-single .date:not(:last-child) {
            margin-bottom: 10px; } }
    .hero--blog-single .block--header:not(:last-child) {
      margin-bottom: 15px; }
    .hero--blog-single .block--header h1, .hero--blog-single .block--header h2, .hero--blog-single .block--header h3, .hero--blog-single .block--header h4, .hero--blog-single .block--header h5, .hero--blog-single .block--header h6 {
      font-weight: 500;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .hero--blog-single .block--header h1, .hero--blog-single .block--header h2, .hero--blog-single .block--header h3, .hero--blog-single .block--header h4, .hero--blog-single .block--header h5, .hero--blog-single .block--header h6 {
          font-weight: 500;
          font-size: 25px !important; } }
    .hero--blog-single .block--categories {
      margin: 0 auto; }
      .hero--blog-single .block--categories li:not(:last-child) {
        margin-right: 10px; }
      .hero--blog-single .block--categories a {
        color: #F79321;
        text-decoration: none;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 1.6; }
        .hero--blog-single .block--categories a:hover {
          color: #3AB7B9; }
  .hero--practices, .hero--people {
    background-color: #F2F4F4 !important;
    background-position: bottom right !important;
    background-size: contain;
    min-height: 0;
    padding-bottom: 320px;
    position: relative; }
    .hero--practices > .container, .hero--people > .container {
      position: relative;
      z-index: 2; }
    @media only screen and (min-width: 768px) {
      .hero--practices, .hero--people {
        padding-bottom: 50px; }
        .hero--practices .max-wrap, .hero--people .max-wrap {
          max-width: 680px;
          width: 70%; } }
    .hero--practices .block--imagee, .hero--people .block--imagee {
      display: none; }
    @media only screen and (max-width: 767px) {
      .hero--practices, .hero--people {
        overflow: hidden !important;
        background-image: none !important;
        padding-bottom: 1px !important; }
        .hero--practices p, .hero--people p {
          font-size: 16px !important; }
        .hero--practices .max-wrap, .hero--people .max-wrap {
          margin-bottom: 320px; }
        .hero--practices .block--image, .hero--people .block--image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: bottom right; } }
  .hero--people, .hero--video, .hero--image {
    padding-bottom: 50px;
    min-height: 520px;
    box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .hero--practices .block--image {
      left: 80px !important;
      background-position: bottom center !important; } }
  .hero--partners {
    background-color: #F7F6F5 !important;
    background-position: bottom right !important;
    background-size: contain;
    min-height: 470px;
    padding-bottom: 320px;
    position: relative;
    margin-bottom: 50px !important; }
    .hero--partners > .container {
      position: relative;
      z-index: 2; }
    @media only screen and (min-width: 768px) {
      .hero--partners {
        padding-bottom: 50px; }
        .hero--partners .max-wrap {
          max-width: 680px;
          width: 70%; } }
    .hero--partners .block--imagee {
      display: none; }
    @media only screen and (max-width: 767px) {
      .hero--partners {
        margin-bottom: 35px !important;
        background-image: none !important;
        padding-bottom: 0; }
        .hero--partners .max-wrap {
          margin-bottom: 320px; }
        .hero--partners .block--image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: bottom 70px center; } }
  .hero--people {
    margin-bottom: 50px !important;
    position: relative;
    padding-bottom: 110px;
    overflow: visible;
    z-index: 10; }
    .hero--people > .container {
      position: relative;
      z-index: 2; }
    @media only screen and (max-width: 767px) {
      .hero--people {
        background-image: none !important;
        margin-bottom: 35px !important;
        padding-bottom: 50px; }
        .hero--people .block--image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: bottom right; } }
    .hero--people .block--select {
      margin-top: 80px; }
      .hero--people .block--select .ib {
        vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .hero--people .block--select {
          display: none; } }
      .hero--people .block--select h5 {
        margin: 15px 20px 15px 0; }
      .hero--people .block--select .select-group {
        min-width: 322px; }
  .hero--video {
    background-color: #F7F6F5;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .hero--video {
        padding-bottom: 0 !important;
        margin-bottom: 40px !important; } }
    .hero--video .max-wrap {
      width: 49%;
      float: left; }
      @media only screen and (max-width: 767px) {
        .hero--video .max-wrap {
          width: 100%;
          float: none; }
          .hero--video .max-wrap:not(:last-child) {
            margin-bottom: 50px; } }
      .hero--video .max-wrap:last-child {
        max-width: 100%;
        width: 100%; }
      .hero--video .max-wrap + .hero--video--media {
        width: 49%;
        float: right; }
        @media only screen and (max-width: 767px) {
          .hero--video .max-wrap + .hero--video--media {
            width: 100%;
            float: none; } }
    .hero--video .hero--video--media {
      overflow: hidden;
      border-radius: 4px; }
    .hero--video video {
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      height: 370px; }
      @media only screen and (max-width: 767px) {
        .hero--video video {
          width: calc(100% + 50px);
          max-width: calc(100% + 50px);
          margin-left: -25px;
          margin-right: -25px;
          height: auto; } }

section.hero-search {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0 !important;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    section.hero-search {
      padding-bottom: 20px; } }
  section.hero-search h1 {
    font-weight: 600;
    color: #1B2A33;
    font-family: 'Montserrat', sans-serif; }
    section.hero-search h1 span {
      font-size: 16px;
      font-weight: 500;
      font-weight: "HK Nova R", sans-serif;
      line-height: 1.5;
      color: #003442; }
      @media only screen and (max-width: 767px) {
        section.hero-search h1 span {
          display: block; } }
  section.hero-search .block--select {
    display: none; }
    section.hero-search .block--select h5 {
      font-size: 14px;
      line-height: 26px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      section.hero-search .block--select {
        display: block; } }

.hero--video--media,
.person-and-video__video {
  position: relative; }
  .hero--video--media span.video-toggle,
  .person-and-video__video span.video-toggle {
    z-index: 2;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .hero--video--media video,
  .person-and-video__video video {
    position: relative;
    z-index: 1; }

.single-practices .hero {
  background-color: #F2F4F4 !important; }

.showcase {
  padding: 100px 0;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .showcase {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .showcase {
      padding: 40px 0; } }
  .showcase:last-child:not(.showcase--external-resources) {
    margin-bottom: 0 !important; }
  .showcase--blog {
    background-color: #E0EEEE; }
    .showcase--blog .showcase--mobile a {
      color: #17647E; }
      .showcase--blog .showcase--mobile a:hover {
        color: #F79321; }
    .showcase--blog .slick-dots button {
      border-color: #17647E; }
    .showcase--blog .slick-dots .slick-active button {
      background-color: #17647E; }
  .showcase--practices {
    background-color: #F2F4F4; }
    .showcase--practices .showcase--mobile a {
      color: #9EA29D; }
      .showcase--practices .showcase--mobile a:hover {
        color: #F79321; }
    .showcase--practices .slick-dots button {
      border-color: #9EA29D; }
    .showcase--practices .slick-dots .slick-active button {
      background-color: #9EA29D; }
    .showcase--practices .post {
      background-color: #ffffff; }
  .showcase--resources {
    background-color: #F7F4F1; }
    .showcase--resources .showcase--mobile a {
      color: #F2760C; }
      .showcase--resources .showcase--mobile a:hover {
        color: #3AB7B9; }
    .showcase--resources .slick-dots button {
      border-color: #F79321; }
    .showcase--resources .slick-dots .slick-active button {
      background-color: #F79321; }
    @media only screen and (max-width: 767px) {
      .showcase--resources .post--resources {
        text-align: center; }
        .showcase--resources .post--resources__thumbnail {
          margin-bottom: 20px; }
        .showcase--resources .post--resources__footer {
          display: none; } }
  .showcase--external-resources {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
    @media only screen and (max-width: 767px) {
      .showcase--external-resources {
        margin-top: 80px; }
        .showcase--external-resources .block--header {
          margin-bottom: 20px !important; }
          .showcase--external-resources .block--header h1, .showcase--external-resources .block--header h2, .showcase--external-resources .block--header h3, .showcase--external-resources .block--header h4, .showcase--external-resources .block--header h5, .showcase--external-resources .block--header h6 {
            font-size: 20px;
            margin-bottom: 0; } }
    .showcase--external-resources .slide {
      max-width: calc(33.33% - 20px) !important; }
      @media only screen and (min-width: 768px) {
        .showcase--external-resources .slide:nth-child(4n + 4) {
          display: inline-block !important; } }
      @media only screen and (max-width: 767px) {
        .showcase--external-resources .slide {
          max-width: calc(100% - 20px) !important; }
          .showcase--external-resources .slide:last-child {
            margin-bottom: 0 !important; } }
  .showcase .block--header {
    margin-bottom: 50px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .showcase .block--header {
        text-align: center; } }
    .showcase .block--header h1, .showcase .block--header h2, .showcase .block--header h3, .showcase .block--header p {
      margin-bottom: 0; }
    .showcase .block--header p {
      font-size: 12px;
      line-height: 2;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      margin-top: 10px; }
    .showcase .block--header .archive-link {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      tansform: translate(-50%); }
      .showcase .block--header .archive-link * {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin: 0 6px; }
        .showcase .block--header .archive-link *:first-child {
          margin-left: 0; }
        .showcase .block--header .archive-link *:last-child {
          margin-right: 0; }
      .showcase .block--header .archive-link .total {
        color: #1B2426;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif; }
      .showcase .block--header .archive-link .dash {
        height: 1px;
        width: 60px;
        background-color: #1B2426; }
    @media only screen and (max-width: 767px) {
      .showcase .block--header {
        margin-bottom: 30px; }
        .showcase .block--header .archive-link {
          display: block;
          text-align: center;
          position: static; }
          .showcase .block--header .archive-link .link,
          .showcase .block--header .archive-link .dash {
            display: none; }
        .showcase .block--header.slider-title {
          display: block;
          text-align: center; }
          .showcase .block--header.slider-title .archive-link {
            margin-top: 10px;
            display: block;
            text-align: center;
            position: static; } }
  .showcase .slick--dots {
    display: none;
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .showcase .slick--dots {
        display: block; } }
    .showcase .slick--dots button {
      width: 12px;
      height: 12px; }
  .showcase--listings {
    padding-top: 10px; }
    .showcase--listings.slider-wrap {
      width: calc(100% + 20px);
      font-size: 0;
      line-height: 0;
      margin-left: -10px;
      margin-right: -10px; }
    .showcase--listings .list {
      width: calc(100% + 20px);
      font-size: 0;
      line-height: 0;
      margin-left: -10px;
      margin-right: -10px; }
      .showcase--listings .list .slide {
        margin: 0 10px 20px;
        width: calc(100% - 20px);
        max-width: calc(25% - 20px);
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top; }
        @media only screen and (max-width: 1024px) {
          .showcase--listings .list .slide {
            max-width: calc(33.33% - 20px); } }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .showcase--listings .list .slide:nth-child(4n + 4) {
      display: none; } }
        @media only screen and (max-width: 767px) {
          .showcase--listings .list .slide {
            max-width: calc(100% - 20px); } }
    .showcase--listings .slider .slide {
      padding: 10px;
      box-sizing: border-box; }
      .showcase--listings .slider .slide .post {
        margin-bottom: 0; }
  .showcase--mobile {
    display: none;
    text-align: center;
    padding-top: 24px; }
    @media only screen and (max-width: 767px) {
      .showcase--mobile {
        display: block; } }
  .showcase .mobile {
    display: none; }
    .showcase .mobile .post--resources {
      text-align: center; }
      .showcase .mobile .post--resources__footer {
        display: none; }
    .showcase .mobile .block--header {
      text-align: center;
      margin-bottom: 10px; }
      .showcase .mobile .block--header h1, .showcase .mobile .block--header h2, .showcase .mobile .block--header h3, .showcase .mobile .block--header h4, .showcase .mobile .block--header h5, .showcase .mobile .block--header h6 {
        font-size: 25px;
        line-height: 33px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 5px; }
      .showcase .mobile .block--header p,
      .showcase .mobile .block--header .total {
        font-size: 12px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        line-height: 18px;
        margin-bottom: 0; }
  .showcase--links {
    margin-top: 30px; }
    .showcase--links .button {
      padding-left: 50px !important;
      background-position: left 15px center !important;
      background-size: 25px 25px !important;
      background-repeat: no-repeat !important;
      background-image: url(img/global/show-more.svg);
      border-color: #F79321 !important;
      display: inline-block !important;
      padding-right: 15px !important;
      white-space: nowrap; }
      .showcase--links .button:hover {
        background-color: #ffffff !important;
        color: #F79321 !important;
        background-image: url(img/global/show-more-hover.svg) !important; }
      .showcase--links .button.active {
        background-color: #ffffff !important;
        border-color: #F79321 !important;
        color: #F79321 !important;
        background-image: url(img/global/show-less.svg) !important; }
        .showcase--links .button.active:hover {
          color: #ffffff !important;
          background-color: #F79321 !important;
          background-image: url(img/global/show-less-hover.svg) !important; }
    .showcase--links a:not(:last-child) {
      margin-right: 30px; }
  @media only screen and (max-width: 767px) {
    .showcase .desktop {
      display: none; }
    .showcase .mobile {
      display: block !important; } }

body.home .showcase--blog .block--header {
  text-align: left !important; }

@media only screen and (max-width: 767px) {
  .twitter-slider {
    margin-bottom: 0 !important; } }

.twitter-slider .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.twitter-slider .gform_wrapper .gform_body ul select::-webkit-input-placeholder,
.twitter-slider .gform_wrapper .gform_body ul textarea::-webkit-input-placeholder {
  color: #424242 !important; }

.twitter-slider .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.twitter-slider .gform_wrapper .gform_body ul select::-moz-placeholder,
.twitter-slider .gform_wrapper .gform_body ul textarea::-moz-placeholder {
  color: #424242 !important; }

.twitter-slider .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder,
.twitter-slider .gform_wrapper .gform_body ul select::-ms-input-placeholder,
.twitter-slider .gform_wrapper .gform_body ul textarea::-ms-input-placeholder {
  color: #424242 !important; }

.twitter-slider .gform_wrapper .gform_body ul input:not([type="checkbox"]):not([type="radio"])::placeholder,
.twitter-slider .gform_wrapper .gform_body ul select::placeholder,
.twitter-slider .gform_wrapper .gform_body ul textarea::placeholder {
  color: #424242 !important; }

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

.twitter-slider .container:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .twitter-slider .block--form {
    width: calc(50% - 10px);
    float: right; }
    .twitter-slider .block--form + .twitter-slider--main {
      float: left;
      width: calc(50% - 10px); } }

@media only screen and (max-width: 767px) {
  .twitter-slider .table,
  .twitter-slider .cell {
    display: block;
    width: auto;
    height: auto; } }

.twitter-slider--icon {
  display: block;
  margin: 0 auto 15px;
  width: 49px;
  height: 49px;
  background-color: #26C0BC;
  border-radius: 9999px;
  position: relative; }
  .twitter-slider--icon img {
    max-width: 29px;
    max-height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.twitter-slider--handle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 20px; }
  .twitter-slider--handle a {
    text-decoration: none;
    color: #F79321; }
    .twitter-slider--handle a:hover {
      color: #3AB7B9; }

.twitter-slider--main {
  background-color: #A1D9F7;
  padding: 70px 25px 35px;
  background-image: url(img/twitter/logo.svg);
  background-position: top 20px left 5px;
  background-size: 204px 171px;
  background-repeat: no-repeat;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .twitter-slider--main {
      width: calc(100% + 50px);
      margin-left: -25px;
      margin-right: -25px;
      padding: 105px 25px 45px;
      background-position: top 20px left 20px; } }

.twitter-slider--slider {
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 25px 25px 70px;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px; }
  @media only screen and (max-width: 767px) {
    .twitter-slider--slider {
      padding: 25px 20px 50px; } }
  .twitter-slider--slider .slide p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #2B3743;
    margin-bottom: 0; }
    .twitter-slider--slider .slide p a {
      font-weight: bold;
      font-family: 'Montserrat', sans-serif;
      color: #888888;
      text-decoration: none; }
      .twitter-slider--slider .slide p a:hover {
        color: #F79321; }

.link-block:not(.no-bg) {
  background-color: #F7F6F5;
  padding: 100px 0 80px; }
  @media only screen and (max-width: 767px) {
    .link-block:not(.no-bg) {
      padding: 50px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .link-block:not(.no-bg) {
      padding: 25px 0 5px; } }

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

.link-block .container:after {
  clear: both; }

.link-block--main {
  text-align: center; }

.link-block--listings {
  font-size: 0;
  line-height: 0;
  text-align: center; }

.link-block--sidebar {
  width: 270px;
  float: left; }
  @media only screen and (max-width: 767px) {
    .link-block--sidebar {
      float: none;
      width: 100%;
      margin-bottom: 32px; } }
  .link-block--sidebar + .link-block--main {
    width: calc(100% - 290px);
    float: right; }
    @media only screen and (max-width: 767px) {
      .link-block--sidebar + .link-block--main {
        float: none;
        width: 100%; } }

.link-block--header {
  margin-bottom: 35px; }
  .link-block--header *:last-child {
    margin-bottom: 0; }
  .link-block--header h2 a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    color: #F79321;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 15px; }
    .link-block--header h2 a:hover {
      color: #3AB7B9; }

.link-block h2 {
  display: block;
  width: 100%;
  margin-bottom: 45px;
  font-weight: 500; }

.link-block--partners {
  margin-bottom: 20px;
  padding: 42px 30px 65px;
  border: 1px solid #F5EADC;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    .link-block--partners {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .link-block--partners {
      padding: 25px; } }
  .link-block--partners ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0;
    line-height: 0;
    margin-left: -35px;
    margin-right: -35px;
    width: calc(100% + 70px); }
    @media only screen and (max-width: 1024px) {
      .link-block--partners ul {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px); } }
    .link-block--partners ul li {
      max-width: calc(100% - 70px);
      margin: 0 35px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      width: calc(20% - 70px);
      vertical-align: top; }
      @media only screen and (max-width: 1024px) {
        .link-block--partners ul li {
          max-width: calc(100% - 20px);
          width: calc(20% - 20px);
          margin: 0 10px; } }
      @media only screen and (max-width: 880px) and (min-width: 768px) {
        .link-block--partners ul li {
          width: calc(25% - 20px); }
          .link-block--partners ul li:nth-child(5) {
            display: none; } }
      @media only screen and (max-width: 600px) {
        .link-block--partners ul li {
          width: calc(33.3333% - 20px);
          margin-bottom: 20px; }
          .link-block--partners ul li:last-child {
            margin-bottom: 0;
            vertical-align: middle; }
          .link-block--partners ul li img {
            max-width: 100px !important;
            margin: 0 auto; } }
      @media only screen and (max-width: 479px) {
        .link-block--partners ul li {
          width: calc(50% - 20px);
          margin-bottom: 20px; }
          .link-block--partners ul li:last-child {
            margin-bottom: 0;
            vertical-align: middle; }
          .link-block--partners ul li img {
            max-width: 100px !important;
            margin: 0 auto; } }
      .link-block--partners ul li img {
        max-width: 100%;
        display: block;
        height: auto;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        transition: all 0.2s ease-in-out; }
      .link-block--partners ul li:hover img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }

.block--partners {
  clear: both;
  font-size: 0;
  line-height: 0; }
  .block--partners .ib {
    vertical-align: middle; }
  .block--partners .partners--title {
    width: 230px; }
    @media only screen and (max-width: 1023px) {
      .block--partners .partners--title {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .block--partners .partners--title {
        display: none; } }
  .block--partners .partners--listings {
    width: calc(100% - 350px); }
    @media only screen and (max-width: 1023px) {
      .block--partners .partners--listings {
        width: calc(100% - 130px); } }
    @media only screen and (max-width: 767px) {
      .block--partners .partners--listings {
        width: 100%; } }
    .block--partners .partners--listings li {
      width: 33%;
      margin-top: 10px;
      margin-bottom: 10px; }
      .block--partners .partners--listings li img {
        max-width: 150px;
        margin: 0 auto;
        display: block;
        widows: 95%; }
      @media only screen and (max-width: 767px) {
        .block--partners .partners--listings li {
          width: 50%; }
          .block--partners .partners--listings li img {
            max-width: 130px; } }
  .block--partners .partners--link {
    width: 120px; }
    @media only screen and (max-width: 767px) {
      .block--partners .partners--link {
        display: none; } }
    .block--partners .partners--link.listing-link {
      display: none; }
      @media only screen and (max-width: 767px) {
        .block--partners .partners--link.listing-link {
          display: inline-block;
          vertical-align: bottom; } }

#field_2_4 .gfield_label {
  display: block !important; }

.main--contact {
  background-color: #F7F4F1;
  padding-bottom: 115px; }
  @media only screen and (max-width: 767px) {
    .main--contact {
      padding-bottom: 50px; } }
  .main--contact:last-child {
    margin-bottom: 0 !important; }
  .main--contact .contact {
    overflow: hidden; }
    .main--contact .contact--main:before, .main--contact .contact--main:after {
      content: " ";
      display: table; }
    .main--contact .contact--main:after {
      clear: both; }
    .main--contact .contact--form h1, .main--contact .contact--form h2 {
      font-weight: 600;
      font-family: 'Montserrat', sans-serif; }
      @media only screen and (max-width: 767px) {
        .main--contact .contact--form h1, .main--contact .contact--form h2 {
          font-weight: 600;
          font-family: 'Montserrat', sans-serif; } }
    @media only screen and (max-width: 767px) {
      .main--contact .contact--form br {
        display: none; }
      .main--contact .contact--form h3, .main--contact .contact--form h4, .main--contact .contact--form h5 {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        font-family: 'Montserrat', sans-serif; }
        .main--contact .contact--form h3 a, .main--contact .contact--form h4 a, .main--contact .contact--form h5 a {
          font-weight: bold;
          font-family: 'Montserrat', sans-serif; } }
    .main--contact .contact--form h1 a, .main--contact .contact--form h2 a, .main--contact .contact--form h3 a, .main--contact .contact--form h4 a, .main--contact .contact--form h5 a, .main--contact .contact--form h6 a, .main--contact .contact--form p a, .main--contact .contact--form li a {
      color: #F79321; }
      .main--contact .contact--form h1 a:hover, .main--contact .contact--form h2 a:hover, .main--contact .contact--form h3 a:hover, .main--contact .contact--form h4 a:hover, .main--contact .contact--form h5 a:hover, .main--contact .contact--form h6 a:hover, .main--contact .contact--form p a:hover, .main--contact .contact--form li a:hover {
        color: #3AB7B9; }
    @media only screen and (min-width: 768px) {
      .main--contact .contact--form .gform_validation_error .gform_footer {
        bottom: 50px !important; } }
    .main--contact .contact--form .gform_wrapper,
    .main--contact .contact--form .gform_confirmation_message {
      max-width: 100%;
      float: none;
      margin-top: 30px;
      position: relative; }
      .main--contact .contact--form .gform_wrapper .gform_body,
      .main--contact .contact--form .gform_confirmation_message .gform_body {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        font-size: 0;
        line-height: 0; }
      .main--contact .contact--form .gform_wrapper li.gfield,
      .main--contact .contact--form .gform_confirmation_message li.gfield {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top; }
        @media only screen and (min-width: 768px) {
          .main--contact .contact--form .gform_wrapper li.gfield#field_2_1, .main--contact .contact--form .gform_wrapper li.gfield#field_2_2,
          .main--contact .contact--form .gform_confirmation_message li.gfield#field_2_1,
          .main--contact .contact--form .gform_confirmation_message li.gfield#field_2_2 {
            width: calc(50% - 20px); }
          .main--contact .contact--form .gform_wrapper li.gfield#field_2_4,
          .main--contact .contact--form .gform_confirmation_message li.gfield#field_2_4 {
            width: calc(100% - 200px);
            max-width: 340px; } }
      .main--contact .contact--form .gform_wrapper .gform_footer .button,
      .main--contact .contact--form .gform_confirmation_message .gform_footer .button {
        min-width: 0; }
      @media only screen and (min-width: 768px) {
        .main--contact .contact--form .gform_wrapper .gform_footer,
        .main--contact .contact--form .gform_confirmation_message .gform_footer {
          position: absolute;
          bottom: 15px;
          right: 0;
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .main--contact .contact--form .gform_wrapper .gform_footer,
        .main--contact .contact--form .gform_confirmation_message .gform_footer {
          margin-top: 20px; } }
    .main--contact .contact--form:not(:last-child) {
      width: calc(100% - 400px);
      max-width: 680px;
      float: left; }
      @media only screen and (max-width: 980px) {
        .main--contact .contact--form:not(:last-child) {
          width: 100%;
          float: none;
          max-width: 100%;
          display: block; } }
    .main--contact .contact--form + .contact--sidebar {
      float: right;
      width: 380px;
      display: block; }
      @media only screen and (max-width: 980px) {
        .main--contact .contact--form + .contact--sidebar {
          width: 100%;
          float: none; }
          .main--contact .contact--form + .contact--sidebar:not(:first-child) {
            margin-top: 75px; } }
      .main--contact .contact--form + .contact--sidebar p {
        font-size: 14px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.7; }
      .main--contact .contact--form + .contact--sidebar a {
        color: #F79321;
        font-weight: bold;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif; }
        .main--contact .contact--form + .contact--sidebar a:hover {
          color: #3AB7B9; }
      .main--contact .contact--form + .contact--sidebar *:last-child {
        margin-bottom: 0 !important; }

/* ==========================================================================
   6.3 Custom Page Styles
   ========================================================================== */
/*
*
* CATEGORY PAGE STYLES
*
*/
.responsive-layout {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .responsive-layout {
      margin-bottom: 10px !important; } }
  @media only screen and (min-width: 768px) {
    .responsive-layout .container:first-child:not(:last-child) {
      position: relative;
      padding-bottom: 1px;
      margin-bottom: 50px; }
      .responsive-layout .container:first-child:not(:last-child)::after {
        content: '';
        display: block;
        width: 105vw;
        height: 1px;
        background-color: #F5EADC;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .responsive-layout .block--partners {
    margin-bottom: 0 !important; }
    .responsive-layout .block--partners h6 {
      font-size: 12px;
      margin-bottom: 0;
      line-height: 18px; }
    .responsive-layout .block--partners img {
      transition: all 0.2s ease-in-out;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      .responsive-layout .block--partners img:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
  .responsive-layout--subcategories {
    width: 100%;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .responsive-layout--subcategories {
        display: none; } }
    .responsive-layout--subcategories.f-left {
      max-width: 280px; }
      .responsive-layout--subcategories.f-left li {
        width: 100% !important;
        display: block; }
    .responsive-layout--subcategories:not(.f-left) ul {
      width: calc(100% + 10px);
      margin-left: -5px;
      margin-right: -5px;
      font-size: 0;
      line-height: 0;
      text-align: left; }
    .responsive-layout--subcategories:not(.f-left) li {
      width: calc(25% - 10px);
      margin: 0 5px 5px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top; }
      @media only screen and (max-width: 1024px) {
        .responsive-layout--subcategories:not(.f-left) li {
          width: calc(33% - 10px); } }
      @media only screen and (max-width: 767px) {
        .responsive-layout--subcategories:not(.f-left) li {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 479px) {
        .responsive-layout--subcategories:not(.f-left) li {
          width: calc(100% - 10px); } }
    .responsive-layout--subcategories ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      font-size: 0;
      line-height: 0; }
      .responsive-layout--subcategories ul li {
        display: block;
        margin-bottom: 5px;
        text-align: left; }
        .responsive-layout--subcategories ul li a {
          display: block;
          box-sizing: border-box;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
          background-color: #F7F4F1;
          color: #424242;
          border: 1px solid #F7F4F1;
          font-size: 14px;
          line-height: 1.3;
          padding: 22px 55px 22px 20px;
          text-decoration: none;
          position: relative;
          border-radius: 4px;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold; }
          .responsive-layout--subcategories ul li a::after {
            content: '';
            display: block;
            position: absolute;
            width: 17px;
            height: 19px;
            display: block;
            top: 50%;
            right: 24px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(img/subcategory/standard.svg);
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            transition: all 0.2s ease-in-out; }
          .responsive-layout--subcategories ul li a:hover, .responsive-layout--subcategories ul li a.active {
            box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66);
            background-color: #ffffff;
            color: #3AB7B9;
            border-color: #3AB7B9; }
            .responsive-layout--subcategories ul li a:hover::after, .responsive-layout--subcategories ul li a.active::after {
              background-image: url(img/subcategory/hover.svg); }
  .responsive-layout .block--select {
    display: none; }
    @media only screen and (max-width: 767px) {
      .responsive-layout .block--select {
        display: block;
        margin-bottom: 32px; } }
  .responsive-layout--category-description {
    width: 100%;
    margin-bottom: 50px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; }
    @media only screen and (max-width: 1024px) {
      .responsive-layout--category-description {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .responsive-layout--category-description {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6; } }
    .responsive-layout--category-description .title {
      display: block;
      margin-bottom: 15px;
      color: #003442;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.25;
      font-size: 20px; }
    .responsive-layout--category-description .link {
      display: none; }
    @media only screen and (min-width: 768px) {
      .responsive-layout--category-description .title {
        display: none; }
      .responsive-layout--category-description .link {
        display: block; }
      .responsive-layout--category-description.f-right {
        width: calc(100% - 300px);
        max-width: 835px; } }

@media only screen and (max-width: 767px) {
  .showcase:not(.nmb) + .person-and-video {
    margin-top: -50px; } }

@media only screen and (min-width: 768px) {
  .showcase.nmb + .person-and-video {
    margin-top: 100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .showcase.nmb + .person-and-video {
      margin-top: 75px; } }
  @media only screen and (min-width: 768px) and (max-width: 767px) {
    .showcase.nmb + .person-and-video {
      margin-top: 50px; } }

.person-and-video {
  overflow: hidden; }
  .person-and-video .container:before, .person-and-video .container:after {
    content: " ";
    display: table; }
  .person-and-video .container:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .person-and-video__video:not(:last-child) {
      width: calc(57% - 10px);
      float: left; } }
  @media only screen and (min-width: 768px) {
    .person-and-video__video:not(:last-child) + .person-and-video__people {
      width: calc(43% - 10px);
      float: right;
      max-width: 400px; } }
  .person-and-video__video:last-child {
    width: 100%; }
  .person-and-video__video video {
    width: 100%;
    height: auto;
    display: block; }
  @media only screen and (max-width: 767px) {
    .person-and-video__video {
      width: 100%; }
      .person-and-video__video:not(:last-child) {
        margin-bottom: 25px; }
      .person-and-video__video video {
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px; } }
  .person-and-video__people .link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .person-and-video__people--title h4 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif; }
  .person-and-video__people:not(:first-child) {
    border: 1px solid #DADADA;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px 30px;
    min-height: 350px; }
    .person-and-video__people:not(:first-child) .ib {
      display: block;
      width: 100%; }
    .person-and-video__people:not(:first-child) ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left; }
    .person-and-video__people:not(:first-child) li:not(:last-child) {
      margin-bottom: 15px; }
    .person-and-video__people:not(:first-child) .ib {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle; }
    .person-and-video__people:not(:first-child)--title {
      margin-bottom: 45px; }
      .person-and-video__people:not(:first-child)--title *:last-child {
        margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .person-and-video__people {
      border: 1px solid #DADADA;
      background-color: #ffffff;
      box-sizing: border-box;
      padding: 30px 30px;
      min-height: 0px !important; } }
  @media only screen and (max-width: 767px) and (max-width: 374px) {
    .person-and-video__people {
      padding: 30px 10px !important; } }
  @media only screen and (max-width: 767px) {
      .person-and-video__people .ib {
        display: block;
        width: 100%; }
      .person-and-video__people ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left; }
      .person-and-video__people li:not(:last-child) {
        margin-bottom: 15px; }
      .person-and-video__people .link {
        font-size: 12px; }
      .person-and-video__people--title {
        margin-bottom: 35px; }
        .person-and-video__people--title *:last-child {
          margin-bottom: 0; }
      .person-and-video__people:first-child {
        margin-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .person-and-video__people:first-child {
      width: 100%;
      text-align: left;
      border-top: 1px solid #DADADA;
      border-bottom: 1px solid #DADADA;
      padding: 25px 35px;
      font-size: 0; }
      .person-and-video__people:first-child .ib {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle; }
      .person-and-video__people:first-child .person-and-video__people--title {
        margin-bottom: 0;
        width: 20%; }
        .person-and-video__people:first-child .person-and-video__people--title * {
          margin-bottom: 0; }
      .person-and-video__people:first-child .person-and-video__people--listings {
        width: 80%; }
      .person-and-video__people:first-child ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 0;
        line-height: 0; }
        .person-and-video__people:first-child ul li {
          width: 50%;
          display: inline-block;
          zoom: 1;
          *display: inline;
          vertical-align: top;
          box-sizing: border-box;
          padding-right: 30px; } }

.page__practices--toggle {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .page__practices--toggle {
      display: none; } }
  .page__practices--toggle li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    position: relative; }
    .page__practices--toggle li:not(:last-child) {
      padding-right: 16px;
      margin-right: 15px; }
      .page__practices--toggle li:not(:last-child)::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #DADADA; }
  .page__practices--toggle a {
    color: #DADADA;
    display: block; }
    .page__practices--toggle a i.icon {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      margin-right: 10px;
      transition: all 0.2s ease-in-out;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .page__practices--toggle a.toggle-list .icon {
      width: 16px;
      height: 16px;
      background-image: url(img/practices/list-inactive.svg); }
    .page__practices--toggle a.toggle-map .icon {
      width: 20px;
      height: 20px;
      background-image: url(img/practices/map-inactive.svg); }
    .page__practices--toggle a:hover, .page__practices--toggle a.active {
      color: #2AD3CF; }
      .page__practices--toggle a:hover.toggle-list .icon, .page__practices--toggle a.active.toggle-list .icon {
        background-image: url(img/practices/list-active.svg); }
      .page__practices--toggle a:hover.toggle-map .icon, .page__practices--toggle a.active.toggle-map .icon {
        background-image: url(img/practices/map-active.svg); }

.page__practices--map, .page__practices--listings {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: -1; }
  .page__practices--map.active, .page__practices--listings.active {
    position: static;
    visibility: visible; }

.block--select-cat {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 767px) {
    .block--select-cat {
      margin-bottom: 75px !important; } }
  .block--select-cat .container {
    max-width: 290px; }
  .block--select-cat h2 {
    text-align: center;
    margin-bottom: 20px !important;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif; }
    @media only screen and (max-width: 767px) {
      .block--select-cat h2 {
        font-size: 20px;
        margin-bottom: 20px !important; } }
  .block--select-cat h2,
  .block--select-cat .select-group {
    width: 100%;
    display: block; }

.page__people {
  overflow: hidden; }

.page__people--listings .modal-wrap:last-child {
  margin-bottom: 50px !important; }

.page__people--listings #main {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  line-height: 0; }
  .page__people--listings #main .post {
    margin: 0 10px 50px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
    width: calc(20% - 20px); }
    @media only screen and (max-width: 1024px) {
      .page__people--listings #main .post {
        width: calc(25% - 20px); } }
    @media only screen and (max-width: 767px) {
      .page__people--listings #main .post {
        width: calc(33% - 30px);
        margin: 0 15px 25px; } }
    @media only screen and (max-width: 479px) {
      .page__people--listings #main .post {
        width: calc(50% - 30px); } }

.page__people--listings.modalOpen .post:not(.active):not(.modal-content) {
  opacity: 0.6; }

.page__partners--listings {
  padding-bottom: 30px; }
  .page__partners--listings #main {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
    line-height: 0; }
    @media only screen and (max-width: 767px) {
      .page__partners--listings #main {
        margin-left: -5px;
        margin-right: -5px; } }
    .page__partners--listings #main .post {
      margin: 0 10px 20px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: top;
      width: calc((100% / 6) - 20px);
      height: 150px;
      box-sizing: border-box;
      padding: 10px;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(153, 175, 168, 0.66);
      position: relative; }
      .page__partners--listings #main .post a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-decoration: none;
        overflow: hidden; }
        .page__partners--listings #main .post a:hover span {
          opacity: 1; }
        .page__partners--listings #main .post a span {
          background-color: rgba(42, 211, 207, 0.8);
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          text-decoration: none;
          z-index: 2;
          opacity: 0;
          transition: all 0.2s ease-in-out; }
          .page__partners--listings #main .post a span i {
            display: block;
            position: absolute;
            text-align: left;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            color: #ffffff;
            top: 50%;
            left: 50%;
            font-style: normal;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 80%; }
            .page__partners--listings #main .post a span i svg {
              width: 15px;
              height: 15px;
              display: inline-block;
              padding-left: 5px;
              margin-top: -2px; }
        .page__partners--listings #main .post a img {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .page__partners--listings #main .post img {
        max-width: 75%;
        display: block;
        max-height: 150px;
        height: auto;
        width: auto; }
      @media only screen and (max-width: 1024px) {
        .page__partners--listings #main .post {
          width: calc((100% / 5) - 20px); } }
      @media only screen and (max-width: 767px) {
        .page__partners--listings #main .post {
          width: calc((100% / 3) - 10px);
          margin: 0 5px 10px; } }

.search-categories {
  padding: 60px 0 35px;
  background-color: #EFEAE5;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .search-categories {
      padding: 30px 0 25px; } }
  .search-categories--title {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .search-categories--title {
        margin-bottom: 30px; } }
    .search-categories--title h3 {
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.3;
      margin-bottom: 0;
      font-size: 25px !important; }
    .search-categories--title p {
      display: block;
      width: 100%;
      margin-bottom: 0;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      line-height: 2; }
  .search-categories--listings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-left: -10px;
    font-size: 0;
    line-height: 0; }
  .search-categories--listings li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 10px 15px;
    width: calc(33% - 20px); }
    @media only screen and (max-width: 1024px) {
      .search-categories--listings li {
        width: calc(33.3333% - 20px); } }
    @media only screen and (max-width: 767px) {
      .search-categories--listings li {
        width: calc(50% - 20px); } }
    @media only screen and (max-width: 600px) {
      .search-categories--listings li {
        width: calc(100% - 20px); } }
  .search-categories--listings a {
    display: block !important;
    padding: 33px 30px 33px 30px !important;
    position: relative !important;
    max-width: 100% !important;
    text-align: left !important;
    background-color: #ffffff !important;
    border: 1px solid #F79321 !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    text-decoration: none !important;
    height: auto !important; }
    @media only screen and (max-width: 767px) {
      .search-categories--listings a {
        text-align: center !important;
        padding: 33px 20px !important;
        border: none !important; } }
    .search-categories--listings a span {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin: 0 !important;
      height: auto !important; }
      @media only screen and (max-width: 767px) {
        .search-categories--listings a span {
          position: static;
          display: inline-block !important;
          vertical-align: middle;
          max-width: calc(100% - 55px) !important;
          width: auto !important; } }
    .search-categories--listings a .term--icon {
      position: absolute !important;
      display: block !important;
      width: 30px !important;
      height: 30px !important;
      top: 50% !important;
      left: 30px !important;
      -webkit-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important; }
      @media only screen and (max-width: 767px) {
        .search-categories--listings a .term--icon {
          position: static !important;
          display: inline-block !important;
          -webkit-transform: none !important;
                  transform: none !important;
          vertical-align: middle;
          margin-right: 15px !important; } }
      .search-categories--listings a .term--icon + span {
        padding-left: 60px; }

.post-categories {
  padding: 55px 0;
  background-color: #F7F4F1; }
  .post-categories ul {
    font-size: 0; }
  .post-categories li {
    margin: 5px; }
    @media only screen and (max-width: 767px) {
      .post-categories li {
        margin: 0 auto 15px;
        display: block;
        width: 100%;
        text-align: center; }
        .post-categories li:last-child {
          margin-bottom: 0; } }
  .post-categories a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    min-width: 0px; }
    @media only screen and (max-width: 767px) {
      .post-categories a {
        font-size: 14px;
        width: 100%;
        display: block; } }
  @media only screen and (max-width: 767px) {
    .post-categories {
      padding: 45px 0; } }

.page__blog-single {
  overflow: hidden; }
  .page__blog-single--wrapper:before, .page__blog-single--wrapper:after {
    content: " ";
    display: table; }
  .page__blog-single--wrapper:after {
    clear: both; }
  .page__blog-single--main {
    display: block;
    width: calc(100% - 400px);
    max-width: 680px;
    float: left; }
    @media only screen and (max-width: 767px) {
      .page__blog-single--main {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px; } }
  .page__blog-single--sidebar {
    float: right;
    width: 380px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .page__blog-single--sidebar {
        float: none;
        width: 100%;
        max-width: 100%; } }
    .page__blog-single--sidebar--share {
      margin-bottom: 70px; }
      @media only screen and (max-width: 767px) {
        .page__blog-single--sidebar--share {
          margin-bottom: 40px; } }
    .page__blog-single--sidebar--author {
      margin-bottom: 45px; }
      @media only screen and (max-width: 767px) {
        .page__blog-single--sidebar--author {
          margin-bottom: 60px; } }
    .page__blog-single--sidebar--title {
      margin-bottom: 30px; }
      .page__blog-single--sidebar--title *:last-child {
        margin-bottom: 0;
        color: #2B3743; }
      @media only screen and (max-width: 767px) {
        .page__blog-single--sidebar--title {
          margin-bottom: 20px; } }
    .page__blog-single--sidebar > h5 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      color: #424242;
      line-height: 1.5;
      margin-bottom: 20px;
      font-size: 16px; }
    .page__blog-single--sidebar > .post {
      margin-bottom: 20px; }
      .page__blog-single--sidebar > .post--blog {
        border: 1px solid #CCDDE3; }
      .page__blog-single--sidebar > .post + .post {
        margin-top: -10px; }
    .page__blog-single--sidebar--permalink {
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .page__blog-single--sidebar--permalink {
          margin-bottom: 25px; } }
    .page__blog-single--sidebar--practice {
      padding: 30px;
      border: 1px solid #CCDDE3;
      box-sizing: border-box;
      width: 100%;
      border-radius: 4px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .page__blog-single--sidebar--practice {
          padding: 40px 35px 45px; } }
      .page__blog-single--sidebar--practice .googlemaps {
        height: auto;
        padding-bottom: 100%;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .page__blog-single--sidebar--practice .googlemaps {
            display: none; } }
        .page__blog-single--sidebar--practice .googlemaps .acf-map-location {
          height: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
        .page__blog-single--sidebar--practice .googlemaps--label {
          margin-bottom: 10px;
          display: block;
          font-size: 14px;
          line-height: 22px;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif; }
          @media only screen and (max-width: 767px) {
            .page__blog-single--sidebar--practice .googlemaps--label {
              display: none; } }
      .page__blog-single--sidebar--practice__image {
        margin-bottom: 40px; }
      .page__blog-single--sidebar--practice__weblink {
        text-align: left;
        display: block;
        width: 100%;
        margin-bottom: 30px; }
        .page__blog-single--sidebar--practice__weblink p {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          font-size: 16px;
          line-height: 1.6;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          letter-spacing: -0.028em; }
        .page__blog-single--sidebar--practice__weblink a {
          font-size: 14px;
          line-height: 1.3;
          font-weight: bold;
          color: #F79321;
          text-decoration: none;
          font-family: 'Montserrat', sans-serif; }
          .page__blog-single--sidebar--practice__weblink a:hover {
            color: #3AB7B9; }
          .page__blog-single--sidebar--practice__weblink a .icon {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            margin-left: 10px;
            width: 16px;
            height: 16px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            transition: all 0.2s ease-in-out;
            margin-top: -4px;
            background-image: url(img/global/weblink-orange.svg); }
            @media only screen and (max-width: 767px) {
              .page__blog-single--sidebar--practice__weblink a .icon {
                display: none; } }
          .page__blog-single--sidebar--practice__weblink a:hover .icon {
            background-image: url(img/global/weblink-blue.svg); }
      .page__blog-single--sidebar--practice__author {
        display: block;
        width: 100%;
        margin-bottom: 75px;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: -0.028em; }
        @media only screen and (max-width: 767px) {
          .page__blog-single--sidebar--practice__author {
            margin-bottom: 0; } }
        .page__blog-single--sidebar--practice__author * {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          font-size: 16px;
          line-height: 1.6;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          letter-spacing: -0.028em; }
    .page__blog-single--sidebar .block--form {
      width: 100% !important;
      margin: 0 auto 30px !important; }
  .page__blog-single--mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .page__blog-single--mobile {
        display: block; } }
  .page__blog-single--desktop {
    display: block; }
    @media only screen and (max-width: 767px) {
      .page__blog-single--desktop {
        display: none; } }

.page__blog--cta {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #0FA6B6;
  padding: 55px 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .page__blog--cta {
      padding: 35px 20px;
      margin-top: 0; } }
  .page__blog--cta__title {
    margin-bottom: 17px; }
    .page__blog--cta__title *:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .page__blog--cta__title {
        margin-bottom: 20px; } }
  .page__blog--cta__content {
    margin-bottom: 35px; }
    .page__blog--cta__content *:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .page__blog--cta__content {
        margin-bottom: 40px; } }
  .page__blog--cta .block--buttons {
    text-align: center; }
  .page__blog--cta .button {
    text-align: center;
    margin: 0 auto;
    min-width: 280px; }
    .page__blog--cta .button:hover {
      color: #F79321; }
  .page__blog--cta h1, .page__blog--cta h2, .page__blog--cta h3, .page__blog--cta h4, .page__blog--cta h5, .page__blog--cta h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.3;
    letter-spacing: -0.04em;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .page__blog--cta h1, .page__blog--cta h2, .page__blog--cta h3, .page__blog--cta h4, .page__blog--cta h5, .page__blog--cta h6 {
        margin-bottom: 20px; } }
  .page__blog--cta p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .page__blog--cta p {
        margin-bottom: 20px; } }
  .page__blog--cta * {
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .page__blog--cta {
      margin-bottom: 50px; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DADADA;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 60px 0 25px;
    font-size: 15px;
    line-height: 60px;
    color: #424242;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 500;
    letter-spacing: -0.025em;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-image: url(img/tabbed-sections/closed.svg);
    margin-right: 0;
    transition: all 0.2s ease-in-out; }
    .selectric .label i {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      display: inline-block;
      min-width: 35px;
      padding: 0 5px;
      height: 35px;
      line-height: 33px;
      box-sizing: border-box;
      border: 1px solid #F79321;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: -0.024em;
      color: #ffffff;
      background-color: #F79321;
      transition: all 0.2s ease-in-out;
      padding: 0;
      margin: 0;
      border-radius: 999px;
      margin-right: 10px;
      font-style: normal; }
  .selectric .button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/60px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #a7a7a7;
  box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
  .selectric-focus .selectric .label {
    color: #3AB7B9; }

.selectric-hover .selectric {
  border-color: #c1c1c1;
  box-shadow: 0px 0px 8px 0px rgba(58, 183, 185, 0.66); }
  .selectric-hover .selectric .label {
    color: #3AB7B9; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c1c1c1; }
  .selectric-open .selectric-items {
    display: block; }
    .selectric-open .selectric-items i {
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      display: inline-block;
      min-width: 35px;
      padding: 0 5px;
      height: 35px;
      line-height: 33px;
      box-sizing: border-box;
      border: 1px solid #F79321;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: -0.024em;
      color: #ffffff;
      background-color: #F79321;
      transition: all 0.2s ease-in-out;
      padding: 0;
      margin: 0;
      border-radius: 999px;
      margin-right: 10px;
      font-style: normal; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #c1c1c1;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px;
    font-weight: 600; }
  .selectric-items li {
    display: block;
    padding: 10px !important;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* ==========================================================================
   7. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8 */
/* ie7 */
/* ==========================================================================
   8. Font Awesome
   ========================================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/* ==========================================================================
   9. Custom Grid
   ========================================================================== */
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%; }

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

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%; }

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

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%; }

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

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 100%; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 100%; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 100%; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/*# sourceMappingURL=style.css.map */
