@charset "UTF-8";
/*! Made by Rob at Independent Logic https://www.independentlogic.com */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* @import url("//hello.myfonts.net/count/30f173");
@import url("//hello.myfonts.net/count/3018a1"); */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
select.transparent-yellow,
select.green-white,
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,
select.transparent-yellow,
select.green-white {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

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

.fa, input[type="radio"], input[type="checkbox"], .dropdown-label:after, .dropdown-label--transparent-yellow:after, .dropdown-label.green-white:after, .timeline-item:before, .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items .child-items li:after, .quote-box .quote-pager .left, .quote-box .quote-pager .right, .news-filters ul li:after, .homepage-image-slider .pager .left, .homepage-image-slider .pager .right, .hero-slideshow-holder .slide-pager, .team-member-slideshow-holder .team-member-pager {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

.fa.fa-pull-left, input.fa-pull-left[type="radio"], input.fa-pull-left[type="checkbox"], .fa-pull-left.dropdown-label:after, .fa-pull-left.dropdown-label--transparent-yellow:after, .fa-pull-left.timeline-item:before, .mobile-menu .menu-items li.fa-pull-left.has-children:before, .mobile-menu .menu-items .child-items li.fa-pull-left:after, .quote-box .quote-pager .fa-pull-left.left, .quote-box .quote-pager .fa-pull-left.right, .news-filters ul li.fa-pull-left:after, .homepage-image-slider .pager .fa-pull-left.left, .homepage-image-slider .pager .fa-pull-left.right, .hero-slideshow-holder .fa-pull-left.slide-pager, .team-member-slideshow-holder .fa-pull-left.team-member-pager {
  margin-right: .3em; }

.fa.fa-pull-right, input.fa-pull-right[type="radio"], input.fa-pull-right[type="checkbox"], .fa-pull-right.dropdown-label:after, .fa-pull-right.dropdown-label--transparent-yellow:after, .fa-pull-right.timeline-item:before, .mobile-menu .menu-items li.fa-pull-right.has-children:before, .mobile-menu .menu-items .child-items li.fa-pull-right:after, .quote-box .quote-pager .fa-pull-right.left, .quote-box .quote-pager .fa-pull-right.right, .news-filters ul li.fa-pull-right:after, .homepage-image-slider .pager .fa-pull-right.left, .homepage-image-slider .pager .fa-pull-right.right, .hero-slideshow-holder .fa-pull-right.slide-pager, .team-member-slideshow-holder .fa-pull-right.team-member-pager {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left, input.pull-left[type="radio"], input.pull-left[type="checkbox"], .pull-left.dropdown-label:after, .pull-left.dropdown-label--transparent-yellow:after, .pull-left.timeline-item:before, .mobile-menu .menu-items li.pull-left.has-children:before, .mobile-menu .menu-items .child-items li.pull-left:after, .quote-box .quote-pager .pull-left.left, .quote-box .quote-pager .pull-left.right, .news-filters ul li.pull-left:after, .homepage-image-slider .pager .pull-left.left, .homepage-image-slider .pager .pull-left.right, .hero-slideshow-holder .pull-left.slide-pager, .team-member-slideshow-holder .pull-left.team-member-pager {
  margin-right: .3em; }

.fa.pull-right, input.pull-right[type="radio"], input.pull-right[type="checkbox"], .pull-right.dropdown-label:after, .pull-right.dropdown-label--transparent-yellow:after, .pull-right.timeline-item:before, .mobile-menu .menu-items li.pull-right.has-children:before, .mobile-menu .menu-items .child-items li.pull-right:after, .quote-box .quote-pager .pull-right.left, .quote-box .quote-pager .pull-right.right, .news-filters ul li.pull-right:after, .homepage-image-slider .pager .pull-right.left, .homepage-image-slider .pager .pull-right.right, .hero-slideshow-holder .pull-right.slide-pager, .team-member-slideshow-holder .pull-right.team-member-pager {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.hidden {
  display: none; }

.block, .landing-page-blocks .block--extra, .landing-page-blocks--two-across .block--extra {
  display: block; }

@media (min-width: 415px) {
  .bit\:block {
    display: block !important; } }

@media (min-width: 980px) {
  .md\:hidden {
    display: none !important; } }

.top-20px {
  top: 20px; }

.right-20px {
  right: 20px; }

@media (min-width: 980px) {
  .md\:top-40px {
    top: 40px; } }

@media (min-width: 980px) {
  .md\:right-55px {
    right: 55px; } }

@media (min-width: 415px) {
  .bit\:relative {
    position: relative; } }

.absolute {
  position: absolute; }

@media (min-width: 980px) {
  .md\:absolute {
    position: absolute; } }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-1 {
  -ms-flex: 1;
  flex: 1; }

.space-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-center {
  -ms-flex-pack: center;
  justify-content: center; }

.items-center {
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 640px) {
  .sm\:flex {
    display: -ms-flexbox !important;
    display: flex !important; } }

/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0; } }

.mt-4 {
  margin-top: 1rem; }

.mt-6 {
  margin-top: 1.5rem; }

.ml-0 {
  margin-left: 0; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1024px) {
  .lg\:ml-auto {
    margin-left: auto; } }

@media (min-width: 1024px) {
  .lg\:mr-0 {
    margin-right: 0; } }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left; } }

.w-full {
  width: 100%; }

.w-4\/12 {
  width: calc(4 / 12 * 100%); }

@media (min-width: 1024px) {
  .lg\:w-1\/3 {
    width: calc(1 / 3 * 100%); } }

.w-49px {
  width: 49px; }

@media (min-width: 415px) {
  .bit\:w-80px {
    width: 80px; } }

/**
 * Fonts
 * ----------------------------------------------------------------------------
 * I'm a simple guy with simple needs, I don't like to mix a lot of different
 * fonts in my designs.  To keep it simple, I have two different font types:
 * copy and headlines.  They are exactly what they sound like.
 *
 * Make sure you also define "fallbacks" on the off chance Google fonts goes
 * down or your user is on a crappy connection.
 *
 */
/**
 * Elements are global styles.  They are very generic, in fact, you
 * should think long and hard before adding anything to this stylesheet.
 * Do not add font sizes or colors in here...yes even if it's global
 * because the truth is it probably isn't as global as you think.
 */
* {
  box-sizing: inherit;
  -webkit-overflow-scrolling: touch;
  -ms-font-feature-settings: "liga" 0;
  -o-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0; }
  *:before, *:after {
    box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-family: Gunar-Medium, Helvetica Neue, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0; }

body {
  background: #484e52;
  color: #2A2828;
  font-weight: 500;
  line-height: 2.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

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

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333F48;
  font-family: Serifa-Bol, Georgia, serif;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: normal;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.066rem;
  line-height: 4.5rem; }
  h1 + p {
    margin-top: 3rem; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Serifa-Lig, Georgia, serif;
  font-weight: 400;
  margin-bottom: 3rem; }

h3 {
  color: #7C878E;
  font-family: Serifa-Lig, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  h3.subtitle {
    margin-top: 2rem; }

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Gunar-DemiBold", "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem; }

b,
strong {
  font-family: "Gunar-Bold", "Helvetica Neue", sans-serif;
  font-weight: normal; }

p,
ul,
ol {
  font-size: inherit; }

a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none; }
  a.back-link {
    display: block;
    margin-bottom: 5rem; }
    a.back-link .fa, a.back-link input[type="radio"], a.back-link input[type="checkbox"], a.back-link .dropdown-label:after, a.back-link .dropdown-label--transparent-yellow:after, a.back-link .timeline-item:before, a.back-link .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items a.back-link li.has-children:before, a.back-link .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items a.back-link li:after, a.back-link .quote-box .quote-pager .left, .quote-box .quote-pager a.back-link .left, a.back-link .quote-box .quote-pager .right, .quote-box .quote-pager a.back-link .right, a.back-link .news-filters ul li:after, .news-filters ul a.back-link li:after, a.back-link .homepage-image-slider .pager .left, .homepage-image-slider .pager a.back-link .left, a.back-link .homepage-image-slider .pager .right, .homepage-image-slider .pager a.back-link .right, a.back-link .hero-slideshow-holder .slide-pager, .hero-slideshow-holder a.back-link .slide-pager, a.back-link .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder a.back-link .team-member-pager {
      display: inline-block;
      margin-right: 1rem; }

p a {
  color: #44693D;
  text-decoration: underline; }

p {
  margin: 0 0 1rem 0;
  padding: 0; }

nav ol,
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ol li,
  nav ul li {
    margin: 0;
    padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E5E5E5;
  margin: 3rem 0;
  padding: 0; }

#vmap {
  width: 100vw;
  height: 56.25vw;
  max-width: 1260px;
  max-height: 708px;
  margin: -6rem auto 0 auto;
  padding-bottom: 6rem; }

.no-top-padding {
  padding-top: 0 !important; }

.no-bottom-padding {
  padding-bottom: 0 !important; }

.jqvmap-label {
  z-index: 3; }

.hidden {
  display: none; }

@media all and (min-width: 680px) {
  body {
    line-height: 3rem; }
  h1 {
    font-size: 50px;
    font-size: 5rem; }
  h2 {
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 4rem; } }

@media (min-width: 320px) {
  .home .content {
    margin-top: 168px !important; } }

@media screen and (max-width: 421px) and (min-width: 321px) {
  .home .content {
    margin-top: 168px !important; } }

@media (min-width: 1024px) {
  .home .content {
    margin-top: 187px !important; } }

@media (min-width: 768px) {
  .home .content {
    margin-top: 167px !important; } }

div#twp-footer {
  position: relative; }

img#twp-header {
  height: 149px; }

img#twp-footer {
  height: 73px; }

@media screen and (max-width: 420px) {
  div#twp-footer {
    position: relative;
    margin-left: 0px; }
  img#twp-header {
    position: absolute;
    right: 20px !important;
    top: 20px !important;
    height: 90px !important; }
  #videoHeader {
    margin-top: 60px !important; } }

@media screen and (max-width: 768px) and (min-width: 421px) {
  img#twp-header {
    position: absolute;
    right: 18px;
    top: 12px;
    height: 149px; }
  .video-poster .video-overlay-home h1 {
    font-size: 36px !important; } }

button, .btn {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: "Gunar-DemiBold", "Helvetica Neue", sans-serif;
  background-color: #6FA287;
  outline: 0;
  border: 0;
  text-align: center;
  padding: 1rem;
  min-width: 185px;
  width: auto;
  transition: all .3s;
  text-decoration: none !important; }
  button:hover, .btn:hover {
    background-color: #436854; }
  button[disabled], .btn[disabled] {
    background-color: #768692;
    cursor: default; }
  button.secondary, .btn.secondary, button.secondary--small, .btn.secondary--small {
    padding: .7rem;
    min-width: 135px;
    background-color: transparent;
    color: #44693D;
    font-family: "Gunar-DemiBold", "Helvetica Neue", sans-serif;
    border: 2px solid #44693D;
    margin-top: 3rem; }
    button.secondary:hover, button.secondary.active, .btn.secondary:hover, button.secondary--small:hover, .btn.secondary--small:hover, .btn.secondary.active, button.active.secondary--small, .active.btn.secondary--small {
      color: #fff;
      background-color: #44693D; }
    button.secondary--small, .btn.secondary--small {
      margin-top: 0;
      padding: .5rem;
      min-width: 100px; }

.footable .btn {
  width: auto;
  min-width: 0; }

.footable .btn-primary {
  background-color: #6FA287 !important;
  border-color: #6FA287 !important; }

.footable .dropdown-toggle {
  display: none !important; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="phone"],
input[type="email"],
select,
select.transparent-yellow,
select.green-white,
textarea {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #C1C3C7;
  border-radius: 0; }
  input[type="text"][disabled],
  input[type="search"][disabled],
  input[type="password"][disabled],
  input[type="phone"][disabled],
  input[type="email"][disabled],
  select[disabled],
  textarea[disabled] {
    background-color: #EEEEEE; }
  @media all and (min-width: 680px) {
    input[type="text"],
    input[type="search"],
    input[type="password"],
    input[type="phone"],
    input[type="email"],
    select,
    select.transparent-yellow,
    select.green-white,
    textarea {
      width: auto; } }

label {
  display: block;
  font-family: "Gunar-Bold";
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .5rem; }
  label.inline {
    display: inline-block;
    margin-right: 3rem; }
  label.thin {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: top;
    font-family: Gunar-Medium, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-size: 1.5rem; }

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background-color: transparent; }
  input[type="radio"]:before {
    content: '\f1db'; }
  input[type="radio"]:checked {
    background-color: transparent; }
    input[type="radio"]:checked:before {
      color: #6FA287;
      content: '\f192'; }

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background-color: transparent; }
  input[type="checkbox"]:before {
    content: '\f096';
    font-size: 3rem; }
  input[type="checkbox"]:checked {
    background-color: transparent; }
    input[type="checkbox"]:checked:before {
      color: #6FA287;
      content: '\f046'; }

.dropdown-label, .dropdown-label--transparent-yellow, .dropdown-label.green-white {
  position: relative; }
  .dropdown-label:after, .dropdown-label--transparent-yellow:after, .dropdown-label.green-white:after {
    color: #333F48;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '\f078';
    text-align: center;
    pointer-events: none;
    display: block; }
  .dropdown-label--transparent-yellow:after, .green-white.dropdown-label--transparent-yellow:after, .green-white.dropdown-label:after {
    color: #fff; }

select, select.transparent-yellow, select.green-white {
  -webkit-appearance: none;
  appearance: none;
  color: #333F48;
  background-color: #fff;
  font-family: "Gunar-DemiBold", "Helvetica Neue", sans-serif;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 1.2rem 4rem 1.2rem 1rem;
  min-width: 260px; }
  select.transparent-yellow {
    color: #F8E08E;
    background-color: transparent; }
  select.green-white {
    color: #fff;
    background-color: #6FA287; }
  select::-ms-expand, select.transparent-yellow::-ms-expand, select.green-white::-ms-expand {
    display: none; }

.form_error, .error {
  color: #8B1820;
  display: block; }

#type-error {
  position: absolute;
  top: 2em;
  left: -10px; }

.required-msg {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7C878E; }

.align--center, .cta, .cta--blue, .center-callout-copy, .center-callout-copy--condensed {
  text-align: center; }

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

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

table {
  width: 100%;
  margin-top: 3rem; }
  table thead tr th {
    background-color: #ECEDEE;
    border-right: 1px solid white;
    padding: 1.5rem 1rem;
    color: #44693D;
    font-family: "Gunar-DemiBold";
    font-weight: normal;
    text-align: left; }
    table thead tr th:last-child {
      border-right: none; }
  table tr {
    border-bottom: 1px solid #ECEDEE; }
    table tr td {
      padding: 3rem 1rem;
      vertical-align: top; }
      table tr td a {
        color: #44693D; }
    table tr:last-child {
      border-bottom: none; }

table.distributor_list td:nth-of-type(5) {
  word-wrap: break-word; }

table.manufacturer_list .company,
table.distributor_list .company {
  min-width: 200px;
  max-width: 200px; }

table.manufacturer_list .logo,
table.distributor_list .logo {
  min-width: 200px;
  max-width: 200px; }

table.meeting_schedule td:nth-of-type(8) {
  word-wrap: break-word; }

@media all and (max-width: 680px) {
  table.distributor_list, table.manufacturer_list {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    table.distributor_list thead, table.distributor_list tbody, table.distributor_list th, table.distributor_list td, table.distributor_list tr, table.manufacturer_list thead, table.manufacturer_list tbody, table.manufacturer_list th, table.manufacturer_list td, table.manufacturer_list tr {
      display: block; }
    table.distributor_list table tr:last-child, table.manufacturer_list table tr:last-child {
      border-bottom: 1px solid #ECEDEE; }
    table.distributor_list thead tr, table.manufacturer_list thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.distributor_list tr, table.manufacturer_list tr {
      border: 1px solid #ECEDEE;
      margin-bottom: 1.5rem; }
    table.distributor_list td, table.manufacturer_list td {
      /* Behave  like a "row" */
      border-bottom: none;
      position: relative;
      padding: 1rem 1rem 1rem 50% !important; }
    table.distributor_list td:before, table.manufacturer_list td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 1rem;
      left: 1rem;
      width: 45%;
      padding-right: 1rem;
      white-space: nowrap;
      color: #44693D;
      font-family: "Gunar-DemiBold"; }
  /*
		Label the data
		*/
  table.distributor_list td:nth-of-type(1):before {
    content: "Company"; }
  table.distributor_list td:nth-of-type(2):before {
    content: "Address"; }
  table.distributor_list td:nth-of-type(3):before {
    content: "Contact"; }
  table.distributor_list td:nth-of-type(4):before {
    content: "Phone"; }
  table.distributor_list td:nth-of-type(5):before {
    content: "Website"; }
  table.manufacturer_list td:nth-of-type(1):before {
    content: "Company"; }
  table.manufacturer_list td:nth-of-type(2):before {
    content: "Description"; } }

@media all and (max-width: 1024px) {
  table.meeting_scheduledd {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    table.meeting_scheduledd thead, table.meeting_scheduledd tbody, table.meeting_scheduledd th, table.meeting_scheduledd td, table.meeting_scheduledd tr {
      display: block; }
    table.meeting_scheduledd table tr:last-child {
      border-bottom: 1px solid #ECEDEE; }
    table.meeting_scheduledd thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.meeting_scheduledd tr {
      border: 1px solid #ECEDEE;
      margin-bottom: 1.5rem; }
    table.meeting_scheduledd td {
      /* Behave  like a "row" */
      border-bottom: none;
      position: relative;
      padding: 1rem 1rem 1rem 50% !important; }
    table.meeting_scheduledd td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 1rem;
      left: 1rem;
      width: 45%;
      padding-right: 1rem;
      white-space: nowrap;
      color: #44693D;
      font-family: "Gunar-DemiBold"; }
  table.manufacturer_list .company {
    max-width: 100%; }
  table.manufacturer_list .logo {
    max-width: 100%; }
  /*
		Label the data
		*/
  table.meeting_scheduledd td:nth-of-type(1):before {
    content: "Dates"; }
  table.meeting_scheduledd td:nth-of-type(2):before {
    content: "Suggested \a Arrival/Departure";
    white-space: pre; }
  table.meeting_scheduledd td:nth-of-type(3):before {
    content: "Division"; }
  table.meeting_scheduledd td:nth-of-type(4):before {
    content: "Meeting"; }
  table.meeting_scheduledd td:nth-of-type(5):before {
    content: "Location"; }
  table.meeting_scheduledd td:nth-of-type(6):before {
    content: "City"; }
  table.meeting_scheduledd td:nth-of-type(7):before {
    content: "State"; }
  table.meeting_scheduledd td:nth-of-type(8):before {
    content: "More Information"; } }

@media all and (min-width: 680px) {
  .wysiwyg-left-half-column {
    width: 48%;
    margin-right: 2%;
    float: left; }
  .wysiwyg-right-half-column {
    width: 48%;
    margin-left: 2%;
    float: right; }
    .wysiwyg-right-half-column + p:after, .wysiwyg-right-half-column hr:after {
      clear: both;
      content: '';
      display: table; }
  .wysiwyg-left-third-column,
  .wysiwyg-middle-third-column,
  .wysiwyg-right-third-column {
    width: 32%;
    margin-right: 2%;
    float: left; }
  .wysiwyg-right-third-column {
    margin-right: 0; }
    .wysiwyg-right-third-column + p:after, .wysiwyg-right-third-column hr:after {
      clear: both;
      content: '';
      display: table; }
  .wysiwyg-first-quarter-column,
  .wysiwyg-second-quarter-column,
  .wysiwyg-third-quarter-column,
  .wysiwyg-fourth-quarter-column {
    width: 24%;
    margin-right: 1%;
    float: left; }
  .wysiwyg-fourth-quarter-column {
    margin-right: 0; }
    .wysiwyg-fourth-quarter-column + p:after, .wysiwyg-fourth-quarter-column hr:after {
      clear: both;
      content: '';
      display: table; } }

.content {
  margin-top: 70px;
  background-color: #ECEDEE; }

.home .content {
  background-color: transparent; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.home.wrapper {
  z-index: auto; }

.contain, .contain--narrow, .contain--tight, .contain--short {
  max-width: 1440px;
  padding: 6rem 3rem;
  margin: 0 auto; }
  .contain--narrow {
    max-width: 900px; }
  .contain--tight {
    padding: 2rem 1.5rem 1rem 1.5rem; }
  .contain--short {
    padding: 3rem; }

.inner-contain {
  max-width: 1260px;
  margin: 0 auto; }
  .inner-contain:after {
    clear: both;
    content: '';
    display: table; }
  .inner-contain--small {
    max-width: 1024px;
    margin: 0 auto; }

.video-shade, .shade {
  display: none;
  background-color: rgba(42, 40, 40, 0.91);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12; }

.video-shade .fa-close {
  position: absolute;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  top: 2rem;
  right: 2rem;
  cursor: pointer; }

.embed-container {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden;
  max-width: 100%; }

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

.video-embed-container, .video-embed-container--award {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .video-embed-container iframe, .video-embed-container--award iframe, .video-embed-container object, .video-embed-container--award object, .video-embed-container embed, .video-embed-container--award embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-embed-container--award {
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 1.5rem; }

.standard-hero {
  display: block;
  margin: 0 auto; }

.intro-section, .intro-section--blue {
  line-height: 3.2rem;
  font-size: 18px;
  font-size: 1.8rem; }
  .intro-section--blue {
    color: #fff; }
    .intro-section--blue h1 {
      color: #fff; }
    .intro-section--blue h3 {
      color: #F8E08E; }

.bg-breakout, .bg-breakout--blue, .team-member-bio .bio-header, .bg-breakout--blue-dark, .bg-breakout--blue-video, .bg-breakout--blue-grid, .bg-breakout--blue-grid-vertical, .bg-breakout--blue-solid, .bg-breakout--green, .bg-breakout--white, .bg-breakout--gray, .bg-breakout--light-gray {
  width: 100%; }
  .bg-breakout--blue, .team-member-bio .bio-header {
    background-image: url("../../assets/images/minified/blue-texture.jpg"); }
  .bg-breakout--blue-dark {
    background-image: url("../../assets/images/minified/blue-texture-dark.jpg"); }
  .bg-breakout--blue-video {
    background-image: url("../../assets/images/minified/blue-texture.jpg");
    height: 25vw; }
  .bg-breakout--blue-grid {
    background-image: url("../../assets/images/minified/blue-texture-grid.jpg"); }
  .bg-breakout--blue-grid-vertical {
    background-image: url("../../assets/images/minified/blue-texture-grid-vertical.jpg"); }
    @media all and (min-width: 680px) {
      .bg-breakout--blue-grid-vertical {
        background-position: center center; } }
  .bg-breakout--blue-solid {
    background-color: #333F48; }
  .bg-breakout--green {
    background-image: url("../../assets/images/minified/green-texture.jpg"); }
  .bg-breakout--white {
    background: #fff; }
  .bg-breakout--gray {
    background: #ECEDEE; }
  .bg-breakout--light-gray {
    background: #768692; }

blockquote {
  margin: 0 0 4rem 0;
  padding: 0;
  color: #fff;
  font-family: Serifa-Lig, Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.02rem;
  line-height: 3.8rem; }
  blockquote p:first-child:before {
    content: '"'; }
  blockquote p:last-child:after {
    content: '"'; }

.no-scroll {
  overflow: hidden; }

.text-white, .cta--blue {
  color: #fff; }
  .text-white h1, .cta--blue h1, .text-white h2, .cta--blue h2 {
    color: #fff; }

.text-yellow {
  color: #F8E08E; }

.text-green, .link-list a {
  color: #44693D; }

.text-gray {
  color: #7C878E; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.semi-bold {
  font-family: "Gunar-DemiBold"; }

.bold {
  font-family: "Gunar-Bold"; }

@media all and (max-width: 679px) {
  .hide-desktop {
    display: inherit; }
  .hide-mobile {
    display: none !important; } }

@media screen and (min-width: 680px) {
  .hide-desktop {
    display: none !important; }
  .hide-mobile {
    display: inherit; }
  .intro-section, .intro-section--blue {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px; }
    .intro-section:after, .intro-section--blue:after {
      content: " ";
      display: block;
      clear: both; }
    .intro-section .intro-left, .intro-section--blue .intro-left {
      width: 41.93548%;
      float: left;
      margin-right: 1.6129%;
      position: relative;
      padding-left: 2rem; }
      .intro-section .intro-left:before, .intro-section--blue .intro-left:before {
        position: absolute;
        content: '';
        left: 0;
        top: 13px;
        bottom: 15px;
        width: 5px;
        background-color: #768692; }
      .intro-section .intro-left h1, .intro-section--blue .intro-left h1 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 5rem; }
      .intro-section .intro-left h3, .intro-section--blue .intro-left h3 {
        margin-bottom: 0; }
    .intro-section .intro-right, .intro-section--blue .intro-right {
      width: 56.45161%;
      float: right;
      margin-right: 0; }
  .split-hero-flex {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .split-hero-flex > div {
      width: 48%; } }

@media all and (min-width: 1024px) {
  .home .content {
    margin-top: 126px; }
  .content {
    margin-top: 177px; } }

@media screen and (min-width: 1260px) {
  .video-poster {
    width: 100%;
    left: 0; }
  .standard-hero {
    max-width: 1260px;
    padding-top: 5rem; } }

.bx-viewport li {
  min-height: 1px;
  min-width: 1px; }

.home .video-poster {
  height: calc(100vh + -71px);
  padding-bottom: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .home .video-poster {
      height: 953px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .home .video-poster {
      height: 697px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .home .video-poster {
      height: 409px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .home .video-poster {
      height: 249px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .home .video-poster {
      height: 389px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .home .video-poster {
      height: 141px; } }

h3.line-under, h3.line-under--white {
  font-family: Gunar-Medium, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  color: #768692;
  text-transform: uppercase; }
  h3.line-under:after, h3.line-under--white:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 1rem;
    background-color: #768692; }
  h3.line-under--white {
    color: #fff; }
    h3.line-under--white:after {
      background-color: #fff; }

.homepage-row, .homepage-row--flex {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .homepage-row:after, .homepage-row--flex:after {
    content: " ";
    display: block;
    clear: both; }
  .homepage-row--flex {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .homepage-row--flex .col-narrow {
      -ms-flex-order: 2;
      order: 2; }

.col-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.col-image--left, .col-image--right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: gray;
  height: 50vw;
  width: 100%;
  top: 0; }

.col-image--right {
  -ms-flex-order: 1;
  order: 1; }

.col-narrow, .col-wide {
  padding: 4rem 3rem; }

.home-recent {
  padding: 5.5rem 3rem;
  max-width: 1920px;
  margin: 0 auto; }

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

.instagram {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #E5E5E5; }

.instagram-media {
  max-width: 425px !important;
  margin: 0 auto !important; }

.homepage-bg-video {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: calc(100vh + 0px);
  background: url("../images/minified/mountain-mark.svg") no-repeat center bottom, url("../images/minified/homepage-video-poster.png") no-repeat left top;
  background-size: 100%, cover;
  margin: 0 auto;
  max-width: 1920px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  /*
	video
	{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
		width: 100%;
	}
	*/ }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .homepage-bg-video {
      height: 1024px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .homepage-bg-video {
      height: 768px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .homepage-bg-video {
      height: 480px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .homepage-bg-video {
      height: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .homepage-bg-video {
      height: 460px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .homepage-bg-video {
      height: 212px; } }
  .homepage-bg-video .mountain-mark {
    display: none; }

@media all and (min-width: 1024px) {
  .home .video-poster > .contain, .home .video-poster > .contain--narrow, .home .video-poster > .contain--tight, .home .video-poster > .contain--short {
    margin: 0;
    max-width: 100%; }
  .col-narrow, .col-wide {
    padding: 3em; }
  .col-image--right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: gray;
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    -ms-flex-order: 3;
    order: 3; }
  .col-image--left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: gray;
    position: absolute;
    height: 100%;
    width: 57%;
    left: 0; }
  .col-narrow {
    width: 36.61972%;
    float: left;
    margin-right: 1.40845%;
    margin-left: 6.33803%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 6em; }
    .col-narrow.chart-section {
      width: 42.95775%;
      float: left;
      margin-right: 1.40845%;
      margin-left: 6.33803%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 6em; }
    .col-narrow.last {
      width: 36.61972%;
      float: right;
      margin-right: 0; }
  .home-recent {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-recent .news {
      -ms-flex: 2;
      flex: 2;
      padding-right: 6rem; }
    .home-recent .instagram {
      -ms-flex: 1;
      flex: 1;
      margin-top: 0;
      padding-top: 0;
      padding-left: 6rem;
      border-top: 0;
      border-left: 1px solid #E5E5E5; }
      .home-recent .instagram h2 {
        text-align: left !important; }
    .home-recent .instagram-media {
      margin-left: 0 !important; }
  .homepage-bg-video {
    background: url("../images/minified/homepage-video-poster.png") no-repeat left top;
    background-size: cover;
    /*
		background-size: 1000px, cover;
		background-position: 77% bottom, left top;
		*/ }
    .homepage-bg-video .mountain-mark {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/minified/ad-mtn-mark-1920.svg") no-repeat;
      background-size: auto 75vh;
      background-position: 80% 100%; } }

@media all and (min-width: 1440px) {
  .col-narrow, .col-wide {
    padding-top: 12em;
    padding-bottom: 12em; }
    .col-narrow.chart-section, .col-wide.chart-section {
      padding-top: 9em;
      padding-bottom: 9em; } }

/**
 * @license
 * MyFonts Webfont Build ID 3207539, 2016-04-21T11:22:04-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gunar-Black by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/black/
 *
 * Webfont: Gunar-BlackItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/black-italic/
 *
 * Webfont: Gunar-Bold by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/bold/
 *
 * Webfont: Gunar-BoldItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/bold-italic/
 *
 * Webfont: Gunar-DemiBold by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/demi-bold/
 *
 * Webfont: Gunar-DemiBoldItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/demi-bold-italic/
 *
 * Webfont: Gunar-ExtraBold by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/extra-bold/
 *
 * Webfont: Gunar-Light by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/light/
 *
 * Webfont: Gunar-LightItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/light-italic/
 *
 * Webfont: Gunar-Italic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/italic/
 *
 * Webfont: Gunar-ExtraBoldItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/extra-bold-italic/
 *
 * Webfont: Gunar-Heavy by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/heavy/
 *
 * Webfont: Gunar-Medium by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/medium/
 *
 * Webfont: Gunar-HeavyItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/heavy-italic/
 *
 * Webfont: Gunar-Thin by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/thin/
 *
 * Webfont: Gunar-MediumItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/medium-italic/
 *
 * Webfont: Gunar-Regular by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/regular/
 *
 * Webfont: Gunar-ThinItalic by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/gunar/thin-italic/
 *
 * Webfont: Serifa-Lig by URW++
 * URL: http://www.myfonts.com/fonts/urw/serifa/t-light/
 *
 * Webfont: Serifa-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/serifa/t-bold/
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3207539
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2013 by Jonathan Hill. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Gunar-Black';
  src: url("../fonts/gunar/30F173_0_0.eot");
  src: url("../fonts/gunar/30F173_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_0_0.woff2") format("woff2"), url("../fonts/gunar/30F173_0_0.woff") format("woff"), url("../fonts/gunar/30F173_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-BlackItalic';
  src: url("../fonts/gunar/30F173_1_0.eot");
  src: url("../fonts/gunar/30F173_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_1_0.woff2") format("woff2"), url("../fonts/gunar/30F173_1_0.woff") format("woff"), url("../fonts/gunar/30F173_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Bold';
  src: url("../fonts/gunar/30F173_2_0.eot");
  src: url("../fonts/gunar/30F173_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_2_0.woff2") format("woff2"), url("../fonts/gunar/30F173_2_0.woff") format("woff"), url("../fonts/gunar/30F173_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-BoldItalic';
  src: url("../fonts/gunar/30F173_3_0.eot");
  src: url("../fonts/gunar/30F173_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_3_0.woff2") format("woff2"), url("../fonts/gunar/30F173_3_0.woff") format("woff"), url("../fonts/gunar/30F173_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-DemiBold';
  src: url("../fonts/gunar/30F173_4_0.eot");
  src: url("../fonts/gunar/30F173_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_4_0.woff2") format("woff2"), url("../fonts/gunar/30F173_4_0.woff") format("woff"), url("../fonts/gunar/30F173_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-DemiBoldItalic';
  src: url("../fonts/gunar/30F173_5_0.eot");
  src: url("../fonts/gunar/30F173_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_5_0.woff2") format("woff2"), url("../fonts/gunar/30F173_5_0.woff") format("woff"), url("../fonts/gunar/30F173_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-ExtraBold';
  src: url("../fonts/gunar/30F173_6_0.eot");
  src: url("../fonts/gunar/30F173_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_6_0.woff2") format("woff2"), url("../fonts/gunar/30F173_6_0.woff") format("woff"), url("../fonts/gunar/30F173_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Light';
  src: url("../fonts/gunar/30F173_7_0.eot");
  src: url("../fonts/gunar/30F173_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_7_0.woff2") format("woff2"), url("../fonts/gunar/30F173_7_0.woff") format("woff"), url("../fonts/gunar/30F173_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-LightItalic';
  src: url("../fonts/gunar/30F173_8_0.eot");
  src: url("../fonts/gunar/30F173_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_8_0.woff2") format("woff2"), url("../fonts/gunar/30F173_8_0.woff") format("woff"), url("../fonts/gunar/30F173_8_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Italic';
  src: url("../fonts/gunar/30F173_9_0.eot");
  src: url("../fonts/gunar/30F173_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_9_0.woff2") format("woff2"), url("../fonts/gunar/30F173_9_0.woff") format("woff"), url("../fonts/gunar/30F173_9_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-ExtraBoldItalic';
  src: url("../fonts/gunar/30F173_A_0.eot");
  src: url("../fonts/gunar/30F173_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_A_0.woff2") format("woff2"), url("../fonts/gunar/30F173_A_0.woff") format("woff"), url("../fonts/gunar/30F173_A_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Heavy';
  src: url("../fonts/gunar/30F173_B_0.eot");
  src: url("../fonts/gunar/30F173_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_B_0.woff2") format("woff2"), url("../fonts/gunar/30F173_B_0.woff") format("woff"), url("../fonts/gunar/30F173_B_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Medium';
  src: url("../fonts/gunar/30F173_C_0.eot");
  src: url("../fonts/gunar/30F173_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_C_0.woff2") format("woff2"), url("../fonts/gunar/30F173_C_0.woff") format("woff"), url("../fonts/gunar/30F173_C_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-HeavyItalic';
  src: url("../fonts/gunar/30F173_D_0.eot");
  src: url("../fonts/gunar/30F173_D_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_D_0.woff2") format("woff2"), url("../fonts/gunar/30F173_D_0.woff") format("woff"), url("../fonts/gunar/30F173_D_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Thin';
  src: url("../fonts/gunar/30F173_E_0.eot");
  src: url("../fonts/gunar/30F173_E_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_E_0.woff2") format("woff2"), url("../fonts/gunar/30F173_E_0.woff") format("woff"), url("../fonts/gunar/30F173_E_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-MediumItalic';
  src: url("../fonts/gunar/30F173_F_0.eot");
  src: url("../fonts/gunar/30F173_F_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_F_0.woff2") format("woff2"), url("../fonts/gunar/30F173_F_0.woff") format("woff"), url("../fonts/gunar/30F173_F_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-Regular';
  src: url("../fonts/gunar/30F173_10_0.eot");
  src: url("../fonts/gunar/30F173_10_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_10_0.woff2") format("woff2"), url("../fonts/gunar/30F173_10_0.woff") format("woff"), url("../fonts/gunar/30F173_10_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gunar-ThinItalic';
  src: url("../fonts/gunar/30F173_11_0.eot");
  src: url("../fonts/gunar/30F173_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gunar/30F173_11_0.woff2") format("woff2"), url("../fonts/gunar/30F173_11_0.woff") format("woff"), url("../fonts/gunar/30F173_11_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Serifa-Lig';
  src: url("../fonts/serifa/3018A1_0_0.eot");
  src: url("../fonts/serifa/3018A1_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/serifa/3018A1_0_0.woff2") format("woff2"), url("../fonts/serifa/3018A1_0_0.woff") format("woff"), url("../fonts/serifa/3018A1_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Serifa-Bol';
  src: url("../fonts/serifa/3018A1_1_0.eot");
  src: url("../fonts/serifa/3018A1_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/serifa/3018A1_1_0.woff2") format("woff2"), url("../fonts/serifa/3018A1_1_0.woff") format("woff"), url("../fonts/serifa/3018A1_1_0.ttf") format("truetype"); }

.international-select-container {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 8rem auto; }
  .international-select-container div {
    width: 100%; }

.industry-link-container {
  padding-top: 2rem;
  padding-bottom: 2rem; }

ul.industry-links {
  margin: 0;
  padding: 0; }
  ul.industry-links li {
    margin-right: 4rem;
    list-style-type: none;
    display: inline-block;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Gunar-DemiBold";
    color: #FAFAFB;
    text-transform: uppercase;
    transition: color .5s; }
    ul.industry-links li:hover, ul.industry-links li.active {
      color: #F8E08E; }

@media all and (min-width: 768px) {
  .map-bg {
    background: white url("../images/minified/map-white-bg.png") no-repeat center top;
    background-size: cover; }
  .international-select-container div {
    width: auto; } }

@media all and (min-width: 1260px) {
  .international-hero-copy {
    width: 58%; } }

.form .form-row {
  margin-bottom: 4.5rem; }
  .form .form-row.full:after {
    clear: both;
    content: '';
    display: table; }
  .form .form-row.full input[type=text] {
    width: 100%; }

.form-column-wrapper {
  margin-top: 3rem; }

.form-sidebar {
  background-color: #FAFAFB;
  padding: 3rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px; }

.language-selector {
  margin-top: 4.5rem; }

.radio-half,
.checkbox-half {
  display: inline-block;
  width: 48%;
  float: left;
  margin-right: 2%;
  position: relative; }
  .radio-half:after,
  .checkbox-half:after {
    clear: both;
    content: '';
    display: table; }
  .radio-half label,
  .checkbox-half label {
    display: inline-block;
    margin-left: 1rem; }

.checkbox-half label {
  vertical-align: top; }

.checkbox-float {
  display: inline-block;
  float: left;
  margin-right: 2%;
  position: relative; }

.sidebar-section-heading {
  font-size: 18px;
  font-size: 1.8rem; }

@media all and (min-width: 768px) {
  .form form {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .form .form-row {
    width: 100%; }
    .form .form-row input, .form .form-row textarea, .form .form-row select {
      width: 100%; }
    .form .form-row input[type="radio"],
    .form .form-row input[type="checkbox"] {
      width: auto; }
    .form .form-row.half {
      width: 48%; }
  .form .language-selector {
    margin-left: 52%;
    text-align: right; }
    .form .language-selector select {
      min-width: 0;
      width: 175px; }
  .form-column-wrapper {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .form-column-wrapper .form-column {
      -ms-flex: 3;
      flex: 3;
      margin-right: 10rem; }
    .form-column-wrapper .form-sidebar {
      -ms-flex: 1;
      flex: 1; } }

.association-block {
  margin-top: 3rem; }

@media all and (min-width: 640px) {
  .association-block {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .association-block img {
      width: 21%;
      margin-right: 4%; }
    .association-block div {
      -ms-flex: 1;
      flex: 1; } }

.search-page .cat-holder {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2rem; }

.search-page .cat-top {
  cursor: pointer; }
  .search-page .cat-top span.toggle {
    float: right; }

.search-page .cat-results {
  padding: 1em 2em 0 2em; }
  .search-page .cat-results .result-row {
    padding: 0 0 2em 0;
    line-height: 1.25em; }

.search-page .search-toggle-status {
  display: none; }
  .search-page .search-toggle-status.active {
    display: inline-block; }

@media all and (min-width: 680px) {
  .careers-flex-box {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .careers-flex-box div:first-child {
      -ms-flex: 3;
      flex: 3;
      margin-right: 18rem; } }

.history-hero h1 {
  padding-top: 5rem; }

.history-hero p {
  font-size: 18px;
  font-size: 1.8rem; }

.history-timeline-container {
  background: url("../images/minified/timeline.png") repeat-y left center; }

.timeline-item {
  margin-left: 6rem;
  margin-bottom: 6rem;
  padding-top: 2rem;
  position: relative;
  opacity: 0;
  transition: transform .75s, opacity .75s; }
  .timeline-item:after {
    clear: both;
    content: '';
    display: table; }
  .timeline-item:before {
    content: '\f111';
    color: #F8E08E;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    left: -6.15rem;
    top: 2.5rem;
    opacity: 0;
    transition: opacity .25s;
    transition-delay: 1s; }
  .timeline-item.in-view {
    opacity: 1; }
    .timeline-item.in-view:before {
      opacity: 1; }

.svg-container {
  width: 100%;
  height: 0;
  padding-top: 46.85%;
  position: relative; }

#history-chart-svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }
  #history-chart-svg #Gray, #history-chart-svg #Green, #history-chart-svg .change-label {
    opacity: 0; }

#history-chart-svg.in-view #Gray, #history-chart-svg.in-view #Green, #history-chart-svg.in-view .change-label {
  opacity: 1; }

#history-chart-svg.in-view #Gray > *, #history-chart-svg.in-view #Green > * {
  animation-name: y-scale-gray;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

#history-chart-svg.in-view .b-label {
  animation-name: fade-in;
  animation-duration: .25s;
  animation-fill-mode: forwards;
  animation-delay: .25s;
  animation-timing-function: linear; }

#history-chart-svg.in-view #b-21 {
  animation-delay: .35s; }

#history-chart-svg.in-view #b-25 {
  animation-delay: .45s; }

#history-chart-svg.in-view #b-27 {
  animation-delay: .55s; }

#history-chart-svg.in-view #b-28 {
  animation-delay: .65s; }

#history-chart-svg.in-view #b-31 {
  animation-delay: .75s; }

#history-chart-svg.in-view #b-32 {
  animation-delay: .85s; }

#history-chart-svg.in-view #b-34 {
  animation-delay: .95s; }

#history-chart-svg.in-view .change-label {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: .25s;
  animation-fill-mode: forwards;
  animation-delay: .6s;
  animation-timing-function: linear; }

#history-chart-svg.in-view #Green-Key {
  -ms-transform: translate(490px, 1px) scale(3);
  transform: translate(490px, 1px) scale(3); }

#history-chart-svg.in-view #Gray-Key {
  -ms-transform: translate(615px, 0px) scale(3);
  transform: translate(615px, 0px) scale(3); }

@keyframes percent-fade-in {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes draw-chart-line {
  0% {
    transform: scaleX(0);
    opacity: 0.100279851; }
  100% {
    transform: scaleX(1);
    opacity: 0.100279851; } }

@keyframes y-scale-gray {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

.timeline-year {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Serifa-Bol";
  margin-bottom: 1.2rem; }

.timeline-text {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Gunar-Bold";
  margin-bottom: 2rem; }

@media all and (min-width: 680px) {
  .history-timeline-container {
    background: url("../images/minified/timeline.png") repeat-y center center;
    overflow: hidden; }
  .timeline-item {
    width: 50%;
    clear: both; }
    .timeline-item:nth-child(even) {
      float: right;
      margin-left: 0;
      padding-left: 6rem;
      -ms-transform: translate(250px, 0);
      transform: translate(250px, 0); }
      .timeline-item:nth-child(even):before {
        left: 0;
        -ms-transform: translate(-45%, 0);
        transform: translate(-45%, 0); }
    .timeline-item:nth-child(odd) {
      float: left;
      margin-left: 0;
      padding-right: 6rem;
      -ms-transform: translate(-250px, 0);
      transform: translate(-250px, 0); }
      .timeline-item:nth-child(odd):before {
        left: 100%;
        -ms-transform: translate(-45%, 0);
        transform: translate(-45%, 0); }
  .timeline-item.in-view:nth-child(even), .timeline-item.in-view:nth-child(odd) {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #history-chart-svg.in-view #Green-Key {
    -ms-transform: translate(520px, 1px) scale(2);
    transform: translate(520px, 1px) scale(2); }
  #history-chart-svg.in-view #Gray-Key {
    -ms-transform: translate(595px, 0px) scale(2);
    transform: translate(595px, 0px) scale(2); } }

@media all and (min-width: 980px) {
  .timeline-content {
    width: 45%; }
  .timeline-logo {
    width: 50%; }
  .timeline-item:nth-child(even) .timeline-content {
    float: left;
    margin-right: 5%; }
  .timeline-item:nth-child(even) .timeline-logo {
    float: right;
    text-align: left; }
  .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    margin-left: 5%; }
  .timeline-item:nth-child(odd) .timeline-logo {
    float: left;
    text-align: right; }
  #history-chart-svg.in-view #Green-Key {
    -ms-transform: translate(520px, 1px) scale(1);
    transform: translate(520px, 1px) scale(1); }
  #history-chart-svg.in-view #Gray-Key {
    -ms-transform: translate(595px, 0px) scale(1);
    transform: translate(595px, 0px) scale(1); } }

.supplier-campaign-body {
  background: white; }
  .supplier-campaign-body .content {
    margin-top: 0; }

.supplier-campaign__header {
  background-repeat: no-reteat;
  background-size: cover;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: static; }
  @media all and (max-width: 768px) {
    .supplier-campaign__header {
      background-size: auto;
      background-position: 0 0; }
      .supplier-campaign__header .contain, .supplier-campaign__header .contain--narrow, .supplier-campaign__header .contain--tight, .supplier-campaign__header .contain--short {
        padding-bottom: 30px;
        padding-top: 30px; } }

.supplier-campaign__text {
  color: white;
  font-size: 22px;
  line-height: 25px;
  max-width: 430px; }
  @media all and (max-width: 768px) {
    .supplier-campaign__text {
      font-size: 16px; } }

.supplier-campaign__content .campaign--overview {
  padding: 0; }

.map-hero h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 3rem; }

.map-hero-description {
  display: none; }

input.search-location {
  padding: 1.4rem; }

.supplier-campaign__content .search-location, .supplier-campaign__content .search-location::placeholder, .supplier-campaign__content .search-location::-webkit-input-placeholder, .supplier-campaign__content .search-location::-moz-placeholder, .supplier-campaign__content .search-location:-ms-input-placeholder, .supplier-campaign__content .search-location:-moz-placeholder {
  color: white;
  opacity: 1; }

.supplier-campaign-black-search-box {
  background: black;
  color: white; }
  .supplier-campaign-black-search-box .contain--tight {
    padding: 0; }
  .supplier-campaign-black-search-box .search-location {
    border: none;
    display: inline-block;
    width: calc(100% - 40px); }
  .supplier-campaign-black-search-box input {
    background: black;
    color: white; }
  .supplier-campaign-black-search-box button {
    min-width: auto; }

.supplier-campaign-required-field {
  background: black;
  color: #701e2d; }

.map-list {
  overflow-y: scroll;
  max-height: 615px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+88,768692+100&0+88,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 90%, rgba(118, 134, 146, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .map-list .map-row {
    border-top: 2px solid #E5E5E5;
    padding: 2rem 0;
    margin-bottom: 1rem;
    margin-right: 3rem; }
    .map-list .map-row:after {
      clear: both;
      content: '';
      display: table; }
  .map-list .company-logo {
    display: none;
    position: relative;
    padding-right: 3rem; }
    .map-list .company-logo img {
      vertical-align: top; }
  .map-list .distance {
    float: right;
    line-height: 1.5rem; }
    .map-list .distance i {
      margin-left: 10px; }
  .map-list .company-info {
    width: 100%;
    float: right;
    margin-right: 0; }
  .map-list .company-title {
    font-weight: bold;
    font-family: "Gunar-Bold";
    line-height: 1.5rem; }
  .map-list .company-industry {
    color: #7C878E; }
  .map-list .company-address {
    line-height: 2rem;
    padding: 0.5rem 0 1rem; }
  .map-list .company-links a {
    color: #44693D;
    margin-right: 1.5rem; }
    .map-list .company-links a.map-direction-url {
      display: block;
      margin-bottom: 1.5rem; }

.map-list__supplier-campaign {
  background: none;
  overflow-y: hidden; }
  .map-list__supplier-campaign .map-row {
    border-bottom: 1px solid #d1d1d1;
    border-top: none;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 3rem; }
    .map-list__supplier-campaign .map-row:hover {
      background: #ebebeb; }
  .map-list__supplier-campaign .map-list .company-title {
    font-family: helvetica, arial, sans-serif; }
  .map-list__supplier-campaign .distance {
    font-weight: bold;
    position: relative;
    top: 40px; }
    .map-list__supplier-campaign .distance i {
      font-size: 120%; }
  .map-list__supplier-campaign .company-address {
    max-width: 90%;
    padding-right: 10%; }

.supplier-campaign-hide-from-mobile {
  display: none; }

.list__supplier-campaign__details .supplier-campaign-hide-from-mobile {
  display: inline-block; }

.list__supplier-campaign__details .company-logo {
  float: none;
  text-align: center; }

.list__supplier-campaign__details .map-row {
  border-bottom: none;
  cursor: inherit; }
  .list__supplier-campaign__details .map-row:hover {
    background: none; }

.list__supplier-campaign__details .map-list .company-info {
  float: none;
  font-size: 15px;
  width: 100%; }

.supplier-campaign-back-button {
  background: black;
  color: white;
  cursor: pointer;
  display: none;
  padding: 10px 18px; }
  .supplier-campaign-back-button i {
    margin-right: 10px; }

.map-list__supplier-campaign .company-links {
  display: none; }

.company-title-industry {
  display: none; }

.supplier-campaign__content .company-title-contents {
  font-family: Arial, Helvetica, sans-serif; }

.list__supplier-campaign__details {
  background: none; }
  .list__supplier-campaign__details .supplier-campaign-back-button {
    display: block; }
  .list__supplier-campaign__details .company-link__address a > div {
    vertical-align: top; }
  .list__supplier-campaign__details .supplier-campaign-address-title {
    display: none; }
  .list__supplier-campaign__details .supplier-campaign-address-detail-title {
    font-weight: bold; }
  .list__supplier-campaign__details .supplier-campaign-address-detail {
    display: inline-block;
    line-height: 18px;
    width: 70%; }
    .list__supplier-campaign__details .supplier-campaign-address-detail, .list__supplier-campaign__details .supplier-campaign-address-detail .company-link__phone {
      color: black; }
  .list__supplier-campaign__details .map-row {
    display: none;
    margin-bottom: 0; }
  .list__supplier-campaign__details .company-title-contents {
    display: none; }
  .list__supplier-campaign__details .company-title-contents, .list__supplier-campaign__details .company-title-industry {
    font-family: helvetica, arial, sans-serif;
    text-align: left;
    text-transform: uppercase; }
  .list__supplier-campaign__details .company-title-industry {
    color: #1ba2dc;
    display: table;
    font-size: 80%;
    font-weight: normal; }
  .list__supplier-campaign__details .company-logo {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 35px 0;
    text-align: center; }
  .list__supplier-campaign__details .supplier-campaign-address-detail-directions {
    margin-top: 5px; }
  .list__supplier-campaign__details .company-industry {
    display: none; }
  .list__supplier-campaign__details .list__supplier-campaign__selected {
    display: block;
    margin-right: 0;
    padding-right: 0;
    padding-top: 0; }
  .list__supplier-campaign__details .distance {
    display: none; }
  .list__supplier-campaign__details .company-links {
    display: block; }
    .list__supplier-campaign__details .company-links > div {
      display: block; }
  .list__supplier-campaign__details .supplier-campaign-pagination, .list__supplier-campaign__details .supplier-campaign-black-search-box {
    display: none; }
  .list__supplier-campaign__details .company-link {
    border-bottom: 1px solid #bfbfbf;
    padding: 28px 10%; }
    .list__supplier-campaign__details .company-link i {
      color: #bfbfbf;
      font-size: 200%;
      display: inline-block;
      width: 45px; }
    .list__supplier-campaign__details .company-link a {
      color: #bfbfbf; }
  .list__supplier-campaign__details .supplier-campaign-blue-link {
    color: #5191d9; }
  .list__supplier-campaign__details .company-link__phone a {
    color: black; }
  .list__supplier-campaign__details .company-title {
    text-align: center; }
  .list__supplier-campaign__details .company-address {
    display: none; }

[data-js-supplier-toggle] {
  display: none; }

.map-display {
  width: 100%;
  height: 56.25vw;
  margin: 1rem auto;
  padding-bottom: 6rem;
  max-height: 624px; }

.supplier-campaign__content .map-display {
  max-height: 766px; }

.processing {
  display: none;
  z-index: 9999;
  background: transparent url("/img/loading.gif") no-repeat center top;
  font-weight: bold;
  opacity: 0.8;
  text-align: center; }

.processing .message {
  padding: 3rem; }

.processing.active {
  display: block; }

.supplier-campaign-pagination {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  text-align: center; }
  .supplier-campaign-pagination > div {
    display: inline-block; }

.supplier-campaign-page-left, .supplier-campaign-page-right {
  cursor: pointer;
  padding: 5px; }

.supplier-campaign-body .contain--short {
  padding: 0; }

.supplier-campaign-body .contain, .supplier-campaign-body .contain--narrow, .supplier-campaign-body .contain--tight, .supplier-campaign-body .contain--short, .supplier-campaign-body .contain--narrow, .supplier-campaign-body .contain--tight, .supplier-campaign-body .contain--short, .supplier-campaign-body .inner-contain {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.supplier-campaign-body .company-info {
  font-family: Helvetica, Arial, sans-serif; }

.search-form-supplier-campaign .button {
  background: black; }

@media all and (max-width: 768px) {
  .map-list__supplier-campaign .map-row {
    padding-left: 3rem; } }

@media all and (min-width: 768px) {
  .map-list .company-logo {
    width: 26.22951%;
    float: left;
    margin-right: 3.27869%;
    display: block;
    padding-left: 10px; }
  .map-list .company-info {
    width: 70.4918%;
    float: right;
    margin-right: 0; }
  .map-list .company-links a.map-direction-url {
    display: inline-block;
    margin-bottom: auto; }
  .map-list__supplier-campaign .company-info {
    width: 74%; }
  .map-list__supplier-campaign .company-logo {
    width: 22%; }
  .list__supplier-campaign__details .company-logo {
    width: 100%;
    float: none;
    margin: none;
    margin-right: none;
    padding-left: 6%;
    padding-right: 6%; }
  .list__supplier-campaign__details .company-info {
    float: none;
    position: relative;
    left: -25px;
    width: calc(100% + 25px); } }

.pagination-hidden {
  display: none; }

@media all and (min-width: 1024px) {
  .map-hero-description {
    display: block; }
  .map-list {
    max-height: 590px;
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%; }
  .map-list__supplier-campaign {
    max-height: none; }
  .map-display {
    width: 49.19355%;
    float: right;
    margin-right: 0;
    margin: -1rem auto 0 auto; }
  .supplier-campaign-body .map-list {
    width: 40%; }
  .supplier-campaign-body .map-display {
    margin-top: 0;
    width: 60%; }
  .supplier-campaign-body .map-list, .supplier-campaign-body .map-display {
    margin-left: 0;
    margin-right: 0; } }

.map-list__supplier-campaign {
  max-height: none; }

@media all and (min-width: 1160px) {
  .map-list {
    max-height: 615px; }
  .map-list__supplier-campaign {
    max-height: none; } }

.campaign--overview {
  padding: 3em 1.5em 1em 1.5em; }

.campaign--title {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Serifa-Lig, Georgia, serif;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 1.6rem; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101; }
  header svg {
    display: block; }
  header .mobile-header {
    background-color: #fff;
    padding: 0 2rem;
    border-bottom: 1px solid #E5E5E5; }
    header .mobile-header .contain, header .mobile-header .contain--narrow, header .mobile-header .contain--tight, header .mobile-header .contain--short {
      padding-top: 0;
      padding-bottom: 0; }
    header .mobile-header:after {
      clear: both;
      content: '';
      display: table; }
    header .mobile-header #Tagline {
      display: none; }
    header .mobile-header .logo {
      -ms-flex: 2;
      flex: 2;
      padding: 1rem 0;
      width: 140px; }
    header .mobile-header .logo, header .mobile-header .login, header .mobile-header .menu {
      height: 7rem; }
    header .mobile-header .logo {
      float: left; }
    header .mobile-header .login {
      width: 80px; }
    header .mobile-header .menu {
      width: 60px; }
    header .mobile-header .login, header .mobile-header .menu {
      float: right;
      border-left: 1px solid #E5E5E5;
      font-size: 30px;
      font-size: 3rem;
      color: #333F48;
      text-align: center;
      padding: 2rem 0; }
    header .mobile-header .hamburger {
      height: 27px;
      width: 30px;
      display: block;
      border-top: 5px solid #333F48;
      border-bottom: 5px solid #333F48;
      position: relative;
      margin-left: auto;
      cursor: pointer; }
      header .mobile-header .hamburger:before {
        height: 5px;
        width: 100%;
        display: block;
        background-color: #333F48;
        content: '';
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

.desktop-header {
  display: none;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #ECEDEE;
  text-transform: uppercase; }
  .desktop-header #Tagline {
    transition: opacity .5s;
    opacity: 1; }
  .desktop-header .logo {
    padding: 0 3rem;
    transition: transform .5s;
    background-color: #fff; }
    .desktop-header .logo.no-tagline {
      -ms-transform: scale(0.85);
      transform: scale(0.85); }
      .desktop-header .logo.no-tagline #Tagline {
        opacity: 0; }
  .desktop-header .nav-container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #ECEDEE; }
  .desktop-header .action-links {
    border-bottom: 1px solid #ECEDEE;
    background-color: #FAFAFB;
    color: #768692;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right; }
    .desktop-header .action-links li {
      display: inline-block;
      margin-right: 2rem;
      padding: 1rem 0; }
      .desktop-header .action-links li .fa, .desktop-header .action-links li input[type="radio"], .desktop-header .action-links li input[type="checkbox"], .desktop-header .action-links li .dropdown-label:after, .desktop-header .action-links li .dropdown-label--transparent-yellow:after, .desktop-header .action-links li .timeline-item:before, .desktop-header .action-links li .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items .desktop-header .action-links li li.has-children:before, .desktop-header .action-links li .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items .desktop-header .action-links li li:after, .desktop-header .action-links li .quote-box .quote-pager .left, .quote-box .quote-pager .desktop-header .action-links li .left, .desktop-header .action-links li .quote-box .quote-pager .right, .quote-box .quote-pager .desktop-header .action-links li .right, .desktop-header .action-links li .news-filters ul li:after, .news-filters ul .desktop-header .action-links li li:after, .desktop-header .action-links li .homepage-image-slider .pager .left, .homepage-image-slider .pager .desktop-header .action-links li .left, .desktop-header .action-links li .homepage-image-slider .pager .right, .homepage-image-slider .pager .desktop-header .action-links li .right, .desktop-header .action-links li .hero-slideshow-holder .slide-pager, .hero-slideshow-holder .desktop-header .action-links li .slide-pager, .desktop-header .action-links li .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder .desktop-header .action-links li .team-member-pager {
        margin-right: 1rem; }
      .desktop-header .action-links li:last-child {
        margin-right: 0;
        color: white;
        padding: 0; }
        .desktop-header .action-links li:last-child a {
          padding: 1.9rem 1.5rem;
          background-color: #768692;
          transition: background-color .5s; }
          .desktop-header .action-links li:last-child a:hover {
            background-color: #6A7984; }
  .desktop-header .primary {
    background-color: #fff;
    color: #333F48;
    font-size: 12px;
    font-size: 1.2rem; }
    .desktop-header .primary .flex {
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .desktop-header .primary li {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: inline-block;
      text-align: center;
      transition: background-color .5s; }
      .desktop-header .primary li a {
        padding: 2.2rem 1rem;
        display: inline-block;
        width: 100%; }
      .desktop-header .primary li .fa, .desktop-header .primary li input[type="radio"], .desktop-header .primary li input[type="checkbox"], .desktop-header .primary li .dropdown-label:after, .desktop-header .primary li .dropdown-label--transparent-yellow:after, .desktop-header .primary li .timeline-item:before, .desktop-header .primary li .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items .desktop-header .primary li li.has-children:before, .desktop-header .primary li .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items .desktop-header .primary li li:after, .desktop-header .primary li .quote-box .quote-pager .left, .quote-box .quote-pager .desktop-header .primary li .left, .desktop-header .primary li .quote-box .quote-pager .right, .quote-box .quote-pager .desktop-header .primary li .right, .desktop-header .primary li .news-filters ul li:after, .news-filters ul .desktop-header .primary li li:after, .desktop-header .primary li .homepage-image-slider .pager .left, .homepage-image-slider .pager .desktop-header .primary li .left, .desktop-header .primary li .homepage-image-slider .pager .right, .homepage-image-slider .pager .desktop-header .primary li .right, .desktop-header .primary li .hero-slideshow-holder .slide-pager, .hero-slideshow-holder .desktop-header .primary li .slide-pager, .desktop-header .primary li .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder .desktop-header .primary li .team-member-pager {
        margin-right: 1rem; }
      .desktop-header .primary li:hover, .desktop-header .primary li.active {
        background-color: #ECEDEE; }

nav.secondary {
  display: none;
  max-width: 1920px;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #ECEDEE;
  color: #333F48;
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
  font-size: 1.2rem; }
  nav.secondary .flex {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  nav.secondary li {
    display: inline-block;
    text-align: center;
    transition: background-color .5s; }
    nav.secondary li a {
      padding: 1rem 2rem;
      display: inline-block;
      width: 100%; }
      nav.secondary li a .fa, nav.secondary li a input[type="radio"], nav.secondary li a input[type="checkbox"], nav.secondary li a .dropdown-label:after, nav.secondary li a .dropdown-label--transparent-yellow:after, nav.secondary li a .timeline-item:before, nav.secondary li a .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items nav.secondary li a li.has-children:before, nav.secondary li a .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items nav.secondary li a li:after, nav.secondary li a .quote-box .quote-pager .left, .quote-box .quote-pager nav.secondary li a .left, nav.secondary li a .quote-box .quote-pager .right, .quote-box .quote-pager nav.secondary li a .right, nav.secondary li a .news-filters ul li:after, .news-filters ul nav.secondary li a li:after, nav.secondary li a .homepage-image-slider .pager .left, .homepage-image-slider .pager nav.secondary li a .left, nav.secondary li a .homepage-image-slider .pager .right, .homepage-image-slider .pager nav.secondary li a .right, nav.secondary li a .hero-slideshow-holder .slide-pager, .hero-slideshow-holder nav.secondary li a .slide-pager, nav.secondary li a .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder nav.secondary li a .team-member-pager {
        margin-right: 1rem; }
    nav.secondary li:hover, nav.secondary li.active {
      background-color: #FAFAFB; }

@media all and (min-width: 885px) {
  .desktop-header .primary {
    font-size: 13px;
    font-size: 1.3rem; }
    .desktop-header .primary li a {
      padding: 2.2rem 1.8rem; }
  .desktop-header .secondary li a {
    padding: 1rem 1rem; } }

@media all and (min-width: 1024px) {
  .mobile-menu, .mobile-header {
    display: none; }
  nav.secondary {
    display: block; }
  .desktop-header {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.mobile-menu {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: calc(100vh + 0px);
  top: 0;
  left: 104%;
  overflow: auto;
  /* Portrait and Landscape, iPhone 6 */
  /* Portrait and Landscape, iPhone 6+ */
  background-color: #fff;
  box-shadow: -4px 0px 21px 0px rgba(0, 0, 0, 0.75);
  transition: left .5s; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .mobile-menu {
      height: 1024px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .mobile-menu {
      height: 768px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .mobile-menu {
      height: 480px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .mobile-menu {
      height: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mobile-menu {
      height: 460px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .mobile-menu {
      height: 212px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobile-menu {
      padding-bottom: 69px; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .mobile-menu {
      padding-bottom: 69px; } }
  .mobile-menu.open {
    left: 0; }
  .mobile-menu .top-bar {
    background-color: #ECEDEE; }
    .mobile-menu .top-bar:after {
      clear: both;
      content: '';
      display: table; }
  .mobile-menu .close-btn {
    background-color: #2A2828;
    padding: 2rem 0;
    float: right;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    text-align: center; }
    .mobile-menu .close-btn .fa-close {
      cursor: pointer; }
  .mobile-menu .menu-items {
    background-color: #fff;
    overflow: auto;
    height: calc(100% - 70px); }
    .mobile-menu .menu-items li {
      position: relative;
      background-color: #fff;
      border-bottom: 1px solid #ECEDEE;
      color: #333F48;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 1.5rem;
      font-family: "Gunar-Medium"; }
      .mobile-menu .menu-items li a {
        display: block;
        position: relative;
        padding: 2rem 3rem; }
      .mobile-menu .menu-items li.has-children:before {
        position: absolute;
        right: 3rem;
        top: 0;
        content: '\f067';
        height: 70px;
        text-align: center;
        padding: calc(2rem + 8px) 0 2rem 0;
        cursor: pointer; }
      .mobile-menu .menu-items li.has-children .child-items {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s; }
      .mobile-menu .menu-items li.has-children.open:before {
        content: '\f068'; }
      .mobile-menu .menu-items li.search {
        position: relative; }
        .mobile-menu .menu-items li.search input {
          text-indent: 2rem; }
        .mobile-menu .menu-items li.search .fa-search {
          position: absolute;
          top: calc(3rem + 2px);
          left: 4rem;
          color: #768692;
          pointer-events: none; }
      .mobile-menu .menu-items li:first-child {
        padding: 2rem 3rem; }
      .mobile-menu .menu-items li.secondary-menu-item {
        color: #768692;
        background-color: #FAFAFB; }
        .mobile-menu .menu-items li.secondary-menu-item .fa, .mobile-menu .menu-items li.secondary-menu-item input[type="radio"], .mobile-menu .menu-items li.secondary-menu-item input[type="checkbox"], .mobile-menu .menu-items li.secondary-menu-item .dropdown-label:after, .mobile-menu .menu-items li.secondary-menu-item .dropdown-label--transparent-yellow:after, .mobile-menu .menu-items li.secondary-menu-item .timeline-item:before, .mobile-menu .menu-items li.secondary-menu-item li.has-children:before, .mobile-menu .menu-items li.secondary-menu-item .child-items li:after, .mobile-menu .menu-items .child-items li.secondary-menu-item li:after, .mobile-menu .menu-items li.secondary-menu-item .quote-box .quote-pager .left, .quote-box .quote-pager .mobile-menu .menu-items li.secondary-menu-item .left, .mobile-menu .menu-items li.secondary-menu-item .quote-box .quote-pager .right, .quote-box .quote-pager .mobile-menu .menu-items li.secondary-menu-item .right, .mobile-menu .menu-items li.secondary-menu-item .news-filters ul li:after, .news-filters ul .mobile-menu .menu-items li.secondary-menu-item li:after, .mobile-menu .menu-items li.secondary-menu-item .homepage-image-slider .pager .left, .homepage-image-slider .pager .mobile-menu .menu-items li.secondary-menu-item .left, .mobile-menu .menu-items li.secondary-menu-item .homepage-image-slider .pager .right, .homepage-image-slider .pager .mobile-menu .menu-items li.secondary-menu-item .right, .mobile-menu .menu-items li.secondary-menu-item .hero-slideshow-holder .slide-pager, .hero-slideshow-holder .mobile-menu .menu-items li.secondary-menu-item .slide-pager, .mobile-menu .menu-items li.secondary-menu-item .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder .mobile-menu .menu-items li.secondary-menu-item .team-member-pager {
          margin-right: 1rem; }
    .mobile-menu .menu-items .child-items {
      transition: height .5s; }
      .mobile-menu .menu-items .child-items li {
        color: #768692;
        background-color: #FAFAFB;
        font-size: 14px;
        font-size: 1.4rem; }
        .mobile-menu .menu-items .child-items li a {
          padding-left: 5rem;
          padding-right: 4rem; }
        .mobile-menu .menu-items .child-items li:after {
          position: absolute;
          right: 3rem;
          top: 0;
          content: '\f054';
          height: 70px;
          text-align: center;
          padding: calc(2rem + 8px) 0 2rem 0;
          cursor: pointer; }
        .mobile-menu .menu-items .child-items li:first-child {
          border-top: 1px solid #ECEDEE;
          padding: 0; }
        .mobile-menu .menu-items .child-items li:last-child {
          border-bottom: none; }

.footer {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }
  .footer .nav-footer {
    background-color: #333F48;
    color: #fff; }
    .footer .nav-footer .cta, .footer .nav-footer .cta--blue {
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      -ms-flex-pack: center;
      justify-content: center; }
    .footer .nav-footer h1 {
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      line-height: 24px;
      font-family: Gunar-Medium, Helvetica Neue, sans-serif;
      text-align: center;
      margin-bottom: 3rem; }
    .footer .nav-footer button {
      margin-left: 2rem; }
    .footer .nav-footer .links {
      display: none; }
  @media screen and (min-width: 1024px) {
    .footer .nav-footer .links {
      display: block;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-top: 1px solid #768692; }
      .footer .nav-footer .links ul {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0.5rem 2rem 0.5rem; }
        .footer .nav-footer .links ul li:first-child {
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "Gunar-DemiBold", "Helvetica Neue", sans-serif;
          font-weight: 300; } }
  @media all and (min-width: 1135px) {
    .footer .nav-footer h1 {
      margin-bottom: 0; } }

.footer__campaign-supplier {
  box-shadow: none; }
  .footer__campaign-supplier--ad {
    margin-bottom: 2rem; }
  .footer__campaign-supplier .nav-footer {
    background-color: #e1e1e1;
    color: #1d1e20; }
    .footer__campaign-supplier .nav-footer .links {
      border-top: none;
      display: block;
      padding-bottom: 30px;
      padding-top: 30px;
      text-align: center; }
      .footer__campaign-supplier .nav-footer .links img {
        margin-left: 8px;
        vertical-align: middle; }
  .footer__campaign-supplier .campaign-supplier__footer--white {
    background: white; }

.footer__campaign-supplier--blurb {
  background: linear-gradient(to right, #002462 0%, #273f7c 51%, #0c2462 100%);
  color: white;
  line-height: 25px;
  padding: 50px 1rem;
  text-align: center; }
  .footer__campaign-supplier--blurb .contain, .footer__campaign-supplier--blurb .contain--narrow, .footer__campaign-supplier--blurb .contain--tight, .footer__campaign-supplier--blurb .contain--short {
    max-width: 790px;
    padding-bottom: 0;
    padding-top: 0; }

.copyright-social {
  display: none; }

.copyright-footer {
  position: fixed;
  bottom: 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: white;
  width: 100%;
  z-index: -2;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #fff;
  color: #768692;
  font-size: 13px;
  font-size: 1.3rem; }
  .copyright-footer.home {
    position: static;
    -ms-transform: none;
    transform: none; }
  .copyright-footer .contain, .copyright-footer .contain--narrow, .copyright-footer .contain--tight, .copyright-footer .contain--short {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .copyright-footer .flex {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .copyright-footer strong {
    font-size: 16px;
    font-size: 1.6rem; }
  .copyright-footer .contact, .copyright-footer .supply-force, .copyright-footer .social, .copyright-footer .ad-foundation, .copyright-footer .copyright {
    width: 100%;
    text-align: center;
    line-height: 2rem; }
    .copyright-footer .contact .login-btn a, .copyright-footer .supply-force .login-btn a, .copyright-footer .social .login-btn a, .copyright-footer .ad-foundation .login-btn a, .copyright-footer .copyright .login-btn a {
      padding: 1rem 2rem;
      background-color: #768692;
      color: white;
      display: inline-block;
      margin-bottom: 1rem;
      line-height: 0;
      cursor: pointer;
      transition: background-color .5s; }
      .copyright-footer .contact .login-btn a:hover, .copyright-footer .supply-force .login-btn a:hover, .copyright-footer .social .login-btn a:hover, .copyright-footer .ad-foundation .login-btn a:hover, .copyright-footer .copyright .login-btn a:hover {
        background-color: #6A7984; }
    .copyright-footer .contact .login-btn i, .copyright-footer .supply-force .login-btn i, .copyright-footer .social .login-btn i, .copyright-footer .ad-foundation .login-btn i, .copyright-footer .copyright .login-btn i {
      margin-right: 1rem; }
  .copyright-footer .copyright .contain, .copyright-footer .copyright .contain--narrow, .copyright-footer .copyright .contain--tight, .copyright-footer .copyright .contain--short {
    padding-top: 0;
    padding-bottom: 0; }
  .copyright-footer .contact, .copyright-footer .supply-force, .copyright-footer .ad-foundation, .copyright-footer .copyright {
    margin-top: 5rem; }
  .copyright-footer .social-icon {
    font-size: 22px;
    font-size: 2.2rem;
    margin-left: 2rem; }
  .copyright-footer .social {
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 1.5rem; }
  .copyright-footer .contact {
    -ms-flex-order: 2;
    order: 2; }
  .copyright-footer .supply-force {
    -ms-flex-order: 3;
    order: 3; }
  .copyright-footer .ad-foundation {
    -ms-flex-order: 4;
    order: 4; }
  .copyright-footer .copyright {
    margin-top: 0;
    background-color: #EEE;
    padding: 1.5rem; }
    .copyright-footer .copyright > .flex {
      -ms-flex-pack: center;
      justify-content: center; }

@media all and (min-width: 640px) {
  .copyright-social {
    display: block; }
  .copyright > .flex {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .copyright-footer .contact, .copyright-footer .ad-foundation {
    width: 50%;
    margin-top: 0; }
  .copyright-footer .ad-foundation {
    -ms-flex-order: 2;
    order: 2;
    border-bottom: 0;
    padding-bottom: 0;
    text-align: left; }
  .copyright-footer .social {
    display: none; }
  .copyright-footer .contact {
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    margin-top: 0; }
  .copyright-footer .supply-force {
    -ms-flex-order: 3;
    order: 3; }
  .copyright-footer .social-icon {
    margin-bottom: 1rem; } }

@media screen and (min-width: 980px) {
  .copyright-footer .contact {
    width: 19%; }
  .copyright-footer .ad-foundation {
    width: 21%; }
  .copyright-footer .supply-force {
    width: 36%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0; }
  .copyright-footer .ad-foundation {
    -ms-flex-order: 3;
    order: 3; } }

.quote-box {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff; }
  .quote-box .bx-wrapper {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .quote-box .img-frame {
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    top: -5em;
    text-align: center; }
    .quote-box .img-frame .bx-wrapper {
      box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.37);
      border: 2px solid #fff; }
    .quote-box .img-frame img {
      display: block; }
  .quote-box .quote-text {
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    padding: 0;
    font-family: Serifa-Lig, Georgia, serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.02rem;
    line-height: 3.6rem; }
  .quote-box .cite {
    position: relative;
    font-style: normal;
    line-height: 2.8rem;
    color: #fff;
    padding-left: 1.5rem; }
    .quote-box .cite span {
      display: block; }
    .quote-box .cite .author {
      font-family: Serifa-Lig, Georgia, serif; }
    .quote-box .cite .member-since {
      font-size: 14px;
      font-size: 1.4rem; }
    .quote-box .cite:before {
      position: absolute;
      width: 5px;
      left: 0;
      top: 7px;
      bottom: 7px;
      content: '';
      background-color: #F8E08E; }
  .quote-box .quote-pager {
    -ms-flex-order: 2;
    order: 2;
    margin-top: -3em;
    width: 100%;
    text-align: center; }
    .quote-box .quote-pager span, .quote-box .quote-pager a {
      display: inline-block; }
    .quote-box .quote-pager .page-nums {
      position: relative;
      top: -3px;
      margin: 0 .5em; }
  @media screen and (min-width: 680px) {
    .quote-box .img-frame {
      -ms-flex: 1;
      flex: 1; }
    .quote-box .quote-text {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.02rem;
      line-height: 3.8rem;
      -ms-flex-order: 2;
      order: 2;
      -ms-flex: 3;
      flex: 3;
      margin: 0 0 0 6rem; }
    .quote-box .quote-pager {
      -ms-flex-order: 3;
      order: 3;
      text-align: right;
      margin-top: 0; } }

.tab-selector {
  background-color: #fff; }
  .tab-selector .tab-selector-content {
    display: none; }
    .tab-selector .tab-selector-content:after {
      clear: both;
      content: '';
      display: table; }
    .tab-selector .tab-selector-content.active {
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .tab-selector .tab-selector-content-container {
    position: relative; }
  .tab-selector .tab-selector-content {
    text-align: left; }
  .tab-selector .tab-content, .tab-selector .tab-content--3-col, .tab-selector .tab-content--4-col {
    width: 100%;
    margin-bottom: 3rem; }
    .tab-selector .tab-content .title, .tab-selector .tab-content--3-col .title, .tab-selector .tab-content--4-col .title {
      font-family: "Gunar-Bold";
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 26px; }
    .tab-selector .tab-content .subtitle, .tab-selector .tab-content--3-col .subtitle, .tab-selector .tab-content--4-col .subtitle {
      font-family: "Gunar-Bold";
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      color: #7C878E;
      margin-bottom: 1rem; }
    .tab-selector .tab-content--extra, .tab-selector .tab-content--4-col--extra, .tab-selector .tab-content--3-col--extra {
      height: 0;
      padding: 0; }
  .tab-selector .video-holder {
    position: relative;
    cursor: pointer; }
    .tab-selector .video-holder .fa, .tab-selector .video-holder input[type="radio"], .tab-selector .video-holder input[type="checkbox"], .tab-selector .video-holder .dropdown-label:after, .tab-selector .video-holder .dropdown-label--transparent-yellow:after, .tab-selector .video-holder .timeline-item:before, .tab-selector .video-holder .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items .tab-selector .video-holder li.has-children:before, .tab-selector .video-holder .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items .tab-selector .video-holder li:after, .tab-selector .video-holder .quote-box .quote-pager .left, .quote-box .quote-pager .tab-selector .video-holder .left, .tab-selector .video-holder .quote-box .quote-pager .right, .quote-box .quote-pager .tab-selector .video-holder .right, .tab-selector .video-holder .news-filters ul li:after, .news-filters ul .tab-selector .video-holder li:after, .tab-selector .video-holder .homepage-image-slider .pager .left, .homepage-image-slider .pager .tab-selector .video-holder .left, .tab-selector .video-holder .homepage-image-slider .pager .right, .homepage-image-slider .pager .tab-selector .video-holder .right, .tab-selector .video-holder .hero-slideshow-holder .slide-pager, .hero-slideshow-holder .tab-selector .video-holder .slide-pager, .tab-selector .video-holder .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder .tab-selector .video-holder .team-member-pager {
      position: absolute;
      color: rgba(0, 0, 0, 0.5);
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 85px;
      font-size: 8.5rem;
      cursor: pointer; }
  .tab-selector .slider-container {
    margin: 2rem 0;
    text-align: center; }
  .tab-selector.centered .inner-contain {
    text-align: center; }

@media all and (min-width: 680px) {
  .tab-selector .slider-container {
    margin: 3rem 0; }
  .tab-selector .tab-selector-content .tab-content--3-col, .tab-selector .tab-selector-content .tab-content--extra {
    width: 48%; }
  .tab-selector .tab-selector-content .tab-content--4-col, .tab-selector .tab-selector-content .tab-content--4-col--extra {
    width: 48%; } }

@media all and (min-width: 1024px) {
  .tab-selector .tab-selector-content .tab-content--4-col, .tab-selector .tab-selector-content .tab-content--4-col--extra {
    width: 31%; }
  .tab-selector .slider-container {
    padding: 0;
    max-width: 1260px;
    margin: 6rem auto; }
  .tab-selector.centered .slider-container {
    text-align: center; } }

@media all and (min-width: 1440px) {
  .tab-selector .tab-selector-content .tab-content--3-col, .tab-selector .tab-selector-content .tab-content--extra {
    width: 31%; }
  .tab-selector .tab-selector-content .tab-content--4-col, .tab-selector .tab-selector-content .tab-content--4-col--extra {
    width: 23%; } }

ul.tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  list-style-type: none; }
  ul.tabs li {
    display: inline-block;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    font-family: "Gunar-Bold";
    color: #7C878E;
    transition: all .5s; }
    ul.tabs li a {
      padding: 1.4rem;
      display: block; }
    ul.tabs li:hover, ul.tabs li.active {
      background-color: #E5E5E5;
      color: #44693D; }

.relative-tab-container {
  position: relative; }

.tabs--mobile + * {
  margin-top: 3rem; }

.tabs--desktop {
  margin-bottom: 6rem !important; }

.tab-box {
  background-color: #E5E5E5;
  padding: 2rem; }

.sort-box {
  margin-top: 1.5rem; }

@media all and (min-width: 980px) {
  .tab-box {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tab-box form {
      width: 44%; }
    .tab-box .letter-box {
      width: 54%;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .tab-box .letter-box a.active, .tab-box .letter-box a:hover {
        color: #44693D;
        font-family: "Gunar-Bold"; }
  .sort-box {
    margin-top: 0;
    -ms-flex: 1;
    flex: 1; } }

@media all and (min-width: 1260px) {
  ul.tabs li {
    min-width: 180px; } }

.asset-item, .asset-item--extra {
  margin-bottom: 3rem; }
  .asset-item img, .asset-item--extra img {
    border: 1px solid #E5E5E5;
    max-width: 185px; }
  .asset-item--extra {
    height: 0;
    padding: 0;
    margin: 0; }

.asset-title {
  font-family: "Gunar-Bold";
  font-size: 13px;
  font-size: 1.3rem; }

.asset-sub-category-heading {
  display: block;
  border-bottom: 1px solid #333F48;
  margin-bottom: 3rem; }

@media all and (min-width: 640px) {
  .asset-container {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .asset-item, .asset-item--extra {
    width: 31%; } }

@media all and (min-width: 980px) {
  .asset-item, .asset-item--extra {
    width: 31%; } }

@media all and (min-width: 1260px) {
  .asset-item, .asset-item--extra {
    width: 23%; } }

.two-choice-selector .two-choice-description {
  margin: 0 auto;
  max-width: 900px; }

.two-choice-selector .two-choice-titles {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10rem 0 8rem 0; }

.two-choice-selector .two-choice-title-box, .two-choice-selector .two-choice-title-box.active, .two-choice-selector .two-choice-title-box:hover {
  width: 50%;
  text-align: center;
  cursor: pointer;
  margin-bottom: -4rem;
  border: 1px solid #C1C3C7;
  transition: background-color .3s; }
  .two-choice-selector .two-choice-title-box h2, .two-choice-selector .two-choice-title-box.active h2, .two-choice-selector .two-choice-title-box:hover h2 {
    margin-bottom: 0;
    padding: 2rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Serifa-Bol';
    transition: color .3s; }
  .two-choice-selector .active.two-choice-title-box, .two-choice-selector .two-choice-title-box:hover {
    background-color: #6FA287; }
    .two-choice-selector .active.two-choice-title-box h2, .two-choice-selector .two-choice-title-box:hover h2 {
      color: #fff; }

.two-choice-selector .two-choice-content {
  display: none; }
  .two-choice-selector .two-choice-content.active {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.two-choice-selector .content-item {
  border: 1px solid #C1C3C7;
  padding: 2rem;
  margin-bottom: 2rem; }

@media all and (min-width: 980px) {
  .two-choice-selector .two-choice-title-box, .two-choice-selector .two-choice-title-box.active, .two-choice-selector .two-choice-title-box:hover {
    margin-bottom: 0; }
    .two-choice-selector .two-choice-title-box h2, .two-choice-selector .two-choice-title-box.active h2, .two-choice-selector .two-choice-title-box:hover h2 {
      font-size: 32px;
      font-size: 3.2rem; }
  .two-choice-selector .content-item {
    width: 49%; } }

.video-poster {
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .video-poster .video-overlay {
    width: 100%;
    max-width: 100%;
    padding: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; }
    .video-poster .video-overlay a {
      color: #fff; }
    .video-poster .video-overlay h3 {
      color: #fff;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 1rem; }
    .video-poster .video-overlay .video-play-box {
      display: inline-block;
      cursor: pointer;
      border: 1px solid #fff;
      background-color: rgba(0, 0, 0, 0.5); }
      .video-poster .video-overlay .video-play-box span {
        padding: 1rem; }
      .video-poster .video-overlay .video-play-box .fa-play {
        border-right: 1px solid #fff; }
  .video-poster .video-overlay-home {
    color: #fff; }
    .video-poster .video-overlay-home h1 {
      color: #fff;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 3rem;
      margin-bottom: 2.5rem; }
    .video-poster .video-overlay-home a {
      font-family: "Gunar-DemiBold";
      text-decoration: underline;
      color: #fff; }

@media screen and (min-width: 680px) {
  .has-video {
    margin-top: -21vw; }
  .home .video-poster {
    width: 100%;
    box-shadow: none;
    left: 0; }
    .home .video-poster.full-height {
      height: 1010px !important; }
  .video-poster {
    padding-bottom: 56.25%;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.5);
    width: calc(100% - 6rem);
    left: 3rem; }
    .video-poster .video-overlay h3 {
      font-size: 28px;
      font-size: 2.8rem; }
    .video-poster .video-overlay-home h1 {
      font-size: 45px;
      font-size: 4.5rem;
      line-height: 54px; }
    .video-poster.full-height {
      position: relative;
      height: 580px !important;
      padding-bottom: 0;
      left: 0;
      width: 100%;
      box-shadow: none; } }

@media all and (min-width: 980px) {
  .video-poster .video-overlay-home {
    max-width: 75%; } }

@media all and (min-width: 1024px) {
  .home .video-poster.full-height {
    height: calc(1080px - 177px) !important;
    max-height: none; }
  .video-poster.full-height {
    height: 30vw !important;
    max-height: 576px; }
  .video-poster .video-overlay-home {
    max-width: 60%;
    margin-left: 5%; }
    .video-poster .video-overlay-home h1 {
      font-size: 50px;
      font-size: 5rem;
      line-height: 60px; }
    .video-poster .video-overlay-home p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 32px; } }

@media screen and (min-width: 1260px) {
  .video-poster {
    width: 100%;
    left: 0; }
    .video-poster .video-overlay-home {
      max-width: 704px; } }

@media screen and (min-width: 1440px) {
  .video-poster .video-overlay-home {
    margin-top: 15rem; } }

.landing-page-blocks .block, .landing-page-blocks--two-across .block, .landing-page-blocks .block--extra, .landing-page-blocks--two-across .block--extra {
  padding: 3rem 0 6rem 0;
  border-top: 1px solid #768692; }
  .landing-page-blocks .block--extra, .landing-page-blocks--two-across .block--extra {
    height: 0;
    padding: 0;
    border-top: none; }

.landing-page-blocks .block-title, .landing-page-blocks--two-across .block-title {
  font-size: 23px;
  font-size: 2.3rem;
  color: #333F48;
  font-family: "Gunar-Bold";
  margin-bottom: 2rem; }

.landing-page-blocks--two-across .block, .landing-page-blocks--two-across .block--extra {
  border-top: none; }

@media all and (min-width: 680px) {
  .landing-page-blocks, .landing-page-blocks--two-across {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .landing-page-blocks .block, .landing-page-blocks--two-across .block, .landing-page-blocks .block--extra, .landing-page-blocks--two-across .block--extra {
      width: 48%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .landing-page-blocks .block p, .landing-page-blocks--two-across .block p, .landing-page-blocks .block--extra p, .landing-page-blocks--two-across .block--extra p {
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .landing-page-blocks .block .btn, .landing-page-blocks--two-across .block .btn, .landing-page-blocks .block--extra .btn, .landing-page-blocks--two-across .block--extra .btn {
        width: 135px; }
  .landing-page-blocks--two-across .block, .landing-page-blocks--two-across .block--extra {
    width: 40%; } }

@media all and (min-width: 1440px) {
  .landing-page-blocks .block, .landing-page-blocks--two-across .block, .landing-page-blocks .block--extra, .landing-page-blocks--two-across .block--extra {
    width: 31%; }
  .landing-page-blocks--two-across .block, .landing-page-blocks--two-across .block--extra {
    width: 40%; } }

.stats {
  background-color: #fff;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .stats:after {
    clear: both;
    content: '';
    display: table; }
  .stats .stat-box {
    width: 50%;
    padding: 4rem 1rem;
    text-align: center;
    border: 1px solid #E5E5E5; }
  .stats .stat-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Gunar-DemiBold";
    color: #333F48;
    line-height: 14px;
    text-transform: uppercase; }
  .stats .stat {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Gunar-DemiBold";
    color: #44693D;
    line-height: 48px;
    padding: .5rem 0; }

@media all and (min-width: 680px) {
  .stats .stat-box {
    width: 25%; }
  .stats .stat-text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px; }
  .stats .stat {
    font-size: 40px;
    font-size: 4rem;
    line-height: normal;
    padding: 1rem 0; } }

@media all and (min-width: 1225px) {
  .stats .stat-box {
    padding: 4rem 1rem; } }

@media all and (min-width: 1440px) {
  .stats .stat {
    font-size: 85px;
    font-size: 8.5rem;
    line-height: 102px; } }

.news-item, .news-item--extra {
  margin-bottom: 5rem; }
  .news-item img, .news-item--extra img {
    border: 1px solid #E5E5E5; }
  .news-item a, .news-item--extra a {
    display: block; }
  .news-item--extra {
    height: 0;
    margin: 0; }

.news-date, .news-date--large {
  font-family: "Gunar-Bold";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #7C878E;
  margin: .5rem 0 1.5rem 0; }
  .news-date--large {
    font-size: 16px;
    font-size: 1.6rem; }

.news-byline {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  color: #7C878E; }
  .news-byline:after {
    clear: both;
    content: '';
    display: table; }
  .news-byline .author {
    color: #44693D;
    font-family: "Gunar-Bold"; }
  .news-byline .news-topics {
    float: left; }
  .news-byline .share-links {
    float: right; }

.news-title {
  font-family: "Gunar-Bold";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  text-decoration: underline; }
  .news-title:hover {
    text-decoration: underline; }

.news-back-link, .news-back-link--legacy {
  max-width: 1024px;
  margin: 0 auto;
  padding: 3rem 0; }
  .news-back-link .fa, .news-back-link--legacy .fa, .news-back-link input[type="radio"], .news-back-link--legacy input[type="radio"], .news-back-link input[type="checkbox"], .news-back-link--legacy input[type="checkbox"], .news-back-link .dropdown-label:after, .news-back-link--legacy .dropdown-label:after, .news-back-link .dropdown-label--transparent-yellow:after, .news-back-link--legacy .dropdown-label--transparent-yellow:after, .news-back-link .timeline-item:before, .news-back-link--legacy .timeline-item:before, .news-back-link .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items .news-back-link li.has-children:before, .news-back-link--legacy .mobile-menu .menu-items li.has-children:before, .mobile-menu .menu-items .news-back-link--legacy li.has-children:before, .news-back-link .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items .news-back-link li:after, .news-back-link--legacy .mobile-menu .menu-items .child-items li:after, .mobile-menu .menu-items .child-items .news-back-link--legacy li:after, .news-back-link .quote-box .quote-pager .left, .quote-box .quote-pager .news-back-link .left, .news-back-link--legacy .quote-box .quote-pager .left, .quote-box .quote-pager .news-back-link--legacy .left, .news-back-link .quote-box .quote-pager .right, .quote-box .quote-pager .news-back-link .right, .news-back-link--legacy .quote-box .quote-pager .right, .quote-box .quote-pager .news-back-link--legacy .right, .news-back-link .news-filters ul li:after, .news-filters ul .news-back-link li:after, .news-back-link--legacy .news-filters ul li:after, .news-filters ul .news-back-link--legacy li:after, .news-back-link .homepage-image-slider .pager .left, .homepage-image-slider .pager .news-back-link .left, .news-back-link--legacy .homepage-image-slider .pager .left, .homepage-image-slider .pager .news-back-link--legacy .left, .news-back-link .homepage-image-slider .pager .right, .homepage-image-slider .pager .news-back-link .right, .news-back-link--legacy .homepage-image-slider .pager .right, .homepage-image-slider .pager .news-back-link--legacy .right, .news-back-link .hero-slideshow-holder .slide-pager, .hero-slideshow-holder .news-back-link .slide-pager, .news-back-link--legacy .hero-slideshow-holder .slide-pager, .hero-slideshow-holder .news-back-link--legacy .slide-pager, .news-back-link .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder .news-back-link .team-member-pager, .news-back-link--legacy .team-member-slideshow-holder .team-member-pager, .team-member-slideshow-holder .news-back-link--legacy .team-member-pager {
    display: inline-block;
    margin-right: 1rem; }
  .news-back-link--legacy {
    padding: 0 0 6rem 0;
    color: #44693D; }

.related-news .related-news-heading {
  background-color: #ECEDEE;
  padding: 1rem;
  margin-bottom: 1rem;
  font-family: Serifa-Lig, Georgia, serif;
  font-size: 28px;
  font-size: 2.8rem; }

.related-news .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 1rem 0; }

.legacy-news-header img {
  border: 1px solid #E5E5E5; }

.legacy-news-header h1 {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.066rem;
  line-height: 3.2rem; }

.fb-share-button > span {
  vertical-align: top !important; }

.fb-like > span {
  vertical-align: top !important; }

@media all and (min-width: 680px) {
  .news, .news-articles {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news-articles {
    width: 100%; }
  .news-item, .news-item--extra {
    width: 48%; }
  .news-header {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .news-filters {
    -ms-flex: 1;
    flex: 1; }
  .news-hero {
    margin-top: -23vw;
    z-index: 3;
    position: relative; }
  .news-back-link, .news-back-link--legacy {
    color: #fff; }
    .news-back-link--legacy {
      color: #44693D; } }

@media all and (min-width: 1024px) {
  .news-filters {
    padding-right: 1rem; }
  .news-articles.news-landing {
    -ms-flex: 3;
    flex: 3; }
  .news-articles .news-item, .news-articles .news-item--extra {
    width: 31%; }
  .more-news {
    width: 75%;
    float: right; }
  .news-flex-container {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news-flex-container article {
      width: 70%; }
    .news-flex-container .news-back-link--legacy {
      width: 100%; }
    .news-flex-container .related-news {
      width: 25%; }
  .legacy-news-header:after {
    clear: both;
    content: '';
    display: table; } }

@media all and (min-width: 1260px) {
  .news-articles.four-across .news-item, .news-articles.four-across .news-item--extra {
    width: 23%; } }

.news-filters {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3rem; }
  .news-filters .news-filters-header {
    background-color: #ECEDEE;
    padding: 2rem; }
  .news-filters ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .news-filters ul li {
      margin: 0;
      padding: 2rem;
      border-bottom: 1px solid #E5E5E5;
      font-family: "Gunar-DemiBold";
      position: relative;
      cursor: pointer; }
      .news-filters ul li:after {
        position: absolute;
        right: 3rem;
        top: 0;
        content: '\f067';
        height: 70px;
        text-align: center;
        padding: calc(2rem + 8px) 0 2rem 0;
        cursor: pointer; }
      .news-filters ul li ul {
        display: none; }
      .news-filters ul li.open {
        border-bottom: none;
        padding-bottom: 0; }
        .news-filters ul li.open:after {
          content: '\f068'; }
      .news-filters ul li ul {
        display: none;
        position: relative;
        left: -2rem;
        margin-right: -2rem;
        margin-top: 2rem; }
        .news-filters ul li ul li {
          font-size: 16px;
          font-size: 1.6rem;
          font-family: "Gunar-Medium";
          position: relative;
          right: -2rem;
          margin-left: -2rem;
          padding-top: 1rem;
          padding-bottom: 1rem;
          transition: background-color .3s; }
          .news-filters ul li ul li:first-child {
            border-top: 1px solid #E5E5E5; }
          .news-filters ul li ul li:after {
            content: '\f10c';
            top: -1rem;
            color: #C1C3C7; }
          .news-filters ul li ul li:hover {
            background-color: #ECEDEE; }
          .news-filters ul li ul li.selected {
            color: #6FA287; }
            .news-filters ul li ul li.selected:after {
              content: '\f05d';
              color: #6FA287; }

.link-list {
  padding: 1rem; }
  .link-list a {
    display: inline-block;
    margin-right: 3rem; }
    .link-list a:last-child {
      margin-right: 0; }
    .link-list a.active {
      color: #333F48;
      font-family: "Gunar-Bold"; }

@media all and (min-width: 850px) {
  .link-list {
    position: absolute;
    top: 0;
    display: inline-block;
    right: 0; } }

.homepage-image-slider {
  background-color: #7C878E;
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  .homepage-image-slider .slide-container {
    max-width: 800px; }
  .homepage-image-slider .bx-wrapper {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto; }
    .homepage-image-slider .bx-wrapper li {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      overflow: hidden; }
  .homepage-image-slider .slide-title {
    font-family: "Gunar-DemiBoldItalic", "Helvetica Neue", sans-serif;
    font-style: italic;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px; }
  .homepage-image-slider .slide-text {
    font-family: "Gunar-Medium", "Helvetica Neue", sans-serif;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    margin: 2rem 0; }
  .homepage-image-slider .pager {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3rem;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Gunar-Medium", "Helvetica Neue", sans-serif;
    position: absolute;
    z-index: 80;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%; }
    .homepage-image-slider .pager span, .homepage-image-slider .pager a {
      display: inline-block; }
    .homepage-image-slider .pager .page-nums {
      position: relative;
      top: -3px;
      margin: 0 .5em; }

@media all and (min-width: 680px) {
  .homepage-image-slider .slide-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 35px; }
  .homepage-image-slider .slide-text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 35px;
    padding-left: 8rem; }
  .homepage-image-slider .slide-link {
    padding-left: 8rem;
    margin-bottom: 2rem; }
  .homepage-image-slider .bxslider li {
    min-height: 480px;
    height: 480px; }
  .homepage-image-slider .pager {
    text-align: right;
    padding-right: 3rem; } }

.hero-slideshow-holder {
  position: relative;
  max-width: 1260px;
  margin: 0 auto; }
  .hero-slideshow-holder .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
  .hero-slideshow-holder .hero-slider li {
    list-style-type: none; }
  .hero-slideshow-holder .slide-pager {
    color: #fff;
    position: absolute;
    z-index: 80;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .hero-slideshow-holder .slide-pager .right, .hero-slideshow-holder .slide-pager .left {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5); }
      .hero-slideshow-holder .slide-pager .right a, .hero-slideshow-holder .slide-pager .left a {
        width: 48px;
        height: 48px;
        display: inline-block;
        text-align: center;
        padding-top: 24px;
        line-height: 0; }
    .hero-slideshow-holder .slide-pager .right {
      right: 0; }
    .hero-slideshow-holder .slide-pager .left {
      left: 0; }

@media all and (min-width: 1260px) {
  .hero-slideshow-holder {
    padding-top: 5rem; } }

.team-member-with-pic {
  display: inline-block;
  width: 296px; }
  .team-member-with-pic .img-holder {
    position: relative;
    border-bottom: 5px solid #44693D; }
    .team-member-with-pic .img-holder img {
      cursor: pointer;
      transition: filter .5s;
      display: block; }
    .team-member-with-pic .img-holder .view-bio {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity .5s;
      color: #fff;
      text-align: center;
      border: 1px solid #fff;
      padding: 1.2rem;
      width: 150px;
      cursor: pointer; }
    .team-member-with-pic .img-holder:hover img {
      filter: grayscale(100%); }
    .team-member-with-pic .img-holder:hover .view-bio {
      opacity: 1; }
  .team-member-with-pic .name {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Gunar-Bold";
    margin-top: 2rem; }
  .team-member-with-pic .position {
    font-size: 15px;
    font-size: 1.5rem;
    color: #7C878E; }

.team-member-listing {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.team-member, .team-member--extra {
  width: 100%;
  margin-bottom: 2rem; }
  .team-member .title, .team-member--extra .title {
    color: #44693D;
    font-family: "Gunar-Bold";
    font-size: 20px;
    font-size: 2rem; }
  .team-member--extra {
    height: 0;
    margin: 0; }

.team-member-slideshow-holder {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3rem 6rem; }
  .team-member-slideshow-holder .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
    background-color: transparent; }
  .team-member-slideshow-holder .team-member-pager {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 160px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .team-member-slideshow-holder .team-member-pager .right, .team-member-slideshow-holder .team-member-pager .left {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5); }
      .team-member-slideshow-holder .team-member-pager .right a, .team-member-slideshow-holder .team-member-pager .left a {
        width: 48px;
        height: 48px;
        display: inline-block;
        text-align: center;
        padding-top: 24px;
        line-height: 0; }
    .team-member-slideshow-holder .team-member-pager .right {
      right: 0; }
    .team-member-slideshow-holder .team-member-pager .left {
      left: 0; }

.team-member-with-pic--extra {
  height: 0;
  padding: 0; }

.team-member-holder {
  margin-top: 3rem; }
  .team-member-holder .team-member-with-pic {
    width: 100%;
    margin-bottom: 3rem; }

.team-member-bio {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 0; }
  .team-member-bio .bio-wrapper {
    height: calc(100vh + 0px);
    overflow: auto;
    background-color: white; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
      .team-member-bio .bio-wrapper {
        height: 1024px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
      .team-member-bio .bio-wrapper {
        height: 768px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
      .team-member-bio .bio-wrapper {
        height: 480px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
      .team-member-bio .bio-wrapper {
        height: 320px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
      .team-member-bio .bio-wrapper {
        height: 460px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
      .team-member-bio .bio-wrapper {
        height: 212px; } }
  .team-member-bio .bio-header {
    position: relative;
    height: auto; }
  .team-member-bio .linkedin-link {
    color: #7C878E;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    right: 4rem;
    bottom: 1rem; }
  .team-member-bio .bio-info {
    padding: 4rem 4rem 5rem 4rem;
    -ms-flex: 1;
    flex: 1; }
  .team-member-bio .bio-content {
    background-color: #fff;
    padding: 3rem; }
    .team-member-bio .bio-content h2 {
      font-size: 30px;
      font-size: 3rem; }
    .team-member-bio .bio-content p {
      font-size: 14px;
      font-size: 1.4rem;
      width: 100%; }
  .team-member-bio .bio-block {
    margin-bottom: 4rem; }
  .team-member-bio .bio-close {
    background-color: #2A2828;
    padding: .9rem 1.8rem;
    position: absolute;
    right: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1; }

@media all and (min-width: 640px) {
  .team-member, .team-member--extra {
    width: 48%; }
  .team-member-bio {
    width: calc(100% - 10rem);
    left: 50%;
    top: 3rem;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .team-member-bio .bio-close {
      right: -5rem; }
    .team-member-bio .bio-header {
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      height: auto; }
      .team-member-bio .bio-header img {
        width: 345px; }
    .team-member-bio .bio-wrapper {
      max-height: calc(100vh - 6rem);
      height: auto; } }

@media all and (min-width: 600px) {
  .team-member-holder {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .team-member-holder .team-member-with-pic, .team-member-holder .team-member-with-pic--extra {
      width: 48%; } }

@media all and (min-width: 980px) {
  .team-member-bio .bio-content {
    padding: 5rem 9rem;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .bio-block {
    width: 48%; }
  .team-member-holder .team-member-with-pic, .team-member-holder .team-member-with-pic--extra {
    width: 31%; } }

@media all and (min-width: 1024px) {
  .team-member, .team-member--extra {
    width: 31%; } }

@media all and (min-width: 1260px) {
  .team-member-slideshow-holder {
    padding-top: 5rem; }
  .team-member-holder .team-member-with-pic, .team-member-holder .team-member-with-pic--extra {
    width: 23%; } }

.homepage-graph-anim {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 50%;
  display: none;
  overflow: hidden; }
  .homepage-graph-anim .market-label, .homepage-graph-anim .ad-label {
    display: inline-block;
    position: relative;
    padding-left: 65px;
    margin-right: 2rem;
    top: 11rem; }
    .homepage-graph-anim .market-label:before, .homepage-graph-anim .ad-label:before {
      content: '';
      width: 50px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 10px; }
  .homepage-graph-anim .market-label:before {
    background-color: #768692; }
  .homepage-graph-anim .ad-label:before {
    background-color: #6FA287; }
  .homepage-graph-anim .bar, .homepage-graph-anim .bar--green, .homepage-graph-anim .bar--gray {
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .homepage-graph-anim .bar--green {
      background: url("../images/minified/chart-green-bar.png"); }
    .homepage-graph-anim .bar--gray {
      background: url("../images/minified/chart-gray-bar.png"); }

@media all and (min-width: 1024px) {
  .homepage-graph-anim {
    display: block; } }

.cta, .cta--blue {
  font-size: 20px;
  font-size: 2rem; }
  .cta button, .cta--blue button, .cta .btn, .cta--blue .btn {
    margin-left: 2rem;
    font-size: 17px;
    font-size: 1.7rem; }
  .cta p, .cta--blue p {
    display: inline-block; }

.split-cta {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .split-cta h2 {
    margin-bottom: 0; }
  .split-cta > div {
    width: 100%;
    padding: 10rem 3rem;
    text-align: center; }
    .split-cta > div:first-child {
      background-color: #FAFAFB; }
    .split-cta > div:last-child {
      background-color: #ECEDEE; }

.industry-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.industry-hero-copy {
  color: #fff;
  background-color: rgba(51, 63, 72, 0.8);
  position: relative;
  padding: 4.5rem 5rem; }

@media all and (min-width: 980px) {
  .industry-hero {
    padding: 12rem 0; }
  .industry-hero-copy {
    margin-left: 5%;
    max-width: 704px; }
    .industry-hero-copy h3 {
      line-height: 5rem; } }

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

.center-callout-copy, .center-callout-copy--condensed {
  max-width: 900px;
  margin: 0 auto;
  color: white;
  padding: 12rem 1.5rem; }
  .center-callout-copy h1, .center-callout-copy--condensed h1 {
    color: #fff;
    font-family: Serifa-Lig, Georgia, serif;
    font-size: 40px;
    font-size: 4rem; }
  .center-callout-copy--condensed {
    padding: 3rem 1.5rem; }
    .center-callout-copy--condensed p:first-child {
      font-size: 20px;
      font-size: 2rem; }
  .center-callout-copy.gray, .gray.center-callout-copy--condensed {
    color: #333F48; }

.flag-container {
  margin-bottom: 1rem;
  padding: 0; }
  .flag-container li {
    display: inline-block;
    margin-right: 1rem; }

.flag, .flag--united-states, .flag--canada, .flag--mexico {
  cursor: pointer;
  width: 36px;
  height: 24px;
  display: inline-block;
  background: url("../images/minified/flags.png"); }

.flag--united-states {
  background-position: 0 24px; }
  .flag--united-states:hover, .flag--united-states.active {
    background-position: 0 0; }

.flag--canada {
  background-position: -36px 24px; }
  .flag--canada:hover, .flag--canada.active {
    background-position: -36px 0; }

.flag--mexico {
  background-position: -72px 24px; }
  .flag--mexico:hover, .flag--mexico.active {
    background-position: -72px 0; }

@media all and (min-width: 980px) {
  .flag-container {
    position: absolute;
    top: -5rem;
    left: 0; } }

.advert-banner {
  display: none;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold; }
  .advert-banner a {
    display: inline-block;
    margin: 0 1rem; }

@media all and (max-width: 640px) {
  .advert-banner {
    font-size: .85em;
    line-height: 1.75rem; } }

/*# sourceMappingURL=application.css.map */
