@charset "UTF-8";
/******************************************************************
Colors
******************************************************************/
/* Reds */
/* Oranges */
/* used for the rarely seen button.orange class */
/* used on Use Case Landing Page */
/* Yellows */
/* Greens */
/* legacy color - do not use */
/* legacy color - do not use */
/* legacy color - do not use */
/* used for a background color in a page content block */
/* this is the end color in a gradient that starts with $light-green */
/* used on Use Case Landing Page */
/* used on some buttons */
/* Blues */
/* brand: 8fcef1 */
/*  rgba(0, 93, 210, 1) */
/* brand:0071bb */
/* brand: 002a68 */
/* primary */
/* this color to be used when design calls for 1px border of pm-blue. this is more representative of what the designer sees in Photoshop */
/* medium the old color is 4fc9f9 2019-02-01 */
/* light */
/* used in a guide header 2019-02-01 */
/* Violets */
/* Assignments */
/******************************************************************
Typography
******************************************************************/
/******************************************************************
Mixins
******************************************************************/
/*********************
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
*********************/
/*********************
GUIDES 2017 Prev-Next
*********************/
/*********************
Global Typography
*********************/
/*********************
Header Typography
*********************/
/*********************
Header Backgrounds
*********************/
/*********************
Page Sections
*********************/
/**********************************
Use Case CTA with monitor image
**********************************/
/***************
Landing Pages
***************/
/*****************************
Shared tabbed content styles	
******************************/
/*****************************
Lists	
******************************/
/******************************************************************
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.
 */
dl,
menu,
ol,
ul {
  margin: 0 0 1.677em 0;
}

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: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

label {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  color: #424242;
}

/**
 * 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: #ffffff;
  color: #214293;
  padding: 1em;
}

/******************************************************************
Typography
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0.675em 0;
  color: #515151;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", 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 h1, .page-header .h1, .page-header h2, .page-header .h2, .page-header h3, .page-header .h3, .page-header h4, .page-header .h4, .page-header h5, .page-header .h5, .page-header h6, .page-header .h6 {
  color: #214293;
}
.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: #ffffff;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", 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: #ffffff !important;
  }
}

h1, .h1 {
  color: #214293;
  font-size: 38px;
  line-height: 48px;
}

h2, .h2, .h-2 {
  font-weight: 700;
  color: #214293;
  font-size: 28px;
  line-height: 39px;
}
.integrations-page-google h2, .integrations-page-google .h2, .integrations-page-google .h-2 {
  margin-bottom: 0;
}
h2.section-title, .h2.section-title, .h-2.section-title {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 9px;
  font-weight: 700;
}
@media (min-width: 50em) {
  h2.section-title, .h2.section-title, .h-2.section-title {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 0.675em;
  }
}
.use-case-tiles h2.section-title, .project-budgeting-create h2.section-title, .use-case-tiles .h2.section-title, .project-budgeting-create .h2.section-title, .use-case-tiles .h-2.section-title, .project-budgeting-create .h-2.section-title {
  text-align: center;
}
.pm-blue-background h2.section-title, .pm-blue-background .h2.section-title, .pm-blue-background .h-2.section-title {
  color: #ffffff;
}
.customer-blurb h2.section-title, .customer-blurb .h2.section-title, .customer-blurb .h-2.section-title {
  margin-bottom: 20px;
}
.guides-resources h2.section-title, .guides-resources .h2.section-title, .guides-resources .h-2.section-title {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (min-width: 37.5em) {
  .guides-resources h2.section-title, .guides-resources .h2.section-title, .guides-resources .h-2.section-title {
    font-size: 34px;
  }
}
.home-logos h2.section-title, .home-logos .h2.section-title, .home-logos .h-2.section-title {
  color: #424242;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 26px;
}
@media (min-width: 50em) {
  .home-logos h2.section-title, .home-logos .h2.section-title, .home-logos .h-2.section-title {
    margin-bottom: 19px;
  }
}
.home-logos h2.section-title strong, .home-logos .h2.section-title strong, .home-logos .h-2.section-title strong {
  color: #424242;
  font-weight: 800;
}
.home-triptych h2.section-title, .home-triptych .h2.section-title, .home-triptych .h-2.section-title {
  margin-bottom: 11px;
}
.home-tabs h2.section-title, .home-tabs .h2.section-title, .home-tabs .h-2.section-title {
  margin-bottom: 29px;
}
.home-integrations h2.section-title, .home-customers h2.section-title, .home-v2-support h2.section-title, .home-integrations .h2.section-title, .home-customers .h2.section-title, .home-v2-support .h2.section-title, .home-integrations .h-2.section-title, .home-customers .h-2.section-title, .home-v2-support .h-2.section-title {
  margin-bottom: 4px;
}
.demo-page h2.section-title, .demo-page .h2.section-title, .demo-page .h-2.section-title {
  text-align: left;
  margin: 0 auto 10px;
  font-size: 42px;
  line-height: normal;
}
.use-case-tiles h2.section-title, .use-case-tiles .h2.section-title, .use-case-tiles .h-2.section-title {
  margin-bottom: 0;
}
.more-categories h2.section-title, .more-categories .h2.section-title, .more-categories .h-2.section-title {
  font-size: 20px;
}
h2.section-title .integrations-google-icons, .integrations-google-case-study h2.section-title, .h2.section-title .integrations-google-icons, .integrations-google-case-study .h2.section-title, .h-2.section-title .integrations-google-icons, .integrations-google-case-study .h-2.section-title {
  margin-bottom: 0;
}
.integrations-google-cta h2.section-title, .integrations-google-cta .h2.section-title, .integrations-google-cta .h-2.section-title {
  margin-bottom: 5px;
}
.gantt-landing-floating-image h2.section-title, .gantt-landing-floating-image .h2.section-title, .gantt-landing-floating-image .h-2.section-title {
  text-align: left;
}
@media (min-width: 50em) {
  .gantt-landing-floating-image h2.section-title, .gantt-landing-floating-image .h2.section-title, .gantt-landing-floating-image .h-2.section-title {
    margin-right: 39%;
  }
}
@media (min-width: 64em) {
  .gantt-landing-floating-image h2.section-title, .gantt-landing-floating-image .h2.section-title, .gantt-landing-floating-image .h-2.section-title {
    margin-right: 35%;
  }
}
@media (min-width: 70em) {
  .gantt-landing-floating-image h2.section-title, .gantt-landing-floating-image .h2.section-title, .gantt-landing-floating-image .h-2.section-title {
    margin-right: 0;
  }
}
.gantt-landing-2019-video h2.section-title, .gantt-landing-2019-video .h2.section-title, .gantt-landing-2019-video .h-2.section-title {
  margin-bottom: 6px;
}
.vs-smartsheet-page h2.section-title, .vs-smartsheet-page .h2.section-title, .vs-smartsheet-page .h-2.section-title {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 32px;
}
.training-academy h2.section-title, .training-academy-course h2.section-title, .training-academy .h2.section-title, .training-academy-course .h2.section-title, .training-academy .h-2.section-title, .training-academy-course .h-2.section-title {
  font-size: 38px;
  line-height: normal;
}
.course-blocks h2.section-title, .course-blocks .h2.section-title, .course-blocks .h-2.section-title {
  margin-bottom: 5px;
}
.training-academy-course h2.section-title, .training-academy-course .h2.section-title, .training-academy-course .h-2.section-title {
  margin-bottom: 5px;
}
.more-training-videos h2.section-title, .more-training-videos .h2.section-title, .more-training-videos .h-2.section-title {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 50em) {
  .more-training-videos h2.section-title, .more-training-videos .h2.section-title, .more-training-videos .h-2.section-title {
    text-align: left;
  }
}
.home-9-integrations h2.section-title, .home-9-industries-tagline h2.section-title, .home-9-tabs-tagline h2.section-title, .home-9-integrations .h2.section-title, .home-9-industries-tagline .h2.section-title, .home-9-tabs-tagline .h2.section-title, .home-9-integrations .h-2.section-title, .home-9-industries-tagline .h-2.section-title, .home-9-tabs-tagline .h-2.section-title {
  color: #214293 !important;
  margin-bottom: 4px;
}
.project-budgeting-create h2.section-title, .project-budgeting-create .h2.section-title, .project-budgeting-create .h-2.section-title {
  margin-bottom: 41px;
}
.wpe-freetrial h2.section-title, .wpe-freetrial .h2.section-title, .wpe-freetrial .h-2.section-title {
  line-height: 36px;
  margin-top: 52px;
}
@media (min-width: 50em) {
  .wpe-freetrial h2.section-title, .wpe-freetrial .h2.section-title, .wpe-freetrial .h-2.section-title {
    margin-top: 0;
  }
}
.page-header h2, .page-header .h2, .page-header .h-2 {
  color: #424242;
}
.single-post h2, .single-post .h2, .single-post .h-2 {
  font-size: 1.5em;
  line-height: normal;
}
.tour-page h2, .tour-page .h2, .tour-page .h-2 {
  text-align: center;
}
@media (min-width: 50em) {
  .tour-page h2, .tour-page .h2, .tour-page .h-2 {
    text-align: left;
  }
}
.tour-page h2.section-title, .tour-page .h2.section-title, .tour-page .h-2.section-title {
  text-align: center;
}
@media (min-width: 50em) {
  .features-cta h2, .features-cta .h2, .features-cta .h-2 {
    text-align: center;
  }
}
.home-industries h2, .home-industries .h2, .home-industries .h-2 {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 4px;
}
@media (min-width: 50em) {
  .home-industries h2, .home-industries .h2, .home-industries .h-2 {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 8px;
  }
}
@media (min-width: 64em) {
  .home-lonely-text h2, .home-lonely-text .h2, .home-lonely-text .h-2 {
    padding: 0 10%;
  }
}
@media (min-width: 81.25em) {
  .home-lonely-text h2, .home-lonely-text .h2, .home-lonely-text .h-2 {
    padding: 0 17%;
  }
}
.use-case-landing-cta h2, .use-case-landing-cta .h2, .use-case-landing-cta .h-2 {
  line-height: normal;
  margin-bottom: 13px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 27px;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  color: #214293;
}
.customers-page h3, .customers-page .h3 {
  color: #214293;
  font-size: 22px;
}
.guides-listing h3, .guides-listing .h3 {
  font-size: 24px;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  color: #214293;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.guides-listing h3 a, .guides-listing .h3 a {
  color: #214293 !important;
}
.guides-listing h3 a:hover, .guides-listing h3 a:focus, .guides-listing .h3 a:hover, .guides-listing .h3 a:focus {
  color: #03adee !important;
}
.single-post h3, .guides-header h3, .single-post .h3, .guides-header .h3 {
  font-size: 1.3em;
  line-height: normal;
}
.textwidget .rp4wp-related-posts h3, .textwidget .rp4wp-related-posts .h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin: 25px 0 5px;
}
.gantt-landing-2019-triptych h3, .gantt-landing-2019-triptych .h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}
.video-single h3, .video-double h3, .video-single .h3, .video-double .h3 {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 700;
}
.lesson-toc h3, .lesson-toc .h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
}

h4, .h4 {
  color: #214293;
  font-size: 1.5em;
  font-weight: 400;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
}
.guides-listing h4, .guides-listing .h4 {
  color: #03adee;
  font-style: italic;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 4px;
}
.training-center h4, .training-center .h4 {
  clear: both;
  margin-bottom: 0;
}
.single-post h4, .single-post .h4 {
  font-size: 1.2em;
  line-height: normal;
}

h5, .h5 {
  color: #03adee;
  font-size: 18px;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
}

h6 {
  color: #4e4e4e;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
}
h6 span {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home-logos h6 {
  font-size: 17px;
}
@media (min-width: 50em) {
  .home-logos h6 {
    font-size: 21px;
  }
}
.contact-widget-holder h6 {
  font-style: normal;
  font-weight: 600;
  color: #424242;
  margin-bottom: 0;
}

p, td {
  margin: 0 0 1.677em;
}
.col p, .page-template-tmpl-customer-case-study p, .col td, .page-template-tmpl-customer-case-study td {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  color: #424242;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.col p.section-description, .page-template-tmpl-customer-case-study p.section-description, .col td.section-description, .page-template-tmpl-customer-case-study td.section-description {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 15px;
  color: #424242;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 50em) {
  .col p.section-description, .page-template-tmpl-customer-case-study p.section-description, .col td.section-description, .page-template-tmpl-customer-case-study td.section-description {
    font-size: 18px;
    line-height: 30px;
  }
}
.guides-resources .col p.section-description, .guides-resources .page-template-tmpl-customer-case-study p.section-description, .guides-resources .col td.section-description, .guides-resources .page-template-tmpl-customer-case-study td.section-description {
  font-size: 41px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 18px;
}
.guides-cta .col p.section-description, .guides-cta .page-template-tmpl-customer-case-study p.section-description, .guides-cta .col td.section-description, .guides-cta .page-template-tmpl-customer-case-study td.section-description {
  line-height: 43px;
}
.use-case-tiles p.section-description, .use-case-tiles td.section-description {
  text-align: center;
}
.guides-listing p.byline, .guides-listing td.byline {
  font-size: 16px;
  color: #424242;
  line-height: normal;
  margin-bottom: 1px;
}
.guides-listing p.blurb, .guides-listing td.blurb {
  color: #424242;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  margin-bottom: 21px;
}
.guides-listing p.button-holder, .guides-listing td.button-holder {
  margin-bottom: 30px;
}
.guides-resources .col p, .guides-resources .col td {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  color: #60e024;
  font-size: 26px;
  margin-bottom: 17px;
}
.integrations-blurb p, .integrations-blurb td {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #424242;
}
.cta-with-arrows p, .cta-with-arrows td {
  font-weight: 400;
  color: #424242;
}
.use-case-tiles p.section-description, .use-case-tiles td.section-description {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #214293;
}
.use-case-landing-cta p, .use-case-landing-cta td {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: normal;
  margin-right: 58%;
  margin-bottom: 21px;
}
@media (min-width: 50em) {
  .use-case-landing-cta p, .use-case-landing-cta td {
    margin-right: 13%;
  }
}
article p, article td {
  color: #424242;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.pre-marketing-page p, .pre-marketing-page td {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
}
@media (min-width: 64em) {
  .home-lonely-text p, .home-lonely-text td {
    padding: 0 10%;
  }
}
@media (min-width: 81.25em) {
  .home-lonely-text p, .home-lonely-text td {
    padding: 0 9%;
  }
}
.integrations-google-icons p.section-description, .integrations-google-case-study p.section-description, .integrations-google-icons td.section-description, .integrations-google-case-study td.section-description {
  line-height: 32px;
  margin-bottom: 43px;
  margin-right: auto;
  margin-left: auto;
}
.integrations-google-case-study p.section-description, .integrations-google-case-study td.section-description {
  margin-bottom: 23px;
}
.training-academy p.section-description, .training-academy td.section-description {
  margin-bottom: 60px;
}
.training-academy p.section-description, .training-academy-course p.section-description, .training-academy td.section-description, .training-academy-course td.section-description {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-size: 28px;
}
.training-academy-course p, .training-academy-course td {
  color: #214293;
}
.home-9-integrations p.section-description, .home-9-industries-tagline p.section-description, .home-9-tabs-tagline p.section-description, .home-9-integrations td.section-description, .home-9-industries-tagline td.section-description, .home-9-tabs-tagline td.section-description {
  color: #424242 !important;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}
.solutions-three p.section-description, .solutions-three td.section-description {
  font-size: 18px;
  line-height: 30px;
}

a, a:visited {
  border-bottom: none;
  color: #214293;
  text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #19316e;
}
a.imglink, a.no-underline, a:visited.imglink, a:visited.no-underline {
  border: none;
  text-decoration: none;
}
a.text-link:hover, a.text-link:focus, a:visited.text-link:hover, a:visited.text-link:focus {
  color: #03adee;
}
.content a, .content a:visited {
  color: #03ADEE;
}
.content a.pop-cat, .content a:visited.pop-cat {
  color: #ffffff;
}
.content a:hover, .content a:focus, .content a:visited:hover, .content a:visited:focus {
  color: #19316e;
}
.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: #424242;
}
.content a.back-to-blog, .content a:visited.back-to-blog {
  color: #ffffff;
  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;
}
.contact-widget-holder a, .contact-widget-holder a:visited {
  word-break: break-word;
}
@media (min-width: 64em) {
  .contact-widget-holder a, .contact-widget-holder a:visited {
    word-break: normal;
  }
}

article ul, article ol {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
}
.col ul, .col ol {
  font-size: 18px;
  line-height: 30px;
}

.col ul {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  color: #424242;
}
.col ul.wpp-list, .col ul.pop-post-list {
  margin: 0;
}
.col ul.wpp-list li, .col ul.pop-post-list li {
  margin: 0;
  clear: both;
}
.col ul.wpp-list li:before, .col ul.pop-post-list li:before {
  display: none;
}
.col ul.wpp-list li .post-stats, .col ul.pop-post-list li .post-stats {
  display: none;
}
.col ul.wpp-list li a.imglink img, .col ul.wpp-list li a.pop-post-image img, .col ul.pop-post-list li a.imglink img, .col ul.pop-post-list li a.pop-post-image img {
  margin: 0 20px 48px 0;
}
.most-popular-posts .col ul.wpp-list li a.imglink img, .most-popular-posts .col ul.wpp-list li a.pop-post-image img, .most-popular-posts .col ul.pop-post-list li a.imglink img, .most-popular-posts .col ul.pop-post-list li a.pop-post-image img {
  margin: 0 10px 23px 0;
}
.col ul.wpp-list li a.wpp-post-title, .col ul.wpp-list li a.pop-post-title, .col ul.pop-post-list li a.wpp-post-title, .col ul.pop-post-list li a.pop-post-title {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #214293;
  position: relative;
  top: -4px;
  display: block;
}
ul.check-circle-list {
  font-weight: 400;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", 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: "";
  color: #03adee;
  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;
}

blockquote {
  position: relative;
  margin: 0 auto;
  max-width: 978px;
  padding: 18px 15px 12px;
  color: #214293;
  border: 2px solid #03adee;
}
@media (min-width: 50em) {
  blockquote {
    padding: 18px 30px 22px;
  }
}
blockquote.guides-quote {
  margin-bottom: 24px;
  text-align: center;
}
blockquote p {
  margin: 0 !important;
  font-size: 23px !important;
  line-height: 27px !important;
  color: #214293 !important;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
@media (min-width: 50em) {
  blockquote p {
    font-size: 30px !important;
    line-height: 37px !important;
  }
}
.quote blockquote p {
  padding-right: 0 !important;
  text-align: center !important;
}
blockquote:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2017/11/pip-1.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 28px;
  bottom: -28px;
  left: 34%;
}
@media (min-width: 50em) {
  blockquote:after {
    left: 37%;
  }
}
@media (min-width: 64em) {
  blockquote:after {
    left: 36%;
  }
}
@media (min-width: 70em) {
  blockquote:after {
    left: 37%;
  }
}
.light-gray blockquote:after {
  background-image: url(/wp-content/uploads/2015/08/pip-light-gray.png);
}
.pre-marketing-quote blockquote:after {
  display: none;
}
blockquote.no-speaker:after {
  display: none;
}
blockquote.alt-blockquote {
  vertical-align: top;
  text-align: left;
  display: block;
}
@media (min-width: 64em) {
  blockquote.alt-blockquote {
    display: inline-block;
  }
}
blockquote.alt-blockquote:before, blockquote.alt-blockquote:after {
  display: none;
}
@media (min-width: 37.5em) {
  blockquote.alt-blockquote:before, blockquote.alt-blockquote:after {
    display: block;
  }
}
@media (min-width: 64em) {
  blockquote.alt-blockquote img {
    display: inline-block;
  }
}
blockquote.alt-blockquote img.quotee {
  vertical-align: text-top;
  float: left;
  display: block;
  border-radius: 50% !important;
  margin-right: 100%;
  margin-top: -17px;
}
@media (min-width: 37.5em) {
  blockquote.alt-blockquote img.quotee {
    margin-right: 20px;
  }
}
blockquote.alt-blockquote img.alt-quote-logo {
  vertical-align: text-top;
  height: 35px;
}
blockquote.alt-blockquote span {
  font-size: 0.9em;
}
blockquote.with-image:before, blockquote.with-image:after {
  display: none;
}
blockquote.with-image p {
  text-align: center;
}
blockquote.with-image img {
  float: left;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
blockquote.with-image span.speaker {
  float: none;
}
.pre-marketing-quote blockquote {
  max-width: 1020px;
}
.pre-marketing-quote blockquote, .pre-marketing-quote blockquote p {
  border: none;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
  font-style: italic;
  font-weight: 600;
  font-size: 25px !important;
  line-height: 42px !important;
  color: #151889 !important;
}
.gantt-landing-2019-quote blockquote {
  border: none;
  padding: 0;
  max-width: none;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  text-align: center;
}
.gantt-landing-2019-quote blockquote:after {
  display: none;
}
.gantt-landing-2019-quote blockquote p {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
  color: #214293 !important;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
}
.gantt-landing-2019-quote blockquote p span {
  position: relative;
  z-index: 1;
}
.gantt-landing-2019-quote blockquote p span:before {
  content: "“";
  color: #ffffff !important;
  font-size: 115px;
  font-weight: 800;
  position: absolute;
  top: 27px;
  left: -33px;
  z-index: -1;
}
.gantt-landing-2019-quote blockquote p span:after {
  display: none;
}
.gantt-landing-2019-quote blockquote p strong {
  font-weight: 800;
}
.gantt-landing-2019-quote blockquote p strong span {
  position: relative;
  z-index: 1;
}
.gantt-landing-2019-quote blockquote p strong span:after {
  content: "”";
  color: #ffffff !important;
  font-size: 115px;
  display: block;
  position: absolute;
  top: 27px;
  right: -33px;
  z-index: -1;
}
.gantt-landing-2019-quote blockquote p strong span:before {
  display: none;
}
.gantt-landing-2019-quote blockquote p strong, .gantt-landing-2019-quote blockquote p span {
  color: #214293 !important;
}
.gantt-landing-2019-quote blockquote {
  text-align: left;
  margin-bottom: 20px;
}
.gantt-landing-2019-quote blockquote p span:before,
.gantt-landing-2019-quote blockquote p strong span:after {
  color: #dee4e7 !important;
}
.gantt-landing-2019-quote blockquote p {
  font-size: 28px !important;
  line-height: 34px !important;
}
.gantt-landing-2019-quote blockquote p strong {
  font-weight: 700;
  text-transform: uppercase;
}
.mp-alt-2-quotes blockquote {
  border: 0;
  border-left: 3px solid #424242;
  padding: 0 17px;
  margin: 0;
}
.mp-alt-2-quotes blockquote p {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: normal !important;
  color: #424242 !important;
}
.mp-alt-2-quotes blockquote p:first-of-type {
  margin-bottom: 24px !important;
}
.mp-alt-4 .mp-alt-2-quotes blockquote p strong, .home-pricing-2 .mp-alt-2-quotes blockquote p strong {
  font-weight: 400;
}
.ms-teams .mp-alt-2-quotes blockquote p strong {
  font-weight: 700;
}

.pm-blue-text {
  color: #214293 !important;
}

/******************************************************************
Media
******************************************************************/
img {
  margin: 0 0 1.5em 0;
  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%;
}
.about-page .video-container, .header-copy .video-container {
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  width: 500px;
  height: 300px;
  max-width: 100%;
}
@media (min-width: 50em) {
  .about-page .video-container, .header-copy .video-container {
    position: absolute;
    top: -54px;
    max-width: 50%;
  }
}
@media (min-width: 64em) {
  .about-page .video-container, .header-copy .video-container {
    top: -84px;
  }
}
@media (min-width: 90em) {
  .about-page .video-container, .header-copy .video-container {
    top: -74px;
  }
}
@media (min-width: 112.5em) {
  .about-page .video-container, .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;
  }
}
.facebook-landing .video-container {
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  width: 520px;
  height: 285px;
  max-width: 100%;
  margin: 0 auto 58px;
  border: 1px solid #03adee;
}
.tour-page-section .video-container {
  border: 7px solid #ffffff;
  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%;
}
.about-page .video-container iframe, .about-page .video-container object, .about-page .video-container embed {
  width: 500px;
  height: 300px;
  max-width: 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;
}

.single-post .pmwistia, .guides-subpage .pmwistia,
.single-post .pmwistia-inline,
.guides-subpage .pmwistia-inline,
.single-post .wistia_responsive_padding,
.guides-subpage .wistia_responsive_padding {
  margin-bottom: 25px;
}
.product-videos-page .pmwistia,
.product-videos-page .pmwistia-inline,
.product-videos-page .wistia_responsive_padding {
  border: 1px solid #214293;
}

.wistia_responsive_wrapper {
  width: 50% !important;
  height: auto !important;
}
.product-videos-page .wistia_responsive_wrapper, .single-post .wistia_responsive_wrapper, .training-center .wistia_responsive_wrapper, .guides-subpage .wistia_responsive_wrapper, .lesson-content .wistia_responsive_wrapper, .industries-page .wistia_responsive_wrapper, .tour-page-section .wistia_responsive_wrapper, .msp-alternative-video .wistia_responsive_wrapper {
  width: 100% !important;
  height: 100% !important;
}
.industries-page .wistia_responsive_wrapper, .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;
}
.industries-page .wistia_responsive_wrapper, .tour-page-section .wistia_responsive_wrapper, .msp-alternative-video .wistia_responsive_wrapper {
  border: 7px solid #ffffff;
}

.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%;
}

.wistia-cta {
  background: url(https://www.projectmanager.com/wp-content/themes/projectmanager-bones-2015/library/images/wistia-back.jpg) no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.wistia-cta a {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  display: block;
  position: relative;
  top: 46.5%;
  font-size: 0.65em;
}
.wistia-cta a:hover, .wistia-cta a:focus {
  color: #214293 !important;
}
.single-post .wistia-cta a {
  background: #60e024;
  display: inline-block;
  padding: 7px 50px;
  border-radius: 75px;
  top: 37.5%;
}
.single-post .wistia-cta a:hover, .single-post .wistia-cta a:focus {
  color: #60e024 !important;
  background: #ffffff;
}
.single-post .wistia-cta {
  background: url(https://www.projectmanager.com/wp-content/themes/projectmanager-bones-2015/library/images/blog-video-cta.jpg) no-repeat !important;
  background-size: cover !important;
}

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

.video-single .col p,
.video-double .col p {
  margin: 4px 0 22px;
}

.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/

******************************************************************/
.menu-button a, .menu-button a:visited, .button, .button:visited {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 25px;
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
  -webkit-transform-style: preserve-3d;
  border-radius: 25px;
}
.software-subpage-2021 .menu-button a, .menu-button .software-subpage-2021 a, .software-subpage-2021 .button, .page-template-tmpl-pricing .menu-button a, .menu-button .page-template-tmpl-pricing a, .page-template-tmpl-pricing .button, .about-page .menu-button a, .menu-button .about-page a, .about-page .button {
  border-radius: 4px;
}
.menu-button a:hover, .button:hover, .menu-button a:focus, .button:focus {
  background-color: #60e024;
  color: #ffffff !important;
  text-decoration: none;
}
.menu-button a:active, .button:active {
  top: 1px;
}
.pm_bottom_info .menu-button a, .menu-button .pm_bottom_info a, .pm_bottom_info .button {
  padding: 8px 14px;
}
.software-subpage-2021 .menu-button a, .menu-button .software-subpage-2021 a, .software-subpage-2021 .button {
  text-transform: none;
}

/*
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, .button:visited {
  color: #ffffff;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  background-color: #209a04;
  color: #ffffff;
}
.button:active, .button:visited:active {
  background-color: #1c8304;
  color: #ffffff;
}
.button > a, .button > a:visited, .button > a:hover, .button:visited > a, .button:visited > a:visited, .button:visited > a:hover {
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.competitor-landing-cta-2019 .button, .competitor-landing-cta-2019 .button:visited {
  position: relative;
}
.competitor-landing-cta-2019 .button:before, .competitor-landing-cta-2019 .button:after, .competitor-landing-cta-2019 .button:visited:before, .competitor-landing-cta-2019 .button:visited:after {
  content: "";
  display: block;
  width: 61px;
  height: 69px;
  position: absolute;
  top: -39px;
}
.competitor-landing-cta-2019 .button:before, .competitor-landing-cta-2019 .button:visited:before {
  background: url(/wp-content/themes/projectmanager-bones-2015/2019/03/arrow-left.png) no-repeat;
  background-size: contain;
  left: -76px;
}
.competitor-landing-cta-2019 .button:after, .competitor-landing-cta-2019 .button:visited:after {
  background: url(/wp-content/themes/projectmanager-bones-2015/2019/03/arrow-right.png) no-repeat;
  background-size: contain;
  right: -76px;
}

.menu-button a, .menu-button a:visited {
  padding: 0.5em 1em !important;
  border: none !important;
  color: #ffffff;
}
@media (min-width: 50em) {
  .menu-button a, .menu-button a:visited {
    padding: 5px 15px 6px !important;
  }
}

.menu-button a, .menu-button a:visited {
  background-color: #60e024;
}
.white-greenborder-2-buttons .menu-button a, .white-greenborder-2-buttons .menu-button a:visited {
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 6px #60e024 inset;
  -webkit-box-shadow: 0px 0px 0px 6px #60e024 inset;
  -moz-box-shadow: 0px 0px 0px 6px #60e024 inset;
  color: #214293 !important;
  padding: 14px 30px !important;
  border-radius: 12px !important;
}
.white-greenborder-2-buttons .menu-button a:hover, .white-greenborder-2-buttons .menu-button a:focus, .white-greenborder-2-buttons .menu-button a:visited:hover, .white-greenborder-2-buttons .menu-button a:visited:focus {
  color: #ffffff !important;
  background-color: #60e024;
}
.menu-button a:hover, .menu-button a:focus, .menu-button a:visited:hover, .menu-button a:visited:focus {
  background: #03adee;
  color: #ffffff !important;
}
.menu-button a:active, .menu-button a:visited:active {
  background: #214293;
}

.button.white, .button.white:visited {
  border: 1px solid #e9ebee;
  background-color: #ffffff !important;
  color: #FDA543;
}
.button.white:hover, .button.white:focus, .button.white:visited:hover, .button.white:visited:focus {
  background-color: #ffffff;
  color: #fd9e34;
}
.button.white:active, .button.white:visited:active {
  background-color: #fd992a;
  color: #ffffff;
}
.button.white a, .button.white a:visited, .button.white a:hover, .button.white:visited a, .button.white:visited a:visited, .button.white:visited a:hover {
  border: none;
  color: #ffffff;
  text-decoration: none;
}

.button.white-alt, .button.white-alt:visited {
  border: 0;
  border-radius: 0;
  display: block;
  background-color: #ffffff !important;
  color: #209a04 !important;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 12px 23px;
}
@media (min-width: 37.5em) {
  .button.white-alt, .button.white-alt:visited {
    font-size: 16px;
  }
}
@media (min-width: 50em) {
  .button.white-alt, .button.white-alt:visited {
    font-size: 18px;
  }
}
@media (min-width: 64em) {
  .button.white-alt, .button.white-alt:visited {
    font-size: 20px;
  }
}
.button.white-alt:hover, .button.white-alt:focus, .button.white-alt:visited:hover, .button.white-alt:visited:focus {
  background-color: #ffffff;
  color: #1d8b04;
}
.button.white-alt:active, .button.white-alt:visited:active {
  background-color: #1b8103;
  color: #ffffff;
}
.button.white-alt a, .button.white-alt a:visited, .button.white-alt a:hover, .button.white-alt:visited a, .button.white-alt:visited a:visited, .button.white-alt:visited a:hover {
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.button.white-alt:after, .button.white-alt:visited:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border-width: 23px;
  border-style: solid;
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
@media (min-width: 37.5em) {
  .button.white-alt:after, .button.white-alt:visited:after {
    border-width: 24px;
  }
}
@media (min-width: 50em) {
  .button.white-alt:after, .button.white-alt:visited:after {
    border-width: 25px;
  }
}
@media (min-width: 64em) {
  .button.white-alt:after, .button.white-alt:visited:after {
    border-width: 27px;
  }
}

.button.white-cats {
  border: 1px solid #03adee;
  border-radius: 10px;
  color: #03adee !important;
  font-size: 14px;
  padding: 2px 1em 4px;
  font-weight: 700;
}
.button.white-cats:visited {
  color: #03adee !important;
}
.button.white-cats:hover, .button.white-cats:focus {
  background-color: #03adee;
  color: #ffffff !important;
}

.button.blue {
  background-color: #03adee;
  color: #ffffff;
}
.button.blue.hollow {
  border-color: #03adee;
  color: #03adee !important;
}
.button.blue:hover, .button.blue:focus, .button.blue:active {
  background-color: #214293;
  border-color: #214293;
  color: #ffffff;
}
.button.blue:hover.hollow, .button.blue:focus.hollow, .button.blue:active.hollow {
  border-color: #214293;
  color: #214293 !important;
}
.tour-cta .button.blue, .careers-page .button.blue {
  background-color: #60e024;
  border-radius: 0;
  font-size: 21px;
  line-height: 36px;
  padding: 5px 15px 6px;
}
.tour-cta .button.blue:hover, .tour-cta .button.blue:focus, .careers-page .button.blue:hover, .careers-page .button.blue:focus {
  background-color: #03adee;
  color: #ffffff;
}
.tour-cta .button.blue:active, .careers-page .button.blue:active {
  background-color: #214293;
  color: #ffffff;
}

.button.dark-blue {
  background-color: #214293;
  color: #ffffff;
}
.button.dark-blue.hollow {
  border-color: #214293;
  color: #214293 !important;
}
.button.dark-blue:hover, .button.dark-blue:focus, .button.dark-blue:active {
  background-color: #03adee;
  border-color: #03adee;
  color: #ffffff;
}
.button.dark-blue:hover.hollow, .button.dark-blue:focus.hollow, .button.dark-blue:active.hollow {
  border-color: #03adee;
  color: #03adee !important;
}

.button.blue-alt, .button.blue-alt:visited {
  border: 0;
  border-radius: 0;
  display: block;
  background-color: #22a8f5 !important;
  color: #ffffff !important;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  position: relative;
  padding: 3px 8px 4px;
}
@media (min-width: 37.5em) {
  .button.blue-alt, .button.blue-alt:visited {
    font-size: 15px;
  }
}
@media (min-width: 50em) {
  .button.blue-alt, .button.blue-alt:visited {
    font-size: 15px;
  }
}
@media (min-width: 64em) {
  .button.blue-alt, .button.blue-alt:visited {
    font-size: 15px;
  }
}
.button.blue-alt:hover, .button.blue-alt:focus, .button.blue-alt:visited:hover, .button.blue-alt:visited:focus {
  background-color: #ffffff;
  color: #13a2f4;
}
.button.blue-alt:active, .button.blue-alt:visited:active {
  background-color: #0b9ef3;
  color: #ffffff;
}
.button.blue-alt a, .button.blue-alt a:visited, .button.blue-alt a:hover, .button.blue-alt:visited a, .button.blue-alt:visited a:visited, .button.blue-alt:visited a:hover {
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.button.blue-alt:after, .button.blue-alt:visited:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border-width: 14px;
  border-style: solid;
  border-color: #22a8f5;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
@media (min-width: 37.5em) {
  .button.blue-alt:after, .button.blue-alt:visited:after {
    border-width: 14px;
  }
}
@media (min-width: 50em) {
  .button.blue-alt:after, .button.blue-alt:visited:after {
    border-width: 14px;
  }
}
@media (min-width: 64em) {
  .button.blue-alt:after, .button.blue-alt:visited:after {
    border-width: 14px;
  }
}

.button.blue-alt2 {
  background-color: #1c3779;
  font-size: 13px;
  font-weight: 400;
  border-radius: 24px;
  padding: 0.4em 1.5em;
}

.button.orange {
  background-color: #FDA543;
  color: #ffffff;
}
.button.orange:hover, .button.orange:focus {
  background-color: #fd921b;
  color: #ffffff;
}
.button.orange:active {
  background-color: #130a00;
  color: #ffffff;
}

a.ptp-button, a.ptp-button:visited {
  border-color: #00469f !important;
  background-color: #005dd2 !important;
  color: #ffffff;
}
.ptp-highlight a.ptp-button, .ptp-highlight a.ptp-button:visited {
  border-color: #fc8d11 !important;
  background-color: #FDA543 !important;
  color: #ffffff;
}

.button.green:hover, .button.green:focus,
.button.green-white:hover,
.button.green-white:focus,
.button.green-large:hover,
.button.green-large:focus {
  background-color: #03adee;
  color: #ffffff;
}
.button.green:active,
.button.green-white:active,
.button.green-large:active {
  background-color: #214293;
  color: #ffffff;
}

.button.green {
  background-color: #60e024;
}
.landing-pmvsmsp-section .button.green, .pmvsmsp-landing-page .button.green {
  margin-top: 2px;
  font-size: 19px;
  padding: 0.3em 1em 0.4em;
  line-height: 22px;
  padding: 0.6em 2em 0.7em;
}
.landing-pmvsmsp-section .button.green.pmvsmsp-cta, .pmvsmsp-landing-page .button.green.pmvsmsp-cta {
  font-size: 21px;
  padding: 0.7em 2em 0.7em;
}
@media (min-width: 50em) {
  .landing-pmvsmsp-section .button.green, .pmvsmsp-landing-page .button.green {
    font-size: 14px;
    line-height: 21px;
    padding: 0.3em 1em 0.4em;
  }
}
.pre-marketing-page .button.green {
  font-size: 22px;
  padding: 13px 22px;
  line-height: normal;
  font-weight: 800;
}
.gantt-landing-page-2019 .page-header .button.green {
  font-size: 25px;
  padding: 15px 26px 14px;
  border-radius: 50px;
  -webkit-box-shadow: 1px 9px 24px 1px rgba(27, 22, 79, 0.38);
  -moz-box-shadow: 1px 9px 24px 1px rgba(27, 22, 79, 0.38);
  box-shadow: 1px 9px 24px 1px rgba(27, 22, 79, 0.38);
}
.pm-templates .button.green:hover, .pm-templates .button.green:focus {
  background-color: #214293;
}
.button.green.medium-cta {
  font-size: 25px;
  padding: 0.5em 1.7em;
  border-radius: 50px;
}
.button.green.big-cta {
  font-size: 25px;
  padding: 0.7em 2em 0.7em;
  border-radius: 50px;
}
.button.green.disabled {
  background-color: #d7d7d7;
}

.button.green.pm-blue-hover:hover, .button.green.pm-blue-hover:focus {
  background-color: #214293;
}

.button.green-white {
  background-color: #60e024;
  color: #ffffff;
  font-size: 17px;
  border: 7px solid #ffffff;
  padding: 0.3em 1em;
  border-radius: 2em;
}
@media (min-width: 50em) {
  .button.green-white {
    font-size: 21px;
  }
}

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

.button.white-greenborder-2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 6px #60e024 inset;
  -webkit-box-shadow: 0px 0px 0px 6px #60e024 inset;
  -moz-box-shadow: 0px 0px 0px 6px #60e024 inset;
  color: #214293 !important;
  padding: 14px 30px !important;
  border-radius: 12px !important;
}
.button.white-greenborder-2:hover, .button.white-greenborder-2:focus {
  color: #ffffff !important;
  background-color: #60e024;
}

.button.white-elecblueborder {
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 2px #03adee inset;
  -webkit-box-shadow: 0px 0px 0px 2px #03adee inset;
  -moz-box-shadow: 0px 0px 0px 2px #03adee inset;
  color: #03adee !important;
}
.button.white-elecblueborder:hover, .button.white-elecblueborder:focus {
  color: #ffffff !important;
  background-color: #03adee;
}

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

.button.white-pmblueborder {
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 2px #214293 inset;
  -webkit-box-shadow: 0px 0px 0px 2px #214293 inset;
  -moz-box-shadow: 0px 0px 0px 2px #214293 inset;
  color: #214293 !important;
}
.button.white-pmblueborder:hover, .button.white-pmblueborder:focus {
  color: #ffffff !important;
  background-color: #214293;
}

.button.trans-green {
  background: transparent !important;
  box-shadow: 0px 0px 0px 2px #60e024 inset;
  -webkit-box-shadow: 0px 0px 0px 2px #60e024 inset;
  -moz-box-shadow: 0px 0px 0px 2px #60e024 inset;
  color: #60e024 !important;
}
.button.trans-green:hover, .button.trans-green:focus {
  color: #ffffff !important;
  background-color: #60e024;
}

.button.transparent-whiteborder {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff inset;
  -moz-box-shadow: 0px 0px 0px 2px #ffffff inset;
  color: #ffffff !important;
}
.button.transparent-whiteborder:hover, .button.transparent-whiteborder:focus {
  color: #214293 !important;
  background-color: #ffffff;
}

.button.grey {
  background-color: #d7d7d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#a0a0a0));
  background: -webkit-linear-gradient(top, #d7d7d7, #a0a0a0);
  background: -moz-linear-gradient(top, #d7d7d7, #a0a0a0);
  background: -ms-linear-gradient(top, #d7d7d7, #a0a0a0);
  background: -o-linear-gradient(top, #d7d7d7, #a0a0a0);
  color: #ffffff;
}
.button.grey:hover, .button.grey:focus {
  background-color: #898989;
  color: #ffffff;
}
.button.grey:active {
  background-color: #878787;
  color: #ffffff;
}

.button.green-alt {
  background-color: #60e024;
  color: #214293 !important;
  font-weight: 400;
  font-size: 12px;
  border-radius: 20px;
  padding: 4px 1.5em 6px;
  line-height: 12px;
}

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

.green-large {
  font-size: 20px;
  line-height: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #60e024;
  padding: 0 1em;
  text-transform: none;
}

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

.button.extra-large {
  font-size: 22px;
  font-weight: 800;
  line-height: 58px;
  height: 58px;
  border-radius: 29px;
  padding: 0 1.5em;
}
.button.extra-large.hollow {
  border-width: 4px;
  line-height: 50px;
}

/******************************************************************
Navigation
******************************************************************/
.menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
  padding: 7px 0 5px 21px;
  border: none;
  color: #ffffff;
  text-align: left;
}
.menu-toggler span, .menu-toggler:hover span, .menu-toggler:visited span {
  display: none;
}
.menu-toggler i, .menu-toggler:hover i, .menu-toggler:visited i {
  font-size: 33px;
}
@media (min-width: 25em) {
  .menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
    padding: 10px 0 0 15px;
  }
}
@media (min-width: 50em) {
  .menu-toggler, .menu-toggler:hover, .menu-toggler:visited {
    display: none;
  }
}

.nav {
  margin: 0;
  border-bottom: 0;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
}
.nav.secondary-nav li a, .nav.secondary-nav li a:visited {
  border-bottom: none;
  color: #03adee;
  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 {
  color: #60e024;
  border-bottom: 0;
  position: relative;
}
.nav.secondary-nav li.current-page-ancestor a {
  border-color: transparent !important;
  color: #03adee !important;
}
.nav.ancillary-nav {
  display: block;
  margin: 0;
  line-height: normal;
  text-align: right;
  font-size: 13px;
}
.nav.ancillary-nav li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-left: 11px;
}
.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 {
  text-transform: capitalize;
  color: #ffffff;
}
@media (min-width: 50em) {
  .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 {
    color: #214293;
  }
  .use-case-landing .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) a, .use-case-landing .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) a:visited {
    color: #ffffff;
  }
}
@media (min-width: 25em) {
  .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) {
    display: inline-block;
  }
}
@media (min-width: 50em) {
  .scrolled .nav.ancillary-nav li:not(.menu-button):not(.menu-item-subtle) {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 64em) {
  .nav.ancillary-nav li {
    margin-left: 11px;
  }
}
@media (min-width: 70em) {
  .nav.ancillary-nav li {
    margin-left: 26px;
  }
}
.nav.ancillary-nav li.current-menu-ancestor > a, .nav.ancillary-nav li.current-menu-item > a {
  border-color: transparent;
  color: #ffffff;
}
.nav.ancillary-nav li:not(.menu-item-subtle):last-child a {
  border-radius: 25px;
  padding: 3px 9px !important;
}
.software-subpage-2021 .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .page-template-tmpl-pricing .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .about-page .nav.ancillary-nav li:not(.menu-item-subtle):last-child a {
  border-radius: 4px;
}
@media (min-width: 37.5em) {
  .nav.ancillary-nav li:not(.menu-item-subtle):last-child a {
    padding: 3px 15px !important;
  }
}
@media (min-width: 50em) {
  .nav.ancillary-nav li:not(.menu-item-subtle):last-child a {
    padding: 7px 25px !important;
  }
}
.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: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.software-subpage-2021 .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .page-template-tmpl-pricing .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .about-page .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .software-subpage-2021 .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited, .page-template-tmpl-pricing .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited, .about-page .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited {
  text-transform: none;
}
.page-template-tmpl-pricing .nav.ancillary-nav li:not(.menu-item-subtle):last-child a, .page-template-tmpl-pricing .nav.ancillary-nav li:not(.menu-item-subtle):last-child a:visited {
  font-size: 18px;
}
.nav.ancillary-nav li.menu-item-subtle a, .nav.ancillary-nav li.menu-item-subtle a:visited {
  color: #9a9a9a !important;
  font-weight: 700;
  text-transform: none;
  background-color: transparent;
}
.nav.ancillary-nav .button, .nav.ancillary-nav .button:visited {
  margin-top: -5px;
  padding: 3px 0.5em;
  background-color: #ffffff;
  color: #FDA543;
}
@media (min-width: 50em) {
  .nav.ancillary-nav {
    font-size: 15px;
  }
}
@media (min-width: 64em) {
  .nav.ancillary-nav {
    top: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0;
    text-align: right;
    width: 100%;
  }
}
@media (min-width: 70em) {
  .nav.ancillary-nav {
    font-size: 16px;
  }
}
.nav.top-nav, .nav.secondary-nav {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1;
}
.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: #ffffff;
  font-family: "FontAwesome";
  font-size: 20px;
  content: "";
  /* home */
}
.nav.top-nav li.icon.home a:before, .nav.secondary-nav li.icon.home a:before {
  content: "";
  /* home */
}
@media (min-width: 50em) {
  .nav.top-nav, .nav.secondary-nav {
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  .nav.top-nav, .nav.secondary-nav {
    font-size: 16px;
  }
}
@media (min-width: 70em) {
  .nav.top-nav, .nav.secondary-nav {
    font-size: 16px;
  }
}
.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 {
  margin: 0 16px 0 0;
  position: relative;
}
@media (min-width: 64em) {
  .nav.top-nav li {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 70em) {
  .nav.top-nav li {
    margin: 0 26px 0 0;
  }
}
.nav.top-nav li ul.sub-menu {
  text-align: left;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  padding: 28px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  text-transform: none;
  font-size: 16px;
  line-height: 30px;
  margin-top: 11px;
  margin-left: -20px;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -moz-column-rule: 1px solid #e9e9e9;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -webkit-column-rule: 1px solid #e9e9e9;
  column-count: 2;
  column-gap: 0;
  column-rule: 1px solid #e9e9e9;
}
.nav.top-nav li ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 97px;
  height: 11px;
  background: url(/wp-content/themes/projectmanager-bones-2015/library/images/pip.png) no-repeat;
  background-size: contain;
  padding: 0;
  top: -11px;
  left: 22px;
}
.nav.top-nav li ul.sub-menu li {
  display: block;
  margin: 0;
  white-space: nowrap;
}
.nav.top-nav li ul.sub-menu li a {
  color: #424242 !important;
  font-weight: 400;
  border: 0;
  padding: 0 34px;
}
.nav.top-nav li ul.sub-menu li a:hover, .nav.top-nav li ul.sub-menu li a:focus {
  border: 0;
  background: #e9e9e9;
}
.nav.top-nav li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
.nav li {
  display: inline-block;
}
.nav li a, .nav li a:visited {
  display: block;
  padding: 0;
  border-bottom: 5px solid transparent;
  font-weight: 600;
}
.nav li a:hover, .nav li a:focus, .nav li a:visited:hover, .nav li a:visited:focus {
  border-color: #214293;
  color: #214293;
}
.transparent-global-header .nav li a:hover, .gantt-landing-page-2019 .nav li a:hover, .vs-smartsheet-page .nav li a:hover, .use-case-landing .nav li a:hover, .work-from-home .nav li a:hover, .transparent-global-header .nav li a:focus, .gantt-landing-page-2019 .nav li a:focus, .vs-smartsheet-page .nav li a:focus, .use-case-landing .nav li a:focus, .work-from-home .nav li a:focus, .transparent-global-header .nav li a:visited:hover, .gantt-landing-page-2019 .nav li a:visited:hover, .vs-smartsheet-page .nav li a:visited:hover, .use-case-landing .nav li a:visited:hover, .work-from-home .nav li a:visited:hover, .transparent-global-header .nav li a:visited:focus, .gantt-landing-page-2019 .nav li a:visited:focus, .vs-smartsheet-page .nav li a:visited:focus, .use-case-landing .nav li a:visited:focus, .work-from-home .nav li a:visited:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.transparent-global-header.scrolled .nav li a:hover, .gantt-landing-page-2019.scrolled .nav li a:hover, .vs-smartsheet-page.scrolled .nav li a:hover, .use-case-landing.scrolled .nav li a:hover, .work-from-home.scrolled .nav li a:hover, .transparent-global-header.scrolled .nav li a:focus, .gantt-landing-page-2019.scrolled .nav li a:focus, .vs-smartsheet-page.scrolled .nav li a:focus, .use-case-landing.scrolled .nav li a:focus, .work-from-home.scrolled .nav li a:focus, .transparent-global-header.scrolled .nav li a:visited:hover, .gantt-landing-page-2019.scrolled .nav li a:visited:hover, .vs-smartsheet-page.scrolled .nav li a:visited:hover, .use-case-landing.scrolled .nav li a:visited:hover, .work-from-home.scrolled .nav li a:visited:hover, .transparent-global-header.scrolled .nav li a:visited:focus, .gantt-landing-page-2019.scrolled .nav li a:visited:focus, .vs-smartsheet-page.scrolled .nav li a:visited:focus, .use-case-landing.scrolled .nav li a:visited:focus, .work-from-home.scrolled .nav li a:visited:focus {
  border-color: #214293;
  color: #214293;
}
.transparent-global-header .nav li a, .gantt-landing-page-2019 .nav li a, .vs-smartsheet-page .nav li a, .use-case-landing .nav li a, .work-from-home .nav li a, .transparent-global-header .nav li a:visited, .gantt-landing-page-2019 .nav li a:visited, .vs-smartsheet-page .nav li a:visited, .use-case-landing .nav li a:visited, .work-from-home .nav li a:visited {
  color: #ffffff;
}
.transparent-global-header.scrolled .nav li a, .gantt-landing-page-2019.scrolled .nav li a, .vs-smartsheet-page.scrolled .nav li a, .use-case-landing.scrolled .nav li a, .work-from-home.scrolled .nav li a, .transparent-global-header.scrolled .nav li a:visited, .gantt-landing-page-2019.scrolled .nav li a:visited, .vs-smartsheet-page.scrolled .nav li a:visited, .use-case-landing.scrolled .nav li a:visited, .work-from-home.scrolled .nav li a:visited {
  color: #214293;
}
.nav li.current-menu-ancestor > a, .nav li.current-menu-item > a, .nav li.current-page-ancestor > a {
  border-color: #60e024;
}

#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;
  }
}

.scheme.mobile-secondary-menu {
  padding: 0;
}
@media (min-width: 50em) {
  .scheme.mobile-secondary-menu {
    display: none;
  }
}
.scheme.mobile-secondary-menu .wrap {
  margin: 0;
  width: 100%;
}
.scheme.mobile-secondary-menu .wrap .col {
  margin: 0;
}
.scheme.mobile-secondary-menu .wrap .col ul {
  border-top: 1px solid #e9e9e9;
  margin: 0;
}
.scheme.mobile-secondary-menu .wrap .col ul li {
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  text-align: center;
  padding: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.scheme.mobile-secondary-menu .wrap .col ul li:before {
  display: none;
}
.scheme.mobile-secondary-menu .wrap .col ul li.current_page_item a {
  color: #60e024;
}

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

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

.menu-background {
  position: fixed;
  top: 67px;
  z-index: 9003;
}
@media (min-width: 37.5em) {
  .menu-background {
    background-color: #214293;
    height: 40px;
  }
}
@media (min-width: 50em) {
  .menu-background {
    display: none;
  }
}
.pre-marketing-page .menu-background {
  display: none;
}

.menu-toggler {
  position: absolute;
  top: 68px;
  left: 0;
  display: inline-block;
  width: 30%;
}
@media (min-width: 25em) {
  .menu-toggler {
    top: 66px;
  }
}
@media (min-width: 50em) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler:active, .menu-toggler:focus {
  outline: none;
}
.wpe-freetrial .menu-toggler {
  display: none;
}

/* 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;
  }
}
.pre-marketing-page .global-header {
  display: none;
}
.wpe-freetrial .global-header {
  position: absolute;
  top: 0;
}

.global-header-inner {
  position: relative;
  height: 67px;
  background: #ffffff;
}
@media (min-width: 25em) {
  .global-header-inner {
    height: 67px;
  }
}
@media (min-width: 50em) {
  .global-header-inner {
    height: 110px;
  }
  .free-consult .global-header-inner, .wpe-try-it-out .global-header-inner {
    height: 74px;
  }
}
@media (min-width: 81.25em) {
  .global-header-inner {
    height: 74px;
  }
}
.global-header-inner .wrap {
  position: relative;
}
.wpe-freetrial .global-header-inner .wrap {
  max-width: 100%;
  position: unset;
}
@media (min-width: 50em) {
  .free-consult .global-header-inner, .vs-smartsheet-page .global-header-inner, .use-case-landing .global-header-inner, .work-from-home .global-header-inner, .wpe-freetrial .global-header-inner, .transparent-global-header .global-header-inner {
    background: transparent;
  }
}
.wpe-freetrial-6 .global-header-inner {
  background: #ffffff;
}
.scrolled .global-header-inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
}
.free-consult .scrolled .global-header-inner, .vs-smartsheet-page .scrolled .global-header-inner, .use-case-landing .scrolled .global-header-inner, .work-from-home .scrolled .global-header-inner {
  background: #ffffff;
}
.wpe-freetrial.scrolled .global-header-inner {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpe-freetrial-6.scrolled .global-header-inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
}

.integrations-page-google .global-header-inner .wrap, .free-consult .global-header-inner .wrap, .integrations-page-google .page-header .wrap, .free-consult .page-header .wrap {
  max-width: 1300px;
}

#large-logo, #small-logo {
  width: 100%;
  border: none;
  line-height: 1;
  z-index: 999999;
}
#large-logo img, #small-logo img {
  width: auto;
  margin: 0;
}
@media (min-width: 50em) {
  #large-logo, #small-logo {
    position: relative;
    float: left;
  }
}

#large-logo {
  display: block;
  margin-top: 5px;
  padding: 18px 58px 0;
}
@media (min-width: 25em) {
  #large-logo {
    margin-top: 5px;
    padding: 18px 58px 0;
  }
}
@media (min-width: 37.5em) {
  #large-logo {
    position: absolute;
    width: 272px;
    height: 22px;
    margin: 0;
    padding: 0;
    top: 24px;
    left: 29px;
  }
}
@media (min-width: 50em) {
  #large-logo {
    top: 26px;
    left: 34px;
  }
}
.wpe-freetrial #large-logo {
  left: 18px;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 50em) {
  .wpe-freetrial #large-logo {
    left: 39px;
  }
}
#large-logo img {
  border: 0;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 37.5em) {
  #large-logo img {
    width: 272px;
    height: 22px;
  }
}
#large-logo img.alt-home-logo {
  display: none;
}
@media (min-width: 50em) {
  .free-consult #large-logo img.alt-home-logo, .vs-smartsheet-page #large-logo img.alt-home-logo, .use-case-landing #large-logo img.alt-home-logo, .work-from-home #large-logo img.alt-home-logo, .transparent-global-header #large-logo img.alt-home-logo {
    display: block;
  }
}
@media (min-width: 50em) {
  .free-consult #large-logo img.main-home-logo, .vs-smartsheet-page #large-logo img.main-home-logo, .use-case-landing #large-logo img.main-home-logo, .work-from-home #large-logo img.main-home-logo, .transparent-global-header #large-logo img.main-home-logo {
    display: none;
  }
}

#small-logo {
  display: none;
}
@media (min-width: 25em) {
  #small-logo {
    margin-top: 5px;
    padding: 16px 26px 0;
  }
}
@media (min-width: 37.5em) {
  #small-logo {
    position: absolute;
    width: 272px;
    height: 22px;
    margin: 0;
    padding: 0;
    top: 24px;
    left: 29px;
  }
}
@media (min-width: 50em) {
  #small-logo {
    top: 26px;
    left: 34px;
  }
}
#small-logo img {
  border: 0;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 37.5em) {
  #small-logo img {
    width: 272px;
    height: 22px;
  }
}

@media (min-width: 50em) {
  .scrolled #large-logo {
    display: none;
  }
  .scrolled #small-logo {
    display: block;
  }
}
.topmenu {
  display: none;
  background-color: transparent;
  text-transform: uppercase;
  position: absolute;
}
@media (min-width: 50em) {
  .topmenu {
    top: 72px;
    left: 33px;
    z-index: 10001;
    display: block;
  }
}
@media (min-width: 81.25em) {
  .topmenu {
    top: 29px;
    left: 351px;
  }
}
.hide-topmenu .topmenu, .free-consult .topmenu, .free-consult-thank-you .topmenu, .enterprise-info-thank-you .topmenu, .home-pricing-2 .topmenu, .gantt-chart-2 .topmenu, .wpe-freetrial .topmenu, .wpe-try-it-out .topmenu, .wpe-freetrial-2 .topmenu, .landing-it-pm-soft .topmenu {
  display: none;
}

.loginmenu {
  position: fixed;
  top: 80px;
  right: 21px;
}
@media (min-width: 25em) {
  .loginmenu {
    top: 80px;
  }
}
@media (min-width: 37.5em) {
  .loginmenu {
    top: 74px;
  }
}
@media (min-width: 50em) {
  .loginmenu {
    right: 0;
    position: relative;
    top: 19px;
  }
}
.no-login-menu .loginmenu, .free-consult .loginmenu, .free-consult-thank-you .loginmenu, .enterprise-info-thank-you .loginmenu, .wpe-freetrial .loginmenu, .wpe-try-it-out .loginmenu, .wpe-freetrial-2 .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 .scrolled .menu-background, html.mm-opening .mm-slideout.scrolled .menu-background,
html.mm-opening .mm-slideout .scrolled .pricing-menu-background, html.mm-opening .mm-slideout.scrolled .pricing-menu-background,
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;
  }
}

/* Page-and-section Header */
.local-header, .content, .footer {
  position: relative;
  top: 67px;
  z-index: 8000;
}
@media (min-width: 25em) {
  .local-header, .content, .footer {
    top: 67px;
  }
}
@media (min-width: 50em) {
  .local-header, .content, .footer {
    top: 0;
  }
}
.pre-marketing-page .local-header, .wpe-freetrial .local-header, .pre-marketing-page .content, .wpe-freetrial .content, .pre-marketing-page .footer, .wpe-freetrial .footer {
  top: 0;
}

.local-header {
  z-index: 9000;
  background-color: #ffffff;
}
@media (min-width: 50em) {
  .local-header {
    min-height: 600px;
    top: 0;
  }
  .local-header.bg_tour_nomain, .local-header.bg_tour_nomain .wrap {
    min-height: 820px;
  }
  .local-header.wrap {
    min-height: 600px;
  }
}
@media (min-width: 64em) {
  .local-header.bg_tour_nomain, .local-header.bg_tour_nomain .wrap {
    min-height: 546px;
  }
}

.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;
  }
}
.bg_tour_nomain .local-header-background > div {
  background-position: -1000px -74px;
  background-repeat: no-repeat;
  background-size: auto 810px;
}
@media (min-width: 50em) {
  .local-header-background {
    min-height: 600px;
  }
  .bg_tour_nomain .local-header-background {
    min-height: 820px;
  }
  .local-header-background > div {
    min-height: 600px;
    width: 100%;
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-split-1909 .local-header-background > div {
    background-size: 0 !important;
  }
  .training-academy .local-header-background > div {
    background-position: center bottom;
  }
  .flush-right-header-bg .local-header-background > div {
    background-size: contain;
    background-position: right bottom;
  }
  .bg_tour_nomain .local-header-background > div {
    min-height: 820px;
    width: 100%;
    background-position: -1000px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 64em) {
  .bg_tour_nomain .local-header-background {
    min-height: 546px;
  }
  .bg_tour_nomain .local-header-background > div {
    min-height: 546px;
    width: 100%;
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.page-header {
  position: relative;
  z-index: 9002;
  height: auto;
  padding-top: 52px;
}
@media (min-width: 25em) {
  .page-header {
    padding-top: 45px;
  }
}
@media (min-width: 37.5em) {
  .page-header {
    padding-top: 45px;
  }
}
@media (min-width: 50em) {
  .page-header {
    top: 0;
    padding-top: 0;
  }
}
.software-subpage-2021 .page-header {
  overflow: hidden;
}
.page-header .wrap {
  position: relative;
  height: 100%;
}
.page-header .header-copy {
  width: 86%;
  margin: 0 auto;
  padding: 1.4em 0;
  text-align: center;
}
.page-header .header-copy div {
  text-align: center;
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
}
@media (min-width: 50em) {
  .page-header .header-copy {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    line-height: 1.3;
    text-align: left;
  }
  .page-header .header-copy div {
    text-align: left;
  }
  .industries-main-page .page-header .header-copy div {
    text-align: center;
  }
  .centered-header .page-header .header-copy div {
    text-align: center;
  }
}
.page-header .header-copy h1 {
  font-family: "Montserrat", "Verdana", "Lucida Grande", "Gill Sans", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 12px;
}
@media (min-width: 25em) {
  .page-header .header-copy h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 37.5em) {
  .page-header .header-copy h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 50em) {
  .page-header .header-copy h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 64em) {
  .page-header .header-copy h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 70em) {
  .page-header .header-copy h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 12px;
  }
}
@media (min-width: 81.25em) {
  .page-header .header-copy h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 12px;
  }
}
@media (min-width: 64em) {
  .home .page-header .header-copy h1, .home-split-test .page-header .header-copy h1, .home-split-1909 .page-header .header-copy h1 {
    margin-right: 50%;
  }
}
@media (min-width: 70em) {
  .home .page-header .header-copy h1, .home-split-test .page-header .header-copy h1, .home-split-1909 .page-header .header-copy h1 {
    margin-right: 50%;
  }
}
@media (min-width: 81.25em) {
  .home .page-header .header-copy h1, .home-split-test .page-header .header-copy h1, .home-split-1909 .page-header .header-copy h1 {
    margin-right: 44%;
  }
}
.page-header .header-copy h2 {
  margin: 0 0 27px;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 400;
}
@media (min-width: 50em) {
  .page-header .header-copy h2 {
    margin: 0 0 27px 0;
    margin-right: 50%;
  }
  .tour-page .page-header .header-copy h2 {
    margin: 0 0 19px 0;
  }
  .industries-main-page .page-header .header-copy h2, .use-case-landing .page-header .header-copy h2 {
    margin-right: 0;
  }
}
@media (min-width: 70em) {
  .about-page .page-header .header-copy h2 {
    margin-right: 50%;
  }
}
@media (min-width: 100em) {
  .page-header .header-copy h2 {
    margin-bottom: 44px;
  }
}
@media (min-width: 112.5em) {
  .page-header .header-copy h2 {
    margin-bottom: 51px;
  }
}
.page-header .header-copy h4 .button {
  font-size: 0.8em;
}
@media (min-width: 25em) {
  .page-header .header-copy h4 .button {
    margin-top: 33px;
  }
}
@media (min-width: 50em) {
  .page-header .header-copy h4 .button {
    margin-top: 12px;
  }
}
@media (min-width: 64em) {
  .page-header .header-copy h4 .button {
    margin-top: 27px;
  }
}
@media (min-width: 70em) {
  .page-header .header-copy h4 .button {
    margin-top: 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 81.25em) {
  .page-header .header-copy h4 .button {
    margin-top: 33px;
  }
}
.page-header .header-copy h4.alt-home .button {
  margin-top: 40px;
}
.page-header .header-copy ul, .page-header .header-copy ol {
  display: inline-block;
  width: auto;
  margin: 0 0 27px 1.3em;
  line-height: 1.3em;
  text-align: left;
  font-size: 1.5em;
  font-weight: 600;
}
.page-header .header-copy ul li, .page-header .header-copy ol li {
  margin-bottom: 0;
}
.software-subpage .page-header .header-copy ul li, .home-pricing-2 .page-header .header-copy ul li, .software-subpage .page-header .header-copy ol li, .home-pricing-2 .page-header .header-copy ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px;
  padding-left: 44px;
}
.software-subpage .page-header .header-copy ul li:before, .home-pricing-2 .page-header .header-copy ul li:before, .software-subpage .page-header .header-copy ol li:before, .home-pricing-2 .page-header .header-copy ol li:before {
  content: "";
  color: #03adee;
  font-family: "FontAwesome";
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 18px;
  margin-left: -44px;
  padding-bottom: 3px;
}
@media (min-width: 64em) {
  .software-subpage .page-header .header-copy ul li:before, .home-pricing-2 .page-header .header-copy ul li:before, .software-subpage .page-header .header-copy ol li:before, .home-pricing-2 .page-header .header-copy ol li:before {
    margin-right: 12px;
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .home .page-header .header-copy ul, .home .page-header .header-copy ol {
    margin-right: 50%;
  }
}
@media (min-width: 70em) {
  .home .page-header .header-copy ul, .home .page-header .header-copy ol {
    margin-right: 50%;
  }
}
@media (min-width: 81.25em) {
  .home .page-header .header-copy ul, .home .page-header .header-copy ol {
    margin-right: 44%;
  }
}
.page-header .header-copy p {
  font-weight: 400;
  font-size: 1.5em;
  line-height: normal;
  margin: 0 0 27px;
}
.page-header .header-copy p em, .page-header .header-copy p i {
  font-weight: 600;
}
.page-header .header-copy :last-child {
  margin-bottom: 0;
}
.page-header .header-copy img {
  display: block;
  position: absolute;
}
.page-header .header-copy img.home-header-image {
  position: relative;
  display: block;
  margin: 45px auto;
  max-width: 80%;
}
@media (min-width: 64em) {
  .page-header .header-copy img.home-header-image {
    position: absolute;
    margin: 0 0 1.5em 0;
    top: 10px;
    width: 442px;
    right: -3px;
    max-width: 100%;
  }
}
@media (min-width: 70em) {
  .page-header .header-copy img.home-header-image {
    top: 10px;
    width: 473px;
    right: 2px;
  }
}
@media (min-width: 81.25em) {
  .page-header .header-copy img.home-header-image {
    top: -30px;
    width: 541px;
    right: -42px;
  }
}
.home-header-video .page-header .header-copy img.home-header-image {
  display: none;
}
@media (min-width: 50em) {
  .home-header-video .page-header .header-copy img.home-header-image {
    display: block;
  }
}
.page-header .header-copy a.button:first-of-type, .page-header .header-copy a.button:last-of-type {
  margin: 0.5em !important;
}
@media screen and (min-width: 400px) {
  .page-header .header-copy a.button:first-of-type, .page-header .header-copy a.button:last-of-type {
    margin: 0 0.5em 0 !important;
  }
}
@media screen and (min-width: 800px) {
  .page-header .header-copy a.button:first-of-type {
    margin: 0 1em 0 0 !important;
  }
}
@media screen and (min-width: 800px) {
  .page-header .header-copy a.button:last-of-type {
    margin: 0 !important;
  }
}
.software-subpage-2021 .page-header .header-copy a.button {
  font-size: 22px;
  padding: 12px 56px;
}
@media (min-width: 50em) {
  .page-header .header-copy .white-header h1 {
    color: #214293;
    text-shadow: none;
  }
}
@media (min-width: 50em) {
  .page-header .header-copy .white-header p, .page-header .header-copy .white-header p.alt-home {
    color: #515151;
  }
}
.page-header .header-copy .alt-home-h1 a, .page-header .header-copy .alt-home-h1 a:hover, .page-header .header-copy .alt-home-h1 a:active, .page-header .header-copy .alt-home-h1 a:visited {
  border-bottom: none;
  color: #515151;
}
@media (min-width: 64em) {
  .home .page-header .header-copy {
    width: 97%;
    max-width: 1160px;
  }
}
@media (min-width: 50em) {
  .bg_tour_nomain .page-header .wrap {
    height: 820px;
  }
  .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: relative;
    top: 57%;
    -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;
  }
}
@media (min-width: 64em) {
  .bg_tour_nomain .page-header .wrap {
    height: 546px;
  }
}

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