/*!
Hello
Theme Name: pivium-2020
Theme URI: http://underscores.me/
Author: Kristen Zirkler
Author URI: http://kristenzirkler.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pivium-2020
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Scaffolding
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

a:hover {
  cursor: hand; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal; }

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

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

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

.bullet-reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .bullet-reset li {
    margin: 0;
    padding: 0; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: canada-type-gibson, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 1em; }

h1 {
  font-size: 32px;
  line-height: 1em; }

h2 {
  font-size: 28px; }

.header-center {
  text-align: center; }
  .header-center.bright {
    color: #EB5124; }

.line-header {
  color: #EB5124;
  font-size: 16px;
  font-weight: 600;
  display: table;
  white-space: nowrap;
  width: 100%;
  height: 18px; }
  .line-header:before, .line-header:after {
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    background-image: -moz-linear-gradient(transparent 48%, #d4d4d2 48%, #d4d4d2 52%, transparent 52%);
    background-image: -webkit-linear-gradient(transparent 48%, #d4d4d2 48%, #d4d4d2 52%, transparent 52%);
    background-image: linear-gradient(transparent 48%, #d4d4d2 48%, #d4d4d2 52%, transparent 52%);
    content: "";
    display: table-cell;
    width: 50%; }
  .line-header:before {
    border-right: 15px solid transparent; }
  .line-header:after {
    border-left: 15px solid transparent; }

@media all and (min-width: 400px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; } }

@media all and (min-width: 768px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 44px; } }

p {
  margin: 0 0 1em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 16px; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
  min-width: 300px; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

.modal-basic {
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 768px;
  max-width: 100%;
  background: #fff; }
  .modal-basic .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px; }
  .modal-basic .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 1; }
  .modal-basic.modal--open {
    display: block !important; }

.modal-basic-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.7); }

.body--modal-open {
  overflow: hidden; }
  .body--modal-open .modal-basic-overlay {
    display: block; }

@media all and (min-width: 768px) {
  .modal-basic {
    max-height: 90vh; }
    .modal-basic .inner {
      padding: 30px; } }

.social-icons li {
  display: inline-block; }

.social-icons a {
  display: inline-block;
  margin-right: 10px; }

.social-icons i {
  font-size: 24px; }

@font-face {
  font-family: 'dlcom';
  src: url("/wp-content/uploads/dlcom.woff?$icon-version") format("woff"), url("/wp-content/uploads/dlcom.svg?$icon-version#dlcom") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dlcom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.icon-avinstall:before {
  content: "\e901"; }

.icon-monitor:before {
  content: "\e902"; }

.icon-askquestion:before {
  content: "\e903"; }

.icon-designinstall:before {
  content: "\e904"; }

.icon-independa:before {
  content: "\e905"; }

.icon-requestquote:before {
  content: "\e906"; }

.icon-directv:before {
  content: "\e907"; }

.icon-televisions:before {
  content: "\e908"; }

.icon-waitingroom:before {
  content: "\e909"; }

.icon-emergencycall:before {
  content: "\e90a"; }

.icon-infrastructure:before {
  content: "\e90b"; }

.icon-ondemand:before {
  content: "\e90c"; }

.icon-wayfinding:before {
  content: "\e90d"; }

.icon-electronicart:before {
  content: "\e90e"; }

.icon-inroom:before {
  content: "\e90f"; }

.icon-personaltouch:before {
  content: "\e910"; }

.icon-aesthetic:before {
  content: "\e911"; }

.icon-windownature:before {
  content: "\e912"; }

.icon-caretaker:before {
  content: "\e913"; }

.icon-comfort:before {
  content: "\e914"; }

.icon-control:before {
  content: "\e915"; }

.icon-quiet:before {
  content: "\e916"; }

.icon-userfriendly:before {
  content: "\e917"; }

.close-icon {
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: auto; }
  .close-icon:before, .close-icon:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    top: 8px; }
  .close-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.nav-bg {
  background-color: #EB5124;
  height: 70px; }

.entry-header, .page-header {
  text-align: center; }
  .entry-header .inner, .page-header .inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 60px 20px 0; }
  .entry-header:before, .page-header:before {
    content: '';
    height: 70px;
    background: #EB5124;
    display: block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background-color: #EB5124;
  color: #fff;
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #d33f13;
    color: #fff;
    text-decoration: none; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background-color: #d33f13; }
  .button.block,
  button.block,
  input[type="button"].block,
  input[type="reset"].block,
  input[type="submit"].block {
    display: block;
    text-align: center;
    width: 100%; }
  .button.small,
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small {
    font-size: 12px;
    padding: 0 6px;
    line-height: 28px; }

.button--dark {
  background: #1F1917; }

.button {
  display: inline-block; }
  .button.large {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 4px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000; }

select {
  border: 1px solid #ccc;
  background: #fff;
  width: 300px;
  outline: none;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.select-ctr {
  position: relative;
  display: inline-block; }
  .select-ctr select {
    padding-right: 50px !important;
    position: relative;
    z-index: 2; }
  .select-ctr .fa-chevron-down {
    position: absolute;
    display: block;
    text-align: center;
    width: 13.3333333333px;
    height: 13.3333333333px;
    position: absolute;
    top: 13.3333333333px;
    right: 13.3333333333px;
    z-index: 3; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 0;
  height: 40px;
  line-height: 40px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.contact-form {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .contact-form li {
    margin: 0 0 5px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    position: relative; }

.multi-field label em {
  font-size: 10px;
  font-style: normal; }

.long-text-field label em {
  font-size: 10px;
  font-style: normal; }

.long-text-field textarea {
  width: 300px;
  height: 150px; }

.text-field label {
  width: 1px;
  overflow: hidden;
  display: block;
  line-height: 42px;
  height: 42px;
  float: left;
  transition: all .5s; }
  .text-field label span {
    display: block;
    width: 91px;
    padding-left: 10px; }

.text-field input {
  transition: all .5s;
  float: left;
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  outline: none; }

.text-field.field-open label {
  width: 101px; }

.text-field.field-open input {
  width: 200px; }

.parsley-error {
  padding-bottom: 20px !important; }
  .parsley-error li {
    margin: 0 !important; }
  .parsley-error input {
    border-color: #dd2a00; }

.parsley-errors-list {
  color: #dd2a00;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;
  font-size: 12px; }

@media all and (min-width: 461px) {
  .long-text-field textarea {
    width: 400px; }
  .text-field input {
    width: 400px; }
  .text-field.field-open label {
    width: 101px; }
  .text-field.field-open input {
    width: 300px; }
  select {
    width: 400px; } }

.solution-grid-field {
  border: 1px solid #d4d4d2;
  background: #F2F1EE;
  max-width: 400px;
  padding: 6px 4px 2px; }
  .solution-grid-field .column {
    padding: 0; }
  .solution-grid-field a {
    border: 1px solid #d4d4d2;
    background: #fff;
    color: #838484;
    padding: 6px;
    margin: 0 2px 4px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    outline: none; }
    .solution-grid-field a:hover {
      text-decoration: none;
      border-color: #EB5124; }
    .solution-grid-field a.selected {
      background: #EB5124;
      color: #fff;
      border-color: #EB5124; }
  .solution-grid-field span {
    padding: 0 5px; }
  .solution-grid-field i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .solution-grid-field.condensed a {
    font-size: 11px;
    line-height: 14px; }
  .solution-grid-field.condensed i {
    font-size: 25px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #EB5124;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus, a:active {
    color: #ca3c12; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a:hover {
    text-decoration: underline; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	float: left;
	ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
		ul {
			float: left;
			position: absolute;
			top: 1.5em;
			left: -999em;
			z-index: 99999;

			ul {
				left: -999em;
				top: 0;
			}

			li {
				&:hover > ul,
				&.focus > ul {
					left: 100%;
				}
			}

			a {
				width: 200px;
			}

			:hover > a,
			.focus > a {
			}

			a:hover,
			a.focus {
			}
		}

		li:hover > ul,
		li.focus > ul {
			left: auto;
		}
	}
	li {
		display: inline-block;
		position: relative;

		&:hover > a,
		&.focus > a {
		}
	}
	a {
		display: block;
		text-decoration: none;
	}

	.current_page_item > a,
	.current-menu-item > a,
	.current_page_ancestor > a,
	.current-menu-ancestor > a {
	}
}
*/
/* Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {

	.site-main & {
		margin: 0;
		overflow: hidden;
	}

	.nav-previous {
		float: left;
		width: 50%;
	}

	.nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
}
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.cf:after {
  content: " ";
  display: block;
  clear: both; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header & Footer
--------------------------------------------------------------*/
.site-header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: 48px;
  text-indent: -5000px;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/uploads/2020/pivium-logo-md-white.png");
  background-repeat: no-repeat;
  z-index: 10; }

.main-navigation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  padding-right: 10px;
  padding-top: 10px; }
  .main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .main-navigation ul li {
      margin: 0;
      padding: 0;
      position: relative; }
      .main-navigation ul li a,
      .main-navigation ul li a:visited {
        display: block;
        padding: 0 10px;
        text-decoration: none;
        color: #fff;
        outline: none; }
        .main-navigation ul li a:focus,
        .main-navigation ul li a:visited:focus {
          outline: none; }
  .main-navigation .fa-chevron-down {
    font-weight: 400;
    font-size: 12px;
    padding-left: 4px; }
  .main-navigation .mega-nav, .main-navigation .nav-cta {
    float: right; }
  .main-navigation .top-level-cat {
    font-weight: 600;
    line-height: 50px; }
  .main-navigation .phone {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
    text-align: center;
    line-height: 48px; }
    .main-navigation .phone i {
      font-size: 14px;
      display: inline-block;
      margin-right: 5px;
      display: none; }
  .main-navigation .menu-toggle {
    position: relative;
    float: right;
    margin-top: 6px;
    margin-left: 15px;
    padding: 10px;
    z-index: 102;
    background: #EB5124;
    cursor: pointer; }
    .main-navigation .menu-toggle:hover {
      background: #d33f13; }
  .main-navigation .button {
    display: none;
    padding: 0 20px !important; }
  .main-navigation .mega-nav {
    display: none; }

.solution-nav {
  display: none; }

.mobilenav-icon {
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .mobilenav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .mobilenav-icon span:nth-child(1) {
    top: 0px; }
  .mobilenav-icon span:nth-child(2),
  .mobilenav-icon span:nth-child(3) {
    top: 8px; }
  .mobilenav-icon span:nth-child(4) {
    top: 16px; }
  .mobilenav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .mobilenav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobilenav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mobilenav-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

@media all and (max-width: 800px) {
  body.nav-open {
    overflow: hidden; }
    body.nav-open #chat-widget-container {
      display: none !important; }
  .main-navigation .mega-nav {
    background-color: #EB5124;
    position: fixed;
    overflow: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 70px;
    width: 100%;
    max-width: 340px; }
    .main-navigation .mega-nav.open {
      display: block; }
  .main-navigation .top-level-cat {
    border-top: 1px solid #f49b81; }
    .main-navigation .top-level-cat:after {
      display: none; }
    .main-navigation .top-level-cat.open {
      background-color: #ca3c12; }
  .main-navigation .mobile-nav-cta {
    padding: 20px;
    border-top: 1px solid #f49b81; }
    .main-navigation .mobile-nav-cta .button {
      display: block;
      background-color: #fff;
      color: #EB5124; }
  .main-navigation .nav-dropdown.open {
    display: block !important; }
  .main-navigation .nav-dropdown li a {
    line-height: 40px; } }

@media all and (min-width: 801px) {
  .main-navigation ul {
    margin-right: 10px; }
    .main-navigation ul li {
      float: left; }
      .main-navigation ul li a,
      .main-navigation ul li a:visited {
        display: block; }
      .main-navigation ul li:hover > ul {
        display: block; }
  .main-navigation .menu-toggle {
    display: none; }
  .main-navigation .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: #EB5124;
    width: 230px;
    margin-left: 10px; }
    .main-navigation .nav-dropdown li {
      width: 100%; }
      .main-navigation .nav-dropdown li a {
        line-height: 36px;
        display: block; }
    .main-navigation .nav-dropdown a:hover,
    .main-navigation .nav-dropdown a:visited:hover {
      background: #ca3c12; }
  .main-navigation > ul > li:hover:before {
    content: '';
    background-color: #EB5124;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 6px; }
  .main-navigation .button {
    line-height: 50px;
    padding: 0 10px; }
  .main-navigation .phone {
    line-height: 1.2em;
    margin-top: 10px; }
  .main-navigation .button {
    display: block; }
  .main-navigation .mega-nav {
    display: block; }
  .main-navigation .mobile-nav-cta {
    display: none; } }

.site-footer {
  background: #1F1917;
  padding: 40px 0;
  color: #fff; }
  .site-footer .inner {
    max-width: 980px;
    margin: 0 auto; }
  .site-footer a {
    color: #fff;
    opacity: .6;
    font-size: 14px; }
    .site-footer a:hover {
      opacity: 1;
      text-decoration: none; }
  .site-footer ul {
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .site-footer li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .site-footer .widget {
    margin-bottom: 0; }
  .site-footer .widget-title {
    font-size: 16px; }
  .site-footer .footer-links .column {
    padding: 0; }
  .site-footer .top-links {
    overflow: hidden;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #000; }
    .site-footer .top-links li {
      float: left;
      margin-right: 20px; }
    .site-footer .top-links a {
      font-weight: 600;
      opacity: 1; }
  .site-footer .long-links li {
    line-height: 14px;
    margin-bottom: 8px;
    margin-right: 5px; }
  .site-footer #custom_html-4 a {
    font-size: 18px;
    opacity: 1;
    font-weight: 600; }
  .site-footer .social-links {
    margin-top: 10px; }
  .site-footer .subtext {
    text-align: center;
    margin-top: 30px;
    padding: 10px 0 0;
    font-size: 12px;
    opacity: .6;
    border-top: 1px solid #838484; }
    .site-footer .subtext a {
      font-size: 12px; }

.row {
  overflow: hidden; }
  .row.collapse > .column {
    padding: 0; }

.column {
  float: left;
  padding: 0 10px;
  width: 100%; }
  .column img {
    max-width: 100%; }

.sm-one-half {
  width: 50%; }

.sm-one-third {
  width: 33.33%; }

.sm-two-thirds {
  width: 66.66%; }

.sm-one-forth {
  width: 25%; }

.sm-three-forths {
  width: 75%; }

.sm-one-fifth {
  width: 20%; }

.sm-two-fifths {
  width: 40%; }

.sm-three-fifths {
  width: 60%; }

.sm-four-fifths {
  width: 80%; }

.sm-one-sixth {
  width: 16.6%; }

@media only screen and (max-width: 768px) {
  .sm-hidden {
    display: none; } }

@media only screen and (min-width: 768px) {
  .column {
    padding: 0 10px; }
  .md-one-half {
    width: 50%; }
  .md-one-third {
    width: 33.33%; }
  .md-two-thirds {
    width: 66.66%; }
  .md-one-forth {
    width: 25%; }
  .md-three-forths {
    width: 75%; }
  .md-one-fifth {
    width: 20%; }
  .md-two-fifths {
    width: 40%; }
  .md-three-fifths {
    width: 60%; }
  .md-four-fifths {
    width: 80%; }
  .md-one-sixth {
    width: 16.6%; } }

@media only screen and (min-width: 980px) {
  .lg-one-half {
    width: 50%; }
  .lg-one-third {
    width: 33.33%; }
  .lg-two-thirds {
    width: 66.66%; }
  .lg-one-forth {
    width: 25%; }
  .lg-three-forths {
    width: 75%; }
  .lg-one-fifth {
    width: 20%; }
  .lg-two-fifths {
    width: 40%; }
  .lg-three-fifths {
    width: 60%; }
  .lg-four-fifths {
    width: 80%; }
  .lg-one-sixth {
    width: 16.6%; } }

.slide .inner {
  max-width: 980px;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 20px; }

.slide img {
  max-width: 100%; }

.slide .slide-intro {
  font-size: 18px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px; }

.slide.large-copy p {
  font-size: 18px; }

.slide.large-bg-image {
  position: relative;
  padding: 50px 0; }
  .slide.large-bg-image .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
  .slide.large-bg-image .inner {
    position: relative;
    z-index: 2; }
  .slide.large-bg-image p {
    font-size: 18px; }

.slide.image-backgroundinline .text-column {
  padding: 30px 20px; }

@media all and (min-width: 400px) {
  .slide .slide-intro {
    font-size: 24px;
    margin-bottom: 50px; } }

@media all and (min-width: 768px) {
  .slide .inner {
    padding: 60px 20px; }
  .slide.image-backgroundinline .inner {
    position: relative;
    padding: 0; }
  .slide.image-backgroundinline .text-column {
    padding: 60px 20px;
    margin-left: 50%; }
  .slide.image-backgroundinline .image-column {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1; } }

.site-hero {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 370px;
  min-width: 300px; }
  .site-hero:after, .site-hero:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 3;
    border-color: transparent transparent #fff transparent; }
  .site-hero:after {
    border-width: 0 100vw 40px 0; }
  .site-hero:before {
    border-width: 0 0 40px 100vw; }
  .site-hero .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    background-size: cover;
    background-position: center center; }
  .site-hero h1, .site-hero h2 {
    margin: 0;
    text-align: center; }
  .site-hero h1 {
    line-height: 1em;
    margin-bottom: 10px;
    font-size: 30px; }
  .site-hero h2 {
    font-family: canada-type-gibson, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 20px; }
  .site-hero .inner {
    position: absolute;
    z-index: 2;
    max-width: 980px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
  .site-hero .copy {
    margin: auto;
    display: table;
    width: 100%; }
  .site-hero .logo {
    margin-bottom: 10px;
    width: 130px;
    height: 50px;
    text-indent: -5000px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-image: url("/wp-content/uploads/2016/11/logo-white-400.png");
    background-repeat: no-repeat; }
  .site-hero.site-hero--short {
    min-height: 270px; }

.home-content .site-hero {
  height: 85vh; }
  .home-content .site-hero h1 {
    font-size: 36px; }

.site-hero--video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: .6; }
  .site-hero--video .bg-video iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.home-content h1 em {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-style: normal; }

@media all and (min-width: 420px) {
  .site-hero .inner {
    padding: 0 40px; }
  .site-hero h1 {
    font-size: 34px; }
  .site-hero h2 {
    font-size: 18px; }
  .home-content .site-hero h1 {
    font-size: 50px; } }

.quote {
  background-color: #EB5124;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff; }
  .quote .inner {
    padding-top: 40px;
    padding-bottom: 40px; }
  .quote p {
    margin: 0; }
  .quote .logo img {
    max-width: 50%;
    margin: 10px auto 0;
    display: block; }
  .quote em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal; }
  .quote.brands p {
    margin-bottom: 0; }

@media all and (min-width: 420px) {
  .quote .logo {
    text-align: right; }
    .quote .logo img {
      max-width: 80%;
      margin: 0;
      display: inline; } }

.cta-block {
  text-align: center; }
  .cta-block a {
    display: inline-block;
    font-size: 30px; }
  .cta-block strong {
    display: block; }

.copy-callout .image {
  padding-top: 40px; }
  .copy-callout .image img {
    max-width: 80px; }

.copy-callout .copy {
  padding-top: 10px; }

@media all and (min-width: 420px) {
  .copy-callout {
    padding: 30px; }
    .copy-callout .image {
      padding-top: 0; }
      .copy-callout .image img {
        max-width: 120px; }
    .copy-callout .copy {
      padding-top: 40px;
      border-top: 1px solid #d4d4d2; } }

.divider {
  text-align: center;
  line-height: 1.2em;
  font-size: 16px; }
  .divider .inner {
    padding-top: 60px;
    padding-bottom: 60px; }
  .divider h3 {
    margin: 0; }

.divider-bright {
  background-color: #EB5124;
  color: #fff; }
  .divider-bright h3 {
    color: #fff; }

.divider-light {
  background-color: #F2F1EE; }

.divider-image-left {
  background-color: #F2F1EE;
  text-align: left;
  margin-bottom: 50px; }
  .divider-image-left .inner {
    padding: 0; }
  .divider-image-left .divider-content {
    display: flex;
    align-items: center; }
  .divider-image-left .image {
    max-width: 260px;
    margin-right: 40px;
    flex-grow: 0; }
  .divider-image-left h3 {
    font-size: 24px;
    margin: 0;
    font-weight: bold; }

@media all and (min-width: 768px) {
  .divider {
    font-size: 20px; }
    .divider h3 {
      margin: 0 120px; } }

.content-block h2 {
  margin-bottom: 10px; }

.content-block--light {
  background-color: #F2F1EE; }

.content-block--bright {
  background-color: #EB5124;
  color: #fff; }

.slide-approach {
  border-bottom: 1px solid #F2F1EE;
  position: relative; }
  .slide-approach:before {
    display: none;
    content: '';
    position: absolute;
    z-index: 4;
    background-image: url("/wp-content/uploads/2020/p-icon-large-withwhite.png");
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    top: 20px;
    bottom: 0;
    right: 0; }
  .slide-approach h3 {
    font-size: 30px;
    margin: 0;
    position: relative; }
    .slide-approach h3 span {
      position: relative;
      z-index: 2;
      padding-right: 20px;
      background: #fff; }
    .slide-approach h3:after {
      content: '';
      border-bottom: 2px solid #EB5124;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      z-index: 1; }
  .slide-approach p {
    font-size: 16px;
    margin: 0 0 2em; }

@media all and (min-width: 768px) {
  .slide-approach:before {
    display: block; }
  .slide-approach h3 {
    font-size: 40px; }
  .slide-approach p {
    width: 65%; } }

@media all and (min-width: 980px) {
  .slide-approach h3 {
    font-size: 50px; }
  .slide-approach p {
    font-size: 18px; } }

.solution-links a {
  display: block;
  transition: all .3s;
  margin-bottom: 20px; }
  .solution-links a:hover {
    text-decoration: none; }
    .solution-links a:hover strong {
      color: #EB5124; }
    .solution-links a:hover .more:after {
      margin-left: 12px;
      transition: all .3s; }

.solution-links span, .solution-links strong {
  display: block;
  color: #000; }

.solution-links strong {
  font-size: 24px;
  margin-bottom: -4px; }

.solution-links .subtitle {
  font-weight: 600;
  color: #EB5124;
  margin-bottom: 6px; }

.solution-links .desc {
  margin-bottom: 6px; }

.solution-links .more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .solution-links .more:after {
    content: '\27F6';
    color: #EB5124;
    font-size: 20px;
    display: inline-block;
    margin-left: 6px; }

@media all and (min-width: 980px) {
  .solution-links a {
    margin-bottom: 0; }
  .solution-links strong {
    font-size: 36px; } }

.solution-grid {
  text-align: center; }
  .solution-grid .inner {
    padding: 50px 20px 40px; }
  .solution-grid i {
    display: inline-block;
    margin: 0 auto 5px;
    color: #EB5124;
    font-size: 50px;
    line-height: 80px; }
  .solution-grid span {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 1.3em;
    height: 50px; }
  .solution-grid a {
    display: block;
    margin: 0 0 10px; }
    .solution-grid a:hover {
      background-color: #EB5124;
      text-decoration: none; }
      .solution-grid a:hover i, .solution-grid a:hover span {
        color: #fff; }
  .solution-grid.small-grid .slide-intro {
    color: #EB5124;
    font-weight: 600;
    font-size: 24px; }
  .solution-grid.small-grid span {
    font-size: 14px;
    min-height: 40px;
    margin: 0; }

@media all and (min-width: 420px) {
  .solution-grid i {
    font-size: 80px;
    line-height: 120px; }
  .solution-grid span {
    font-size: 16px; }
  .solution-grid a {
    margin: 0 0 40px; }
  .solution-grid.small-grid {
    overflow: hidden; }
    .solution-grid.small-grid .slide-intro {
      width: 20%;
      float: left;
      text-align: left;
      font-size: 30px; }
    .solution-grid.small-grid .row {
      width: 80%;
      float: left; }
    .solution-grid.small-grid span {
      min-height: 70px;
      font-size: 16px; } }

@media all and (min-width: 800px) {
  .solution-grid.small-grid .slide-intro {
    font-size: 35px; } }

.solution-example .inner {
  padding: 0; }

.solution-example .example-ctr {
  position: relative;
  margin: 0 auto;
  width: 320px; }

.solution-example .small-text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
  display: none; }

.solution-example .item {
  position: absolute;
  top: 40px;
  left: 20px; }

.solution-example h4, .solution-example p {
  margin: 0; }

.solution-example h4 {
  padding-bottom: 10px; }

.solution-example p {
  font-size: 14px;
  line-height: 1.3em; }

.solution-example .copy {
  margin-top: 15px;
  margin-left: -125px;
  background: #fff;
  width: 300px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  opacity: 0; }

.solution-example img {
  width: 320px;
  max-width: 320px;
  float: left; }

.solution-example .mobile-text {
  clear: both;
  border-top: 1px solid #d4d4d2;
  padding: 30px 0;
  margin: 0 20px; }
  .solution-example .mobile-text .item-text {
    margin-bottom: 30px; }
  .solution-example .mobile-text .count {
    display: block;
    background: #EB5124;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center; }

.solution-example .dialysis {
  top: 72px;
  left: 144px; }

.solution-example .art {
  top: 26px;
  left: 36px; }

.solution-example .wayfinding {
  top: 40px;
  left: 278px; }

.dot-pulse {
  position: relative;
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 2; }
  .dot-pulse:before, .dot-pulse:after {
    content: '';
    display: block;
    z-index: -1; }
  .dot-pulse:before {
    width: 20px;
    height: 20px;
    background-color: #EB5124;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px; }
  .dot-pulse:after {
    border: 2px solid #EB5124;
    -webkit-border-radius: 30px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@media all and (min-width: 800px) {
  .solution-example .example-ctr {
    width: 1000px; }
  .solution-example .small-text {
    display: block; }
  .solution-example .item:hover .copy {
    opacity: 1; }
  .solution-example img {
    width: 1000px;
    max-width: 1000px;
    float: left; }
  .solution-example .count {
    display: none; }
  .solution-example .mobile-text {
    display: none; }
  .solution-example .dialysis {
    top: 232px;
    left: 444px; }
  .solution-example .art {
    top: 60px;
    left: 224px; }
  .solution-example .wayfinding {
    top: 180px;
    left: 800px; } }

.whitepaper-content-page .content-type {
  text-transform: uppercase;
  font-size: 14px; }

.whitepaper-content-page .excerpt {
  font-size: 18px;
  padding-right: 40px;
  padding-bottom: 20px; }

.whitepaper-content-page .image {
  width: 300px;
  text-align: center;
  max-height: 350px;
  padding-top: 20px; }

.whitepaper-content-page .whitepaper-preview {
  transform: rotate(-7deg); }
  .whitepaper-content-page .whitepaper-preview .title {
    font-size: 16px;
    font-weight: bold; }

.whitepaper-content-page .form {
  padding: 20px;
  border: 2px solid #EB5124;
  background-image: url("/wp-content/uploads/p-icon-large.png");
  background-position: bottom right;
  background-size: 200px 318px;
  background-repeat: no-repeat; }

.whitepaper-content .inner {
  padding-top: 0; }

.whitepapers-line .inner {
  overflow: hidden;
  min-height: 320px;
  padding: 20px 10px;
  border-top: 1px solid #d4d4d2;
  text-align: center; }

.whitepaper {
  display: inline-block;
  position: relative;
  border: 1px solid #d4d4d2;
  background-image: url(/wp-content/uploads/wp-bg-2.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0 5px 10px;
  width: 160px; }
  .whitepaper:hover {
    text-decoration: none;
    background-image: none; }
    .whitepaper:hover .excerpt {
      display: block !important; }
    .whitepaper:hover:before {
      width: 40px;
      height: 40px; }
  .whitepaper:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: -1px;
    right: -1px;
    background: linear-gradient(225deg, #fff 49%, #d4d4d2 50%, #F2F1EE 59%, #fff 75%);
    border-left: 1px solid #d4d4d2;
    border-bottom: 1px solid #d4d4d2;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    z-index: 3; }
  .whitepaper img {
    width: 100%;
    position: relative;
    z-index: -1;
    opacity: 0; }
  .whitepaper .title {
    position: absolute;
    text-align: left;
    top: 70px;
    left: 10px;
    right: 10px;
    color: #000; }
  .whitepaper .excerpt {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px; }
  .whitepaper span, .whitepaper strong, .whitepaper em {
    display: block; }
  .whitepaper strong {
    font-size: 18px;
    line-height: 22px; }
  .whitepaper em {
    font-size: 10px;
    font-style: normal;
    display: none; }
  .whitepaper.small {
    margin: 0 4px 8px !important;
    width: 130px !important;
    background-image: url(/wp-content/uploads/wp-bg-2-nologo.jpg); }
    .whitepaper.small:before {
      background: linear-gradient(225deg, #F2F1EE 49%, #d4d4d2 50%, #F2F1EE 59%, #fff 75%); }
    .whitepaper.small .title {
      top: 53px; }
    .whitepaper.small strong {
      font-size: 14px;
      line-height: 16px; }

.whitepaper-preview {
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-image: url(/wp-content/uploads/wp-bg-2.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0 5px 10px;
  width: 160px; }
  .whitepaper-preview img {
    width: 100%;
    position: relative;
    opacity: 0; }
  .whitepaper-preview .title {
    position: absolute;
    text-align: left;
    top: 70px;
    left: 10px;
    right: 10px;
    color: #000;
    font-size: 18px;
    line-height: 22px; }

@media all and (min-width: 420px) {
  .whitepapers-line .inner {
    padding: 40px 20px; }
  .whitepaper {
    margin: 0 10px 20px;
    width: 170px; }
    .whitepaper .title {
      left: 15px; } }

@media all and (min-width: 700px) {
  .whitepaper {
    margin: 0 15px 30px;
    width: 200px; } }

.list-whitepaper {
  padding: 20px;
  position: relative;
  overflow: hidden; }
  .list-whitepaper:after {
    content: '';
    width: 130px;
    height: 206px;
    background-image: url(/wp-content/uploads/p-icon-large.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: -26px;
    z-index: 1; }
  .list-whitepaper span {
    display: block;
    position: relative;
    z-index: 2; }
  .list-whitepaper .content-type {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 8px; }
  .list-whitepaper .title {
    font-size: 24px !important;
    padding: 0 0 16px !important; }
  .list-whitepaper .excerpt {
    font-size: 14px !important;
    color: #000;
    padding-right: 60px;
    padding-bottom: 20px; }
  .list-whitepaper .button {
    display: inline-block; }

.gated-content-modal {
  height: 640px; }
  .gated-content-modal .inner {
    padding-top: 40px;
    padding-bottom: 0px; }
  .gated-content-modal .content-type {
    text-transform: uppercase;
    font-size: 14px; }
  .gated-content-modal .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px; }
  .gated-content-modal .excerpt {
    padding-bottom: 20px; }
  .gated-content-modal .image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    text-align: center;
    max-height: 230px;
    padding-top: 20px;
    overflow: hidden; }
  .gated-content-modal .whitepaper-preview {
    transform: rotate(-7deg); }
    .gated-content-modal .whitepaper-preview .title {
      font-size: 16px; }

@media all and (max-height: 520px) {
  .gated-content-modal {
    background-position: 190px 250px !important; }
    .gated-content-modal .image {
      position: static !important;
      overflow: visible;
      margin-left: -30px; } }

@media all and (min-width: 768px) {
  .gated-content-modal {
    height: 540px;
    background-image: url("/wp-content/uploads/p-icon-large.png");
    background-size: 200px 318px;
    background-repeat: no-repeat;
    background-position: 190px bottom; }
    .gated-content-modal .image {
      display: block; }
    .gated-content-modal .wp-details {
      min-height: 500px; } }

.solution ul {
  margin-left: 0; }

.solution .image img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block; }

@media all and (min-width: 768px) {
  .solution .image {
    padding-left: 40px; }
    .solution .image img {
      max-width: 100%; }
  .solution.image-backgroundinline .inner {
    position: relative; }
  .solution.image-backgroundinline .image {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1; } }

.optional-copy .inner {
  padding-top: 0;
  overflow: hidden; }

.optional-copy h2 {
  color: #EB5124;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

.optional-copy .info-text img {
  width: 150px;
  margin: 20px auto 10px;
  display: inline-block; }

.optional-copy .info-text p {
  font-size: 16px;
  text-align: left; }

.optional-copy p {
  font-size: 18px;
  text-align: center; }

.optional-copy ul {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.optional-copy li {
  list-style-type: none;
  margin: 0 0 10px; }

.copy-callout-patient-experience {
  padding-top: 20px; }
  .copy-callout-patient-experience img {
    max-width: 350px !important; }
  .copy-callout-patient-experience .image {
    display: none; }

@media all and (min-width: 500px) {
  .optional-copy h2 {
    display: table;
    white-space: nowrap;
    width: 100%;
    height: 18px; }
    .optional-copy h2:before, .optional-copy h2:after {
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding;
      background-image: -moz-linear-gradient(transparent 48%, #d4d4d2 48%, #d4d4d2 52%, transparent 52%);
      background-image: -webkit-linear-gradient(transparent 48%, #d4d4d2 48%, #d4d4d2 52%, transparent 52%);
      background-image: linear-gradient(transparent 48%, #d4d4d2 48%, #d4d4d2 52%, transparent 52%);
      content: "";
      display: table-cell;
      width: 50%; }
    .optional-copy h2:before {
      border-right: 15px solid transparent; }
    .optional-copy h2:after {
      border-left: 15px solid transparent; }
  .optional-copy li {
    float: left;
    text-align: center;
    width: 50%; }
  .page-patient-experience .top-copy .copy {
    padding-top: 20px; }
  .copy-callout-patient-experience .image {
    display: block; } }

@media all and (min-width: 980px) {
  .optional-copy .inner {
    padding-top: 0;
    overflow: hidden; }
  .optional-copy li {
    width: 33.33%; } }

.solution-ctas {
  border-top: 1px solid #d4d4d2; }
  .solution-ctas .inner {
    padding-top: 40px;
    padding-bottom: 20px; }
  .solution-ctas .intro {
    font-size: 24px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px; }
  .solution-ctas a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer; }
    .solution-ctas a:hover {
      text-decoration: none; }
      .solution-ctas a:hover .title {
        color: #838484; }
  .solution-ctas span {
    display: block; }
  .solution-ctas .title {
    font-family: canada-type-gibson, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em; }
  .solution-ctas .desc {
    color: #000;
    line-height: 1.3em; }

.product-main {
  text-align: center; }
  .product-main .intro {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px; }
  .product-main h2 {
    font-size: 16px;
    color: #EB5124;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 18px;
    position: relative; }
    .product-main h2 span {
      background: #fff;
      padding: 0 10px; }
    .product-main h2:after {
      content: '';
      display: block;
      margin-top: -10px;
      border-top: 1px solid #d4d4d2; }
  .product-main .column span {
    display: block;
    margin-bottom: 10px; }

@media all and (min-width: 420px) {
  .product-main .intro {
    font-size: 24px; }
  .product-main .row {
    margin-bottom: 30px; } }

.product-category-page h1 {
  margin: 0 0 6px;
  clear: none; }

.product-category-page .taxonomy-description {
  font-size: 18px;
  max-width: 700px; }

.product-category-page .category-header {
  margin-bottom: 30px; }

.product-category-page .brand-callout {
  margin: 0 0 30px 30px;
  float: right; }

.product-category-page .product-list {
  clear: both; }

.catalog-links {
  padding-top: 40px; }
  .catalog-links .line-header {
    color: #000; }
  .catalog-links span {
    display: block; }

.divider-callout {
  overflow: hidden;
  border-top: 1px solid #d4d4d2;
  margin-top: 50px;
  padding: 25px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #d4d4d2; }
  .divider-callout p {
    margin-bottom: 0; }
  .divider-callout .button {
    margin-bottom: 10px; }

.breadcrumb {
  color: #838484;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  height: 24px; }
  .breadcrumb li {
    margin: 0;
    padding: 0;
    float: left;
    display: none; }
    .breadcrumb li.all-products {
      display: block; }
    .breadcrumb li:first-child a {
      padding-left: 10px; }
  .breadcrumb a, .breadcrumb span {
    display: block;
    line-height: 26px;
    padding: 0 0 0 24px;
    text-transform: uppercase; }
  .breadcrumb a {
    background: #EB5124;
    color: #fff;
    position: relative;
    float: left; }
    .breadcrumb a:after, .breadcrumb a:before {
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
      border-left: 14px solid #EB5124;
      position: absolute;
      top: 50%;
      margin-top: -24px;
      left: 100%; }
    .breadcrumb a:after {
      z-index: 2; }
    .breadcrumb a:before {
      border-left-color: #fff;
      margin-left: 2px;
      z-index: 1; }
    .breadcrumb a:hover {
      text-decoration: none; }

.catalog-pagination {
  padding: 0 10px; }
  .catalog-pagination .page-numbers {
    display: inline-block;
    width: 30px;
    line-height: 40px;
    border: 1px solid #d4d4d2;
    text-align: center; }

.product-list a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 20px;
  margin: 0 0 20px;
  border: 1px solid #d4d4d2;
  overflow: hidden; }
  .product-list a .product-image {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .product-list a .product-image img {
      width: 100%; }
  .product-list a span {
    display: block;
    line-height: 1.3em; }
  .product-list a:hover {
    text-decoration: none;
    color: #EB5124;
    border-color: #EB5124; }

.product-list .column {
  padding: 0 10px; }

.product-list--small a {
  text-align: center;
  font-size: 14px;
  padding: 6px; }
  .product-list--small a .product-image {
    margin-bottom: 10px; }

.product-list--small .column {
  padding-left: 0; }

.main-category-list .sub-category {
  margin-bottom: 10px; }
  .main-category-list .sub-category h3 {
    margin: 0 0 8px; }
    .main-category-list .sub-category h3 a {
      color: #000; }
      .main-category-list .sub-category h3 a:hover {
        color: #EB5124; }
    .main-category-list .sub-category h3 em {
      /*
        color: $white; 
        background-color: $button-color; 
        font-size: 11px;
        padding: 5px 6px 3px;
        line-height: 14px;
        display: inline-block;
        float: right;
        margin-top: 1px;
        */
      color: #EB5124;
      font-style: normal;
      font-size: 12px; }
  .main-category-list .sub-category .view-all {
    font-size: 14px;
    margin-bottom: 6px; }

@media all and (min-width: 420px) {
  .breadcrumb li {
    display: block; }
  .divider-callout .button {
    float: left;
    margin-bottom: 0;
    margin-right: 30px; } }

@media all and (min-width: 768px) {
  .product-list a {
    height: 230px; }
  .product-list--small a {
    height: auto; } }

.product-detail .entry-content {
  margin-top: 0; }

.product-detail h1 {
  margin-bottom: 0;
  clear: none;
  line-height: 1.3em; }

.product-detail .sku {
  color: #838484;
  margin-bottom: 30px; }

.product-detail .meta {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-bottom: 1px solid #d4d4d2; }
  .product-detail .meta li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .product-detail .meta .ul-callout {
    text-align: center; }

.product-detail .product-image {
  max-width: 250px;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  .product-detail .product-image img {
    width: 100%; }

.product-detail .meta li.alternate-colors {
  line-height: 17px;
  padding: 10px 0 6px; }
  .product-detail .meta li.alternate-colors span {
    text-transform: uppercase; }
  .product-detail .meta li.alternate-colors em {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #000; }
    .product-detail .meta li.alternate-colors em.cream {
      background: #e4dace; }

.product-detail .page-copy {
  max-width: 600px; }

.product-detail .request-quote-callout {
  overflow: hidden;
  border-top: 1px solid #d4d4d2;
  margin-top: 50px;
  padding: 25px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #d4d4d2; }
  .product-detail .request-quote-callout p {
    margin-bottom: 0;
    clear: both; }
  .product-detail .request-quote-callout .button {
    margin-bottom: 10px; }

.product-detail .brand-callout a {
  display: inline-block; }

@media all and (max-width: 420px) {
  .product-detail .meta {
    display: none; }
    .product-detail .meta strong {
      display: none; }
    .product-detail .meta li {
      display: inline-block; }
    .product-detail .meta a {
      display: inline-block;
      margin: 5px 6px 0 0; }
      .product-detail .meta a:after {
        content: ','; } }

@media all and (min-width: 420px) {
  .product-detail .product-meta-box {
    border-top: 1px solid #d4d4d2;
    float: right;
    margin-bottom: 50px;
    margin-left: 50px;
    width: 300px; }
  .product-detail .meta li {
    padding: 8px 0;
    border-top: 1px solid #d4d4d2; }
  .product-detail .meta strong {
    width: 60px;
    display: inline-block; } }

.open-modal {
  overflow: hidden; }

.team-list .item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  min-height: 225px; }

.team-list span {
  display: block; }

.team-list .name {
  color: #EB5124;
  font-weight: 600;
  font-size: 14px; }

.team-list .title {
  font-size: 12px; }

.team-list .image,
.team-list .image-2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  background-size: 100px 200px; }
  .team-list .image:hover span,
  .team-list .image-2:hover span {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .team-list .image span,
  .team-list .image-2 span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    background-position: 0 -100px;
    background-size: 100px 200px; }

.board-list {
  position: relative; }
  .board-list .item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    min-height: 225px; }
  .board-list .person {
    position: relative;
    transition: all .5s; }
    .board-list .person:hover .image-2 {
      opacity: 1; }
  .board-list span {
    display: block; }
  .board-list .name {
    color: #EB5124;
    font-weight: 600;
    font-size: 14px; }
  .board-list .title {
    font-size: 12px;
    min-height: 30px; }
  .board-list .image,
  .board-list .image-2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    background-position: center top;
    background-size: cover;
    background-color: #838484;
    border-radius: 10px; }
  .board-list .image-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s; }
  .board-list .desc {
    display: none; }
  .board-list img {
    width: 100%; }
  .board-list .close {
    display: none; }
  .board-list .open .person {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 200;
    text-align: left;
    border: 4px solid #EB5124;
    padding: 20px;
    overflow-y: scroll; }
  .board-list .open .close {
    display: block;
    width: 40px;
    height: 40px;
    background: #EB5124;
    border-radius: 50%;
    padding-top: 10px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 3; }
  .board-list .open .image,
  .board-list .open .image-2 {
    width: 250px;
    margin: 0 auto 40px; }
  .board-list .open .name {
    font-size: 24px;
    margin-bottom: 20px; }
  .board-list .open .desc {
    display: block; }

@media all and (max-width: 550px) {
  .team-list .item {
    width: 50% !important; } }

@media all and (min-width: 350px) {
  .team-list .image,
  .team-list .image-2 {
    width: 150px;
    height: 150px;
    background-size: 150px 300px; }
    .team-list .image span,
    .team-list .image-2 span {
      width: 150px;
      height: 150px;
      background-position: 0 -150px;
      background-size: 150px 300px; } }

@media all and (min-width: 800px) {
  .board-list .open .person {
    padding: 40px; }
    .board-list .open .person:before {
      position: fixed;
      top: 4px;
      bottom: 4px;
      right: 4px;
      content: '';
      background: #000;
      z-index: 1;
      width: 250px; }
  .board-list .open .close {
    top: 20px;
    right: 20px; }
  .board-list .open .image,
  .board-list .open .image-2 {
    position: fixed;
    top: 4px;
    right: 4px;
    z-index: 2;
    margin: 0; }
  .board-list .open .name {
    margin-right: 290px; }
  .board-list .open .desc {
    margin-right: 290px; } }

.about-page-content .page-copy {
  margin-bottom: 50px; }
  .about-page-content .page-copy p {
    max-width: 650px;
    font-size: 18px; }

.about-page-content .elevate-logo {
  width: 225px;
  margin: 0 auto 20px; }

.about-page-content h2 {
  color: #EB5124;
  border-top: 1px solid #d4d4d2;
  padding-top: 30px; }

.about-page-content .social-icons a {
  margin: 0 10px; }

.about-page-content .social-icons i {
  font-size: 36px; }

.industry-logos {
  text-align: center;
  padding-bottom: 50px; }
  .industry-logos h3 {
    color: #000;
    font-size: 20px; }
  .industry-logos img {
    max-height: 48px; }

.landing-form {
  position: relative;
  min-height: 1220px; }
  .landing-form .headline {
    padding: 0; }
    .landing-form .headline .inner {
      padding-top: 0;
      padding-bottom: 0; }
    .landing-form .headline .logo {
      margin: 30px 0 10px; }
      .landing-form .headline .logo img {
        max-width: 200px; }
  .landing-form .site-hero-minimal .inner {
    z-index: 3; }
  .landing-form .site-hero-minimal h1 {
    max-width: 50%; }
  .landing-form .landing-content .inner {
    padding-top: 20px; }
  .landing-form .form-ctr {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

@media all and (min-width: 700px) {
  .landing-form h1 {
    font-size: 28px; }
  .landing-form .landing-form-ctr {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin-top: 50px; }
  .landing-form .form-ctr {
    width: 441px; }
  .landing-form .md-one-half {
    width: 40%; } }

@media all and (min-width: 800px) {
  .landing-form h1 {
    font-size: 34px; }
  .landing-form .landing-form-ctr {
    width: 50%; }
  .landing-form .md-one-half {
    width: 50%; } }

.blog-post {
  margin: 0 !important; }
  .blog-post h1 {
    font-size: 36px;
    line-height: 1em;
    text-transform: none; }
  .blog-post h2 {
    font-size: 24px;
    color: #EB5124; }
  .blog-post p {
    font-size: 18px; }
  .blog-post .page-copy {
    padding-top: 20px; }
  .blog-post .page-cta {
    padding: 16px 0 8px; }
    .blog-post .page-cta p {
      font-size: 24px; }

.post-footer .row {
  margin: 0 -10px; }

.post-footer .post-prev-next {
  margin-bottom: 20px; }

.post-footer .mini-header {
  font-size: 12px;
  text-transform: uppercase;
  display: block; }

.post-footer .tag-links a {
  display: inline-block;
  margin: 6px; }

body.category,
body.tag,
.page-template-page-blog {
  background: #F2F1EE; }
  body.category .site-hero:after, body.category .site-hero:before,
  body.tag .site-hero:after,
  body.tag .site-hero:before,
  .page-template-page-blog .site-hero:after,
  .page-template-page-blog .site-hero:before {
    border-color: transparent transparent #F2F1EE transparent; }

.featured-post {
  padding: 10px 10px 30px;
  max-width: 1200px;
  margin: 0 auto; }
  .featured-post a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px; }
    .featured-post a .button,
    .featured-post a .text,
    .featured-post a .image {
      transition: all .4s; }
  .featured-post .text {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    max-width: 500px;
    position: relative;
    z-index: 2; }
  .featured-post span {
    display: block; }
  .featured-post .small-text {
    text-transform: uppercase;
    color: #838484;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px; }
  .featured-post strong {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px; }
  .featured-post .desc {
    color: #000;
    margin-bottom: 30px;
    font-size: 12px; }
  .featured-post .button {
    display: inline-block; }
  .featured-post .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center; }

@media all and (min-width: 768px) {
  .featured-post {
    padding: 20px; }
    .featured-post a {
      padding: 20px; }
      .featured-post a:hover .button {
        background: #000; }
      .featured-post a:hover .text,
      .featured-post a:hover .image {
        transform: scale(1.02); }
      .featured-post a:hover .image {
        transition: all 1s; }
    .featured-post .text {
      padding: 40px; }
    .featured-post strong {
      font-size: 28px;
      line-height: 32px; }
    .featured-post .desc {
      font-size: 16px; }
    .featured-post .image {
      left: 35%; } }

.blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  padding: 10px 10px 30px; }
  .blog-list .post {
    margin: 0 10px 10px 0;
    background: #fff; }

.blog-categories {
  text-align: center;
  padding: 30px 0; }
  .blog-categories a {
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #d4d4d2;
    line-height: 30px;
    overflow: hidden; }
    .blog-categories a:before {
      content: '';
      width: 30px;
      height: 30px;
      margin-right: 10px;
      display: inline-block;
      float: left;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .blog-categories a:first-child {
      border-left: none; }
  .blog-categories .link-133:before {
    background-image: url("/wp-content/uploads/2020/industry-trends.png"); }
  .blog-categories .link-140:before {
    background-image: url("/wp-content/uploads/2020/inspiration.png"); }
  .blog-categories .link-152:before {
    background-image: url("/wp-content/uploads/2020/pivium-icon-small.png"); }
  .blog-categories span {
    display: inline-block;
    line-height: 30px; }

.post-item a {
  display: block;
  overflow: hidden; }
  .post-item a:hover {
    text-decoration: none; }
    .post-item a:hover .title, .post-item a:hover .button-link {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .post-item a:hover .title, .post-item a:hover .button-link {
      text-decoration: underline;
      color: #EB5124; }
    .post-item a:hover .image img {
      transform: scale(1.05);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.post-item .title, .post-item .desc, .post-item .posted {
  display: block;
  padding: 0 20px 10px; }

.post-item .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 4px;
  color: #000; }

.post-item .image {
  display: block;
  height: 140px;
  overflow: hidden; }
  .post-item .image img {
    width: 100%;
    transition: all .3s; }

.post-item .desc {
  color: #000;
  font-size: 14px;
  padding-bottom: 20px; }

.post-item .posted {
  font-size: 14px;
  padding-bottom: 20px; }

.post-item .button-link {
  margin-right: 10px; }

.post-item em {
  font-style: normal;
  display: inline-block;
  color: #000; }

.blog-newsletter-signup {
  background: #EB5124;
  color: #fff;
  padding: 30px; }
  .blog-newsletter-signup .header {
    margin-bottom: 0; }
  .blog-newsletter-signup strong {
    font-size: 24px; }
  .blog-newsletter-signup .small {
    font-size: 12px;
    margin-bottom: 0; }

.blog-whitepaper {
  position: relative;
  min-height: 320px; }
  .blog-whitepaper .list-whitepaper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.recent-posts h2 {
  font-size: 24px;
  text-align: center; }

.recent-posts .recent-posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-right: -20px; }

.recent-posts .post {
  margin: 0 20px 10px 0;
  background: #fff; }

.recent-posts .post-item .image {
  height: 120px; }

.recent-posts .post-item .title {
  font-weight: normal;
  font-size: 14px;
  padding: 10px; }

.blog-sidebar #custom_html-2 {
  border: 1px solid #d4d4d2;
  padding: 16px;
  background: #fff; }
  .blog-sidebar #custom_html-2 .widget-title {
    margin-bottom: 6px; }
  .blog-sidebar #custom_html-2 p {
    font-size: 14px;
    line-height: 18px; }

.blog-sidebar .widget-title {
  font-size: 18px; }

.blog-sidebar .widget ul {
  border-top: 1px solid #d4d4d2;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .blog-sidebar .widget ul li {
    border-bottom: 1px solid #d4d4d2;
    padding: 4px 0; }

.blog-sidebar .widget_categories .widget-title {
  margin-bottom: 20px; }

.blog-sidebar .widget_categories ul {
  border: none; }

.blog-sidebar .widget_categories ul li {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 20px; }

.blog-sidebar .widget_categories a {
  text-decoration: none;
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
  color: #000; }
  .blog-sidebar .widget_categories a:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .blog-sidebar .widget_categories a:hover {
    color: #EB5124; }

.blog-sidebar .widget_categories .cat-item-133 a:before {
  background-image: url("/wp-content/uploads/2020/industry-trends.png"); }

.blog-sidebar .widget_categories .cat-item-140 a:before {
  background-image: url("/wp-content/uploads/2020/inspiration.png"); }

.blog-sidebar .widget_categories .cat-item-152 a:before {
  background-image: url("/wp-content/uploads/2020/pivium-icon-small.png"); }

.cat-list-links {
  margin-bottom: 20px; }
  .cat-list-links .button {
    height: 100%;
    font-size: 20px;
    display: block;
    margin-bottom: 3px; }

.tag .entry-header,
.category .entry-header {
  text-align: left; }
  .tag .entry-header h1,
  .category .entry-header h1 {
    margin-bottom: 20px; }
  .tag .entry-header .inner,
  .category .entry-header .inner {
    max-width: 3000px; }

.service-list h3 {
  color: #EB5124;
  font-size: 30px;
  padding-top: 60px;
  margin: 0 0 10px; }

.service-list .inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.services {
  line-height: 1.3em;
  position: relative;
  padding: 20px 0; }
  .services:after {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    content: '';
    border-left: 3px solid #EB5124;
    display: block;
    z-index: 1; }
  .services .item {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2; }
    .services .item:after {
      position: absolute;
      content: '';
      top: 0;
      left: -9px;
      width: 21px;
      height: 21px;
      border-radius: 100%;
      background-color: #fff;
      border: 3px solid #EB5124; }
  .services .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px; }
  .services .desc {
    font-size: 14px; }

@media all and (min-width: 768px) {
  .services {
    line-height: 1.4em;
    padding: 60px 0; }
    .services .item {
      margin-left: 20px;
      padding-left: 40px; }
      .services .item:after {
        top: 10px; }
    .services .title {
      font-weight: bold;
      font-size: 24px; }
    .services .desc {
      font-size: 16px; } }

.content-grid .inner {
  padding-top: 0;
  padding-bottom: 0; }

.content-grid .grid-ctr {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 10px; }

.content-grid .item {
  margin-bottom: 20px; }

.content-grid span {
  display: block; }

.content-grid .title {
  color: #000;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold; }

.content-grid .desc {
  font-size: 14px; }

.content-grid .image-small {
  max-width: 80px; }

.content-grid .image-medium {
  max-width: 80%; }

@media all and (min-width: 500px) {
  .content-grid .grid-ctr {
    grid-template-columns: 1fr 1fr; } }

@media all and (min-width: 768px) {
  .content-grid .grid-ctr {
    grid-template-columns: 1fr 1fr 1fr; }
  .content-grid .title {
    font-size: 18px; }
  .content-grid .desc {
    font-size: 16px; } }

.footerbar-dl-is-now-pivium {
  background: #EB5124; }
  .footerbar-dl-is-now-pivium a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0; }

.isnow-text {
  font-weight: normal;
  font-size: 18px; }
  .isnow-text:before {
    content: 'Same People, New Name: ';
    display: block;
    font-weight: bold;
    font-size: 34px; }
  .isnow-text:after {
    content: ' is now'; }

.modal-dl-is-now-pivium {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200; }
  .modal-dl-is-now-pivium .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 400px;
    max-width: 400px;
    padding: 40px;
    text-align: center;
    z-index: 201;
    background: #fff; }
  .modal-dl-is-now-pivium .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px; }
  .modal-dl-is-now-pivium .word-close {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
    right: 0; }
  .modal-dl-is-now-pivium h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 4px; }
  .modal-dl-is-now-pivium img {
    display: inline-block;
    margin-bottom: 30px; }
  .modal-dl-is-now-pivium.open {
    display: block; }

.page-dl-is-now-pivium .site-main:before {
  content: '';
  height: 70px;
  background: #EB5124;
  display: block; }

.page-dl-is-now-pivium .site-hero {
  min-height: 300px;
  background: #fff; }
  .page-dl-is-now-pivium .site-hero .copy {
    background: #fff; }
    .page-dl-is-now-pivium .site-hero .copy .inner:after {
      content: '';
      background-image: url("/wp-content/uploads/2020/pivium-logo-md.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 300px;
      height: 52px;
      display: block;
      margin: 0 auto; }
  .page-dl-is-now-pivium .site-hero h1, .page-dl-is-now-pivium .site-hero h2 {
    color: #000; }
  .page-dl-is-now-pivium .site-hero h1 {
    margin-bottom: 4px; }
  .page-dl-is-now-pivium .site-hero.before, .page-dl-is-now-pivium .site-hero.after {
    display: none; }

.page-dl-is-now-pivium .copy.md-one-half {
  width: 66.66%; }

.page-dl-is-now-pivium .image.md-one-half {
  width: 33.33%; }

.page-dl-is-now-pivium .solution .image img {
  max-width: 150px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Animate on Scroll
--------------------------------------------------------------*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0, 0); }

[data-aos='fade-up'] {
  transform: translate(0, 100px); }

[data-aos='fade-down'] {
  transform: translate(0, -100px); }

[data-aos='fade-right'] {
  transform: translate(-100px, 0); }

[data-aos='fade-left'] {
  transform: translate(100px, 0); }

[data-aos='fade-up-right'] {
  transform: translate(-100px, 100px); }

[data-aos='fade-up-left'] {
  transform: translate(100px, 100px); }

[data-aos='fade-down-right'] {
  transform: translate(-100px, -100px); }

[data-aos='fade-down-left'] {
  transform: translate(100px, -100px); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate(0, 100px) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate(0, -100px) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate(-100px, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate(100px, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate(0, 100px) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate(0, -100px) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate(-100px, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate(100px, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0, 0); }

[data-aos='slide-up'] {
  transform: translateY(100%); }

[data-aos='slide-down'] {
  transform: translateY(-100%); }

[data-aos='slide-right'] {
  transform: translateX(-100%); }

[data-aos='slide-left'] {
  transform: translateX(100%); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
