.hp-header {
  background: linear-gradient(90deg, #fff 30%, #fff9e2 100%);
  padding: 23px 0 12em 0;
}
@media only screen and (max-width: 1180px) {
  .hp-header {
    padding-bottom: 2.5rem 0 14em 0;
  }
}
.hp-header .site-name {
  margin-bottom: 6rem;
  padding: 1rem;
  border-top: 3px solid #ffcc6c;
  border-bottom: 3px solid #ffcc6c;
}
@media only screen and (max-width: 1180px) {
  .hp-header .site-name {
    padding-bottom: 2.5rem;
  }
}
.hp-header .site-name h1 {
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
  text-align: center;
}
.hp-header .site-name h1 span {
  padding: 0 23px;
  font-family: 'DINOTBold', 'Helvetica-Neue', Helvetica;
  text-transform: uppercase;
}
@media only screen and (min-width: 680px) {
  .hp-header .site-name h1 span {
    margin-left: 1rem;
    border-left: 2px solid #ffcc6c;
  }
}
@media only screen and (max-width: 680px) {
  .hp-header .site-name h1 span {
    display: block;
    color: #fc8000;
    margin: 4px auto 0;
  }
}
.hp-header .wrap-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1180px) {
  .hp-header .wrap-box {
    text-align: left;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(12, 1fr);
  }
  .hp-header .wrap-box .card {
    grid-column: 1/6;
  }
  .hp-header .wrap-box .image {
    grid-column: 7/-1;
  }
}
.hp-header .card {
  max-width: 100%;
  z-index: 2;
}
.hp-header .card .name {
  font-size: 40px;
  margin: 23px 0;
  line-height: 1.2;
}
.hp-header .card .description {
  font-family: 'DINOTRegular', 'Helvetica-Neue', Helvetica;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.hp-header .image {
  position: relative;
}
.hp-header .image img {
  position: relative;
}
.hp-header .image .square {
  background: #b2e5ff;
  content: " ";
}
@media only screen and (min-width: 1180px) {
  .hp-header .image .square {
    width: 60%;
    height: 500px;
    position: absolute;
    display: block;
    transform: rotate(80deg);
    left: 20%;
    top: -50%;
  }
}
@media only screen and (max-width: 1180px) {
  .hp-header .image .square {
    position: absolute;
    height: 110%;
    width: 50%;
    left: 25%;
    top: -10%;
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 960px) {
  .hp-header .image .square {
    width: 80%;
    left: 15%;
  }
}
@media only screen and (max-width: 800px) {
  .hp-header .image .square {
    width: 90%;
    left: 0;
  }
}
.hp-header .image.services .square {
  background: #d6f0ff;
}
.hp-header .image.company .square {
  background: #ddfea3;
}
.hp-header .image.industry .square {
  background: #fff4cd;
}
.hp-latest {
  background: #fff;
  padding: 5rem 0;
  text-align: center;
}
.hp-latest h2 {
  margin-top: 0;
}
.hp-latest .wrap-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem 2.5rem;
  padding-bottom: 4rem;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .hp-latest .wrap-box {
    grid-template-columns: 1fr 1fr;
  }
  .hp-latest .wrap-box > :first-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media only screen and (max-width: 600px) {
  .hp-latest .wrap-box {
    grid-template-columns: 1fr;
  }
}
.hp-header + .hp-latest {
  padding-top: 0;
}
.hp-header + .hp-latest .wrap-box {
  position: relative;
  top: -6rem;
  margin-bottom: -6rem;
}

.card {
  max-width: 623px;
}
.card a:hover img {
  opacity: 0.8;
}
.card .category {
  margin: 14px 0 8px;
}
.card .category a {
  display: inline-block;
  background: #e2e2e4;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 5px;
  color: #2d313a;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 4px;
}
.card .category a.services,
.card .category a.unified-communications,
.card .category a.contact-center,
.card .category a.archiving,
.card .category a.microsoft-365-services,
.card .category a.ai {
  background: #b2e5ff;
}
.card .category a.services:hover,
.card .category a.unified-communications:hover,
.card .category a.contact-center:hover,
.card .category a.archiving:hover,
.card .category a.microsoft-365-services:hover,
.card .category a.ai:hover {
  background: #84d4ff;
}
.card .category a.corporate-news,
.card .category a.moving-to-cloud,
.card .category a.partners,
.card .category a.security,
.card .category a.support,
.card .category a.compliance,
.card .category a.onboarding-migration,
.card .category a.reliability,
.card .category a.employees,
.card .category a.service-providers {
  background: #c9f97b;
}
.card .category a.corporate-news:hover,
.card .category a.moving-to-cloud:hover,
.card .category a.partners:hover,
.card .category a.security:hover,
.card .category a.support:hover,
.card .category a.compliance:hover,
.card .category a.onboarding-migration:hover,
.card .category a.reliability:hover,
.card .category a.employees:hover,
.card .category a.service-providers:hover {
  background: #b2ea51;
}
.card .category a.industry-topics,
.card .category a.financial,
.card .category a.real-estate,
.card .category a.retail,
.card .category a.healthcare,
.card .category a.legal,
.card .category a.logistics-transport {
  background: #ffe19d;
}
.card .category a.industry-topics:hover,
.card .category a.financial:hover,
.card .category a.real-estate:hover,
.card .category a.retail:hover,
.card .category a.healthcare:hover,
.card .category a.legal:hover,
.card .category a.logistics-transport:hover {
  background: #ffcc6c;
}
.card .name {
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
}
.card .date,
.card .time {
  color: #909398;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 16px;
}
.card .date:before,
.card .time:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3px;
  margin-right: 4px;
}
.card .date:before {
  background-image: url("../images/ic-calendar.svg");
}
.card .date + .time {
  margin-top: 8px;
}
.card .time:before {
  background-image: url("../images/ic-clock.svg");
}

.post-add-top {
  padding-top: 2.5rem;
}
.post-header {
  padding: 4rem 0 0 0;
  text-align: center;
}
.post-header .top {
  background: #f7f7f7;
}
.post-header .bottom {
  background: linear-gradient(180deg, #f7f7f7 50%, #fff 50%);
}
.post-header .center {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  .post-header .center {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.post-header h1 {
  font-family: 'DINOTMedium', 'Helvetica-Neue', Helvetica;
  margin: 0;
}
.post-header .description {
  margin-bottom: 48px;
}
.post-content {
  background: #fff;
  padding: 2.5rem 0 5rem;
}
.post-content .wrap-layout {
  display: grid;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr;
  width: auto;
}
@media only screen and (min-width: 1600px) {
  .post-content .wrap-layout {
    grid-template-columns: 256px 840px 256px;
    width: 1512px;
    grid-gap: 5rem;
  }
  .post-content .wrap-layout .post-nav,
  .post-content .wrap-layout .add-side {
    width: 256px;
    grid-row: 1/-1;
    position: relative;
  }
  .post-content .wrap-layout .post-nav .wrap,
  .post-content .wrap-layout .add-side .wrap {
    position: sticky;
    top: 80px;
    left: 0;
    width: 256px;
  }
  .post-content .wrap-layout .add-side {
    grid-column: -1/-2;
  }
  .post-content .wrap-layout .main {
    width: 840px;
  }
}
@media only screen and (max-width: 1600px) {
  .post-content .wrap-layout {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 840px;
  }
  .post-content .wrap-layout .add-side {
    display: none;
  }
  .post-content .wrap-layout .main {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .post-content .post-nav {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    padding: 0 23px;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 720px) {
  .post-content .post-nav {
    width: 100%;
  }
}
.post-content .post-nav .name {
  font-family: 'DINOTMedium', 'Helvetica-Neue', Helvetica;
  margin: 0;
  color: #73767d;
}
@media only screen and (max-width: 1600px) {
  .post-content .post-nav .name {
    display: none;
  }
}
.post-content .post-nav .contents {
  padding: 8px 0 1rem;
}
.post-content .post-nav .contents li {
  list-style: none;
}
.post-content .post-nav .contents li a {
  font-size: 1rem;
  display: block;
  margin: 0;
  color: #73767d;
  padding: 8px 0;
  border-bottom: 1px solid #e2e2e4;
}
.post-content .post-nav .contents li:nth-last-of-type(1) a {
  border-bottom: 0;
}
.post-content .post-nav .contents li:hover a,
.post-content .post-nav .contents li.active a {
  color: #0175e0;
}
@media only screen and (max-width: 1600px) {
  .post-content .post-nav .card {
    display: none;
  }
}
.post-content .post-nav .category span {
  display: block;
  margin: 0 0 8px;
  color: #909398;
  font-size: 13px;
}
.post-content .post-nav .category a:hover {
  opacity: 0.8;
}
.post-content .post-nav .cta {
  border-top: 1px solid #e2e2e4;
  padding-top: 1rem;
}
.post-content .post-nav .cta .btn {
  padding: 4px 1rem;
  min-width: auto;
  margin: 0;
}
@media only screen and (max-width: 1600px) {
  .post-content .post-nav .cta {
    display: none;
  }
}
.post-content .add-side a:hover img {
  opacity: 0.8;
}
.post-content .main h2:nth-of-type(1) {
  margin-top: 0;
}
.post-relateves {
  background: #fff;
  padding: 0 0 5rem;
  text-align: center;
}
.post-relateves .wrap-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .post-relateves .wrap-box {
    grid-template-columns: 1fr 1fr;
  }
  .post-relateves .wrap-box > :first-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media only screen and (max-width: 600px) {
  .post-relateves .wrap-box {
    grid-template-columns: 1fr;
  }
}
.post-relateves .add-bottom {
  margin: 0;
}
.post-relateves .add-bottom:hover img {
  opacity: 0.8;
}
.block-video {
  margin: 4rem 0;
}
.block-video p {
  text-align: center;
  font-size: 14px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.flexible-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.flexible-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-table {
  margin: 4rem 0;
}
@media only screen and (max-width: 620px) {
  .wp-block-table {
    overflow-x: scroll;
    max-width: 100%;
    width: 100%;
  }
  .wp-block-table table {
    width: 590px;
  }
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table thead th {
  background: #ffe19d;
  border: 1px solid #ffcc6c;
  padding: 1rem;
  text-align: left;
}
.wp-block-table table tbody td {
  border: 1px solid #ffe19d;
  padding: 1rem;
  vertical-align: top;
}
.wp-block-table table tbody td p:nth-of-type(1) {
  margin-top: 0;
}

.category-header {
  background: linear-gradient(90deg, #fff 30%, #fff9e2 100%);
  padding: 2.5rem 0 4rem 0;
}
.category-header .wrap-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 23px 2.5rem;
}
@media only screen and (min-width: 960px) {
  .category-header .wrap-box {
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 5rem;
  }
  .category-header .wrap-box .topics {
    grid-column: 1/10;
  }
  .category-header .wrap-box .date {
    grid-column: 10/-1;
    text-align: right;
  }
}
.category-header .headline {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.category-header .headline h1 {
  margin-bottom: 0;
}
.category-header .headline p {
  font-size: 23px;
  line-height: 1.3;
}
@media only screen and (max-width: 680px) {
  .category-header .headline p {
    font-size: 19px;
  }
}
.category-header .topics ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.category-header .topics ul li {
  display: block;
  margin: 4px;
  flex-shrink: 0;
}
.category-header .topics ul li a {
  border-radius: 5px;
  font-family: 'DINOTMedium', 'Helvetica-Neue', Helvetica;
  font-size: 14px;
  line-height: 1.2;
  color: #1e1f21;
}
.category-header .topics ul li.active a {
  background: #ffe19d;
}
.category-header .topics .topic-parents ul li a {
  padding: 4px 1rem;
  text-transform: uppercase;
  border: 1px solid #ffb54f;
}
.category-header .topics .topic-parents ul li.active a,
.category-header .topics .topic-parents ul li:hover a {
  background: #ffe19d;
}
.category-header .topics .topic-children {
  margin-top: 8px;
}
.category-header .topics .topic-children li a {
  padding: 4px 12px;
  background: #fff4cd;
}
.category-header .topics .topic-children li.active a,
.category-header .topics .topic-children li:hover a {
  background: #fc8000;
  color: #fff;
}
.category-header .date select {
  padding: 4px 12px;
  background: #fff4cd;
  border: 0;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'DINOTMedium', 'Helvetica-Neue', Helvetica;
}
@media only screen and (max-width: 960px) {
  .category-header .date {
    border-top: 1px solid #ffe19d;
    padding-top: 23px;
  }
}
.category-list,
.search-list {
  background: #fff;
  padding: 5rem 0;
}
.category-list .wrap-box,
.search-list .wrap-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem 2.5rem;
}
@media only screen and (max-width: 960px) {
  .category-list .wrap-box,
  .search-list .wrap-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .category-list .wrap-box,
  .search-list .wrap-box {
    grid-template-columns: 1fr;
  }
}
.category-list .wrap-box .pagination,
.search-list .wrap-box .pagination {
  grid-column: 1/-1;
}
.category-list .wrap-box .pagination ul,
.search-list .wrap-box .pagination ul {
  display: flex;
  list-style: none;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}
.category-list .wrap-box .pagination ul li,
.search-list .wrap-box .pagination ul li {
  display: block;
  padding: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.category-list .wrap-box .pagination ul li.active a,
.search-list .wrap-box .pagination ul li.active a,
.category-list .wrap-box .pagination ul li:hover a,
.search-list .wrap-box .pagination ul li:hover a {
  background: #b2e5ff;
}
.category-list .wrap-box .pagination ul a,
.search-list .wrap-box .pagination ul a {
  display: block;
  padding: 4px 12px;
  margin: 0;
  background: #f7f7f7;
  box-sizing: border-box;
  border-radius: 2px;
}
.post-old table {
  width: 100%;
  margin: 4rem 0;
}
.post-old table thead th {
  background: #ffe19d;
  border: 1px solid #ffcc6c;
  padding: 1rem;
  text-align: left;
}
.post-old table tbody td {
  border: 1px solid #ffe19d;
  padding: 1rem;
  vertical-align: top;
}
.post-old table tbody td p:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  .post-old table tbody td {
    padding: 1rem 4px;
  }
}
.post-old p:has(img) {
  max-width: 100%;
  margin: 4rem 0;
  text-align: center;
}
.post-old p:has(iframe) {
  max-width: 100%;
  margin: 4rem 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.post-old p:has(iframe) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav[role="hero-subnav"] {
  margin-top: 0;
  background: #fff9e2;
  position: sticky;
}
nav[role="hero-subnav"]:not([stuck]) #subnav-calls-to-action {
  display: none;
}
nav[role="hero-subnav"][stuck] {
  width: 100%;
  top: -2px;
  z-index: 1000;
  box-sizing: border-box;
}
nav[role="hero-subnav"][stuck] .center {
  display: flex;
  justify-content: space-between;
}
nav[role="hero-subnav"][stuck] #hero-subnav {
  justify-content: left;
}
nav[role="hero-subnav"][stuck] #hero-subnav li a {
  justify-content: left;
  position: relative;
}
nav[role="hero-subnav"][stuck] #hero-subnav li:nth-of-type(1) a {
  padding-left: 0;
}
nav[role="hero-subnav"][stuck] #subnav-calls-to-action {
  margin-bottom: 6px;
  margin-top: 6px;
  align-self: center;
}
nav[role="hero-subnav"][stuck] #subnav-calls-to-action .btn:nth-of-type(2) {
  margin-left: 10px;
}
nav[role="hero-subnav"] #hero-subnav {
  display: flex !important;
  float: none;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1020px) {
  nav[role="hero-subnav"] #hero-subnav {
    width: auto;
    margin: 0;
    padding: 0;
    background: inherit;
  }
}
nav[role="hero-subnav"] #hero-subnav li {
  margin: 0 20px 0 0;
  float: left;
  list-style: none;
}
@media only screen and (max-width: 1020px) {
  nav[role="hero-subnav"] #hero-subnav li {
    width: auto;
    border: none;
    padding: inherit;
  }
}
nav[role="hero-subnav"] #hero-subnav li a {
  color: #b2e5ff;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  position: relative;
  display: block;
}
nav[role="hero-subnav"] #hero-subnav li a.active,
nav[role="hero-subnav"] #hero-subnav li a:hover {
  color: #fff;
  border-bottom: none;
}
nav[role="hero-subnav"] #hero-subnav li a.active:after {
  display: block;
  width: 16px;
  height: 16px;
  content: "\2022";
  position: absolute;
  bottom: 8px;
  left: calc(50% - 8px);
  text-align: center;
}
@media only screen and (max-width: 820px) {
  nav[role="hero-subnav"] #hero-subnav li {
    margin: 0 10px 0 0;
  }
  nav[role="hero-subnav"] #hero-subnav li:nth-of-type(1) a {
    padding-left: 0;
  }
}
nav[role="hero-subnav"] #hero-subnav li.app-marketplace {
  padding-left: 20px;
  background: linear-gradient(#0175e0, #0175e0) left no-repeat;
  background-size: 1px 50%;
}
@media only screen and (max-width: 820px) {
  nav[role="hero-subnav"] #hero-subnav li.app-marketplace {
    padding-left: 10px;
  }
}
nav[role="hero-subnav"] #hero-subnav li:not(:last-child).last-line {
  padding-right: 20px;
  background: linear-gradient(#0175e0, #0175e0) right no-repeat;
  background-size: 1px 50%;
}
@media only screen and (max-width: 820px) {
  nav[role="hero-subnav"] #hero-subnav li:not(:last-child).last-line {
    padding-right: 10px;
  }
}
nav[role="hero-subnav"].light:not([stuck]) {
  background: linear-gradient(90deg, #fff 30%, #fff9e2 100%);
}
nav[role="hero-subnav"].light #hero-subnav li a {
  color: #73767d;
}
nav[role="hero-subnav"].light #hero-subnav li a:hover,
nav[role="hero-subnav"].light #hero-subnav li a.active {
  color: #0175e0;
}
nav[role="hero-subnav"].light #hero-subnav li:not(:last-child).last-line {
  background: linear-gradient(#e2e2e4, #e2e2e4) right no-repeat;
  background-size: 1px 50%;
}
nav[role="hero-subnav"] {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
nav[role="hero-subnav"] a {
  margin: 0;
  font-family: 'DINOTMedium', 'Helvetica-Neue', Helvetica;
  text-transform: uppercase;
  line-height: 1.2;
}
.single nav[role="hero-subnav"].light {
  background: #f7f7f7;
}
@media only screen and (max-width: 560px) {
  nav[role="hero-subnav"][stuck] .center {
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  nav[role="hero-subnav"] li a,
  #hero-subnav li a {
    font-size: 14px;
  }
  nav[role="hero-subnav"] #hero-subnav li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  nav[role="hero-subnav"] #hero-subnav li a.active:after {
    display: block;
    width: 16px;
    height: 16px;
    content: "\2022";
    position: absolute;
    bottom: -1px;
    left: calc(50% - 8px);
    text-align: center;
  }
  .btn.btn-small {
    font-size: 14px;
    padding: 4px 10px;
  }
}