.dropdown-menu-container {
  overflow: hidden;
  padding: 20px;
}

.dropdown-menu {
  width: max-content;
}

.dropdown-menu-column {
  float: left;
  width: 50%;
}

.dropdown-menu ul {
  width: calc(max-content + 10px);
  list-style-type: none;
  padding: 0;
}

nav {
  z-index: 1;
}

nav img {
  height: 40px;
}

.navbtn {
  width: 100px;
  border-radius: 10px;
  margin: 10px 5px;
}

.no-bullets {
  list-style-type: none;
  padding-left: 0;
}

footer {
  padding: 1rem 0;
  position: relative;
  bottom: -2rem;
  width: 100%;
}

footer ul {
  padding-left: 0;
  list-style-type: none;
}

footer li a {
  text-decoration: none;
  color: black;
}

footer li p {
  margin-block-end: 0;
  color: black;
}

#navSolutions {
  font-family: Merriweather, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#contact-card {
  margin-top: 20px;
  margin: auto;
  max-width: 80%;
}

#contact-card ul {
  list-style-type: none;
  padding: 0;
}

#contact-card li a {
  text-decoration: none;
  color: black;
}

#contact-card li p {
  margin-block-end: 0;
  color: black;
}

.orange {
  color: #f4623a !important;
}

.company-pill {
  padding: 15px;
  background: white;
  border-radius: 50px;
  display: flex;
  justify-items: normal;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.company-logo {
  max-height: 70px;
  width: auto;
}

.scaled_img {
  max-width: 80%;
  height: auto;
}

#salesforcevideo {
  display: block;
  margin: 150px auto;
  max-width: 727px;
  max-height: 409px;
}

#api {
  margin: 20px;
  background-color: #ffffff80;
  padding: 10px;
  border-radius: 20px;
}

.videoheader {
  position: relative;
  height: auto;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoheader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoheader .container {
  position: relative;
  z-index: 2;
}

.bg-partners {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-partners.jpg);
}

.bg-blog {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-blog.jpg);
}

.bg-contact {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.6) 0,
      rgba(44, 62, 80, 0.6) 100%
    ),
    url(../img/backgrounds/bg-masthead.png);
}

.bg-salesforce {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.6) 0,
      rgba(44, 62, 80, 0.6) 100%
    ),
    url(../img/backgrounds/bg-frontpage.png);
}

.bg-migration {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.6) 0,
      rgba(44, 62, 80, 0.6) 100%
    ),
    url(../img/backgrounds/bg-migration.jpg);
}

.bg-training {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.6) 0,
      rgba(44, 62, 80, 0.6) 100%
    ),
    url(../img/backgrounds/bg-training.jpg);
}

.bg-docs {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.4) 0,
      rgba(44, 62, 80, 0.4) 100%
    ),
    url(../img/backgrounds/msword_wysiwyg_dark.png);
}

.bg-api {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.8) 0,
      rgba(44, 62, 80, 0.8) 100%
    ),
    url(../img/backgrounds/bg-coding.jpg);
}

.bg-sign {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-sign.jpg);
}

.bg-academy {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-academy.jpg);
}

.bg-bulk {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-bulk.png);
}

.bg-collaboration {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-collaboration.jpg);
}

.bg-communities {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-communities.png);
}

.bg-billing {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-billing.jpg);
}

.bg-lightning {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-lightning.jpg);
}

.bg-fsc {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.8) 0,
      rgba(44, 62, 80, 0.8) 100%
    ),
    url(../img/backgrounds/bg-fsc.jpg);
}

.bg-cpq {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-cpq.png);
}

.bg-tele {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-tele.jpg);
}

.bg-media {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-media.jpg);
}

.bg-finservices {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-finservices.png);
}

.bg-manufacturing {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-manufacturing.jpg);
}

.bg-publicsector {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-publicsector.jpg);
}

.bg-realestate {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-realestate.jpg);
}

.bg-nonprofit {
  background: linear-gradient(
      to bottom,
      rgba(44, 62, 80, 0.9) 0,
      rgba(44, 62, 80, 0.9) 100%
    ),
    url(../img/backgrounds/bg-nonprofit.png);
}

.bg-lightgray {
  background-color: #eff3f6;
}

.articlehead {
  position: relative;
}

.articleheadcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card {
  margin: 5px auto;
}

#inner {
  position: relative;
  margin: 0px auto;
}
#outer {
  display: flex;
  position: relative;
  width: 100%;
  height: 60vh;
  align-items: center;
}

#video-laptop iframe {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media (min-width: 800px) {
  #video-laptop iframe {
    border: solid red;
    border-width: 34px 159px 63px 160px;
    border-image: url("../img/computer_background.png") repeat;
    border-image-slice: 34 159 63 160;
  }
}

header.masthead {
  min-height: 600px;
}

.mh-300px {
  min-height: 300px;
}

/*
#video-laptop {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

#video-laptop iframe {
    box-sizing: border-box;
    display: block;
    background: url(../img/computer_background.png) center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
*/

.header-small {
  padding: 8rem 0 0 0;
}

.pill-primary {
  padding: 20px;
  background: #f4623a;
  color: white;
  margin: 10px 0;
  border-radius: 1rem;
}

.pill-white {
  padding: 20px;
  background: white;
  margin: 10px;
  border-radius: 1rem;
}

.cta {
  margin-top: -2px;
  background: #f4623a;
  padding: 2px 5px;
  border-radius: 1rem;
}

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

.img-small {
  height: auto;
  max-width: 100px;
  margin-bottom: 10px;
}

.img-icon {
  max-width: 70px;
}

.partner {
  border: solid 1px lightgray;
  transition: background-color 0.5s ease;
}

.partner:hover {
  background-color: lightgrey;
}

.partner img {
  transition: transform 0.2s;
}

.partner img:hover {
  transform: scale(1.1);
}

.testimonial img {
  max-height: 120px;
  margin: 10px 0 20px;
}

.testimonial .container {
  padding: 20px;
}

.text-tiny {
  font-size: x-small;
}

.text-block {
  width: 50%;
}

.block-title-primary {
  background: #f4623a;
  color: #eff3f6;
  padding: 5px 10px 5px 20px;
  margin-bottom: 20px;
  width: fit-content;
}

.icon {
  max-width: 100px;
  margin-bottom: -20px;
  height: 100px;
}

.bottom-arrow {
  border-bottom: 5px solid #f4623a;
}

.bottom-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 50px solid #f4623a;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

b {
  font-size: 110%;
}

.animationvideo {
  max-height: 450px;
  max-width: 60vw;
}

.pic {
  max-height: 150px;
  margin: 20px 0;
}

.semi-rounded-bg {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px 30px;
}

.lightblue-bg {
  background-color: #deebf7;
}

.lightorange-bg {
  background-color: #fbe5d6;
}

.bg-secondary-light {
  background-color: #c9c9c9;
  color: #f4623a;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f4623a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f4623a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.first-content {
  margin-top: 5rem !important;
}

/* Dropdown animation for desktop nav */
@media only screen and (min-width: 992px) {
  .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
  }
}
