/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/* Full Width Gutenberg */
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

@media (max-width: 1280px) {
  .alignwide {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
/* .alignfull img { width: 100vw } */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: clip;
}
h1 {
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* body,
button,
input,
select,
optgroup,
textarea,
ul,
ol,
li {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
} */
/* h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
} */
/* p {
  margin-bottom: 1.5em;
} */
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: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
}
/* hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
} */
/* ul,
ol {
  margin: 0 0 1.5em 3em;
} */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  /* height: auto; */
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* a:focus { outline: thin dotted } */
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
  border: 0px;
}
.custom-logo-link {
  display: inline-block;
}
.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;
}
.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;
}

/*Theme layout Option CSS*/
body > #page > .content-area {
position: relative;
  z-index: 20;
}
body > #page > .content-area.boxed {
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
  /* padding: 0 20px; */
}
body > #page > .content-area.no-sidebar > main.site-main {
  width: 100%;
}
body > #page > .content-area.boxed .entry-content {
  padding: 0 30px;
}
body > #page > .content-area.left-sidebar,
body > #page > .content-area.right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body > #page > .content-area.left-sidebar > main.site-main,
body > #page > .content-area.right-sidebar > main.site-main {
  width: calc(100% - 250px);
}
body > #page > .content-area.left-sidebar > aside.widget-area,
body > #page > .content-area.right-sidebar > aside.widget-area {
  width: 250px;
}

@media screen and (min-width: 769px) {
  body > #page > .content-area.left-sidebar > main.site-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 3%;
  }
  body > #page > .content-area.right-sidebar > main.site-main {
    padding-right: 3%;
  }
  body > #page > .content-area.left-sidebar > aside.widget-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 992px) {
  body > #page > .content-area.left-sidebar > aside.widget-area,
  body > #page > .content-area.right-sidebar > aside.widget-area {
    width: 200px;
  }
  body > #page > .content-area.left-sidebar > main.site-main,
  body > #page > .content-area.right-sidebar > main.site-main {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  body > #page > .content-area > main.site-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body > #page > .content-area > aside.widget-area,
  body > #page > .content-area > main.site-main {
    width: 100% !important;
  }
  body > #page > .content-area.left-sidebar > main.site-main,
  body > #page > .content-area.left-sidebar > aside.widget-area {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

/* Kadence Fixes */
.wp-block-kadence-column {
  overflow: visible;
}

/* Page Numbers blocks center inline */
ul.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: center !important;
  gap: 4px;
}

li span.page-numbers,
li a.page-numbers {
  position: relative;
  padding: 0.39rem 0.5rem;
  margin-left: -5px;
  line-height: 1.25;
  color: #0072a3;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 0.875rem;
  line-height: 1.5;
}

li span.page-numbers:hover,
li a.page-numbers:hover {
  z-index: 2;
  color: #00587f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* Change the background title banner image here */
.top {
  z-index: 1;
}
.bkgd-banner {
  background-image: url(/wp-content/uploads/banner_newred.jpg);
  aspect-ratio: 2.4;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}

body.blog .bkgd-banner,
body.single .bkgd-banner,
.category .bkgdbanner {
  background-image: url(/wp-content/uploads/banner_officeblur-2.jpg);
}


/* TITLE */
.titlespacing {
  /* padding-top: 75px; */
  margin: 0 auto;
  max-width: 1600px;
}
/* .titlespace {
  position: relative;
  min-height: 360px;
  max-height: 500px;
  padding: 0px 0px 30px 0px;
  text-align: center;
  height: 100%;
  background-image: none;
} */
.titlespace-rev {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 15%,
    rgba(255, 255, 255, 0.95) 30%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}
body.home .titlespace h1 {
  font-size: 3.8rem;
  letter-spacing: -1px;
  line-height: 1.1;
  padding: 10% 20px 10% 7%;
  text-align: left;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 100%);
  padding-bottom: 20px;
}
body.home .titlespace p {
  padding-left: 7%;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .titlespace h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .titlespace h1 {
    font-size: 3.4rem;
  }
}

body.section-about-us .titlespace h1 {
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-style: italic;
  color: white;
  font-size: 3.8rem;
  letter-spacing: 0px;
  margin: 90px 0 0 0px;
  padding: 5% 30px 40px;
  text-align: center;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
/* END TITLE */

/*  HOME SOCIAL */
.home-social {
  width: 50px;
  text-align: right;
  padding-top: 50px;
  float: right;
}
.home-social a {
  width: 36px;
  height: 36px;
  background-size: 36px;
  text-indent: -999px;
  text-align: left;
  overflow: hidden;
  display: block;
}
.home-social p {
  margin: 0 0 10px;
}
.home-social .facebook {
  background-image: url(/wp-content/uploads/icon_facebook_blue4.svg);
}
.home-social .twitter {
  background-image: url(/wp-content/uploads/icon_twitter_blue4.svg);
}
.home-social .linkedin {
  background-image: url(/wp-content/uploads/icon_linkedin_blue4.svg);
}
.home-social .youtube {
  background-image: url(/wp-content/uploads/icon_youtube_blue4.svg);
	width: 40px;
    height: 34px;
    background-size: auto 34px;
}
.home-social .youtube:hover, 
.page-id-2646 .home-social .youtube:hover {
  background-image: url(/wp-content/uploads/icon_youtube_red2.svg);
}
.home-social .facebook:hover, 
.page-id-2646 .home-social .facebook:hover {
  background-image: url("/wp-content/uploads/icon_facebook_red2.svg");
}
.home-social .linkedin:hover,
.page-id-2646 .home-social .linkedin:hover {
  background-image: url("/wp-content/uploads/icon_linkedin_red2.svg");
}
.home-social .instagram:hover,
.page-id-2646 .home-social .instagram:hover {
  background-image: url("/wp-content/uploads/icon_instagram_red2.svg");
}
.home-social .twitter:hover,
.page-id-2646 .home-social .twitter:hover {
  background-image: url("/wp-content/uploads/icon_twitter_red2.svg");
}

.page-id-2646 .home-social .facebook {
  background-image: url(/wp-content/uploads/icon_facebook.svg);
}
.page-id-2646 .home-social .twitter {
  background-image: url(/wp-content/uploads/icon_twitter.svg);
}
.page-id-2646 .home-social .linkedin {
  background-image: url(/wp-content/uploads/icon_linkedin.svg);
}
.page-id-2646 .home-social .youtube {
  background-image: url(/wp-content/uploads/icon_youtube.svg);
}
/*  END HOME SOCIAL */

/* MAIN BODY */
/* body {
  font-size: 1.25rem;
} */

.infographic-bottom {
  padding: 425px 0px 40px 0px;
}
/* .centerbox {
  max-width: 1600px;
} */
.narrowbox {
  width: 96%;
  max-width: 1180px;
}
.whitebox,
.whitebox_no_br {
  position: relative;
  z-index: 10;
  top: 0px;
  padding: 0px;
  background-color: #ffffff;
  box-shadow: 0px 40px 80px 0px rgba(70, 85, 110, .2);
  border-radius: 30px;
}

body.blog .whitebox,
body.single .whitebox,
.whitebox_no_br {
  border-radius: 0px;
}

.backbox {
  position: relative;
  top: -400px;
  z-index: 5;
  background-image: linear-gradient(
    -8deg,
    rgba(255, 255, 255, 1) 18%,
    rgba(205, 213, 225, 1) 18.1%,
    rgba(205, 213, 225, 1) 25%,
    rgba(237, 241, 247, 1) 25.1%,
    rgba(237, 241, 247, 1) 73%,
    rgba(205, 213, 225, 1) 73.1%,
    rgba(205, 213, 225, 1) 80%,
    rgba(205, 213, 225, 0) 80.1%
  );
  margin-bottom: -400px;
}
.sfPageWrapper .backbox {
  top: 0px;
  margin-bottom: 0px;
}
/* .btn a:hover,  Removed because it was overriding other buttons backgrounds -- make more specific for your case if this needs to be black on hover */
.wp-block-kadence-posts .more-link-wrap a:hover {
  background-color: #001e3c !important;
}
body:not(.blog, .single) main {
  position: relative;
  /* top: -75px; */
  z-index: 5;
}
/* END MAIN BODY */

/*   HOME RESOURCE CARDS   */
body.home .card .kt-inside-inner-col {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
body.home .resourcecardbox > div {
  margin: 15px 0px 15px 0px;
}
body.home .resourcecard .kt-inside-inner-col {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 30, 60, 0.2);
  border: 0px;
  border-radius: 0;
}

/* .resourcecard > div:first-child {
  display: none;
} */

body.home .resourcecard h5 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #143c64;
  padding: 20px;
}
body.home .resourcecard p {
  margin-bottom: 35px;
  padding: 0 20px;
}
body.home .resourcecard p:is(.btn) {
  padding: 0;
}
body.home .resourcecard .btn a,
body.home .wp-block-kadence-posts .more-link-wrap a {
  width: 100%;
  border: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
}

body.home .wp-block-kadence-posts .more-link-wrap a {
  color: #fff !important;
  position: relative;
}
body.home .wp-block-kadence-posts .more-link-wrap a .kadence-svg-iconset {
  display: none;
}
body.home .resourcecard:hover h5,
body.home .resourcecard:hover p {
  color: #a51414;
}
.homeblog {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 30, 60, 0.2);
}
.homeblog a {
  display: block;
  height: 100%;
}
.homeblog .row {
  padding-bottom: 0px !important;
  height: 100%;
}
.homeblog .row div:first-child {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}
.homeblog .row div:first-child div {
  width: 100% !important;
  height: 100% !important;
}
.homeblog .row div:nth-child(2) {
  width: 100% !important;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 1.25rem;
}
.homeblog .row div:nth-child(2) h3 {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #143c64;
}
.homeblog a:hover h3 {
  color: #a51414 !important;
}
.homeblog .row div:nth-child(2) .text-muted {
  display: none;
}
.homeblog .row div:nth-child(2) div:nth-child(3) {
  margin-bottom: 35px;
  padding: 0;
}
.homeblog .row .btn a {
  display: block !important;
  width: 100%;
  border: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media only screen and (min-width: 992px) {
  .pad-adj {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .row.pad-adj {
    margin-right: -15px;
    margin-left: -15px;
  }
  .pad-adj.bottomspace {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pad-adj.bottomspace {
    margin-bottom: 30px;
  }
}
body.blog .blog-thumb {
  max-height: 68px;
}
.blog-thumb > div {
  background-position: 70% 0% !important ;
}
/*   END HOME RESOURCE CARDS  */

.flip-card .kt-inside-inner-col {
  height: 280px;
  aspect-ratio: 1;
}
.flip-card h5 {
  padding-top: 35%;
}

.flip-card-red .flip-card-front .kt-inside-inner-col {
  background-position: 70% 0%;
}
.flip-card-back .kt-inside-inner-col {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  background-color: initial !important;
}
.flip-card-back p {
  padding-top: 15%;
  height: 100%;
  vertical-align: bottom;
  position: relative;
}
.flip-card-back p:nth-child(2) {
  padding-top: 0px;
}
.flip-card-green .flip-card-back p {
  padding-top: 10%;
}
.flip-card-back:hover p a {
  color: white;
}
.flip-card-purple p {
  background-color: rgba(130, 85, 110, 0.8) !important;
}
.flip-card-blue p {
  background-color: rgba(60, 120, 180, 0.8) !important;
}
.flip-card-green p {
  background-color: rgba(130, 160, 95, 0.8) !important;
}
.flip-card-gold p {
  background-color: rgba(220, 130, 50, 0.8) !important;
}
.flip-card-teal p {
  background-color: rgba(85, 160, 170, 0.8) !important;
}
.flip-card-red p {
  background-color: rgba(165, 20, 20, 0.8) !important;
}
.flip-card .btn a {
  height: initial;
  /* padding: 0; */
}
.flip-card .btn a {
  margin-top: 15px;
  position: relative;
  z-index: 15;
}
.flip-card-purple .btn a {
  background-color: rgba(130, 85, 110, 0.5);
}
.flip-card-blue .btn a {
  background-color: rgba(60, 120, 180, 0.5);
}
.flip-card-green .btn a {
  background-color: rgba(130, 160, 95, 0.5);
}
.flip-card-gold .btn a {
  background-color: rgba(220, 130, 50, 0.5);
}
.flip-card-teal .btn a {
  background-color: rgba(85, 160, 170, 0.5);
}
.flip-card-red .btn a {
  background-color: rgba(165, 20, 20, 0.5);
}

body:not(.blog, .single) footer:not(.entry-footer) {
  position: relative;
  /* margin-top: -75px; */
  /* margin-top: -52px; */
  z-index: 9;
}
.footer-adv {
  min-height: 400px;
  width: 100%;
  max-width: 1920px;
  padding-bottom: 8%;
  display: block !important;
}
@media (max-width: 1023px) {
  .footer-adv {
    min-height: 0;
  }
}
.footer-adv .centerbox {
  /* max-width: 1600px; */
  max-width: 1180px;
}

body.home .footer-adv .centerbox {
  max-width: 1600px;
}
@media only screen and (min-width: 1350px) {
  .footer-adv {
    background-position: top center;
  }
}
/* .footer-adv-text {
  padding: 10% 12% 0px 30px;
} */
body.home footer .bg_gray3 {
  background-color: #46556e !important;
}

/* ************************  INFOGRAPHIC   **************************  */
/* ************************  INFOGRAPHIC   **************************  */
/* ************************  INFOGRAPHIC   **************************  */

.bldg-infographic {
  position: relative;
  width: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 80% auto;
  aspect-ratio: 1.85;
}
.default-desc {
  position: absolute;
  z-index: 5;
  right: 0%;
  top: 40%;
  transform: translateY(-50%);
  width: 28%;
  padding-right: 3%;
  transition: all 0.5s ease;
}
/*   Adjust rad pulse position here with full-bldg padding-top % and rad-box flex/max-width % */
.full-bldg {
  background-image: url(/wp-content/uploads/full-building.png);
  padding-top: 8%;
}
.rad-top .rad-box {
  flex: 0 0 54%;
  max-width: 54%;
}
.rad-middle .rad-box {
  flex: 0 0 12%;
  max-width: 12%;
}
.rad-bottom .rad-box {
  flex: 0 0 37%;
  max-width: 37%;
}

.rad-row {
  position: relative;
  z-index: 6;
  height: 28%;
  cursor: pointer;
  overflow: visible;
  padding: 0;
}
.bldg-infographic .rad-row.rad-disabled {
  pointer-events: none;
}
.rad-row .col {
  padding: 0;
}

.rad-box {
}

.rads {
  position: relative;
  height: 100%;
  aspect-ratio: 1;
  float: right;
}

.line-1-box {
}
.line-1 {
  border-bottom: 4px solid #000000;
  position: absolute;
  bottom: 50%;
  left: 0%;
  width: 0%;
  height: 50%;
}
.line-2-box {
  position: relative;
  flex: 0 0 28%;
  max-width: 28%;
  max-height: 100%;
}
.line-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid #000000;
  padding: 0 6% 0 30px;
  height: 0%;
  overflow: hidden;
}

.rad {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 50%;
  aspect-ratio: 1;
  border: 0.1px solid;
  border-radius: 50%;
  background: radial-gradient(
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 50%
    )
    0% 0% no-repeat;
}
.rad-1 {
  animation: radiate 5s -4s infinite;
}
.rad-2 {
  animation: radiate 5s -3s infinite;
  background: none;
}
.rad-3 {
  animation: radiate 5s -2s infinite;
}
.rad-4 {
  animation: radiate 5s -1s infinite;
  background: none;
}
.rad-5 {
  animation: radiate 5s infinite;
}

.rad-row:hover {
  z-index: 7;
}
.rad-row:hover .rad-5 {
  animation: initial;
  animation-play-state: paused;
  border: 4px solid;
}

/* set pulse colors */
.rad-green .rad,
.rad-green .line-1,
.rad-green .line-2 {
  border-color: #a0be78 !important;
}
.rad-purple .rad,
.rad-purple .line-1,
.rad-purple .line-2 {
  border-color: #966982 !important;
}
.rad-gold .rad,
.rad-gold .line-1,
.rad-gold .line-2 {
  border-color: #e19b4b !important;
}

/* set text link colors */
.rad-green a {
  color: #82a05f;
}
.rad-purple a {
  color: #82556e;
}
.rad-gold a {
  color: #c88232;
}
.bldg-infographic a:hover {
  color: #001e3c !important;
}

/* set button colors */
.rad-green .btn a {
  background-color: #82a05f;
  color: white;
}
.rad-purple .btn a {
  background-color: #82556e;
  color: white;
}
.rad-gold .btn a {
  background-color: #c88232;
  color: white;
}
.bldg-infographic .btn a:hover {
  color: white !important;
}

.rad-row:hover .line-1 {
  animation: expand-line1 0.3s;
  animation-fill-mode: both;
}
.rad-top:hover .line-2 {
  animation: expand-top2 0.3s 0.3s;
  animation-fill-mode: both;
}
.rad-middle:hover .line-2 {
  animation: expand-middle2 0.3s 0.3s;
  animation-fill-mode: both;
}
.rad-bottom:hover .line-2 {
  animation: expand-bottom2 0.3s 0.3s;
  animation-fill-mode: both;
}

@keyframes radiate {
  0% {
    transform: scale(1, 1);
    border-width: 0px;
    opacity: 0;
  }
  33% {
    border-width: 3px;
    opacity: 1;
  }
  100% {
    transform: scale(2, 2);
    border-width: 0px;
    opacity: 0;
  }
}
@keyframes expand-line1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand-top2 {
  0% {
    height: 0%;
    transform: translateY(-50%);
  }
  99% {
    height: 120%;
  }
  100% {
    height: auto;
    transform: translateY(-25%);
  }
}
@keyframes expand-middle2 {
  0% {
    height: 0%;
  }
  99% {
    height: 120%;
  }
  100% {
    height: auto;
  }
}
@keyframes expand-bottom2 {
  0% {
    height: 0%;
    transform: translateY(-50%);
  }
  99% {
    height: 120%;
  }
  100% {
    height: auto;
    transform: translateY(-95%);
  }
}

/* .full-bldg:hover .default-desc {opacity:0%;} */
.rad-desc {
  height: 100%;
  opacity: 0%;
  transition: all 0.3s 0.8s ease;
}
.rad-row:hover .rad-desc {
  opacity: 100%;
}

.bldg-infographic p,
.bldg-infographic li {
  color: #001e3c;
}

.rad-icon-row span {
  display: inline-block;
  height: 2.5rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
}

/* set icons */
.rad-green .rad-icon-1 {
  background-image: url("/wp-content/uploads/icon_copier_green1.svg");
}
.rad-green .rad-icon-1:hover {
  background-image: url("/wp-content/uploads/icon_copier_blue4.svg");
}
.rad-green .rad-icon-2 {
  background-image: url("/wp-content/uploads/icon_phone_green1.svg");
}
.rad-green .rad-icon-2:hover {
  background-image: url("/wp-content/uploads/icon_phone_blue4.svg");
}
.rad-green .rad-icon-3 {
  background-image: url("/wp-content/uploads/icon_computer_green1.svg");
}
.rad-green .rad-icon-3:hover {
  background-image: url("/wp-content/uploads/icon_computer_blue4.svg");
}
.rad-green .rad-icon-4 {
  background-image: url("/wp-content/uploads/icon_printer-desktop_green1.svg");
}
.rad-green .rad-icon-4:hover {
  background-image: url("/wp-content/uploads/icon_printer-desktop_blue4.svg");
}
.rad-green .rad-icon-5 {
  background-image: url("/wp-content/uploads/icon_printer-wide_green1.svg");
}
.rad-green .rad-icon-5:hover {
  background-image: url("/wp-content/uploads/icon_printer-wide_blue4.svg");
}
.rad-green .rad-icon-6 {
  background-image: url("/wp-content/uploads/icon_printer-production_green1.svg");
}
.rad-green .rad-icon-6:hover {
  background-image: url("/wp-content/uploads/icon_printer-production_blue4.svg");
}

.rad-purple .rad-icon-1 {
  background-image: url("/wp-content/uploads/icon_managed-it_purple1.svg");
}
.rad-purple .rad-icon-1:hover {
  background-image: url("/wp-content/uploads/icon_managed-IT_blue4.svg");
}
.rad-purple .rad-icon-2 {
  background-image: url("/wp-content/uploads/icon_managed-print_purple1.svg");
}
.rad-purple .rad-icon-2:hover {
  background-image: url("/wp-content/uploads/icon_managed-print_blue4.svg");
}
.rad-purple .rad-icon-3 {
  background-image: url("/wp-content/uploads/icon_scanning_purple1.svg");
}
.rad-purple .rad-icon-3:hover {
  background-image: url("/wp-content/uploads/icon_scanning_blue4.svg");
}
.rad-purple .rad-icon-4 {
  background-image: url("/wp-content/uploads/icon_digital-sign_purple1.svg");
}
.rad-purple .rad-icon-4:hover {
  background-image: url("/wp-content/uploads/icon_digital-sign_blue4.svg");
}
.rad-purple .rad-icon-5 {
  background-image: url("/wp-content/uploads/icon_secure_purple1.svg");
}
.rad-purple .rad-icon-5:hover {
  background-image: url("/wp-content/uploads/icon_secure_blue4.svg");
}
.rad-purple .rad-icon-6 {
  background-image: url("/wp-content/uploads/icon_cloud_purple1.svg");
}
.rad-purple .rad-icon-6:hover {
  background-image: url("/wp-content/uploads/icon_cloud_blue4.svg");
}

.rad-gold .rad-icon-1 {
  background-image: url("/wp-content/uploads/icon_document_gold1.svg");
}
.rad-gold .rad-icon-1:hover {
  background-image: url("/wp-content/uploads/icon_document_blue4.svg");
}
.rad-gold .rad-icon-2 {
  background-image: url("/wp-content/uploads/icon_webform_gold1.svg");
}
.rad-gold .rad-icon-2:hover {
  background-image: url("/wp-content/uploads/icon_webform_blue4.svg");
}
.rad-gold .rad-icon-3 {
  background-image: url("/wp-content/uploads/icon_scanning_gold1.svg");
}
.rad-gold .rad-icon-3:hover {
  background-image: url("/wp-content/uploads/icon_scanning_blue4.svg");
}
.rad-gold .rad-icon-4 {
  background-image: url("/wp-content/uploads/icon_bpm_gold1.svg");
}
.rad-gold .rad-icon-4:hover {
  background-image: url("/wp-content/uploads/icon_BPM_blue4.svg");
}
.rad-gold .rad-icon-5 {
  background-image: url("/wp-content/uploads/icon_dictation_gold1.svg");
}
.rad-gold .rad-icon-5:hover {
  background-image: url("/wp-content/uploads/icon_dictation_blue4.svg");
}

/* border thickness, image/desc width */
@media only screen and (max-width: 1600px) {
  .rad-icon-row span {
    height: 2.2rem;
  }
}

@media only screen and (max-width: 1400px) {
  .bldg-infographic {
    background-size: 70% auto;
  }
  .full-bldg {
    padding-top: 7%;
  }
  .default-desc {
    width: 37%;
  }
  .rad-row {
    height: 24.5%;
  }
  .rad-top .rad-box {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .rad-middle .rad-box {
    flex: 0 0 10.5%;
    max-width: 10.5%;
  }
  .rad-bottom .rad-box {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .line-2-box {
    flex: 0 0 37%;
    max-width: 37%;
  }
  @keyframes expand-bottom2 {
    0% {
      height: 0%;
      transform: translateY(-50%);
    }
    99% {
      height: 120%;
    }
    100% {
      height: auto;
      transform: translateY(-85%);
    }
  }
}
@media only screen and (max-width: 1200px) {
  .bldg-infographic {
    background-size: 60% auto;
    margin-top: 30px;
  }
  .full-bldg {
    padding-top: 6%;
  }
  .default-desc {
    width: 44%;
  }
  .rad-row {
    height: 21%;
  }
  .rad-top .rad-box {
    flex: 0 0 40.5%;
    max-width: 40.5%;
  }
  .rad-middle .rad-box {
    flex: 0 0 9%;
    max-width: 9%;
  }
  .rad-bottom .rad-box {
    flex: 0 0 28%;
    max-width: 28%;
  }
  .line-2-box {
    flex: 0 0 46%;
    max-width: 46%;
  }
  @keyframes expand-bottom2 {
    0% {
      height: 0%;
      transform: translateY(-50%);
    }
    99% {
      height: 120%;
    }
    100% {
      height: auto;
      transform: translateY(-70%);
    }
  }
}

@media only screen and (max-width: 991px) {
  .infographic-bottom {
    padding: 425px 0px 0% 0px;
  }
  .bldg-infographic {
    background-size: 110% auto;
    aspect-ratio: 0.7;
  }
  .full-bldg {
    padding-top: 0%;
  }
  .default-desc {
    top: 55%;
    width: 100%;
    padding: 0 10% 0 10%;
    transform: none;
  }
  .rad-row {
    display: inline-block;
    width: 25%;
    height: 100%;
  }
  .rad-box {
    position: relative;
  }
  .rad-left {
    margin-left: 0;
  }
  .rad-mid {
    margin-left: 8%;
  }
  .rad-right {
    margin-left: 0;
  }
  .rad-left .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 31%;
  } /* change pulse vertical position here */
  .rad-mid .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 43%;
  } /* change pulse vertical position here */
  .rad-right .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 18%;
  } /* change pulse vertical position here */
  .rads {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: initial;
    aspect-ratio: 1;
  }
  .rad {
    top: 50%;
    left: 25%;
  }
  .line-1-box {
    position: relative;
  }
  .rad-left .line-1-box {
    height: 29%;
  } /* change line1 height here */
  .rad-mid .line-1-box {
    height: 17%;
  } /* change line1 height here */
  .rad-right .line-1-box {
    height: 42%;
  } /* change line1 height here */
  .line-1 {
    border-bottom: none;
    border-right: 4px solid #000000;
    bottom: initial;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 0%;
  }
  .line-2-box {
    position: absolute;
    top: 60%;
    flex: 0 1 auto;
    width: 0%;
    max-width: 400%;
    left: 50%;
    transform: translateX(-50%);
  }
  .line-2 {
    top: 0%;
    left: 0%;
    transform: none;
    border-left: none;
    border-top: 4px solid #000000;
    padding: 30px 0 0 0;
    height: auto;
    width: 100%;
  }
  .rad-desc {
    height: auto;
  }
  .rad-row:hover .line-1 {
    animation: expand-line1-vert 0.3s;
    animation-fill-mode: both;
  }
  .rad-left:hover .line-2-box {
    animation: expand-left2 0.3s 0.3s;
    animation-fill-mode: both;
  }
  .rad-mid:hover .line-2-box {
    animation: expand-mid2 0.3s 0.3s;
    animation-fill-mode: both;
  }
  .rad-right:hover .line-2-box {
    animation: expand-right2 0.3s 0.3s;
    animation-fill-mode: both;
  }
  @keyframes expand-line1-vert {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes expand-left2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 350%;
      height: 100%;
      transform: translateX(-7%);
    }
  }
  @keyframes expand-mid2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 350%;
      height: 100%;
      transform: translateX(-44%);
    }
  }
  @keyframes expand-right2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 350%;
      height: 100%;
      transform: translateX(-73%);
    }
  }
}

@media only screen and (max-width: 900px) {
  .infographic-bottom {
    padding: 425px 0px 5% 0px;
  }
}
@media only screen and (max-width: 800px) {
  .infographic-bottom {
    padding: 425px 0px 12% 0px;
  }
}
@media only screen and (max-width: 700px) {
  .infographic-bottom {
    padding: 425px 0px 31% 0px;
  }
}
@media only screen and (max-width: 600px) {
  .infographic-bottom {
    padding: 425px 0px 52% 0px;
  }
}
@media only screen and (max-width: 500px) {
  .infographic-bottom {
    padding: 425px 0px 80% 0px;
  }
}

.homeblog .entry-header,
.homeblog .entry-summary {
  padding-left:20px;
  padding-right: 20px;
}
.homeblog .kb-posts {
  height:100%
}
.homeblog .kb-posts .loop-entry {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.homeblog .kb-posts .entry-content-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.homeblog .kb-posts .entry-footer {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .col-auto > .kt-inside-inner-col {
    flex-wrap: wrap !important;  
  }
}

.warehouse {
  background-image: url(/wp-content/uploads/warehouse-transparent.png);
  padding-top: 11%;
  background-size: 70% auto;
  aspect-ratio: 2.5;
}

/* body.section-services .bkgd-banner {
  background-image: url(/wp-content/uploads/banner-newstyle-service1.jpg?sfvrsn=4889a270_8);
  aspect-ratio: 2.4;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-position: 45% 0%;
  position: fixed;
  top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
}

body.section-products .bkgd-banner {
  background-image: url(/wp-content/uploads/banner-newstyle-copier.jpg);
  aspect-ratio: 2.4;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-position: 40% 0%;
  position: fixed;
  top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
}

body.section-solutions .bkgd-banner {
  background-image: url(/wp-content/uploads/banner-newstyle-solutions1.jpg);
  aspect-ratio: 2.4;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-position: 40% 0%;
  position: fixed;
  top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
} */

/* body.section-products.page-id-562 .bkgdbanner {
  background-image: url(/wp-content/uploads/milner-media.jpg);
  background-position: 70% 0%;
  min-height: 600px;
} */

/* body.section-about-us .bkgdbanner {
  background-image: url(/wp-content/uploads/banner_milner-hq.jpg);
  background-position: 50% 0%;
} */

body.blog .bkgdbanner,
body.single .bkgdbanner {
  background-image: url(/wp-content/uploads/banner_officeblur-2.jpg);
  min-height: 250px;
}
body.single-download .bkgdbanner,
body.single-video .bkgdbanner {
  background-image: url(/wp-content/uploads/banner_officeblur-1.jpg);
  min-height: 250px;
}
/*
body.section-services .bldg-infographic.noc {
  background-image: url(/wp-content/uploads/network-operations-center.png);
  padding-top: 5%;
  background-size: 72% auto;
  aspect-ratio: 2.2;
}
 
body.section-solutions .bldg-infographic.solutions {
  background-image: url(/wp-content/uploads/solutions-graphic-01-scaled.png);
  padding-top: 7%;
  background-size: 72% auto;
  aspect-ratio: 2.1;
}


body.section-solutions .rad-top {}
body.section-solutions .rad-middle{margin-top:2%;}
body.section-solutions .rad-middle2 {margin-top:2%;}
body.section-solutions .rad-bottom {margin-top:2.5%;}

body.section-solutions .rad-top .rad-box {flex: 0 0 22%; max-width: 22%;}
body.section-solutions .rad-middle .rad-box {flex: 0 0 46%; max-width:46%;}
body.section-solutions .rad-middle2 .rad-box {flex: 0 0 60%; max-width:60%;}
body.section-solutions .rad-bottom .rad-box {flex: 0 0 36%; max-width:36%;}

body.section-solutions .rad-row {
	position:relative;
	z-index:6;
	height:18%;
	cursor:pointer;
	overflow:visible;
	padding:0;
}
body.section-solutions .rad-row .col {padding:0;}

body.section-solutions .rad-box {
}

body.section-solutions .rads {
	position:relative;
	height:166%;
	transform:translateY(-20%);
	aspect-ratio:1;
	float:right;
} */

.kadence-info-box-image-inner-intrisic-container .kadence-info-box-image-intrisic {
  min-width: 160px;
}



.benefits {margin-bottom:30px;}
.benefits .col-12 {padding:10px;}
.benefits .col-12 > div {
  background-color: #0a40a9;
  background-image: linear-gradient(to right, rgba(20,25,83,1), rgba(10,64,169,1));
  border-radius:10px;
    height:100%;
}
.benefits .col-12 > div > div {
  background-repeat: no-repeat;
  background-size:150px;
  background-position: -45px 0px;
    padding:20px 20px 20px 80px;
    height:100%;
    border-radius:10px;
}
.benefits .a > div > div {background-image: url('/wp-content/uploads/icon_gears_blue2.svg');}
.benefits .b > div > div {background-image: url('/wp-content/uploads/icon_secure.svg');}
.benefits .c > div > div {background-image: url('/wp-content/uploads/icon_commission_blue2.svg');}
.benefits .d > div > div {background-image: url('/wp-content/uploads/icon_checklist_blue2.svg');}
.benefits h3 {color:#91bcff;}
.benefits p {color:white; margin:0;}
.benefits .col-12 > div > div:hover {animation-name: zoom; animation-duration: 10s;}
@keyframes zoom {
  0%   {background-size: 150px;}
  10% {background-size: 210px;}
  90% {background-size: 210px;}
    100%   {background-size: 150px;}
}

.opentext-color .btn a, .opentext-btn {background-color: #0066ff;}
.opentext-color h3, .opentext-color a:hover h5, .opentext-color a:hover p {color: #0a40a9;}
.opentext-color h2 {color: #141953;}
.opentext-color .col-12 {margin:0px !important;}

.v-opentext img {content: url("/wp-content/uploads/opentext-XM-fax_video-thumb.jpg");}
.v-opentext img:hover {content: url("/wp-content/uploads/opentext-XM-fax_video-thumb-hover.jpg");}
.v-opentext .sf-Gallery-thumb a {border-radius: 0;}
.v-opentext h3 {display:none;}
.v-john .sf-Gallery-thumb a {border-radius: 0;}
.v-john img {width:100%;}

/*   SIDEBAR   */
.opentext-xm {
    margin-bottom: 50px;
    max-width: 500px;
}
.opentext-xm .sidebar-ad {border: 1px solid #141953;}

    .opentext-xm .sidebar-ad-icon img {
        display: none;
    }
    .opentext-xm .sidebar-ad-icon {
    background-image: url("/wp-content/uploads/opentext-xm-fax_logo.png");
    display:block;
    width: 100%;
    height: 95px; 
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}


.opentext-xm .sidebar-ad-head {
    display: block;
    vertical-align: top;
    height: auto;
    padding: 15px 25px 35px 25px;
    color: #141953;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-shadow: none;
}
.opentext-xm .sidebar-ad-description {
    padding: 0px 25% 230px 25px;
    margin: -40px 0px 0px 0px;
    color: #141953;
    font-size: 1rem;
    line-height: 1.2rem;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 100%);
}


.opentext-xm .sidebar-ad-btn {
    background-color: #0067ff;
}
.elevate-color h1, .elevate-color h2 {color:#3c79b5 !important;}
.elevate-color .btn a {background-color:#41b1e2 !important;}

.zebra-color h3 {color:#2d80bb;}
.zebra-color p:not(.btn) a {color:#168fd8;}
.zebra-color p:not(.btn) a:hover {color:#00a2ff;}


.industry-card h5 {
  font-family: 'Roboto', Arial, sans-serif;
  color:#2d80bb;
  font-size: 1.5rem;
  word-wrap: break-word;
}
.industry-card .col-xl > div, .industry-card .col-xl > div > .card {height:100%}
.industry-card .col-12 {margin-top:15px; margin-bottom:15px;}
.industry-card .industry-card-linked div:first-child {
  	padding-top:67%;
	height:auto !important;
}
.industry-card .resourcecard {
	box-shadow:none;
  border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
.industry-card a:hover .resourcecard {
  box-shadow: 0px 0px 12px rgb(30 45 70 / 20%);

}
/*  border: 1px solid rgba(22,143,216,1);*/

.industry-card .resourcecard p {
margin-bottom:0px;
}

.industry-card a:hover h5, .industry-card a:hover p {color:#168fd8;}
.industry-card a:hover .industry-card-linked div:first-child {opacity:.8;}

body.error404 .bkgdbanner {
  background-image: url(/wp-content/uploads/banner_sunset-reflection.jpg);
}

.iconcard .btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #a51414;
  border: 1px solid white;
  margin: 0.4rem 0rem;
  border-radius: 0rem;
  color: white;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
  padding: 0.4rem .6rem;
  font-size: .8rem;
  line-height: 1rem;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
}

.iconcard-btn:hover {
  color: white;
  text-decoration: none;
  text-shadow: 0px 0px 2px #FFFFFF;
  box-shadow: 0px 0px 6px #ffffff inset;
 }
/*@media (max-width: 1390px) {
  .page-id-1800 .alignwide {
      margin-left: 0px;
      margin-right: 0px;
  }
} */

.threats-ad .sidebar-ad-head {
  height:290px !important;
}
.threats-ad .sidebar-ad-description {
  height:auto !important;
}
.production-txt h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #a5b2c3 !important;
}
.production-vid {
    padding: 0px 25px 0px 0px;
    border-right: 1px solid #a5b2c3;
}
.red-btn {
  background-color: #a51414 !important;
}
.page-id-582 .footer-adv-text {
  padding-top:5%;
}
.page-id-582 .footer-adv,
.page-id-2646 .footer-adv{
  padding-bottom:14%;
}
@media only screen and (min-width: 1090px) {
    .page-id-582 .footer-ad {
        background-position: top center;
    }
}
.page-id-1740 .footer-adv,
.page-id-1738 .footer-adv,
.page-id-2733 .footer-adv {
  padding-bottom:18%;
}
@media only screen and (max-width: 575px) {
    .page-id-1740 .footer-adv,
	.page-id-1738 .footer-adv,
	.page-id-2733 .footer-adv {
	  padding-bottom:20%;
	}
}
.page-id-2479 .footer-adv,
.page-id-2480 .footer-adv,
.page-id-2481 .footer-adv,
.page-id-2482 .footer-adv,
.page-id-2484 .footer-adv,
.page-id-1741 .footer-adv,
.page-id-3061 .footer-adv {
	background-position: bottom center;
}
/* .footer-adv .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top:50px;
} */
.lightgreen-color h2 {
  color: #19646e;
}
.lightgreen-color .btn a {
  background-color:#55a0aa !important;
}
.page-id-562 .footer-adv-text {
  padding: 6% 15px 0px 15px;
}
.page-id-1810 .footer-quote-slick {
  min-height: 430px;
}
.narrow.footer-adv-text,
.page-id-1775 .footer-adv-text {
  padding: 10% 15px 0px 15px;
}
blockquote.fullwidth {
  width:100%;
  margin:0;
}
.footer-adv-right .row {
  justify-content: flex-end;
}
.q-info p:not(.q-number) {
  font-size: .8rem;
}
.page-id-3092 .footer-adv h2,
.page-id-3091 .footer-adv h2,
.page-id-3089 .footer-adv h2,
.page-id-3090 .footer-adv h2
 {
  max-width: 450px;
  margin:0 0 20px auto;
}
.title-right h1 {
  text-align:right;
}
.page-id-3092 .title-right h1 {
  max-width:500px;
  margin:0 0 8px auto;  
}
.page-id-3090 .titlespace h1 {
  max-width: 540px;
  margin: 0 0 0 auto;
}
.page-id-3089 .titlespace h1 {
  max-width: 540px;
}
.fw-300 {
  font-weight: 300 !important;
}
.solutions-iconcards .iconcard a {
  width:160px;
}
.no-margin {
  margin:0 !important;
}
.page-id-1738 .footer-adv-text {
  padding: 5% 15px 0px 15px;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-id-2480 .footer-adv-text h2 {
  max-width: 300px;
  margin:0 0 8px auto;  
}
.page-id-2480 .footer-adv-text p {
  max-width: 372px;
  margin:0 0 8px auto;  
}
.single-locations .sidebar p a,
.single-industry .sidebar li a {
  color:inherit;
}
.single-industry .sidebar a {
  font-weight:400;
}
a.kb-button {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
a.kb-button:hover {
    color: white !important;
    text-decoration: none !important;
    text-shadow: 0px 0px 2px #FFFFFF !important;
    box-shadow: 0px 0px 6px #ffffff inset !important;
}
.quote-review {
  flex-wrap: nowrap;
  flex-direction: row;
}
.quote-review .quote-lg {
  padding: 4% 6% 4% 10% !important;
}
body > #page > .content-area.boxed .download .entry-content {
    padding: 0;
}
.single-video .watch-video {
  padding:0;
}
.single-video .whitebox {
  padding-top:30px;
}
.single-video .whitebox > .container {
  padding:0;
}
.watch-video a.button {
  display: inline-block;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #a51414;
      border: 1px solid white;
      padding: 0.7rem 1.1rem;
      margin: .4rem 0rem;
      border-radius: 0rem;
      color: white;
      font-family: 'Montserrat', 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.2rem;
      text-transform: uppercase;
      transition: color 0.15s 
  ease-in-out, background-color 0.15s 
  ease-in-out, border-color 0.15s 
  ease-in-out, box-shadow 0.15s 
  ease-in-out, text-shadow 0.15s 
  ease-in-out;
}
a.button:hover {
    color: white;
    background-color: #a51414;
    text-decoration: none;
    text-shadow: 0px 0px 2px #FFFFFF;
    box-shadow: 0px 0px 6px #ffffff inset;
}
.single-post h1 {
  margin-top:0;
}
body.single .whitebox {
  padding:30px 0;
}
body.single-post > #page > .content-area.boxed .entry-content {
  padding:0;
}
body.archive .whitebox {
  border-radius: 0;
  padding-top:30px;
}
body.archive h1 {
  margin-top:0;
}
.fancylist  {
  background-color: #edf1f7;
  padding:30px 30px 30px 45px;
  margin-bottom:35px;
  list-style-type:none;
}
.fancylist > li  {
  border-top: 1px solid #b5c2d3;
  padding:30px 0px;
  position:relative;
}
.fancylist > li:first-child  {
  border-top: none;
  padding-top: 0;
}
.fancylist > li:last-child  {
  padding-bottom: 0;
}
.fancylist > li p:last-child  {
  margin-bottom: 0;
}
.fancylist > li::before  {
  content: " ";
  background-color: #143c64;
  font-size: 1.5rem;
  color:white;
  padding:5px;
  text-align:center;
  position:absolute;
  width:50px;
  left:-60px;
  min-height:1.5rem;
}
ol.fancylist > li:first-child::before {content: "1";}
ol.fancylist > li:nth-child(2)::before {content: "2";}
ol.fancylist > li:nth-child(3)::before {content: "3";}
ol.fancylist > li:nth-child(4)::before {content: "4";}
ol.fancylist > li:nth-child(5)::before {content: "5";}
ol.fancylist > li:nth-child(6)::before {content: "6";}
ol.fancylist > li:nth-child(7)::before {content: "7";}
ol.fancylist > li:nth-child(8)::before {content: "8";}
ol.fancylist > li:nth-child(9)::before {content: "9";}
ol.fancylist > li:nth-child(10)::before {content: "10";}

ul.fancylist.checklist > li::before  {
  content: url('/wp-content/uploads/icon_check_blue2.svg');
  background-color: transparent;
  width:65px;
  top:10px;
}
ul.fancylist.checklist > li:first-child::before  {
  top:-20px;
}
.semi-fancylist  {
  list-style-type:none;
  background-color: #edf1f7;
  padding:30px 30px 30px 30px;
  margin-bottom:35px;
}
.semi-fancylist > li  {
  padding:10px 0px 0px 0px;
  position:relative;
}
.semi-fancylist > li:first-child  {
  border-top: none;
  padding-top: 0;
}
.single .entry-content img {
  margin: 30px 0px 20px 0px;
}
.rad-desc p,
.rad-desc li,
.default-desc p {
  font-size:20px;
}
.rad-desc h1 {
  margin-top:0;
}
.home .flip-card-green .flip-card-back p {
  padding-top:25%;
}
.home .footer-adv-text {
    padding: 10% 12% 0px 30px;
}
.page-id-1857 .footer-adv-text p,
.page-id-1842 .footer-adv-text p,
.page-id-1851 .footer-adv-text p,
.page-id-1862 .footer-adv-text p {
  padding-left:20%;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  padding-top:0 !important;
  color: #6c757d !important;
  font-size:16px !important;
  font-style: italic;
}
.page-id-2448 .papercut-color h2,
.page-id-432 .lightgreen-color h2 {
  color:#466432 !important
}
.page-id-2448 .papercut-color .btn a,
.page-id-432 .lightgreen-color .btn a {
  background-color: #82a05f !important
}
.gform-body input {
  border: 1px solid #ced4da;
}
.page-id-432 .footer-adv-text {
  padding: 8% 13% 0px 30px;
}
.page-id-1798 .title-right h1  {
  text-align: left;
  padding-right:6%;
}
.page-id-3091 .title-right h1  {
  text-align: left;
  padding-left:15%;
}
.page-id-582 .footer-adv-text p,
.page-id-450 .footer-adv-text p {
  padding-right:10%
}
.wp-block-quote.no-border {
  border:0;
  margin-top:0;
  padding-top:0;
}
.page-id-1810 .sidebar .papercut-mf {
  margin-bottom:0;
}

.page-id-1773 .footer-adv-text h2 {
  padding-left: 1%;
}
.page-id-1773 .footer-adv-text p {
  padding-left: 19%;
}
.page-id-2731 .footer-adv-text p {
  padding-right: 9%;
}
h5.kt-blocks-info-box-title {
  font-weight: 500 !important;
  font-family: "Montserrat", "Roboto", sans-serif !important;
}
.take-control .sidebar-ad-head,
.page-id-2733 .sidebar-ad-head {
  height:190px;
}
.ready-eliminate .sidebar-ad-head {
  height:390px;
}
.better-things .sidebar-ad-head {
    padding-top: 100px;
    max-width: 250px;
}
.better-things .sidebar-ad-description {
    max-width: 250px;
}
.ecr-vault .sidebar-ad-head {
  text-indent: -999999px;
}
.page-id-2482 .footer-adv-text h2 {
  color: #e07525 !important;
  padding-left:22%;
}
.page-id-2482 .footer-adv-text p {
  padding-left:20%;
}
.page-id-2482 .footer-adv-text .btn a {
  background-color: #e07525 !important;
}
.page-id-2482 .footer-adv {
  padding-bottom: 18%;
}
.page-id-2733 .footer-adv .col-sm-9,
.page-id-1740 .footer-adv .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
.single-locations .footer-adv {
  padding-bottom:12%;
}
.single-post .maincontent blockquote {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin: 25px 0px 40px 0px;
  padding: 0px 0px 0px 45px;
  border-left: 30px solid #143c64;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #143c64;
  font-size: 1.8rem;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
}
.single-post .entry-content > .maincontent > .kt-inside-inner-col {
  padding-left:0;
  padding-right:0;
}
.home .titlespace {
  position: relative;
  min-height: 360px;
  max-height: 500px;
  padding: 30px 0px 30px 0px;
  text-align: center;
  height: 100%;
  background-image: none;
}
.rad-row .btn a:hover {
  background-color: #001e3c !important;
}
#field_4_11, .gform-body h2 {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 20px;
  margin-bottom: 12px;
  width: 100%;
  font-weight: 400;
  color: #8c0f0f;
}
#field_7_21 .gfield_label {
  font-weight:500
}
.btn-small {
  padding: 0.4rem .7rem !important;
  line-height:1rem !important;
}
p.btn-small {
  padding:0 !important;
}
h1.page-intro {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 300;
  font-family: roboto, arial, sans-serif;
  margin-top:0;
}
.callout-phones h1 {margin: 0 0 1rem 0;}
.callout-phones h2 {color:white;font-weight:400; font-size:1.5rem;text-align:left;margin:0;}
.callout-phones p {color:white; font-size:1.05rem;margin:0;}
.callout-phones .row {padding:12px;}
.callout-phones .bar {background-color:#1e88e5;border-radius:20px;}
.callout-phones .bar p, .callout-phones .bar h2 {color:white;}

body.page-id-1798 > #page > .content-area.boxed {
  padding:0;
}

.wp-block-list li {
  padding-bottom:8px;
}
.sidebar .wp-block-list li {
  padding-bottom:0px;
}
.page-id-582 .titlespace-i2 {
  height:250px;
}
.page-id-562 .titlespace p {
  max-width: 480px;
}
.zebra-color .kt-blocks-info-box-title {
  font-weight:500 !important;
  margin: 15px 0 10px !important;
}
/* .zebra-color .kt-blocks-info-box-link-wrap {
  padding-bottom: 1.25rem !important;
} */
.zebra-color .kt-infobox-textcontent {
  padding:0 20px 20px;
}
.page-id-283 .titlespace {
  padding: 6% 15px 20px 15px;
  min-height:300px !important;
}
.page-template-page-resource .entry-content.nopad {
  padding:0 !important;
}
.page-id-3093 .titlespace-rev {
  background-image: none !important;
  padding: 15% 0 0 0;
}
.page-id-2823 .footer-adv {
  padding-bottom: 12%;
}
.neg-m {
  margin-left:-30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}

.new-format h3 {
  font-size:1.4rem;
}
.new-format h6 {
  font-size:1.2rem;
  color:black;
  font-family: Roboto, sans-serif;
  font-weight:500;
}

.new-format ol h6, .new-format ul h6 {
 font-family: Roboto, sans-serif;
  font-weight:500;
}
.page-id-1825 .topnav-csc {
  display:none;
}
body.section-client-support-center  > #page > .content-area.boxed .entry-content {
    padding: 0 20px;
}

.section-client-support-center .bkgdbanner {
  min-height: 250px;
}
.single-locations .bkgdbanner {
  min-height:600px !important;
}
.single-locations .titlespace-i2 {
    height: 400px;
}
.single-locations h1 {
  margin-top:0;
}
#menu-main-menu-1 {
  width:100%;
  padding-left:0;
}
#menu-main-menu-1 .col-6 {
  float:left;
}
@media (max-width: 610px) {
  .section-client-support-center .topnav-phone.active {
    width:100%;
    text-align: center;
  }
  .topnav-phone.active,
  .topnav-phone.active + .topnav-csc {
      width:50%;
  }
  .top .centerbox {
      z-index: 50;
      background-color:#ffffff;
      position: relative;
  }
  .searchwrapper {
    transition: all 0.3s ease;
  }
  .searchwrapper.active {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width:100%;
    padding: 10px;
  }
  .searchwrapper.active .searchbox {
    height: 26px;
    width: 100%;
    padding: 2px 3px;
    border: 2px #a51414 solid;
    border-radius: 6px;
    background: url("/wp-content/uploads/icon_search_red2.svg") right no-repeat;
    background-size: 18px 18px;
  }
  .searchwrapper.active .searchbox input {
    display: inline-block;
    padding-right: 15px;
    width: 99% !important;
  }
}
@media (min-width: 611px) {
  .searchbox:hover {
    border: 2px #a5b2c3 solid;
    background: url("/wp-content/uploads/icon_search_gray3.svg") right
      no-repeat;
    background-size: 18px 18px;
  }
}
body.search-results .whitebox_no_br {
  padding:30px;
}
body.search-results h1 {
  margin:0 0 1rem 0;
}
body.single.single-industry .whitebox {
  padding: 30px 0 0;
}

/*   HOME RESOURCE CARDS   */

.home .resourcecard h5 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #143c64;
}

.home .resourcecard p {
  margin-bottom: 35px;
}

.home .resourcecard:hover h5,
.home .resourcecard:hover p {
  color: #a51414;
}

.home .homeblog {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 30, 60, .2);
}

.home .homeblog a {
  display: block;
  height: 100%;
}

.home .homeblog .row {
  padding-bottom: 0px !important;
  height: 100%;
}

.home .homeblog .row div:first-child {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.home .homeblog .row div:first-child div {
  width: 100% !important;
  height: 100% !important;
}

.home .homeblog .row div:nth-child(2) {
  width: 100% !important;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 1.25rem;
}

.home .homeblog .row div:nth-child(2) h3 {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #143c64;
}

.home .homeblog a:hover h3 {
  color: #a51414 !important;
}

.home .homeblog .row div:nth-child(2) .text-muted {
  display: none;
}

.home .homeblog .row div:nth-child(2) div:nth-child(3) {
  margin-bottom: 35px;
  padding: 0;
}

.home .homeblog .row .btn {
  display: block !important;
  width: 100%;
  border: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media only screen and (min-width: 992px) {
  .home .pad-adj {
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .home .row.pad-adj {
    margin-right: -15px;
    margin-left: -15px;
  }

  .home .pad-adj.bottomspace {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home .pad-adj.bottomspace {
    margin-bottom: 30px;
  }
}

.home .blog-thumb {
  min-height: 360px;
}

.home .blog-thumb>div {
  background-position: 70% 0% !important;
}

.homeblog.btn_learn-info .btn {
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #a51414;
  padding: 0.7rem 1.1rem;
  margin: .4rem 0 0;
  border-radius: 0rem;
  color: white;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
  display: block !important;
  width: 100%;
  border: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.homeblog.btn_learn-info .btn:hover {
    background-color: #001e3c !important;
}
.home .whitebox {
  box-shadow: 0px 40px 80px 0px rgba(0,30,60,.25);
  }
.home .centerbox {
  max-width:1600px;
}
@media only screen and (max-width: 1100px) {
  body.home .titlespace h1 {
    font-size:3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  body.home .titlespace h1 {
    font-size:3.2rem;
  }
}

/*   END HOME RESOURCE CARDS  */


@media (max-width: 990px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: 1 / -1 !important;
  }
  .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100% !important;
  }
}

/* About Us Page */
.page-id-1838 blockquote {
    margin: 0 0 1rem;
}
.page-id-447 .titlespace {
  min-height: 300px;
  max-height: 500px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
  text-align: center;
  background-image: none;
}
.page-id-447 .titlespace h1 {
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-style: italic;
  color: white;
  font-size: 3.8rem;
  letter-spacing: 0px;
  margin: 90px 0 0 0px;
  padding: 5% 30px 40px;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
@media only screen and (max-width: 1200px) {
  .page-id-447 .titlespace h1 {font-size:3.4rem;}
}
@media only screen and (max-width: 900px) {
  .page-id-447 .titlespace h1 {font-size:3.0rem;}
}
@media only screen and (max-width: 700px) {
  .page-id-447 .titlespace h1 {font-size:2.6rem;}
}
@media only screen and (max-width: 500px) {
  .page-id-447 .titlespace h1 {font-size:2.2rem;}
}
.page-id-447 .hide-mobile {
    display: block !important;
}

@media (max-width: 767px) {
    .page-id-447 .hide-mobile,
     .hide-mobile {
        display: none !important;
    }
    .col {
      padding:0;
    }
}
.breakout {
  width: 1280px;
  max-width: 100vw; 
  margin-left: 50%;
  transform: translateX(-50%);
}
body.page-id-1798 > #page > .content-area.boxed .entry-content {
  padding: 0 15px;
}
body.page-id-1798 .iconcard .iconcard-icon-lg {
    border: 0px solid #ffffff;
    border-radius: 0;
}
body.page-id-1798 .iconcard-contents-lg {
    padding: 100px 18px 15px 18px !important;
}
body.page-id-1798 .iconcard-top-left-lg, 
body.page-id-1798 .iconcard-top-right-lg {
  height:60px;
}
body.page-id-1798 .iconcard h5 {
  font-family: 'Roboto', Arial, sans-serif;
}
.narrowheadline h5 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 8px;
}
body.page-id-1798 .bkgdbanner {
    background-position: 26% top !important;
}
body.page-id-3093 .bkgdbanner {
  background-position: 65% 0% !important;
}
body.page-id-1798 .titlespace-rev {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 20%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .4) 80%, rgba(255, 255, 255, 0) 100%);
}
body.page-id-1798 #primary > div:nth-child(1) > div > div.d-none.d-md-block.col-md-4 {
  display:block !important;
  position: static;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

body.page-id-1798 #primary > div:nth-child(1) > div > div.col-md-8.titlespace.titlespace-rev {
  position: static;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
@media (max-width: 991px) {
  #post-1798 > div > div.kb-row-layout-wrap.kb-row-layout-id1798_d0b0ec-02.alignwide.kt-row-has-bg.bg-row.callout-phones.wp-block-kadence-rowlayout > div {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }
  .callout-phones h1 {
    padding:0 !important;
    margin-bottom:16px !important;
    text-align: center !important;
  }
  .callout-phones {
    background-image: none !important;
  }
}
body.page-id-1798 .footer-adv-text h2 {
  color: #3c79b5 !important;
}
body.page-id-1798 .footer-adv-text .btn a {
  background-color: #41b1e2 !important;
}
#techwheel {
  min-height:350px;
}
@media (max-width: 1280px) {
  #techwheel {
    min-height:0px;
  }
}
@media (max-width:575px) {
  .hide-mobile-575 {
    display:none !important;
  }
}
@media (max-width:991px) {
  #post-584 > div > div.kb-row-layout-wrap.kb-row-layout-id584_811d8a-18.alignnone.wp-block-kadence-rowlayout > div,
  #post-584 > div > div.kb-row-layout-wrap.kb-row-layout-id584_545b7a-78.alignnone.wp-block-kadence-rowlayout > div {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .page-id-1810 .wp-block-kadence-infobox {
    margin-bottom:40px !important;
  }
}
.full-width-image img {
  width:100%;
}
a.red-btn:hover {
  background-color:#a51414 !important;
}
.page-id-582 .wp-block-list li {
  padding-bottom:0;
}
@media (max-width: 1024px) {
  .production-vid {
    border:none;
  }
}
.card-box.widebox {
    box-shadow: 0px 0px 20px rgba(0, 30, 60, .2);
    margin-left: max(-8%, -40px);
    margin-right: max(-8%, -40px);
}

.push-wide.widebox {
    margin-left: max(-8%, -40px);
    margin-right: max(-8%, -40px);
}

@media (max-width: 1280px) {
    .card-box.widebox {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .push-wide.widebox {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.widebox {
    max-width: 1280px;
    box-shadow: 0px 0px 20px rgba(0, 30, 60, 0.2);
    position: relative;
    z-index: 10;
}
.page-id-1800 .sidebar,
.page-id-1795 .sidebar,
.page-id-1794 .sidebar,
.page-id-1822 .sidebar {
  display:block !important;
}
@media (max-width: 767px) {
  .page-id-1800 .sidebar-ad-pic,
  .page-id-1800 .sidebar .wp-block-kadence-advancedbtn,
  .page-id-1800 .sidebar .kt-row-column-wrap,
  .page-id-1795 .sidebar .kt-row-column-wrap,
  .page-id-1794 .sidebar .kt-row-column-wrap,
  .page-id-1822 .sidebar .kt-row-column-wrap {
    display:none;
  }
}
@media (max-width: 1024px) {
  .page-id-562 .sidebar-ad-pic,
  .page-id-562 .sidebar-media .kb-buttons-wrap,
  .page-id-562 .sidebar-media .bottomspace {
    display:none;
  }
}
@media only screen and (min-width: 1200px) {
    .page-id-1795 .footer-adv {
        background-position: top center;
        padding-bottom:10%;
    }
}
.page-id-1794 .bkgdbanner {
    min-height: 250px;
}
.page-id-562 blockquote {
  margin: 0 0 1rem;
}
.section-products .footer-adv-text {
  padding-top:5%;
}
.page-id-1812 .footer-adv-text {
  padding-top:9%;
}
.page-id-1812 .footer-adv {
  padding-bottom:12%;
}
.wp-block-video {
  margin-top:0;
}
.industry-card > .kt-inside-inner-col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.industry-card .col-xl > div, .industry-card .col-xl > div > .card {height:100%}
.industry-card .industry-card-linked div:first-child {
    padding-top:67%;
  height:auto !important;
}
.industry-card .resourcecard {
  box-shadow:none;
  border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
.industry-card a:hover .resourcecard {
  box-shadow: 0px 0px 12px rgb(30 45 70 / 20%);

}
/*  border: 1px solid rgba(22,143,216,1);*/

.industry-card .resourcecard p {
margin-bottom:0px;
}

.industry-card a:hover h5, .industry-card a:hover p {color:#168fd8;}
.industry-card a:hover .industry-card-linked div:first-child {opacity:.8;}

/* Specific css for Thermal Printer page 5 cards wide */
.kadence-column1812_5f029b-b9 > .kt-inside-inner-col {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 0 !important;
    /* row-gap: 30px; */
}

.kadence-column1812_5f029b-b9 > .kt-inside-inner-col > .wp-block-kadence-infobox {
    box-sizing: border-box;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top:15px;
    margin-bottom:15px;
    padding-left:15px;
    padding-right:15px;
}

.page-id-1812 .kt-blocks-info-box-media {
  width:100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.page-id-1812 .kadence-info-box-image-inner-intrisic-container {
  max-width:100% !important;
}
.page-id-1812 .kadence-info-box-image-intrisic {
  width:100% !important;
}
.page-id-1812 .wp-block-kadence-infobox {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}
.page-id-1812 .wp-block-kadence-infobox:first-of-type {
    padding-left:0 !important;
}
.page-id-1812 .wp-block-kadence-infobox:last-of-type {
    padding-right:0 !important;
}
/* 1200px and below: 3 columns, then 2 wider (50%) */
@media (max-width: 1200px) and (min-width: 769px) {
    .kadence-column1812_5f029b-b9 > .kt-inside-inner-col > .wp-block-kadence-infobox:nth-child(-n+3) {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }
    .kadence-column1812_5f029b-b9 > .kt-inside-inner-col > .wp-block-kadence-infobox:nth-child(n+4) {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* 768px and below: 2 col, 2 col, 1 col at 50% */
@media (max-width: 768px) and (min-width: 576px) {
    .kadence-column1812_5f029b-b9 > .kt-inside-inner-col > .wp-block-kadence-infobox {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* 575px and below: 1 column stacked 100% */
@media (max-width: 575px) {
    .kadence-column1812_5f029b-b9 > .kt-inside-inner-col {
        display: block !important;
    }
    .kadence-column1812_5f029b-b9 > .kt-inside-inner-col > .wp-block-kadence-infobox {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        padding:0 !important;
    }
}
.page-id-1774 .wp-block-list li {
  padding-bottom:4px;
}
.page-id-1778 .footer-adv {
  padding-bottom: 17%;
}
.page-id-1778 main {
  margin-bottom: 110px;
}
.page-id-1778 .footer-adv-text {
  padding-top: 0%;
}
.q-info h3 {
    color: #64824b;
}
.q-info {
    vertical-align: top;
    padding-right: 10px;
}
.home .blog-thumb {
    min-height: 160px;
}
.home .blog-thumb img {
    background-size: contain;
}
.page-id-452 .titlespace h1 {
  text-align: center;
  padding-right:80px;
}
.page-id-3091 .kt-blocks-info-box-link-wrap {
  padding-left:30px;
  padding-right:30px;
}
.page-id-3093 .kt-blocks-info-box-title,
.page-id-3091 .kt-blocks-info-box-title {
  font-family: 'Montserrat', 'Roboto', sans-serif !important;
}
.page-id-1772 .bkgdbanner,
.page-id-1683 .bkgdbanner,
.page-id-1684 .bkgdbanner,
.page-id-2822 .bkgdbanner,
.page-id-2823 .bkgdbanner,
.page-id-2732 .bkgdbanner,
.section-resources .bkgdbanner {
    min-height: 250px;
}
.page-id-1739 .bkgdbanner {
    min-height: 400px;
    background-position: top center;
}
.page-id-1739 .titlespace-rev {
	background: none;
}
.page-id-450 .bkgd-banner {
  background-position: 40% 0% !important;
}
.page-id-2646 .footer-adv,
.page-id-2448 .footer-adv,
.page-id-1773 .footer-adv,
.page-id-1775 .footer-adv,
.page-id-3092 .footer-adv,
.page-id-3093 .footer-adv,
.page-id-2732 .footer-adv,
.section-resources .footer-adv {
  background-position: bottom center;
}
.page-id-2732 .footer-adv {
  padding-bottom:15%;
}
@media (max-width: 767px) {
  .sidebar,
  .section-solutions .sidebar,
  .section-client-support-center .btn_learn-service {
    display:none !important;
  }
  .section-resources .sidebar ,
  .page-id-3089 .sidebar,
  .page-id-3090 .sidebar,
  .page-id-3091 .sidebar,
  .page-id-3092 .sidebar,
  .page-id-2822 .sidebar,
  .page-id-2823 .sidebar,
  .page-id-3093 .sidebar {
    display:block !important;
  }
}
@media (max-width: 575px) {
  .page-id-3090 .sidebar-ad-pic,
  .page-id-3090 .sidebar-ad-pic + .wp-block-kadence-advancedbtn,
  .page-id-3090 .sidebar > .kt-inside-inner-col > .kb-row-layout-wrap:first-of-type,
  .page-id-3092 .sidebar-ad-pic,
  .page-id-3092 .sidebar-ad-pic + .wp-block-kadence-advancedbtn,
  .page-id-3092 .sidebar > .kt-inside-inner-col > .kb-row-layout-wrap:first-of-type,
  .page-id-3091 .sidebar-ad-pic,
  .page-id-3091 .sidebar-ad-pic + .wp-block-kadence-advancedbtn,
  .page-id-3091 .sidebar > .kt-inside-inner-col > .kb-row-layout-wrap:first-of-type,
  .page-id-3089 .sidebar-ad-pic,
  .page-id-3089 .sidebar-ad-pic + .wp-block-kadence-advancedbtn,
  .page-id-3089 .sidebar > .kt-inside-inner-col > .kb-row-layout-wrap:first-of-type,
  .page-id-3093 .sidebar {
    display:none !important;
  }
  .page-id-3092 .sidebar,
  .page-id-3090 .sidebar,
  .page-id-3089 .sidebar,
  .page-id-3091 .sidebar {
    margin-bottom:30px;
  }
}
.page-id-450 .industry-cards.kb-section-dir-horizontal>.kt-inside-inner-col>.wp-block-kadence-column {
  flex:none;
}
.page-id-450 .industry-cards.row > .kt-inside-inner-col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  column-gap: 0;
}
.page-id-450 .kt-blocks-info-box-link-wrap {
  margin: -50px 0 0 0;
}
.page-id-450 .iconcard .btn {
    background-color: #c88232;
    margin-left:auto;
    margin-right:auto;
}
.page-id-450 .iconcard .btn:hover {
    background-color: #001e3c !important;
}
.page-id-450 .industry-cards .iconcard-contents-sm {
    padding: 45px 18px 20px 18px !important;
}
.page-id-450 .partner-list img {
    height: 50px;
    width: auto;
    padding: 0px 30px;
}
.page-id-1799 .bkgdbanner {
  min-height: 750px;
  background-position: top center;
  background-size: cover;
}

@media (min-width:979px) {
  .single-locations .titlespace-i2 {
      height: 350px;
  }
}
.csc-home:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 1rem 0px rgba(70, 85, 110, .2);
}

.q-number {
    font-family: roboto, arial, sans-serif;
    font-size: 6rem;
  line-height: 5rem;
    font-weight: 600;
    color: #dee8d0;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 5px;
}

.post-thumbnail img {
  height: auto;
}
.entry-meta {
  padding: 15px 0;
}

body.single-post > #page > .content-area.boxed .entry-content {
  padding-bottom: 25px;
}

.fancylist {
  background-color: #edf1f7;
  padding: 30px 30px 30px 45px;
  margin-bottom: 35px;
  list-style-type: none;
}
.fancylist > li {
  border-top: 1px solid #b5c2d3;
  padding: 30px 0px;
  position: relative;
}
.fancylist > li::before {
  content: " ";
  background-color: #143c64;
  font-size: 1.5rem;
  color: white;
  padding: 5px;
  text-align: center;
  position: absolute;
  width: 50px;
  left: -60px;
  min-height: 1.5rem;
}
.fancylist > li:first-child {
    border-top: none;
    padding-top: 0;
}
ol.fancylist > li:first-child::before {
    content: "1";
}
ol.fancylist > li:nth-child(2)::before {
    content: "2";
}
ol.fancylist > li:nth-child(3)::before {
    content: "3";
}
ol.fancylist > li:nth-child(4)::before {
    content: "4";
}
ol.fancylist > li:nth-child(5)::before {
    content: "5";
}
ol.fancylist > li:nth-child(6)::before {
    content: "6";
}
ol.fancylist > li:nth-child(7)::before {
    content: "7";
}
ol.fancylist > li:nth-child(8)::before {
    content: "8";
}
ol.fancylist > li:nth-child(9)::before {
    content: "9";
}
ol.fancylist > li:nth-child(10)::before {
    content: "10";
}

ul.row {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.page-id-1810 .titlespace-rev {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 15%,
    rgba(255, 255, 255, 0.55) 30%,
    rgba(255, 255, 255, 0.4) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}
.page-id-283 .titlespace-rev,
.page-id-1799 .titlespace {
  background-image: none !important;
}
.red-plus span {
  color: rgba(186, 0, 25, 1);
}

.maincontent p.btn-gray a {
	color: #fff;
}
@media (min-width:1200px) {
	.page-id-1812 .bkgdbanner {
		background-size: 125% !important;
		background-position: top center !important;
	}
}

@media (max-width: 767px) {
	.partners figure.wp-block-image.size-large {
		width: 50%;
	}
}
.page-id-3092 .footer-adv,
.page-id-3647 .footer-adv,
.page-id-1771 .footer-adv,
.page-id-1777 .footer-adv,
.page-id-1772 .footer-adv,
.page-id-1774 .footer-adv,
.page-id-1775 .footer-adv,
.page-id-1770 .footer-adv,
.page-id-1776 .footer-adv,
.page-id-1769 .footer-adv {
  padding-bottom:10% !important;
}
.page-id-3061 .footer-adv,
.page-id-2481 .footer-adv,
.page-id-2479 .footer-adv {
  padding-bottom:9% !important;
}
.page-id-2481 .footer-adv,
.page-id-3647 .footer-adv,
.page-id-2479 .footer-adv,
.page-id-1741 .footer-adv,
.page-id-2484 .footer-adv,
.page-id-3061 .footer-adv,
.page-id-3092 .footer-adv,
.page-id-1777 .footer-adv,
.page-id-1771 .footer-adv,
.page-id-1772 .footer-adv,
.page-id-1774 .footer-adv,
.page-id-1770 .footer-adv,
.page-id-2482 .footer-adv {
  background-position: top center;
}