@charset "UTF-8";
/******************************************************************
Product Colors
******************************************************************/
/* Primary colours */
/* Secondary colours */
/* Status colours */
/******************************************************************
Sales Site Colors
******************************************************************/
/* Assignments */
/******************************************************************
Typography
******************************************************************/
/******************************************************************
Mixins
******************************************************************/
/*********************
LAYOUTS
*********************/
/* this mixin allows for a class to be added to the top most parent selector. Syntax is:
parent {

	child {

		@at-root .class-to-add-to-parent {
			styles for child go here
		}
	}
}
*/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
TRANSFORM
*********************/
/*
USAGE: @include transform(rotate(45deg));
*/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*drop shadow for tabbed content on home-v2 pages */
/* drop shadow for buttons */
/*********************
VERTICAL ALIGN
*********************/
/*********************
CLEARFIX
*********************/
/*********************
FLEXBOX
*********************/
/*********************
CTA Buttons
*********************/
/*********************
Global Typography
*********************/
/*********************
Header Backgrounds
*********************/
/*********************
Page Sections
*********************/
/**********************************
Use Case CTA with monitor image
**********************************/
/*****************************
Lists	
******************************/
/**********************************
Color filters
**********************************/
/******************************************************************
Breakpoints
******************************************************************/
/* usage: @include breakpoint(tablet) { // your styles here } */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
#wpadminbar .ab-top-secondary {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*
 * Addresses paddings set differently in IE6/7.
 */
ol, ul {
  padding: 0;
}
ol li, ul li {
  margin-bottom: 1em;
}

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

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

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

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

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

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

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

label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ECF1F7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
Accessibility styles 
*/
a.skip, .screen-reader-text {
  display: inline-block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.skip:focus {
  position: static;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #00ADB2;
  padding: 1em;
}

/******************************************************************
Typography
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0.675em 0;
  color: #505768;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}
.page-header .subpage-header h1, .page-header .subpage-header .h1, .page-header .subpage-header h2, .page-header .subpage-header .h2, .page-header .subpage-header h3, .page-header .subpage-header .h3, .page-header .subpage-header h4, .page-header .subpage-header .h4, .page-header .subpage-header h5, .page-header .subpage-header .h5, .page-header .subpage-header h6, .page-header .subpage-header .h6 {
  color: #fff;
  font-family: "px-grotesk", "Inter", sans-serif;
}
@media (min-width: 50em) {
  h1.white-h, .h1.white-h, h2.white-h, .h2.white-h, h3.white-h, .h3.white-h, h4.white-h, .h4.white-h, h5.white-h, .h5.white-h, h6.white-h, .h6.white-h {
    color: #fff !important;
  }
}

h1, .h1 {
  color: #F5F8FB;
  font-family: "px-grotesk", "Inter", sans-serif;
  font-size: 32px;
  line-height: 37px;
  font-weight: 200;
}
@media (min-width: 50em) {
  h1, .h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

h2, .h2, .h-2 {
  font-weight: 300;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}
@media (min-width: 50em) {
  h2, .h2, .h-2 {
    font-size: 56px;
    line-height: 56px;
  }
}
article h2, article .h2, article .h-2 {
  color: #101423;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 3px;
}
article h2 a, article .h2 a, article .h-2 a {
  color: #101423;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 3px;
  color: #004663 !important;
}
article h2 a:hover, article h2 a:focus, article .h2 a:hover, article .h2 a:focus, article .h-2 a:hover, article .h-2 a:focus {
  color: #00ADB2 !important;
}
.archive.category article h2, .archive.author article h2, .archive.category article .h2, .archive.author article .h2, .archive.category article .h-2, .archive.author article .h-2 {
  color: #101423;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (min-width: 50em) {
  .archive.category article h2, .archive.author article h2, .archive.category article .h2, .archive.author article .h2, .archive.category article .h-2, .archive.author article .h-2 {
    font-size: 18px;
    line-height: 28px;
  }
}

h3, .h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 50em) {
  h3, .h3 {
    font-size: 24px;
    line-height: normal;
  }
}
article h3, article .h3 {
  font-size: 22px;
  line-height: 28px;
  color: #101423;
}

h4, .h4 {
  color: #004663;
  font-size: 1.5em;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.single-post h4, article h4, .single-post .h4, article .h4 {
  font-size: 1.2em;
  line-height: normal;
  color: #004663;
}

h5, .h5 {
  font-size: 18px;
  font-family: "px-grotesk", "Inter", sans-serif;
  font-weight: 400;
}

h6 {
  color: #4e4e4e;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
}
h6 span {
  font-family: "px-grotesk", "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contact-widget-holder h6 {
  font-style: normal;
  font-weight: 600;
  color: #ECF1F7;
  margin-bottom: 0;
}

p, td {
  font-size: 16px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  color: #ECF1F7;
  font-weight: 300;
}
@media (min-width: 50em) {
  p, td {
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.col p.section-description, .col td.section-description {
  font-size: 16px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  color: #ECF1F7;
  font-weight: 300;
}
@media (min-width: 50em) {
  .col p.section-description, .col td.section-description {
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
  }
}
article p, article td {
  color: #101423;
}

a, a:visited {
  border-bottom: none;
  color: #00ADB2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 50em) {
  a, a:visited {
    font-size: 18px;
  }
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #004663;
}
a.imglink, a.no-underline, a:visited.imglink, a:visited.no-underline {
  border: none;
  text-decoration: none;
}
.content a.post-excerpt, .content a.post-excerpt:visited, .content a.post-excerpt:hover, .content a:visited.post-excerpt, .content a:visited.post-excerpt:visited, .content a:visited.post-excerpt:hover {
  color: #ECF1F7;
}
.content a.back-to-blog, .content a:visited.back-to-blog {
  color: #fff;
  font-size: 12px;
  padding: 2px 8px 3px 13px;
}
.content a.back-to-blog:before, .content a:visited.back-to-blog:before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  top: 6px;
  left: 3px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/white-grey-pip.png) no-repeat;
  background-size: contain;
}

.col ul, .col ol {
  font-size: 16px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  color: #ECF1F7;
  font-weight: 300;
}
@media (min-width: 50em) {
  .col ul, .col ol {
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
  }
}

ul.check-circle-list {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  list-style-type: none;
  margin-left: 40px;
}
ul.check-circle-list li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px;
}
ul.check-circle-list li:before {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 32px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-left: -42px;
  padding-bottom: 3px;
}

ol.ol-type-a {
  list-style-type: lower-alpha;
}

.text-bondi {
  color: #00ADB2 !important;
}

.text-cerise {
  color: #CA3495 !important;
}

.text-dodger {
  color: #1BAAFC !important;
}

.text-foam {
  color: #00fce7 !important;
}
.text-foam a, .text-foam a:visited {
  color: #00fce7 !important;
}
.text-foam a:hover, .text-foam a:focus, .text-foam a:visited:hover, .text-foam a:visited:focus {
  color: #B3F604 !important;
}

.text-ghost {
  color: #BEC4CF !important;
}

.text-heliotrope {
  color: #B768FF !important;
}

.text-lime {
  color: #B3F604 !important;
}

.text-malibu {
  color: #1384D8 !important;
}
.text-malibu a, .text-malibu a:visited {
  color: #1384D8 !important;
}
.text-malibu a:hover, .text-malibu a:focus, .text-malibu a:visited:hover, .text-malibu a:visited:focus {
  color: #B3F604 !important;
}

.text-pistachio {
  color: #93D302 !important;
}

.text-portage {
  color: #8C8DFF !important;
}

.text-teal {
  color: #01CFC2 !important;
}
.text-teal a, .text-teal a:visited {
  color: #01CFC2 !important;
}
.text-teal a:hover, .text-teal a:focus, .text-teal a:visited:hover, .text-teal a:visited:focus {
  color: #B3F604 !important;
}

/******************************************************************
Media
******************************************************************/
img {
  max-width: 100%;
  height: auto;
}
img.image-box-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 14px 43px 0px rgba(0, 0, 0, 0.16);
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-bottom: 1.677em;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.header-copy .video-container {
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  width: 500px;
  height: 300px;
  max-width: 100%;
}
@media (min-width: 50em) {
  .header-copy .video-container {
    position: absolute;
    top: -54px;
    max-width: 50%;
  }
}
@media (min-width: 64em) {
  .header-copy .video-container {
    top: -84px;
  }
}
@media (min-width: 90em) {
  .header-copy .video-container {
    top: -74px;
  }
}
@media (min-width: 112.5em) {
  .header-copy .video-container {
    top: -64px;
  }
}
@media (min-width: 50em) {
  .kantar-page .video-container {
    top: -66px;
  }
}
@media (min-width: 64em) {
  .kantar-page .video-container {
    top: -90px;
  }
}
@media (min-width: 70em) {
  .kantar-page .video-container {
    top: -87px;
  }
}
@media (min-width: 81.25em) {
  .kantar-page .video-container {
    top: -98px;
  }
}
@media (min-width: 90em) {
  .kantar-page .video-container {
    top: -93px;
  }
}
@media (min-width: 100em) {
  .kantar-page .video-container {
    top: -90px;
  }
}
@media (min-width: 112.5em) {
  .kantar-page .video-container {
    top: -86px;
  }
}
@media (min-width: 50em) {
  .allegiance-page .video-container {
    top: -59px;
  }
}
@media (min-width: 64em) {
  .allegiance-page .video-container {
    top: -82px;
  }
}
@media (min-width: 70em) {
  .allegiance-page .video-container {
    top: -83px;
  }
}
@media (min-width: 81.25em) {
  .allegiance-page .video-container {
    top: -84px;
  }
}
@media (min-width: 90em) {
  .allegiance-page .video-container {
    top: -84px;
  }
}
@media (min-width: 100em) {
  .allegiance-page .video-container {
    top: -77px;
  }
}
@media (min-width: 112.5em) {
  .allegiance-page .video-container {
    top: -72px;
  }
}
@media (min-width: 50em) {
  .tenmast-page .video-container {
    top: -30px;
  }
}
@media (min-width: 64em) {
  .tenmast-page .video-container {
    top: -49px;
  }
}
@media (min-width: 70em) {
  .tenmast-page .video-container {
    top: -45px;
  }
}
@media (min-width: 81.25em) {
  .tenmast-page .video-container {
    top: -57px;
  }
}
@media (min-width: 90em) {
  .tenmast-page .video-container {
    top: -63px;
  }
}
@media (min-width: 100em) {
  .tenmast-page .video-container {
    top: -54px;
  }
}
@media (min-width: 112.5em) {
  .tenmast-page .video-container {
    top: -40px;
  }
}
@media (min-width: 50em) {
  .pepperdine-page .video-container {
    top: -50px;
  }
}
@media (min-width: 64em) {
  .pepperdine-page .video-container {
    top: -68px;
  }
}
@media (min-width: 70em) {
  .pepperdine-page .video-container {
    top: -51px;
  }
}
@media (min-width: 81.25em) {
  .pepperdine-page .video-container {
    top: -31px;
  }
}
@media (min-width: 90em) {
  .pepperdine-page .video-container {
    top: -34px;
  }
}
@media (min-width: 100em) {
  .pepperdine-page .video-container {
    top: -29px;
  }
}
@media (min-width: 112.5em) {
  .pepperdine-page .video-container {
    top: -28px;
  }
}
@media (min-width: 50em) {
  .stcharles-page .video-container {
    top: -57px;
  }
}
@media (min-width: 64em) {
  .stcharles-page .video-container {
    top: -84px;
  }
}
@media (min-width: 70em) {
  .stcharles-page .video-container {
    top: -81px;
  }
}
@media (min-width: 81.25em) {
  .stcharles-page .video-container {
    top: -81px;
  }
}
@media (min-width: 90em) {
  .stcharles-page .video-container {
    top: -77px;
  }
}
@media (min-width: 100em) {
  .stcharles-page .video-container {
    top: -70px;
  }
}
@media (min-width: 112.5em) {
  .stcharles-page .video-container {
    top: -78px;
  }
}
@media (min-width: 50em) {
  .ifma-page .video-container {
    top: -20px;
  }
}
@media (min-width: 64em) {
  .ifma-page .video-container {
    top: -63px;
  }
}
@media (min-width: 70em) {
  .ifma-page .video-container {
    top: -60px;
  }
}
@media (min-width: 81.25em) {
  .ifma-page .video-container {
    top: -58px;
  }
}
@media (min-width: 90em) {
  .ifma-page .video-container {
    top: -50px;
  }
}
@media (min-width: 100em) {
  .ifma-page .video-container {
    top: -55px;
  }
}
@media (min-width: 112.5em) {
  .ifma-page .video-container {
    top: -42px;
  }
}
@media (min-width: 50em) {
  .lincoln-page .video-container {
    top: -33px;
  }
}
@media (min-width: 64em) {
  .lincoln-page .video-container {
    top: -61px;
  }
}
@media (min-width: 70em) {
  .lincoln-page .video-container {
    top: -57px;
  }
}
@media (min-width: 81.25em) {
  .lincoln-page .video-container {
    top: -69px;
  }
}
@media (min-width: 90em) {
  .lincoln-page .video-container {
    top: -63px;
  }
}
@media (min-width: 100em) {
  .lincoln-page .video-container {
    top: -53px;
  }
}
@media (min-width: 112.5em) {
  .lincoln-page .video-container {
    top: -40px;
  }
}
@media (min-width: 50em) {
  .trinity-page .video-container {
    top: -24px;
  }
}
@media (min-width: 64em) {
  .trinity-page .video-container {
    top: -47px;
  }
}
@media (min-width: 70em) {
  .trinity-page .video-container {
    top: -57px;
  }
}
@media (min-width: 81.25em) {
  .trinity-page .video-container {
    top: -69px;
  }
}
@media (min-width: 90em) {
  .trinity-page .video-container {
    top: -63px;
  }
}
@media (min-width: 100em) {
  .trinity-page .video-container {
    top: -53px;
  }
}
@media (min-width: 112.5em) {
  .trinity-page .video-container {
    top: -40px;
  }
}
@media (min-width: 50em) {
  .getinge-page .video-container {
    top: -44px;
  }
}
@media (min-width: 64em) {
  .getinge-page .video-container {
    top: -61px;
  }
}
@media (min-width: 70em) {
  .getinge-page .video-container {
    top: -61px;
  }
}
@media (min-width: 81.25em) {
  .getinge-page .video-container {
    top: -63px;
  }
}
@media (min-width: 90em) {
  .getinge-page .video-container {
    top: -63px;
  }
}
@media (min-width: 100em) {
  .getinge-page .video-container {
    top: -59px;
  }
}
@media (min-width: 112.5em) {
  .getinge-page .video-container {
    top: -54px;
  }
}
.tour-page-section .video-container {
  border: 7px solid #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facebook-landing .video-container iframe, .facebook-landing .video-container object, .facebook-landing .video-container embed {
  width: 520px;
  height: 285px;
  max-width: 100%;
}

@media (min-width: 50em) {
  .reduced-width-video {
    position: relative;
    width: 60%;
    margin: 2em auto;
  }
}

.lyte-wrapper {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.pmwistia,
.pmwistia-inline,
.wistia_responsive_padding {
  margin-bottom: 25px;
}

.wistia_responsive_wrapper {
  width: 50% !important;
  height: auto !important;
}
.single-post .wistia_responsive_wrapper, .training-center .wistia_responsive_wrapper, .guides-subpage .wistia_responsive_wrapper, .lesson-content .wistia_responsive_wrapper, .tour-page-section .wistia_responsive_wrapper, .msp-alternative-video .wistia_responsive_wrapper, .training-academy-page .wistia_responsive_wrapper, .product-videos .wistia_responsive_wrapper {
  width: 100% !important;
  height: 100% !important;
}
.home .wistia_responsive_wrapper {
  width: 110% !important;
  height: 100% !important;
}
@media (min-width: 50em) {
  .home .wistia_responsive_wrapper {
    width: 100% !important;
  }
}
.tour-page-section .wistia_responsive_wrapper, .msp-alternative-video .wistia_responsive_wrapper {
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
}
.tour-page-section .wistia_responsive_wrapper, .msp-alternative-video .wistia_responsive_wrapper {
  border: 7px solid #fff;
}

.w-foreground .w-css-reset .w-css-reset > div > div {
  width: 100%;
  height: 100%;
}

.wistia_embed {
  margin: 0 auto;
}

.home .w-foreground .w-css-reset .w-css-reset > div > div > div,
.single-post .w-foreground .w-css-reset .w-css-reset > div > div > div {
  height: 100%;
}

.single-post .w-bpb-wrapper.w-css-reset.w-css-reset-tree {
  top: 54% !important;
}

.video-double .col .w-bpb-wrapper.w-css-reset {
  top: 54% !important;
}
@media (min-width: 64em) {
  .video-double .col p {
    padding: 0 10%;
  }
}

.loginRedirect {
  display: none;
}
.loginRedirect.loginRedirectDismissed {
  display: block;
}

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

******************************************************************/
.button, .button:visited {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 21px 17px;
  border: none;
  background-color: transparent;
  color: #1F3300;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
  -webkit-transform-style: preserve-3d;
  border-radius: 5px;
}
@media (min-width: 50em) {
  .button, .button:visited {
    font-size: 18px;
  }
}
.button:hover, .button:focus {
  background-color: #76B102;
  text-decoration: none;
}
.button:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  background-color: #B3F604;
}
.button:active, .button:visited:active {
  background-color: #a1dd04;
}
.button > a, .button > a:visited, .button > a:hover, .button:visited > a, .button:visited > a:visited, .button:visited > a:hover {
  border: none;
  text-decoration: none;
}

.menu-button a, .menu-button a:visited {
  background-color: #B3F604;
  border-radius: 5px;
}
.menu-button a:hover, .menu-button a:focus, .menu-button a:visited:hover, .menu-button a:visited:focus {
  background: #76B102;
  color: #fff !important;
}

.button.white-greenborder {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #76B102 inset;
  -webkit-box-shadow: 0px 0px 0px 2px #76B102 inset;
  -moz-box-shadow: 0px 0px 0px 2px #76B102 inset;
  color: #76B102 !important;
}
.button.white-greenborder:hover, .button.white-greenborder:focus {
  color: #fff !important;
  background-color: #76B102;
}

.button.white-fourtwoborder {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #3A3F50 inset;
  -webkit-box-shadow: 0px 0px 0px 2px #3A3F50 inset;
  -moz-box-shadow: 0px 0px 0px 2px #3A3F50 inset;
  color: #3A3F50 !important;
}
.button.white-fourtwoborder:hover, .button.white-fourtwoborder:focus {
  color: #fff !important;
  background-color: #3A3F50;
}
.button.white-fourtwoborder.no-hover:hover, .button.white-fourtwoborder.no-hover:focus {
  color: #3A3F50 !important;
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #fff inset;
  -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
  -moz-box-shadow: 0px 0px 0px 2px #fff inset;
}

.wider-button a.button.blue {
  padding: 0.5em 3.2em;
}

.button.hollow {
  border-style: solid;
  border-width: 2px;
  background-color: #fff;
}
.button.hollow:hover, .button.hollow:focus, .button.hollow:active {
  background-color: #fff;
}

.button.extra-large {
  font-size: 18px;
  line-height: 58px;
  height: 58px;
  padding: 0 1.5em;
}
.button.extra-large.hollow {
  line-height: 50px;
}

.button.biscay {
  background-color: #004663;
  color: #fff;
}
.button.biscay:hover, .button.biscay:focus {
  background-color: #00202E;
}

.button.bondi {
  background-color: #00ADB2;
  color: #fff !important;
}
.button.bondi:hover, .button.bondi:focus {
  background-color: #004663;
}

.button.ebony {
  background-color: #232734;
  color: #fff;
}
.button.ebony:hover, .button.ebony:focus {
  background-color: #707989;
  color: #fff;
}

.button.geyser {
  background-color: #D7DEE7;
  color: #004663;
}
.button.geyser:hover, .button.geyser:focus {
  background-color: #707989;
  color: #fff;
}

.button.ghost {
  background-color: #BEC4CF;
  color: #1F3300;
}
.button.ghost:hover, .button.ghost:focus {
  background-color: #B3F604;
  color: #1F3300;
}

.button.green {
  background-color: #B3F604;
}
.button.green:hover, .button.green:focus {
  background-color: #76B102;
  color: #fff;
}
.button.green.with-bggreyarrow {
  position: relative;
  padding-right: 32px;
}
.button.green.with-bggreyarrow:after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 6.5px);
  width: 8px;
  height: 13px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/arrow-right-bggrey.png) no-repeat;
  background-size: contain;
}
.button.green.with-bggreyarrow:hover:after, .button.green.with-bggreyarrow:focus:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(163deg) brightness(103%) contrast(101%);
}
.button.green.rotate-arrow:after {
  top: calc(50% - 5px);
  transform: rotate(90deg);
}

.button.section-cta {
  padding-left: 67px;
  padding-right: 67px;
}

.button.background-grey-limeborder {
  background-color: #101423;
  color: #ECF1F7;
  border: 1px solid #B3F604;
}
.button.background-grey-limeborder:hover, .button.background-grey-limeborder:focus {
  background-color: #B3F604;
  color: #101423;
}

.button.transparent-limeborder {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1px #B3F604 inset;
  -webkit-box-shadow: 0px 0px 0px 1px #B3F604 inset;
  -moz-box-shadow: 0px 0px 0px 1px #B3F604 inset;
  color: #B3F604 !important;
}
.button.transparent-limeborder:hover, .button.transparent-limeborder:focus {
  color: #101423 !important;
  background-color: #B3F604;
}
.button.transparent-limeborder.with-limearrow {
  position: relative;
  padding-right: 32px;
}
.button.transparent-limeborder.with-limearrow:after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 6.5px);
  width: 8px;
  height: 13px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/arrow-right-bggrey.png) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(80%) sepia(67%) saturate(1209%) hue-rotate(22deg) brightness(105%) contrast(97%);
}
.button.transparent-limeborder.with-limearrow:hover:after, .button.transparent-limeborder.with-limearrow:focus:after {
  filter: brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(3404%) hue-rotate(189deg) brightness(97%) contrast(95%);
}

.button.white-bondiborder {
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #00ADB2 inset;
  -webkit-box-shadow: 0px 0px 0px 1px #00ADB2 inset;
  -moz-box-shadow: 0px 0px 0px 1px #00ADB2 inset;
  color: #00ADB2 !important;
}
.button.white-bondiborder:hover, .button.white-bondiborder:focus {
  color: #fff !important;
  background-color: #00ADB2;
}

.button.transparent-bondiborder {
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px #00ADB2 inset;
  -webkit-box-shadow: 0px 0px 0px 1px #00ADB2 inset;
  -moz-box-shadow: 0px 0px 0px 1px #00ADB2 inset;
  color: #00ADB2 !important;
}
.button.transparent-bondiborder:hover, .button.transparent-bondiborder:focus {
  color: #fff !important;
  background-color: #00ADB2;
}

.button.with-slack-logo {
  position: relative;
  padding: 6px 14px 6px 49px !important;
}
.button.with-slack-logo:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/slack-logo-black.svg) no-repeat;
  background-size: contain;
  top: calc(50% - 12.5px);
  left: 12px;
}
.button.with-slack-logo:hover:before, .button.with-slack-logo:focus:before {
  filter: brightness(100) saturate(100%);
}

/******************************************************************
Sidebar
******************************************************************/
.sidebar {
  padding: 2.5em 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1em;
}
.sidebar ul li {
  line-height: 1.3em;
  color: #ECF1F7;
}
.sidebar a, .sidebar a:visited {
  border: none;
  font-weight: 400;
  color: #ECF1F7;
}

.sidebar-right .sidebar {
  padding-left: 1.667em;
  padding-right: 0;
}

.content .widget {
  margin-bottom: 1.5em;
  padding: 0 25px;
}
@media (min-width: 50em) {
  .content .widget {
    padding: 0 0 0 25px;
  }
}
.content .widget ul {
  list-style-type: none;
  margin-left: 0;
}
.content .widget li {
  margin-bottom: 0.8em;
}
.content .widget img {
  margin-bottom: 0;
}
.content .widget.widget_search {
  padding: 0;
}
.content .widget.widget_sub_categories ul li, .content .widget.widget_rss ul li {
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d3deec;
  line-height: 30px;
}
.content .widget.widget_sub_categories ul li:last-child, .content .widget.widget_rss ul li:last-child {
  border-bottom: none;
}
.content .widget.widget_sub_categories ul li:before, .content .widget.widget_rss ul li:before {
  content: none;
}
.content .widget.widget_sub_categories .widgettitle {
  display: none;
}
.content .widget.popular-posts {
  background: #fff;
  padding: 13px 20px 0;
  margin-left: 0;
}
@media (min-width: 50em) {
  .content .widget.popular-posts {
    margin-left: 25px;
  }
}
.content .widget.popular-posts h4 {
  font-family: "px-grotesk", "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
}
.content .widget.popular-posts ul {
  margin: 0;
  padding-bottom: 1px;
}
.content .widget.popular-posts ul li {
  margin: 0;
  line-height: 7px;
}
.content .widget.popular-posts ul li:before {
  display: none;
}
.content .widget.popular-posts ul li .imglink {
  width: 100%;
  height: 100px;
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
}
.content .widget.popular-posts ul li .imglink .wpp-thumbnail {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
}
.content .widget.popular-posts ul li .category,
.content .widget.popular-posts ul li .category:visited {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  line-height: normal;
  display: inline-block;
}
.content .widget.popular-posts ul li .wpp-post-title,
.content .widget.popular-posts ul li .wpp-post-title:visited {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin-bottom: 28px;
}

#custom_html-10 {
  margin-bottom: 0;
}

.sidebar-rss img {
  vertical-align: middle;
}

.widgettitle {
  color: #ECF1F7;
  font-size: 1.2em;
}

/******************************************************************
Mobile Nav
******************************************************************/
.toggle-content {
  position: absolute;
  top: 77px;
  padding-bottom: 118px;
  left: -100vw;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 50em) {
  .toggle-content {
    display: none;
  }
}
.toggle-content.active {
  transform: translateX(100vw);
  visibility: visible !important;
  opacity: 1 !important;
}

#my-menu {
  background-color: #fff;
  min-height: calc(100vh - 109px);
}
#my-menu ul {
  padding: 0 22px 245px;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
}
#my-menu ul li {
  margin: 0;
  padding: 0 0 0 18px;
  border-top: 1px solid #ECF1F7;
  border-bottom: 1px solid #ECF1F7;
  overflow: hidden;
}
#my-menu ul li a {
  display: block;
  padding: 23px 0;
  border: none;
  margin-bottom: -1px;
  color: #232734;
}
#my-menu ul li ul {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
#my-menu ul li ul.active {
  max-height: 300vh;
}
#my-menu ul li ul li, #my-menu ul li ul li#menu-item-59305 {
  border: none;
  font-variant: small-caps;
  padding-left: 0;
}
#my-menu ul li ul li a, #my-menu ul li ul li#menu-item-59305 a {
  padding: 0;
}
#my-menu ul li ul li ul, #my-menu ul li ul li#menu-item-59305 ul {
  margin: 11px 0 20px;
  max-height: 300vh;
}
#my-menu ul li ul li ul li, #my-menu ul li ul li#menu-item-59305 ul li {
  font-variant: none;
}
#my-menu ul li ul li ul li a, #my-menu ul li ul li#menu-item-59305 ul li a {
  padding: 15px 0;
}
#my-menu ul li ul li ul li a:active, #my-menu ul li ul li ul li a:focus, #my-menu ul li ul li#menu-item-59305 ul li a:active, #my-menu ul li ul li#menu-item-59305 ul li a:focus {
  background: rgba(3, 173, 238, 0.25);
}
#my-menu ul li ul li ul li.with-icon a, #my-menu ul li ul li#menu-item-59305 ul li.with-icon a {
  position: relative;
  padding-left: 36px;
}
#my-menu ul li ul li ul li.with-icon a img, #my-menu ul li ul li#menu-item-59305 ul li.with-icon a img {
  position: absolute;
  top: 14px;
  left: 0;
  width: 28px;
  height: 24px;
  display: block;
}
#my-menu li#menu-item-59305 {
  margin-top: 10px;
}
#my-menu span.link-subtext {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 7px;
}
#my-menu li#menu-item-60410,
#my-menu li#menu-item-60411 {
  width: 48%;
  height: 65px;
  border: 0;
  text-indent: -9000px;
  margin-top: 28px;
}
#my-menu li#menu-item-60410 {
  float: left;
  background: url(/wp-content/uploads/2021/12/google_play.png) no-repeat;
  background-size: contain;
}
#my-menu li#menu-item-60411 {
  float: right;
  background: url(/wp-content/uploads/2021/12/app_store.png) no-repeat;
  background-size: contain;
  background-position: right top;
}
#my-menu li.menu-item-border > a {
  border-bottom: 1px solid #ECF1F7;
  padding: 10px 0;
}
#my-menu li.menu-item-color > a {
  color: #00ADB2;
}
#my-menu li.menu-item-color > a:hover, #my-menu li.menu-item-color > a:focus {
  color: #004663;
}

.mm-listview {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}
.mm-listview > li {
  padding-left: 0px;
  border-color: #0065aa;
}
.mm-listview > li a, .mm-listview > li a:visited, .mm-listview > li span {
  color: #fff;
}
.mm-listview > li > a, .mm-listview > li > span {
  padding: 7px 10px 10px 48px;
}
.mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: #0065aa;
}
.mm-listview > li.mm-opened ul.sub-menu {
  position: relative;
  font-size: 0.8em;
}
.mm-listview > li.mm-opened ul.sub-menu li:before {
  position: absolute;
  top: 8px;
  left: 48px;
  content: "•";
}
.mm-listview > li.mm-opened ul.sub-menu li a {
  padding: 7px 10px 10px 59px;
}
.mm-listview .mm-next:before {
  border-left-width: 0px;
}

.mm-menu > .mm-panel {
  padding: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px 0px 20px -20px;
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #0894e3;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: #0b419b;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: #073187;
}

li.mm-opened {
  background: rgba(0, 0, 0, 0);
}
li.mm-opened:before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 9px;
  height: 37px;
  background: #5abc11;
  content: " ";
}
li.mm-opened li.mm-opened:before {
  background: rgba(0, 0, 0, 0);
}

.mm-prev:before, .mm-next:after, .mm-arrow:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  padding: 0;
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 37px;
}
.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
  top: 11px;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-opened.mm-vertical > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 16px;
}

/******************************************************************
Navigation
******************************************************************/
.menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
  border: none;
}
.menu-toggler span, .menu-toggler:hover span, .menu-toggler:visited span {
  display: none;
}
@media (min-width: 50em) {
  .menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
    display: none;
  }
}

.menu-toggler {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  padding: 0;
}
@media (min-width: 50em) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler:active, .menu-toggler:focus {
  outline: none;
}

nav {
  height: 43px;
}
nav .nav, nav .nav .menu-item {
  height: 100%;
}

.nav {
  margin: 0;
  border-bottom: 0;
  font-family: "Inter", sans-serif;
}
.nav.secondary-nav li a, .nav.secondary-nav li a:visited {
  border-bottom: none;
  font-weight: 700;
}
.nav.secondary-nav li a:hover, .nav.secondary-nav li a:focus, .nav.secondary-nav li a:visited:hover, .nav.secondary-nav li a:visited:focus {
  border-bottom: none;
}
.nav.secondary-nav li a {
  margin: 0 7px;
  padding-top: 7px;
}
@media (min-width: 64em) {
  .nav.secondary-nav li a {
    margin: 0 14px;
  }
}
.category .nav.secondary-nav li a {
  margin: 0 12px;
}
@media (min-width: 64em) {
  .category .nav.secondary-nav li a {
    margin: 0 25px;
  }
}
@media (min-width: 81.25em) {
  .category .nav.secondary-nav li a {
    margin: 0 50px;
  }
}
.nav.secondary-nav li.current-menu-item a, .nav.secondary-nav li.current-menu-ancestor a, .nav.secondary-nav li.current-post-parent a {
  border-bottom: 0;
  position: relative;
}
.nav.ancillary-nav {
  display: inline-block;
  margin: 0;
  height: 38px;
  position: absolute;
  right: 48px;
  top: calc(50% - 17px);
}
@media (min-width: 50em) {
  .nav.ancillary-nav {
    height: 103px;
    top: unset;
  }
}
.nav.ancillary-nav li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-right: 34px;
  margin-bottom: 0;
}
.nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) {
  display: none;
}
.nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) a, .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) a:visited {
  font-size: 16px;
}
@media (min-width: 112.5em) {
  .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) a, .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) a:visited {
    font-size: 20px;
  }
}
@media (min-width: 50em) {
  .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) {
    display: inline-block;
  }
}
@media (min-width: 64em) {
  .nav.ancillary-nav li {
    display: inline-block;
  }
}
.nav.ancillary-nav li.current-menu-ancestor > a, .nav.ancillary-nav li.current-menu-item > a {
  border-color: transparent;
  color: #fff;
}
.nav.ancillary-nav li:not(.menu-item-subtle):last-child {
  margin-right: 0;
}
.nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited {
  color: #1F3300;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  padding: 11px 29px 11px 12px;
  position: relative;
}
.nav.ancillary-nav li:not(.menu-item-subtle):last-child a:after, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited:after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/arrow-right-bggrey.png) no-repeat;
  background-size: contain;
}
@media (min-width: 50em) {
  .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited {
    font-size: 16px;
    padding: 11px 33px 11px 17px;
  }
  .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:after, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited:after {
    right: 14px;
    top: calc(50% - 6.5px);
    width: 8px;
    height: 13px;
  }
}
@media (min-width: 112.5em) {
  .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited {
    font-size: 20px;
    padding: 17px 44px 17px 28px;
  }
  .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:after, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited:after {
    right: 19px;
    top: calc(50% - 8.5px);
    width: 10px;
    height: 17px;
  }
}
.nav.ancillary-nav li:not(.menu-item-subtle):last-child a:hover:after, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:focus:after, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited:hover:after, .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited:focus:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(163deg) brightness(103%) contrast(101%);
}
.nav.ancillary-nav li.menu-item-subtle a, .nav.ancillary-nav li.menu-item-subtle a:visited {
  font-weight: 700;
  background-color: transparent;
}
@media (min-width: 50em) {
  .nav.ancillary-nav {
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-right: 0;
    width: auto;
    float: right;
    position: unset;
    right: unset;
  }
}
.nav.top-nav, .nav.secondary-nav {
  display: block;
  width: 100%;
  padding: 0;
}
.nav.top-nav li.icon a, .nav.secondary-nav li.icon a {
  border: none;
  font-size: 0;
}
.nav.top-nav li.icon a:before, .nav.secondary-nav li.icon a:before {
  display: inline-block;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f015";
  /* home */
}
.nav.top-nav li.icon.home a:before, .nav.secondary-nav li.icon.home a:before {
  content: "\f015";
  /* home */
}
.nav.top-nav li a, .nav.secondary-nav li a {
  line-height: normal;
  cursor: pointer;
}
.nav.top-nav li.mainmenu-item a, .nav.secondary-nav li.mainmenu-item a {
  font-size: 16px;
}
@media (min-width: 112.5em) {
  .nav.top-nav li.mainmenu-item a, .nav.secondary-nav li.mainmenu-item a {
    font-size: 20px;
  }
}
.nav.top-nav li.mainmenu-item .submenu-header, .nav.secondary-nav li.mainmenu-item .submenu-header {
  text-transform: uppercase;
}
.nav.top-nav li.mainmenu-item .submenu-header span, .nav.secondary-nav li.mainmenu-item .submenu-header span {
  font-size: 14px;
  padding-left: 30px;
}
@media (min-width: 112.5em) {
  .nav.top-nav li.mainmenu-item .submenu-header span, .nav.secondary-nav li.mainmenu-item .submenu-header span {
    font-size: 16px;
  }
}
.nav.top-nav li.mainmenu-item .submenu-header ul li a, .nav.secondary-nav li.mainmenu-item .submenu-header ul li a {
  color: #101423 !important;
}
.nav.top-nav li.mainmenu-item .submenu-header ul li a span, .nav.secondary-nav li.mainmenu-item .submenu-header ul li a span {
  color: #707989 !important;
  padding-left: 0;
}
.nav.secondary-nav {
  font-size: 16px;
}
@media (min-width: 64em) {
  .nav.secondary-nav {
    font-size: 18px;
  }
}
.nav.secondary-nav li {
  margin: 0 1px 0 0;
}
.nav.top-nav > li.mainmenu-item.menu-item-has-children > a {
  position: relative;
}
.nav.top-nav > li.mainmenu-item.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 6px;
  width: 13px;
  height: 8px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/accordion-arrow-ghost-2.png) no-repeat;
  background-size: contain;
}
@media (min-width: 112.5em) {
  .nav.top-nav > li.mainmenu-item.menu-item-has-children > a:after {
    right: -22px;
    top: 8px;
    width: 16px;
    height: 9px;
  }
}
.nav.top-nav > li.mainmenu-item.menu-item-has-children > a:hover:after, .nav.top-nav > li.mainmenu-item.menu-item-has-children > a:focus:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(250deg) brightness(105%) contrast(101%);
}
.nav.top-nav li {
  margin: 0 17px 0 0;
  position: relative;
}
@media (min-width: 112.5em) {
  .nav.top-nav li {
    margin-right: 30px;
  }
}
.nav.top-nav li.menu-item-has-children {
  margin-right: 34px;
}
@media (min-width: 112.5em) {
  .nav.top-nav li.menu-item-has-children {
    margin-right: 53px;
  }
}
.nav.top-nav li ul.sub-menu {
  padding: 39px 10px 52px 12px;
  text-align: left;
  position: fixed;
  left: 0;
  right: 0;
  width: 84%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  background: #fff;
  box-shadow: 0px 13px 15px -5px rgba(0, 0, 0, 0.1);
  text-transform: none;
  margin: 31px auto 0;
  border-radius: 5px;
}
@media (min-width: 81.25em) {
  .nav.top-nav li ul.sub-menu {
    padding: 39px 40px 52px 42px;
    margin-top: 45px;
  }
}
.nav.top-nav li ul.sub-menu li {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  vertical-align: top;
}
.nav.top-nav li ul.sub-menu li a {
  color: #707989 !important;
  border: 0;
  padding: 0;
  margin-bottom: 6px;
}
.nav.top-nav li ul.sub-menu li a:hover, .nav.top-nav li ul.sub-menu li a:focus {
  border: 0;
}
.nav.top-nav li ul.sub-menu li ul.sub-menu {
  position: relative;
  left: auto;
  width: 100%;
  box-shadow: none;
  background: transparent;
  margin-top: 0;
  padding: 0;
}
.nav.top-nav li ul.sub-menu li ul.sub-menu li {
  display: block;
}
.nav.top-nav li ul.sub-menu li ul.sub-menu li a {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  padding: 25px 15px 21px 31px;
  border-radius: 5px;
}
@media (min-width: 70em) {
  .nav.top-nav li ul.sub-menu li ul.sub-menu li a {
    padding-left: 62px;
  }
}
@media (min-width: 112.5em) {
  .nav.top-nav li ul.sub-menu li ul.sub-menu li a {
    padding-left: 73px;
    font-size: 20px;
  }
}
.nav.top-nav li ul.sub-menu li ul.sub-menu li a:hover, .nav.top-nav li ul.sub-menu li ul.sub-menu li a:focus {
  background-color: #F5F8FB;
}
.nav.top-nav li ul.sub-menu li ul.sub-menu li a span {
  font-weight: 400;
}
.nav.top-nav li ul.sub-menu li ul.sub-menu li.linkarrow a img {
  position: relative;
  top: 1px;
  left: 5px;
  margin: 0;
  width: 15px;
  height: 13px;
}
@media (min-width: 112.5em) {
  .nav.top-nav li ul.sub-menu li ul.sub-menu li.linkarrow a img {
    top: 2px;
    width: 18px;
    height: 16px;
  }
}
.nav.top-nav li.mainmenu-item:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(51deg) skew(10deg);
  bottom: -34px;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in;
}
@media (min-width: 81.25em) {
  .nav.top-nav li.mainmenu-item:before {
    bottom: -43px;
  }
}
@media (min-width: 112.5em) {
  .nav.top-nav li.mainmenu-item:before {
    bottom: -48px;
  }
}
.nav.top-nav li.mainmenu-item ul.sub-menu li {
  width: 32%;
}
@media (min-width: 64em) {
  .nav.top-nav li.mainmenu-item ul.sub-menu li {
    width: 24%;
  }
}
@media (min-width: 64em) {
  .nav.top-nav li.mainmenu-item ul.sub-menu li.submenu-features, .nav.top-nav li.mainmenu-item ul.sub-menu li.submenu-usecase {
    width: 49%;
  }
}
@media (min-width: 64em) {
  .nav.top-nav li.mainmenu-item ul.sub-menu li.submenu-features ul, .nav.top-nav li.mainmenu-item ul.sub-menu li.submenu-usecase ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .nav.top-nav li.mainmenu-item ul.sub-menu li.submenu-features ul li, .nav.top-nav li.mainmenu-item ul.sub-menu li.submenu-usecase ul li {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    width: auto;
  }
}
.nav.top-nav li.mainmenu-item ul.sub-menu ul li {
  width: 100%;
  white-space: normal;
}
.nav.top-nav li.mainmenu-item ul.sub-menu ul li.with-icon a {
  position: relative;
  font-weight: 700;
}
.nav.top-nav li.mainmenu-item ul.sub-menu ul li.with-icon a img {
  display: none;
}
@media (min-width: 70em) {
  .nav.top-nav li.mainmenu-item ul.sub-menu ul li.with-icon a img {
    position: absolute;
    top: 25px;
    left: 29px;
    width: 28px;
    height: 24px;
    display: block;
  }
}
@media (min-width: 112.5em) {
  .nav.top-nav li.mainmenu-item ul.sub-menu ul li.with-icon a img {
    width: 34px;
    height: 38px;
  }
}
.nav.top-nav li.mainmenu-item ul.sub-menu ul li.with-icon.subsubmenu-guides a img {
  top: 29px;
}
.nav.top-nav li.active:before {
  visibility: visible;
  opacity: 1;
}
.nav.top-nav li.active > a {
  color: #fff;
}
.nav.top-nav li.active > a:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(250deg) brightness(105%) contrast(101%);
  transform: rotate(180deg);
}
.nav.top-nav li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.nav.top-nav .link-subtext {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
@media (min-width: 64em) {
  .nav.top-nav .link-subtext {
    display: block;
  }
}
.nav li {
  display: inline-block;
}
.nav li a, .nav li a:visited {
  display: block;
  padding: 0;
  color: #BEC4CF;
}
.nav li a:hover, .nav li a:focus, .nav li a:visited:hover, .nav li a:visited:focus {
  color: #fff;
}

#menu-popular-categories.nav.secondary-nav:before {
  content: "Popular Categories:";
  font-weight: 700;
  display: none;
}
@media (min-width: 64em) {
  #menu-popular-categories.nav.secondary-nav:before {
    display: inline;
  }
}

/* header heights*/
/******************************************************************
Header for Global Nav Bar
******************************************************************/
#wpadminbar {
  position: fixed !important;
}
#wpadminbar .quicklinks ul {
  overflow: visible !important;
}

/* Global Header */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  line-height: 1;
}
.admin-bar .global-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .global-header {
    top: 32px;
  }
}

.global-header-inner {
  position: relative;
  height: 78px;
  background: #101423;
}
.home .global-header-inner, .archive.category .global-header-inner, .archive.author .global-header-inner, .enterprise-info-page .global-header-inner, .page-template-tmpl-industries.page-child .global-header-inner, .page-template-tmpl-feature .global-header-inner, .request-demo-page .global-header-inner, .integrations-page.page-parent .global-header-inner, .product-videos .global-header-inner, .integrations-child-2023 .global-header-inner, .transparent-nav-bar .global-header-inner, .single-templates .global-header-inner {
  background: transparent;
}
.scrolled .global-header-inner {
  background: #101423;
}
.home .scrolled .global-header-inner, .archive.category .scrolled .global-header-inner, .archive.author .scrolled .global-header-inner, .enterprise-info-page .scrolled .global-header-inner, .page-template-tmpl-industries.page-child .scrolled .global-header-inner, .integrations-page.page-parent .scrolled .global-header-inner, .product-videos .scrolled .global-header-inner, .integrations-child-2023 .scrolled .global-header-inner, .transparent-nav-bar .scrolled .global-header-inner, .single-templates .scrolled .global-header-inner {
  background: #101423;
}
@media (min-width: 50em) {
  .global-header-inner {
    height: 140px;
  }
}
@media (min-width: 81.25em) {
  .global-header-inner {
    height: 109px;
  }
}
.global-header-inner .wrap {
  position: relative;
  width: 84%;
  max-width: unset;
  height: 100%;
}

.secondary-menu-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9001;
  width: 100%;
  height: 52px;
  line-height: 1;
}
@media (min-width: 25em) {
  .secondary-menu-background {
    height: 52px;
  }
}
@media (min-width: 37.5em) {
  .secondary-menu-background {
    height: 45px;
    background-color: #fff;
  }
}
@media (min-width: 50em) {
  .secondary-menu-background {
    z-index: 9999;
  }
}

.secondary-menu-background {
  top: auto;
  bottom: 0px;
  z-index: 9003;
  display: none;
  opacity: 1;
  border-bottom: 1px solid #ECF1F7;
}
@media (min-width: 50em) {
  .secondary-menu-background {
    display: block;
  }
}

#large-logo, #small-logo {
  border: none;
  z-index: 999999;
  display: block;
  position: absolute;
  top: 39px;
  left: 0;
}
@media (min-width: 81.25em) {
  #large-logo, #small-logo {
    top: calc(50% - 17px);
  }
}
@media (min-width: 112.5em) {
  #large-logo, #small-logo {
    top: calc(50% - 22px);
  }
}
#large-logo img, #small-logo img {
  margin: 0;
}
#large-logo img.alt-home-logo, #small-logo img.alt-home-logo {
  display: none;
}

#small-logo {
  display: block;
  top: calc(50% - 17.5px);
}
@media (min-width: 50em) {
  #small-logo {
    display: none;
  }
}

#large-logo {
  display: none;
}
@media (min-width: 50em) {
  #large-logo {
    display: block;
  }
}
#large-logo img {
  width: 152px;
  height: 30px;
}
@media (min-width: 112.5em) {
  #large-logo img {
    width: 219px;
    height: 43px;
  }
}

.topmenu {
  display: none;
  background-color: transparent;
  position: absolute;
}
@media (min-width: 50em) {
  .topmenu {
    top: 88px;
    left: 0;
    z-index: 10001;
    display: block;
  }
}
@media (min-width: 81.25em) {
  .topmenu {
    top: calc(50% - 13px);
    left: 193px;
  }
}
@media (min-width: 112.5em) {
  .topmenu {
    top: calc(50% - 15px);
    left: 277px;
  }
}
.hide-topmenu .topmenu {
  display: none;
}

.loginmenu {
  z-index: 99999;
}
.no-login-menu .loginmenu {
  display: none;
}

.secondary-menu {
  display: none;
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 0;
  z-index: 10000;
  width: 100%;
}
@media (min-width: 50em) {
  .secondary-menu {
    display: block;
  }
}

/* Fixes positioning of fixed elements when the mobile menu slides out */
html.mm-opening .mm-slideout .global-header,
html.mm-opening .mm-slideout .past-header .secondary-menu, html.mm-opening .mm-slideout.past-header .secondary-menu {
  position: absolute;
}
@media (min-width: 50em) {
  html.mm-opening .mm-slideout .past-header .secondary-menu-background, html.mm-opening .mm-slideout.past-header .secondary-menu-background {
    position: absolute;
  }
}

/******************************************************************
Header
******************************************************************/
/* header heights*/
/* Page-and-section Header */
.local-header, .content, .footer {
  position: relative;
  z-index: 8000;
  top: 64px;
}

.local-header {
  z-index: 9000;
}
@media (min-width: 50em) {
  .local-header {
    min-height: 600px;
  }
  .local-header.bg_variant_a, .local-header.bg_variant_a .wrap {
    min-height: 400px;
  }
  .local-header.bg_variant_b, .local-header.bg_variant_b .wrap {
    min-height: 670px;
  }
  .local-header.bg_variant_c, .local-header.bg_variant_c .wrap {
    min-height: 515px;
  }
  .local-header.bg_variant_d, .local-header.bg_variant_d .wrap {
    min-height: 570px;
  }
  .local-header.bg_none {
    margin-bottom: 64px;
  }
  .local-header.bg_none, .local-header.bg_none .wrap {
    min-height: 0;
  }
  .local-header.wrap {
    min-height: 600px;
  }
}
.archive.category .local-header, .archive.author .local-header {
  min-height: 185px;
}
@media (min-width: 50em) {
  .archive.category .local-header, .archive.author .local-header {
    min-height: unset;
    height: auto;
  }
}

.local-header-background {
  position: absolute;
  top: 0px;
  width: 100%;
}
.local-header-background img.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}
@media (min-width: 50em) {
  .local-header-background img.background-image {
    display: inline;
  }
}
.repeating-header-bg .local-header-background > div {
  background-size: contain;
  background-repeat: repeat-x;
}
@media (min-width: 50em) {
  .local-header-background {
    min-height: 600px;
  }
  .bg_variant_a .local-header-background {
    min-height: 400px;
  }
  .bg_variant_b .local-header-background {
    min-height: 670px;
  }
  .bg_variant_c .local-header-background {
    min-height: 515px;
  }
  .bg_variant_d .local-header-background {
    min-height: 570px;
  }
  .bg_none .local-header-background {
    min-height: 0;
  }
  .local-header-background > div {
    min-height: 600px;
    width: 100%;
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg_variant_a .local-header-background > div {
    min-height: 400px;
  }
  .bg_variant_b .local-header-background > div {
    min-height: 670px;
  }
  .bg_variant_c .local-header-background > div {
    min-height: 515px;
  }
  .bg_variant_d .local-header-background > div {
    min-height: 570px;
  }
  .bg_none .local-header-background > div {
    min-height: 0;
  }
}
.archive.category .local-header-background, .archive.author .local-header-background {
  display: none;
}

.page-header {
  position: relative;
  z-index: 9002;
  height: auto;
  padding-top: 29px;
}
@media (min-width: 50em) {
  .page-header {
    padding-top: 0;
    overflow: hidden;
  }
  .archive.category .page-header, .archive.author .page-header {
    top: 0;
    overflow: unset;
  }
  .bg_variant_a .page-header .wrap {
    height: 400px;
  }
  .bg_variant_b .page-header .wrap {
    height: 670px;
  }
  .bg_variant_c .page-header .wrap {
    height: 515px;
  }
  .bg_variant_d .page-header .wrap {
    height: 570px;
  }
  .bg_none .page-header .wrap {
    height: 0;
  }
  .page-header .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 600px;
  }
  .page-header .wrap > .col, .page-header .wrap > .header-copy, .page-header .wrap > .author-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    vertical-align: top;
  }
  .archive.category .page-header .wrap > .col, .archive.author .page-header .wrap > .col, .archive.category .page-header .wrap > .header-copy, .archive.author .page-header .wrap > .header-copy, .archive.category .page-header .wrap > .author-image, .archive.author .page-header .wrap > .author-image {
    position: relative;
    top: unset;
    transform: none;
  }
  .archive.category .page-header .wrap > .col img.authorimage, .archive.author .page-header .wrap > .col img.authorimage, .archive.category .page-header .wrap > .header-copy img.authorimage, .archive.author .page-header .wrap > .header-copy img.authorimage, .archive.category .page-header .wrap > .author-image img.authorimage, .archive.author .page-header .wrap > .author-image img.authorimage {
    display: none;
  }
  .lt-ie9 .page-header .wrap {
    display: table;
  }
  .lt-ie9 .page-header .wrap:before, .lt-ie9 .page-header .wrap:after {
    display: none;
  }
  .lt-ie9 .page-header .wrap > .col, .lt-ie9 .page-header .wrap > .header-copy {
    top: auto;
    vertical-align: middle;
    display: table-cell;
  }
  .lt-ie9 .page-header .wrap .header-copy {
    padding: 0 5%;
  }
  .page-header .foreground-image {
    display: inline-block;
    width: 60%;
    text-align: right;
  }
  .page-header .foreground-image img {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
}
.page-header .wrap {
  position: relative;
  height: 100%;
}
.archive.category .page-header .wrap, .archive.author .page-header .wrap {
  height: unset;
}
.page-header .header-copy {
  width: 100%;
  margin: 0 auto;
  padding: 1.4em 0;
}
.archive.category .page-header .header-copy, .archive.author .page-header .header-copy {
  padding: 13px 0;
}
@media (min-width: 50em) {
  .archive.category .page-header .header-copy, .archive.author .page-header .header-copy {
    padding: 0;
  }
}
.archive.author .page-header .header-copy .positioner > div {
  display: none;
}
.page-header .header-copy div {
  font-family: "Inter", sans-serif;
}
@media (min-width: 37.5em) {
  .page-header .header-copy div.align-center, .center-header .page-header .header-copy div {
    text-align: center;
  }
}
.page-header .header-copy div.positioner {
  position: relative;
}
.page-header .header-copy .soft-signup .hbspt-form {
  margin-bottom: 40px;
  margin-top: 16px;
}
@media (min-width: 50em) {
  .page-header .header-copy .soft-signup .hbspt-form {
    max-width: 446px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.page-header .header-copy .soft-signup .hbspt-form form > div {
  display: inline-block;
}
.page-header .header-copy .soft-signup .hbspt-form form input {
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-appearance: none;
}
@media (min-width: 50em) {
  .page-header .header-copy .soft-signup .hbspt-form form input {
    font-size: 18px;
    height: 60px;
  }
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email {
  width: 100%;
  margin-bottom: 9px;
}
@media (min-width: 50em) {
  .page-header .header-copy .soft-signup .hbspt-form form .hs-email {
    padding-right: 9px;
    margin-bottom: 0;
    width: 66%;
  }
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email ul {
  margin-bottom: 0;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email label {
  display: none;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email label.hs-error-msg {
  display: inline-block;
  width: 200%;
  font-weight: 300;
  text-align: left;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input {
  border-radius: 5px;
  border: none;
  width: 100%;
  padding-left: 23px;
  color: #101423;
  background: #fff;
  font-size: 14px;
  height: 44px;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #101423;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #101423;
  opacity: 1;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #101423;
  opacity: 1;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #101423;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #101423;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-email input::placeholder {
  /* Most modern browsers support this now. */
  color: #101423;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-submit {
  width: 100%;
  float: none;
}
@media (min-width: 50em) {
  .page-header .header-copy .soft-signup .hbspt-form form .hs-submit {
    width: 34%;
    float: right;
    vertical-align: top;
  }
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-submit input {
  width: 100%;
  border-radius: 5px;
  border: none;
  background: #B3F604;
  color: #101423;
  font-weight: 500;
  font-size: 14px;
  height: 44px;
  padding: 0 15px;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-submit input:hover, .page-header .header-copy .soft-signup .hbspt-form form .hs-submit input:focus {
  border: 1px solid #76B102;
  background: #76B102;
  color: #fff;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs_error_rollup {
  display: none !important;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-error-msgs {
  font-size: 14px;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-error-msgs li {
  padding-left: 0;
}
.page-header .header-copy .soft-signup .hbspt-form form .hs-error-msgs li:before {
  display: none;
}
.center-header .page-header .header-copy {
  text-align: center;
}
@media (min-width: 50em) {
  .page-header .header-copy {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    line-height: 1.3;
    text-align: left;
  }
  .centered-header .page-header .header-copy {
    text-align: center;
  }
  .author .page-header .header-copy {
    color: #fff;
  }
  .page-header .header-copy div {
    text-align: left;
  }
  .centered-header .page-header .header-copy div {
    text-align: center;
  }
}
.page-header .header-copy h1 {
  margin: 0 0 19px;
}
.archive.category .page-header .header-copy h1, .archive.author .page-header .header-copy h1 {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 50em) {
  .page-header .header-copy h1 {
    margin: 0 0 26px;
  }
  .archive.category .page-header .header-copy h1, .archive.author .page-header .header-copy h1 {
    margin: 99px 0 21px;
    font-size: 48px;
    line-height: 59px;
  }
}
@media (min-width: 81.25em) {
  .archive.category .page-header .header-copy h1, .archive.author .page-header .header-copy h1 {
    margin-top: 81px;
  }
}
.page-header .header-copy h2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 17px;
  font-weight: 400;
}
.archive.category .page-header .header-copy h2, .archive.author .page-header .header-copy h2 {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 50em) {
  .page-header .header-copy h2 {
    font-size: 28px;
    margin-bottom: 21px;
  }
  .archive.category .page-header .header-copy h2, .archive.author .page-header .header-copy h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 74px;
  }
}
.page-header .header-copy ul, .page-header .header-copy ol {
  font-size: 22px;
  line-height: normal;
  list-style-type: none;
  margin: 21px 0 36px;
}
.page-header .header-copy ul li, .page-header .header-copy ol li {
  margin: 0 0 24px;
  position: relative;
  padding-left: 33px;
}
@media (min-width: 50em) {
  .page-header .header-copy ul li, .page-header .header-copy ol li {
    margin: 0 0 14px;
    padding-left: 50px;
  }
}
.page-header .header-copy ul li:before, .page-header .header-copy ol li:before {
  position: absolute;
  content: "" !important;
  display: block;
  width: 16px;
  height: 13px;
  top: 8px;
  left: 0;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/check-teal.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 15px;
  top: 3px;
}
@media (min-width: 50em) {
  .page-header .header-copy ul li:before, .page-header .header-copy ol li:before {
    width: 27px;
    height: 22px;
  }
}
.page-header .header-copy p.image-holder {
  position: relative;
}
.category.category-training .page-header .header-copy p, .category.category-templates .page-header .header-copy p, .category.training-guides .page-header .header-copy p, .category.category-books .page-header .header-copy p .select-api .page-header .header-copy p {
  position: relative;
}
.category.category-training .page-header .header-copy p:before, .category.category-templates .page-header .header-copy p:before, .category.training-guides .page-header .header-copy p:before, .category.category-books .page-header .header-copy p .select-api .page-header .header-copy p:before {
  display: none;
  position: absolute;
  content: "";
  width: 165px;
  height: 165px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/resources-icon.png) no-repeat;
  background-size: cover;
  top: -96px;
  left: -116px;
  z-index: -1;
}
@media (min-width: 50em) {
  .category.category-training .page-header .header-copy p:before, .category.category-templates .page-header .header-copy p:before, .category.training-guides .page-header .header-copy p:before, .category.category-books .page-header .header-copy p .select-api .page-header .header-copy p:before {
    display: block;
  }
}
.category.category-training .page-header .header-copy p:before {
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/training-icon.png) no-repeat;
  background-size: cover;
  left: -135px;
}
.category.category-templates .page-header .header-copy p:before {
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/templates-icon.png) no-repeat;
  background-size: cover;
  left: -133px;
}
@media (min-width: 50em) {
  .category.training-guides .page-header .header-copy p {
    margin: 0 8%;
  }
}
@media (min-width: 64em) {
  .category.training-guides .page-header .header-copy p {
    margin: 0 14%;
  }
}
@media (min-width: 70em) {
  .category.training-guides .page-header .header-copy p {
    margin: 0 17%;
  }
}
@media (min-width: 81.25em) {
  .category.training-guides .page-header .header-copy p {
    margin: 0 22%;
  }
}
.category.training-guides .page-header .header-copy p:before {
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/guides-icon.png) no-repeat;
  background-size: cover;
}
.category.category-books .page-header .header-copy p:before {
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/books-icon.png) no-repeat;
  background-size: cover;
}
.select-api .page-header .header-copy p:before {
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/select-api-icon.png) no-repeat;
  background-size: cover;
  left: -122px;
}
.page-header .header-copy span.wistia_embed {
  display: block;
  width: 600px;
  max-width: 100%;
  height: 221px;
  margin: 2.3em 0 1em;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29) !important;
}
@media (min-width: 25em) {
  .page-header .header-copy span.wistia_embed {
    width: 600px;
    height: 221px;
  }
}
@media (min-width: 37.5em) {
  .page-header .header-copy span.wistia_embed {
    margin: 1.3em 0 1em;
    width: 600px;
    height: 338px;
  }
}
@media (min-width: 50em) {
  .page-header .header-copy span.wistia_embed {
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: absolute;
    width: 64.5%;
    height: 38%;
    top: 58px;
    left: 18%;
  }
}
@media (min-width: 64em) {
  .page-header .header-copy span.wistia_embed {
    width: 374px;
    height: 207px;
    top: 23px;
    left: auto;
    right: 7px;
  }
}
@media (min-width: 70em) {
  .page-header .header-copy span.wistia_embed {
    width: 418px;
    height: 231px;
    top: 26px;
    right: 16px;
  }
}
@media (min-width: 81.25em) {
  .page-header .header-copy span.wistia_embed {
    width: 444px;
    height: 246px;
    top: -11px;
    right: 7px;
  }
}
.wistia-header-button .page-header .header-copy span.wistia_embed {
  display: inline-block;
  width: auto;
  height: auto;
  position: inherit;
  margin-bottom: 0;
  margin-top: 0;
  padding: 9px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.wistia-header-button .page-header .header-copy span.wistia_embed > div {
  width: auto !important;
  height: auto !important;
}
.page-header .header-copy :last-child {
  margin-bottom: 0;
}
.page-header .header-copy img {
  display: block;
  position: inherit;
}
@media (min-width: 50em) {
  .page-header .header-copy img {
    position: absolute;
  }
}
.page-header .header-copy img.hide-on-mobile {
  display: none;
}
@media (min-width: 50em) {
  .page-header .header-copy img.hide-on-mobile {
    display: block;
  }
}
.page-header .header-copy img.hide-on-desktop {
  display: block;
}
@media (min-width: 50em) {
  .page-header .header-copy img.hide-on-desktop {
    display: none;
  }
}
.page-header .header-copy a.button {
  text-transform: none;
  padding: 24px 75px;
  margin-top: 16px;
}
@media (min-width: 50em) {
  .page-header .header-copy a.button {
    margin-top: 21px;
  }
}
.page-header .foreground-image {
  z-index: 9004;
  line-height: 0;
  text-align: center;
}
.page-header.author-image .foreground-image img {
  border-radius: 50% !important;
}

.hide-image .foreground-image {
  display: none;
}

.header-copy .wrap {
  width: 100%;
}

.header-img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  display: none;
}
@media (min-width: 50em) {
  .header-img {
    display: block;
  }
}
.header-img img {
  width: 100%;
  height: auto;
}

/* Author pages header */
.author-image {
  text-align: center;
}

@media (min-width: 50em) {
  .lt-ie9 .archive.author .header-copy {
    float: none;
  }

  .author-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: right;
  }
  .author-image img {
    margin-bottom: 0;
  }
  .lt-ie9 .author-image {
    top: auto;
    float: none;
    vertical-align: middle;
    display: table-cell;
  }
}
.video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
  min-height: 650px;
}
@media (min-width: 37.5em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 782px;
  }
}
@media (min-width: 50em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 687px;
  }
}
@media (min-width: 64em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 687px;
  }
}
@media (min-width: 70em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 687px;
  }
}
@media (min-width: 81.25em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 687px;
  }
}
@media (min-width: 90em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 687px;
  }
}
@media (min-width: 100em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 758px;
  }
}
@media (min-width: 112.5em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 857px;
  }
}
@media (min-width: 129em) {
  .video-resources-page .local-header,
.video-resources-page .local-header.wrap,
.video-resources-page .local-header-background,
.video-resources-page .local-header-background > div,
.video-resources-page .page-header .wrap {
    min-height: 979px;
  }
}
.video-resources-page .local-header-background > div {
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/video-resources-header-bg-mobile.jpg) no-repeat;
  background-position: center bottom !important;
  background-size: cover !important;
}
@media (min-width: 50em) {
  .video-resources-page .local-header-background > div {
    background: url(/wp-content/themes/projectmanager-bones-2015/library/images/video-resources-header-bg.jpg) no-repeat;
  }
}
.video-resources-page .local-header, .video-resources-page .content, .video-resources-page .footer {
  top: 0;
}
.video-resources-page .page-header .header-copy {
  text-align: center;
}
@media (min-width: 50em) {
  .video-resources-page .page-header .header-copy {
    text-align: left;
  }
}
.video-resources-page .page-header .header-copy h1 {
  font-size: 24px;
  line-height: normal;
  margin: 51px 0 12px;
}
@media (min-width: 50em) {
  .video-resources-page .page-header .header-copy h1 {
    margin: 0 0 8px;
    max-width: 397px;
    font-size: 48px;
  }
}
.video-resources-page .page-header .header-copy a.button {
  padding: 11px 29px 11px 12px;
}
@media (min-width: 50em) {
  .video-resources-page .page-header .header-copy a.button {
    padding: 11px 33px 11px 17px;
  }
}

.training-academy-page .local-header,
.training-academy-page .local-header.wrap,
.training-academy-page .local-header-background,
.training-academy-page .local-header-background > div,
.training-academy-page .page-header .wrap {
  min-height: 650px;
}
@media (min-width: 50em) {
  .training-academy-page .local-header,
.training-academy-page .local-header.wrap,
.training-academy-page .local-header-background,
.training-academy-page .local-header-background > div,
.training-academy-page .page-header .wrap {
    min-height: 663px;
  }
}
.training-academy-page .local-header-background > div {
  background-position: center bottom;
}
@media (min-width: 50em) {
  .training-academy-page .local-header-background > div {
    background-position: center bottom 63px;
  }
}
.training-academy-page .local-header, .training-academy-page .content, .training-academy-page .footer {
  top: 0;
}
.training-academy-page .page-header .header-copy {
  text-align: center;
}
@media (min-width: 50em) {
  .training-academy-page .page-header .header-copy {
    text-align: left;
    transform: none;
    top: 172px;
  }
}
.training-academy-page .page-header .header-copy h1 {
  font-size: 24px;
  line-height: normal;
  margin: 51px 0 12px;
}
@media (min-width: 50em) {
  .training-academy-page .page-header .header-copy h1 {
    margin: 0 0 8px;
    max-width: 35%;
    font-size: 48px;
  }
}
.training-academy-page .page-header .header-copy h2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #BEC4CF;
}
@media (min-width: 50em) {
  .training-academy-page .page-header .header-copy h2 {
    font-size: 18px;
    line-height: 28px;
    max-width: 34%;
  }
}
.training-academy-page .page-header .header-copy a.button {
  padding: 11px 29px 11px 12px;
}
@media (min-width: 50em) {
  .training-academy-page .page-header .header-copy a.button {
    padding: 11px 33px 11px 17px;
  }
}
.training-academy-page .page-header .header-copy img {
  margin-top: 32px;
}
@media (min-width: 50em) {
  .training-academy-page .page-header .header-copy img {
    margin-top: 0;
    top: -41px;
    right: 0;
    max-width: 57%;
  }
}

/*# sourceMappingURL=style-critical.css.map */
