.h1, h1 {
  font-size: calc(1.03125rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.875rem;
  }
}
.h2, h2 {
  font-size: calc(0.99375rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.5rem;
  }
}
.h3, h3 {
  font-size: calc(0.975rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.3125rem;
  }
}
.h4, h4 {
  font-size: calc(0.95625rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.125rem;
  }
}
.h5, h5 {
  font-size: 0.9375rem;
}

.h6, h6 {
  font-size: 0.75rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Elementor header menu */
header .e-n-menu * {
  transition: none !important;
}
header .e-n-menu-content .elementor-button-wrapper {
  display: flex;
}
header .e-n-menu-content .elementor-button-wrapper .elementor-button {
  line-height: 1.2;
}
header .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content > .e-con {
  background-color: #ededed;
}
header .elementor-widget-n-menu .e-n-menu-title.e-click .e-n-menu-title-container.e-link {
  pointer-events: none;
}
header .elementor-widget-n-menu .fa-caret-right {
  color: #BB1621;
}
header .elementor-widget-n-menu .e-con.e-child.e-active {
  background-color: #ededed;
}
@media (min-width: 1025px) {
  header .elementor-widget-n-menu .e-con.e-child.e-active .e-con-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .elementor-widget-n-menu .e-con.e-child.e-active .e-con-inner .elementor-button {
  text-align: left;
}

@media (max-width: 1024px) {
  header .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
    background-color: #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
    /*top:64px;*/
  }
  header .elementor-widget-n-menu .e-con.e-child.e-active {
    padding-left: 5px;
    margin-top: 0 !important;
    --background-transition: 0;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title {
    color: #606060;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title:hover:not(.e-current) {
    color: #606060;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title:hover:not(.e-current) a {
    color: #606060;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title:hover:not(.e-current) i {
    color: #606060;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title.e-active {
    flex-wrap: wrap;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title.e-active .e-n-menu-item-title-container {
    width: 100%;
  }
  header .elementor-widget-n-menu .e-n-menu-item-title.e-active::after {
    background-image: url(img/gradient_grey-to-red.svg);
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5px;
    margin-top: 5px;
    border-radius: 2px;
    width: 80px;
  }
}
/* header contact button */
#header-contact-button {
  border: 1px solid white;
  border-radius: 0px;
  margin-left: 15px;
  text-transform: uppercase;
}
#header-contact-button:hover {
  background-color: white;
}
#header-contact-button:hover a {
  color: #606060;
}

@media (max-width: 1024px) {
  .e-n-menu-items-content {
    background-color: #ededed !important;
    margin-top: 42px !important;
    padding-top: 20px !important;
    padding-bottom: 30px;
  }
  #header-contact-button {
    border-color: #606060;
    margin-left: 20px;
    margin-right: auto;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #header-contact-button:hover {
    background-color: transparent;
  }
}
/* widget styling */
.elementor-widget-text-editor ul {
  padding-left: 1rem;
}
.elementor-widget-text-editor a {
  color: inherit;
  text-decoration: underline;
}

/* cf7 forms */
.wpcf7-form a {
  color: inherit;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form [type=button], .wpcf7-form [type=submit], .wpcf7-form button {
  color: white;
  background-color: black;
  border: 1px solid black;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 10px;
  transition: all 0.3s;
}
.wpcf7-form [type=button]:hover, .wpcf7-form [type=submit]:hover, .wpcf7-form button:hover {
  color: black;
  background-color: transparent;
}

/* archives */
.elementor-posts--skin-cards .elementor-post__card {
  padding-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px !important;
}
.elementor-posts--skin-cards .elementor-post__card::before {
  background-color: #BB1621;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 100%;
}

/* bootstrap */
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
/* knowledge hub */
#knowledge-hub-grid .portfolio-item > div {
  height: 100%;
}
#knowledge-hub-grid .portfolio-item .knowledge-hub-read-more {
  margin-top: auto;
}
#knowledge-hub-grid .portfolio-item .featured-image .elementor-widget-container {
  position: relative;
}
#knowledge-hub-grid .portfolio-item .featured-image .elementor-widget-container:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 60px;
  background-image: url("./img/logo_trust-systems-white-circular.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center bottom;
}
#knowledge-hub-grid .portfolio-item .knowledge-hub-post-icons {
  margin-top: -20px;
  pointer-events: none;
}
#knowledge-hub-grid .portfolio-item .knowledge-hub-post-icons > div {
  width: 0px;
  height: 40px;
  background-size: 100% auto;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-blog .knowledge-hub-post-icons .knowledge-hub-post-icon_blog {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_blog_red.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-event .knowledge-hub-post-icons .knowledge-hub-post-icon_event {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_event_red.svg");
  width: 38px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-guide .knowledge-hub-post-icons .knowledge-hub-post-icon_guide {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_guide_red.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-podcast .knowledge-hub-post-icons .knowledge-hub-post-icon_podcast {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_podcast_red.svg");
  width: 20px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-resource .knowledge-hub-post-icons .knowledge-hub-post-icon_resource {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_resource_red.svg");
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-video .knowledge-hub-post-icons .knowledge-hub-post-icon_video {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_video_red.svg");
  width: 39px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-tag-webinar .knowledge-hub-post-icons .knowledge-hub-post-icon_webinar {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_webinar_red.svg");
  width: 51px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure .featured-image .elementor-widget-container:after {
  background-color: #1F2A50;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure .knowledge-hub-post-gradient {
  background-image: none;
  background-color: #1F2A50;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-blog .knowledge-hub-post-icons .knowledge-hub-post-icon_blog {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_blog_darkblue.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-event .knowledge-hub-post-icons .knowledge-hub-post-icon_event {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_event_darkblue.svg");
  width: 38px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-guide .knowledge-hub-post-icons .knowledge-hub-post-icon_guide {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_guide_darkblue.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-podcast .knowledge-hub-post-icons .knowledge-hub-post-icon_podcast {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_podcast_darkblue.svg");
  width: 20px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-resource .knowledge-hub-post-icons .knowledge-hub-post-icon_resource {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_resource_darkblue.svg");
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-video .knowledge-hub-post-icons .knowledge-hub-post-icon_video {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_video_darkblue.svg");
  width: 39px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-networks-and-infrastructure.portfolio-tag-webinar .knowledge-hub-post-icons .knowledge-hub-post-icon_webinar {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_webinar_darkblue.svg");
  width: 51px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud .featured-image .elementor-widget-container:after {
  background-color: #54419D;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud .knowledge-hub-post-gradient {
  background-image: none;
  background-color: #54419D;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-blog .knowledge-hub-post-icons .knowledge-hub-post-icon_blog {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_blog_purple.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-event .knowledge-hub-post-icons .knowledge-hub-post-icon_event {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_event_purple.svg");
  width: 38px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-guide .knowledge-hub-post-icons .knowledge-hub-post-icon_guide {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_guide_purple.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-podcast .knowledge-hub-post-icons .knowledge-hub-post-icon_podcast {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_podcast_purple.svg");
  width: 20px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-resource .knowledge-hub-post-icons .knowledge-hub-post-icon_resource {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_resource_purple.svg");
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-video .knowledge-hub-post-icons .knowledge-hub-post-icon_video {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_video_purple.svg");
  width: 39px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-cloud.portfolio-tag-webinar .knowledge-hub-post-icons .knowledge-hub-post-icon_webinar {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_webinar_purple.svg");
  width: 51px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service .featured-image .elementor-widget-container:after {
  background-color: #0C96C6;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service .knowledge-hub-post-gradient {
  background-image: none;
  background-color: #0C96C6;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-blog .knowledge-hub-post-icons .knowledge-hub-post-icon_blog {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_blog_lightblue.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-event .knowledge-hub-post-icons .knowledge-hub-post-icon_event {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_event_lightblue.svg");
  width: 38px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-guide .knowledge-hub-post-icons .knowledge-hub-post-icon_guide {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_guide_lightblue.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-podcast .knowledge-hub-post-icons .knowledge-hub-post-icon_podcast {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_podcast_lightblue.svg");
  width: 20px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-resource .knowledge-hub-post-icons .knowledge-hub-post-icon_resource {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_resource_lightblue.svg");
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-video .knowledge-hub-post-icons .knowledge-hub-post-icon_video {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_video_lightblue.svg");
  width: 39px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-managed-service.portfolio-tag-webinar .knowledge-hub-post-icons .knowledge-hub-post-icon_webinar {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_webinar_lightblue.svg");
  width: 51px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital .featured-image .elementor-widget-container:after {
  background-color: #09A49B;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital .knowledge-hub-post-gradient {
  background-image: none;
  background-color: #09A49B;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-blog .knowledge-hub-post-icons .knowledge-hub-post-icon_blog {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_blog_green.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-event .knowledge-hub-post-icons .knowledge-hub-post-icon_event {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_event_green.svg");
  width: 38px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-guide .knowledge-hub-post-icons .knowledge-hub-post-icon_guide {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_guide_green.svg");
  width: 49px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-podcast .knowledge-hub-post-icons .knowledge-hub-post-icon_podcast {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_podcast_green.svg");
  width: 20px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-resource .knowledge-hub-post-icons .knowledge-hub-post-icon_resource {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_resource_green.svg");
  width: 40px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-video .knowledge-hub-post-icons .knowledge-hub-post-icon_video {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_video_green.svg");
  width: 39px;
  height: 40px;
  margin-left: 5px;
}
#knowledge-hub-grid .portfolio-item.portfolio-solution-digital.portfolio-tag-webinar .knowledge-hub-post-icons .knowledge-hub-post-icon_webinar {
  background-image: url("./img/knowledge-hub-icons/knowledge-hub-icons_webinar_green.svg");
  width: 51px;
  height: 40px;
  margin-left: 5px;
}/*# sourceMappingURL=app.css.map */