.hero-section {
  background-image: image-set(
    url(/portals/0/images/productivity-solutions-hero.png) 1x,
    url(/portals/0/images/productivity-solutions-hero@2x.png) 2x
  );
  background-position: right center, center top;
  background-size: 45%;
  background-repeat: no-repeat;
  background-color: #eeede9;
  border: 1px solid #707070;
  height: 190px;
}

@media handheld, only screen and (min-width: 1600px) {
  .hero-section {
    height: 300px;
  }
}

.content-spacing {
  padding-top: 48px;
  padding-bottom: 48px;
}

.bg-secondary {
  background-color: #eeede9;
}

.txt-white {
  color: #ffffff;
}

.txt-pink {
  color: #aa336a;
}

.font-500 {
  font-weight: 500;
}
.font-300 {
  font-weight: 300;
  font-size: 18px;
}

.w-100 {
  width: 100%;
}

.w-25 {
  width: 25%;
}

.section-border-left {
  border-left: 10px solid #cf112d;
}

.list-style-none {
  list-style-type: none;
}

.list-style-square {
  list-style-type: square;
}

.h-100 {
  height: 100%;
}

.h-250 {
  height: 250px;
}

.m-0 {
  margin: 0px;
}

.m-top-0 {
  margin-top: 0px;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-8 {
  gap: 8px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

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

.justify-content-right {
  justify-content: right;
}

.justify-content-left {
  justify-content: left;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

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

a.btn.btn-light {
  background-color: #ffffff;
  color: #cf112d;
  border: 1px solid #cccccc;
  transition: all 200ms ease-in-out;
}

a.btn.btn-light:hover {
  background-color: #ededed;
  color: #831424;
}

.list-style-none {
  list-style-type: none;
}

.navbar.w-100.d-flex.justify-content-around.align-items-center {
    background: rgba(0, 0, 0, 0.8);
  margin-bottom: 0px;
/*  background-color: #000000;*/

}

.link-border-right {
  border-right: #ffffff 1px solid;
}

a.btn.text-white.text-decoration-none.mobile-padding {
  color: #ffffff;
  transition: all 200ms ease-in-out;
  font-size: 16px;
}

a.btn.text-white.text-decoration-none.mobile-padding:hover {
  color: #287f9a;
  background-color: #ffffff;
}

a.btn.btn-danger {
  transition: all 200ms ease-in-out;
}

.productivity #forum iframe {
height: 1085px;
}

@media handheld, only screen and (max-width: 1600px) {
  .h-200,
  .h-250 {
    height: 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .mobile-w {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section {
    background-image: none;
    height: auto;
  }

  a.btn.btn-danger,
  a.btn.text-white.text-decoration-none.mobile-padding,
  .w-25 {
    width: 100%;
  }

  .row {
    flex-direction: column;
    gap: 16px;
  }

  .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .content-spacing {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .mobile-padding {
    padding: 24px;
  }

  .gap-40 {
    gap: 0;
  }

  .link-border-right {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }

  .h-200,
  .h-250 {
    height: auto;
  }

  .section-border-left {
    border-left: 0px;
  }
}

@media only screen and (min-width:1200px) {
.productivity #forum iframe {
height: 1055px;
}

}

#microsoft-365 img {
width: 162px;
}

#spam_filtering img, #file_sync img,  #server_cloud img {
width: 162px;
max-width: none;
}









