@charset "UTF-8";
/*! normalize.css v3.0.2 | 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.
 */
html {
  font-family: 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,
menu,
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-color: 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 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;
}

/* ----- Colors ----- */
/* ----- Fonts ----- */
/* ----- Nav Height. Used for hero padding offset ----- */
/* ----- Loader for images ----- */
@font-face {
  font-family: 'hwvp-icons';
  src: url("fonts/hwvp-icons.eot%3Fej0m08");
  src: url("fonts/hwvp-icons.eot%3F") format("embedded-opentype"), url("fonts/hwvp-icons.woff%3Fej0m08") format("woff"), url("fonts/hwvp-icons.ttf%3Fej0m08") format("truetype"), url("fonts/hwvp-icons.svg%3Fej0m08") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'hwvp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-view-module:before {
  content: "\e600";
}

.icon-call:before {
  content: "\e603";
}

.icon-email:before {
  content: "\e604";
}

.icon-keyboard-arrow-left:before {
  content: "\e601";
}

.icon-keyboard-arrow-right:before {
  content: "\e602";
}

.icon-search:before {
  content: "\e986";
}

.icon-linkedin:before {
  content: "\eac8";
}

input:-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(18, 98, 154, 0.6) inset;
}

::-webkit-input-placeholder {
  color: #a8a9aa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a9aa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a9aa;
}

:-ms-input-placeholder {
  color: #a8a9aa;
}

input,
textarea {
  color: #FFFFFF;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5em 2.25em .5em 1em;
  background-color: transparent;
  border: 1px solid #a8a9aa;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}

input:focus,
textarea:focus {
  color: #212527;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

textarea {
  min-height: 13em;
  resize: vertical;
}

label {
  font-family: "utopia-std", serif;
  display: block;
  margin-bottom: .25em;
}

.required-indicator {
  color: #e95252;
  font-weight: 700;
}

.form-field {
  margin-bottom: 1.25em;
}

.form-field input,
.form-field textarea {
  color: #212527;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #212527;
}

.form-field--errors {
  color: #e95252;
  font-size: .8em;
  font-style: italic;
  font-weight: 700;
  list-style-type: none;
  margin-top: .25em;
  margin-bottom: 0;
  padding-left: 0;
}

.form-field--error {
  margin-bottom: .25em;
}

/*
 * WTF, forms?
 * http://wtfforms.com
 */
/*
 * Checkboxes and radios.
 */
.control, .control-dark {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  cursor: pointer;
}

.control-dark {
  color: #212527;
}

.control input, .control-dark input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

.control-indicator {
  position: absolute;
  top: 3px;
  /* this may need to change depending on your type styles. */
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Focus */
.control input:focus ~ .control-indicator, .control-dark input:focus ~ .control-indicator {
  -webkit-box-shadow: 0 0 0 0.075em #fff, 0 0 0 0.2em #12629a;
          box-shadow: 0 0 0 0.075em #fff, 0 0 0 0.2em #12629a;
}

/* Checked state */
.control input:checked ~ .control-indicator, .control-dark input:checked ~ .control-indicator {
  color: #fff;
  background-color: #12629a;
}

/* Active */
.control input:active ~ .control-indicator, .control-dark input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* Checkbox modifiers */
.checkbox .control-indicator {
  border-radius: .25em;
}

.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%;
}

.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/*
 * Select
 */
.select {
  color: #FFFFFF;
  position: relative;
  display: block;
}

@media (min-width: 640px) {
  .select {
    display: inline-block;
  }
}

.select select {
  color: #FFFFFF;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5em 2.25em .5em 1em;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  border: 1px solid #a8a9aa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Dropdown arrow */
/* Focus */
.select select:focus {
  border-color: #12629a;
}

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #12629a;
}

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: .01px;
    text-overflow: '';
    padding-right: 1em;
  }
  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: white;
  }
}

/*
 * Control layouts
 */
.inputs-inline {
  display: inline-block;
}

.controls-stacked {
  margin: 1em 0;
}

.controls-stacked .control, .controls-stacked .control-dark,
.controls-stacked .progress {
  display: block;
}

.controls-stacked .control + .control, .controls-stacked .control-dark + .control, .controls-stacked .control + .control-dark, .controls-stacked .control-dark + .control-dark,
.controls-stacked .progress + .progress {
  margin-top: .5em;
}

.controls-inline {
  margin: 1em 0;
}

.controls-inline .control, .controls-inline .control-dark {
  display: inline-block;
  height: 1em;
}

.controls-inline .control + .control, .controls-inline .control-dark + .control, .controls-inline .control + .control-dark, .controls-inline .control-dark + .control-dark {
  margin-left: 1em;
}

/* Housekeeping */
* {
  margin: 0;
  padding: 0;
}

/* Define your base font-size here; most elements will inherit this. */
html {
  color: #212527;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 0.9em;
  /* 16px */
  line-height: 1.5;
  /* 30px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) */
  counter-reset: section;
}

@media (min-width: 640px) {
  html {
    font-size: 1.25em;
    /* 20px... */
  }
}

::-moz-selection {
  color: #FFFFFF;
  background: #12629a;
  /* WebKit/Blink Browsers */
}

::selection {
  color: #FFFFFF;
  background: #12629a;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  color: #FFFFFF;
  background: #12629a;
  /* Gecko Browsers */
}

/* Link color  */
a {
  color: #12629a;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #43a4e9;
}

/* Common margin-bottom for vertical rhythm. */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
fieldset,
p,
table,
pre,
hr {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* These handle massive type, for less frequently occuring bits of text (e.g. in mastheads and banners). */
.giga {
  font-family: "utopia-std", serif;
  font-style: italic;
  font-size: 80px;
  font-size: 5rem;
  /* 80px */
  font-weight: 400;
  line-height: 1.2;
  /* 96px */
}

.mega {
  font-family: "utopia-std", serif;
  font-style: italic;
  font-size: 64px;
  font-size: 4rem;
  /* 64px */
  font-weight: 400;
  line-height: 1.125;
  /* 72px */
}

.kilo {
  font-family: "utopia-std", serif;
  font-style: italic;
  font-size: 48px;
  font-size: 3rem;
  /* 48px */
  font-weight: 400;
  line-height: 1;
  /* 48px */
}

/* Define headings and their associated classes here. */
h1,
.alpha {
  font-family: "utopia-std", serif;
  font-size: 3em;
  /* 60px */
  font-weight: 400;
  line-height: 1.2;
  /* 72px */
}

h2,
.beta {
  font-family: "utopia-std", serif;
  font-size: 2.4em;
  /* 48px */
  line-height: 1.25;
  /* 60px */
  font-weight: 400;
}

h3,
.gamma {
  font-family: "utopia-std", serif;
  font-size: 1.8em;
  /* 36px */
  font-weight: 400;
  line-height: 1.5;
}

h4,
.delta {
  font-size: 1.25rem;
  /* 25px */
  line-height: 1.5;
}

h5,
.epsilon {
  font-size: 1em;
  /* 20px */
  line-height: 1.5;
}

h6,
.zeta {
  font-size: 1rem;
  /* 20px */
  line-height: 1.5;
}

/* Smaller-than-body-copy sizes here. */
small,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  /* 12px */
  line-height: 2;
  /* 24px */
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.1em;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 0.75em;
  position: relative;
}

/* Custom bullet symbol and color  */
.custom-bullets li:before {
  color: red;
  content: "\2022";
  display: block;
  font-size: 20px;
  position: absolute;
  left: 0.2em;
  top: -2px;
  width: 1em;
  max-height: 1em;
  vertical-align: top;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/*
Rich Text  */
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  line-height: 1;
  padding-top: 1em;
}

.rich-text h1:first-child, .rich-text h2:first-child, .rich-text h3:first-child, .rich-text h4:first-child, .rich-text h5:first-child, .rich-text h6:first-child {
  padding-top: 0;
}

.rich-text blockquote {
  color: #a8a9aa;
  font-family: "utopia-std", serif;
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin: 2em 0;
  padding: 1em 2em;
}

.rich-text img {
  vertical-align: middle;
}

/*
Font Colors  */
.c-black {
  color: #212527;
}

.c-white {
  color: #FFFFFF;
}

.c-gray {
  color: #a8a9aa;
}

.c-lightgray {
  color: #f3f2ef;
}

/*
Title left border  */
.title-border-white {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.title-border-dark {
  border-left: 1px solid rgba(33, 37, 39, 0.6);
}

.section-counter:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  font-family: "utopia-std", serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 0.15em;
  left: -1.9em;
  padding: 0 .625em;
  counter-increment: section;
  content: counter(section);
}

.section-titles {
  margin-bottom: 1.4em;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
}

.section-titles h4 {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.4em;
}

.section-titles h2 {
  line-height: 1.2;
  margin-bottom: 0;
}

.opac-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.sub-title {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.section-title {
  line-height: 1;
  margin-top: 0;
}

.section-title.no-pad {
  padding: 0;
}

.title-one-line {
  margin-bottom: 0.75em;
  padding-top: .5em;
  padding-bottom: .5em;
  border-left: 1px solid rgba(33, 37, 39, 0.6);
}

.title-one-line-white {
  margin-bottom: 0.75em;
  padding-top: .25em;
  padding-bottom: .25em;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  overflow-y: auto;
}

img,
audio,
video,
canvas {
  max-width: 100%;
}

.container {
  max-width: 57em;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

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

.container.tight {
  max-width: 36em;
}

.container .row {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .container {
    width: 98%;
  }
}

.grid-1,
.grid-25p,
.grid-2,
.grid-3,
.grid-4,
.grid-75p,
.grid-5,
.grid-6,
.grid-half,
.grid-full,
.grid-unit {
  float: left;
  width: 100%;
  padding-right: 1.51515%;
  padding-left: 1.51515%;
}

.grid-1.no-padding,
.grid-25p.no-padding,
.grid-2.no-padding,
.grid-3.no-padding,
.grid-4.no-padding,
.grid-75p.no-padding,
.grid-5.no-padding,
.grid-6.no-padding,
.grid-half.no-padding,
.grid-full.no-padding,
.grid-unit.no-padding {
  padding: 0;
}

.gallery .grid-unit,
.grid-half {
  width: 50%;
  padding-right: 1.51515%;
  padding-left: 1.51515%;
}

.grid-flow-opposite {
  float: right;
}

.in-container {
  width: 100%;
  max-width: 100%;
}

.in-75p {
  width: 100%;
  max-width: 100%;
}

.in-25p {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 640px) {
  .grid-1 {
    width: 16.66666%;
  }
  .grid-25p {
    width: 25%;
  }
  .grid-2 {
    width: 33.33333%;
  }
  .grid-3,
  .grid-half {
    width: 50%;
  }
  .grid-4 {
    width: 66.66666%;
  }
  .grid-75p {
    width: 75%;
  }
  .grid-5 {
    width: 83.33333%;
  }
  .grid-6,
  .grid-full {
    width: 100%;
  }
  .gallery .grid-unit {
    width: 33.33333%;
  }
  .in-container {
    width: 100%;
    max-width: 535.47px;
  }
  .in-75p {
    width: 100%;
    max-width: 855px;
  }
  .in-25p {
    width: 100%;
    max-width: 285px;
  }
}

.content-pad-right {
  padding-right: 4%;
}

.content-pad-left {
  padding-left: 4%;
}

.show-grid div[class*='grid-'] {
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-align: center;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #212527;
}

section {
  float: left;
  width: 100%;
  padding: 3em 0;
}

.update-title {
  display: none !important;
}

.content,
.new-results-div,
.content-block-wrapper {
  float: left;
  width: 100%;
  z-index: 2;
}

.content {
  background-color: #FFFFFF;
}

.new-results-div .content-block-wrapper {
  visibility: hidden;
}

.inner-container {
  z-index: 2;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* ----- B-Lazy Image Lazy Loader ----- */
.b-lazy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
}

.b-lazy.b-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ----- Backgrounds and Background Colors ----- */
.bg-loader {
  background-image: url("data:image/gif;base64,R0lGODlhEAAFAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAAACwAAAAAEAAFAAACCIyPqcvtD00BACH5BAkJAAIALAAAAAAQAAUAgfT29Pz6/P///wAAAAIQTGCiywKPmjxUNhjtMlWrAgAh+QQJCQAFACwAAAAAEAAFAIK8urzc2tzEwsS8vrzc3tz///8AAAAAAAADFEiyUf6wCEBHvLPemIHdTzCMDegkACH5BAkJAAYALAAAAAAQAAUAgoSChLS2tIyKjLy+vIyOjMTCxP///wAAAAMUWCQ09jAaAiqQmFosdeXRUAkBCCUAIfkECQkACAAsAAAAABAABQCDvLq83N7c3Nrc9Pb0xMLE/P78vL68/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCEwkCnKGbegvQn4RjGMx8F1HxBi5Il4oEiap2DcVYlpZwQAIfkECQkACAAsAAAAABAABQCDvLq85OLkxMLE9Pb0vL685ObkxMbE/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCDwnCGHEcIMxPn4VAGMQNBx0zQEZHkiYNiap5RaBKG9EQAh+QQJCQAJACwAAAAAEAAFAIOEgoTMysyMjozs6uyUlpSMiozMzsyUkpTs7uz///8AAAAAAAAAAAAAAAAAAAAAAAAEGTBJiYgoBM09DfhAwHEeKI4dGKLTIHzCwEUAIfkECQkACAAsAAAAABAABQCDvLq85OLkxMLE9Pb0vL685ObkxMbE/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCAQSTmMEGaco8+UBSACwWBqHxKOJYd+q1iaXFoRRMbtEQAh+QQJCQAIACwAAAAAEAAFAIO8urzc3tzc2tz09vTEwsT8/vy8vrz8+vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEIhBJWc6wJZAtJh3gcRBAaXiIZV2kiRbgNZbA6VXiUAhGL0QAIfkECQkABgAsAAAAABAABQCChIKEtLa0jIqMvL68jI6MxMLE////AAAAAxRoumxFgoxGCbiANos145e3DJcQJAAh+QQJCQAFACwAAAAAEAAFAIK8urzc2tzEwsS8vrzc3tz///8AAAAAAAADFFi6XCQwtCmAHbPVm9kGWKcEQxkkACH5BAkJAAIALAAAAAAQAAUAgfT29Pz6/P///wAAAAIRlI8SAZsPYnuJMUCRnNksWwAAOw==");
  background-position: center;
  background-repeat: no-repeat;
}

.full-bleed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #212527;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-black {
  background-color: #212527;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-blue {
  background-color: #12629a;
}

.bg-lightgray {
  background-color: #f3f2ef;
}

/* ----- Quote Circle ----- */
.quote-circle {
  display: block;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  margin-bottom: 2em;
  border: 1px solid;
  border-radius: 50%;
}

.quote-circle:before {
  content: "“";
  font-family: "utopia-std", serif;
  font-size: 7em;
  line-height: 1;
  position: absolute;
  top: 0.05em;
  right: 0.08em;
}

/* Magnific Popup CSS */
.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #212527;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #a8a9aa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #a8a9aa;
}

.mfp-preloader a:hover {
  color: #FFFFFF;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFFFFF;
  font-style: normal;
  font-size: 28px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.mfp-close:hover, .mfp-close:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFFFFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #a8a9aa;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(33, 37, 39, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFFFFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFFFFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(33, 37, 39, 0.6);
          box-shadow: 0 0 8px rgba(33, 37, 39, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(33, 37, 39, 0.6);
          box-shadow: 0 0 8px rgba(33, 37, 39, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(33, 37, 39, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(33, 37, 39, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

div.fancy-select {
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

div.fancy-select .disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

div.fancy-select div.trigger {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5em 2.25em .5em 1em;
  background: transparent;
  border: 1px solid #a8a9aa;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
  position: absolute;
  top: 50%;
  right: .5em;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -.15em;
  pointer-events: none;
  border-top: 0.35em solid #a8a9aa;
  border-right: .35em solid transparent;
  border-bottom: .35em solid transparent;
  border-left: .35em solid transparent;
}

div.fancy-select div.trigger.open {
  color: #212527;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

div.fancy-select ul.options {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  list-style: none;
  visibility: hidden;
  position: absolute;
  z-index: 50;
  top: 40px;
  left: 0;
  max-height: 200px;
  min-width: 200px;
  margin: 0;
  padding: 0;
  background: #a8a9aa;
  -webkit-box-shadow: 0 1px 2px rgba(33, 37, 39, 0.2);
          box-shadow: 0 1px 2px rgba(33, 37, 39, 0.2);
  overflow: auto;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  top: 50px;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  color: #212527;
  margin-bottom: 0;
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  background: #383f43;
  color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options li.hover {
  color: #FFFFFF;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  /* fix */
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  /* preloading images */
}

.owl-carousel .owl-item.loading {
  min-height: 150px;
  background: url("../img/ui/AjaxLoader.gif") no-repeat center center;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/ui/grabbing.png") 8 8, move;
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  /* Styling Next and Prev buttons */
  /* Styling Pagination*/
}

.owl-theme .owl-controls .owl-buttons div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  color: #FFFFFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #a8a9aa;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #a8a9aa;
  /* If PaginationNumbers is true */
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFFFFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FFFFFF;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #FFFFFF, 0 0 5px #FFFFFF;
          box-shadow: 0 0 10px #FFFFFF, 0 0 5px #FFFFFF;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border: solid 2px transparent;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

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

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

.btn, .btn-ghost-white, .btn-ghost-black,
input[type=submit] {
  color: #FFFFFF;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 1em 1.4em;
  width: auto;
  background-color: transparent;
  border: 1px solid;
  border-color: #FFFFFF;
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn:hover, .btn-ghost-white:hover, .btn-ghost-black:hover,
input:hover[type=submit], .btn:focus, .btn-ghost-white:focus, .btn-ghost-black:focus,
input:focus[type=submit] {
  color: #FFFFFF;
  background-color: #12629a;
  border-color: #12629a;
}

.btn-ghost-white {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}

.btn-ghost-white:hover, .btn-ghost-white:focus {
  color: #212527;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-ghost-black,
input[type=submit] {
  color: #212527;
  border-color: #212527;
}

.btn-ghost-black:hover, .btn-ghost-black:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #FFFFFF;
  background-color: #212527;
  border-color: #212527;
}

.no-hero .main-header {
  position: relative;
  background-color: #212527;
}

.no-hero .main-header-container {
  border-color: transparent;
}

.page-switching .main-header {
  background-color: #212527;
}

.page-switching .main-header-container {
  border-color: transparent;
}

.main-header {
  position: absolute;
  z-index: 15;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.main-header.open {
  background-color: #212527;
}

.main-header.open .main-header-nav {
  background-color: #212527;
}

.main-header-container {
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

.main-header-logo {
  float: left;
  margin: 0;
  padding-right: 1.51515%;
  padding-left: 1.51515%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.main-header-logo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media (min-width: 640px) {
  .main-header-logo {
    top: 3px;
  }
}

.main-header-logo img {
  display: block;
  width: 152px;
}

.main-header-nav {
  float: right;
  text-align: right;
  display: none;
  position: absolute;
  top: 5.18em;
  width: 110%;
  margin-left: -5%;
  padding-right: 1.51515%;
  padding-left: 1.51515%;
  counter-reset: link;
  /* Set the link counter to 1. Used for the number next to the link */
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media only screen and (min-width: 490px) {
  .main-header-nav {
    width: 102%;
    margin-left: -1%;
  }
}

@media (min-width: 640px) {
  .main-header-nav {
    position: relative;
    top: 0;
    width: auto;
    display: block;
  }
}

.main-header-nav a {
  color: #FFFFFF;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 1em 1.51515%;
  padding: .625em 1.25em .625em 3.025em;
  border: 1px solid transparent;
  -webkit-transition: opacity .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
  transition: opacity .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}

.main-header-nav a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  font-family: "utopia-std", serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0.1em;
  padding: .45em .625em;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  counter-increment: link;
  /* Increment the link counter*/
  content: counter(link);
  /* Display the counter */
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.main-header-nav a:hover {
  border-color: #FFFFFF;
}

.main-header-nav a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.main-header-nav a.active {
  border-color: rgba(255, 255, 255, 0.6);
}

.main-header-nav a.active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media (min-width: 640px) {
  .main-header-nav a {
    font-size: .4em;
    display: inline-block;
    margin: 0;
  }
}

@media only screen and (min-width: 660px) {
  .main-header-nav a {
    font-size: .5em;
  }
}

@media only screen and (min-width: 752px) {
  .main-header-nav a {
    font-size: .6em;
  }
}

@media only screen and (min-width: 843px) {
  .main-header-nav a {
    font-size: .7em;
  }
}

@media only screen and (min-width: 935px) {
  .main-header-nav a {
    font-size: .8em;
  }
}

/* ----- Responsive Menu Trigger ----- */
.trigger-nav {
  display: block;
  float: right;
  position: relative;
  z-index: 12;
  top: 0.2em;
  right: 1.51515%;
  width: 24px;
  height: 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.trigger-nav:hover .top, .trigger-nav:hover .mid, .trigger-nav:hover .bot {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media (min-width: 640px) {
  .trigger-nav {
    display: none;
  }
}

.trigger-nav .top, .trigger-nav .mid, .trigger-nav .bot {
  background-color: #FFFFFF;
  height: 3.6px;
  width: 21.6px;
  position: absolute;
  left: 1.2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.trigger-nav .top {
  top: 1.2px;
}

.trigger-nav .mid {
  top: 9.84px;
}

.trigger-nav .bot {
  top: 18.48px;
}

.trigger-nav.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.trigger-nav.active .top, .trigger-nav.active .mid, .trigger-nav.active .bot {
  background-color: #FFFFFF;
}

.trigger-nav.active .top {
  top: 9.84px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.trigger-nav.active .mid {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.trigger-nav.active .bot {
  top: 9.84px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ----- Basic Footer ----- */
.footer {
  float: left;
  width: 100%;
  color: #FFFFFF;
  z-index: 1;
  padding: 3em 0;
  background-color: #212527;
  counter-reset: footerLink -1;
  /* Set the footerLink counter to start at 0. Used for the number next to the footerLink */
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* ----- Footer Nav ----- */
.footer-nav {
  margin-bottom: 2em;
}

@media (min-width: 640px) {
  .footer-nav {
    margin-bottom: 0;
  }
}

.footer-nav-half {
  float: left;
  width: 50%;
  padding: 0 1.51515%;
}

.footer-nav a {
  color: #FFFFFF;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: .625em 1.25em .625em 3.025em;
  border: 1px solid transparent;
  -webkit-transition: opacity .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
  transition: opacity .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}

.footer-nav a:first-child {
  margin-top: 0;
}

.footer-nav a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  font-family: "utopia-std", serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0.1em;
  padding: .45em .625em;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  counter-increment: footerLink;
  /* Increment the footerLink counter*/
  content: counter(footerLink);
  /* Display the counter */
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer-nav a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.footer-nav a.active {
  border-color: rgba(255, 255, 255, 0.6);
}

.footer-nav a.active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

@media (min-width: 640px) {
  .footer-nav a {
    font-size: .5em;
    display: inline-block;
  }
}

@media only screen and (min-width: 695px) {
  .footer-nav a {
    font-size: .6em;
  }
}

@media only screen and (min-width: 805px) {
  .footer-nav a {
    font-size: .7em;
  }
}

@media only screen and (min-width: 910px) {
  .footer-nav a {
    font-size: .8em;
  }
}

.footer-info {
  font-size: .8em;
}

/* ----- Footer Logo ----- */
.footer-logo {
  display: block;
  max-width: 9.563em;
}

/* ----- Address ----- */
.footer-address {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* ----- Contact Numbers ----- */
.footer-number {
  margin-bottom: 0;
}

.footer-pages {
  margin-top: 1em;
  margin-bottom: 0;
}

.hero {
  color: #FFFFFF;
  display: table;
  width: 100%;
  height: 25em;
  padding: 0;
  background-color: #212527;
}

@media (min-width: 1024px) {
  .hero {
    height: 30em;
  }
}

.hero-gradient {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 39, 0)), color-stop(89%, #212527), to(#212527));
  background: linear-gradient(to bottom, rgba(33, 37, 39, 0) 0%, #212527 89%, #212527 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212527', endColorstr='#212527',GradientType=0 );
  /* IE6-9 */
}

.hero-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #212527;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.inner-container {
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
}

.vert-align-top {
  vertical-align: top;
}

.vert-align-top .hero-content {
  margin-top: 6em;
}

.hero-content {
  float: left;
  width: 100%;
  max-width: 31em;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  padding-left: 1.51515%;
}

.hero-basic .hero-head {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.4em;
}

.hero-basic .hero-subhead {
  line-height: 1.2;
  margin-bottom: 0;
}

.hero-border {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.hero-el {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* ----- Video Hero ----- */
.touch .hero-video video,
.no-touch .hero-video-fallback {
  display: none !important;
}

.hero-video {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  float: left;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #212527;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-video video {
  position: absolute;
  z-index: 0;
  top: 0;
  max-width: none;
}

.hero-video-fallback {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  float: left;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #212527;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ----- Hero w/ Button ----- */
.hero-btn {
  margin-top: 1em;
}

.sidebar-section {
  float: left;
  width: 100%;
  margin-top: 2em;
}

.sidebar-section:first-child {
  margin-top: 0;
}

.sidebar-title {
  margin-top: 0;
  margin-bottom: .25em;
}

.testimonial-section {
  float: left;
  width: 100%;
  z-index: 2;
}

.testimonial-section .item {
  width: 100%;
  text-align: center;
}

.testimonial {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  display: block;
  max-width: 32em;
  margin: 0 auto;
}

.testimonial-giver {
  display: inline-block;
  z-index: 2;
  margin: 1.5em auto 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}

a.testimonial-giver {
  color: #FFFFFF;
}

a.testimonial-giver:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  color: #FFFFFF;
}

.testimonial-giver-img {
  float: left;
}

.testimonial-giver-img img {
  display: block;
  max-width: 62px;
  border-radius: 50%;
}

@media (min-width: 640px) {
  .testimonial-giver-img img {
    max-width: 82px;
  }
}

.testimonial-giver-info {
  text-align: left;
  float: left;
  margin-top: 1em;
  margin-left: 0.5em;
}

.testimonial-giver-info h3 {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 0;
}

.testimonial-giver-info h4 {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}

.section-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

.section-btn-left {
  float: left;
  width: 100%;
  margin-top: 1em;
}

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

.ajax-company-item {
  visibility: hidden;
}

.company-item {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 48.7%;
  height: 140px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

@media (min-width: 640px) {
  .company-item {
    width: 215px;
    height: 215px;
  }
}

.company-item:hover .company-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.company-logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2em 1.5em;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.company-tile-status {
  color: #a8a9aa;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  bottom: .5em;
  width: 100%;
  margin-bottom: 0;
}

.grid-next-sec {
  float: left;
  width: 100%;
  z-index: 1;
  padding: 1.5em 0;
}

.arrow-btn-container {
  float: left;
  width: 100%;
  margin-top: 1.5em;
}

.arrow-btn {
  color: #a8a9aa;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  padding: 0.25em 0;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.arrow-btn:hover {
  color: #212527;
}

.arrow-btn:hover .back-forth-text {
  color: #a8a9aa;
}

.back-and-next {
  margin-bottom: 1.5em;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 640px) {
  .back-and-next {
    font-size: 1em;
    position: absolute;
  }
}

.third-btn-sec {
  font-size: 1.6em;
  float: left;
  width: 33.33333%;
  padding: 0 1.51515%;
}

.third-btn-sec.hide-me {
  visibility: hidden !important;
}

@media only screen and (min-width: 700px) {
  .third-btn-sec {
    font-size: 1em;
  }
}

.third-btn-sec .back-forth-text {
  display: none;
}

@media only screen and (min-width: 700px) {
  .third-btn-sec .back-forth-text {
    display: inline;
  }
}

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

.paginate-numbers {
  font-size: 1em;
  text-align: center;
  font-style: italic;
  top: 0.5em;
}

@media only screen and (min-width: 700px) {
  .paginate-numbers {
    top: 0;
  }
}

.paginate-num {
  font-style: italic;
  font-weight: 700;
}

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

.back-forth-text {
  color: #212527;
  font-size: .8em;
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.back-text {
  margin-left: .7em;
  padding-left: .7em;
  border-left: 1px solid rgba(33, 37, 39, 0.3);
}

.forth-text {
  margin-right: .7em;
  padding-right: .7em;
  border-right: 1px solid rgba(33, 37, 39, 0.3);
}

.back-forth-arrow {
  font-size: 1.2em;
  line-height: 1;
}

.back-forth-arrow .icon-view-module {
  top: 4px;
}

.article-excerpt {
  text-decoration: none;
  margin-bottom: 3.5em;
}

.article-excerpt:hover .article-excerpt-read-more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.article-excerpt:hover .article-excerpt-read-more h5 {
  top: 0;
}

.article-excerpt:hover .article-excerpt-meta,
.article-excerpt:hover .article-excerpt-body {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* ----- Photo & Read More Hover ----- */
.article-excerpt-photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #f3f2ef url("data:image/gif;base64,R0lGODlhEAAFAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAAACwAAAAAEAAFAAACCIyPqcvtD00BACH5BAkJAAIALAAAAAAQAAUAgfT29Pz6/P///wAAAAIQTGCiywKPmjxUNhjtMlWrAgAh+QQJCQAFACwAAAAAEAAFAIK8urzc2tzEwsS8vrzc3tz///8AAAAAAAADFEiyUf6wCEBHvLPemIHdTzCMDegkACH5BAkJAAYALAAAAAAQAAUAgoSChLS2tIyKjLy+vIyOjMTCxP///wAAAAMUWCQ09jAaAiqQmFosdeXRUAkBCCUAIfkECQkACAAsAAAAABAABQCDvLq83N7c3Nrc9Pb0xMLE/P78vL68/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCEwkCnKGbegvQn4RjGMx8F1HxBi5Il4oEiap2DcVYlpZwQAIfkECQkACAAsAAAAABAABQCDvLq85OLkxMLE9Pb0vL685ObkxMbE/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCDwnCGHEcIMxPn4VAGMQNBx0zQEZHkiYNiap5RaBKG9EQAh+QQJCQAJACwAAAAAEAAFAIOEgoTMysyMjozs6uyUlpSMiozMzsyUkpTs7uz///8AAAAAAAAAAAAAAAAAAAAAAAAEGTBJiYgoBM09DfhAwHEeKI4dGKLTIHzCwEUAIfkECQkACAAsAAAAABAABQCDvLq85OLkxMLE9Pb0vL685ObkxMbE/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCAQSTmMEGaco8+UBSACwWBqHxKOJYd+q1iaXFoRRMbtEQAh+QQJCQAIACwAAAAAEAAFAIO8urzc3tzc2tz09vTEwsT8/vy8vrz8+vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEIhBJWc6wJZAtJh3gcRBAaXiIZV2kiRbgNZbA6VXiUAhGL0QAIfkECQkABgAsAAAAABAABQCChIKEtLa0jIqMvL68jI6MxMLE////AAAAAxRoumxFgoxGCbiANos145e3DJcQJAAh+QQJCQAFACwAAAAAEAAFAIK8urzc2tzEwsS8vrzc3tz///8AAAAAAAADFFi6XCQwtCmAHbPVm9kGWKcEQxkkACH5BAkJAAIALAAAAAAQAAUAgfT29Pz6/P///wAAAAIRlI8SAZsPYnuJMUCRnNksWwAAOw==") center center no-repeat;
  overflow: hidden;
}

.article-excerpt-photo img {
  vertical-align: middle;
}

.article-excerpt-read-more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 98, 154, 0.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.article-excerpt-read-more h5 {
  color: #FFFFFF;
  font-family: "utopia-std", serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  top: 2em;
  -webkit-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
}

/* ----- Excerpt Meta ----- */
.article-excerpt-meta {
  margin-top: 1em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid rgba(33, 37, 39, 0.6);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.article-excerpt-title {
  font-family: "utopia-std", serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

/* ----- Categories ----- */
.article-excerpt-categories {
  line-height: 1;
  margin-top: .5em;
  margin-bottom: 0;
}

/* ----- Excerpt Body ----- */
.article-excerpt-body {
  font-size: 0.9em;
  margin-bottom: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.excerpt-read-more {
  text-decoration: none;
  margin-left: .25em;
}

/* ----- Excerpts when sidebar is present ----- */
.sidebar-present .article-excerpt-meta .article-excerpt-date {
  font-size: 0.6em;
}

.sidebar-present .article-excerpt-meta .article-excerpt-title {
  font-size: 1.2em;
}

.sidebar-present .article-excerpt-body {
  font-size: 0.8em;
}

.news-excerpts-section {
  padding: 3em 0 0.5em;
}

.news-excerpt-container {
  margin-bottom: 2.5em;
}

.news-excerpt {
  float: left;
  width: 100%;
  text-decoration: none;
}

.news-excerpt:hover .news-excerpt-read-more, .news-excerpt.hover .news-excerpt-read-more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.news-excerpt:hover .news-excerpt-read-more h5, .news-excerpt.hover .news-excerpt-read-more h5 {
  top: 0;
}

.news-excerpt:hover .news-excerpt-meta, .news-excerpt.hover .news-excerpt-meta {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* ----- Photo & Read More Hover ----- */
.news-excerpt-photo-container {
  height: 185px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: #FFFFFF url("data:image/gif;base64,R0lGODlhEAAFAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAAACwAAAAAEAAFAAACCIyPqcvtD00BACH5BAkJAAIALAAAAAAQAAUAgfT29Pz6/P///wAAAAIQTGCiywKPmjxUNhjtMlWrAgAh+QQJCQAFACwAAAAAEAAFAIK8urzc2tzEwsS8vrzc3tz///8AAAAAAAADFEiyUf6wCEBHvLPemIHdTzCMDegkACH5BAkJAAYALAAAAAAQAAUAgoSChLS2tIyKjLy+vIyOjMTCxP///wAAAAMUWCQ09jAaAiqQmFosdeXRUAkBCCUAIfkECQkACAAsAAAAABAABQCDvLq83N7c3Nrc9Pb0xMLE/P78vL68/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCEwkCnKGbegvQn4RjGMx8F1HxBi5Il4oEiap2DcVYlpZwQAIfkECQkACAAsAAAAABAABQCDvLq85OLkxMLE9Pb0vL685ObkxMbE/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCDwnCGHEcIMxPn4VAGMQNBx0zQEZHkiYNiap5RaBKG9EQAh+QQJCQAJACwAAAAAEAAFAIOEgoTMysyMjozs6uyUlpSMiozMzsyUkpTs7uz///8AAAAAAAAAAAAAAAAAAAAAAAAEGTBJiYgoBM09DfhAwHEeKI4dGKLTIHzCwEUAIfkECQkACAAsAAAAABAABQCDvLq85OLkxMLE9Pb0vL685ObkxMbE/Pr8////AAAAAAAAAAAAAAAAAAAAAAAAAAAABCAQSTmMEGaco8+UBSACwWBqHxKOJYd+q1iaXFoRRMbtEQAh+QQJCQAIACwAAAAAEAAFAIO8urzc3tzc2tz09vTEwsT8/vy8vrz8+vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEIhBJWc6wJZAtJh3gcRBAaXiIZV2kiRbgNZbA6VXiUAhGL0QAIfkECQkABgAsAAAAABAABQCChIKEtLa0jIqMvL68jI6MxMLE////AAAAAxRoumxFgoxGCbiANos145e3DJcQJAAh+QQJCQAFACwAAAAAEAAFAIK8urzc2tzEwsS8vrzc3tz///8AAAAAAAADFFi6XCQwtCmAHbPVm9kGWKcEQxkkACH5BAkJAAIALAAAAAAQAAUAgfT29Pz6/P///wAAAAIRlI8SAZsPYnuJMUCRnNksWwAAOw==") center center no-repeat;
  overflow: hidden;
}

.news-excerpt-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 8%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news-excerpt-read-more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 98, 154, 0.75);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.news-excerpt-read-more h5 {
  color: #FFFFFF;
  font-family: "utopia-std", serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  top: 2em;
  -webkit-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
}

.news-excerpt-meta {
  float: left;
  width: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.news-excerpt-date {
  float: left;
  width: 100%;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: .75em 0;
}

.news-excerpt-title {
  float: left;
  width: 100%;
  font-family: "utopia-std", serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.news-excerpt-title-link {
  text-decoration: none;
}

.news-excerpt-title-link:hover {
  color: #212527;
}

.notice {
  -webkit-font-smoothing: antialiased;
  background-color: #12629a;
  color: #FFFFFF;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.notice p {
  line-height: 1.85rem;
  font-weight: 300;
}

.notice .container {
  display: table;
}

@media (min-width: 1024px) {
  .notice .container {
    position: static;
  }
}

.notice:after {
  content: '';
  position: absolute;
  width: 100%;
  height: .3rem;
  -webkit-box-shadow: 0 5px 16px -1px rgba(33, 37, 39, 0.25);
          box-shadow: 0 5px 16px -1px rgba(33, 37, 39, 0.25);
  z-index: 3;
  bottom: 0;
}

.notice-body {
  display: block;
  margin-top: 3rem;
}

.notice-body p {
  font-size: .75em;
  line-height: 1.1;
  padding-top: .75rem;
  padding-bottom: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .notice-body p {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.notice-body a {
  color:white;
}

@media (min-width: 640px) {
  .notice-body {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4rem;
    padding-right: 3rem;
    margin-top: 0;
  }
}

.notice-logo {
  display: block;
  position: absolute;
  top: -3.25rem;
  left: 0;
  width: 3.5rem;
}

@media (min-width: 640px) {
  .notice-logo {
    width: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.notice-icon {
  content: '';
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  left: 0;
  top: -3rem;
  background-image: url(https://d1rh57o91dfzfe.cloudfront.net/uploads/bullhorn_160503_153756.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

@media (min-width: 640px) {
  .notice-icon {
    width: 3rem;
    height: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.notice-action {
  display: block;
}

@media (min-width: 640px) {
  .notice-action {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}

.notice-btn {
  font-size: .75em;
  padding-right: 2.5rem;
  background-image: url(https://d1rh57o91dfzfe.cloudfront.net/uploads/arrow.svg);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.notice-btn:hover {
  background-image: url(https://d1rh57o91dfzfe.cloudfront.net/uploads/arrow_160503_152414.svg);
}

.notice-close {
  background-color: transparent;
  border: none;
  position: absolute;
  top: -.25rem;
  right: .25rem;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.notice-close:focus {
  outline: 0;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .notice-close {
    top: -1.85rem;
  }
}

@media only screen and (min-width: 1200px) {
  .notice-close {
    margin-top: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1270px) {
  .notice-close {
    right: 1rem;
  }
}

.login {
  color: #FFFFFF;
  display: table;
  height: 100%;
  width: 100%;
  padding: 0;
}

.login h1 {
  margin-top: 0;
}

.login h3 {
  margin-bottom: 0;
}

.login input[type='text'],
.login input[type='password'] {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 1em;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.login input[type='text']:focus,
.login input[type='password']:focus {
  color: #212527;
}

.login input[type='submit'] {
  color: #FFFFFF;
}

.login .checkbox {
  margin-left: 1em;
}

.login-form {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -220px 0 0 -150px;
  width: 300px;
}

/* ----- Home Hero ----- */
.hero-home {
  height: 35em;
}

@media (min-width: 1024px) {
  .hero-home {
    height: 45em;
  }
}

.hero-home .hero-content {
  float: left;
  width: 100%;
  max-width: 650px;
  padding-left: 0;
  padding-top: 3em;
}

@media (min-width: 640px) {
  .hero-home .hero-content {
    padding-top: 5em;
  }
}

.hero-home .hero-head {
  font-size: 2.2em;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .hero-home .hero-head {
    font-size: 3em;
  }
}

.hero-home .hero-subhead {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 1.2em;
  margin-top: 1.75em;
  margin-bottom: 0;
}

.hero-head-container {
  float: left;
  width: 100%;
  padding-left: 1.51515%;
}

/* ----- Stories Section ------- */
.section-success {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d3343+0,184a6c+100 */
  background: #1d3343;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#1d3343), to(#184a6c));
  background: linear-gradient(to bottom, #1d3343 0%, #184a6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3343', endColorstr='#184a6c',GradientType=0 );
  /* IE6-9 */
}

.section-success-stories-story {
  margin-top: 60px;
  text-align: center;
  padding: 1.515151%;
}

.section-success-stories-story-desc {
  opacity: 0.6;
  font-style: italic;
  margin-top: 32px;
}

/* ----- Testimonial Section ----- */
.home-content .testimonial-section {
  padding-top: 0;
}

/* ----- Distruptions Section ----- */
.distruptions-cos {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 1em;
  counter-reset: callout;
}

@media (min-width: 640px) {
  .distruptions-cos {
    margin-top: 3em;
  }
}

.distruptions-co {
  padding-top: 1em;
  padding-bottom: 1em;
}

.middle-co {
  border: 1px solid rgba(33, 37, 39, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

@media (min-width: 640px) {
  .middle-co {
    border-top-color: transparent;
    border-right-color: rgba(33, 37, 39, 0.1);
    border-bottom-color: transparent;
    border-left-color: rgba(33, 37, 39, 0.1);
  }
}

/* ----- Number Circle ----- */
.number-circle {
  color: #12629a;
  display: block;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  margin-bottom: 2em;
  background-color: #f3f2ef;
  border-radius: 50%;
}

.number-circle:before {
  counter-increment: callout;
  content: counter(callout);
  font-family: "utopia-std", serif;
  font-size: 1.8em;
  line-height: 1;
  position: absolute;
  top: .55em;
  right: .85em;
}

.distruptions-co-title {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2.5em;
}

/* ----- Team Intro Section ----- */
.team-intro-section {
  padding-top: 0;
}

/* ----- Photo Grid ----- */
.photo-grid {
  padding: 0;
}

.photo-grid .row::after {
  content: "";
  display: table;
  clear: both;
}

.photo-grid img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

/* ----- Team Members Grid ----- */
.team-member-results {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.team-member {
  text-align: center;
  text-decoration: none;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.team-member:hover {
  background-color: #f3f2ef;
  border-color: #dddad2;
}

.team-member-img {
  display: block;
  max-width: 10em;
  margin: 0 auto 1.5em;
  border-radius: 50%;
}

.team-member-name {
  color: #212527;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.25em;
}

.team-member-title {
  color: #a8a9aa;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* ----- Team Members Single for AJAX and Individual Page ----- */
.team-single-article,
.new-results-div {
  float: left;
  width: 100%;
}

.no-ajax-init-load .ajax-item {
  visibility: visible;
}

.ajax-item {
  visibility: hidden;
}

/*
  Member Info
*/
.member-photo {
  text-align: center;
}

@media (min-width: 640px) {
  .member-photo {
    text-align: right;
  }
}

.member-photo img {
  max-width: 165px;
  border-radius: 50%;
}

@media (min-width: 640px) {
  .member-photo img {
    max-width: 250px;
    float: right;
  }
}

.member-info {
  text-align: center;
  display: table;
}

@media (min-width: 640px) {
  .member-info {
    text-align: left;
    height: 250px;
  }
}

.member-info-center {
  display: table-cell;
  vertical-align: middle;
}

.member-info-border-container {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 640px) {
  .member-info-border-container {
    padding-left: 1em;
  }
}

.member-title {
  margin-bottom: 0;
}

.member-title a {
  color: #212527;
  text-decoration: none;
}

.member-title a:hover {
  color: #12629a;
}

.member-jobtitle {
  color: #a8a9aa;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.member-social {
  margin-top: .2em;
}

.member-social a {
  text-decoration: none;
}

@media (min-width: 640px) {
  .member-social .icon-email:before {
    font-size: 150%;
    top: 4px;
    position: relative;
  }
}

.member-email {
  margin-top: 1em;
}

.member-border {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(33, 37, 39, 0.6);
}

@media (min-width: 640px) {
  .member-border {
    display: block;
  }
}

.member-bio {
  padding-top: 0;
}

/*
  Member Videos
*/
.member-videos {
  padding-bottom: 0;
}

.video-container {
  margin-bottom: 2.5em;
}

.video-container img {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.video-play {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -2em;
  margin-left: -3.25em;
  padding: 0.5em;
  background-color: rgba(18, 98, 154, 0.6);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media (min-width: 640px) {
  .video-play {
    margin-top: -2.5em;
    margin-left: -4.45em;
    padding: 1.5em;
  }
}

.video-play:hover, .video-play:focus {
  color: #FFFFFF;
  background-color: #12629a;
  outline: 0;
}

.video-play-icon {
  font-size: 2em;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  margin-bottom: .4em;
}

@media (min-width: 640px) {
  .video-play-icon {
    font-size: 3em;
  }
}

.video-play-text {
  color: #FFFFFF;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

/*
  Member Articles
*/
.articles-half {
  margin-top: 2em;
}

@media (min-width: 640px) {
  .articles-half {
    margin-top: 0;
  }
}

.article-excerpt-small,
.article-excerpt-small-link {
  float: left;
  width: 100%;
}

.article-excerpt-small-link {
  text-decoration: none;
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(33, 37, 39, 0.1);
}

.article-excerpt-small-link:hover .article-excerpt-small-date,
.article-excerpt-small-link:hover .article-excerpt-small-title {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.article-excerpt-small-date {
  color: #a8a9aa;
  font-size: 0.8em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.article-excerpt-small-title {
  color: #212527;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

/* ----- Company Filters ----- */
.company-filters {
  padding: 0;
}

.filter-form {
  padding-bottom: 1.5em;
}

.filter-input {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: 0;
}

@media (min-width: 640px) {
  .filter-input {
    margin-bottom: 0;
    width: auto;
  }
}

.filter-input input,
.filter-input select {
  display: block;
  border-radius: 0;
}

.filter-first-two {
  float: left;
  margin-bottom: 1em;
}

.search-container {
  margin-right: 0;
}

@media only screen and (min-width: 650px) {
  .search-container {
    float: right;
  }
}

.search-container:after {
  font-family: 'hwvp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e986";
  color: #a8a9aa;
  font-size: .7em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.45em;
  pointer-events: none;
}

.loader {
  display: block;
  visibility: hidden;
  position: absolute;
  top: -2.1em;
  right: 1.6em;
  /*
    Set the color of the icon
  */
}

@media only screen and (min-width: 826px) {
  .loader {
    top: -1.5em;
    right: 1em;
  }
}

.loader svg path,
.loader svg rect {
  fill: #FFFFFF;
}

.company-single-article {
  float: left;
  width: 100%;
}

/* ----- Company Logo ----- */
.company-logo-full {
  text-align: center;
}

@media (min-width: 640px) {
  .company-logo-full {
    text-align: right;
  }
}

.company-logo-full img {
  max-width: 165px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

@media (min-width: 640px) {
  .company-logo-full img {
    max-width: 250px;
    float: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.company-logo-full a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* ----- Company Board Member(s) & Status ----- */
.company-board {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin: 0.2em 0;
}

.board-span {
  margin-right: .25em;
}

.company-status {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .6em;
  text-transform: uppercase;
  display: inline-block;
  top: -0.2em;
  padding: .4em .5em;
  border-radius: 3px;
}

.company-status.status-active {
  color: #FFFFFF;
  background-color: #12629a;
}

.company-status.status-historical {
  color: #212527;
  background-color: #a8a9aa;
}

/* ----- Company Tags ----- */
.company-tags {
  display: block;
  margin-top: 0.5em;
}

.company-tag {
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: .35em .5em;
  border: 1px solid rgba(33, 37, 39, 0.3);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

/* ----- Company Photo ----- */
.company-photo {
  display: block;
  margin: 0 auto;
}

.more-comapnies-by-member {
  float: left;
  width: 100%;
  margin-top: 3em;
}

.more-comapnies-by-member.first-boardmember-group {
  margin-top: 0;
}

.articles-container {
  padding-bottom: 0;
}

/* ----- Archive ----- */
.articles-by-year {
  list-style-type: none;
  margin-bottom: 0;
}

.articles-by-year li {
  margin-bottom: 0;
}

.articles-by-year a {
  color: #212527;
  text-decoration: none;
  display: block;
  padding: 0.75em .25em;
  border-bottom: 1px solid rgba(33, 37, 39, 0.1);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.articles-by-year a:hover .articles-year {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.articles-by-year a .articles-year {
  display: block;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

/* ----- Excerpt Meta ----- */
.article-meta {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(33, 37, 39, 0.6);
}

.article-date {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .75em;
}

.article-date a {
  color: #a8a9aa;
  text-decoration: none;
}

.article-date a:hover {
  color: #212527;
}

.article-author {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-top: .75em;
  margin-bottom: .75em;
  margin-left: 0.35em;
}

.article-author a {
  color: #a8a9aa;
  text-decoration: none;
}

.article-author a:hover {
  color: #212527;
}

.article-bull {
  margin-right: 0.35em;
}

.article-categories {
  line-height: 1;
  margin-top: .5em;
  margin-bottom: -.5em;
}

.article-category {
  color: #212527;
  font-size: .7em;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: .35em .5em;
  border: 1px solid rgba(33, 37, 39, 0.3);
  margin-right: .5em;
  margin-bottom: .5em;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

a.article-category:hover {
  color: #FFFFFF;
  background-color: #212527;
  border-color: #212527;
}

.article-title {
  font-family: "utopia-std", serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

/* ----- Featured Image ----- */
.article-featured-image {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
  padding-left: 1.51515%;
}

.article-featured-image img {
  vertical-align: middle;
}

/* ----- Authors Section ----- */
.article-authors-section {
  padding-top: 1.5em;
  border-top: 1px solid rgba(33, 37, 39, 0.6);
}

.article-author-byline {
  float: left;
  width: 100%;
}

.article-author-byline.more-than-one-author {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(33, 37, 39, 0.6);
}

.article-author-byline .btn, .article-author-byline .btn-ghost-white, .article-author-byline .btn-ghost-black,
.article-author-byline input[type=submit] {
  font-size: 0.8em;
}

.article-author-photo {
  float: left;
  max-width: 100px;
  margin-right: 1em;
  border-radius: 50%;
}

@media (min-width: 640px) {
  .article-author-photo {
    max-width: 145px;
  }
}

.article-author-title {
  line-height: 1;
  margin-bottom: .4em;
}

/* ----- Next Project Section ----- */
.next-prev-pagination {
  padding: 0;
}

.next-prev-container {
  padding: 3em 0;
}

.next-section-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

.next-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 37, 39, 0.5);
}

.next-section-link {
  text-decoration: none;
  z-index: 3;
  margin-bottom: 0;
}

.next-section-link:hover {
  color: #FFFFFF;
}

/* ----- Disruptions CTAs ----- */
.cta-row-1 {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .cta-row-1 {
    margin-bottom: 1.5em;
  }
}

.cta-row-2 .cta-1 {
  border-top: 1px solid rgba(33, 37, 39, 0.1);
}

@media (min-width: 640px) {
  .cta-row-2 .cta-1 {
    border-top-color: transparent;
  }
}

.who-we-back-disruptions .distruptions-co-copy {
  font-style: italic;
}

/* ----- Carousel ----- */
.who-we-back-carousel-section {
  padding: 0;
}

.who-we-back-carousel-gradient {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 98, 154, 0)), color-stop(89%, #12629a), to(#12629a));
  background: linear-gradient(to bottom, rgba(18, 98, 154, 0) 0%, #12629a 89%, #12629a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0012629a', endColorstr='#12629a',GradientType=0 );
  /* IE6-9 */
}

.who-we-back-carousel {
  text-align: center;
  height: 375px;
  padding: 0;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

@media (min-width: 640px) {
  .who-we-back-carousel {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .who-we-back-carousel {
    height: 625px;
  }
}

@media (min-width: 1600px) {
  .who-we-back-carousel {
    height: 750px;
  }
}

.who-we-back-carousel .owl-wrapper-outer,
.who-we-back-carousel .owl-wrapper,
.who-we-back-carousel .owl-item,
.who-we-back-carousel .who-we-back-carousel-slide {
  height: 100%;
}

.who-we-back-carousel .owl-controls {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  width: 100%;
}

.who-we-back-carousel-slide {
  background-color: #12629a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.who-we-back-carousel-copy {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 4.5em;
  padding: 0 1.51515%;
}

.who-we-back-carousel-desc {
  font-style: italic;
  margin-bottom: 0;
}

/* ----- Getting Started CTAs ----- */
.cta-row-1 {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .cta-row-1 {
    margin-bottom: 1.5em;
  }
}

.cta-row-2 .cta-1 {
  border-top: 1px solid rgba(33, 37, 39, 0.1);
}

@media (min-width: 640px) {
  .cta-row-2 .cta-1 {
    border-top-color: transparent;
  }
}

.getting-started .distruptions-co-copy {
  font-style: italic;
}

/* ----- Map Section ----- */
.map-contact-links {
  padding: 0;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

@media (min-width: 640px) {
  .contact-map iframe {
    height: 495px;
  }
}

@media only screen and (min-width: 810px) {
  .contact-map iframe {
    height: 550px;
  }
}

.contact-links {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 640px) {
  .contact-links {
    padding-top: 4em;
  }
}

@media only screen and (min-width: 810px) {
  .contact-links {
    padding-top: 6em;
  }
}

.contact-links h4 {
  font-family: "utopia-std", serif;
  font-weight: 400;
}

.contact-links-list {
  list-style-type: none;
}

.contact-links-list a {
  color: #212527;
  text-decoration: none;
}

.contact-links-list a:hover {
  color: #12629a;
}

.contact-links-list a i {
  padding-right: .5em;
}

.success-stories-story-title {
  color: #a8a9aa;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.success-stories-insights-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success-stories-intro {
  padding-bottom: 0;
}

.success-stories-intro-figure {
  padding: 0;
  margin: 60px 0 0 0;
  position: relative;
}

.success-stories-intro-image {
  width: 100%;
  display: block;
}

.success-stories-intro-image-caption {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
}

.success-stories-insights-story {
  width: 100%;
  padding: 0;
  text-align: center;
}

@media (min-width: 640px) {
  .success-stories-insights-story {
    width: 50%;
    padding: 0 40px;
  }
}

@media (min-width: 800px) {
  .success-stories-insights-story {
    width: 50%;
    padding: 0 80px;
  }
}

.success-stories-insights-story-inner {
  padding: 65px 0;
  border: 1px solid rgba(33, 37, 39, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  width: 100%;
  height: 100%;
}

.success-stories-insights-story-company {
  margin-bottom: 10px;
}

.success-stories-insights-story-subtitle {
  color: #a8a9aa;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.success-stories-insights-story-description {
  font-style: italic;
}

.success-stories-insights-story-logo {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success-stories-insights-story .arrow-btn-container {
  float: none;
}

.success-stories-companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success-stories-company {
  width: 50%;
  padding: 4px;
}

@media (min-width: 800px) {
  .success-stories-company {
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  .success-stories-company {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .success-stories-company {
    width: 20%;
  }
}

.success-stories-company .company-item {
  width: 100%;
  display: block;
}

/* ----- Component Name ----- */
