/*
	Theme Name: Glimpse Theme
	Theme URI: https://www.glimpsecorp.com
	Description: Theme for Glimpse Corp.
	Author: Matias Garrido
	Author URI: http://www.matiasgarrido.com/

	Version: 1.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: glimpse
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* TERMS OF SERVICE PAGE
---------------------------------------------------------------------------------------------------- */
.page-id-6229 .entry-title {
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 10px; }

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible; }

progress,
sub,
sup {
  vertical-align: baseline; }

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/* Chrome fix */
body > div {
  font-size: 18px;
  font-size: 1.8rem; }

body {
  background-color: #fff;
  color: #333;
  font-family: Montserrat, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.pi-standard-button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #002395;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

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

p {
  margin: 0 0 30px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0; }

b,
strong {
  font-weight: 700; }

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

mark {
  background: #ddd;
  color: #333; }

blockquote {
  margin: 30px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Tahoma, Geneva, sans-serif;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  color: #002395; }

h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 16px;
  font-weight: 600; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  border-radius: 3px; }

input:focus,
textarea:focus {
  border: 1px solid #333;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.pi-standard-button {
  background-color: #002395;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  font-weight: 700;
  padding: 14px 26px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border-radius: 3px;
  text-align: center; }

.button-stroked {
  background-color: #fff;
  color: #1A237E;
  border: 1px solid #1A237E;
  box-sizing: border-box;
  border-radius: 3px; }
  .button-stroked:hover {
    background-color: #1A237E;
    color: #fff;
    border: 1px solid #fff; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.pi-standard-button:focus,
.pi-standard-button:hover {
  background-color: #109D00;
  color: #fff; }

button.menu-toggle:hover,
button.menu-toggle:focus {
  color: #000; }

.pi-standard-button {
  display: inline-block; }

a.pi-standard-button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  word-wrap: break-word; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  margin-top: 70px !important;
  padding-top: 70px; }

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  border-bottom: 1px dotted #888;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 15px; }
  .breadcrumb a {
    text-decoration: none;
    font-weight: 600; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px; }

.entry-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #002395; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px; }

/* WordPress
--------------------------------------------- */
.aligncenter {
  text-align: center; }

a.aligncenter img {
  display: block;
  margin: 0 auto 24px; }

a.alignnone {
  display: inline-block; }

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-image {
  height: 75px;
  width: 75px; }

.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #002395; }

.gs-faq__question::after {
  content: "\f132";
  font-family: "dashicons";
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  box-shadow: 0 4px 12px 0 rgba(0, 35, 149, 0.15);
  padding: 0 30px;
  background-color: #fff; }

.site-header .wrap {
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px; }

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px; }

.site-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #002395;
  text-decoration: none; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  padding-bottom: 15px;
  position: relative; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.sub-menu-toggle:focus {
  background-color: transparent;
  border-width: 0; }

.menu-toggle:hover,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0; }

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 0 15px;
  position: relative;
  z-index: 1000;
  margin-right: 0;
  width: 37px;
  margin-top: 19px;
  margin-bottom: 19px;
  color: #000;
  top: 4px; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
  font-size: 37px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
  flex-grow: 1;
  padding-left: 8px; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.entry-content .caption {
  font-size: 14px;
  font-weight: 600;
  margin-top: -20px;
  text-align: center; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #eee;
  color: #022395;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #002395;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 60px 0;
  color: #fff;
  font-weight: 400; }

.footer-widgets a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none; }

.footer-widgets a:hover {
  color: #ff3a3a; }

.footer-widgets-1 .pi-footer-bottoms {
  font-size: 13px; }

.footer-widgets-1 .pi-footer-bottoms a {
  text-decoration: underline;
  font-size: 13px; }

.footer-widgets input,
.footer-widgets textarea {
  font-size: 14px;
  padding: 10px; }

.footer-widgets textarea {
  height: 136px; }

.footer-widgets form p {
  margin-bottom: 10px; }

.footer-widgets-3 input[type="submit"] {
  background-color: #ff3a3a;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px 10px 15px;
  border-radius: 0px 3px 3px 0px;
  position: relative;
  left: -5px; }

.footer-widgets-3 div.wpcf7 .ajax-loader {
  display: none; }

.footer-widgets-3 input[type="email"] {
  height: 38px;
  position: relative;
  border: none;
  border-radius: 3px 0 0 3px; }

body .footer-widgets-3 form {
  position: relative; }

body .footer-widgets-3 span.wpcf7-not-valid-tip {
  display: none; }

body .footer-widgets-3 div.wpcf7-validation-errors {
  margin-top: 5px;
  margin-bottom: 0;
  color: #3a3a3a;
  max-width: 214px; }

body .footer-widgets-3 div.wpcf7-mail-sent-ok {
  margin-top: 5px;
  margin-bottom: 0;
  max-width: 214px; }

.footer-widgets-3 .li:nth-of-type(3) {
  margin-bottom: 5px; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

a.pi-footer-phone {
  font-size: 17px;
  font-weight: 700; }

.pi-footer-bottoms {
  margin-top: 97px; }

.pi-footer-social li {
  float: left;
  margin-right: 10px; }

#simple-social-icons-2 {
  padding-top: 5px; }

#simple-social-icons-2 .ssi-facebook {
  margin-left: 0 !important; }

.pi-footer-button {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 11px; }

.footer-widgets .pi-footer-button:hover {
  background: #ff3a3a;
  border: 1px solid #ff3a3a;
  color: #fff; }

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  /* Site Header
	--------------------------------------------- */
  .site-header {
    position: absolute;
    width: 100%;
    z-index: 9999; }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .genesis-nav-menu > .menu-highlight > a:hover,
  .genesis-nav-menu > .menu-highlight > a:focus {
    background-color: #002395; }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    width: 180px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out; }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto; }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px; }
  /* Content
	--------------------------------------------- */
  .content {
    float: left; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 25%; }
  .sidebar-content .sidebar {
    float: left; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1144px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .footer-widget-area {
    margin-bottom: 0; } }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

/*
-------------------------------------------------------------------------------------------------------------------------------------------
Pi Changes
-------------------------------------------------------------------------------------------------------------------------------------------
*/
/* Site-wide
---------------------------------------------------------------------------------------------------- */
*:focus,
*:hover {
  outline: none; }

p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400; }

.pi-smallp {
  text-align: justify;
  font-size: 13px;
  line-height: 25px; }

.pi-strong-p {
  font-weight: 400; }

section {
  padding: 60px 0; }

section .wrap {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px; }

.pi-section-center {
  max-width: 900px;
  margin: 0 auto; }

.pi-tile-wrap {
  display: flex;
  justify-content: space-between; }

.pi-title-contrast {
  color: #ff3a3a; }

.pi-section-left {
  width: 50%; }

.pi-section-right {
  width: 50%; }

.site-inner section:first-of-type {
  padding: 0 0 50px; }

.site-inner section:last-of-type {
  padding-bottom: 100px; }

.pi-wrap-top {
  overflow: hidden; }

/* navigation */
#menu-item-6196 {
  float: right; }

#menu-item-6196 a {
  font-weight: 700; }

#menu-item-6196 a:hover {
  color: #000; }

.home #menu-item-6196 a:hover {
  color: #fff; }

.current-menu-item a {
  font-weight: 700; }

@media only screen and (min-width: 1025px) {
  .home.wp-custom-logo .site-container .title-area {
    max-width: 220px;
    background: url("images/glimpse-logo-extended.png") no-repeat;
    background-size: 220px 43px;
    background-position-y: 23px; }
  .home .genesis-nav-menu a {
    color: #fff; }
  .home.wp-custom-logo .site-header .title-area img {
    visibility: hidden; } }

body.wp-custom-logo .site-container .title-area {
  padding-top: 23px; }

body.wp-custom-logo .site-container .nav-primary {
  padding-top: 24px;
  padding-bottom: 24px; }

/* footer */
.site-footer {
  background-color: #333;
  color: #fff; }

/* Video Popups
---------------------------------------------------------------------------------------------------- */
.popup-container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }

.popup-container .popup-content {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.25;
  margin: 30px;
  width: 100%;
  height: 75%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.48s ease-out;
  background: #000; }

.popup-container .popup-content iframe,
.popup-container .popup-content video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }

.popup-container.open .popup-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.24s ease-out; }

.popup-container .popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1em;
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  display: block;
  color: #000;
  background: #fff;
  z-index: 1; }

.popup-container .popup-close:hover {
  background: #002395;
  color: #fff; }

@media only screen and (max-width: 1024px) {
  .site-inner {
    padding-top: 0;
    margin-top: 42px !important; }
  .pi-tile-wrap {
    display: block; }
  .pi-section-left,
  .pi-section-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .pi-section-center {
    width: 90%; }
  h1 {
    font-size: 40px;
    line-height: 50px; }
  .site-header {
    padding-bottom: 10px; }
  .site-header .wrap {
    display: block; } }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 40px; }
  h2 {
    font-size: 30px;
    line-height: 38px; }
  section {
    padding: 40px 0; } }

@media only screen and (max-width: 587px) {
  h1 {
    font-size: 34px;
    line-height: 44px; }
  h2 {
    font-size: 25px;
    line-height: 32px; }
  p {
    font-size: 15px;
    line-height: 24px; } }

@media only screen and (max-width: 483px) {
  .menu-toggle {
    right: -30px; } }

.arrow {
  position: relative;
  width: 42px;
  height: 16px;
  opacity: 0;
  margin: 0 auto; }
  .arrow::before, .arrow::after {
    content: "";
    width: 21px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block; }
  .arrow::before {
    -webkit-transform: rotate(45deg) translateX(25%);
            transform: rotate(45deg) translateX(25%); }
  .arrow::after {
    -webkit-transform: rotate(-45deg) translateX(-25%);
            transform: rotate(-45deg) translateX(-25%); }
  .arrow:nth-child(1) {
    top: -50px;
    opacity: 1;
    -webkit-animation: arrow2 1s ease 0s infinite;
            animation: arrow2 1s ease 0s infinite; }
  .arrow:nth-child(2) {
    top: -25px;
    -webkit-animation: arrow1 1s ease 0.25s infinite;
            animation: arrow1 1s ease 0.25s infinite; }

@-webkit-keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px; }
  to {
    opacity: 0;
    top: 0px; }
  50% {
    opacity: 1; } }

@keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px; }
  to {
    opacity: 0;
    top: 0px; }
  50% {
    opacity: 1; } }

@-webkit-keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px; }
  to {
    opacity: 0;
    top: -10px; }
  50% {
    opacity: 1; } }

@keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px; }
  to {
    opacity: 0;
    top: -10px; }
  50% {
    opacity: 1; } }

/* Home
---------------------------------------------------------------------------------------------------- */
.home .pi-section-center {
  max-width: 562px; }

.home .site-inner {
  margin-top: 0 !important;
  padding-top: 0; }

.home .site-header {
  box-shadow: none;
  background-color: transparent; }

/* NavBar on Homepage */
.home .genesis-nav-menu a:hover,
.home .genesis-nav-menu a:focus {
  color: #fff; }

/* Hero video section */
#pi-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #pi-hero-background:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
    pointer-events: none; }

#pi-hero-background video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right; }

#pi-home1 {
  position: relative;
  height: 80vh; }

#pi-hero-content {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  padding-top: 12vh;
  padding-bottom: 140px; }

#pi-hero-content-container {
  max-width: 480px; }

#pi-hero-content-container p {
  color: white;
  font-weight: normal; }

#pi-home1 {
  padding-bottom: 0;
  margin-bottom: 0; }

#home-watch-video-button {
  background-color: #fff;
  color: #002395;
  margin-right: 23px; }

#home-watch-video-button:hover,
#home-watch-video-button:focus {
  background-color: #002395;
  color: #fff; }

#pi-home1 h1 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 66px;
  line-height: 81px; }

.pi-hero-buttons-videomobile {
  text-align: center;
  display: none; }

.scroll-down-cta {
  position: absolute;
  bottom: 35px;
  text-align: center;
  color: white;
  width: 100%; }
  .scroll-down-cta svg {
    display: block;
    margin: 0 auto; }

@media only screen and (max-height: 576px) {
  #pi-home1 {
    height: 100vh; }
  #pi-hero-content {
    padding-top: 20vh; } }

@media only screen and (max-height: 770px) {
  #pi-home1 h1 {
    font-size: 54px;
    line-height: 64px; }
  #pi-hero-content {
    padding-top: 16vh; } }

@media only screen and (max-width: 1200px) {
  #pi-hero-content {
    padding-top: 13vh; }
  .site-header .wrap {
    padding-left: 0; }
  .nav-primary .genesis-nav-menu a {
    padding-left: 16px;
    padding-right: 0; }
  #pi-home1 h1 {
    font-size: 54px;
    line-height: 64px; } }

@media only screen and (max-width: 1024px) {
  #pi-hero-content {
    position: relative;
    padding-top: 30px; }
  #pi-hero-background {
    background-image: url(/wp-content/themes/glimpse/images/videoplaceholder.jpg);
    background-position: center;
    background-size: cover;
    height: 100%; }
  #pi-home1 {
    height: auto; }
  #pi-hero-background video {
    display: none; }
  .home .site-header {
    padding-bottom: 10px; }
  .home .site-header {
    position: relative;
    z-index: 10; }
  .home .genesis-nav-menu a:hover {
    color: #002395; } }

@media only screen and (max-width: 767px) {
  #pi-home1 h1 {
    font-size: 50px;
    line-height: 57px; } }

@media only screen and (max-width: 587px) {
  #pi-hero-content-container {
    max-width: none; }
  #pi-hero-content-container p {
    text-align: center; }
  #pi-home1 h1 {
    font-size: 30px;
    line-height: 44px;
    margin: 0 auto 15px;
    padding-top: 15px;
    text-align: center;
    max-width: 250px; }
  .pi-hero-buttons-videomobile {
    display: block; }
  #pi-home1bis {
    display: block;
    padding-top: 0;
    padding-bottom: 0; }
  .pi-hero-buttons-large a {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px; }
  #home-watch-video-button {
    margin-right: auto; }
  .pi-hero-buttons-small {
    display: flex;
    justify-content: space-between; }
  .pi-hero-buttons-small a {
    width: 47.5%; }
  .pi-hero-buttons-small .pi-standard-button {
    padding: 14px 8px; } }

@media only screen and (max-width: 483px) {
  .title-area .custom-logo-link img {
    width: 180px; } }

@media only screen and (max-width: 366px) {
  .pi-hero-buttons-small .pi-standard-button {
    padding: 14px 28px;
    font-size: 15px;
    line-height: 20px; } }

/* Camera Illustration Section */
.pi-camera-illustration {
  float: right; }

#pi-home2 {
  padding-top: 0; }

#pi-home2 h2 {
  margin-bottom: 30px;
  max-width: 600px; }

#pi-home-feature-icons {
  padding-right: 30px;
  flex-flow: row wrap;
  justify-content: space-between;
  display: flex; }

.pi-home-feature-icon {
  width: 46%; }

.pi-featured-icon-container {
  min-height: 92px; }

#pi-camera-icon {
  position: relative;
  top: 20px; }

#pi-document-icon {
  position: relative;
  top: 10px; }

#pi-home-gif {
  border: 10px solid #eee; }

#pi-home2 h4 {
  margin-bottom: 7px; }

/* Responsive Adjustments
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .pi-camera-illustration {
    margin: 0 auto;
    display: block;
    float: none; } }

@media only screen and (max-width: 767px) {
  #pi-home2 h2 {
    max-width: 400px; } }

@media only screen and (max-width: 587px) {
  #pi-home2 h2 {
    max-width: 350px; }
  #pi-home-feature-icons {
    padding-left: 0; }
  #pi-home-feature-icons p {
    font-size: 15px;
    line-height: 27px; }
  .pi-home-feature-icon {
    width: 100%; }
  .pi-home-gif-container {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw; } }

.reporting-preview {
  background-color: rgba(0, 35, 149, 0.03); }
  .reporting-preview h2 {
    max-width: 700px;
    font-size: 32px;
    line-height: 42px;
    color: #002395; }
  .reporting-preview p {
    max-width: 700px; }
  .reporting-preview-columns {
    display: flex;
    margin-right: -30px; }
  .reporting-preview-column {
    flex: 1;
    margin-right: 30px; }
    .reporting-preview-column img {
      box-shadow: 0px 4px 12px rgba(0, 35, 149, 0.25); }
    .reporting-preview-column.margin-top {
      margin-top: 10px; }
  .reporting-preview .report-card-example {
    margin-bottom: 90px; }
  .reporting-preview .indisputable-evidence .evidence-gallery {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 35, 149, 0.25);
    border-radius: 5px;
    padding: 30px; }
    .reporting-preview .indisputable-evidence .evidence-gallery-container {
      position: relative; }
      .reporting-preview .indisputable-evidence .evidence-gallery-container img {
        width: 100%; }
    .reporting-preview .indisputable-evidence .evidence-gallery-sequence {
      position: absolute;
      bottom: 8px;
      left: 12px;
      border-radius: 10px;
      background-color: white;
      padding: 7px;
      font-size: 0; }
      .reporting-preview .indisputable-evidence .evidence-gallery-sequence span:not(.active) {
        background-color: #002395;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        display: inline-block;
        margin-right: 11px; }
        .reporting-preview .indisputable-evidence .evidence-gallery-sequence span:not(.active):last-child {
          margin-right: 0; }
      .reporting-preview .indisputable-evidence .evidence-gallery-sequence span.active {
        position: absolute;
        left: 3px;
        top: 3px;
        width: 14px;
        height: 14px;
        border: 1px solid #002395;
        border-radius: 7px;
        box-sizing: border-box; }
    .reporting-preview .indisputable-evidence .evidence-gallery-controls {
      margin-top: 20px;
      display: flex; }
    .reporting-preview .indisputable-evidence .evidence-gallery-control {
      flex: 1; }
      .reporting-preview .indisputable-evidence .evidence-gallery-control-header {
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        color: #666666; }
      .reporting-preview .indisputable-evidence .evidence-gallery-control-value {
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        color: #0f0f0f; }
  @media screen and (max-width: 1024px) {
    .reporting-preview-columns {
      flex-direction: column-reverse;
      margin-right: 0; }
      .reporting-preview-columns.indisputable-evidence {
        flex-direction: column; }
        .reporting-preview-columns.indisputable-evidence .pi-standard-button {
          margin-bottom: 40px; }
        .reporting-preview-columns.indisputable-evidence .evidence-gallery {
          padding: 12px; }
          .reporting-preview-columns.indisputable-evidence .evidence-gallery-control:nth-child(2) {
            display: none; }
      .reporting-preview-columns.report-card-example {
        margin-bottom: 60px; }
        .reporting-preview-columns.report-card-example img {
          width: 100%;
          margin-bottom: 20px; }
    .reporting-preview-column {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .reporting-preview h2 {
      font-size: 25px;
      line-height: 32px; }
    .reporting-preview-columns.indisputable-evidence .evidence-gallery-control:nth-child(2) {
      display: none; } }

.testimonials-container .testimonial-row {
  display: flex;
  margin-right: -30px; }
  .testimonials-container .testimonial-row > *:nth-child(1) {
    flex: 2;
    margin-right: 30px; }
  .testimonials-container .testimonial-row > *:nth-child(2) {
    flex: 1;
    margin-right: 30px; }
  @media screen and (max-width: 1024px) {
    .testimonials-container .testimonial-row {
      display: block;
      margin-right: 0; }
      .testimonials-container .testimonial-row > * {
        margin-right: 0 !important; } }

.testimonials-section h2 {
  max-width: 650px; }

@media screen and (max-width: 1024px) {
  .testimonial-video img {
    width: 100%; } }

.testimonial-margin-fix {
  margin-top: 90px; }
  @media screen and (max-width: 1024px) {
    .testimonial-margin-fix {
      margin-top: 60px; } }
  @media screen and (max-width: 587px) {
    .testimonial-margin-fix {
      margin-top: 40px; } }

.testimonial {
  margin-top: 90px;
  display: flex; }
  .testimonial .testimonial-avatar {
    width: 150px;
    margin-right: 50px; }
  .testimonial .testimonial-contents {
    flex: 1;
    position: relative; }
    .testimonial .testimonial-contents .testimonial-quote-icon {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
    .testimonial .testimonial-contents .testimonial-title {
      color: #002395;
      font-family: "Roboto Condensed";
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 0.857143px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .testimonial .testimonial-contents .testimonial-body {
      font-size: 21px;
      line-height: 40px;
      color: #000;
      margin-bottom: 10px; }
      .testimonial .testimonial-contents .testimonial-body strong {
        padding: 2px 4px;
        background-color: rgba(0, 35, 149, 0.07); }
    .testimonial .testimonial-contents .testimonial-author {
      color: #333;
      font-size: 16px;
      line-height: 32px; }
  @media screen and (max-width: 587px) {
    .testimonial {
      display: block;
      margin-top: 40px; }
      .testimonial .testimonial-avatar {
        width: 150px;
        margin-right: 0; }
      .testimonial .testimonial-contents {
        margin-top: 90px; }
        .testimonial .testimonial-contents .testimonial-body {
          font-size: 16px;
          line-height: 29px; }
      .testimonial .testimonial-author {
        color: #333;
        font-size: 15px;
        line-height: 27px; } }

.case-study-stub {
  background: #f7f8fc;
  padding: 90px 40px 40px;
  position: relative; }
  .case-study-stub .case-study-stub-title {
    z-index: 1;
    position: relative;
    color: #002395;
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.857143px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .case-study-stub .case-study-stub-body {
    font-size: 21px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px; }
  .case-study-stub .case-study-stub-link {
    background: #ffffff;
    border: 1px solid #002395;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 14px 30px;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #002395;
    display: inline-block; }
    .case-study-stub .case-study-stub-link:hover {
      color: white;
      background-color: #002395; }
  .case-study-stub .case-study-stub-quote-icon {
    position: absolute;
    top: 90px;
    left: 40px;
    z-index: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }
  @media screen and (max-width: 587px) {
    .case-study-stub {
      padding: 80px 30px 30px; }
      .case-study-stub .case-study-stub-body {
        font-size: 16px;
        line-height: 29px; } }

.customer-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  overflow-x: hidden; }
  .customer-list-wrapper h6 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  .customer-list a {
    margin-right: 30px;
    flex: 1 0 calc(11% - 30px);
    text-decoration: none; }
    .customer-list a img {
      width: 100%; }
  @media only screen and (max-width: 1024px) {
    .customer-list {
      margin-right: -18px; }
      .customer-list a {
        flex: 1 0 calc(11% - 18px);
        margin-right: 18px; } }
  @media only screen and (max-width: 767px) {
    .customer-list a {
      flex: 1 0 calc(25% - 18px);
      max-width: calc(25% - 18px); } }
  @media only screen and (max-width: 587px) {
    .customer-list {
      margin-right: -32px; }
      .customer-list a {
        flex: 1 0 calc(25% - 32px);
        max-width: calc(25% - 32px);
        margin-right: 32px; } }

#savings-calculator h2 {
  max-width: 600px; }

#savings-calculator {
  background-color: rgba(0, 35, 149, 0.03); }

#savings-calculator h2 {
  max-width: 686px;
  margin-bottom: 50px; }

.pi-card {
  padding: 48px 48px;
  border-radius: 5px;
  box-shadow: 0 4px 12px 0 rgba(0, 35, 149, 0.25);
  background: #fff;
  text-align: center; }

#pi-card-calculator {
  text-align: left; }

.pi-calculator-label {
  text-transform: uppercase;
  color: #002395;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.761905px; }

.slider-value {
  font-size: 45px;
  color: #002395;
  font-weight: 200; }

.slider-result {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -1px; }

.pricing-note {
  position: relative;
  margin-top: 32px; }
  .pricing-note p {
    color: #109D00;
    margin-left: 96px;
    margin-bottom: 0px; }
    .pricing-note p:before {
      position: absolute;
      vertical-align: middle;
      display: inline-block;
      top: -24px;
      left: 24px;
      width: 65px;
      height: 46px;
      content: url("images/pricing/arrow-pointer.svg"); }

#revenue-slider {
  margin-bottom: 40px; }

#pi-card-calculator .pi-standard-button {
  margin-top: 30px; }

#revenue-slider {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  position: relative;
  height: 16px;
  background: 0 0;
  margin-bottom: 24px;
  outline: 0; }

#revenue-slider:focus {
  outline: 0; }

#revenue-slider:before {
  display: block;
  content: "";
  background: #002395;
  height: 1px;
  width: 100%;
  opacity: 0.3;
  z-index: 0;
  top: 7px;
  position: absolute; }

input#revenue-slider::-ms-track {
  width: 100%;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent; }

input#revenue-slider::-moz-range-thumb,
input#revenue-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input#revenue-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #002395;
  margin-top: -1px;
  cursor: pointer; }

input#revenue-slider::-moz-range-thumb {
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #002395;
  margin-top: -1px;
  cursor: pointer; }

input#revenue-slider::-ms-thumb {
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #002395;
  margin-top: -1px;
  cursor: pointer; }

#savings-calculator ul {
  margin-left: 50px;
  max-width: 426px;
  padding-top: 30px; }

#savings-calculator .pi-card {
  padding: 50px 45px; }

#savings-calculator li {
  font-weight: 300;
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #002395;
  list-style-type: disc; }

#savings-calculator li span {
  color: #333; }

.estimator-benefit {
  display: flex;
  margin-bottom: 50px; }
  .estimator-benefit:first-child {
    margin-top: 40px; }
  .estimator-benefit:last-child {
    margin-bottom: 0; }
  .estimator-benefit-icon {
    margin-right: 30px; }
  .estimator-benefit-body {
    flex: 1;
    font-weight: 500;
    font-size: 21px;
    line-height: 38px;
    color: #002395; }

@media only screen and (max-width: 1024px) {
  .estimator-benefit:first-child {
    margin-top: 60px; }
  .estimator-benefit:last-child {
    margin-bottom: 0; }
  .estimator-benefit-body {
    max-width: 450px; } }

@media only screen and (max-width: 768px) {
  .estimator-benefit:first-child {
    margin-top: 60px; }
  .estimator-benefit-body {
    max-width: 450px;
    font-size: 16px;
    line-height: 29px; } }

#savings-calculator .pi-tile-wrap {
  margin-right: -30px; }
  #savings-calculator .pi-tile-wrap > * {
    margin-right: 30px; }

@media only screen and (max-width: 1024px) {
  #savings-calculator .pi-tile-wrap {
    margin-right: 0; }
    #savings-calculator .pi-tile-wrap > * {
      margin-right: 0; } }

/* Responsive Adjustments
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #savings-calculator h2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  #savings-calculator .pi-card {
    min-height: auto; }
  #savings-calculator ul {
    max-width: none; } }

@media only screen and (max-width: 767px) {
  #savings-calculator h2 {
    font-size: 25px;
    line-height: 40px; }
  #savings-calculator .pi-card {
    padding: 40px 15px; } }

@media only screen and (max-width: 587px) {
  #savings-calculator h2 {
    font-size: 25px;
    line-height: 32px; }
  .pi-card {
    padding: 28px 28px; }
  .pi-saved-figure {
    font-size: 36px; }
  .slider-result,
  .slider-value {
    font-size: 35px; }
  #savings-calculator li {
    font-size: 19px;
    line-height: 29px; }
  #savings-calculator .pi-standard-button {
    display: block; }
  .pi-calculator-label {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px; } }

@media only screen and (max-width: 500px) {
  .slider-result,
  .slider-value {
    font-size: 30px; } }

@media only screen and (max-width: 483px) {
  .slider-result,
  .slider-value {
    font-size: 23px; } }

.get-in-touch {
  text-align: center;
  background: url(images/camera-big@2x.png) no-repeat;
  background-position: right;
  background-size: 233px;
  background-position-y: 38px; }
  .get-in-touch-note-top {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px; }
  .get-in-touch-note-bottom {
    font-size: 16px;
    line-height: 32px;
    color: #999;
    font-weight: 400; }
  @media screen and (max-width: 578px) {
    .get-in-touch-note-top, .get-in-touch-note-bottom {
      font-size: 15px;
      line-height: 27px; } }
  .get-in-touch .wpcf7 form p {
    display: flex;
    align-items: stretch;
    max-width: 650px;
    margin: 0 auto 20px; }
    .get-in-touch .wpcf7 form p .wpcf7-form-control-wrap {
      flex: 1; }
      .get-in-touch .wpcf7 form p .wpcf7-form-control-wrap input[name="your-phoneemail"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%; }
    .get-in-touch .wpcf7 form p input[type="submit"] {
      min-width: 175px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      max-height: 52px; }
  .get-in-touch .wpcf7 form .wpcf7-mail-sent-ok {
    display: inline !important;
    border: 2px solid #398f14;
    background: #398f14;
    color: white;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto; }
  .get-in-touch .wpcf7 form .wpcf7-validation-errors,
  .get-in-touch .wpcf7 form .wpcf7-mail-sent-ng,
  .get-in-touch .wpcf7 form .wpcf7-acceptance-missing {
    display: inline !important;
    border: 2px solid #f7e700;
    background: #f7e700;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto; }
  .get-in-touch .wpcf7 form .wpcf7-not-valid-tip {
    display: none; }
  .get-in-touch .wpcf7 form .ajax-loader {
    display: none; }
  @media screen and (max-width: 578px) {
    .get-in-touch .wpcf7 form p {
      display: block;
      margin: 0 0 20px; }
      .get-in-touch .wpcf7 form p .wpcf7-form-control-wrap input[name="your-phoneemail"] {
        width: 100%;
        margin-bottom: 12px;
        border-radius: 3px; }
      .get-in-touch .wpcf7 form p input[type="submit"] {
        width: 100%;
        border-radius: 3px; } }
  @media only screen and (min-width: 1025px) {
    .get-in-touch {
      padding-top: 150px; } }
  @media only screen and (max-width: 1024px) {
    .get-in-touch {
      background: none; }
      .get-in-touch h2 {
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .get-in-touch h2 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (max-width: 587px) {
    .get-in-touch h2 {
      font-size: 25px;
      line-height: 32px; } }

.why-glimpse {
  background-color: #f7f8fc;
  text-align: center; }
  .why-glimpse p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }

#blog-glimpse-intro {
  background-color: #f7f8fc;
  padding: 60px 30px; }
  #blog-glimpse-intro .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  #blog-glimpse-intro .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; }
  #blog-glimpse-intro .glimpse-avatar {
    flex: 0 0 200px; }
    #blog-glimpse-intro .glimpse-avatar img {
      width: 156px;
      margin-bottom: 30px; }
  #blog-glimpse-intro .glimpse-description {
    display: inline-block;
    float: left; }
  #blog-glimpse-intro h3 {
    color: #002395;
    font-weight: 900;
    font-size: 32px; }

#blog-glimpse-banner {
  padding: 30px 30px;
  margin: 24px 0;
  border: 1px solid #002395; }
  #blog-glimpse-banner .banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  #blog-glimpse-banner .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; }
  #blog-glimpse-banner h4 {
    color: #002395;
    font-size: 24px;
    font-weight: 900; }
  #blog-glimpse-banner .glimpse_banner-description {
    padding-top: 16px;
    display: inline-block;
    float: left; }
  #blog-glimpse-banner .glimpse-banner-image {
    flex: 0 0 240px; }
    #blog-glimpse-banner .glimpse-banner-image img {
      width: 240px; }
  @media screen and (max-width: 767px) {
    #blog-glimpse-banner {
      padding-bottom: 40px; }
      #blog-glimpse-banner .banner-row {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center; }
      #blog-glimpse-banner .glimpse-banner-image {
        flex: 100%;
        align-items: center;
        justify-content: center; } }

#blog-shortcode-book-a-demo {
  padding: 30px 30px;
  margin: 24px 0;
  border-top: 1px solid #002395;
  border-bottom: 1px solid #002395; }
  #blog-shortcode-book-a-demo .banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  #blog-shortcode-book-a-demo .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; }
  #blog-shortcode-book-a-demo h4 {
    color: #002395;
    font-size: 24px;
    font-weight: 900; }
  #blog-shortcode-book-a-demo .glimpse_banner-description {
    padding-top: 16px;
    display: inline-block;
    float: left; }
  #blog-shortcode-book-a-demo .glimpse-banner-image {
    flex: 0 0 240px; }
    #blog-shortcode-book-a-demo .glimpse-banner-image img {
      width: 240px; }
  @media screen and (max-width: 767px) {
    #blog-shortcode-book-a-demo {
      padding-bottom: 40px; }
      #blog-shortcode-book-a-demo .banner-row {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center; }
      #blog-shortcode-book-a-demo .glimpse-banner-image {
        flex: 100%;
        align-items: center;
        justify-content: center; } }

#blog-shortcode-leadmagnet {
  padding: 30px 30px;
  margin: 40px 0;
  margin-bottom: 56px;
  border: 1px solid #002395;
  background-color: #F7F8FC;
  border-radius: 5px;
  position: relative; }
  #blog-shortcode-leadmagnet .banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  #blog-shortcode-leadmagnet .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; }
  #blog-shortcode-leadmagnet h4 {
    color: #002395;
    font-size: 24px;
    font-weight: 900; }
  #blog-shortcode-leadmagnet .glimpse_banner-description {
    display: inline-block;
    float: left; }
  #blog-shortcode-leadmagnet .glimpse-leadmagnet-image {
    flex: 0 0 240px; }
    #blog-shortcode-leadmagnet .glimpse-leadmagnet-image.kpi-spreadsheet img {
      position: relative;
      top: 0;
      right: 0;
      padding: 24px; }
    #blog-shortcode-leadmagnet .glimpse-leadmagnet-image.checklist-image img {
      top: -34px; }
    #blog-shortcode-leadmagnet .glimpse-leadmagnet-image img {
      width: 260px;
      position: absolute;
      top: -60px;
      right: 10px; }
    #blog-shortcode-leadmagnet .glimpse-leadmagnet-image .floating {
      -webkit-animation-name: floating;
              animation-name: floating;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      margin-left: 30px;
      margin-top: 5px; }

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }
  @media screen and (max-width: 767px) {
    #blog-shortcode-leadmagnet {
      padding-bottom: 40px; }
      #blog-shortcode-leadmagnet .banner-row {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center; }
      #blog-shortcode-leadmagnet .glimpse-leadmagnet-image {
        flex: 100%;
        align-items: center;
        justify-content: center; }
        #blog-shortcode-leadmagnet .glimpse-leadmagnet-image img {
          width: 300px;
          position: relative;
          top: 0;
          right: 0; } }

.glimpse-blog-wrap #genesis-sidebar-primary section {
  padding: 0; }

.glimpse-blog-wrap #genesis-sidebar-primary .widget-wrap {
  color: green; }
  .glimpse-blog-wrap #genesis-sidebar-primary .widget-wrap .widget-title {
    border-bottom: 1px solid #333;
    color: #333;
    padding: 10px 0;
    clear: both;
    font-size: 14px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .glimpse-blog-wrap #genesis-sidebar-primary .widget-wrap li {
    border-bottom: 1px dotted #888;
    margin-bottom: 6px;
    padding-bottom: 6px; }
    .glimpse-blog-wrap #genesis-sidebar-primary .widget-wrap li a {
      font-size: 15px;
      text-decoration: none; }

.glimpse-blog-wrap article footer {
  display: none; }

.glimpse-blog-wrap h2.entry-title {
  font-size: 32px;
  line-height: 1.4em; }

.glimpse-blog-wrap p {
  font-family: "Libre Baskerville", Georgia, serif;
  margin-bottom: 16px; }

.glimpse-blog-wrap .first-item {
  width: 100% !important;
  clear: both; }

.glimpse-blog-wrap .half-item {
  width: 50%;
  float: left;
  padding-right: 24px; }
  .glimpse-blog-wrap .half-item h2.entry-title {
    font-size: 24px !important;
    line-height: 1.3em; }

.glimpse-blog-wrap .entry-image-link img {
  margin: 0 44px 20px 0;
  width: 100%; }

.glimpse-blog-wrap .entry-content p {
  font-size: 16px;
  line-height: 1.75em;
  padding-right: 32px;
  text-align: left; }

.glimpse-blog-wrap .entry-time {
  font-size: 0.9em;
  line-height: 120%;
  margin-bottom: 1rem;
  color: #999; }

.glimpse-blog-wrap .entry-categories {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  margin-bottom: 16px; }
  .glimpse-blog-wrap .entry-categories a {
    text-decoration: none;
    color: #666; }
    .glimpse-blog-wrap .entry-categories a:hover {
      color: #002395; }

@media only screen and (min-width: 960px) {
  .glimpse-blog-wrap {
    max-width: 1140px; }
    .glimpse-blog-wrap #genesis-content {
      max-width: 65%; }
    .glimpse-blog-wrap #genesis-sidebar-primary {
      width: 35%;
      max-width: 380px;
      padding-left: 32px;
      float: right; } }

@media only screen and (max-width: 1200px) {
  .glimpse-blog-wrap {
    max-width: 960px;
    margin: 0 auto; }
    .glimpse-blog-wrap #genesis-content {
      width: 65%;
      float: left; }
    .glimpse-blog-wrap #genesis-sidebar-primary {
      width: 35%;
      padding-left: 32px;
      float: right; } }

@media only screen and (max-width: 960px) {
  .glimpse-blog-wrap {
    width: 100%;
    margin: 0 auto; }
    .glimpse-blog-wrap #genesis-content {
      width: 100%; }
    .glimpse-blog-wrap #genesis-sidebar-primary {
      width: 100%;
      padding: 0; }
    .glimpse-blog-wrap .first-item h2.entry-title {
      font-size: 32px !important; }
    .glimpse-blog-wrap .half-item {
      width: 100%; }
      .glimpse-blog-wrap .half-item h2.entry-title {
        font-size: 32px !important; } }

/* Blog
---------------------------------------------------------------------------------------------------- */
.blog .archive-description {
  display: none; }

.blog .site-inner,
.single-post .site-inner,
.archive .site-inner {
  max-width: 1144px;
  padding: 70px 20px; }

.blog .content .entry,
.archive .content .entry {
  background: #fff; }

.blog .content .entry-title,
.archive .content .entry-title {
  font-size: 32px;
  line-height: 1.4em; }

.blog .content .entry-meta,
.archive .content .entry-meta {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px; }

.archive .archive-description {
  display: none; }

@media only screen and (max-width: 900px) {
  .blog .content .entry,
  .archive .content .entry {
    width: 50%; }
  .glimpse-blog-wrap .half-item h2.entry-title {
    font-size: 24px !important; } }

@media only screen and (max-width: 587px) {
  .blog .content .entry,
  .archive .content .entry {
    width: 100%; }
  .glimpse-blog-wrap .half-item h2.entry-title {
    font-size: 32px !important; } }

/* Single Post
---------------------------------------------------------------------------------------------------- */
.single-post #genesis-content ul > li {
  list-style-type: disc;
  margin-left: 35px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

.single-post #genesis-content ol > li {
  list-style-type: decimal;
  margin-left: 35px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

/* archives
---------------------------------------------------------------------------------------------------- */
.error404 .site-inner {
  max-width: 900px; }

/* Blog Navigation
---------------------------------------------------------------------------------------------------- */
.blog-logo-header {
  padding-top: 23px;
  display: inline-block; }
  .blog-logo-header img {
    height: 43px; }

#menu-blog-menu .menu-item-type-custom {
  float: right;
  margin-left: 16px; }
  #menu-blog-menu .menu-item-type-custom a {
    color: #002395;
    padding: 14px 16px 12px 16px;
    font-weight: 600; }
    #menu-blog-menu .menu-item-type-custom a:hover {
      color: #ff3a3a; }

#menu-blog-menu li:nth-child(1) a {
  color: white;
  border-radius: 3px;
  background-color: #002395;
  border: 1px #002395 solid;
  padding: 12px 16px; }
  #menu-blog-menu li:nth-child(1) a i {
    margin-right: 8px; }
  #menu-blog-menu li:nth-child(1) a:hover {
    background-color: #4CAF50;
    border: 1px #4CAF50 solid;
    color: white; }

@media only screen and (max-width: 1024px) {
  #menu-blog-menu .menu-item-type-custom {
    display: block;
    float: left;
    margin-left: 0;
    width: 100%; }
  #menu-blog-menu li:nth-child(1) a {
    color: #002395;
    border: 0px;
    border-radius: 3px;
    background-color: white;
    padding: 12px 16px; }
    #menu-blog-menu li:nth-child(1) a i {
      margin-right: 8px; }
    #menu-blog-menu li:nth-child(1) a:hover {
      background-color: white;
      border: 0px;
      color: #ff3a3a; } }

.glimpse-blog-artcle-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  /* Headings
  --------------------------------------------- */ }
  .glimpse-blog-artcle-wrap h1,
  .glimpse-blog-artcle-wrap h2,
  .glimpse-blog-artcle-wrap h3,
  .glimpse-blog-artcle-wrap h4,
  .glimpse-blog-artcle-wrap h5,
  .glimpse-blog-artcle-wrap h6 {
    color: #222;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px; }
  .glimpse-blog-artcle-wrap h1 {
    font-size: 4.3rem;
    font-weight: 900;
    color: #002395; }
  .glimpse-blog-artcle-wrap h2 {
    font-size: 30px;
    font-size: 3rem; }
  .glimpse-blog-artcle-wrap h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  .glimpse-blog-artcle-wrap h4 {
    font-size: 20px;
    font-size: 2rem; }
  .glimpse-blog-artcle-wrap h5 {
    font-size: 18px;
    font-size: 1.8rem; }
  .glimpse-blog-artcle-wrap h6 {
    font-size: 16px;
    font-size: 1.6rem; }
  .glimpse-blog-artcle-wrap p {
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 24px;
    word-wrap: break-word;
    word-break: break-word; }
  .glimpse-blog-artcle-wrap article {
    margin-bottom: 0px; }
  .glimpse-blog-artcle-wrap .wp-post-image {
    margin-bottom: 24px;
    width: 100%; }
  .glimpse-blog-artcle-wrap .entry-content {
    width: 75%;
    float: left; }
  .glimpse-blog-artcle-wrap .entry-meta {
    border: 0; }
    .glimpse-blog-artcle-wrap .entry-meta .entry-categories {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      color: #42526e;
      line-height: 16px;
      letter-spacing: 1px; }
      .glimpse-blog-artcle-wrap .entry-meta .entry-categories a {
        text-decoration: none; }
  .glimpse-blog-artcle-wrap .post-subscribe {
    padding: 32px 0;
    border-top: 2px solid #b3bac5;
    border-bottom: 2px solid #b3bac5;
    text-align: center;
    grid-column: span 1/-1;
    grid-row: span 5;
    align-self: start;
    margin-bottom: 32px;
    margin-top: 32px; }
    .glimpse-blog-artcle-wrap .post-subscribe span {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 8px;
      color: #42526e; }
    .glimpse-blog-artcle-wrap .post-subscribe h3 {
      font-size: 32px;
      line-height: 40px;
      color: #42526e;
      margin-top: 8px; }
  .glimpse-blog-artcle-wrap .post-meta {
    width: 22%;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #42526e;
    line-height: 16px;
    letter-spacing: 1px; }
    .glimpse-blog-artcle-wrap .post-meta .post-info {
      margin-bottom: 24px; }
      .glimpse-blog-artcle-wrap .post-meta .post-info a {
        text-decoration: none; }
    .glimpse-blog-artcle-wrap .post-meta .post-author {
      overflow: auto;
      margin-bottom: 24px; }
      .glimpse-blog-artcle-wrap .post-meta .post-author img {
        margin-right: 8px;
        height: 32px; }
    .glimpse-blog-artcle-wrap .post-meta .share-buttons {
      clear: both; }
    .glimpse-blog-artcle-wrap .post-meta #blog-right-side-banner {
      margin-bottom: 40px; }
    .glimpse-blog-artcle-wrap .post-meta .glimpse-quiz-banner {
      margin-top: 30px;
      letter-spacing: 0.0em;
      background-color: #F7F8FC;
      padding: 20px;
      text-align: center; }
      .glimpse-blog-artcle-wrap .post-meta .glimpse-quiz-banner img {
        margin-bottom: 24px;
        max-width: 160px; }
      .glimpse-blog-artcle-wrap .post-meta .glimpse-quiz-banner h4 {
        font-family: Montserrat;
        text-transform: initial;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px; }
      .glimpse-blog-artcle-wrap .post-meta .glimpse-quiz-banner p {
        font-family: Montserrat;
        text-transform: initial;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px; }
      .glimpse-blog-artcle-wrap .post-meta .glimpse-quiz-banner .start-quiz-button {
        width: 100%;
        font-size: 14px;
        text-transform: inherit; }
  .glimpse-blog-artcle-wrap .entry-footer {
    width: 75%;
    clear: both;
    padding-top: 32px; }
    .glimpse-blog-artcle-wrap .entry-footer .related-articles-wrap {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
    .glimpse-blog-artcle-wrap .entry-footer .related-articles-article {
      display: flex;
      width: 50%;
      height: 90px;
      overflow: hidden; }
      .glimpse-blog-artcle-wrap .entry-footer .related-articles-article img {
        width: 100px;
        height: auto;
        margin-right: 16px; }
      .glimpse-blog-artcle-wrap .entry-footer .related-articles-article a {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        max-height: 64px;
        overflow: hidden; }
  .glimpse-blog-artcle-wrap .email_download_link {
    background: #f5f5f5;
    padding: 0 24px 24px 24px; }
    .glimpse-blog-artcle-wrap .email_download_link form {
      display: flex;
      align-items: center;
      flex-direction: row; }
      .glimpse-blog-artcle-wrap .email_download_link form p {
        margin: 0;
        margin-right: 16px;
        width: 50%; }
        .glimpse-blog-artcle-wrap .email_download_link form p span.email {
          display: none; }
        .glimpse-blog-artcle-wrap .email_download_link form p span.name {
          display: none; }
      .glimpse-blog-artcle-wrap .email_download_link form input[type=submit] {
        height: 52px;
        margin-top: 30px; }

/* Single Post
---------------------------------------------------------------------------------------------------- */
.single-post #genesis-content ul > li {
  list-style-type: disc;
  margin-left: 35px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

.single-post #genesis-content ol > li {
  list-style-type: decimal;
  margin-left: 35px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

/* Responsive
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .glimpse-blog-artcle-wrap h1 {
    font-size: 3.6rem; }
  .glimpse-blog-artcle-wrap .entry-content {
    width: 100%; }
  .glimpse-blog-artcle-wrap .post-meta {
    width: 100%;
    margin-bottom: 24px; }
  .glimpse-blog-artcle-wrap .entry-footer .related-articles-article {
    width: 100%; }
  .glimpse-blog-artcle-wrap .email_download_link {
    text-align: center;
    padding: 0 16px 16px 16px; }
    .glimpse-blog-artcle-wrap .email_download_link form {
      flex-direction: column; }
      .glimpse-blog-artcle-wrap .email_download_link form p {
        margin: 0;
        width: 100%;
        margin-bottom: 16px; }
        .glimpse-blog-artcle-wrap .email_download_link form p span.email {
          display: none; }
      .glimpse-blog-artcle-wrap .email_download_link form input[type=submit] {
        margin: 0;
        height: 52px;
        width: 100%; } }

.glimpse-blog-archive-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }
  .glimpse-blog-archive-wrap .archive-title {
    border-bottom: 1px #ccc solid;
    margin-bottom: 32px; }
    .glimpse-blog-archive-wrap .archive-title span {
      font-size: 14px;
      text-transform: uppercase; }
    .glimpse-blog-archive-wrap .archive-title h1 {
      font-size: 40px; }
  .glimpse-blog-archive-wrap p {
    font-family: "Libre Baskerville", Georgia, serif;
    margin-bottom: 16px; }
  .glimpse-blog-archive-wrap .first-item {
    width: 100% !important;
    clear: both; }
    .glimpse-blog-archive-wrap .first-item .entry-content .post-image {
      width: 100%; }
  .glimpse-blog-archive-wrap .half-item {
    width: 50%;
    float: left;
    padding-right: 32px; }
    .glimpse-blog-archive-wrap .half-item h2.entry-title {
      font-size: 24px !important;
      line-height: 1.3em; }
  .glimpse-blog-archive-wrap .entry-time {
    font-size: 0.9em;
    line-height: 120%;
    margin-bottom: 1rem;
    color: #999; }

.newsletter-subscription-form {
  border: 4px solid #002395;
  padding: 32px 24px 24px 32px;
  color: #333;
  text-align: center; }
  .newsletter-subscription-form h3 {
    color: #333; }
  .newsletter-subscription-form .logo {
    max-width: 200px;
    margin-bottom: 24px; }
  .newsletter-subscription-form input {
    margin-bottom: 16px; }
    .newsletter-subscription-form input[type=submit] {
      padding: 16px 24px;
      border-radius: 32px; }

.page-id-6173 {
  background-color: #F7F8FB; }

.grecaptcha-badge {
  display: none; }

.contact-page {
  background-image: url(images/camera-big@2x.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 233px;
  background-position-y: 0px; }
  .contact-page h1 {
    color: #333; }
  .contact-page .captcha-description {
    font-size: 13px;
    color: #000;
    margin-bottom: 16px;
    position: absolute;
    bottom: 32px;
    opacity: 0.5; }
  .contact-page .contact-us-wrapper {
    display: flex; }
    .contact-page .contact-us-wrapper .contact-us-form {
      max-width: 640px;
      width: 60%; }
      .contact-page .contact-us-wrapper .contact-us-form p {
        margin-bottom: 24px; }
      .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-email-input {
        width: 47%;
        max-width: 280px; }
      .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-name-input {
        width: 47%;
        max-width: 280px;
        margin-right: 20px; }
      .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-texarea {
        max-width: 584px; }
      .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form .wpcf7-captchar {
        width: 200px; }
      .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form p {
        margin-bottom: 24px; }
    .contact-page .contact-us-wrapper .contact-us-links {
      width: 40%;
      margin-left: 10%; }
  .contact-page .contact-links {
    border-left: 4px solid #042A90;
    padding-left: 32px; }
  .contact-page .contact-link {
    font-weight: 500;
    font-size: 21px;
    line-height: 140%; }
    .contact-page .contact-link a {
      color: #02278D;
      text-decoration: none; }
      .contact-page .contact-link a:hover {
        color: #ff3a3a; }

@media screen and (max-width: 1024px) {
  .contact-page {
    background-size: 180px; }
    .contact-page .contact-us-wrapper {
      flex-direction: column; }
      .contact-page .contact-us-wrapper .contact-us-form {
        width: 80%;
        max-width: 80%; }
        .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-email-input {
          width: 80%;
          max-width: 80%; }
        .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-name-input {
          width: 80%;
          max-width: 80%;
          margin-bottom: 24px; }
        .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-texarea {
          max-width: 100%; }
      .contact-page .contact-us-wrapper .contact-us-links {
        width: 100%;
        margin-left: 0%; }
    .contact-page .contact-links {
      border-top: 4px solid #042A90;
      border-left: 0px;
      padding-left: 0px;
      padding-top: 32px; } }

@media screen and (max-width: 767px) {
  .contact-page .contact-us-wrapper .contact-us-form {
    width: 100%;
    max-width: 100%; }
    .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-email-input {
      max-width: 100%; }
    .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-name-input {
      max-width: 100%;
      margin-bottom: 24px; }
    .contact-page .contact-us-wrapper .contact-us-form .wpcf7-form #contact-form-texarea {
      max-width: 100%; } }

.book-demo .site-inner {
  margin-top: 0 !important;
  padding-top: 0; }

.book-demo-wrapper .book-demo-header {
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  padding-top: 140px !important; }
  .book-demo-wrapper .book-demo-header ul {
    list-style: square outside none;
    margin-left: 24px; }
    .book-demo-wrapper .book-demo-header ul li {
      list-style-type: circle !important;
      font-size: 16px;
      line-height: 32px;
      font-weight: 400; }
  .book-demo-wrapper .book-demo-header .book-demo-description {
    padding-right: 40px; }

.book-demo-wrapper .wpcf7 {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 35, 149, 0.25);
  border-radius: 5px;
  padding: 30px; }
  .book-demo-wrapper .wpcf7 p {
    margin-bottom: 16px; }
  .book-demo-wrapper .wpcf7-submit {
    width: 200px;
    margin-top: 16px; }
  .book-demo-wrapper .wpcf7 .flex-outer {
    list-style-type: none;
    padding: 0;
    margin: 0 auto; }
  .book-demo-wrapper .wpcf7 .flex-outer li {
    display: flex;
    justify-content: flex-end;
    padding: .3em 0; }
  .book-demo-wrapper .wpcf7 .flex-outer li.location {
    justify-content: flex-start; }
  .book-demo-wrapper .wpcf7 .flex-outer li > label {
    padding: .5em 1em .5em 0;
    width: 180px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    flex: 1; }
  .book-demo-wrapper .wpcf7 .flex-outer li > span {
    flex: 2; }
  .book-demo-wrapper .wpcf7 .flex-outer li > span > input,
  .book-demo-wrapper .wpcf7 .flex-outer li > span > select {
    font-size: 16px; }

.book-demo-wrapper .book-demo-card {
  text-align: left; }
  .book-demo-wrapper .book-demo-card .book-demo-link {
    margin-top: 24px;
    width: 100%; }
  .book-demo-wrapper .book-demo-card .book-demo-calendar-link {
    margin-top: 24px;
    width: 100%; }

.book-demo .demo-logos {
  overflow-x: hidden;
  text-align: center; }

@media only screen and (max-width: 1024px) {
  .book-demo .site-inner {
    margin-top: 10px !important; }
  .book-demo-wrapper .book-demo-header {
    padding-top: 60px !important; }
  .book-demo .pi-tile-wrap {
    display: flex; }
  .book-demo .wpcf7 .flex-outer li {
    flex-direction: column; }
  .book-demo .wpcf7 .flex-outer li > label {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .book-demo .site-inner {
    margin-top: 10px !important; }
  .book-demo .pi-tile-wrap {
    display: block; }
  .book-demo-wrapper .book-demo-header {
    padding-top: 60px !important;
    text-align: center;
    background-image: none; }
    .book-demo-wrapper .book-demo-header .book-demo-description {
      padding-right: 0;
      padding-bottom: 0px; }
      .book-demo-wrapper .book-demo-header .book-demo-description .extra-description {
        display: none; }
    .book-demo-wrapper .book-demo-header .wpcf7 {
      text-align: left; }
      .book-demo-wrapper .book-demo-header .wpcf7-submit {
        width: 100%; } }

.case-studies-page .testimony {
  display: flex;
  padding-top: 40px;
  margin-left: -30px; }
  .case-studies-page .testimony > * {
    margin-left: 30px; }
  .case-studies-page .testimony-subject {
    flex: 2;
    font-size: 16px;
    line-height: 29px;
    color: #000000; }
    .case-studies-page .testimony-subject strong {
      display: block; }
  .case-studies-page .testimony-body {
    padding-top: 3px;
    position: relative;
    z-index: 1;
    flex: 6; }
    .case-studies-page .testimony-body-title {
      color: #002395;
      font-family: "Roboto Condensed";
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 0.857143px;
      text-transform: uppercase;
      margin-bottom: 10px;
      position: relative;
      z-index: 1; }
    .case-studies-page .testimony-body-content {
      font-size: 16px;
      line-height: 29px; }
      .case-studies-page .testimony-body-content strong {
        font-weight: normal;
        padding: 2px 4px;
        background-color: rgba(0, 35, 149, 0.07); }
    .case-studies-page .testimony-body-quote-icon {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
  .case-studies-page .testimony-info {
    flex: 4;
    font-size: 16px;
    line-height: 29px; }
    .case-studies-page .testimony-info strong {
      display: block; }
    .case-studies-page .testimony-info.testimony-info-summary {
      margin-top: 30px;
      font-weight: 500;
      font-size: 21px;
      line-height: 40px;
      color: #333333; }
      .case-studies-page .testimony-info.testimony-info-summary .factoid {
        font-weight: 300;
        font-size: 56px;
        line-height: 68px;
        /* identical to box height */
        color: #002395; }
  @media screen and (max-width: 1024px) {
    .case-studies-page .testimony {
      margin-left: -20px;
      flex-wrap: wrap; }
      .case-studies-page .testimony > * {
        margin-left: 20px; }
      .case-studies-page .testimony-info {
        min-width: 60%;
        margin-left: calc(25% + 20px + 10px); }
        .case-studies-page .testimony-info.testimony-info-summary {
          margin-top: 0; }
      .case-studies-page .testimony-body-content {
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .case-studies-page .testimony {
      margin-left: 0;
      flex-wrap: nowrap;
      flex-direction: column; }
      .case-studies-page .testimony > * {
        margin-left: 0; }
      .case-studies-page .testimony-info {
        order: 3;
        min-width: none;
        margin-left: 0; }
        .case-studies-page .testimony-info.testimony-info-summary {
          display: none; }
      .case-studies-page .testimony-subject {
        order: 2;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 21px; }
      .case-studies-page .testimony-body {
        order: 1; } }

body.page-id-6172 {
  background-color: #f7f8fb; }

.case-studies-page-hero {
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 1140px; }
  .case-studies-page-hero h1 {
    margin-top: 20px;
    font-size: 50px;
    line-height: 71px;
    color: #333; }
  .case-studies-page-hero p {
    font-size: 17px;
    line-height: 34px; }
  .case-studies-page-hero .case-study-image {
    margin-top: 32px; }
  .case-studies-page-hero .book-demo-link {
    margin-left: 16px; }

.case-studies-page-video-testimonials {
  background: white;
  padding-bottom: 0px; }
  .case-studies-page-video-testimonials .cards {
    flex-direction: column; }
    .case-studies-page-video-testimonials .cards-row {
      display: flex;
      margin-bottom: 40px; }
  .case-studies-page-video-testimonials .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 35, 149, 0.25);
    border-radius: 4px;
    display: flex; }
    .case-studies-page-video-testimonials .card-left-text {
      flex-direction: row; }
    .case-studies-page-video-testimonials .card-right-text {
      flex-direction: row-reverse; }
    .case-studies-page-video-testimonials .card-stroked-midsize {
      box-shadow: none;
      border: 1px solid rgba(47, 61, 74, 0.2);
      width: 66%; }
      .case-studies-page-video-testimonials .card-stroked-midsize p {
        margin-bottom: 24px; }
      .case-studies-page-video-testimonials .card-stroked-midsize .video {
        border-radius: 4px 0 0 4px; }
    .case-studies-page-video-testimonials .card-small {
      box-shadow: none;
      margin-right: 40px;
      flex-direction: column;
      width: 30%; }
      .case-studies-page-video-testimonials .card-small .video {
        border-radius: 8px; }
      .case-studies-page-video-testimonials .card-small .card-description {
        width: 100%;
        padding: 0; }
        .case-studies-page-video-testimonials .card-small .card-description h4 {
          font-weight: 800;
          font-size: 22px;
          line-height: 35px;
          color: #333; }
        .case-studies-page-video-testimonials .card-small .card-description p {
          margin-bottom: 8px; }
      .case-studies-page-video-testimonials .card-small .video {
        height: 180px;
        width: 100%; }
    .case-studies-page-video-testimonials .card .video {
      background-size: cover;
      margin: 0;
      padding: 0;
      background-position: center; }
    .case-studies-page-video-testimonials .card-description {
      width: 50%;
      padding: 24px; }
      .case-studies-page-video-testimonials .card-description img {
        margin-bottom: 16px; }
      .case-studies-page-video-testimonials .card-description h4 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        color: #333;
        margin-top: 8px;
        margin-bottom: 8px; }
      .case-studies-page-video-testimonials .card-description p {
        color: #333; }
    .case-studies-page-video-testimonials .card-video-preview {
      width: 50%; }

.case-studies-page h2 {
  text-align: center;
  padding: 0 15%;
  margin-bottom: 32px; }

.case-studies-page a.case-study-link {
  font-size: 21px;
  line-height: 140%;
  text-decoration: none;
  border-bottom: 1px solid #002395; }
  .case-studies-page a.case-study-link:hover {
    border-bottom: 1px solid #ff3a3a;
    transition: border-color 0.1s ease-in-out; }

.case-studies-page .video {
  position: relative;
  margin-top: 32px;
  width: 50%; }
  .case-studies-page .video img {
    width: 100%; }
  .case-studies-page .video:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(images/case-studies/video-play-2.svg);
    background-position: center center;
    background-repeat: no-repeat; }
  .case-studies-page .video:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition: 0.5s; }

.case-studies-page span.manager-description {
  font-size: 16px;
  line-height: 100%;
  color: #999999; }

.case-studies-page-operation-cost {
  background-color: white; }
  .case-studies-page-operation-cost .case-study-main-testimony {
    display: flex;
    flex-direction: row;
    margin-bottom: 64px; }
    .case-studies-page-operation-cost .case-study-main-testimony .testimony-avatar {
      width: 25%;
      margin-top: 32px; }
    .case-studies-page-operation-cost .case-study-main-testimony .testimony-description {
      width: 50%;
      padding-right: 24px; }
      .case-studies-page-operation-cost .case-study-main-testimony .testimony-description p {
        font-size: 21px;
        line-height: 38px;
        margin-bottom: 16px; }
    .case-studies-page-operation-cost .case-study-main-testimony .testimony-highlights {
      width: 25%;
      margin-top: 32px; }

.case-studies-page-factoids {
  background: #FFF; }
  .case-studies-page-factoids .factoids-wrapper {
    display: flex;
    flex-direction: row;
    background: #2A2A50;
    border-radius: 5px;
    text-align: center;
    color: white;
    padding: 48px 0; }
    .case-studies-page-factoids .factoids-wrapper .case-study-factoid h5 {
      font-size: 44px;
      line-height: 100%;
      color: #FFFFFF; }
    .case-studies-page-factoids .factoids-wrapper .case-study-factoid .description {
      padding: 0 16px; }

.case-studies-page-employees-benefits {
  background-color: white; }
  .case-studies-page-employees-benefits .pi-tile-wrap {
    margin-bottom: 64px;
    padding-bottom: 64px; }
  .case-studies-page-employees-benefits .pi-tile-wrap:first-of-type {
    border-bottom: 4px solid;
    color: #002395; }
  .case-studies-page-employees-benefits .pi-tile-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .case-studies-page-employees-benefits .pi-tile-wrap:last-child p {
      font-size: 21px;
      line-height: 38px;
      margin-bottom: 16px; }

.case-studies-page .case-study-bar-testimony {
  width: 50%;
  padding-right: 24px;
  color: #333; }
  .case-studies-page .case-study-bar-testimony img {
    margin-bottom: 16px; }
  .case-studies-page .case-study-bar-testimony p {
    margin-bottom: 16px; }

.case-studies-page-big-testimonial {
  text-align: center; }
  .case-studies-page-big-testimonial .case-study-bar-testimony {
    width: 75%;
    margin: 0 auto; }

.case-studies-page .schedule-a-demo h2 {
  padding: 0; }

@media screen and (max-width: 1024px) {
  .case-studies-page-hero {
    text-align: center; }
    .case-studies-page-hero h1 {
      font-weight: 800;
      font-size: 48px;
      line-height: 70px; }
    .case-studies-page-hero p {
      max-width: none; }
    .case-studies-page-hero .case-study-image {
      display: none; }
  .case-studies-page h2 {
    padding: 0; }
  .case-studies-page .pi-tile-wrap {
    display: block; }
  .case-studies-page .video {
    width: 100%; }
  .case-studies-page-factoids .factoids-wrapper {
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px 0; }
    .case-studies-page-factoids .factoids-wrapper .case-study-factoid h5 {
      font-size: 32px !important; } }

@media screen and (max-width: 767px) {
  .case-studies-page-hero {
    text-align: center; }
    .case-studies-page-hero h1 {
      font-weight: 800;
      font-size: 34px;
      line-height: 44px; }
    .case-studies-page-hero p {
      font-size: 16px;
      line-height: 29px;
      color: #000000; }
    .case-studies-page-hero .pi-standard-button {
      width: 100%;
      margin: 16px 0 0 0; }
  .case-studies-page .pi-tile-wrap {
    display: block; }
  .case-studies-page-video-testimonials .cards {
    flex-direction: column; }
    .case-studies-page-video-testimonials .cards-row {
      display: flex;
      flex-direction: column; }
  .case-studies-page-video-testimonials .card-left-text {
    flex-direction: column-reverse; }
  .case-studies-page-video-testimonials .card-right-text {
    flex-direction: row-reverse; }
  .case-studies-page-video-testimonials .card-stroked-midsize {
    box-shadow: none;
    border: 1px solid rgba(47, 61, 74, 0.2);
    width: 100%; }
  .case-studies-page-video-testimonials .card-small {
    box-shadow: none;
    margin-right: 24px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px; }
    .case-studies-page-video-testimonials .card-small .video {
      height: 180px;
      width: 100%; }
  .case-studies-page-video-testimonials .card .card-description {
    width: 100%; }
  .case-studies-page .case-study-bar-testimony {
    width: 100%;
    padding-bottom: 32px;
    padding-right: 0;
    color: #333; }
    .case-studies-page .case-study-bar-testimony.centered-testimony {
      text-align: center; }
  .case-studies-page-operation-cost {
    background-color: white; }
    .case-studies-page-operation-cost .case-study-main-testimony {
      flex-wrap: wrap;
      text-align: center; }
      .case-studies-page-operation-cost .case-study-main-testimony .testimony-description {
        width: 100%; }
      .case-studies-page-operation-cost .case-study-main-testimony .testimony-highlights, .case-studies-page-operation-cost .case-study-main-testimony .testimony-avatar {
        width: 50%; }
  .case-studies-page-factoids .factoids-wrapper {
    display: block; }
    .case-studies-page-factoids .factoids-wrapper .case-study-factoid h5 {
      font-size: 24px !important;
      margin-bottom: 8px; }
  .case-studies-page .video {
    width: 100%; } }

@media screen and (max-width: 587px) {
  .case-studies-page-video-testimonials .card-stroked-midsize {
    flex-direction: column-reverse; } }

.case-studies-page .other-case-studies {
  background-color: white; }

.case-studies-page .testimony + .testimony {
  margin-top: 40px; }

.case-studies-page .customer-list {
  margin: 100px 0 80px; }

@media screen and (max-width: 1024px) {
  .case-studies-page .customer-list {
    margin: 40px 0 70px; } }

@media screen and (max-width: 767px) {
  .case-studies-page .customer-list {
    margin: 30px 0 40px; } }

.schedule-a-demo {
  text-align: center;
  background-color: #f7f8fb;
  background-image: url(images/camera-big@2x.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 233px;
  background-position-y: 38px; }
  .schedule-a-demo .wrap {
    padding: 0 10%; }
  .schedule-a-demo p {
    font-size: 16px;
    line-height: 29px; }
  @media screen and (max-width: 578px) {
    .schedule-a-demo-note-top, .schedule-a-demo-note-bottom {
      font-size: 15px;
      line-height: 27px; } }
  @media only screen and (min-width: 1025px) {
    .schedule-a-demo {
      padding-top: 150px; } }
  @media only screen and (max-width: 1024px) {
    .schedule-a-demo {
      background: none; }
      .schedule-a-demo h2 {
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .schedule-a-demo h2 {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (max-width: 587px) {
    .schedule-a-demo h2 {
      font-size: 25px;
      line-height: 32px; } }

.case-studies-page .case-study-wrap {
  background-color: #F7F8FB;
  padding: 60px 0;
  margin: 50px 0; }

.case-studies-page .case-study {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex; }
  .case-studies-page .case-study-description {
    width: 50%;
    padding-top: 40px;
    padding-right: 32px;
    flex: 2; }
    .case-studies-page .case-study-description.right {
      padding-right: 0px;
      padding-left: 32px; }
  .case-studies-page .case-study-image {
    position: relative;
    width: 50%; }
    .case-studies-page .case-study-image .primary-img {
      position: absolute;
      top: 40px;
      right: 40px;
      width: calc(100% - 48px);
      z-index: 2; }
      .case-studies-page .case-study-image .primary-img.left {
        right: 0;
        left: 40px; }
    .case-studies-page .case-study-image .secondary-img {
      position: absolute;
      width: calc(100% - 48px);
      top: 0;
      right: 0;
      z-index: 1; }
      .case-studies-page .case-study-image .secondary-img.left {
        left: 0;
        right: 40px; }

.case-studies-page .case-study-text-content {
  font-weight: 500;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 24px; }

@media only screen and (max-width: 1024px) {
  .case-studies-page .case-study-image {
    top: 40px; } }

@media only screen and (max-width: 767px) {
  .case-studies-page .case-study {
    flex-direction: column; }
    .case-studies-page .case-study.left-image {
      flex-direction: column-reverse; }
    .case-studies-page .case-study-description {
      width: 100%; }
      .case-studies-page .case-study-description.right {
        padding-right: 0px;
        padding-left: 0px; }
    .case-studies-page .case-study-image {
      width: 100%;
      top: 0; }
      .case-studies-page .case-study-image .primary-img {
        position: relative;
        top: 32px;
        right: 0;
        width: 100%;
        z-index: 2; }
        .case-studies-page .case-study-image .primary-img.left {
          right: 0;
          left: 0; }
      .case-studies-page .case-study-image .secondary-img {
        display: none; } }

.glimpse-landing-page-wrapper {
  padding-top: 48px; }
  .glimpse-landing-page-wrapper .content {
    max-width: 960px;
    padding: 0 16px; }
    .glimpse-landing-page-wrapper .content h3 {
      font-size: 24px;
      line-height: 1.3em;
      font-weight: 400;
      text-align: center; }
  .glimpse-landing-page-wrapper .entry-title {
    font-size: 66px;
    line-height: 81px;
    text-align: center;
    margin-bottom: 24px; }
  .glimpse-landing-page-wrapper .centered-img img {
    width: 100%;
    max-width: 770px;
    display: block;
    margin: 32px auto; }
  .glimpse-landing-page-wrapper .columns-wrapper {
    display: flex;
    margin-bottom: 32px; }
    .glimpse-landing-page-wrapper .columns-wrapper .column {
      padding-left: 15px;
      padding-right: 15px; }

@media only screen and (max-width: 768px) {
  .glimpse-landing-page-wrapper {
    padding-top: 40px; }
    .glimpse-landing-page-wrapper .entry-title {
      font-size: 40px;
      line-height: 1.2em;
      text-align: center;
      margin-bottom: 24px; }
    .glimpse-landing-page-wrapper .entry-content p {
      font-size: 16px; }
    .glimpse-landing-page-wrapper .columns-wrapper {
      display: block;
      margin-bottom: 32px; }
      .glimpse-landing-page-wrapper .columns-wrapper .column {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px; } }

.case-study-page {
  margin-top: -49px; }
  .case-study-page .case-study-page-hero {
    background-color: #F7F8FB;
    padding-top: 32px !important; }
  .case-study-page .breadcrumbs {
    font-size: 14px;
    line-height: 17px; }
  .case-study-page .case-study-info {
    display: flex;
    margin-top: 60px; }
    .case-study-page .case-study-info h1 {
      font-size: 48px;
      line-height: 121%;
      /* or 121% */
      color: #002395; }
      .case-study-page .case-study-info h1.lounge {
        font-size: 62px; }
    .case-study-page .case-study-info p {
      padding-right: 32px; }
  .case-study-page ul {
    list-style: circle;
    padding-bottom: 16px; }
    .case-study-page ul li {
      list-style-type: circle;
      padding-top: 8px; }
  .case-study-page .case-stydy-subtitile {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    /* identical to box height */
    letter-spacing: 0.857143px;
    text-transform: uppercase;
    color: #333333; }
  .case-study-page .market-overview-wrap {
    display: flex; }
  .case-study-page .challenge {
    background-color: #F7F8FB; }
    .case-study-page .challenge-wrapper {
      display: flex; }
    .case-study-page .challenge .factoids {
      display: flex;
      flex-wrap: wrap; }
      .case-study-page .challenge .factoids .factoid {
        width: 50%; }
        .case-study-page .challenge .factoids .factoid-number {
          font-weight: 300;
          font-size: 56px;
          line-height: 68px;
          /* identical to box height */
          color: #F44235; }
        .case-study-page .challenge .factoids .factoid p {
          font-weight: 300;
          font-size: 14px;
          line-height: 28px;
          /* identical to box height, or 200% */
          color: #333333; }
    .case-study-page .challenge-card {
      background: #FFFFFF;
      box-shadow: 0px 4px 12px rgba(0, 35, 149, 0.25);
      border-radius: 5px; }
      .case-study-page .challenge-card-wrapper {
        padding: 32px; }
        .case-study-page .challenge-card-wrapper h5 {
          font-family: Roboto Condensed;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 23px;
          /* identical to box height */
          letter-spacing: 0.857143px;
          text-transform: uppercase;
          color: #002395; }
        .case-study-page .challenge-card-wrapper .items-grid {
          display: flex;
          flex-wrap: wrap; }
          .case-study-page .challenge-card-wrapper .items-grid .item {
            width: 50%;
            padding-right: 16px; }
            .case-study-page .challenge-card-wrapper .items-grid .item .title {
              font-weight: bold;
              font-size: 21px;
              line-height: 26px; }
  .case-study-page .monthly-progression {
    text-align: center; }
    .case-study-page .monthly-progression .description {
      font-size: 21px;
      line-height: 31px;
      /* identical to box height */
      text-align: center;
      padding: 0 10%; }
    .case-study-page .monthly-progression img {
      padding-top: 32px; }
  .case-study-page .after-glimpse {
    background-color: #F7F8FB; }
    .case-study-page .after-glimpse-wrapper {
      display: flex; }
      .case-study-page .after-glimpse-wrapper .factoids {
        display: flex;
        flex-wrap: wrap; }
        .case-study-page .after-glimpse-wrapper .factoids .factoid {
          width: 50%; }
          .case-study-page .after-glimpse-wrapper .factoids .factoid:first-child {
            width: 100%; }
          .case-study-page .after-glimpse-wrapper .factoids .factoid-number {
            font-weight: 300;
            font-size: 56px;
            line-height: 68px;
            /* identical to box height */
            color: #4CAF50; }
            .case-study-page .after-glimpse-wrapper .factoids .factoid-number span {
              font-size: 20px;
              line-height: 37px; }
          .case-study-page .after-glimpse-wrapper .factoids .factoid p {
            font-weight: 300;
            font-size: 14px;
            line-height: 28px;
            /* identical to box height, or 200% */
            color: #333333; }
  .case-study-page .results-wrapper {
    display: flex; }
  .case-study-page .testimony-wrapper {
    background-color: #F7F8FB; }
    .case-study-page .testimony-wrapper .testimony {
      text-align: center;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 40px; }
      .case-study-page .testimony-wrapper .testimony-body {
        padding-top: 3px;
        position: relative;
        z-index: 1;
        flex: 6;
        max-width: 70%; }
        .case-study-page .testimony-wrapper .testimony-body-title {
          color: #002395;
          font-family: "Roboto Condensed";
          font-size: 16px;
          line-height: 23px;
          letter-spacing: 0.857143px;
          text-transform: uppercase;
          margin-bottom: 10px;
          position: relative;
          z-index: 1; }
        .case-study-page .testimony-wrapper .testimony-body-content {
          font-size: 16px;
          line-height: 29px; }
          .case-study-page .testimony-wrapper .testimony-body-content strong {
            font-weight: normal;
            padding: 2px 4px;
            background-color: rgba(0, 35, 149, 0.07); }
        .case-study-page .testimony-wrapper .testimony-body-quote-icon {
          position: absolute;
          top: 0;
          left: calc(50% - 55px);
          z-index: 0;
          -webkit-transform: translateY(-40px);
                  transform: translateY(-40px); }
      @media screen and (max-width: 1024px) {
        .case-study-page .testimony-wrapper .testimony {
          margin-left: -20px;
          flex-wrap: wrap; }
          .case-study-page .testimony-wrapper .testimony > * {
            margin-left: 20px; }
          .case-study-page .testimony-wrapper .testimony-body-content {
            margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .case-study-page .testimony-wrapper .testimony {
          margin-left: 0;
          flex-wrap: nowrap;
          flex-direction: column; }
          .case-study-page .testimony-wrapper .testimony > * {
            margin-left: 0; }
          .case-study-page .testimony-wrapper .testimony-body {
            order: 1; } }
  .case-study-page .schedule-a-demo {
    background-color: white; }

@media only screen and (max-width: 1024px) {
  .case-study-page {
    margin-top: -33px; }
    .case-study-page .case-study-page-hero {
      padding-top: 32px !important; }
    .case-study-page .case-study-info h1 {
      font-size: 40px;
      line-height: 120%; } }

@media only screen and (max-width: 767px) {
  .case-study-page .case-study-info {
    display: flex;
    flex-direction: column; }
    .case-study-page .case-study-info h1 {
      font-size: 40px;
      line-height: 120%; }
  .case-study-page .market-overview-wrap {
    flex-direction: column; }
  .case-study-page .challenge-wrapper {
    flex-direction: column; }
  .case-study-page .after-glimpse-wrapper {
    flex-direction: column; }
    .case-study-page .after-glimpse-wrapper .factoid-number span {
      display: block; }
  .case-study-page .results-wrapper {
    flex-direction: column; } }

.page-id-6171 {
  background-color: #F7F8FB; }

.pricing-page #pi-services1 .pi-section-left {
  padding-right: 32px; }

.pricing-page #pi-services1 h1 {
  font-size: 62px;
  line-height: 121%;
  color: #333; }

.pricing-page .pricing-faq {
  padding: 80px 0;
  background-color: white;
  border-bottom: 2px solid #002395; }

.pricing-page .plans {
  background-color: white; }
  .pricing-page .plans #service-plans {
    display: flex;
    justify-content: space-between; }
    .pricing-page .plans #service-plans .service-plan {
      width: 30%; }
      .pricing-page .plans #service-plans .service-plan h5 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 16px; }
      .pricing-page .plans #service-plans .service-plan p {
        margin: 0 0 16px; }
        .pricing-page .plans #service-plans .service-plan p.price {
          font-weight: 500;
          font-size: 21px;
          line-height: 120%; }
      .pricing-page .plans #service-plans .service-plan hr {
        border: 2px solid #002395;
        margin: 16px 0; }
      .pricing-page .plans #service-plans .service-plan ul li {
        font-size: 15px;
        line-height: 150%;
        position: relative;
        margin-left: 28px;
        margin-bottom: 8px; }
        .pricing-page .plans #service-plans .service-plan ul li:before {
          position: absolute;
          vertical-align: middle;
          display: inline-block;
          left: -28px;
          width: 20px;
          height: 18px;
          content: url("images/checkmark.svg"); }
  .pricing-page .plans-contact {
    text-align: center; }

.pricing-page .services-benefits {
  background: white; }
  .pricing-page .services-benefits h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 42px; }
  .pricing-page .services-benefits .pi-section-left {
    padding-right: 32px; }
  .pricing-page .services-benefits-item {
    margin-bottom: 64px; }
    .pricing-page .services-benefits-item:last-child {
      margin-bottom: 0; }

.pricing-page .faq-help {
  background-color: white;
  padding: 16px; }
  .pricing-page .faq-help h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 21px; }
  .pricing-page .faq-help-margin-compensation {
    margin-top: -80px; }
  .pricing-page .faq-help-card {
    padding: 32px 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 35, 149, 0.25);
    border-radius: 5px; }
    .pricing-page .faq-help-card p {
      margin-bottom: 0px; }

.pricing-page .start-using .start-earning {
  width: 35%;
  margin-top: 64px;
  padding-left: 32px; }
  .pricing-page .start-using .start-earning hr {
    width: 50%;
    border: 4px solid #002395; }
  .pricing-page .start-using .start-earning h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px; }

.pricing-page .start-using .testimonial-row {
  display: flex;
  justify-content: center; }
  .pricing-page .start-using .testimonial-row-cover {
    width: 60%; }

@media only screen and (max-width: 1024px) {
  .pricing-page #pi-services1 .pi-section-left {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding-bottom: 32px; }
  .pricing-page #pi-services1 .pi-section-right {
    margin: 0 auto;
    width: 70%; }
  .pricing-page #pi-services1 h1 {
    font-size: 48px;
    line-height: 121%; }
  .pricing-page .services-benefits-item {
    margin-bottom: 24px; }
    .pricing-page .services-benefits-item .mobile-reverse {
      display: flex;
      flex-direction: column-reverse; }
    .pricing-page .services-benefits-item .pi-section-left {
      padding-bottom: 24px; }
    .pricing-page .services-benefits-item .pi-section-right {
      padding-bottom: 24px; } }

@media only screen and (max-width: 768px) {
  .pricing-page #service-plans {
    flex-direction: column; }
    .pricing-page #service-plans .service-plan {
      width: 100% !important;
      padding-bottom: 40px; }
  .pricing-page #pi-services1 .pi-section-right {
    margin: 0 auto;
    width: 90%; }
  .pricing-page #pi-services1 .pi-section-left {
    width: 100%; }
  .pricing-page #pi-services1 h1 {
    font-size: 34px;
    line-height: 44px; }
  .pricing-page .start-using .start-earning {
    width: 100%;
    padding-left: 0;
    text-align: center; }
    .pricing-page .start-using .start-earning hr {
      width: 100%; }
  .pricing-page .start-using .testimonial-row {
    flex-direction: column; }
    .pricing-page .start-using .testimonial-row-cover {
      width: 100%; } }

.page-id-6420, .page-id-6460 {
  background-color: #F7F8FB; }

body {
  overflow-x: hidden; }

.product-page h1 {
  font-size: 66px;
  line-height: 81px;
  /* or 123% */
  letter-spacing: -0.01em; }

.product-page h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px; }
  .product-page h3.condensed {
    padding: 0 15%; }

.product-page .centered {
  text-align: center; }

.product-page .pi-section-left {
  padding-right: 16px; }

.product-page .pi-section-right {
  padding-left: 16px; }

.product-page .caption {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  /* identical to box height */
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  color: #002395;
  padding-bottom: 16px; }
  .product-page .caption .circle-number {
    border-radius: 50%;
    behavior: url(PIE.htc);
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 3px 6px 3px 8px;
    background: #fff;
    border: 1px solid #002395;
    color: #002395;
    text-align: center;
    margin-right: 8px; }

.product-page .wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

.product-page .product-page-hero {
  padding-bottom: 0 !important;
  overflow: hidden;
  position: relative; }
  .product-page .product-page-hero .wrapper {
    max-width: 1140px;
    margin: 0 auto; }
  .product-page .product-page-hero .hero-section-description {
    padding-right: 50%;
    padding-bottom: 100px; }
    .product-page .product-page-hero .hero-section-description .mobile-version {
      display: none; }
  .product-page .product-page-hero .hero-image-bgs img {
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    /* margin-bottom: -244px; */
    margin-right: 40px;
    width: 898px;
    height: 488px;
    margin-left: 0px; }

@media only screen and (max-width: 1024px) {
  .product-page .pi-section-left {
    padding-right: 0; }
  .product-page .pi-section-right {
    padding-left: 0; }
  .product-page h3.condensed {
    padding: 0; }
  .product-page h2 {
    font-size: 36px;
    line-height: 121%; }
  .product-page .product-page-hero {
    text-align: center; }
    .product-page .product-page-hero .hero-section-description {
      padding-right: 5%;
      padding-left: 5%;
      padding-bottom: 40px; }
      .product-page .product-page-hero .hero-section-description h1 {
        font-size: 40px;
        line-height: 121%; }
      .product-page .product-page-hero .hero-section-description .mobile-version {
        display: block; }
      .product-page .product-page-hero .hero-section-description .desktop-version {
        display: none; }
    .product-page .product-page-hero .hero-image-bgs img {
      position: relative;
      width: 90%;
      top: 0;
      right: 0;
      left: 0;
      margin: 0;
      height: auto; }
  .product-page .installation-schema {
    flex-direction: column-reverse; }
    .product-page .installation-schema-components {
      width: 100% !important; }
    .product-page .installation-schema-images {
      width: 100% !important; } }

.product-page .how-it-works {
  background-color: white;
  padding-top: 4px; }
  .product-page .how-it-works .how-it-works-section {
    margin: 80px 0; }

@-webkit-keyframes bg-slide {
  from {
    background-position-x: 0px; }
  to {
    background-position-x: -1200px; } }
  .product-page .how-it-works .capture {
    text-align: left; }
    .product-page .how-it-works .capture-description img {
      padding-top: 5px; }
    .product-page .how-it-works .capture-showcase {
      position: relative;
      margin-top: 60px; }
      .product-page .how-it-works .capture-showcase-pointer {
        position: absolute;
        right: 260px;
        top: -30px; }
      .product-page .how-it-works .capture-showcase-transaction {
        position: absolute;
        left: calc(50% - 46px);
        top: -11px;
        text-align: center; }
        .product-page .how-it-works .capture-showcase-transaction-description {
          margin-top: 0px;
          margin-bottom: 0; }
          .product-page .how-it-works .capture-showcase-transaction-description p {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 110%;
            /* identical to box height, or 12px */
            text-align: center; }
            .product-page .how-it-works .capture-showcase-transaction-description p span {
              color: #002395; }
              .product-page .how-it-works .capture-showcase-transaction-description p span.baverage-type {
                color: #D83A02; }
      .product-page .how-it-works .capture-showcase-timeline {
        margin-top: 32px;
        height: 124px;
        width: 100%;
        background-image: url("/wp-content/themes/glimpse/images/product/timeline.png");
        background-size: cover;
        background-position-x: 0;
        -webkit-animation: bg-slide 20s linear infinite;
                animation: bg-slide 20s linear infinite;
        box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 4px 0 10px -4px rgba(31, 73, 125, 0.5), -5px 0 10px -4px rgba(31, 73, 125, 0.5); }
  .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery {
    background: #ffffff;
    border-radius: 5px; }
    .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-container {
      position: relative;
      z-index: 1; }
      .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-container img {
        width: 100%; }
    .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-controls {
      margin-top: 20px;
      display: flex; }
    .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-image-description {
      position: absolute;
      bottom: -30px;
      left: calc(50% - 114px);
      background: #FFFFFF;
      border: 1px solid #002395;
      box-sizing: border-box;
      border-radius: 3px;
      width: 228px;
      height: 64px;
      padding: 8px 16px;
      display: flex;
      justify-content: space-between; }
      .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-image-description .align-left {
        text-align: left; }
      .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-image-description .align-right {
        text-align: right; }
    .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-description-header {
      font-weight: 500;
      font-size: 12px;
      line-height: 22px;
      text-transform: uppercase;
      color: #666666; }
    .product-page .how-it-works .recognize .indisputable-evidence .evidence-gallery-description-value {
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      color: #002395; }
  @media only screen and (max-width: 1024px) {
    .product-page .how-it-works .recognize .indisputable-evidence {
      text-align: center; }
    .product-page .how-it-works .recognize .capture-showcase {
      margin-top: 40px; }
      .product-page .how-it-works .recognize .capture-showcase-pointer {
        right: calc(50% - 15px); } }
  .product-page .how-it-works .color-descriptions .wrapper {
    background: #F7F8FC; }
  .product-page .how-it-works .color-descriptions .color-description {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 32px;
    margin-right: 24px;
    width: 33%; }
  .product-page .how-it-works .color-descriptions .color-description > b {
    position: relative; }
    .product-page .how-it-works .color-descriptions .color-description > b:before {
      content: '';
      position: absolute;
      bottom: 3px;
      left: -24px;
      width: 16px;
      height: 16px;
      border-radius: 50%; }
  .product-page .how-it-works .color-descriptions .color-description.red > b:before {
    background-color: #FF5722; }
  .product-page .how-it-works .color-descriptions .color-description.yellow > b:before {
    background-color: #FFC107; }
  .product-page .how-it-works .color-descriptions .color-description.green > b:before {
    background-color: #4CAF50; }

.product-page .dashboard-main {
  background-color: #F7F8FC;
  text-align: center; }
  .product-page .dashboard-main .dashboard-featured {
    display: flex; }
    .product-page .dashboard-main .dashboard-featured-item {
      width: 33%;
      padding: 0 16px; }

.product-page .dashboard-photos, .product-page .dashboard-employees, .product-page .dashboard-trends {
  background-color: white; }

.product-page .dashboard-reports-mobile {
  display: none; }

.product-page .installation {
  background-color: #F7F8FC;
  padding-bottom: 0; }
  .product-page .installation-schema {
    display: flex; }
    .product-page .installation-schema-components {
      border-top: solid 4px #002395;
      width: 30%;
      margin-right: 24px;
      padding-top: 32px; }
      .product-page .installation-schema-components img {
        width: 86px;
        height: 86px; }
      .product-page .installation-schema-components p {
        display: inline-block;
        padding-top: 32px; }
    .product-page .installation-schema-images {
      width: 70%;
      position: relative;
      transition: 0.3s; }
      .product-page .installation-schema-images .bar-image {
        position: relative;
        top: 0px;
        left: 0px;
        transition: 0.3s; }
      .product-page .installation-schema-images .bar-schema {
        position: absolute;
        top: 0px;
        left: 0px;
        transition: 0.3s; }
      .product-page .installation-schema-images .bar-schema-connected {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        transition: 0.3s; }

.product-page .testimonials-section {
  background-color: white; }

@media only screen and (max-width: 1024px) {
  .product-page .how-it-works {
    text-align: center; }
  .product-page .dashboard-main .dashboard-featured {
    display: flex;
    flex-direction: column; }
    .product-page .dashboard-main .dashboard-featured-item {
      width: 100%;
      padding: 0 16px; }
  .product-page .dashboard-reports-mobile {
    display: block; }
  .product-page .dashboard-reports-desktop {
    display: none; }
  .product-page .color-descriptions .color-description {
    width: 100% !important; }
  .product-page .notifications .pi-tile-wrap, .product-page .dashboard-trends .pi-tile-wrap {
    display: flex;
    flex-direction: column-reverse; } }

.custom-proposal-class .site-inner {
  margin-top: 0px !important;
  padding-top: 0px; }
  .custom-proposal-class .site-inner .addtoany_share_save_container {
    display: none; }
  .custom-proposal-class .site-inner .proposal-title-content .wpp-company-logo {
    width: 320px; }
  .custom-proposal-class .site-inner .proposal-title-content .success-message {
    color: white;
    margin: 0 32px; }
  .custom-proposal-class .site-inner .proposal-title-wrapper h1 {
    font-weight: 800; }
  .custom-proposal-class .site-inner .proposal-container h2 {
    font-weight: 800; }
  .custom-proposal-class .site-inner .proposal-container h3 {
    font-size: 21px;
    font-weight: 600; }
  .custom-proposal-class .site-inner h4.et-dates {
    margin: 0; }
  .custom-proposal-class .site-inner .proposal-container p {
    font-size: 16px;
    line-height: 28px;
    color: #333; }
  .custom-proposal-class .site-inner .wpp-section-description {
    margin-top: 16px;
    margin-bottom: 16px; }
  .custom-proposal-class .site-inner p.pricing-footer {
    text-align: right;
    margin: 0 30px 0 0; }
  .custom-proposal-class .site-inner .wpp-pricing-table .wpp-pt-item-title:before {
    content: none; }
  .custom-proposal-class .site-inner .wpp-pricing-table .pricing-total {
    font-size: 1.1em; }
  .custom-proposal-class .site-inner .wpp-pricing-table.investment, .custom-proposal-class .site-inner .wpp-pricing-table.timeline {
    border: 0px;
    margin-top: 16px; }
    .custom-proposal-class .site-inner .wpp-pricing-table.investment.extra-investment, .custom-proposal-class .site-inner .wpp-pricing-table.timeline.extra-investment {
      margin-top: 32px; }
    .custom-proposal-class .site-inner .wpp-pricing-table.investment .wpp-pt-header, .custom-proposal-class .site-inner .wpp-pricing-table.timeline .wpp-pt-header {
      background-color: white;
      padding: 21px 30px 21px 0px; }
  .custom-proposal-class .site-inner .wpp-pricing-table .wpp-pt-item-title {
    padding: 0; }
    .custom-proposal-class .site-inner .wpp-pricing-table .wpp-pt-item-title h3 {
      margin-bottom: 0; }
  .custom-proposal-class .site-inner .wpp-pricing-table .wpp-apt-row:nth-child(even) {
    background-color: #fff; }
  .custom-proposal-class .site-inner .wpp-pricing-table .wpp-pt-item-date {
    padding: 10px 30px 10px 30px; }
  .custom-proposal-class .site-inner .wpp-footer a {
    margin: 0 8px; }

@media only screen and (max-width: 1000px) {
  .custom-proposal-class .site-inner .proposal-title-content .wpp-company-logo {
    width: 240px; }
  .custom-proposal-class .site-inner .proposal-title-wrapper h1 {
    margin-bottom: 16px !important; }
  .custom-proposal-class .site-inner .proposal-container h2 {
    font-size: 30px;
    line-height: 1.4em; }
  .custom-proposal-class .site-inner .proposal-container p {
    margin-top: 8px; }
  .custom-proposal-class .site-inner .proposal-container h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5em; }
  .custom-proposal-class .site-inner .wpp-section-content {
    padding-left: 16px;
    padding-right: 16px; }
  .custom-proposal-class .site-inner .wpp-collapsible-content {
    padding: 16px; } }

/* Services
---------------------------------------------------------------------------------------------------- */
#pi-service-features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.pi-service-feature {
  width: 30%;
  background: #eee;
  margin-bottom: 43px;
  padding: 27px;
  padding-top: 43px; }

.pi-service-feature p {
  margin-bottom: 0; }

.pi-service-feature-icon {
  width: 37%;
  margin: 0 auto 20px;
  min-width: 88px; }

.pi-service-feature h4 {
  text-align: center; }

.pi-service-feature p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400; }

.pi-service-feature:nth-of-type(3),
.pi-service-feature:nth-of-type(6) {
  margin-right: 0; }

#pi-service-plans {
  display: flex;
  justify-content: space-between; }

.pi-service-plan {
  width: 30%; }

.pi-plan-middle {
  background-color: #ddd;
  overflow: hidden;
  padding: 15px;
  min-height: 343px;
  height: 363px; }

.pi-plan-top,
.pi-plan-bottom {
  background-color: #eee;
  overflow: hidden;
  padding: 15px; }

#pi-service-plans li {
  font-size: 15px;
  line-height: 29px; }

#pi-service-plans h3 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 15px; }

#pi-service-plans h5 {
  margin-bottom: 7px;
  color: #fff; }

.pi-plan-bottom {
  text-align: center;
  min-height: 161px; }

.pi-enterprise-plan-text {
  text-align: center;
  font-weight: bold;
  font-size: 15px; }

#pi-service-plans .pi-standard-button {
  margin-top: 20px; }

.pi-service-plan:nth-of-type(3) .pi-plan-bottom {
  display: flex;
  justify-content: center;
  align-items: center; }

#pi-service-plans .pi-service-plan:nth-of-type(3) .pi-standard-button {
  margin-top: unset; }

#pi-services1-p {
  font-weight: 400; }

#pi-services3 {
  background: #ddd;
  text-align: center; }

#pi-services3 h2 {
  font-size: 5.2rem;
  line-height: 64px;
  color: #333; }

#pi-services3 p {
  font-weight: 400; }

#pi-schedule-icon-wrap {
  max-width: 110px;
  margin: 0 auto 20px; }

.pi-plan-top {
  background-color: #002395;
  min-height: 150px; }

.second-plan .pi-saved-figure {
  margin-top: 13px; }

.pi-big-plans-button {
  width: 100%;
  margin-top: 40px; }

/* Contact
---------------------------------------------------------------------------------------------------- */
#pi-contact1 .wrap {
  max-width: 900px; }

.contact-social-media {
  overflow: hidden; }

.contact-social-media .fab {
  font-size: 26px;
  margin-right: 25px;
  float: left; }

#pi-stay-connected {
  margin-top: 61px;
  margin-bottom: 25px; }

#pi-contact1 input,
#pi-contact1 textarea {
  border: none;
  font-size: 16px; }

#pi-contact1 .pi-section-left {
  padding: 25px 32px;
  border-radius: 5px; }

#pi-contact1 .pi-section-left p {
  margin-bottom: 18px; }

#pi-contact1 .pi-section-right {
  background-color: #ddd;
  padding: 25px;
  border-radius: 0 5px 5px 0; }

::-webkit-input-placeholder {
  color: #c1bebe; }

::-moz-placeholder {
  color: #ddd; }

:-ms-input-placeholder {
  color: #ddd; }

:-moz-placeholder {
  color: #ddd; }

.contact-social-media .fa-linkedin-in {
  position: relative;
  top: -3px; }

.contact-social-media .fa-facebook-f {
  position: relative;
  top: -1px; }

#pi-contact1 .wrap {
  padding: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 35, 149, 0.25);
  border-radius: 5px; }

.pi-captcha {
  margin-bottom: 32px;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

/* Support Center
---------------------------------------------------------------------------------------------------- */
.pi-support-header-logo {
  float: left; }

.pi-support-header-back {
  float: right;
  padding-top: 9px; }

.support a {
  text-decoration: none; }

.support header,
.support .footer-widgets {
  display: none; }

.support .site-inner {
  margin-top: 0 !important;
  padding-top: 0; }

.support #pi-support1 {
  padding: 0; }

.support #pi-support0 {
  border-bottom: 1px solid #e2dede;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 15px;
  color: #b7b3b3; }

.support #pi-support0 .pi-support-header-back {
  color: inherit;
  padding-bottom: 2px; }

.support #pi-support0 .pi-support-header-back:hover {
  color: #ff3a3a; }

#pi-support0 .pi-section-center {
  max-width: 1350px;
  overflow: hidden;
  width: 90%; }

#pi-support1 .pi-section-center {
  background: url(images/glimpse-support-center3.jpg);
  height: 330px;
  max-width: 1350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -1px; }

#pi-support1 h1 {
  color: #fff;
  text-align: center; }

#pi-support-features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.pi-support-feature {
  width: 30%;
  background: #eee;
  margin-bottom: 43px;
  padding: 27px;
  padding-top: 43px; }

.pi-support-feature p {
  margin-bottom: 0; }

.pi-support-feature-icon {
  width: 37%;
  margin: 0 auto 20px;
  min-width: 88px; }

.pi-support-feature h4 {
  text-align: center; }

.pi-support-feature p {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400; }

.pi-support-feature:nth-of-type(3),
.pi-support-feature:nth-of-type(6) {
  margin-right: 0; }

.support #pi-support3 {
  border-top: 1px solid #e0e4e7;
  border-bottom: 1px solid #e0e4e7;
  margin: 50px 0 50px;
  padding: 20px 0;
  text-align: center; }

.support #pi-support3 a {
  font-weight: 700;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-bottom 0.1s ease-in-out; }

.support #pi-support4 {
  background: #eee;
  padding: 50px 0 50px;
  margin-top: 100px; }

.support #pi-support4 a {
  color: #928e8e;
  margin-right: 20px;
  font-size: 15px;
  padding-bottom: 2px; }

.support #pi-support4 a:hover {
  color: #ff3a3a; }

.page-id-6255 .pi-section-center {
  max-width: 1060px; }

.page-id-6255 #pi-support2 .pi-section-center a {
  color: inherit; }

.support .pi-support-feature-icon {
  width: 14%;
  margin: 0 auto 20px;
  min-width: 50px; }

.support .pi-support-feature-icon svg {
  width: 100%;
  height: auto; }

.page-id-6255 #pi-support2 .pi-section-center a svg path {
  fill: #002395;
  stroke: #002395;
  transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out; }

.page-id-6255 #pi-support2 .pi-section-center a svg circle {
  fill: #002395;
  stroke: #002395;
  transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out; }

.page-id-6255 #pi-support2 .pi-section-center a:hover svg path {
  fill: #ff3a3a;
  stroke: #ff3a3a; }

.page-id-6255 #pi-support2 .pi-section-center a:hover svg circle {
  fill: #ff3a3a;
  stroke: #ff3a3a; }

.support .pi-support-feature h4 {
  margin-bottom: 5px; }

.support .pi-support-feature p {
  text-align: center; }

.support #pi-support2 {
  min-height: 350px; }

/* Support Center Sub-sections
---------------------------------------------------------------------------------------------------- */
.support-section #pi-support1 .pi-section-center {
  height: 236px;
  background-position-y: -73px; }

.pi-support-breadcrumbs {
  padding: 20px 0;
  font-size: 15px;
  color: #b7b3b3; }

.support-section #pi-support2 h2 {
  font-size: 15px;
  border-bottom: 1px solid #e0e4e7;
  max-width: 430px;
  line-height: 23px;
  margin-bottom: 18px;
  padding-bottom: 5px;
  font-weight: 500; }

/* Support Center Single Articles
---------------------------------------------------------------------------------------------------- */
.single-support #genesis-content ul > li {
  list-style-type: disc;
  margin-left: 35px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

.single-support #genesis-content ol > li {
  list-style-type: decimal;
  margin-left: 35px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300; }

/* Fix to replace h1 by a div with class .support-center-section-title ( for SEO purposes )
---------------------------------------------------------------------------------------------------- */
.support-center-section-title {
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  font-family: Montserrat, Tahoma, Geneva, sans-serif;
  margin: 0 0 20px; }

@media only screen and (max-width: 960px) {
  .support-center-section-title {
    font-size: 40px;
    line-height: 50px; } }

@media only screen and (max-width: 767px) {
  .support-center-section-title {
    font-size: 35px;
    line-height: 40px; } }

@media only screen and (max-width: 587px) {
  .support-center-section-title {
    font-size: 30px;
    line-height: 38px; } }

/* Responsive Adjustments
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #pi-contact1 .pi-section-left {
    margin-bottom: 50px; }
  #pi-contact1 .pi-section-right {
    padding: 48px; }
  #pi-contact1 .pi-section-left,
  #pi-contact1 .pi-section-right {
    margin: 0 auto;
    width: 90%;
    width: 100%; }
  #pi-contact1 {
    padding-bottom: 100px;
    max-width: 90%;
    margin: 0 auto; }
  .footer-widget-area {
    text-align: center;
    margin-bottom: 0; }
  .pi-footer-bottoms {
    margin-top: 27px; }
  #simple-social-icons-2 {
    max-width: 260px;
    margin: 0 auto; }
  #custom_html-3 {
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-bottom: 25px; }
  #simple-social-icons-2 .ssi-facebook {
    margin-left: 6px !important; }
  #menu-item-6196 {
    display: none; }
  .blog .site-inner,
  .single-post .site-inner,
  .archive .site-inner {
    padding: 0px 20px 70px; }
  .single-post #genesis-content > img {
    margin-bottom: 20px; }
  #pi-support1 .pi-section-center {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .pi-service-feature {
    width: 100%; }
  .pi-support-feature {
    width: 100%; }
  #pi-service-plans {
    display: block; }
  .pi-service-plan {
    width: 100%;
    margin-bottom: 50px;
    text-align: center; }
  #pi-services3 h2 {
    font-size: 30px;
    line-height: 40px; }
  .pi-service-feature-icon {
    width: 25%; }
  .pi-support-feature-icon {
    width: 25%; }
  .pi-plan-bottom {
    font-size: 14px;
    padding-bottom: 30px; }
  .pi-service-plan:nth-of-type(3) .pi-plan-bottom {
    height: 181px; }
  #pi-support1 .pi-section-center {
    height: 230px; } }

@media only screen and (max-width: 587px) {
  #pi-services3 h2 {
    font-size: 25px;
    line-height: 32px; }
  .pi-service-feature-icon {
    width: 35%; }
  .pi-support-feature-icon {
    width: 35%; }
  .pi-support-header-back {
    display: none; } }

@media only screen and (max-width: 500px) {
  #pi-contact1 {
    max-width: 100%; }
  #pi-contact1 .pi-section-left,
  #pi-contact1 .pi-section-left {
    width: 100%;
    padding: 25px; }
  #pi-contact1 .pi-section-left,
  #pi-contact1 .pi-section-right {
    width: 100%;
    padding: 25px; }
  #pi-contact1 .pi-section-left,
  #pi-contact1 .pi-section-left {
    padding-top: 0; }
  #pi-contact1 .pi-section-right {
    border-radius: 0; }
  #pi-contact1 .wrap {
    box-shadow: none;
    border-radius: 0; }
  #pi-contact1 {
    padding-bottom: 0; } }

.ml-input-horizontal {
  width: 80% !important; }

.ml-button-horizontal {
  width: 20% !important; }

.ml-form-embedBodyHorizontal.row-form {
  padding: 20px 0 0 0 !important; }

.ml-form-horizontalRow input {
  border-radius: 3px 0 0 3px !important; }

.ml-form-horizontalRow button {
  height: 38px !important;
  border-radius: 0 3px 3px 0 !important; }

.ml-form-embedContent {
  margin: 0 0 8px 0 !important; }

.horizontal-fields {
  padding-right: 0px !important; }

.ml-form-successBody {
  padding: 20px 0px 0 0px !important; }

.competitors-body {
  background-color: #F2F4F9; }

.competitive-landscape h1 {
  font-size: 62px;
  line-height: 71px;
  color: #333333; }

.competitive-landscape h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: 160%;
  color: #1A237E;
  margin-bottom: 8px; }

.competitive-landscape-page-hero {
  padding: 0 !important; }
  .competitive-landscape-page-hero p {
    max-width: 750px;
    font-size: 21px;
    line-height: 40px; }

.competitive-landscape .competitors-testimonial {
  background-color: white;
  position: relative;
  padding-top: 120px; }
  .competitive-landscape .competitors-testimonial .testimonial {
    width: 80%;
    margin: 0 auto; }
    .competitive-landscape .competitors-testimonial .testimonial .testimonial-contents {
      z-index: 1; }

.competitive-landscape table {
  text-align: left;
  position: relative;
  border-collapse: collapse; }

.competitive-landscape th, .competitive-landscape td {
  padding: 0.25rem; }

.competitive-landscape tr.titles th {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  background-color: white;
  z-index: 999;
  text-align: center;
  padding: 16px;
  color: #032990;
  word-break: normal;
  vertical-align: top; }

.competitive-landscape tr.titles :first-child {
  border-top: 1px #495A63 solid; }

.competitive-landscape tr > :first-child {
  border-left: 1px #495A63 solid;
  border-right: 1px #495A63 solid; }

.competitive-landscape table tr:last-child td:first-child {
  border-bottom: 1px #495A63 solid; }

.competitive-landscape th {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 80px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); }

.competitive-landscape td {
  width: 14%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
  border: 1px solid #E6E6E6;
  position: relative; }
  .competitive-landscape td span {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 300px;
    padding: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    text-align: left;
    color: #999; }
    .competitive-landscape td span.with-overlap {
      background-color: white; }

.competitive-landscape .competitors-table {
  background-color: #fff; }

.competitive-landscape .competitors {
  display: block;
  width: 100%;
  background-color: white;
  padding-top: 0; }
  .competitive-landscape .competitors .wrap {
    display: block; }
    .competitive-landscape .competitors .wrap.shrink {
      padding: 0 8%; }
    .competitive-landscape .competitors .wrap .row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 24px; }
    .competitive-landscape .competitors .wrap .small-items {
      margin-top: 80px;
      border-top: 1px solid #E6E6E6;
      padding-top: 24px; }
  .competitive-landscape .competitors-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .competitive-landscape .competitors-item-small {
      display: flex;
      flex-direction: row;
      flex-basis: 33%;
      padding-right: 24px; }
    .competitive-landscape .competitors-item-description {
      flex-basis: 70%;
      flex: 1;
      padding-right: 24px; }
    .competitive-landscape .competitors-item-image {
      flex-basis: 30%; }

.competitive-landscape .glimpse-benefits {
  background-color: white;
  text-align: center; }
  .competitive-landscape .glimpse-benefits h2 {
    margin-bottom: 40px; }
  .competitive-landscape .glimpse-benefits .wrap {
    display: block; }
    .competitive-landscape .glimpse-benefits .wrap .items-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      height: 100%; }
  .competitive-landscape .glimpse-benefits-item {
    width: 30%;
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px; }
    .competitive-landscape .glimpse-benefits-item img {
      margin-bottom: 24px; }

@media screen and (max-width: 1024px) {
  .competitive-landscape .competitors-table .wrap {
    overflow: hidden;
    overflow-x: scroll; }
  .competitive-landscape .competitors-table table {
    width: 980px; }
  .competitive-landscape .competitors .wrap.shrink {
    padding: 0 20px; }
  .competitive-landscape .competitors .wrap .row {
    display: block; }
  .competitive-landscape .glimpse-benefits-item {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .competitive-landscape-page-hero {
    text-align: center; }
    .competitive-landscape-page-hero h1 {
      font-weight: 800;
      font-size: 34px !important;
      line-height: 44px !important; }
    .competitive-landscape-page-hero p {
      font-size: 16px;
      line-height: 29px;
      color: #000000; }
    .competitive-landscape-page-hero .pi-section-left {
      margin-bottom: 24px; }
  .competitive-landscape .competitors-testimonial .testimonial {
    width: 100%; }
  .competitive-landscape .competitors-item {
    flex-direction: column; }
    .competitive-landscape .competitors-item-small {
      margin-bottom: 16px; }
  .competitive-landscape .competitors .shrink .row:nth-of-type(1) .competitors-item, .competitive-landscape .competitors .shrink .row:nth-of-type(3) .competitors-item {
    flex-direction: column-reverse; }
  .competitive-landscape .competitors .small-items {
    margin-top: 0px; }
  .glimpse-benefits-item {
    width: 50%; } }
