.tsc_ribbon_wrap.edge {
    position: relative;
}
.tsc_ribbon_wrap .ribbon-wrap {
    color: #ffffff;
    position: absolute;
    text-align: center;
    z-index: 0;
}
.tsc_ribbon_wrap .ribbon-wrap > span {
    display: block;
    height: 100%;
    position: relative;
}
.tsc_ribbon_wrap .ribbon-wrap > span:before,
.tsc_ribbon_wrap .ribbon-wrap > span:after {
    content: "";
    position: absolute;
    z-index: -1;
}
.tsc_ribbon_wrap .ribbon-wrap:before,
.tsc_ribbon_wrap .ribbon-wrap:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.tsc_ribbon_wrap .left-edge.fork:before {
    background: none repeat scroll 0 0 #666666;
    bottom: 5px;
    height: 20px;
    right: 22px;
    width: 80px;
}

.tsc_ribbon_wrap .right-edge.fork {
    border-radius: 0 5px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 34px;
    line-height: 40px;
    right: -5px;
    top: -20px;
    width: 180px;
}
.tsc_ribbon_wrap .right-edge.fork > span:before {
    border-color: transparent;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    right: 0;
    transform: rotate(45deg);
}
.tsc_ribbon_wrap .right-edge.fork > span:after {
    border-style: solid;
    border-width: 17px;
    left: -14px;
    transform: rotate(180deg);
    top: 0;
    border-radius: 100%;
}
.tsc_ribbon_wrap .right-edge.fork:before {
    background: none repeat scroll 0 0 #666666;
    bottom: 5px;
    height: 20px;
    left: 22px;
    transform: rotate(22deg) skew(-18deg, -28deg);
    width: 50px;
}
.tsc_ribbon_wrap .right-edge.fork:after {
    background: none repeat scroll 0 0 #666666;
    box-shadow: -20px -5px 4px rgba(0, 0, 0, 0.5);
    height: 20px;
    left: 22px;
    top: 5px;
    transform: rotate(-32deg) skew(18deg, 28deg);
    width: 80px;
}

.tsc_ribbon_wrap .lblue.right-edge.fork > span {
    background-color: #005294;
    background-image: -moz-linear-gradient(
        right center,
        #005294 0px,
        #005294 5px,
        #005294 15%,
        #005294 65%,
        #005294 100%
    );
}

.tsc_ribbon_wrap .lblue.right-edge.fork > span:after {
    border-color: #005294 #005294 #005294 transparent;
}
.tsc_ribbon_wrap .lblue.right-edge.fork > span:before {
    border-right-color: #03283a;
    border-top-color: #021f2e;
}

.tt {
    background-color: #03283a;
    color: #ffffff;
}

.card-hover {
    background: linear-gradient(to right, #005294 50%, rgb(250, 249, 249) 50%);
    background-size: 200% 100%;
    background-position: right;
     transition: ease-out 0.5s;
}
.card-hover:hover {
    background-position: left;
    transition: ease-in 0.5s;
}
.card-hover:hover p {
    color: #ffffff;
}
 .includes {
      ul {
        margin-top: 12px;
         padding-left: 24px;


        li {
          list-style: none !important;
          font-size: 1.125rem;
          margin-bottom: 12px;
        }
        li {
          word-wrap: break-word;
        }
        li::before {
          content: "\2714";
          color: #005294;
          display: inline-block;
          position: relative;
          top: -2px;
          width: 24px;
          height: 24px;
          margin-right: 8px;
          padding: 2px;
          font-size: 16px;
          font-weight: bold;
          line-height: 18px;
          border: 2px solid  #005294;
          border-radius: 50%;
          text-align: center;
        }
      }
    }

    .excludes {
      ul {
        margin-top: 12px;
        padding-left: 24px;
        li {
          list-style: none !important;
          font-size: 1.125rem;
          margin-bottom: 12px;
        }
        li {
          word-wrap: break-word;
        }
        li::before {
          content: "\2716";
          color: red;
          display: inline-block;
          position: relative;
          top: -2px;
          width: 24px;
          height: 24px;
          margin-right: 8px;
          padding: 2px;
          font-size: 16px;
          font-weight: bold;
          line-height: 18px;
          border: 2px solid red;
          border-radius: 50%;
          text-align: center;
        }
      }
    }

