/*! Made with westhealth: http://themble.com/westhealth :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING VENDOR/3RD PARTY
*********************/
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700|Lato:400");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

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

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

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

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

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

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

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

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
html {
  font-size: 1rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.158rem;
  padding-bottom: 0.842rem;
  margin-bottom: 0rem;
  padding: 0; }

p {
  -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
          hyphens: inherit;
  hyphenate-lines: 3; }

@font-face {
  font-family: "westhealth";
  src: url("../fonts/westhealth.eot");
  src: url("../fonts/westhealth.eot?#iefix") format("embedded-opentype"), url("../fonts/westhealth.woff") format("woff"), url("../fonts/westhealth.ttf") format("truetype"), url("../fonts/westhealth.svg#westhealth") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "westhealth" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "westhealth" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-twitter:before {
  content: "\61"; }

.icon-facebook:before {
  content: "\62"; }

.icon-youtube-play:before {
  content: "\64"; }

.icon-youtube:before {
  content: "\65"; }

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

.icon-angle-left:before {
  content: "\67"; }

.icon-angle-down:before {
  content: "\68"; }

.icon-angle-right:before {
  content: "\69"; }

.icon-angle-up:before {
  content: "\6a"; }

.icon-play:before {
  content: "\6b"; }

.icon-research:before {
  content: "\6c"; }

.icon-policy-and-advocacy:before {
  content: "\6d"; }

.icon-philanthropy:before {
  content: "\6e"; }

.icon-westhealth:before {
  content: "\6f"; }

.icon-arrow-circle-o-down:before {
  content: "\70"; }

.icon-download:before {
  content: "\71"; }

.icon-down-circled:before {
  content: "\72"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* mixin for multiline */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.grid-item {
  -webkit-box-shadow: 0 0 0 1px #e4e6ea;
          box-shadow: 0 0 0 1px #e4e6ea;
  position: relative;
  overflow: hidden;
  height: 140px;
  margin: 1rem 0;
  -webkit-transition: all 0.45s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  transition: all 0.45s cubic-bezier(0.2, 0.95, 0.06, 0.99); }

@media (min-width: 482px) and (max-width: 767px) {
  .grid-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%; }
    .grid-item::after {
      content: '';
      display: table;
      clear: both; }
    .grid-item:nth-child(n) {
      margin-right: 4%;
      float: left;
      clear: none; }
    .grid-item:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .grid-item:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 768px) {
    .grid-item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 30.6666666667%;
      margin-left: 0%;
      margin-right: 4%; }
      .grid-item::after {
        content: '';
        display: table;
        clear: both; }
      .grid-item:nth-child(n) {
        margin-right: 4%;
        float: left;
        clear: none; }
      .grid-item:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .grid-item:nth-child(3n + 1) {
        clear: both; } }
  .grid-item:hover {
    background: none;
    -webkit-box-shadow: 0 0 0 1px #007db1;
            box-shadow: 0 0 0 1px #007db1; }
    .grid-item:hover .grid-item-hover {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .grid-item .grid-item-hover a:visited {
    color: #fff; }
  .grid-item img {
    width: 200px;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto; }
  .grid-item > a {
    display: block;
    position: relative;
    height: 100%;
    padding: 0;
    text-align: center;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out; }

.grid-item-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 125, 177, 0.8);
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  z-index: 10;
  -webkit-transition: all 0.75s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  transition: all 0.75s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  color: #fff;
  padding: 1rem;
  pointer-events: none; }
  .grid-item-hover h6 {
    font-size: 1rem;
    margin-top: 0;
    padding-top: 0; }
  .grid-item-hover p {
    font-size: .75rem;
    margin: 0 0 .5rem 0; }
  .grid-item-hover a {
    text-transform: uppercase;
    color: #fff; }

.column-container {
  margin: 0 -1rem; }
  @media (min-width: 769px) {
    .column-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .column-container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2rem;
    margin: 2rem 1rem; }
    .column-container > div.white {
      background: #fff; }
    .column-container > div.gray {
      background: #e4e6ea; }
    .column-container > div.blue {
      background: #c4edfe; }
  .column-container .html-column {
    position: relative; }
    .column-container .html-column.has-image {
      padding-top: calc(275px + 1.5rem); }
    .column-container .html-column p {
      margin: 0 0 1rem 0; }
    .column-container .html-column h1, .column-container .html-column h2, .column-container .html-column h3, .column-container .html-column h4, .column-container .html-column h5 {
      color: #007db1; }
    .column-container .html-column h1, .column-container .html-column h2, .column-container .html-column h3 {
      line-height: 1.4;
      margin: .25rem 0; }
  .column-container .html-bg {
    height: calc(275px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.section-margin {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.wp-pagenavi {
  margin: 1rem 0 0;
  text-align: right; }
  .wp-pagenavi .pages {
    border: 0;
    font-weight: 300;
    font-size: .9rem;
    margin-right: 10px; }
  .wp-pagenavi .current, .wp-pagenavi a {
    background: #afafb0;
    color: #fff;
    outline: none;
    border: 0;
    min-width: 25px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
    .wp-pagenavi .current:visited, .wp-pagenavi a:visited {
      color: #fff; }
    .wp-pagenavi .current:hover, .wp-pagenavi a:hover {
      background: #5f6062;
      color: #fff !important; }
  .wp-pagenavi .current {
    background: #5f6062;
    font-weight: 300 !important; }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.header {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1041;
  position: absolute;
  width: 100%; }

#logo {
  max-width: 262px; }
  #logo img {
    height: 100%;
    width: 262px;
    max-width: 100%;
    display: block; }

.top-nav {
  background: #fff; }
  .top-nav .flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top-nav .flex li {
      float: left; }
      .top-nav .flex li a {
        color: #5f6062;
        margin-right: 0.5rem;
        font-size: .8rem;
        font-family: "Lato";
        padding: .5rem 0;
        margin-right: 0.5rem; }
    .top-nav .flex .social {
      width: 22px;
      height: 22px;
      border-radius: 20px;
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      display: inline-block;
      text-align: center;
      margin-left: .25em;
      outline: none;
      -webkit-box-shadow: 0;
              box-shadow: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .top-nav .flex .social.facebook {
        background: #4c70ba; }
      .top-nav .flex .social.twitter {
        background: #4db5f5; }
      .top-nav .flex .social.youtube {
        background: #e86a6a; }
      .top-nav .flex .social.linkedin {
        background: #0099e8; }
      .top-nav .flex .social.search {
        background: #5f6062;
        font-size: 0.7rem; }

.header .flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.header .flex ul.main-nav {
  max-width: 640px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header .flex ul.main-nav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: right;
    overflow: hidden; }
    .header .flex ul.main-nav > li > a {
      padding: 2.2rem 0;
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      color: #5f6062;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.1rem;
      position: relative;
      -webkit-transition: color .5s ease-out;
      transition: color .5s ease-out; }
      .header .flex ul.main-nav > li > a:after {
        content: '';
        background: #5f6062;
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 6px;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        opacity: 0;
        -webkit-transform: translate3d(0, 4px, 0);
                transform: translate3d(0, 4px, 0); }
    .header .flex ul.main-nav > li:hover > a {
      color: #007db1; }
      .header .flex ul.main-nav > li:hover > a:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
                transform: translate3d(0, 0px, 0); }
    .header .flex ul.main-nav > li.current-menu-item > a, .header .flex ul.main-nav > li.current-page-ancestor > a {
      color: #007db1; }

@media (max-width: 1029px) {
  .header .flex nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    width: 100%;
    overflow: auto; }
  .header .flex #menu-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding-top: 2rem; }
    .header .flex #menu-main > li {
      padding: 0; }
      .header .flex #menu-main > li > a:after {
        display: none; }
      .header .flex #menu-main > li.menu-item-has-children > a:after {
        display: block;
        opacity: 1;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        bottom: initial;
        content: 'h';
        font-family: 'westhealth';
        text-transform: lowercase;
        background: none;
        left: 100%;
        height: auto;
        width: auto; }
      .header .flex #menu-main > li > a {
        padding: 1rem 2rem; }
      .header .flex #menu-main > li > ul.sub-menu {
        top: 6px;
        visibility: visible; }
      .header .flex #menu-main > li:hover > a:after {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        bottom: initial;
        opacity: 1; }
    .header .flex #menu-main li {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      text-align: left;
      min-width: 230px;
      width: 100%;
      padding: 1rem 2rem;
      position: relative; }
      .header .flex #menu-main li a {
        padding: 0; }
      .header .flex #menu-main li ul.sub-menu {
        position: relative;
        display: none;
        width: 220px;
        left: 0;
        min-width: 0px;
        max-width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        visibility: visible; }
        .header .flex #menu-main li ul.sub-menu > li.item-depth-1 > a:first-child {
          font-size: 1rem;
          min-width: 0;
          max-width: 100%;
          text-transform: uppercase; }
        .header .flex #menu-main li ul.sub-menu .link {
          display: none; }
        .header .flex #menu-main li ul.sub-menu li {
          padding: .5rem 0;
          font-size: 1rem; }
        .header .flex #menu-main li ul.sub-menu p {
          padding: 0;
          font-size: .85rem; }
        .header .flex #menu-main li ul.sub-menu img {
          padding: 0 0 1rem 0rem; }
        .header .flex #menu-main li ul.sub-menu ul.sub-menu {
          top: 0%;
          position: relative;
          display: block; }
          .header .flex #menu-main li ul.sub-menu ul.sub-menu li {
            padding: .25rem 0; } }

@media (max-width: 1030px) {
  .sub-menu img {
    display: none; } }

.footer-nav-top {
  font-size: .8rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-nav-top .stay-informed {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    font-size: 1.2rem; }
  .footer-nav-top a {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 0.2rem;
    display: inline-block; }
    .footer-nav-top a i {
      line-height: 1;
      display: block; }
      .footer-nav-top a i:before {
        line-height: 1;
        position: relative;
        top: 1px; }

.footer-nav-bottom {
  font-size: .8rem;
  font-weight: 300;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 669px) {
    .footer-nav-bottom {
      text-align: center; }
      .footer-nav-bottom > * {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; } }
  .footer-nav-bottom .footer-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 669px) {
      .footer-nav-bottom .footer-nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .footer-nav-bottom .footer-nav a {
      padding-top: 0;
      padding-bottom: 0; }

.footer hr {
  width: 100%; }

.hero, .slider {
  overflow: hidden;
  position: relative; }
  .hero .wrap, .slider .wrap {
    position: relative;
    overflow: hidden;
    pointer-events: none; }
  .hero__video, .slider__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .hero__video a, .slider__video a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .hero__video i, .slider__video i {
      position: absolute;
      top: calc(50% + 0px);
      left: 60%;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
              transform: translate3d(-50%, -50%, 0) scale(0.9);
      font-size: 6rem;
      color: #fff;
      -webkit-transition: all .45s ease-out;
      transition: all .45s ease-out; }
    .hero__video:hover i, .slider__video:hover i {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
              transform: translate3d(-50%, -50%, 0) scale(1);
      color: #00929f; }
  .hero__bg, .slider__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .hero__box, .slider__box {
    position: relative;
    background: rgba(0, 125, 177, 0.9);
    color: #fff;
    padding: 2rem 2rem 6rem;
    margin-top: 7rem;
    margin-bottom: 2rem;
    pointer-events: all; }
    @media (min-width: 769px) {
      .hero__box, .slider__box {
        background: rgba(0, 125, 177, 0.9);
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        padding: 2rem 2rem 4rem;
        min-height: 420px; }
        .hero__box::after, .slider__box::after {
          content: '';
          display: table;
          clear: both; }
        .hero__box:last-child, .slider__box:last-child {
          margin-right: 0%; } }
    @media (min-width: 1031px) {
      .hero__box, .slider__box {
        float: left;
        clear: none;
        text-align: inherit;
        width: 33.3333333333%;
        margin-left: 0%;
        margin-right: 0%; }
        .hero__box::after, .slider__box::after {
          content: '';
          display: table;
          clear: both; }
        .hero__box:last-child, .slider__box:last-child {
          margin-right: 0%; } }
    .hero__box .slider__meta, .slider__box .slider__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .hero__box h6, .slider__box h6 {
      color: #92defd;
      margin: 0;
      padding: 0;
      line-height: 1;
      text-transform: uppercase;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: .8rem; }
    .hero__box .date, .slider__box .date {
      color: inherit;
      margin: 0;
      padding: 0;
      line-height: 1;
      text-transform: uppercase;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: .8rem; }
    .hero__box h1, .slider__box h1 {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 600;
      margin: .5rem 0 .3rem 0; }
      @media (min-width: 1031px) {
        .hero__box h1, .slider__box h1 {
          font-size: 2.2rem; } }
    .hero__box .share, .slider__box .share {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      padding: .5rem;
      background: #5f6062; }
      .hero__box .share span, .slider__box .share span {
        position: absolute;
        bottom: calc(100% + .5rem);
        left: 0;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.9);
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        white-space: nowrap; }
      .hero__box .share a, .hero__box .share button, .slider__box .share a, .slider__box .share button {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
        line-height: 24px;
        margin: 0 .2rem;
        vertical-align: text-bottom;
        background: #fff;
        color: #5f6062;
        outline: none;
        -webkit-box-shadow: 0;
                box-shadow: 0;
        border: 0; }
  .hero--no-banner, .slider--no-banner {
    background: #007db1;
    padding: 0;
    margin-top: 95px; }
    .hero--no-banner .hero__box, .slider--no-banner .hero__box {
      min-height: 0;
      margin: 0;
      padding: 1.5rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 100%; }
      .hero--no-banner .hero__box h1, .slider--no-banner .hero__box h1 {
        margin: 0;
        padding: 0; }
      .hero--no-banner .hero__box > div:first-child, .slider--no-banner .hero__box > div:first-child {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .hero--no-banner .hero__box > div:last-child, .slider--no-banner .hero__box > div:last-child {
        margin-top: 1rem;
        -ms-flex-item-align: center;
            align-self: center; }
    .hero--no-banner .share, .slider--no-banner .share {
      position: relative;
      margin: 0;
      bottom: 0;
      left: 0; }
  .hero--video-alt, .slider--video-alt {
    height: 250px;
    position: relative; }
    @media (min-width: 769px) {
      .hero--video-alt, .slider--video-alt {
        height: 400px; } }
    @media (min-width: 1031px) {
      .hero--video-alt, .slider--video-alt {
        height: 500px; } }
    .hero--video-alt .wrap, .slider--video-alt .wrap {
      height: 100%;
      pointer-events: all; }
    .hero--video-alt a, .hero--video-alt button, .slider--video-alt a, .slider--video-alt button {
      position: absolute;
      bottom: 2rem;
      color: #fff !important;
      z-index: 10;
      font-size: 1.5rem;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .hero--video-alt a i, .hero--video-alt button i, .slider--video-alt a i, .slider--video-alt button i {
        font-size: 2.5rem;
        vertical-align: middle;
        margin: 0 0.4rem 0 0;
        position: relative;
        top: 2px; }
      .hero--video-alt a:hover, .hero--video-alt button:hover, .slider--video-alt a:hover, .slider--video-alt button:hover {
        color: #00929f !important; }

.hero .wrap {
  position: relative; }

.modal-subscribe-wrap .wrap {
  position: relative; }

.modal-subscribe-wrap .modal-subscribe {
  position: absolute;
  top: 100%;
  background: #007db1;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  right: 2rem;
  padding: .5rem 1.5rem;
  z-index: 1000;
  font-weight: bold; }

.icon-play {
  opacity: .75; }
  .icon-play:hover {
    opacity: 1; }

.slider {
  overflow: hidden;
  position: relative; }
  .slider .wrap {
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 3; }
  .slider .slide {
    position: relative;
    min-height: 520px; }
  .slider__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .slider__box {
    position: relative;
    background: rgba(0, 125, 177, 0.9);
    color: #fff;
    padding: 2rem 2rem 6rem;
    margin-top: 7rem;
    margin-bottom: 2rem; }
    @media (min-width: 769px) {
      .slider__box {
        background: rgba(0, 125, 177, 0.9);
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        padding: 2rem 2rem 1rem;
        margin-top: 2rem;
        min-height: 280px; }
        .slider__box::after {
          content: '';
          display: table;
          clear: both; }
        .slider__box:last-child {
          margin-right: 0%; } }
    @media (min-width: 1031px) {
      .slider__box {
        float: left;
        clear: none;
        text-align: inherit;
        width: 40%;
        margin-left: 0%;
        margin-right: 0%; }
        .slider__box::after {
          content: '';
          display: table;
          clear: both; }
        .slider__box:last-child {
          margin-right: 0%; } }
    .slider__box h6 {
      color: #92defd;
      margin: 0;
      padding: 0;
      line-height: 1;
      text-transform: uppercase;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: .8rem; }
    .slider__box h2 {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
      margin: .5rem 0 .3rem 0; }
      @media (min-width: 1031px) {
        .slider__box h2 {
          font-size: 2.2rem; } }
    .slider__box .btn {
      background: #fff;
      color: #007db1; }
      .slider__box .btn:hover {
        background: #00929f;
        color: #fff; }
  .slider__nav__wrap {
    position: relative; }
  .slider__nav {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    margin: 2rem;
    z-index: 10; }
    .slider__nav li {
      display: inline-block; }
      .slider__nav li:last-child button {
        border: 0; }
      .slider__nav li.slick-active button {
        color: #92defd; }
    .slider__nav button {
      margin: .5rem 0;
      line-height: 1;
      width: 30px;
      text-align: center;
      color: #fff;
      display: block;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0;
      background: none;
      border-right: 1px solid #fff; }
      .slider__nav button:focus, .slider__nav button:active {
        outline: 0; }

.header + .slider {
  margin-top: 0; }
  @media (min-width: 769px) {
    .header + .slider .slider__box {
      margin-top: 7rem; } }
  .header + .slider .slider__video i {
    top: calc(50% + 47px); }
  .header + .slider .hero__video i {
    top: calc(50% + 47px); }

.home .slider__box h2 {
  font-size: 20px; }
  @media (min-width: 1031px) {
    .home .slider__box h2 {
      font-size: 26px; } }

pre {
  position: fixed !important;
  background: #fff;
  z-index: 9999999990 !important; }

.banner {
  overflow: hidden;
  padding: 2rem 0; }
  @media (max-width: 1030px) {
    .banner {
      background: #e4e6ea; } }
  .banner .wrap {
    overflow: hidden;
    position: relative; }
  .banner__img {
    display: none;
    max-width: calc(33.33% - 1rem); }
    @media (min-width: 769px) {
      .banner__img {
        float: left;
        clear: none;
        text-align: inherit;
        width: 33.3333333333%;
        margin-left: 0%;
        margin-right: 0%;
        max-width: calc(33.33% - 1.25rem);
        display: block;
        position: absolute;
        background-size: cover;
        background-position: center;
        height: 100%; }
        .banner__img::after {
          content: '';
          display: table;
          clear: both; }
        .banner__img:last-child {
          margin-right: 0%; } }
  .banner__box {
    font-size: .9rem;
    background: #e4e6ea;
    padding: .5rem 1rem; }
    .banner__box h3 {
      font-size: 30px;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #007db1;
      line-height: 1.1;
      margin-bottom: 0;
      padding-top: 0; }
    .banner__box p {
      margin-top: 0;
      margin-bottom: 1rem; }
      .banner__box p:last-child {
        margin-bottom: 0; }
    @media (min-width: 769px) {
      .banner__box {
        padding: 1rem 1.5rem;
        float: left;
        clear: none;
        text-align: inherit;
        width: 66.6666666667%;
        margin-left: 33.3333333333%;
        margin-right: 0%; }
        .banner__box::after {
          content: '';
          display: table;
          clear: both; }
        .banner__box:last-child {
          margin-right: 0%; } }

.social-banner {
  background: #007db1;
  color: #fff;
  padding: 2rem; }
  @media (min-width: 769px) {
    .social-banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .social-banner hr {
    border-color: #fff; }
  .social-banner .social-banner-text h2 {
    color: #fff;
    margin: 0; }
  .social-banner .social-banner-icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 240px; }
    @media (min-width: 769px) {
      .social-banner .social-banner-icons {
        text-align: right; } }
    .social-banner .social-banner-icons a {
      font-size: 2rem;
      width: 60px;
      height: 60px;
      color: #007db1;
      background: white;
      border-radius: 100px;
      display: inline-block;
      margin: .8rem;
      text-align: center;
      line-height: 70px; }

.callouts {
  overflow: hidden; }
  .callouts .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.callout-item {
  background: #e4e6ea;
  overflow: hidden;
  position: relative;
  margin: 1rem 0;
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 769px) {
    .callout-item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .callout-item::after {
        content: '';
        display: table;
        clear: both; }
      .callout-item:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .callout-item:nth-child(2n) {
        margin-right: 0%;
        float: right; }
      .callout-item:nth-child(2n + 1) {
        clear: both; } }
  @media (min-width: 769px) {
    .callout-item {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      max-width: 48.5%; } }

@media (min-width: 769px) and (max-width: 1030px) {
  .callout-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .callout-item__img {
    position: absolute;
    height: 100%;
    float: left;
    clear: none;
    text-align: inherit;
    width: 40%;
    margin-left: 0%;
    margin-right: 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .callout-item__img::after {
      content: '';
      display: table;
      clear: both; }
    .callout-item__img:last-child {
      margin-right: 0%; }

@media (min-width: 769px) and (max-width: 1030px) {
  .callout-item__img {
    position: relative;
    height: 250px;
    width: 100%; } }
  .callout-item__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1030px) {
      .callout-item__content {
        float: left;
        clear: none;
        text-align: inherit;
        width: 60%;
        margin-left: 40%;
        margin-right: 0%; }
        .callout-item__content::after {
          content: '';
          display: table;
          clear: both; }
        .callout-item__content:last-child {
          margin-right: 0%; } }

@media (min-width: 769px) and (max-width: 1030px) {
  .callout-item__content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0; } }
    .callout-item__content > div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 2rem;
      position: relative; }
    .callout-item__content .link {
      margin: 1rem 0 2rem;
      display: block;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .callout-item__img {
      background-size: cover;
      width: 100%; }
    .callout-item__content {
      margin: 1rem;
      width: 100%;
      background: #fff; }
      .callout-item__content > div {
        padding: 1.5rem; }
    .callout-item .callout-top .callout-item__content {
      max-width: calc(100% - 4rem); } }
  .callout-item__header {
    position: relative;
    height: 100px; }
    .callout-item__header > h2 {
      position: absolute;
      bottom: 0;
      margin: 0; }
  .callout-item h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .075rem; }
  .callout-item hr {
    width: 50%; }
  .callout-item p {
    font-size: .9rem;
    line-height: 1.4; }
  .callout-item h6 {
    font-size: .9rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #afafb0;
    margin: 1rem 0 0 0; }
  .callout-item__feature_link {
    position: relative;
    font-size: .8rem;
    padding-left: .75rem;
    display: inline-block;
    margin: .35rem 0;
    line-height: 1.2; }
    .callout-item__feature_link i {
      position: absolute;
      top: 0.1rem;
      left: -0.2rem; }

.resources .callout-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 2rem; }
  .resources .callout-item > div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }

.callout-top {
  position: relative;
  background: #007db1;
  color: #fff; }
  .callout-top .callout-item__header {
    height: auto; }
    .callout-top .callout-item__header > h2 {
      position: relative;
      font-size: 1.6rem;
      letter-spacing: 0;
      margin: 0; }
  .callout-top .callout-item__content > div {
     }
    @media (max-width: 767px) {
      .callout-top .callout-item__content > div {
        background: rgba(0, 125, 177, 0.8); } }
  .callout-top a {
    color: #fff; }
  .callout-top hr {
    border-color: #fff;
    margin: 0 0 0.6rem 0; }

.callout-bottom {
  padding: 0 1.5rem 1.5rem; }
  .callout-bottom div {
    overflow: hidden; }
    .callout-bottom div a {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%;
      margin-top: 1rem;
      font-weight: bold; }
      .callout-bottom div a::after {
        content: '';
        display: table;
        clear: both; }
      .callout-bottom div a:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .callout-bottom div a:nth-child(2n) {
        margin-right: 0%;
        float: right; }
      .callout-bottom div a:nth-child(2n + 1) {
        clear: both; }

.link-columns .link-column {
  padding: 1rem; }
  .link-columns .link-column .tweet-text {
    font-size: 0.8rem; }

@media (min-width: 769px) and (max-width: 1030px) {
  .link-columns .link-column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
    padding: 1rem 0; }
    .link-columns .link-column::after {
      content: '';
      display: table;
      clear: both; }
    .link-columns .link-column:nth-child(n) {
      margin-right: 4%;
      float: left;
      clear: none; }
    .link-columns .link-column:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .link-columns .link-column:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 1031px) {
    .link-columns .link-column {
      float: left;
      clear: none;
      text-align: inherit;
      width: 22.75%;
      margin-left: 0%;
      margin-right: 3%;
      padding: 0rem; }
      .link-columns .link-column::after {
        content: '';
        display: table;
        clear: both; }
      .link-columns .link-column:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .link-columns .link-column:nth-child(4n) {
        margin-right: 0%;
        float: right; }
      .link-columns .link-column:nth-child(4n + 1) {
        clear: both; } }
  .link-columns .link-column__text {
    margin-top: 0.9rem;
    font-size: .85rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  .link-columns .link-column__link {
    margin: .5rem 0;
    line-height: 1;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .link-columns .link-column a {
    font-size: .85rem; }
  .link-columns .link-column--list li {
    border-bottom: 1px solid #afafb0;
    padding: .5rem 0;
    position: relative; }
    .link-columns .link-column--list li:first-child {
      padding-top: 0; }
    .link-columns .link-column--list li:last-child {
      border: 0; }
  .link-columns .link-column--list span {
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5f6062;
    width: 40px;
    font-size: .75rem; }
  .link-columns .link-column--list a {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 40px); }

.section-title {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-bottom: .5rem;
  border-bottom: 3px solid #5f6062; }
  .section-title--border-teal {
    border-bottom: 3px solid #00929f; }
  .section-title--border-blue {
    border-bottom: 3px solid #007db1; }
  .section-title--border-orange {
    border-bottom: 3px solid #dd931f; }
  .section-title--border-orange {
    border-bottom: 3px solid #dd931f; }
  .section-title--border-orange {
    border-bottom: 3px solid #dd931f; }
  .section-title--border-red {
    border-bottom: 3px solid #cc352e; }
  .section-title--border-green {
    border-bottom: 3px solid #85a239; }
  .section-title--border-purple {
    border-bottom: 3px solid #58316d; }

.image_banner {
  padding: 4rem;
  background-repeat: no-repeat;
  background-position: bottom left;
  overflow: hidden; }
  .image_banner h2 {
    color: #007db1;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 599px) {
    .image_banner {
      padding: 1.6rem 0rem;
      background-color: #7ed9ff;
      background-blend-mode: screen; } }

@media (min-width: 769px) {
  .cta--align-right .image_banner-main {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 41.2%;
    margin-right: 3%;
    min-height: 260px; }
    .cta--align-right .image_banner-main::after {
      content: '';
      display: table;
      clear: both; }
    .cta--align-right .image_banner-main:last-child {
      margin-right: 0%; } }

@media (min-width: 769px) {
  .cta--align-left .image_banner-main {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
    min-height: 260px; }
    .cta--align-left .image_banner-main::after {
      content: '';
      display: table;
      clear: both; }
    .cta--align-left .image_banner-main:last-child {
      margin-right: 0%; } }

.pillar {
  position: relative;
  overflow: hidden; }
  .pillar .wrap {
    position: relative;
    overflow: hidden; }
  .pillar hr {
    height: 10px;
    max-width: 600px;
    border: 0;
    margin: 1rem 0; }

.pillar-main {
  padding: 2rem 4rem;
  position: relative;
  z-index: 10; }
  @media (min-width: 1031px) {
    .pillar-main {
      float: left;
      clear: none;
      text-align: inherit;
      width: 58.8%;
      margin-left: 0%;
      margin-right: 3%; }
      .pillar-main::after {
        content: '';
        display: table;
        clear: both; }
      .pillar-main:last-child {
        margin-right: 0%; } }
  @media (max-width: 599px) {
    .pillar-main {
      padding: 2rem 0rem; } }
  .pillar-main h2 {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.2;
    font-size: 2.2rem;
    margin: 1rem 0;
    padding: 0; }

.pillar-bg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 8; }
  @media (max-width: 1029px) {
    .pillar-bg {
      opacity: .2; } }
  .pillar-bg img {
    max-width: 100%;
    max-height: 100%;
    float: right; }

.pillar-case-study {
  display: block;
  clear: both;
  overflow: hidden;
  max-width: 600px;
  padding-bottom: 2rem;
  z-index: 10;
  position: relative; }
  @media (min-width: 769px) {
    .pillar-case-study {
      float: left;
      clear: none;
      text-align: inherit;
      width: 58.8%;
      margin-left: 0%;
      margin-right: 3%; }
      .pillar-case-study::after {
        content: '';
        display: table;
        clear: both; }
      .pillar-case-study:last-child {
        margin-right: 0%; } }
  .pillar-case-study img {
    display: none; }
    @media (min-width: 601px) {
      .pillar-case-study img {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.3333333333%;
        margin-left: 0%;
        margin-right: 3%;
        display: block; }
        .pillar-case-study img::after {
          content: '';
          display: table;
          clear: both; }
        .pillar-case-study img:last-child {
          margin-right: 0%; } }
  @media (min-width: 601px) {
    .pillar-case-study > div {
      float: left;
      clear: none;
      text-align: inherit;
      width: 65.6666666667%;
      margin-left: 0%;
      margin-right: 3%; }
      .pillar-case-study > div::after {
        content: '';
        display: table;
        clear: both; }
      .pillar-case-study > div:last-child {
        margin-right: 0%; } }
  .pillar-case-study h4 {
    margin: 0 0 .4rem 0;
    padding: 0;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2; }
  .pillar-case-study p {
    font-size: .85rem;
    margin: .8rem 0; }
  .pillar-case-study a {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8rem; }

.cta--align-right .pillar-bg img {
  float: left; }

.cta--align-right .pillar-main, .cta--align-right .pillar-case-study {
  max-width: none; }
  @media (min-width: 769px) {
    .cta--align-right .pillar-main, .cta--align-right .pillar-case-study {
      float: left;
      clear: none;
      text-align: inherit;
      width: 58.8%;
      margin-left: 41.2%;
      margin-right: 3%;
      padding-left: 4rem; }
      .cta--align-right .pillar-main::after, .cta--align-right .pillar-case-study::after {
        content: '';
        display: table;
        clear: both; }
      .cta--align-right .pillar-main:last-child, .cta--align-right .pillar-case-study:last-child {
        margin-right: 0%; } }

.cta--align-right .pillar-case-study img {
  float: right;
  margin: 0; }

.cta--purple {
  background: rgba(88, 49, 109, 0.2); }
  .cta--purple a.btn {
    background: #58316d;
    color: #fff; }
    .cta--purple a.btn:hover {
      background: rgba(88, 49, 109, 0.7); }
  .cta--purple a:not(.btn) {
    color: #58316d; }
    .cta--purple a:not(.btn):hover {
      color: rgba(88, 49, 109, 0.7); }
  .cta--purple hr {
    background: #58316d; }

.cta--gold {
  background: rgba(223, 171, 88, 0.2); }
  .cta--gold a.btn {
    background: #dfab58;
    color: #fff; }
    .cta--gold a.btn:hover {
      background: rgba(223, 171, 88, 0.7); }
  .cta--gold a:not(.btn) {
    color: #dfab58; }
    .cta--gold a:not(.btn):hover {
      color: rgba(223, 171, 88, 0.7); }
  .cta--gold hr {
    background: #dfab58; }

.cta--teal {
  background: rgba(0, 146, 159, 0.2); }
  .cta--teal a.btn {
    background: #00929f;
    color: #fff; }
    .cta--teal a.btn:hover {
      background: rgba(0, 146, 159, 0.7); }
  .cta--teal a:not(.btn) {
    color: #00929f; }
    .cta--teal a:not(.btn):hover {
      color: rgba(0, 146, 159, 0.7); }
  .cta--teal hr {
    background: #00929f; }

.carousel {
  margin: 2rem 0; }
  .carousel hr {
    width: 200px; }
  .carousel--posts .carousel-item__title {
    display: block;
    height: 80px; }
  .carousel--posts .carousel-item a {
    min-height: 250px; }
  .carousel--files .carousel-item span {
    padding-right: 100px; }
  .carousel--files .download {
    margin: 1rem 0;
    display: inline-block; }
    .carousel--files .download a {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0;
      padding: .5rem;
      min-height: 0px;
      background: #007db1;
      color: #fff;
      line-height: 1; }
  .carousel--files .carousel-item:hover img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .carousel--files .carousel-item:hover span {
    background: #fff; }
  .carousel--files .carousel-item:hover .download a {
    background: #007db1; }
    .carousel--files .carousel-item:hover .download a:hover {
      background: #00a1e4; }

.carousel-item {
  margin: 1rem;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  .carousel-item a, .carousel-item img {
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out; }
  .carousel-item a {
    -webkit-box-shadow: 0 0 0 1px #e4e6ea;
            box-shadow: 0 0 0 1px #e4e6ea;
    position: relative;
    padding-bottom: 1.5rem; }
  .carousel-item span {
    padding: 1rem;
    font-size: 1.1em;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    line-height: 1.4;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: #fff;
    width: 100%;
    min-height: 80px; }
  .carousel-item:first-child a {
    margin-left: 0; }
  .carousel-item:hover img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .carousel-item:hover span {
    background: #e4e6ea; }

.carousel-item.project {
  -webkit-box-shadow: 0 0 0 1px #e4e6ea;
          box-shadow: 0 0 0 1px #e4e6ea;
  position: relative;
  padding-bottom: 1.5rem; }
  .carousel-item.project > img {
    -webkit-filter: grayscale(0) !important;
            filter: grayscale(0) !important; }
  .carousel-item.project a {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .carousel-item.project i {
    font-size: 2rem;
    line-height: .4; }
  .carousel-item.project .project-content {
    padding: 1rem; }
  .carousel-item.project .project-item__title {
    margin: 0;
    padding: 0 1rem;
    line-height: 1.2;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.project-type {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .project-type i {
    position: absolute;
    left: .7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .project-type.other {
    color: #007db1;
    border-top: 12px solid #007db1; }
  .project-type.policy {
    color: #6f4496;
    border-top: 12px solid #6f4496; }
  .project-type.research {
    color: #00929f;
    border-top: 12px solid #00929f; }
    .project-type.research i {
      left: .5rem; }
  .project-type.philanthropy {
    color: #007db1;
    border-top: 12px solid #007db1; }
  .project-type ~ p, .project-type ~ button, .project-type ~ hr {
    margin: 1rem; }
  .project-type ~ p {
    font-size: 0.8rem;
    color: initial;
    margin-bottom: 0; }

.carousel-slick {
  position: relative; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-size: 3rem;
  color: #5f6062;
  opacity: .8; }
  .slick-prev:focus, .slick-next:focus {
    outline: none; }
  .slick-prev:active, .slick-next:active {
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%); }
  .slick-prev:hover, .slick-next:hover {
    opacity: 1; }
  .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.2 !important; }

.slick-prev {
  right: 100%; }

.slick-next {
  left: 100%; }

.media-object {
  margin: 2rem 0; }

.media-object-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .media-object-inner {
      display: block; } }

.media-object-img {
  width: 100%;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .media-object-img {
      height: 300px; } }

.media-object-text {
  width: 100%;
  padding: 3rem;
  background: #007db1;
  color: #fff; }
  @media (min-width: 768px) {
    .media-object-text {
      min-width: 65%; } }
  .media-object-text h3 {
    margin-top: 0;
    padding-top: 0;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem; }

.left .media-object-inner .media-object-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.left .media-object-inner .media-object-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.featured-story .media-object-text {
  padding: 2.5rem 2rem;
  min-width: 70%; }

.featured-story small {
  margin-right: 1rem;
  display: inline-block; }

.featured-story h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  opacity: .8;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.featured-story h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: normal; }

.highlight {
  padding: 3rem 0;
  background-repeat: no-repeat;
  /*background-size: auto 100%;*/
  background-color: #EBEEF3;
  background-size: auto, cover; }
  @media (max-width: 768px) {
    .highlight {
      background-blend-mode: overlay; } }
  .highlight.right {
    background-position: left; }
    @media (max-width: 1199px) {
      .highlight.right {
        background-position: -90px 100%; } }
    @media (max-width: 1029px) {
      .highlight.right {
        background-position: -140px 100%; } }
    /* @media (max-width: 768px) {
      .highlight.right {
        background: none !important; } } */
  .highlight.left {
    background-position: right; }
    @media (max-width: 1029px) {
      .highlight.left {
        background-position: 110% 100%; } }
    /* @media (max-width: 768px) {
      .highlight.left {
        background: none !important; } } */

.highlight-title {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #007db1;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.8rem; }
  .highlight-title + hr {
    width: 60%;
    border-color: #dfab58; }

.highlight-timeline {
  background: #fff; }
  .highlight-timeline .highlight-inner {
    position: relative; }
  .highlight-timeline .highlight-title {
    margin-bottom: 4rem;
    font-weight: 300; }
    .highlight-timeline .highlight-title span {
      font-weight: bold; }
    .highlight-timeline .highlight-title + hr {
      width: 100%;
      position: absolute;
      left: 0;
      border-width: 20px;
      -webkit-transform: translateY(-4rem);
              transform: translateY(-4rem); }
  .highlight-timeline .highlight-text img {
    margin: 0 0 .8rem 0; }
  .highlight-timeline .highlight-img {
    position: absolute;
    max-width: 50%;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 768px) {
      .highlight-timeline .highlight-img {
        display: none; } }
  .highlight-timeline.right .highlight-img {
    left: 0; }
  .highlight-timeline.right .highlight-text.offset-1of2 .btn-wrap {
    text-align: left; }
  .highlight-timeline.left .highlight-img {
    right: 0; }

.highlight-organization {
  background: #fff;
  padding: 2em 0; }
  .highlight-organization .highlight-inner {
    position: relative; }
  .highlight-organization .highlight-title {
    margin-bottom: 4rem;
    font-weight: 300;
    text-transform: uppercase; }
    @media (min-width: 1031px) {
      .highlight-organization .highlight-title {
        white-space: nowrap; } }
    .highlight-organization .highlight-title span {
      font-weight: bold; }
    .highlight-organization .highlight-title img {
      max-width: 250px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1rem !important;
      padding: 1rem;
      border-left: 1px solid #007db1; }
    .highlight-organization .highlight-title + hr {
      width: 100%;
      position: absolute;
      left: 0;
      border-width: 20px;
      -webkit-transform: translateY(-4rem);
              transform: translateY(-4rem); }
  .highlight-organization .highlight-img {
    position: absolute;
    max-width: 46%;
    max-height: 118%;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 768px) {
      .highlight-organization .highlight-img {
        display: none; } }
  .highlight-organization.right .highlight-img {
    left: 0; }
  .highlight-organization.right .highlight-text.offset-1of2 .btn-wrap {
    text-align: left; }
  .highlight-organization.left .highlight-img {
    right: 0; }
  .highlight-organization h6 {
    font-size: .9rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #afafb0;
    margin: 1rem 0 0 0; }
  @media (min-width: 769px) {
    .highlight-organization .highlight-text-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .highlight-organization .highlight-text-inner .highlight-thumb {
        max-width: 150px;
        margin-right: 1.5rem; }
      .highlight-organization .highlight-text-inner > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.highlight-text p {
  margin-bottom: 1rem;
  line-height: 1.7; }
  .highlight-text p small {
    display: block; }

.highlight-text h2, .highlight-text h3, .highlight-text h4, .highlight-text h5 {
  margin: .5rem 0;
  padding: 0; }

@media (min-width: 769px) {
  .right .highlight-text.offset-1of2 {
    margin-left: 50%; }
  .right .highlight-text.offset-1of3 {
    margin-left: 30%; }
  .right .highlight-text.offset-2of3 {
    margin-left: 65%; }
  .left .highlight-text.offset-1of2 {
    margin-right: 50%; }
  .left .highlight-text.offset-1of3 {
    margin-right: 30%; }
  .left .highlight-text.offset-2of3 {
    margin-right: 65%; } }

.news {
  margin: 2rem 0; }

@media (min-width: 769px) {
  .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.news-item {
  border-bottom: 1px solid #e4e6ea;
  padding: 1rem 0 2rem 0; }
  @media (min-width: 769px) {
    .news-item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 47.5%;
      margin-left: 0%;
      margin-right: 5%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%; }
      .news-item::after {
        content: '';
        display: table;
        clear: both; }
      .news-item:nth-child(n) {
        margin-right: 5%;
        float: left;
        clear: none; }
      .news-item:nth-child(2n) {
        margin-right: 0%;
        float: right; }
      .news-item:nth-child(2n + 1) {
        clear: both; } }

.news-item__thumb {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  max-height: 60px;
  overflow: hidden;
  position: relative;
  background: #007db1; }
  .news-item__thumb img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: .3;
    mix-blend-mode: multiply;
    width: 160px; }

.news-item__date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.news-item__title {
  margin: 0;
  color: #007db1;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 0; }

.news-item__excerpt {
  font-size: .9em; }

.collaborators {
  margin: 2rem 0; }
  .collaborators .wrap {
    overflow: hidden; }

.grantees {
  margin: 2rem 0; }
  .grantees .wrap {
    overflow: hidden;
    position: relative; }
  @media (min-width: 769px) {
    .grantees .module-title-btn {
      position: absolute;
      top: 0.25rem;
      right: 2rem; } }

.the-opportunity {
  margin: 2rem 0;
  color: #323944; }

.opp-title {
  background: #007db1;
  color: #fff;
  padding: 2rem;
  margin: 0;
  line-height: 1.4; }

.opp-content {
  background: #e4e6ea;
  padding: 2rem; }
  @media (max-width: 1030px) {
    .opp-content.image .opp-text {
      background: none !important; } }
  @media (min-width: 1031px) {
    .opp-content.image .opp-text {
      margin-bottom: -5rem;
      padding-bottom: 5rem;
      margin-top: -7rem;
      padding-top: 7rem;
      padding-right: 39%;
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: contain; } }
  .opp-content.opp--no-image .opp-text {
    margin: 0;
    padding: 0rem; }
    .opp-content.opp--no-image .opp-text h2, .opp-content.opp--no-image .opp-text h3 {
      margin-top: 0; }
  .opp-content.infographic, .opp-content.video {
    overflow: hidden; }
    .opp-content.infographic .opp-text, .opp-content.infographic .opp-infographic, .opp-content.infographic .opp-video, .opp-content.video .opp-text, .opp-content.video .opp-infographic, .opp-content.video .opp-video {
      font-size: 1rem; }
      @media (min-width: 769px) {
        .opp-content.infographic .opp-text, .opp-content.infographic .opp-infographic, .opp-content.infographic .opp-video, .opp-content.video .opp-text, .opp-content.video .opp-infographic, .opp-content.video .opp-video {
          float: left;
          clear: none;
          text-align: inherit;
          width: 47%;
          margin-left: 0%;
          margin-right: 6%; }
          .opp-content.infographic .opp-text::after, .opp-content.infographic .opp-infographic::after, .opp-content.infographic .opp-video::after, .opp-content.video .opp-text::after, .opp-content.video .opp-infographic::after, .opp-content.video .opp-video::after {
            content: '';
            display: table;
            clear: both; }
          .opp-content.infographic .opp-text:last-child, .opp-content.infographic .opp-infographic:last-child, .opp-content.infographic .opp-video:last-child, .opp-content.video .opp-text:last-child, .opp-content.video .opp-infographic:last-child, .opp-content.video .opp-video:last-child {
            margin-right: 0%; } }
    .opp-content.infographic .opp-infographic, .opp-content.infographic .opp-video, .opp-content.video .opp-infographic, .opp-content.video .opp-video {
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      margin-top: .5rem; }
      .opp-content.infographic .opp-infographic img, .opp-content.infographic .opp-video img, .opp-content.video .opp-infographic img, .opp-content.video .opp-video img {
        display: block; }
      .opp-content.infographic .opp-infographic .tableauPlaceholder, .opp-content.infographic .opp-infographic iframe, .opp-content.infographic .opp-video .tableauPlaceholder, .opp-content.infographic .opp-video iframe, .opp-content.video .opp-infographic .tableauPlaceholder, .opp-content.video .opp-infographic iframe, .opp-content.video .opp-video .tableauPlaceholder, .opp-content.video .opp-video iframe {
        max-width: 100%; }
    .opp-content.infographic h4, .opp-content.video h4 {
      background: #007db1;
      padding: .5rem 1rem;
      color: #fff;
      margin: 0;
      font-size: 1rem;
      text-transform: uppercase; }

.opp-text {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.7; }
  .opp-text p {
    margin: 0 0 1rem 0; }

.opp-extras-title {
  color: #007db1;
  margin: .4rem 0 .25rem 0;
  padding: .5rem 0;
  line-height: 1.5;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #5f6062; }

.opp-extras-wrap {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.7; }

.opp-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.2rem; }
  .opp-extras > div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 1rem 1.2rem; }
    @media (min-width: 769px) {
      .opp-extras > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .opp-extras h1, .opp-extras h2, .opp-extras h3, .opp-extras h4, .opp-extras h5 {
    color: #007db1;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 .5rem 0; }
  .opp-extras p {
    margin: 0 0 1rem 0; }

.staff-intro, .collab-grant-intro {
  margin: 2rem 0;
  border-top: 1px solid #5f6062;
  border-bottom: 1px solid #5f6062; }
  @media (min-width: 601px) {
    .staff-intro, .collab-grant-intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .staff-intro img, .collab-grant-intro img {
    display: block; }

.collab-grant-intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.staff-thumb {
  padding-top: 1rem; }

.staff-intro .staff-thumb {
  padding: 0; }

.staff-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem; }
  .staff-info h2 {
    color: #007db1;
    margin-bottom: 0;
    padding-top: 0; }
  .staff-info p {
    font-weight: 300; }

.event-item {
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  transition: all 0.25s cubic-bezier(0.2, 0.95, 0.06, 0.99); }
  @media (min-width: 768px) {
    .event-item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 30.6666666667%;
      margin-left: 0%;
      margin-right: 4%; }
      .event-item::after {
        content: '';
        display: table;
        clear: both; }
      .event-item:nth-child(n) {
        margin-right: 4%;
        float: left;
        clear: none; }
      .event-item:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .event-item:nth-child(3n + 1) {
        clear: both; } }
  .event-item:hover {
    background: none; }
    .event-item:hover > a {
      color: #fff;
      background: #587986; }
  .event-item > a {
    display: block;
    position: relative;
    height: 100%;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: #6a8e9d;
    color: #fff; }

.event-item-text {
  padding: 1rem;
  font-size: .8rem; }

.event-item__title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem 0; }

.entry-content .event-intro p {
  margin-bottom: .5rem; }

.event-content hr.full {
  width: 100%;
  margin: 3rem 0 3rem; }
  .event-content hr.full.nmt {
    margin-top: 1rem; }

@media screen and (max-width: 600px) {
  .event-content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.event-content .event-thumb {
  max-width: 50%;
  width: 100%;
  margin-right: 2rem; }
  @media screen and (max-width: 600px) {
    .event-content .event-thumb {
      max-width: 100%;
      margin-right: 0; } }

.event-content .page-title {
  font-size: 1.7rem; }

.event-content .agenda-name {
  color: #007db1;
  font-weight: bold;
  margin-top: 2rem; }

.event-content .agenda-item h4 {
  color: #007db1;
  margin: 0;
  font-weight: bold; }

.event-content .agenda-item h4 + strong {
  text-transform: uppercase; }

.event-content .agenda-item .agenda-desc {
  padding-left: 2rem;
  border-left: 2px solid #007db1;
  margin: 1rem 0; }

.event-content .venue img {
  margin-right: 2rem; }

.event-content .venue-title {
  font-weight: bold;
  margin: 0; }

.blockquote-inner {
  background-position: center right;
  background-size: 60% auto;
  background-repeat: no-repeat; }

.blockquote-text {
  max-width: 60%;
  padding: 2rem 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #007db1), color-stop(72%, #007db1), color-stop(92%, rgba(0, 125, 177, 0.8)), to(rgba(0, 125, 177, 0)));
  background-image: linear-gradient(to right, #007db1 50%, #007db1 72%, rgba(0, 125, 177, 0.8) 92%, rgba(0, 125, 177, 0) 100%);
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .blockquote-text blockquote {
    font-size: 1.8rem;
    padding: 2rem 0; }
  .blockquote-text byline {
    font-size: 1.3rem;
    font-weight: 300; }
  .blockquote-text .btn {
    background: #fff;
    color: #007db1; }
    .blockquote-text .btn:hover {
      background: #00929f;
      color: #fff; }

@media (max-width: 767px) {
  .blockquote-inner {
    background-size: cover; }
  .blockquote-text {
    max-width: 100%;
    background: rgba(0, 125, 177, 0.8);
    padding: 4rem 2rem; } }

.career-quote-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #5f6062;
  border-bottom: 1px solid #5f6062;
  margin: 1.2rem 0; }
  .career-quote-inner img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 1.6rem 0 0; }
  .career-quote-inner blockquote {
    color: #007db1;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.6rem 1rem; }

.career-quote-main {
  min-width: 240px; }
  .career-quote-main h5 {
    margin: 0;
    color: #007db1;
    font-size: 1.3rem; }
  .career-quote-main h6 {
    font-size: .8rem; }

@media (max-width: 799px) {
  .career-quote-inner {
    display: block; }
    .career-quote-inner img {
      float: left;
      margin-bottom: 8rem; } }

@media (max-width: 599px) {
  .career-quote-inner img {
    float: none;
    display: block;
    margin: 0; }
  .career-quote-main {
    padding: 1rem; } }

.text-on-right .blockquote-inner {
  background-position: center left;
  text-align: right; }

.text-on-right .blockquote-text {
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #007db1), color-stop(72%, #007db1), color-stop(92%, rgba(0, 125, 177, 0.8)), to(rgba(0, 125, 177, 0)));
  background-image: linear-gradient(to left, #007db1 50%, #007db1 72%, rgba(0, 125, 177, 0.8) 92%, rgba(0, 125, 177, 0) 100%); }

.team-grid {
  overflow: hidden; }

.team-item {
  margin: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 769px) {
    .team-item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      .team-item::after {
        content: '';
        display: table;
        clear: both; }
      .team-item:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .team-item:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .team-item:nth-child(3n + 1) {
        clear: both; } }
  .team-item h5 {
    margin: 0;
    border-top: 1px solid #e4e6ea;
    padding-bottom: .5rem;
    line-height: 1;
    font-weight: bold; }

.team-item__thumb {
  max-width: 165px;
  max-height: 180px;
  overflow: hidden;
  height: auto;
  border: 1px solid #c4c6ca; }
  .team-item__thumb img {
    display: block; }

.team-item__info {
  padding: 0 0 0 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3; }
  .team-item__info br {
    line-height: 2; }

.accordion-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-bottom: 1px solid #323944; }

.accordion-title {
  margin: 0;
  position: relative;
  border-top: 1px solid #323944;
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 1rem 0;
  letter-spacing: -.05rem;
  padding-right: 2rem;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .accordion-title {
      font-size: 1.3rem; } }
  .accordion-title:after, .accordion-title:before {
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out; }
  .accordion-title:after {
    content: '+';
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .accordion-title:before {
    content: '';
    background: #5f6062;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }

.accordion-group {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.75s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  transition: all 0.75s cubic-bezier(0.2, 0.95, 0.06, 0.99); }
  .accordion-group .accordion-title {
    color: #007db1; }
    .accordion-group .accordion-title:before {
      background: #007db1; }
  .accordion-group.is-hidden .accordion-title {
    color: #5f6062; }
  .accordion-group.is-hidden .accordion-title:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  .accordion-group.is-hidden .accordion-title:before {
    background: #5f6062;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  

.accordion-content {
  overflow: hidden;
   }

.accordion-content-html {
  overflow: hidden;
   }
  .accordion-content-html p {
    margin: 1rem 0; }

.contact-block {
  background: #ecf7fb;
  padding: 2rem 0; }
  .contact-block hr {
    margin: 0;
    width: 40%;
    border-color: #5f6062; }

@media (min-width: 769px) {
  .contact-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact-block-inner > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.contact-block-inner img {
  margin: 1rem 0; }

.contact-address-block {
  background: #fff;
  padding: 2rem; }
  .contact-address-block h1, .contact-address-block h2, .contact-address-block h3, .contact-address-block h4, .contact-address-block h5 {
    font-weight: 300;
    margin: 0;
    color: #007db1; }

.latest-posts {
  padding: 0; }
  .latest-posts .module-title {
    text-align: center;
    font-weight: bold; }
  .latest-posts hr {
    width: 100%; }
  .latest-posts .btn-wrap {
    text-align: center; }
  .latest-posts .post-item, .latest-posts .post-item-text, .latest-posts .btn {
    background: #007db1; }
  .latest-posts.news .post-item, .latest-posts.news .post-item-text, .latest-posts.news .btn {
    background: #0093A0; }
  .latest-posts.press-releases .post-item, .latest-posts.press-releases .post-item-text, .latest-posts.press-releases .btn {
    background: #2AAB8D; }
  .latest-posts.events .post-item, .latest-posts.events .post-item-text, .latest-posts.events .btn {
    background: #6A8E9E; }
  .latest-posts.post .post-item, .latest-posts.post .post-item-text, .latest-posts.post .btn {
    background: #656B77; }
  .latest-posts.resources .post-item, .latest-posts.resources .post-item-text, .latest-posts.resources .btn {
    background: #007db1; }
  .latest-posts .post-item:hover, .latest-posts .post-item:hover .post-item-text, .latest-posts .btn {
    background: #006088; }
  .latest-posts.news .post-item:hover, .latest-posts.news .post-item:hover .post-item-text, .latest-posts.news .btn {
    background: #006e77; }
  .latest-posts.press-releases .post-item:hover, .latest-posts.press-releases .post-item:hover .post-item-text, .latest-posts.press-releases .btn {
    background: #228a72; }
  .latest-posts.events .post-item:hover, .latest-posts.events .post-item:hover .post-item-text, .latest-posts.events .btn {
    background: #587987; }
  .latest-posts.post .post-item:hover, .latest-posts.post .post-item:hover .post-item-text, .latest-posts.post .btn {
    background: #525761; }
  .latest-posts.resources .post-item:hover, .latest-posts.resources .post-item:hover .post-item-text, .latest-posts.resources .btn {
    background: #006088; }

.post-item {
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  transition: all 0.2s cubic-bezier(0.2, 0.95, 0.06, 0.99); }

@media (min-width: 500px) and (max-width: 799px) {
  .post-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0%;
    margin-right: 4%;
    height: 280px; }
    .post-item::after {
      content: '';
      display: table;
      clear: both; }
    .post-item:nth-child(n) {
      margin-right: 4%;
      float: left;
      clear: none; }
    .post-item:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .post-item:nth-child(2n + 1) {
      clear: both; }
    .post-item .post-item-text {
      position: absolute;
      width: 100%;
      bottom: 0; } }
  @media (min-width: 800px) {
    .post-item {
      float: left;
      clear: none;
      text-align: inherit;
      width: 30.6666666667%;
      margin-left: 0%;
      margin-right: 4%;
      height: 280px; }
      .post-item::after {
        content: '';
        display: table;
        clear: both; }
      .post-item:nth-child(n) {
        margin-right: 4%;
        float: left;
        clear: none; }
      .post-item:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .post-item:nth-child(3n + 1) {
        clear: both; }
      .post-item .post-item-text {
        position: absolute;
        width: 100%;
        bottom: 0; } }
  .post-item:hover {
    background: none; }
    .post-item:hover > a {
      color: #fff; }
  .post-item .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    overflow: hidden; }
  .post-item > a {
    padding-top: 140px;
    display: block;
    position: relative;
    height: 100%;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    color: #fff; }
    .post-item > a:visited {
      color: #fff; }
      .post-item > a:visited:hover {
        color: #fff; }

.post-item-text {
  padding: 1rem;
  font-size: .8rem;
  background: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.95, 0.06, 0.99);
  transition: all 0.2s cubic-bezier(0.2, 0.95, 0.06, 0.99); }

.post-item__title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  height: 80px; }

.post-item__meta span:first-child {
  margin-right: .6rem;
  opacity: .8; }

.twitter-feed {
  background: #007db1;
  color: #fff; }
  .twitter-feed a:not(.btn) {
    color: #fff; }
    .twitter-feed a:not(.btn):hover {
      color: #92defd; }
  .twitter-feed .latest-tweets a {
    text-decoration: underline; }
  .twitter-feed .latest-tweets ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .twitter-feed .latest-tweets ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 1rem 2rem 2rem 2rem;
      font-size: 1.3rem;
      font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      min-width: 230px; }

.twitter-feed-top {
  padding: 2rem 2rem 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .twitter-feed-top i {
    width: 5rem;
    height: 5rem;
    background: white;
    color: #007db1;
    text-indent: 4px;
    border-radius: 100%;
    text-align: center;
    line-height: 5.8rem;
    font-size: 3rem; }
  .twitter-feed-top h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    margin: 0 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1; }
  .twitter-feed-top .btn {
    margin: 0; }

#stay-informed {
  padding: 2rem;
  width: 500px;
  margin: 0 auto;
  background: #fff;
  position: relative; }
  #stay-informed h1 {
    margin-top: 0; }
  #stay-informed input {
    max-width: 100%; }

.filter-bar .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .filter-bar .flex > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.filter-bar .btn {
  height: 42px; }

.search-bar-found {
  opacity: .5;
  padding: 1rem 0;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.filter-bar-label {
  width: 100px;
  background: #007db1;
  color: #fff;
  text-transform: uppercase;
  padding: .5rem .5rem .5rem 1.2rem;
  display: inline-block;
  margin-right: -1rem;
  position: relative;
  height: 42px;
  font-size: 0.8rem;
  line-height: 2.1; }
  .filter-bar-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 12px solid #007db1;
    z-index: 2; }

.filter-bar-dd {
  background: #5f6062;
  color: #fff;
  margin-left: 1rem;
  padding-left: 1rem;
  position: relative; }
  .filter-bar-dd:last-child {
    padding-left: 0rem; }
  .filter-bar-dd:not(.no-arrow):after {
    content: 'h';
    position: absolute;
    font-family: 'westhealth';
    top: 9px;
    right: 9px;
    pointer-events: none;
    z-index: 10000; }
  .filter-bar-dd button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 0;
    background: none;
    color: #fff;
    padding: .5rem 1.2rem;
    line-height: 1.5;
    height: 42px; }
  .filter-bar-dd select {
    opacity: 0; }
  .filter-bar-dd .selectric {
    border: 0; }
    .filter-bar-dd .selectric .label {
      background: #5f6062;
      color: #fff;
      padding: .5rem 1.2rem;
      font-size: inherit;
      line-height: 1.5;
      height: 42px;
      margin: 0; }
    .filter-bar-dd .selectric b {
      display: none; }
  .filter-bar-dd input[type="text"] {
    width: 100%;
    max-width: 100%;
    height: 42px;
    margin: 0;
    padding-left: 1.6rem;
    padding-bottom: 2px; }

.selectric li:first-child {
  display: none; }
  .selectric li:first-child:before {
    display: none; }

.selectric-selectric-multiple li {
  padding-left: 3rem;
  position: relative; }
  .selectric-selectric-multiple li:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: .75rem;
    width: 12px;
    height: 12px;
    border: 2px solid #5f6062; }
  .selectric-selectric-multiple li.selected:before {
    background: #5f6062; }
  .selectric-selectric-multiple li:first-child {
    display: none; }
    .selectric-selectric-multiple li:first-child:before {
      display: none; }
  .selectric-selectric-multiple li.depth-0 {
    font-weight: bold;
    text-transform: uppercase; }
  .selectric-selectric-multiple li.depth-1 {
    padding-left: 4.5rem; }
    .selectric-selectric-multiple li.depth-1:before {
      left: 3rem; }

/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.btn, .button {
  display: inline-block;
  position: relative;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  padding: .5rem 1rem;
  margin: 1rem 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .btn:hover, .button:hover, .btn:focus, .button:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn:active, .button:active {
    top: 1px; }

.btn.btn--blue {
  background: #007db1;
  color: #fff; }
  .btn.btn--blue:hover {
    background: #006088;
    color: #fff; }

.btn.btn--light-blue {
  background: #92defd;
  color: #007db1; }
  .btn.btn--light-blue:hover {
    background: #6ad2fc;
    color: #fff; }

.btn.btn--blue-gray {
  background: #6a8e9d;
  color: #fff; }
  .btn.btn--blue-gray:hover {
    background: #587986;
    color: #fff; }

.btn.btn--white {
  background: #fff;
  color: #007db1; }
  .btn.btn--white:hover {
    background: #ebebeb;
    color: #007db1; }

.link {
  text-transform: uppercase; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5f6062;
  border-radius: 0px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #e4e6ea;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #eff1f3;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-position: 97.5% center; }

.ginput_container_select {
  position: relative;
  width: 100%; }
  .ginput_container_select:after {
    content: 'h';
    font-family: 'westhealth';
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10;
    font-size: 1.5rem;
    color: #007db1; }

.ginput_container {
  width: 600px;
  max-width: 100%; }
  .ginput_container input,
  .ginput_container input[type="text"],
  .ginput_container input[type="password"],
  .ginput_container input[type="datetime"],
  .ginput_container input[type="datetime-local"],
  .ginput_container input[type="date"],
  .ginput_container input[type="month"],
  .ginput_container input[type="time"],
  .ginput_container input[type="week"],
  .ginput_container input[type="number"],
  .ginput_container input[type="email"],
  .ginput_container input[type="url"],
  .ginput_container input[type="search"],
  .ginput_container input[type="tel"],
  .ginput_container input[type="color"],
  .ginput_container select,
  .ginput_container textarea,
  .ginput_container .field {
    max-width: 100% !important;
    width: 100% !important;
    padding: 8px !important; }
  .ginput_container select {
    color: #007db1; }

.hide-labels .gform_wrapper label.gfield_label {
  display: none; }

.box .gform_wrapper {
  background: #e4e6ea;
  margin: 2rem 0;
  padding: 2rem; }
  .box .gform_wrapper input,
  .box .gform_wrapper input[type="text"],
  .box .gform_wrapper input[type="password"],
  .box .gform_wrapper input[type="datetime"],
  .box .gform_wrapper input[type="datetime-local"],
  .box .gform_wrapper input[type="date"],
  .box .gform_wrapper input[type="month"],
  .box .gform_wrapper input[type="time"],
  .box .gform_wrapper input[type="week"],
  .box .gform_wrapper input[type="number"],
  .box .gform_wrapper input[type="email"],
  .box .gform_wrapper input[type="url"],
  .box .gform_wrapper input[type="search"],
  .box .gform_wrapper input[type="tel"],
  .box .gform_wrapper input[type="color"],
  .box .gform_wrapper select,
  .box .gform_wrapper textarea,
  .box .gform_wrapper .field {
    background: #fff; }
  .box .gform_wrapper input[type="submit"],
  .box .gform_wrapper button[type="submit"] {
    background: #007db1;
    font-size: 0.9rem !important;
    line-height: 1; }
  .box .gform_wrapper .gform_body {
    margin-top: 2rem; }
  @media (min-width: 769px) {
    .box .gform_wrapper ul.gform_fields {
      -webkit-columns: 2;
              columns: 2; } }
  .box .gform_wrapper ul.gform_fields li {
    margin: 0 0 1.25rem 0 !important;
    -webkit-margin-before: 0;
    -webkit-column-break-after: avoid;
            break-after: avoid; }
    .box .gform_wrapper ul.gform_fields li .ginput_container {
      margin: 0; }
  .box .gform_wrapper .ginput_container_textarea {
    position: relative; }
  .box .gform_wrapper .charleft {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    text-align: right; }
  .box .gform_wrapper .gform_footer {
    margin: 0; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #5f6062;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1600px;
  margin: 0 auto;
  background: #ededed;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative; }

#container {
  background: #fff; }

hr {
  border-radius: 0;
  background: none;
  border: 0;
  margin: 1rem 0;
  border-bottom: 1px solid #afafb0;
  width: 400px;
  max-width: 100%; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 499px) {
    .wrap {
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }

.carousel-container.wrap {
  padding: .75rem; }

/*********************
LINK STYLES
*********************/
a {
  color: #007db1;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #005d83; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.2rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding-top: 0.2476rem;
  padding-bottom: 0.7524rem;
  margin-bottom: 1rem; }
  @media (max-width: 499px) {
    h1, .h1 {
      font-size: 1.8rem; } }

h2, .h2 {
  font-size: 2.2rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding-top: 0.2476rem;
  padding-bottom: 0.7524rem;
  margin-bottom: 1rem; }

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1rem;
  margin-top: 1rem;
  padding-top: 0.0212rem;
  padding-bottom: 0.9788rem;
  margin-bottom: 0rem; }

h4, .h4 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.5896rem;
  padding-bottom: 0.4104rem;
  margin-bottom: 2rem; }

h5, .h5 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.6238rem;
  padding-bottom: 0.3762rem;
  margin-bottom: 2rem; }

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

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
@media (max-width: 1029px) {
  #nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.95, 0.06, 0.99);
    transition: all 0.5s cubic-bezier(0.2, 0.95, 0.06, 0.99); }
    #nav.open {
      -webkit-box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.25);
      -webkit-transform: translateX(0%);
              transform: translateX(0%); } }

* {
  margin: 0;
  padding: 0; }

#nav-toggle {
  text-align: right;
  width: calc(100% - 3rem);
  top: 0rem;
  right: 2rem;
  height: 20px;
  margin: 2rem 0; }
  #nav-toggle button {
    top: 2.5rem;
    width: 40px;
    height: 25px;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: inline-block; }
    #nav-toggle button span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #00929f;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #nav-toggle button span:nth-child(1) {
        top: 0px; }
      #nav-toggle button span:nth-child(2) {
        top: 10px; }
      #nav-toggle button span:nth-child(3) {
        top: 10px; }
      #nav-toggle button span:nth-child(4) {
        top: 20px; }
    #nav-toggle button.open {
      top: 0rem; }
      #nav-toggle button.open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%; }
      #nav-toggle button.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      #nav-toggle button.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      #nav-toggle button.open span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%; }

.nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav ul {
    margin: 0;
    padding: 0; }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      text-decoration: none;
      padding: 0.75em;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em; }
  .home #content {
    padding-top: 4.5rem; }

.hentry {
  background-color: #fff;
  padding-top: 1.5rem;
  border-top: 1px solid #5f6062; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

.module-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .module-title-wrap hr, .module-title-wrap p {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 1rem; }
  .module-title-wrap hr {
    margin-top: 0; }
  .module-title-wrap .btn {
    margin: 0; }

.module-title {
  color: #007db1;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -.05rem;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .module-title {
      line-height: 1.2;
      font-size: 1.75rem; } }

/* post meta */
.byline {
  color: #9fa6b4;
  margin: 0;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal; }

.archive-post .hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .archive-post .hentry .entry-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .archive-post .hentry.news {
    margin: 0; }
  @media (min-width: 601px) {
    .archive-post .hentry.has-post-thumbnail .entry-thumbnail {
      margin-right: 2rem;
      max-width: 30%; } }
  @media (max-width: 600px) {
    .archive-post .hentry {
      display: block; }
      .archive-post .hentry > div {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .archive-post .hentry h3 {
    padding-top: 0; }

/* entry content */
.entry-content {
  padding: 1.5em 0 0;
  line-height: 1.7;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #e4e6ea;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #e4e6ea; }
    .entry-content tr:nth-child(even) {
      background-color: #e4e6ea; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #e4e6ea; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #e4e6ea;
    border-bottom: 1px solid #e4e6ea;
    border-right: 1px solid #e4e6ea; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #007db1;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content a {
    font-weight: bold; }
  .entry-content h2 {
    font-weight: bold;
    color: #007db1;
    margin: 0; }
  .entry-content h3 {
    line-height: 1.3; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #e4e6ea;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.entry-title {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .entry-title a {
    font-weight: normal; }

.wp-caption {
  max-width: 100%;
  background: #007db1;
  padding: 0;
  margin-top: .5rem;
  margin-bottom: 1rem;
  /* images inside wp-caption */ }
  .wp-caption .wp-caption-text {
    padding: 1rem;
    color: #fff;
    font-size: .85rem;
    text-align: left;
    margin: 0; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    display: block; }
  .wp-caption [href*="youtu"] {
    display: block;
    position: relative; }
    .wp-caption [href*="youtu"]:after {
      content: 'k';
      font-family: 'westhealth';
      color: #fff;
      font-size: 4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .wp-caption [href*="youtu"]:hover:after {
      color: #00929f; }

/* end .wp-caption */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #e4e6ea; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #007db1; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #007db1;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #5f6062; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #5f6062; }

/* end .westhealth_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.bg--press-releases {
  background: #2AAB8D; }

.bg--post {
  background: #656B77; }

.bg--news {
  background: #0093A0; }

.bg--events {
  background: #6A8E9E; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    padding-left: 2rem;
    padding-right: 2rem; }
  .carousel-container.wrap {
    padding: 1rem; }
  /*********************
HEADER STYLES
*********************/
  .header + div {
    margin-top: 96px; }
  /*********************
NAVIGATION STYLES
*********************/ }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .wrap {
    max-width: 1160px; }
  .nav {
    border: 0;
    /* end .menu ul li */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      /*
    plan your menus and drop-downs wisely.
    */
      /* showing sub-menus */ }
      .nav li .list-group-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-repeat: no-repeat;
        z-index: 0; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: absolute;
        left: 50%;
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 2;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        visibility: hidden;
        z-index: 8999; }
        .nav li ul.sub-menu p,
        .nav li ul.children p {
          font-size: .9rem;
          color: #c6c9ce;
          font-family: "Lato";
          padding: .2rem 1rem; }
        .nav li ul.sub-menu .link,
        .nav li ul.children .link {
          font-size: .8rem;
          font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: normal;
          padding-left: 1rem; }
        .nav li ul.sub-menu p, .nav li ul.sub-menu img, .nav li ul.sub-menu .link,
        .nav li ul.children p,
        .nav li ul.children img,
        .nav li ul.children .link {
          position: relative;
          z-index: 2; }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          padding: 2rem 1rem;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: left;
          position: relative;
          color: #fff;
          max-width: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          /*
        if you need to go deeper, go nuts
        just remember deeper menus suck
        for usability. k, bai.
        */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            color: #fff; }
          .nav li ul.sub-menu li ul.sub-menu,
          .nav li ul.children li ul.sub-menu {
            display: block;
            position: relative;
            background: none; }
            .nav li ul.sub-menu li ul.sub-menu li,
            .nav li ul.children li ul.sub-menu li {
              padding: 0;
              display: block; }
      .nav li .sub-menu > li {
        background-color: #5f6062;
        -webkit-box-shadow: 0 1px 0 1px #464748;
                box-shadow: 0 1px 0 1px #464748;
        max-width: 100%; }
        .nav li .sub-menu > li img {
          max-width: 200px;
          padding: 1rem; }
      .nav li .sub-menu > li.item-depth-1 > a:first-child {
        font-size: 1.4rem;
        font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        padding: 0rem 1rem;
        min-width: 230px;
        line-height: 1.2;
        position: relative;
        z-index: 2; }
      .nav li .sub-menu > li.item-depth-1.menu-item-has-children > a:first-child:after {
        content: 'i';
        font-family: westhealth;
        text-transform: none;
        position: absolute;
        font-size: 1em;
        margin-top: -2px;
        z-index: 2; }
      .nav li .sub-menu li.bar {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        padding: .5rem .5rem .65rem;
        -webkit-box-shadow: 0 0 0 1px #464748;
                box-shadow: 0 0 0 1px #464748; }
        .nav li .sub-menu li.bar a {
          font-size: 1rem !important;
          font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: normal !important; }
      .nav li .sub-menu .sub-menu li {
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: transparent;
        max-width: 100%; }
      .nav li .sub-menu > li.item-depth-2 > a {
        font-size: 1rem;
        font-family: "Lato";
        text-transform: none;
        font-weight: 400;
        padding: .25rem 1rem;
        min-width: 0px; }
        .nav li .sub-menu > li.item-depth-2 > a:before {
          content: 'i';
          font-family: westhealth;
          position: relative;
          top: 2px; }
      .nav li.resources .sub-menu {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        padding: 1rem;
        background-color: #5f6062;
        -webkit-box-shadow: 0 1px 0 1px #464748;
                box-shadow: 0 1px 0 1px #464748; }
        .nav li.resources .sub-menu li {
          position: initial !important;
          padding: 0.25rem !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          -ms-flex-preferred-size: 24%;
              flex-basis: 24%; }
      .nav li:hover ul {
        visibility: visible; }
  /* end .nav */
  .nav li > ul.sub-menu,
  .nav li > ul.children {
    width: calc(1160px - 4rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #nav {
    visibility: visible; }
  #nav-toggle {
    display: none; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
  width: 24px;
  height: 24px;
  background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
  background: url(img/test@2x.png) no-repeat;
  background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

.acute .hero__box, .acute .slider__box {
  background: rgba(223, 171, 88, 0.9); }

.acute .hero__box h6, .acute .slider__box h6, .acute .slider__box .date {
  color: #fff; }

.acute .opp-title {
  background: #dfab58; }

.acute .opp-extras-title {
  color: #dfab58; }

.acute .news-item__thumb {
  background: #dfab58; }

.acute .infographic h4 {
  background: #dfab58; }

.acute .highlight-inner .btn {
  background: #dfab58; }
  .acute .highlight-inner .btn:hover {
    color: #af7922; }

.acute .carousel--posts {
  background: #EDEEF2;
  padding: 2rem 0; }

.chronic .hero__box, .chronic .slider__box {
  background: rgba(0, 146, 159, 0.9); }

.chronic .hero__box h6, .chronic .slider__box h6, .chronic .slider__box .date {
  color: #fff; }

.chronic .opp-title {
  background: #00929f; }

.chronic .opp-extras-title {
  color: #00929f; }

.chronic .news-item__thumb {
  background: #00929f; }

.chronic .infographic h4 {
  background: #00929f; }

.chronic .highlight-inner .btn {
  background: #00929f; }
  .chronic .highlight-inner .btn:hover {
    color: #003439; }

.chronic .carousel--posts {
  background: #EDEEF2;
  padding: 2rem 0; }

.long-term-care .hero__box, .long-term-care .slider__box {
  background: rgba(88, 49, 109, 0.9); }

.long-term-care .hero__box h6, .long-term-care .slider__box h6, .long-term-care .slider__box .date {
  color: #fff; }

.long-term-care .opp-title {
  background: #58316d; }

.long-term-care .opp-extras-title {
  color: #58316d; }

.long-term-care .news-item__thumb {
  background: #58316d; }

.long-term-care .infographic h4 {
  background: #58316d; }

.long-term-care .highlight-inner .btn {
  background: #58316d; }
  .long-term-care .highlight-inner .btn:hover {
    color: #1f1127; }

.long-term-care .carousel--posts {
  background: #EDEEF2;
  padding: 2rem 0; }
/*# sourceMappingURL=style.css.map */

/* SS 072618 */

.tlink {color: #5f6062 !important;}
.media-object-text a {color:#fff;}

/* New Highlight styles  */

@media (min-width: 769px) {

  .highlight-new .highlight-image, 
  .highlight-new .highlight-text {
      padding: 2%;
  }

  .highlight-new.right .highlight-image, 
  .highlight-new.right .highlight-text {
      float: left;
  }

  .highlight-new.left .highlight-image {
      float: right;
      text-align: right;
  }

  .highlight-new .highlight-text.offset-1of2,
  .highlight-new .highlight-image.offset-1of2 {
      width: 50%;
      margin-left: 0;
  }

  .highlight-new .highlight-text.offset-1of3,
  .highlight-new .highlight-image.offset-1of3 {
      width: 66.6%;
      margin-left: 0;
  }

  .highlight-new .highlight-image img {
      margin-top: 15px;
  }

  .highlight-new .highlight-text.offset-2of3,
  .highlight-new .highlight-image.offset-2of3 {
      width: 33.3%;
      margin-left: 0;
  }

  .clearfix {
      clear: both;
  }

  .highlight-new .highlight-inner {
      padding-left: 5%;
      padding-right: 5%;
  }
}

@media (max-width: 768px) {
  .highlight-new .highlight-inner {
      padding-left: 1.2rem;
      padding-right: 1.2rem;
  }
  
  .highlight-new .highlight-image {
    margin-bottom: 15px;
    text-align: center;
  }
}
.resources-template-default .entry-content iframe {
    display: block;
    max-width: 100%;
}