@charset "UTF-8";
/*
Theme Name: Provider Assist
Theme URI: http://underscores.me/
Author: Indietech
Author URI: http://www.indietech.com.au/
Description: Theme for Provider Assist
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: provider
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Provider Assist is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url('fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStd-Md.otf')  format('opentype'),
		url('fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Md.ttf')  format('truetype'),
		url('fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
	     url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Cn';
  src: url('fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueLTStd-Cn.otf')  format('opentype'),
	     url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Cn.ttf')  format('truetype'), url('fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url('fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueLTStd-BdCn.otf')  format('opentype'),
	     url('fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-BdCn.ttf')  format('truetype'), url('fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTCom-BdCn';
  src: url('fonts/HelveticaNeueLTCom-BdCn.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueLTCom-BdCn.otf')  format('opentype'),
	     url('fonts/HelveticaNeueLTCom-BdCn.woff') format('woff'), url('fonts/HelveticaNeueLTCom-BdCn.ttf')  format('truetype'), url('fonts/HelveticaNeueLTCom-BdCn.svg#HelveticaNeueLTCom-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hide {
  display: none;
}

.sr-only, .gfield_label, .screen-reader-text, .site-footer-newsletter label,
.site-footer-newsletter .validation_error {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.gform_fields, .widget > ul, .widget-resource-types .resources-list, .actions > ul, .nav, .navbar--secondary .navbar-nav > ul, .social-links, .posts-grid, .posts-list > ul, .site-footer-contact .contact-information > ul, .hi-column--header .hi-header, .hi-col-icons .hi-icons, .members-list, .ps-resources-filter--type .type-filter-content > ul, .vision-tabs .nav-tabs, .life-tabs .nav-tabs, .life-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_fields > li, .widget > ul > li, .widget-resource-types .resources-list > li, .actions > ul > li, .nav > li, .navbar--secondary .navbar-nav > ul > li, .social-links > li, .posts-grid > li, .posts-list > ul > li, .site-footer-contact .contact-information > ul > li, .hi-column--header .hi-header > li, .hi-col-icons .hi-icons > li, .members-list > li, .ps-resources-filter--type .type-filter-content > ul > li, .vision-tabs .nav-tabs > li, .life-tabs .nav-tabs > li, .life-features-list > li {
  margin-bottom: 0;
}

.members-item .member-info {
  margin: 0;
  padding: 0;
}

.members-item .member-info > dd, .members-item .member-info > dt {
  padding: 0;
  margin: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/* 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;
  filter: alpha(opacity=80);
}

.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;
  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;
  box-shadow: none;
}

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  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;
  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;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

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

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

*, *:before, *:after {
  box-sizing: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  line-height: 1.7;
  font-weight: 400;
  background-color: #fff;
  color: #666;
  overflow-y: scroll;
  min-height: 100%;
}

@media (min-width: 960px) {
  html {
    font-size: 100%;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 112.5%;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  padding-top: 60px;
}

@media (min-width: 960px) {
  body {
    padding-top: 100px;
  }
}

@media (min-width: 1100px) {
  body {
    padding-top: 146px;
  }
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}

.container-fluid {
  width: 95%;
  margin: 0 auto;
  max-width: none;
}

.page-content {
  padding:3em 0;
}

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

.page-content.no-bottom-margin {
  padding-bottom: 0;
}

.page-content.no-top-margin {
  padding-top: 0;
}

/* @group Layout: Center */
.page-layout--center .page-content {
  max-width: 1000px;
  margin: 0 auto;
}

.page-layout--center .body-content {
  text-align: center;
}

/* @end  Layout: Center */
/* @group Layout: 2 columns right */
.page-layout--2-col-right .content-area {
  margin-bottom: 3em;
}

@media (min-width: 960px) {
  .page-layout--2-col-right .page-content > .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    width: 90%;
    max-width: 1160px;
  }
  .page-layout--2-col-right .page-content > .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .page-layout--2-col-right .content-area {
    width: 68.6567164179%;
    float: left;
    margin-right: 7.4626865672%;
    margin-bottom: 0;
  }
  .page-layout--2-col-right .sidebar {
    width: 23.8805970149%;
    float: left;
    margin-right: 7.4626865672%;
    float: right;
    margin-right: 0;
  }
}

.page-layout--2-col-right.with-divider .content-area {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(253, 185, 19, 0.25);
}

@media (min-width: 960px) {
  .page-layout--2-col-right.with-divider .content-area {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* @end Layout: 2 columns right */
html,
button,
input,
select,
textarea {
  color: #666;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Links */
a {
  color: #fdb913;
  text-decoration: none;
}

a:visited {
  color: #fdb913;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #765401;
}

/* External Links */
a[rel~="external"]:after {
  font-family: 'provider-assist-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5em;
}

.btn[rel~="external"]:after, .navigator [rel~="external"].page-numbers:after, .posts-navigation a[rel~="external"]:after {
  position: relative;
  top: 0.1em;
}

/* Headings */
h1, .h1, .page-header-title--large, .page-section-title, .h1-alt, .page-section-header--small .page-section-title,
h2, .h2, .page-header-title--medium, .entry-header--center .entry-title, .single-position .entry-header .entry-title,
h3, .h3, .page-template-services .page-section-children .page-section-title, .ps-stories .posts-item.type-story .posts-item-title,
h4, .h4, .modal--hi-read-more .modal-body .title, .positions-item-title, .widget--related-posts.type-story .widget-title, .life-feature-title,
h5, .h5, .page-header-title--small, .widget-recent-entries .posts-item-title, .members-group-name,
h6, .h6, .widget-title, .widget--related-posts.type-story .posts-item-title {
  font-family: "fira-sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 > em, .h1 > em, .page-header-title--large > em, .page-section-title > em, .h1-alt > em, .page-section-header--small .page-section-title > em,
h2 > em, .h2 > em, .page-header-title--medium > em, .entry-header--center .entry-title > em, .single-position .entry-header .entry-title > em,
h3 > em, .h3 > em, .page-template-services .page-section-children .page-section-title > em, .ps-stories .posts-item.type-story .posts-item-title > em,
h4 > em, .h4 > em, .modal--hi-read-more .modal-body .title > em, .positions-item-title > em, .widget--related-posts.type-story .widget-title > em, .life-feature-title > em,
h5 > em, .h5 > em, .page-header-title--small > em, .widget-recent-entries .posts-item-title > em, .members-group-name > em,
h6 > em, .h6 > em, .widget-title > em, .widget--related-posts.type-story .posts-item-title > em {
  color: #fdb913;
  font-style: normal;
}

h1, .h1, .page-header-title--large, .page-section-title {
  font-size: 1.75rem;
}

@media (min-width: 960px) {
  h1, .h1, .page-header-title--large, .page-section-title {
    font-size: 2.9rem;
  }
}

.h1-alt, .page-section-header--small .page-section-title {
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .h1-alt, .page-section-header--small .page-section-title {
    font-size: 2.5rem;
  }
}

h2, .h2, .page-header-title--medium, .entry-header--center .entry-title, .single-position .entry-header .entry-title {
  font-size:2.9rem;
}

@media (min-width: 960px) {
  h2, .h2, .page-header-title--medium, .entry-header--center .entry-title, .single-position .entry-header .entry-title {
    font-size:55px;font-weight:Normal;
  }
}

h3, .h3, .page-template-services .page-section-children .page-section-title, .ps-stories .posts-item.type-story .posts-item-title {
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  h3, .h3, .page-template-services .page-section-children .page-section-title, .ps-stories .posts-item.type-story .posts-item-title {
    font-size: 1.6rem;
  }
}

h4, .h4, .modal--hi-read-more .modal-body .title, .positions-item-title, .widget--related-posts.type-story .widget-title, .life-feature-title {
  font-size: 1.1rem;
}

@media (min-width: 960px) {
  h4, .h4, .modal--hi-read-more .modal-body .title, .positions-item-title, .widget--related-posts.type-story .widget-title, .life-feature-title {
    font-size: 1.4rem;
  }
}

h5, .h5, .page-header-title--small, .widget-recent-entries .posts-item-title, .members-group-name {
  font-size: 1.1rem;
}

@media (min-width: 960px) {
  h5, .h5, .page-header-title--small, .widget-recent-entries .posts-item-title, .members-group-name {
    font-size: 1.15rem;
  }
}

h6, .h6, .widget-title, .widget--related-posts.type-story .posts-item-title {
  font-size: 1rem;
}

/* Paragraphs */
p {
  margin-top: 0;
  margin-bottom: 2em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  font-weight: 400;
  margin-bottom: 2em;
  font-style: italic;
}

blockquote > p {
  margin-bottom: 0;
}

blockquote > small {
  font-size: 100%;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #c2e5ef;
  font-family: Monaco, monospace;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 0.8888888889rem;
  font-family: Monaco, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/* Lists */
ul, ol {
  margin: 0 0 2em 0;
}

ul {
  list-style: disc;
}

ul > li {
  margin-bottom: 0.5em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: 'provider-assist-iconfont';
  src: url("assets/fonts/provider-assist-iconfont.eot?-64qm4r");
  src: url("assets/dded-opentype"), url("assets/fonts/provider-assist-iconfont.ttf?-64qm4r") format("truetype"), url("assets/fonts/provider-assist-iconfont.woff?-64qm4r") format("woff"), url("assets/fonts/provider-assist-iconfont.svg?-64qm4r#provider-assist-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.pa-icon-play_circle_outline:before {
  content: "\e900";
}

.pa-icon-close:before {
  content: "\e606";
}

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

.pa-icon-google-plus:before {
  content: "\e601";
}

.pa-icon-instagram:before {
  content: "\e602";
}

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

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

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

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

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

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

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

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

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

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

.pa-icon-bars:before {
  content: "\f0c9";
}

.pa-icon-navicon:before {
  content: "\f0c9";
}

.pa-icon-reorder:before {
  content: "\f0c9";
}

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

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

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

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

fieldset {
  border: 0;
  padding: 0;
}

fieldset:last-child {
  margin-bottom: 0;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea,
.gfield_error input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
.gfield_error textarea {
  border: 2px solid #33989e;
  color: #33989e;
  background-color: #eeeeee;
  font-weight: 500;
  font-family: "bree", "fira-sans", Helvetica, Arial, sans-serif;
  padding: 0.6em 1em;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type="email"]:hover, input[type="email"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="color"]:hover, input[type="color"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="week"]:hover, input[type="week"]:focus,
textarea:hover,
textarea:focus,
.gfield_error input[type="email"]:hover,
.gfield_error input[type="email"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="color"]:hover, input[type="color"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="week"]:hover, input[type="week"]:focus,
.gfield_error textarea:hover,
.gfield_error textarea:focus {
  outline: none;
}

input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.gfield_error input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder,
.gfield_error textarea::-webkit-input-placeholder {
  color: #33989e;
}

input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
.gfield_error input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder,
.gfield_error textarea::-moz-placeholder {
  color: #33989e;
}

input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder,
textarea:-moz-placeholder,
.gfield_error input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder,
.gfield_error textarea:-moz-placeholder {
  color: #33989e;
}

input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.gfield_error input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder,
.gfield_error textarea:-ms-input-placeholder {
  color: #33989e;
}

.gform_ajax_spinner {
  display: none;
}

input[type="search"] {
  box-sizing: inherit;
}

.input-group {
  position: relative;
}

.input-group.has-file:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("images/icon-has-file.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 13px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .input-group.has-file:after {
    /* on retina, use image that's scaled by 2 */
    background-position: left bottom;
    background-size: 100%;
  }
}

.input-group > div {
  width: 100%;
}

.input-group label {
  position: absolute;
  z-index: 2;
  top: 0;
  width: auto;
  height: auto;
  clip: auto;
  color: #33989e;
  font-weight: 500;
  font-family: "bree", "fira-sans", Helvetica, Arial, sans-serif;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.input-group input[type="file"] {
  position: relative;
  text-indent: -9999px;
  color: transparent;
  background-color: #eeeeee;
  padding: 0.6em 1em;
  letter-spacing: 0.1em;
  width: 100%;
  height: 50px;
  border: 2px solid #33989e;
}

.input-group input[type="file"]:hover, .input-group input[type="file"]:focus {
  outline: none;
}

textarea {
  resize: vertical;
  display: block;
}

textarea.medium {
  height: 10em;
}

select {
  width: 100%;
}

/* @group Alternative style */
.form--alt input[type="email"], .form--alt input[type="number"], .form--alt input[type="password"], .form--alt input[type="search"], .form--alt input[type="tel"], .form--alt input[type="text"], .form--alt input[type="url"], .form--alt input[type="color"], .form--alt input[type="date"], .form--alt input[type="datetime"], .form--alt input[type="datetime-local"], .form--alt input[type="month"], .form--alt input[type="time"], .form--alt input[type="week"],
.form--alt textarea {
  border: 2px solid #fdb913;
  color: #fff;
  background-color: #fdb913;
  text-transform:lowercase;	
}

.form--alt input[type="email"]::-webkit-input-placeholder, .form--alt input[type="number"]::-webkit-input-placeholder, .form--alt input[type="password"]::-webkit-input-placeholder, .form--alt input[type="search"]::-webkit-input-placeholder, .form--alt input[type="tel"]::-webkit-input-placeholder, .form--alt input[type="text"]::-webkit-input-placeholder, .form--alt input[type="url"]::-webkit-input-placeholder, .form--alt input[type="color"]::-webkit-input-placeholder, .form--alt input[type="date"]::-webkit-input-placeholder, .form--alt input[type="datetime"]::-webkit-input-placeholder, .form--alt input[type="datetime-local"]::-webkit-input-placeholder, .form--alt input[type="month"]::-webkit-input-placeholder, .form--alt input[type="time"]::-webkit-input-placeholder, .form--alt input[type="week"]::-webkit-input-placeholder,
.form--alt textarea::-webkit-input-placeholder {
  color: #fff;text-transform:lowercase;	
}

.form--alt input[type="email"]::-moz-placeholder, .form--alt input[type="number"]::-moz-placeholder, .form--alt input[type="password"]::-moz-placeholder, .form--alt input[type="search"]::-moz-placeholder, .form--alt input[type="tel"]::-moz-placeholder, .form--alt input[type="text"]::-moz-placeholder, .form--alt input[type="url"]::-moz-placeholder, .form--alt input[type="color"]::-moz-placeholder, .form--alt input[type="date"]::-moz-placeholder, .form--alt input[type="datetime"]::-moz-placeholder, .form--alt input[type="datetime-local"]::-moz-placeholder, .form--alt input[type="month"]::-moz-placeholder, .form--alt input[type="time"]::-moz-placeholder, .form--alt input[type="week"]::-moz-placeholder,
.form--alt textarea::-moz-placeholder {
  color: #fff;
}

.form--alt input[type="email"]:-moz-placeholder, .form--alt input[type="number"]:-moz-placeholder, .form--alt input[type="password"]:-moz-placeholder, .form--alt input[type="search"]:-moz-placeholder, .form--alt input[type="tel"]:-moz-placeholder, .form--alt input[type="text"]:-moz-placeholder, .form--alt input[type="url"]:-moz-placeholder, .form--alt input[type="color"]:-moz-placeholder, .form--alt input[type="date"]:-moz-placeholder, .form--alt input[type="datetime"]:-moz-placeholder, .form--alt input[type="datetime-local"]:-moz-placeholder, .form--alt input[type="month"]:-moz-placeholder, .form--alt input[type="time"]:-moz-placeholder, .form--alt input[type="week"]:-moz-placeholder,
.form--alt textarea:-moz-placeholder {
  color: #fff;text-transform:lowercase;	
}

.form--alt input[type="email"]:-ms-input-placeholder, .form--alt input[type="number"]:-ms-input-placeholder, .form--alt input[type="password"]:-ms-input-placeholder, .form--alt input[type="search"]:-ms-input-placeholder, .form--alt input[type="tel"]:-ms-input-placeholder, .form--alt input[type="text"]:-ms-input-placeholder, .form--alt input[type="url"]:-ms-input-placeholder, .form--alt input[type="color"]:-ms-input-placeholder, .form--alt input[type="date"]:-ms-input-placeholder, .form--alt input[type="datetime"]:-ms-input-placeholder, .form--alt input[type="datetime-local"]:-ms-input-placeholder, .form--alt input[type="month"]:-ms-input-placeholder, .form--alt input[type="time"]:-ms-input-placeholder, .form--alt input[type="week"]:-ms-input-placeholder,
.form--alt textarea:-ms-input-placeholder {
  color: #fff;
}

/* @end Alternative style */
/* @group Gravity Forms */
.body-content .gform_wrapper {
  padding-top: 2em;
}

.gform_description,
.validation_error {
  display: block;
  font-weight: 700;
  margin-bottom: 2em;
  font-size: 1.111rem;
}

.gform_fields .gfield {
  margin-bottom: 1em;
}

.gform_fields .gfield input[type="email"], .gform_fields .gfield input[type="number"], .gform_fields .gfield input[type="password"], .gform_fields .gfield input[type="search"], .gform_fields .gfield input[type="tel"], .gform_fields .gfield input[type="text"], .gform_fields .gfield input[type="url"], .gform_fields .gfield input[type="color"], .gform_fields .gfield input[type="date"], .gform_fields .gfield input[type="datetime"], .gform_fields .gfield input[type="datetime-local"], .gform_fields .gfield input[type="month"], .gform_fields .gfield input[type="time"], .gform_fields .gfield input[type="week"],
.gform_fields .gfield textarea {
  width: 100%;
  -webkit-appearance: none;
}

.gform_body {
  margin-bottom: 2em;
}

.gform_footer {
  text-align: center;
}

.gform_button {
  min-width: 280px;
}

.gfield_description {
  margin-top: 0.5em;
  font-size: 0.889rem;
}

/* @end Gravity Forms */
/* @group Validations */
.validation_message,
.validation_error {
  color: red;
}

.validation_error {
  margin-bottom: 1em;
}

.gfield_error input[type="email"], .gfield_error input[type="number"], .gfield_error input[type="password"], .gfield_error input[type="search"], .gfield_error input[type="tel"], .gfield_error input[type="text"], .gfield_error input[type="url"], .gfield_error input[type="color"], .gfield_error input[type="date"], .gfield_error input[type="datetime"], .gfield_error input[type="datetime-local"], .gfield_error input[type="month"], .gfield_error input[type="time"], .gfield_error input[type="week"],
.gfield_error textarea {
  border-color: red;
}

.gfield_error input[type="email"]::-webkit-input-placeholder, .gfield_error input[type="number"]::-webkit-input-placeholder, .gfield_error input[type="password"]::-webkit-input-placeholder, .gfield_error input[type="search"]::-webkit-input-placeholder, .gfield_error input[type="tel"]::-webkit-input-placeholder, .gfield_error input[type="text"]::-webkit-input-placeholder, .gfield_error input[type="url"]::-webkit-input-placeholder, .gfield_error input[type="color"]::-webkit-input-placeholder, .gfield_error input[type="date"]::-webkit-input-placeholder, .gfield_error input[type="datetime"]::-webkit-input-placeholder, .gfield_error input[type="datetime-local"]::-webkit-input-placeholder, .gfield_error input[type="month"]::-webkit-input-placeholder, .gfield_error input[type="time"]::-webkit-input-placeholder, .gfield_error input[type="week"]::-webkit-input-placeholder,
.gfield_error textarea::-webkit-input-placeholder {
  color: red;
}

.gfield_error input[type="email"]::-moz-placeholder, .gfield_error input[type="number"]::-moz-placeholder, .gfield_error input[type="password"]::-moz-placeholder, .gfield_error input[type="search"]::-moz-placeholder, .gfield_error input[type="tel"]::-moz-placeholder, .gfield_error input[type="text"]::-moz-placeholder, .gfield_error input[type="url"]::-moz-placeholder, .gfield_error input[type="color"]::-moz-placeholder, .gfield_error input[type="date"]::-moz-placeholder, .gfield_error input[type="datetime"]::-moz-placeholder, .gfield_error input[type="datetime-local"]::-moz-placeholder, .gfield_error input[type="month"]::-moz-placeholder, .gfield_error input[type="time"]::-moz-placeholder, .gfield_error input[type="week"]::-moz-placeholder,
.gfield_error textarea::-moz-placeholder {
  color: red;
}

.gfield_error input[type="email"]:-moz-placeholder, .gfield_error input[type="number"]:-moz-placeholder, .gfield_error input[type="password"]:-moz-placeholder, .gfield_error input[type="search"]:-moz-placeholder, .gfield_error input[type="tel"]:-moz-placeholder, .gfield_error input[type="text"]:-moz-placeholder, .gfield_error input[type="url"]:-moz-placeholder, .gfield_error input[type="color"]:-moz-placeholder, .gfield_error input[type="date"]:-moz-placeholder, .gfield_error input[type="datetime"]:-moz-placeholder, .gfield_error input[type="datetime-local"]:-moz-placeholder, .gfield_error input[type="month"]:-moz-placeholder, .gfield_error input[type="time"]:-moz-placeholder, .gfield_error input[type="week"]:-moz-placeholder,
.gfield_error textarea:-moz-placeholder {
  color: red;
}

.gfield_error input[type="email"]:-ms-input-placeholder, .gfield_error input[type="number"]:-ms-input-placeholder, .gfield_error input[type="password"]:-ms-input-placeholder, .gfield_error input[type="search"]:-ms-input-placeholder, .gfield_error input[type="tel"]:-ms-input-placeholder, .gfield_error input[type="text"]:-ms-input-placeholder, .gfield_error input[type="url"]:-ms-input-placeholder, .gfield_error input[type="color"]:-ms-input-placeholder, .gfield_error input[type="date"]:-ms-input-placeholder, .gfield_error input[type="datetime"]:-ms-input-placeholder, .gfield_error input[type="datetime-local"]:-ms-input-placeholder, .gfield_error input[type="month"]:-ms-input-placeholder, .gfield_error input[type="time"]:-ms-input-placeholder, .gfield_error input[type="week"]:-ms-input-placeholder,
.gfield_error textarea:-ms-input-placeholder {
  color: red;
}

.gform_confirmation_wrapper {
  background-color: #e6f3da;
  padding: 1em;
  color: #639D31;
}

/* @end Validations */
/* @group Form Layouts */
@media (min-width: 700px) {
  .form--2-col .gform_fields {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form--2-col .gform_fields:after {
    content: " ";
    display: block;
    clear: both;
  }
  .form--2-col .gfield {
    width: 49.0196078431%;
    float: left;
    margin-bottom: 1.9607843137%;
  }
  .form--2-col .gfield:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .form--2-col .gfield:nth-child(2n + 2) {
    margin-left: 50.9803921569%;
    margin-right: -100%;
    clear: none;
  }
  .form--2-col .gfield:last-child {
    margin-bottom: 0;
  }
  .form--2-col .gfield.full-width {
    width: 100%;
    float: left;
  }
  .form--2-col .gfield.full-width:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
  .form--2-col .gfield.full-width:nth-child(1n + 1) {
    clear: both;
  }
}

/* @end Form Layouts */
.btn, .navigator .page-numbers, .posts-navigation a,
button,
input[type="submit"] {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0.7em 1em;
  background-color: #fdb913;
  color: #fff;
  transition: all 0.15s;
}

.btn:visited, .navigator .page-numbers:visited, .posts-navigation a:visited,
button:visited,
input[type="submit"]:visited {
  color: #fff;
}

.btn:hover, .navigator .page-numbers:hover, .posts-navigation a:hover, .btn:focus, .navigator .page-numbers:focus, .posts-navigation a:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #fdc12c;
  color: #fff;
  outline: none;
}

.btn--primary, .navbar--small .navbar-nav .button > a,
.btn.btn--primary,
.navbar--small .navbar-nav .button > a.btn,
.navbar--small .navbar-nav .navigator .button > a.page-numbers,
.navigator .navbar--small .navbar-nav .button > a.page-numbers,
.navbar--small .navbar-nav .posts-navigation .button > a,
.posts-navigation .navbar--small .navbar-nav .button > a,
.navigator .btn--primary.page-numbers,
.posts-navigation a.btn--primary {
  background: #33989e;
}

.btn--primary:hover, .navbar--small .navbar-nav .button > a:hover, .btn--primary:focus, .navbar--small .navbar-nav .button > a:focus,
.btn.btn--primary:hover,
.navbar--small .navbar-nav .button > a.btn:hover,
.navbar--small .navbar-nav .navigator .button > a.page-numbers:hover,
.navigator .navbar--small .navbar-nav .button > a.page-numbers:hover,
.navbar--small .navbar-nav .posts-navigation .button > a:hover,
.posts-navigation .navbar--small .navbar-nav .button > a:hover,
.navigator .btn--primary.page-numbers:hover,
.posts-navigation a.btn--primary:hover,
.btn.btn--primary:focus,
.navbar--small .navbar-nav .button > a.btn:focus,
.navbar--small .navbar-nav .navigator .button > a.page-numbers:focus,
.navigator .navbar--small .navbar-nav .button > a.page-numbers:focus,
.navbar--small .navbar-nav .posts-navigation .button > a:focus,
.posts-navigation .navbar--small .navbar-nav .button > a:focus,
.navigator .btn--primary.page-numbers:focus,
.posts-navigation a.btn--primary:focus {
  background-color: #39abb1;
}

.btn--hollow, .navigator .page-numbers {
  border-width: 1px;
  border-style: solid;
  color: #fdb913;
  border-color: #fdb913;
  background-color: transparent;
}

.btn--hollow:visited, .navigator .page-numbers:visited {
  color: #fdb913;
}

.btn--hollow:hover, .navigator .page-numbers:hover, .btn--hollow:focus, .navigator .page-numbers:focus, .btn--hollow.active, .navigator .active.page-numbers, .btn--hollow.current, .navigator .current.page-numbers {
  background-color: #fdb913;
  color: #fff;
}

.btn--hollow.disabled, .navigator .disabled.page-numbers {
  border-color: #e6e6e6;
  color: #e6e6e6;
}

.btn--hollow-white {
  border-color: #fff;
  color: #fff;
}

.btn--hollow-white:visited {
  color: #fff;
}

.btn--hollow-white:hover, .btn--hollow-white:focus {
  background-color: #fff;
  color: #666;
}

.btn--inverted {
  color: #fdb913;
  background-color: #fff;
}

.btn--inverted:visited {
  color: #fdb913;
}

.btn--inverted:hover, .btn--inverted:focus {
  background-color: #f2f2f2;
  color: #f4ae02;
  outline: none;
}

.btn--action {
  min-width: 280px;
}

.btn--link, .menu-item--search button,
.menu-item--phone a {
  background: none;
  color: #f7931d;
}

.btn--link:visited, .menu-item--search button:visited,
.menu-item--phone a:visited {
  color: #f7931d;
}

.btn--link:hover, .menu-item--search button:hover,
.menu-item--phone a:hover, .btn--link:focus, .menu-item--search button:focus,
.menu-item--phone a:focus {
  background: none;
  color: #f28709;
}

.btn--link.active, .menu-item--search button.active,
.menu-item--phone a.active {
  color: #f7931d;
  text-decoration: underline;
}

.btn--filter {
  font-weight: 400;
}

.btn--close {
  color: #333;
  background: transparent;
  color: #fff;
}

.btn--close i {
  color: #333;
  font-size: 200%;
}

.btn--close:hover, .btn--close:focus {
  background: transparent;
}

.body-content .btn, .body-content .navigator .page-numbers, .navigator .body-content .page-numbers, .body-content .posts-navigation a, .posts-navigation .body-content a {
  text-decoration: none;
}

/* Sizes */
.btn--xlarge {
  font-size: 140%;
}

.btn--large {
  font-size: 120%;
}

.btn--small, .btn--filter {
  font-size: 90%;
}

.btn--block, .posts-navigation a {
  display: block;
  width: 100%;
}

/* @group Default Modal */
.modal {
  position: relative;
  background: #FFF;
  padding: 2em 1.5em;
  padding-top: 3em;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

@media (min-width: 700px) {
  .modal {
    padding: 2em;
    padding-top: 3em;
  }
}

@media (min-width: 960px) {
  .modal {
    padding: 3em;
    padding-top: 3em;
  }
}

.modal-footer {
  margin-top: 1em;
}

.btn.btn--modal-close, .navigator .btn--modal-close.page-numbers, .posts-navigation a.btn--modal-close {
  position: absolute;
  color: #f7931d;
  padding: 0.25rem;
  text-align: right;
}

.btn.btn--modal-close i, .navigator .btn--modal-close.page-numbers i, .posts-navigation a.btn--modal-close i {
  pointer-events: none;
}

/* @end Default */
/* @group Modal Read More */
@media (min-width: 960px) {
  .modal--hi-read-more {
    max-width: 650px;
  }
}

@media (min-width: 960px) {
  .modal--hi-read-more .modal-body-primary {
    width: 74.1116751269%;
    float: left;
    margin-right: 3.5532994924%;
    float: right;
    margin-right: 0;
  }
}

.modal--hi-read-more .modal-body-secondary {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.modal--hi-read-more .modal-body-secondary .icon {
  max-width: 95px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .modal--hi-read-more .modal-body-secondary {
    text-align: left;
    width: 22.3350253807%;
    float: left;
    margin-right: 3.5532994924%;
  }
}

@media (min-width: 960px) {
  .modal--hi-read-more .modal-body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal--hi-read-more .modal-body:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.modal--hi-read-more .modal-body .heading {
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 960px) {
  .modal--hi-read-more .modal-body .heading {
    text-align: left;
  }
}

/* @end Modal Read More */
/* @group Modal Download Report */
.modal--hi-download {
  max-width: 1160px;
}

.modal--hi-download .modal-body .heading {
  text-align: center;
}

/* @end Modal Download Report */
/* @group Modal Animation */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  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;
  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;
}

/* @end Animation */
/* @group Header */
.page-header {
  margin-bottom: 4em;
}

.error404 .page-header {
  padding-top: 40px;
}

.error404 .page-header img {
  display: block;
  margin: 0 auto;
}

.page-header-title {
  text-align: center;
}

.page-header-title--left {
  text-align: left;
}

/* @end Header */
/* @group Section */
.page-section {
  margin-bottom: 4em;
}

@media (min-width: 960px) {
  .page-section {
    margin-bottom: 7.5em;
  }
}

.page-section:last-child {
  margin-bottom: 0;
}

.page-section--inset {
  padding: 4em 0;
}

@media (min-width: 960px) {
  .page-section--inset {
    padding: 7.5em 0;
  }
}

.page-section--inset-sm, .life-tabs .tab-content {
  padding: 2em 0;
}

@media (min-width: 960px) {
  .page-section--inset-sm, .life-tabs .tab-content {
    padding: 4em 0;
  }
}

.page-section-header {
  margin-bottom: 3em;
}

.page-section-header .page-section-title {
  position: relative;
  padding-bottom: 0.5em;
}

.page-section-header .page-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 1px;
  border: 2px solid #fdb913;
}

.page-section-header .page-section-title--simple {
  padding-bottom: 0;
}

.page-section-header .page-section-title--simple:after {
  display: none;
}

.page-section-header .page-section-title--simple + p {
  letter-spacing: 2px;
  width: 90%;
  margin: 0 auto;
  font-size: 17px;
}

@media (min-width: 700px) {
  .page-section-header .page-section-title--simple + p {
    width: 74%;
    font-size: 21px;
  }
}

.page-section-header--small {
  margin-bottom: 2em;
}

.page-section-header--small .page-section-title {
  font-weight: 700;
  padding-bottom: 0.6666666667em;
  margin-bottom: 0.6666666667em;
}

.page-section-header--small .page-section-title:after {
  width: 110px;
}

.page-section-header--large {
  margin-bottom: 3em;
}

@media (min-width: 960px) {
  .page-section-header--large {
    margin-bottom: 5em;
  }
}

.page-section-header--center {
  text-align: center;
}

.page-section-title {
  line-height: 1.2;
}

.page-section-title em {
  font-style: normal;
  color: #fdb913;
}

.page-section-subtitle {
  margin-bottom: 0;
  font-family: "fira-sans", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.025em;
}

.page-section-thumb {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 2em;
}

.page-section-thumb > img {
  display: block;
  margin: 0 auto;
  max-height: 300px;
}

@media (min-width: 700px) {
  .page-section-thumb > img {
    max-height: none;
  }
}

.page-section-thumb figcaption {
  text-align: center;
  font-size: 1rem;
}

.page-section .body-content {
  margin-bottom: 2em;
}

@media (min-width: 700px) {
  .page-section--2-col-right,
  .page-section--2-col-left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-section--2-col-right:after,
  .page-section--2-col-left:after {
    content: " ";
    display: block;
    clear: both;
  }
  .page-section--2-col-right .page-section-main,
  .page-section--2-col-left .page-section-main {
    width: 64.7058823529%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .page-section--2-col-right .page-section-secondary,
  .page-section--2-col-left .page-section-secondary {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
    float: right;
    margin-right: 0;
  }
  .page-section--2-col-left .page-section-main {
    float: right;
    margin-right: 0;
  }
  .page-section--2-col-left .page-section-secondary {
    float: left;
    margin-right: 5.8823529412%;
  }
}

/* @end Section */
/* @group Sub-section */
.page-subsection {
  margin-bottom: 3em;
}

@media (min-width: 960px) {
  .page-subsection {
    margin-bottom: 4em;
  }
}

.page-subsection-title {
  color: #33989e;
}

/* @end Sub-section */
/* @group Panel */
.page-panel {
  padding: 4em 0;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .page-panel {
    padding: 7.5em 0;
  }
}

.page-panel--color:nth-child(2n) {
  background-color: #e6e6e6;
}

/* @end Panel */
.body-content,
.entry-content {
  margin-bottom: 3em;
}

@media (min-width: 960px) {
  .body-content,
  .entry-content {
    margin-bottom: 4em;
  }
}

.body-content p:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

.body-content--small {
  font-size: 1rem;
}

@media (min-width: 960px) {
  .body-content--small {
    font-size: 0.889em;
  }
}

.body-content--xsmall {
  font-size: 1rem;
}

@media (min-width: 960px) {
  .body-content--xsmall {
    font-size: 0.778em;
  }
}

.entry-header {
  margin-bottom: 2em;
}

.entry-header--center, .single-position .entry-header {
  text-align: center;
  margin-bottom: 3em;
}

.entry-title {
  font-size: 1.6666666667rem;
  color: #33989e;
  margin-bottom: 0.25em;
}

.entry-meta {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.833rem;
}

.entry-meta--date {
  color: #33989e;
}

.entry-meta--type {
  color: #fdb913;
}

/*

.entry-content h2 {
	@extend .h6;
	margin-bottom: $base-spacing-unit;
	font-weight: $font-weight-normal;
}

*/
.single-post .nav-links {
  display: none;
}

.single-story .page-header-hero-title {
  display: none;
}

.single-story .entry-meta {
  display: none;
}

.single-position .entry-meta {
  display: none;
}

.single-resources .entry-title {
  color: #333;
}

.single-resources .entry-content {
  font-size: 88.9%;
}

.single-resources .entry-content ul {
  padding-left: 2em;
}

.single-resources .entry-content ul li {
  list-style-type: square;
}

.single-resources .entry-author {
  border-top: 1px solid rgba(253, 185, 19, 0.25);
  padding-top: 30px;
  margin-top: 30px;
}

.single-resources .entry-author > img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.single-resources .entry-author > h3 {
  color: #33989e;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 1.5em;
}

.single-resources .entry-author > h3 strong {
  text-transform: uppercase;
}

.single-resources .entry-author > p {
  letter-spacing: normal;
  font-size: 15px;
}

.single-resources .entry-author > p:empty {
  display: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #666;
  display: block;
  font-size: 0.7777777778rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  font-style: italic;
  vertical-align: middle;
  height: auto;
  /* Make sure images are scaled correctly. */
}

img.in-circle {
  border-radius: 50%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8888888889rem;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 2em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 1em;
  background-color: #e6e6e6;
}

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

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}

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

.widget {
  margin-bottom: 4em;
}

.widget > ul > li > a {
  display: block;
  padding: 0.25em 0;
}

.widget select {
  max-width: 100%;
}

.widget p {
  line-height: 1.2;
}

.widget-area {
  font-size: 0.8888888889rem;
}

@media (min-width: 960px) {
  .widget-area {
    font-size: 1rem;
  }
}

@media (min-width: 700px) {
  .widget-area {
    font-size: 1rem;
  }
}

.widget-header {
  margin-bottom: 1.5em;
}

.widget-title {
  font-weight: 700;
  letter-spacing: 0.15em;
}

/* @group Recent Posts Widget */
.widget-recent-entries .posts-item-thumb {
  display: block;
  margin-bottom: 0;
}

.widget-recent-entries .posts-item-thumb a {
  display: block;
}

.widget-recent-entries .posts-item-thumb img {
  display: block;
}

.widget-recent-entries .posts-item-header {
  margin-bottom: 1em;
}

.widget-recent-entries .posts-item-title {
  line-height: 1.4;
}

.widget-recent-entries .posts-item-title a {
  color: #666;
}

.widget-recent-entries .posts-item-title:hover, .widget-recent-entries .posts-item-title:focus {
  color: #333333;
}

@media (min-width: 960px) {
  .widget-recent-entries .posts-item-title {
    font-size: 0.8333333333rem;
  }
}

@media (min-width: 960px) {
  .widget-recent-entries .posts-item-meta {
    font-size: 0.6666666667rem;
  }
}

/* @end Recent Posts widget */
/* @group Resources List Widget */
.widget-resource-types .resources-list a {
  display: block;
  color: #333;
  text-transform: uppercase;
  font-size: "fira-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.15em;
}

.widget-resource-types .resources-list a:hover, .widget-resource-types .resources-list a:focus {
  color: #fdb913;
}

/* @end Resources list widget */
body.page-template-home {
  padding-top: 0;
}

.hero-main-wrapper {
  height: 100vh;
  min-height: 560px;
  background-color: #fdb913;
}

@media (min-width: 960px) {
  .hero-main-wrapper {
    min-height: 750px;
  }
}

.hero-main {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("images/home-hero-overlay.png");
  background-size: cover;
  background-position: right top;
}

.hero-main .btn--link, .hero-main .menu-item--search button, .menu-item--search .hero-main button, .hero-main
.menu-item--phone a,
.menu-item--phone .hero-main a {
  color: #fff;
}

.hero-main > .container {
  height: 100%;
}

.hero-main-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.3s;
  text-align: center;
  padding-top: 60px;
}

@media (min-width: 960px) {
  .hero-main-inner {
    padding-top: 100px;
  }
}

@media (min-width: 1100px) {
  .hero-main-inner {
    padding-top: 146px;
  }
}

.hero-main-inner.is-hidden {
  opacity: 0;
}

.hero-main-inner.is-visible {
  opacity: 1;
}

.hero-main-title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  color: #fff;
}

@media (min-width: 960px) {
  .hero-main-title {
    font-size: 2.889rem;
  }
}

@media (min-width: 1100px) and (max-height: 850px) {
  .hero-main-title {
    font-size: 2rem;
  }
}

.hero-main-title em {
  color: #fff;
  font-weight: 700;
  display: block;
  margin-top: 0.5em;
}

.hero-main-video-preview {
  margin-bottom: 3em;
}

.hero-main-video-preview-thumb {
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
}

.hero-main-video-preview-thumb .is-hidden {
  display: none;
}

.hero-main-video-preview-thumb:hover .play-icon, .hero-main-video-preview-thumb:focus .play-icon {
  opacity: 0;
}

.hero-main-video-preview .play-icon {
  transition: opacity 0.3s;
  opacity: 1;
  position: absolute;
  display: block;
  margin: auto;
  top: 50%;
  left: 50%;
  font-size: 1.8rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
}

.hero-main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 60px;
}

@media (min-width: 960px) {
  .hero-main-img {
    margin-top: 100px;
  }
}

@media (min-width: 1100px) {
  .hero-main-img {
    margin-top: 146px;
  }
}

.hero-main-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  transition: opacity 1s;
  padding-top: 60px;
}

@media (min-width: 960px) {
  .hero-main-video {
    padding-top: 100px;
  }
}

@media (min-width: 1100px) {
  .hero-main-video {
    padding-top: 146px;
  }
}

.hero-main-video.is-hidden {
  z-index: -100;
  opacity: 0;
  pointer-events: none;
}

.hero-main-video.is-visible {
  z-index: 30;
  opacity: 1;
  pointer-events: auto;
}

.hero-main-video .embed-container {
  padding-bottom: 0;
  height: 100%;
}

.hero-main-video .btn--close {
  color: #fff;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 40;
  margin-top: 60px;
}

@media (min-width: 960px) {
  .hero-main-video .btn--close {
    margin-top: 100px;
  }
}

@media (min-width: 1100px) {
  .hero-main-video .btn--close {
    margin-top: 146px;
  }
}

.hero-main-video .btn--close i {
  color: #fff;
}

.hero-main .btn--hollow-white {
  font-weight: 700;
}

.hero-main-continue {
  width: 100%;
  position: absolute;
  bottom: 0em;
  left: 0;
  height: 80px;
  cursor: pointer;
}

.hero-main-continue .arrow-down {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  z-index: 20;
  position: absolute;
  transition: all .2s ease;
  width: 35px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
  background-image: url("images/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 2em;
  margin-left: -17px;
}

.hero-main-continue .arrow-down.bounce {
  -webkit-animation: arrowBounce 2.0s infinite;
          animation: arrowBounce 2.0s infinite;
}

@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.page-header-hero-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 200px;
}

@media (min-width: 960px) {
  .page-header-hero-image {
    height: 500px;
  }
}

.page-header-hero--small .page-header-hero-image {
  height: 150px;
}

@media (min-width: 960px) {
  .page-header-hero--small .page-header-hero-image {
    height: 250px;
  }
}

@media (min-width: 1100px) {
  .page-header-hero--small .page-header-hero-image {
    height: 400px;
  }
}

.page-header-hero--large .page-header-hero-image {
  height: 150px;
}

@media (min-width: 960px) {
  .page-header-hero--large .page-header-hero-image {
    height: 666px;
  }
}

.page-header-hero-title {
  margin-bottom: 0;
  text-align: center;
}

.page-header-hero-title span {
  display: block;font-family: 'HelveticaNeueLTCom-BdCn';
  background-color: #fdb913;
  padding: 0.75em 0.5em;
  color: #fff;
  font-weight:400;
  font-size:20px;
  letter-spacing: 0.025em;
}
.clearfix:after{content:'';clear:both;display:table;}
.header-top-heading {color:#f6931e;margin-bottom:1.75em;font-family: 'HelveticaNeueLTStd-Cn';}
.myvital-image-computer {margin-bottom:2.5em;}

.daily-data{text-align:center;font-size:14.5545px;}
.vital-details-block h2{margin:0;display: block;font-family: 'HelveticaNeueLTStd-Cn';font-size:45px;}
.vital-details-block h2.vital-details-block-heading-2{color:#fcb813;position:relative;padding-bottom:25px;margin-bottom:0.75em;}
.vital-details-block h2.vital-details-block-heading-2:after{background:#fcb813;content:'';height:3px;width:180px;bottom:0;left:50%;position:absolute;margin-left:-90px;}
.vital-details-block p{margin-bottom:12px;font-weight:400;}

.vitals-benefits-block{text-align:center;background:#fcb813;color:#fff;padding:4.1rem 0 3.1rem;margin:4rem 0;font-size:15px;}
.vitals-benefits-block h1{color:#fff;position:relative;padding-bottom:25px;margin-bottom:1em;font-family: 'HelveticaNeueLTStd-Cn';font-size:45px;}
.vitals-benefits-block h1:after{content:'';background:#fff;position:absolute;left:50%;bottom:0;width:188px;height:3px;margin-left:-94px;}
.vitals-benefits-block h3{color:#fff;font-weight:normal;font-size:22px;text-transform:capitalize;letter-spacing:0;font-family: 'HelveticaNeueLTCom-BdCn';}
.benefits-block{list-style:none;margin:0 auto;padding:0;max-width:1000px;}
.benefits-block li{float:left;width:27%;}
.benefits-block li:nth-child(2){width:46%;padding:0 4rem;}
.benefits-block p{margin-bottom:1rem;line-height:1.4;letter-spacing:-0.01em;}

.vitals-form-area .container{max-width:1034px;}
.vitals-form-area .gform_description{color:#32989e;text-align:center;font-size:30px;text-transform:uppercase;font-family: 'HelveticaNeueLTStd-Cn';line-height:1.5;font-weight:400;max-width:800px;margin:0 auto 4rem;letter-spacing:2px;}
.vitals-form-area .ginput_container input{padding:1rem;font-size:20px;font-family: 'HelveticaNeueLTStd-Md';}
.vitals-form-area textarea{height:10.3rem;font-size:20px;font-family: 'HelveticaNeueLTStd-Md';}
.vitals-form-area .gform_button{font-weight:normal;font-size:24px;font-family: 'HelveticaNeueLTStd-Md';}
.vitals-form-area .gform_body{margin-bottom:3.25em;}
::-moz-placeholder {opacity: 1;}

@media (min-width: 960px) {
  .page-header-hero-title span {
    min-width: 463px;
    display: inline-block;
    vertical-align: top;
  }
}

.page-header-hero--video .hero-main-video {
  padding-top: 0;
}

.page-header-hero--video .page-header-hero-image {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.page-header-hero--video .hero-video-play-btn {
  font-size: 6em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-header-hero--video .btn--close {
  margin-top: 0;
}

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

.actions > ul > li {
  display: inline-block;
  margin-right: 1em;
}

.actions > ul > li:last-child,
.actions > ul > li .last  {
  margin-right: 0;
}

.actions--block > ul > li,
.actions--block .btn,
.actions--block .navigator .page-numbers, .navigator
.actions--block .page-numbers,
.actions--block .posts-navigation a, .posts-navigation
.actions--block a {
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .actions--block > ul > li,
  .actions--block .btn,
  .actions--block .navigator .page-numbers, .navigator
  .actions--block .page-numbers,
  .actions--block .posts-navigation a, .posts-navigation
  .actions--block a {
    display: inline-block;
    width: auto;
  }
}

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

.actions ul.pull-right > li {
  margin-right: 0;
  margin-left: 1.5em;
}

.actions ul.pull-left > li {
  margin-right: 1.5em;
  margin-left: 0;
}

.actions--rev > ul > li {
  margin-right: 0;
  margin-left: 1.5em;
}

.navbar {
  z-index: 200;
  background-color: #fff;
  position: relative;
  color: #666;
}

.navbar a {
  color: #666;
}

.navbar--fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-brand {
  display: block;
  margin: 0;
}

.navbar-brand .brand {
  margin-bottom: 0;
  padding-left: 0.5em;
}

@media (min-width: 960px) {
  .navbar-brand .brand {
    padding-left: 0;
  }
}

@media (min-width: 1260px) {
  .navbar-brand .brand {
    padding-left: 0;
  }
}

.navbar-brand a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  background-image: url("images/pa-logo.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.nav > li {
  display: inline-block;
}

.nav > li > a {
  display: block;
  text-transform: uppercase;
}

.navbar {
  transition: all 0.3s;
  height: 60px;
}

@media (min-width: 960px) {
  .navbar {
    height: 100px;
  }
}

@media (min-width: 1100px) {
  .navbar {
    height: 146px;
  }
}

.navbar > .container-fluid {
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .navbar > .container-fluid {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
}

@media (min-width: 1260px) {
  .navbar > .container-fluid {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
}

.navbar-collapse {
  display: none;
}

.navbar-wrapper {
  height: 100%;
}

/* Layout */
.navbar-header {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand {
  width: 57%;
}

@media (min-width: 480px) {
  .navbar-brand {
    width: 35%;
  }
}

@media (min-width: 700px) {
  .navbar-brand {
    width: 60%;
  }
}

@media (min-width: 1100px) {
  .navbar-brand {
    width: 70%;
  }
}

@media (min-width: 1260px) {
  .navbar-brand {
    width: 100%;
  }
}

.navbar-brand a {
  height: 28px;
}

@media (min-width: 960px) {
  .navbar-brand a {
    height: 38px;
  }
}

@media (min-width: 1100px) {
  .navbar-brand a {
    height: 52px;
  }
}

.navbar-toggle {
  color: #fdb913;
  padding: 0.75em;
  background: transparent;
  text-align: right;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  color: #fdb913;
  background: transparent;
}

.navbar-toggle i {
  display: inline-block;
  font-size: 1.75rem;
}

@media (min-width: 1260px) {
  .navbar-toggle-wrapper {
    display: none;
  }
  .navbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-brand {
    max-width: 190px;
  }
  .navbar-header {
    -webkit-flex-basis: 190px;
        -ms-flex-preferred-size: 190px;
            flex-basis: 190px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .navbar-collapse {
    transition: all 0.2s;
    -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .navbar-nav--primary > li {
    display: inline-block;
  }
  .navbar-nav--primary > li > a {
    padding: 0.4em 0.65em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 0.7222222222rem;
  }
}

@media (min-width: 1260px) and (min-width: 1580px) {
  .navbar-nav--primary > li > a {
    font-size: 0.8888888889rem;
  }
}

@media (min-width: 1260px) {
  .navbar-nav--primary > li > a span {
    transition: color 0.3s;
    color: #333;
  }
  .navbar-nav--primary .current-menu-item span {
    color: #f7931d;
  }
  .navbar-nav > .button {
    margin: 0 0.5em;
  }
  .navbar-nav > .button:last-child {
    margin-right: 0;
  }
  .navbar-nav > .button > a {
    display: inline-block;
    border: none;
    cursor: pointer;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0.7em 1em;
    background-color: #fdb913;
    color: #fff;
    transition: all 0.15s;
    color: #fff;
  }
  .navbar-nav > .button > a:visited {
    color: #fff;
  }
  .navbar-nav > .button > a:hover, .navbar-nav > .button > a:focus {
    background-color: #fdc12c;
    color: #fff;
    outline: none;
  }
  .navbar-nav > .button > a > span {
    color: #fff;
  }
  .navbar-nav > .button.current-menu-item span {
    color: #fff;
    font-weight: bold;
  }
  .navbar-header .navbar-nav--secondary {
    display: none;
  }
}

.menu-item--search,
.menu-item--phone {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1260px) {
  .menu-item--search,
  .menu-item--phone {
    display: block;
  }
}

.menu-item--search .label,
.menu-item--phone .label {
  display: none;
}

@media (min-width: 480px) {
  .menu-item--search .label,
  .menu-item--phone .label {
    display: inline-block;
  }
}

.menu-item--search button,
.menu-item--phone a {
  font-size: 0.9rem;
  text-transform: none;
  padding: 0.75em;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.menu-item--search button i,
.menu-item--phone a i {
  color: #f7931d;
  font-size: 130%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  width: 1.25em;
  text-align: center;
}

@media (min-width: 1500px) {
  .menu-item--search .label,
  .menu-item--phone .label {
    display: inline-block;
  }
}

.navbar--small {
  background-color: white;
  height: 60px;
  box-shadow: 0px 1px 1px rgba(142, 142, 142, 0.4);
}

.navbar--small > .container-fluid {
  width: 100%;
}

@media (min-width: 1260px) {
  .navbar--small > .container-fluid {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
}

.navbar--small .navbar-brand .brand {
  padding-left: 3%;
}

@media (min-width: 1260px) {
  .navbar--small .navbar-brand .brand {
    padding-left: 0;
  }
}

.navbar--small .navbar-brand a {
  background-image: url("images/pa-logo-iso.svg");
  height: 32px;
}

.navbar--small .navbar-nav--primary {
  width: 80%;
}

.navbar--small .navbar-nav--primary > li > a {
  line-height: 1;
}

.navbar--small .navbar-nav--primary > li > a span {
  color: #808080;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
}

.navbar--small .navbar-nav--primary > li.current-menu-item > a span {
  color: #fdb913;
}

.navbar--small .navbar-toggle {
  color: #fdb913;
  padding: 0.75em;
  background: transparent;
}

.navbar--small .navbar-toggle:hover, .navbar--small .navbar-toggle:focus {
  background: transparent;
}

.navbar--small .navbar-toggle i {
  font-size: 1.75rem;
}

.navbar--small .navbar-nav .button.current-menu-item a span {
  color: white;
  font-weight: bold;
}

.navbar--small .navbar-nav .button > a {
  background-color: #fdb913;
}

.navbar--small .navbar-nav .button > a span {
  color: white;
}

.navbar--small .navbar-nav .button > a:hover {
  background-color: #fdc12c;
}

.navbar--small .navbar-nav .button > a:hover span {
  color: white;
}

.navbar--small .menu-item--search,
.navbar--small .menu-item--phone {
  display: inline-block;
  vertical-align: top;
}

.navbar--small .menu-item--search button,
.navbar--small .menu-item--phone a {
  color: #fdb913;
  font-size: 12px;
}

.navbar--small .menu-item--search button i,
.navbar--small .menu-item--phone a i {
  color: #fdb913;
}

@media (min-width: 1260px) {
  .navbar--small .navbar-brand {
    max-width: 100px;
  }
  .navbar--small .navbar-header {
    -webkit-flex-basis: 30px;
        -ms-flex-preferred-size: 30px;
            flex-basis: 30px;
  }
}

body.overflow-hidden {
  overflow: hidden;
}

.nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.nav-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.nav-overlay-wrapper {
  padding: 0;
}

.nav-overlay-wrapper--center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-overlay .btn--close {
  position: fixed;
  top: 0em;
  right: 0em;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

.nav-overlay.is-visible .btn--close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}

.nav-overlay .btn--close,
.nav-overlay .btn--close i {
  color: #33989e;
}

.nav-overlay .btn--close:hover, .nav-overlay .btn--close:focus,
.nav-overlay .btn--close i:hover,
.nav-overlay .btn--close i:focus {
  color: #277377;
}

.nav-overlay .btn--close i {
  font-size: 2.5rem;
}

.navfull-nav > li {
  display: block;
}

.navfull-nav > li > a {
  font-size: 1.5rem;
  padding: 0.25em 0.25em;
  color: #33989e;
}

@media (min-width: 960px) {
  .navfull-nav > li > a {
    font-size: 2rem;
  }
}

.navfull-nav > li > a:hover, .navfull-nav > li > a:focus {
  color: #277377;
}

.navbar--secondary {
  z-index: 15;
  background-color: #f7931d;
  height: auto;
}

.navbar--secondary .container {
  width: 100%;
}

.navbar--secondary .navbar-nav > ul {
  text-align: center;
  padding: 0.5em 0;
}

.navbar--secondary .navbar-nav > ul > li {
  display: block;
  font-family: "fira-sans", Helvetica, Arial, sans-serif;
  font-size: 5vw;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .navbar--secondary .navbar-nav > ul > li {
    display: inline-block;
    font-size: 1.1111111111rem;
    margin-bottom: 0;
  }
}

.navbar--secondary .navbar-nav > ul > li:after {
  content: "/";
  padding: 0 0.5em;
  color: #fff;
  position: relative;
  left: 0.1em;
  display: none;
}

@media (min-width: 480px) {
  .navbar--secondary .navbar-nav > ul > li:after {
    display: inline-block;
  }
}

.navbar--secondary .navbar-nav > ul > li:last-child:after {
  display: none;
}

.navbar--secondary .navbar-nav > ul > li > a {
  color: #fff;
  padding: 0.1em 0;
  display: inline-block;
  text-transform: uppercase;
}

.navbar--secondary .navbar-nav > ul > li > a.active {
  text-decoration: underline;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group .input-group-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group .btn, .input-group .navigator .page-numbers, .navigator .input-group .page-numbers, .input-group .posts-navigation a, .posts-navigation .input-group a {
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

.input-group--sm .btn, .input-group--sm .navigator .page-numbers, .navigator .input-group--sm .page-numbers, .input-group--sm .posts-navigation a, .posts-navigation .input-group--sm a,
.input-group--sm .form-control {
  font-size: 85%;
  padding: 1.1em 1.25em;
}

.social-links {
  vertical-align: middle;
}

.social-links > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}

.social-links > li > a {
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.social-links > li > a i {
  vertical-align: middle;
}

.social-links--inverted > li > a {
  color: #fff;
}

.posts-grid {
  width: 100%;
  text-align: justify;
}

.posts-grid:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* Flex box progressive enhancements: */
.posts-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.posts-grid .posts-item {
  text-align: left;
  font-size: 14px;
  margin-bottom: 4em;
}

.posts-grid .posts-item:last-child {
  margin-bottom: 0;
}

.posts-grid .posts-item figure {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}

.posts-grid .posts-item figure:last-child {
  margin-bottom: 0;
}

.posts-grid .posts-item figure figcaption {
  padding: 0;
  background-color: #fff;
}

.posts-grid .posts-item,
.posts-grid .gap {
  display: inline-block;
  width: 100%;
}

@media (min-width: 700px) {
  .posts-grid .posts-item,
  .posts-grid .gap {
    width: 46%;
  }
}

@media (min-width: 700px) {
  .posts-grid--3 .posts-item {
    width: 29.3333333333%;
  }
}

.posts-grid .posts-item {
  vertical-align: top;
  text-align: left;
  margin-bottom: 4em;
}

@media (min-width: 700px) {
  .posts-grid .posts-item {
    margin-bottom: 8em;
  }
}

.posts-grid .posts-item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .posts-grid .posts-item:nth-last-of-type(1n+1):nth-last-of-type(-n+2),
  .posts-grid .posts-item:nth-last-of-type(1n+1):nth-last-of-type(-n+2) ~ article {
    margin-bottom: 0;
  }
}

.posts-item-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.posts-item-title a {
  color: #33989e;
}

.posts-item-thumb {
  display: block;
  margin-bottom: 1.5em;
}

.posts-item-thumb img {
  display: block;
  width: 100%;
}

.posts-item-body > p {
  margin-bottom: 1em;
}

.posts-item-meta {
  margin-bottom: 1em;
}

@media (min-width: 960px) {
  .posts-item-meta {
    font-size: 0.8rem;
  }
}

.posts-item-meta .posts-item-date {
  text-transform: uppercase;
}

/* @group Post Formats */
.posts-item.format-video .posts-item-thumb a {
  text-align: center;
  display: block;
  position: relative;
}

.posts-item.format-video .posts-item-thumb a:after {
  font-family: 'provider-assist-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 6em;
  top: calc(50% - 0.5em);
  /* 50% - 3/4 of icon height */
}

@media (min-width: 960px) {
  .posts-item.format-video .posts-item-thumb a:after {
    font-size: 3em;
  }
}

/* @end Post Formats */
.posts-list > ul > li {
  margin-bottom: 3em;
}

.posts-list .posts-item-header {
  margin-bottom: 1em;
}

.posts-list .posts-item-title {
  font-weight: 400;
}

.posts-list .body-content {
  margin-bottom: 2em;
}

.posts-list--recent > ul > li {
  margin-bottom: 3em;
}

@media (min-width: 960px) {
  .posts-list--recent > ul > li {
    margin-bottom: 2em;
  }
}

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

.site-footer a {
  color: #666;
}

.site-footer a:hover, .site-footer a:focus {
  color: #1a1a1a;
}

.site-footer > .container {
  padding: 3em 0;
  border-top: 1px solid #32989e;
}

@media (min-width: 960px) {
  .site-footer > .container {
    padding: 4em 0;
  }
}

.site-footer > .container-fluid {
  position: relative;
  padding: 2em 0;
  padding-top: 0;
}

.site-footer-social-links,
.site-footer-newsletter {
  margin-bottom: 3em;
}

@media (min-width: 960px) {
  .site-footer-social-links,
  .site-footer-newsletter {
    margin-bottom: 4em;
  }
}

.site-footer-newsletter .title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 2em;
}

.site-footer-newsletter .form-control,
.site-footer-newsletter .gform_fields .gfield .form-control {background-color: #fff;padding: 0.75em;font-size:0.7em;display:block;}
.site-footer-newsletter .gform_fields .gfield .form-control::-moz-placeholder {opacity:0.5;}
.site-footer-newsletter .input-group--sm .btn {font-size:70%;letter-spacing:2px;width:100px;position:absolute;right:0;top:0;display:block;padding:1em;height:100%;}
.site-footer-newsletter-form .gform_body {margin-bottom:1.5em;}

.site-footer-newsletter .gform_wrapper {
  padding-top: 0;
}

.site-footer-newsletter .input-group {display:block;margin: 0 auto;position:related;padding-right:100px;max-width: 340px;}

.site-footer-newsletter .btn, .site-footer-newsletter .navigator .page-numbers, .navigator .site-footer-newsletter .page-numbers, .site-footer-newsletter .posts-navigation a, .posts-navigation .site-footer-newsletter a {
  min-width: 100px;
}

.site-footer-social-links a {
  color: #cccccc;
  font-size:1.85rem;
}

.site-footer-social-links a:hover, .site-footer-social-links a:focus {
  color: #666;
}

.site-footer-contact .contact-information {
  text-align: center;
}

.site-footer-contact .contact-information dl,
.site-footer-contact .contact-information dt,
.site-footer-contact .contact-information dd {
  margin: 0;
  padding: 0;
}

.site-footer-contact .contact-information > ul {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-footer-contact .contact-information > ul:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 960px) {
  .site-footer-contact .contact-information > ul {
    max-width: 700px;
    margin: 0 auto;
  }
}

.site-footer-contact .contact-information > ul > li {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
}

@media (min-width: 960px) {
  .site-footer-contact .contact-information > ul > li {
    width: 30.9644670051%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-footer-contact .contact-information > ul > li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .site-footer-contact .contact-information > ul > li:nth-child(3n + 2) {
    margin-left: 34.5177664975%;
    margin-right: -100%;
    clear: none;
  }
  .site-footer-contact .contact-information > ul > li:nth-child(3n + 3) {
    margin-left: 69.0355329949%;
    margin-right: -100%;
    clear: none;
  }
}

.site-footer-contact .contact-information dt {
  color: #333;
  font-size: 2em;
}

.site-footer-contact .contact-information dd {
  color: #333;
  font-weight: 300;
  font-size: 0.8rem;
}

.site-footer-copy {
  font-size: 75%;
}

.site-footer-copy-text {
  display: inline-block;
}

.site-footer-copy-links {
  display: inline-block;
}

.site-footer-copy-links .nav > li:before {
  content: " \2013 ";
  display: inline-block;
  margin: 0 0.25em;
}

.site-footer-copy-links .nav > li > a {
  display: inline-block;
  text-transform: none;
}

.site-footer-copy--indietech {
  font-size: 12px;
  padding: 20px 0;
}

.site-footer-expect {
  font-size: 0.9rem;
  margin-top: 2em;
}

@media (min-width: 960px) {
  .site-footer-expect {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.site-footer-expect a {
  padding: 0.2em 0 0.2em 2.75em;
  display: inline-block;
  background-image: url("images/pa-logo-iso.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.win .site-footer-expect a {
  padding-left: 8.5em;
}

.home-interactive {
  margin-bottom: 2em;
}

@media (min-width: 960px) {
  .home-interactive {
    margin-bottom: 3em;
  }
}

/* @group Layout */
.hi-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.hi-columns-header {
  width: 100%;
}

@media (min-width: 960px) {
  .hi-columns-header {
    width: 33.33%;
  }
}

.hi-columns-body {
  display: none;
}

@media (min-width: 960px) {
  .hi-columns-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
  }
}

.hi-columns-body > .hi-column {
  float: left;
  width: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hi-column {
  transition: opacity 0.25s;
}

.hi-column.is-inactive {
  opacity: 0.3;
}

.hi-column.is-inactive:hover, .hi-column.is-inactive:focus {
  opacity: 1;
}

.hi-column.is-active {
  opacity: 1;
}

/* @end Layout */
/* @group Left Header */
.hi-column--header .title {
  margin-bottom: 0.25em;
}

.hi-column--header .intro {
  font-size: 1em;
}

@media (min-width: 960px) {
  .hi-column--header .intro {
    font-size: 0.75rem;
  }
}

.hi-column--header .hi-col-header {
  padding-left: 0;
  padding-right: 0;
}

.hi-column--header .hi-col-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hi-column--header .hi-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.hi-header-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  color: #fff;
  padding-left: 20%;
  padding-right: 35px;
}

.hi-header-item .checkbox {
  position: absolute;
  right: 15px;
  height: 15px;
  width: 15px;
  top: 50%;
  margin-top: -7px;
  background: white;
  overflow: visible;
}

.hi-header-item .checkbox.selected:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -5px;
  background-image: url("images/hi-check.png");
  background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .hi-header-item .checkbox.selected:after {
    /* on retina, use image that's scaled by 2 */
    background-position: left 110%;
    background-size: 100%;
  }
}

.hi-header-item .checkbox.selected.gray-out:after {
  background-image: url("images/hi-check-gray.png");
}

.hi-header-item .checkbox input {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  position: relative;
  top: 10px;
}

@media (min-width: 700px) {
  .hi-header-item {
    padding-left: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item {
    padding-left: 20%;
  }
}

.hi-header-item#hi-header-item--analysis {
  margin-bottom: 20px;
}

.hi-header-item.item--assistance {
  background-color: #44cdcb;
}

.hi-header-item.item--assistance:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 20%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -1.2em center;
  background-image: url("images/hi-icons/hi-icon-assistance.svg");
}

@media (min-width: 700px) {
  .hi-header-item.item--assistance:before {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item.item--assistance:before {
    background-position: -0.75em center;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .hi-header-item.item--assistance:before {
    background-position: -1.2em center;
  }
}

.hi-header-item.item--analysis {
  background-color: #4d98cf;
}

.hi-header-item.item--analysis:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 20%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -1.2em center;
  background-image: url("images/hi-icons/hi-icon-analysis.svg");
}

@media (min-width: 700px) {
  .hi-header-item.item--analysis:before {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item.item--analysis:before {
    background-position: -0.75em center;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .hi-header-item.item--analysis:before {
    background-position: -1.2em center;
  }
}

.hi-header-item.item--funding {
  background-color: #4876aa;
}

.hi-header-item.item--funding:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 20%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -1.2em center;
  background-image: url("images/hi-icons/hi-icon-funding.svg");
}

@media (min-width: 700px) {
  .hi-header-item.item--funding:before {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item.item--funding:before {
    background-position: -0.75em center;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .hi-header-item.item--funding:before {
    background-position: -1.2em center;
  }
}

.hi-header-item.item--resident {
  background-color: #7d75a5;
}

.hi-header-item.item--resident:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 20%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -1.2em center;
  background-image: url("images/hi-icons/hi-icon-resident.svg");
}

@media (min-width: 700px) {
  .hi-header-item.item--resident:before {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item.item--resident:before {
    background-position: -0.75em center;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .hi-header-item.item--resident:before {
    background-position: -1.2em center;
  }
}

.hi-header-item.item--training {
  background-color: #5c528e;
}

.hi-header-item.item--training:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 20%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -1.2em center;
  background-image: url("images/hi-icons/hi-icon-training.svg");
}

@media (min-width: 700px) {
  .hi-header-item.item--training:before {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item.item--training:before {
    background-position: -0.75em center;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .hi-header-item.item--training:before {
    background-position: -1.2em center;
  }
}

.hi-header-item.item--staff {
  background-color: #453e6b;
}

.hi-header-item.item--staff:before {
  pointer-events: none;
  content: "";
  height: 100%;
  width: 20%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -1.2em center;
  background-image: url("images/hi-icons/hi-icon-staff.svg");
}

@media (min-width: 700px) {
  .hi-header-item.item--staff:before {
    width: 10%;
  }
}

@media (min-width: 960px) {
  .hi-header-item.item--staff:before {
    background-position: -0.75em center;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .hi-header-item.item--staff:before {
    background-position: -1.2em center;
  }
}

.hi-header-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.1428571429rem;
  padding-right: 15px;
}

@media (min-width: 960px) {
  .hi-header-title {
    font-size: 0.9rem;
  }
}

.hi-read-more-link {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  font-size: 1rem;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 0;
}

@media (min-width: 960px) {
  .hi-read-more-link {
    font-size: 0.75rem;
  }
}

.hi-read-more-link:hover, .hi-read-more-link:focus {
  color: #fff;
}

/* @end Header */
/* @group Right Body */
.hi-col-header {
  padding: 1em;
  padding-top: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hi-column--header .hi-col-header {
  text-align: left;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 2em;
}

@media (min-width: 960px) {
  .hi-column--header .hi-col-header {
    padding-bottom: 1em;
  }
}

.hi-col-header .intro {
  margin-bottom: 0;
}

.hi-col-header-img {
  margin-bottom: 1.25em;
  height: 105px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hi-col-header-img img {
  max-width: 130px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hi-col-header-title {
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.hi-columns-body .hi-col-body {
  background-color: #f2f2f2;
  border-left: 3px solid #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25em 1em;
}

.hi-columns-body .hi-col-body .body-content {
  font-size: 0.75rem;
}

.hi-col-body .btn--watch {
  color: #333;
  font-size: 0.9rem;
  text-transform: none;
  font-weight: 400;
  width: 100%;
  vertical-align: middle;
}

.hi-col-body .btn--watch i {
  font-size: 150%;
  vertical-align: middle;
}

/* @end Right Body */
/* @group Badges */
.hi-col-icons .hi-icons {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.hi-col-icons .hi-icons:after {
  content: " ";
  display: block;
  clear: both;
}

.hi-col-icons .hi-icon {
  font-size: 0;
  transition: all 100ms linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: none;
  width: 0;
  display: inline-block;
  height: auto;
  vertical-align: top;
  font-size: 18px;
}

.hi-col-icons .hi-icon.show {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  width: 59px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* @end Badges */
.navigator {
  text-align: center;
  margin-bottom: 0;
}

.navigator .page-numbers {
  margin-right: 0.5em;
}

.navigator .page-numbers:last-child  {
  margin-right: 0;
}

.posts-navigation {
  margin-top: 3em;
}

@media (min-width: 700px) {
  .posts-navigation {
    margin-top: 5em;
  }
}

.posts-navigation .nav-links > div:first-child a {
  margin-bottom: 0.5em;
}

@media (min-width: 700px) {
  .posts-navigation .nav-links > div:first-child a {
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .posts-navigation a {
    display: inline-block;
    width: auto;
  }
  .posts-navigation .nav-links::after {
    clear: both;
    content: "";
    display: table;
  }
  .posts-navigation .nav-previous {
    float: left;
  }
  .posts-navigation .nav-next {
    float: right;
  }
}

.fav {
  list-style: none;
  display: block;
  width: 36px;
  height: 31px !important;
  padding-bottom: 0 !important;
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  bottom: -8px;
  left: 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  background-image: url(images/like-heart.png);
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  color: black;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .fav {
    /* on retina, use image that's scaled by 2 */
    background-position: left bottom;
    background-size: 97%;
  }
}

.fav.liked {
  background-image: url(images/like-heart_liked.png);
  color: white;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .fav.liked {
    /* on retina, use image that's scaled by 2 */
    background-position: left bottom;
    background-size: 97%;
  }
}

.single-product .fav {
  padding-top: 10px;
}

.related .fav {
  padding-top: 5px;
}

.icon-gear:before {
  content: "\f104";
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  font-family: "Favorite";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: none;
  /*Uncomment to show loading gear*/
}

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

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

.search-panel .nav-overlay-wrapper {
  padding: 5em 1em;
}

@media (min-width: 700px) {
  .search-panel .nav-overlay-wrapper {
    padding: 5em 4em;
  }
}

.search-panel .search-field {
  position: relative;
}

.search-panel .search-input {
  width: 100%;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
          transform: translateY(-1em);
  padding-left: 1.5em;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}

@media (min-width: 700px) {
  .search-panel .search-input {
    font-size: 2.2222222222rem;
  }
}

@media (min-width: 960px) {
  .search-panel .search-input {
    font-size: 3.3333333333rem;
  }
}

.search-panel .search-input::-webkit-input-placeholder {
  color: #8fd7db;
}

.search-panel .search-input::-moz-placeholder {
  color: #8fd7db;
}

.search-panel .search-input:-moz-placeholder {
  color: #8fd7db;
}

.search-panel .search-input:-ms-input-placeholder {
  color: #8fd7db;
}

.search-panel.is-visible .search-input {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0em);
      -ms-transform: translateY(0em);
          transform: translateY(0em);
}

.search-panel .search-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.1em 0;
  color: #33989e;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

@media (min-width: 700px) {
  .search-panel .search-icon {
    font-size: 2.2222222222rem;
    padding: 0.75em 0;
  }
}

@media (min-width: 960px) {
  .search-panel .search-icon {
    font-size: 3.3333333333rem;
  }
}

.search-panel.is-visible .search-icon {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.6s;
}

.search-panel .search-submit {
  display: none;
}

/* @group Home Interactive */
@media (min-width: 960px) {
  .ps-home-interactive > .container {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
}

/* @end Home Interactive */
/* @group Expect More */
.ps-expect {
  background-image: url("images/home-expect-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.ps-expect .page-section-title,
.ps-expect .body-content {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.85);
}

.ps-expect .body-content {
  font-family: "fira-sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 960px) {
  .ps-expect .body-content {
    font-size: 1.5rem;
  }
}

#hi-modal--download #field_2_8 {
  display: none;
}

/* @end Expect More */
html.loading, body.loading {
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.loading-overlay {
  position: fixed;
  background: white;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.loading svg {
  z-index: 10001;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.loading-logo {
  z-index: 10002;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 26.6666666667px;
  width: 26.6666666667px;
  margin-left: -13.3333333333px;
  margin-top: -13.3333333333px;
  background-image: url("images/pa-logo-iso.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.ps-team .page-section-header {
  display: none;
}

.members-group-name {
  color: #333;
}

.members-list {
  margin-top: 3em;
}

.members-list .member-item {
  margin-bottom: 1em;
}

.members-list .member-item::after {
  clear: both;
  content: "";
  display: table;
}

.members-list .member-item:last-child {
  margin-bottom: 0;
}

.members-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.members-list:after {
  content: " ";
  display: block;
  clear: both;
}

.members-list .members-item {
  width: 47.0588235294%;
  float: left;
  margin-bottom: 2em;
}

.members-list .members-item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.members-list .members-item:nth-child(2n + 2) {
  margin-left: 52.9411764706%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 700px) {
  .members-list .members-item {
    width: 20.5882352941%;
    float: left;
    margin-bottom: 5.8823529412%;
  }
  .members-list .members-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .members-list .members-item:nth-child(4n + 2) {
    margin-left: 26.4705882353%;
    margin-right: -100%;
    clear: none;
  }
  .members-list .members-item:nth-child(4n + 3) {
    margin-left: 52.9411764706%;
    margin-right: -100%;
    clear: none;
  }
  .members-list .members-item:nth-child(4n + 4) {
    margin-left: 79.4117647059%;
    margin-right: -100%;
    clear: none;
  }
  .members-list .members-item:nth-child(4n+1):nth-last-child(-n+4),
  .members-list .members-item:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
}

.members-item .member-info {
  text-align: center;
}

@media (min-width: 700px) {
  .members-item .member-info {
    font-size: 0.9rem;
  }
}

.members-item .member-info .member-name {
  font-weight: 400;
  color: #333;
}

@media (min-width: 700px) {
  .members-item .member-info .member-description {
    font-size: 0.8rem;
  }
}

.members-item .member-info .member-email {
  font-size: 1.25rem;
}

.members-item .member-info .member-photo {
  margin-bottom: 1em;
}

.members-item .member-info .member-photo > img {
  display: block;
  width: 100%;
}

.service-footer {
  margin-top: 3em;
}

@media (min-width: 960px) {
  .service-footer {
    margin-top: 1em;
  }
}

@media (min-width: 960px) {
  .page-template-services .page-section-children {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-services .page-section-children:after {
    content: " ";
    display: block;
    clear: both;
  }
  .page-template-services .page-section-children .page-section-children-item {
    width: 29.4117647059%;
    float: left;
    margin-bottom: 0;
  }
  .page-template-services .page-section-children .page-section-children-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .page-template-services .page-section-children .page-section-children-item:nth-child(3n + 2) {
    margin-left: 35.2941176471%;
    margin-right: -100%;
    clear: none;
  }
  .page-template-services .page-section-children .page-section-children-item:nth-child(3n + 3) {
    margin-left: 70.5882352941%;
    margin-right: -100%;
    clear: none;
  }
}

.page-template-services .page-section-children .page-section-title {
  font-weight: 700;
}

.page-template-services .page-section-children .page-section-subtitle {
  line-height: 1.4;
}

.page-template-services .page-section-children .body-content {
  font-size: 1rem;
}

@media (min-width: 960px) {
  .page-template-services .page-section-children .body-content {
    font-size: 0.9rem;
  }
}

.page-template-services .page-section-children .page-section-thumb {
  margin: 0 auto;
  margin-bottom: 1.5em;
}

.page-template-services .page-section-children .page-section-thumb > img {
  display: block;
  margin: 0 auto;
  max-height: 250px;
}

.page-template-services .page-section-children + .service-footer {
  text-align: center;
}

.stuck {
  z-index: 20;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
}

.positions-item-title {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1em;
}

#map-canvas {
  background-color: #eeeeee;
}

.page-header p {
  margin-bottom: 0.5em;
}

.page-header p:last-of-type {
  margin-bottom: 2em;
}

.ps-stories .posts-item.type-story {
  text-align: center;
}

.ps-stories .posts-item.type-story .posts-item-header {
  margin-bottom: 1.5em;
}

.ps-stories .posts-item.type-story .posts-item-thumb {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .ps-stories .posts-item.type-story .posts-item-thumb {
    margin-bottom: 1.5em;
  }
}

.widget--related-posts.type-story {
  margin-bottom: 0;
  padding-top: 4em;
  border-top: 1px solid rgba(253, 185, 19, 0.25);
}

.widget--related-posts.type-story .widget-header {
  margin-bottom: 2.5em;
}

.widget--related-posts.type-story .widget-title {
  display: inline-block;
  color: #33989e;
  position: relative;
}

.widget--related-posts.type-story .widget-title:after {
  content: "";
  height: 1px;
  border-top: 1px solid #33989e;
  position: absolute;
  width: 100%;
  bottom: -0.5em;
  left: 0;
}

.widget--related-posts.type-story .posts-item,
.widget--related-posts.type-story .posts-item-thumb {
  text-align: left;
}

@media (min-width: 700px) {
  .widget--related-posts.type-story .posts-item,
  .widget--related-posts.type-story .posts-item-thumb {
    margin-bottom: 0;
  }
}

.widget--related-posts.type-story .posts-item-footer {
  display: none;
}

.widget--related-posts.type-story .posts-item-title a {
  color: #808080;
}

.page-template-news-and-resources .page-content {
  padding-top: 0;
}

.page-template-news-and-resources .page-title--single {
  text-align: center;
  padding: 2em 0;
  display: block;
}

.page-template-news-and-resources .page-title--single h1 {
  padding-bottom: 30px;
}

.page-template-news-and-resources .page-title--single h1 span:first-child {
  position: relative;
}

.page-template-news-and-resources .page-title--single h1 span:first-child:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #fdb913;
}

.page-template-news-and-resources .page-title--single h1 span:last-child {
  color: #fdb913;
}

.page-template-news-and-resources .page-title--single p {
  letter-spacing: .3em;
  font-size: 19px;
  padding: 0 10px;
}

@media (min-width: 700px) {
  .page-template-news-and-resources .page-title--single p {
    padding: 0;
  }
}

.home .ps-resources, .home
.module-news {
  padding-top: 40px;
}

.ps-resources .posts-grid,
.module-news .posts-grid {
  min-height: 300px;
}

.ps-resources .posts-grid > a:last-child,
.module-news .posts-grid > a:last-child {
  display: block;
  margin: 40px auto 0;
  width: 100%;
}

@media (min-width: 700px) {
  .ps-resources .posts-grid > a:last-child,
  .module-news .posts-grid > a:last-child {
    width: 310px;
  }
}

.page-template-news-and-resources .ps-resources .posts-grid .resources, .page-template-news-and-resources
.module-news .posts-grid .resources {
  display: none;
}

.ps-resources .posts-grid .resources .posts-item-title,
.module-news .posts-grid .resources .posts-item-title {
  text-align: center;
}

.ps-resources .posts-grid .resources .posts-item-title a,
.module-news .posts-grid .resources .posts-item-title a {
  color: #333333;
  font-family: "fira-sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: normal;
  margin-bottom: 1eml;
}

.ps-resources .posts-grid .resources .posts-item-meta,
.module-news .posts-grid .resources .posts-item-meta {
  text-align: center;
}

.ps-resources .posts-grid .resources .posts-item--date,
.module-news .posts-grid .resources .posts-item--date {
  color: #33989e;
}

.ps-resources .posts-grid .resources .posts-item-footer--text,
.module-news .posts-grid .resources .posts-item-footer--text {
  padding: 20px 0;
  line-height: 2;
  font-size: 16px;
}

.ps-resources .posts-grid .resources .posts-item-header p,
.module-news .posts-grid .resources .posts-item-header p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fdb913;
  letter-spacing: 1px;
  font-size: 15px;
}

.ps-resources .posts-grid .resources .posts-item.type-video .posts-item-thumb,
.module-news .posts-grid .resources .posts-item.type-video .posts-item-thumb {
  position: relative;
}

.ps-resources .posts-grid .resources .posts-item.type-video .posts-item-thumb:hover:after,
.module-news .posts-grid .resources .posts-item.type-video .posts-item-thumb:hover:after {
  width: 75px;
  height: 75px;
  margin-top: -37px;
  margin-left: -37px;
}

.ps-resources .posts-grid .resources .posts-item.type-video .posts-item-thumb:after,
.module-news .posts-grid .resources .posts-item.type-video .posts-item-thumb:after {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background-image: url(images/type-video.png);
  background-repeat: no-repeat;
  transition: all 100ms linear;
}

.svg .ps-resources .posts-grid .resources .posts-item.type-video .posts-item-thumb:after, .svg
.module-news .posts-grid .resources .posts-item.type-video .posts-item-thumb:after {
  background-position: left 150%;
  background-size: 75%;
}

.ps-resources-filter {
  background-color: #fdb913;
  padding: 20px 0;
  margin-bottom: 40px;
}

.ps-resources-filter > div {
  text-align: center;
  padding: 0px;
  font-size: 0;
}

.ps-resources-filter > div:after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media (min-width: 960px) {
  .ps-resources-filter > div {
    padding: 0 20px;
  }
}

.ps-resources-filter--search {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
  margin-top: 20px;
}

@media (min-width: 1100px) {
  .ps-resources-filter--search {
    margin-top: 0px;
  }
}

@media (min-width: 960px) {
  .ps-resources-filter--search {
    padding-top: 0;
    margin-left: 10%;
  }
}

.ps-resources-filter--search form {
  position: relative;
}

.ps-resources-filter--search form input {
  border: 2px solid white;
  color: white;
  background: none;
  width: 300px;
  font-weight: normal;
  font-size: 17px;
}

.ps-resources-filter--search form input::-webkit-input-placeholder {
  color: white;
  font-weight: normal;
}

.ps-resources-filter--search form input:-moz-placeholder {
  color: white;
  font-weight: normal;
}

.ps-resources-filter--search form input::-moz-placeholder {
  color: white;
  font-weight: normal;
}

.ps-resources-filter--search form input:-ms-input-placeholder {
  color: white;
  font-weight: normal;
}

.ps-resources-filter--search form button {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -10px;
  height: 18px;
  width: 18px;
  background-image: url(images/icon-search.png);
  background-repeat: no-repeat;
}

.svg .ps-resources-filter--search form button {
  background-position: left 150%;
  background-size: 50%;
}

.ps-resources-filter--search form button:hover, .ps-resources-filter--search form button:focus {
  background-color: none;
}

.ps-resources-filter--type {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ps-resources-filter--type li {
  font-size: 18px;
}

.ps-resources-filter--type li:last-child button:after {
  display: none;
}

.ps-resources-filter--type li.active button {
  background: white;
  color: #fdb913;
}

.ps-resources-filter--type li button {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  line-height: 1.4em;
}

.ps-resources-filter--type li button:after {
  content: "";
  width: 2px;
  height: 1.3em;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
}

.ps-resources-filter--type .type-filter {
  text-align: center;
  margin: 0;
}

.ps-resources-filter--type .type-filter-label, .ps-resources-filter--type .type-filter-content {
  margin: 0;
}

.ps-resources-filter--type .type-filter-label {
  font-size: 0.9rem;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media (min-width: 700px) {
  .ps-resources-filter--type .type-filter-label {
    display: inline-block;
    margin-bottom: 0;
  }
}

.ps-resources-filter--type .type-filter-content > ul > li {
  display: inline-block;
}

@media (min-width: 700px) {
  .ps-resources-filter--type .type-filter-content {
    display: inline-block;
  }
}

.module-news .page-section-header {
  padding-top: 40px;
}

.module-news .posts-grid {
  text-align: justify;
}

.module-news .posts-grid:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.module-news .actions {
  position: relative;
}

.module-news .actions .btn, .module-news .actions .navigator .page-numbers, .navigator .module-news .actions .page-numbers, .module-news .actions .posts-navigation a, .posts-navigation .module-news .actions a {
  border: 1px solid #33989e;
  background: white;
  color: #33989e;
  display: block;
  margin: 40px auto 0 0;
  width: 70%;
}

@media (min-width: 700px) {
  .module-news .actions .btn, .module-news .actions .navigator .page-numbers, .navigator .module-news .actions .page-numbers, .module-news .actions .posts-navigation a, .posts-navigation .module-news .actions a {
    width: 100%;
  }
}

.module-news .actions .btn:hover, .module-news .actions .navigator .page-numbers:hover, .navigator .module-news .actions .page-numbers:hover, .module-news .actions .posts-navigation a:hover, .posts-navigation .module-news .actions a:hover {
  background: #33989e;
  color: white;
}

.module-news .actions li {
  position: relative;
  list-style: none;
  width: 70%;
}

@media (min-width: 700px) {
  .module-news .actions li {
    width: 50%;
  }
}

.module-news .actions--like-post {
  position: relative;
  top: -15px;
  left: 60%;
  width: auto;
}

@media (min-width: 700px) {
  .module-news .actions--like-post {
    top: -30px;
    left: 60%;
  }
}

@media (min-width: 960px) {
  .module-news .actions--like-post {
    top: -30px;
    left: 55%;
  }
}

.module-news .actions--share-this {
  position: relative;
  padding-left: 50px;
}

.module-news .actions--share-this-icon {
  height: 39px;
  width: 37px;
  position: relative;
  top: 10px;
  background: url(images/icon-share-this.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .module-news .actions--share-this-icon {
    /* on retina, use image that's scaled by 2 */
    background-position: left bottom;
    background-size: 100%;
  }
}

.module-news .actions--share-this-buttons {
  display: none;
  position: absolute;
  left: 100px;
  top: 20px;
  width: 190px;
}

@media (min-width: 1100px) {
  .module-news .actions--share-this-buttons {
    top: 70px;
    left: -20px;
  }
}

.module-news .actions--share-this .stMainServices,
.module-news .actions--share-this .stButton .stButton_gradient {
  height: auto !important;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

/* @group Who are we? */
.page-template-culture .page-section--2-col .page-section-header .page-section-title {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-template-culture .page-section--2-col .page-section-header .page-section-title:after {
  display: none;
}

/* @end Who are we? */
/* @group Grid */
.masonry-grid a {
  outline: none;
}

.masonry-grid-sizer,
.masonry-grid-item {
  width: 100%;
}

@media (min-width: 480px) {
  .masonry-grid-sizer,
  .masonry-grid-item {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .masonry-grid-sizer,
  .masonry-grid-item {
    width: 33.333%;
  }
}

@media (min-width: 1100px) {
  .masonry-grid-sizer,
  .masonry-grid-item {
    width: 25%;
  }
}

.masonry-grid-item--yellow {
  background-color: #fdb913;
}

.masonry-grid-item--orange {
  background-color: #F6921D;
}

.masonry-grid-item--brown {
  background-color: #E97B01;
}

.ms-grid-text,
.ms-grid-quote {
  padding: 2em 1em;
  text-align: center;
  color: #ffffff;
}

.ms-grid-text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3rem;
}

.ms-grid-text > p {
  margin-bottom: 0;
}

.ms-grid-text,
.ms-grid-quote {
  min-height: 285px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.ms-grid-quote .quote-mark {
  max-width: 25px;
  margin-bottom: 1em;
}

.ms-grid-quote blockquote {
  margin-bottom: 0.5em;
}

.ms-grid-quote p {
  margin-bottom: 0;
}

.ms-grid-video a {
  position: relative;
  display: block;
}

.ms-grid-video .icon {
  position: absolute;
  z-index: 20;
  font-size: 4em;
  color: #fff;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* @end Grid */
/* @group Vision */
.ps-culture-vision {
  background-color: #666666;
  color: #ffffff;
}

.ps-culture-vision > div {
  padding: 1.5em;
  text-align: center;
}

.ps-culture-vision > aside {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.vision-tabs .nav-tabs {
  margin-bottom: 3.5em;
  text-align: center;
}

.vision-tabs .nav-tabs > li {
  display: block;
}

.vision-tabs .nav-tabs > li > a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 1em;
}

.vision-tabs .nav-tabs > li.active a span {
  position: relative;
  display: inline-block;
}

.vision-tabs .nav-tabs > li.active a span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #fdb913;
}

.vision-tabs .nav-tabs .tab-arrow {
  display: none;
}

@media (min-width: 700px) {
  .ps-culture-vision {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .ps-culture-vision > div {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    width: 70%;
    padding: 4em;
    text-align: left;
  }
  .ps-culture-vision > aside {
    height: auto;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    width: 30%;
    background-size: cover;
    background-position: center;
  }
  .vision-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 700px) and (min-width: 1100px) {
  .vision-tabs {
    min-height: 480px;
  }
}

@media (min-width: 994px) {
  .vision-tabs .nav-tabs {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 3em;
  }
  .vision-tabs .nav-tabs > li {
    display: inline-block;
  }
  .vision-tabs .nav-tabs > li > a {
    display: inline-block;
  }
  .vision-tabs .nav-tabs > li:first-child a {
    padding-left: 0;
  }
  .vision-tabs .nav-tabs > li:last-child a {
    padding-righta: 0;
  }
  .vision-tabs .nav-tabs .tab-arrow {
    display: inline-block;
    width: 2em;
    max-width: 30px;
  }
}

/* @end Vision */
/* @group Life at Provider Assist */
.life-tabs {
  padding-top: 2.5em;
}

.life-tabs .nav-tabs {
  text-align: center;
  margin-bottom: 0.15em;
}

.life-tabs .nav-tabs > li {
  display: block;
}

@media (min-width: 700px) {
  .life-tabs .nav-tabs > li {
    display: inline-block;
    margin: 0 0.5em;
  }
}

.life-tabs .nav-tabs > li > a {
  color: #fdb913;
  display: block;
  padding: 1em 2em;
}

@media (min-width: 700px) {
  .life-tabs .nav-tabs > li > a {
    display: inline-block;
  }
}

.life-tabs .nav-tabs > li.active a {
  color: #fff;
  background-color: #fdb913;
}

.life-tabs .nav-tabs > li.active a .icon svg path {
  fill: #fff;
}

.life-tabs .nav-tabs .icon,
.life-tabs .nav-tabs .text {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.life-tabs .nav-tabs .icon {
  margin-right: 0.5em;
}

.life-tabs .nav-tabs .icon svg {
  height: 1.5em;
}

.life-tabs .nav-tabs .icon svg path {
  fill: #fdb913;
}

.life-tabs .tab-content {
  background-color: #fdb913;
  color: #fff;
  text-align: center;
}

.life-tabs .page-subsection-header {
  margin-bottom: 3em;
}

.life-tabs .page-subsection-title {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

.life-feature-icon {
  width: 122px;
  margin-bottom: 1.5em;
}

.life-feature-title {
  color: #fff;
  letter-spacing: 0;
}

@media (min-width: 960px) {
  .life-features-item p {
    font-size: 0.89rem;
  }
}

.life-features-item p:last-child {
  margin-bottom: 0;
}

.life-features-list {
  text-align: center;
  margin: 0 -4%;
}

.life-features-list > .life-features-item {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 3.5em;
}

@media (min-width: 960px) {
  .life-features-list > .life-features-item {
    display: inline-block;
    vertical-align: top;
    width: 25.3333333333%;
    margin: 0 4%;
  }
}

/* @end Life at Provider Assist */
/* @group A message */
.ps-culture-message .page-section-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ps-culture-message .page-section-body:after {
  content: " ";
  display: block;
  clear: both;
}

.ps-culture-message .page-section-body > aside {
  margin-bottom: 3em;
}

@media (min-width: 700px) {
  .ps-culture-message .page-section-body > aside {
    width: 22.3350253807%;
    float: left;
    margin-right: 3.5532994924%;
    margin-bottom: 0;
  }
  .ps-culture-message .page-section-body > div {
    width: 74.1116751269%;
    float: left;
    margin-right: 3.5532994924%;
    float: right;
    margin-right: 0;
  }
}

.ps-culture-message .page-section-body aside {
  text-align: center;
}

.ps-culture-message .page-section-body aside img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
  border-radius: 100%;
}

.ps-culture-message .page-section-body aside a {
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.89rem;
  line-height: 1;
  color: #808080;
}

.ps-culture-message .page-section-body aside a .text,
.ps-culture-message .page-section-body aside a .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ps-culture-message .page-section-body aside a i {
  font-size: 2em;
  margin-right: 0.1em;
}

/* @end A message */
.no-flexbox .navbar-wrapper {
  text-align: left;
  height: 100%;
}

.no-flexbox .navbar-wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.no-flexbox .navbar-header,
.no-flexbox .navbar-toggle-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.no-flexbox .navbar-collapse {
  display: none;
}

.no-flexbox .navbar-header {
  width: 100%;
  font-size: 0;
  text-align: justify;
}

.no-flexbox .navbar-header:after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.no-flexbox .navbar-brand,
.no-flexbox .navbar-toggle-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.no-flexbox .navbar-brand {
  width: 50%;
}

/* Un-Collapse Menu */
@media (min-width: 1260px) {
  .no-flexbox .navbar > .container-fluid {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
  .no-flexbox .navbar-toggle-wrapper {
    display: none;
  }
  .no-flexbox .navbar-header {
    width: 15%;
  }
  .no-flexbox .navbar-brand {
    width: 100%;
  }
  .no-flexbox .navbar-collapse {
    display: inline-block;
    vertical-align: middle;
  }
  .no-flexbox .navbar-collapse {
    text-align: justify;
    width: 84%;
  }
  .no-flexbox .navbar-collapse:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .no-flexbox .navbar-collapse:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  .no-flexbox .navbar-collapse .navbar-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .no-flexbox .navbar-nav {
    vertical-align: middle;
  }
  .no-flexbox .navbar-nav > li {
    display: inline-block;
    vertical-align: middle;
  }
}
/*# sourceMappingURL=style.css.map */

/* Additions */

.ps-resources-filter--search form input.morph-search-ico { width:59px;  
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

@media (min-width:1250px) { 
	
	.ps-resources-filter--search form:hover input.morph-search-ico { width:300px; }	
	
}

@media (max-width:1250px) { 
	.ps-resources-filter--search form input.morph-search-ico { width:initial; }	
}


	/* Grid fix ups */
	body.page-template-culture div.masonry-grid { opacity:0; }
	
	@media (max-width:1285px) { 
		
		.masonry-grid-item .ms-grid-photo img, .masonry-grid-item .ms-grid-video img {
		    min-width: 99.9%;
		    overflow: hidden;
		}
			
	}
	
	@media (min-width:1285px) { 
		
		.masonry-grid-item:nth-last-child(1) .ms-grid-text { min-height:267px; }
		.masonry-grid-item:nth-last-child(2) .ms-grid-text { height:325px !important; }
		.masonry-grid-item:nth-last-child(3) .ms-grid-quote { padding:65px 22px; }
		.masonry-grid-item:nth-last-child(4) .ms-grid-quote { padding:128px 10px; }
	
	}
@media (max-width:767px) {
	h2, .h2, .page-header-title--medium, .entry-header--center .entry-title, .single-position .entry-header .entry-title, .vital-details-block h2.vital-details-block-heading-2, .vitals-benefits-block h1{font-size:2rem;}
	.benefits-block li{float:none;width:auto;}
	.benefits-block li:nth-child(2){padding:15px 0;width:auto;}
	.form--2-col .gfield, .form--2-col .gfield:nth-child(2n+1), .form--2-col .gfield:nth-child(2n+2), .form--2-col .gfield.full-width:nth-child(n+1){float:none;width:auto;margin:0 0 10px;}
	.vitals-form-area .gform_description{font-size:21px;}
	.vitals-form-area .ginput_container input, .vitals-form-area textarea{font-size:1rem;}
}

/****Custom App Store Logos *****/
.appstore-logos a{
	display: inline-block;
	margin-left: 15px;
}

.appstore-logos a:first-child{
	margin-left: 0px;
}
