.top-banner {
    box-shadow: 0 126px #64a70b inset, 0 0 0 rgba(0, 0, 0, 0.3) !important;
    padding: 0;
    z-index: 1;
}
.bg-img-callouts .btn {
    margin-top: 0px !important;
        text-shadow: none;
        }
h2.title span{/*color:white*/}
ol, ul {
    list-style-type: disc;
    }
.callouts.row
{
    padding: 0 15px;
}
.bg-img-callouts .callouts {
    padding: 0;
    }
th.robot{text-align:center;}
.compare-chart table td{text-align:center;}
.slideContent img {
    float: right;
        margin-left: 20px;
        }

.text-carousel-section, .social-callouts {
    background-color: #64a70b;
    }
    
.video-selector {
    background: #f7f7f7;
    border: 0 solid #ebebeb;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-width: 1px 0;
    }
.video-selector .row {
    margin: 0 auto;
    max-width: 1000px;
    padding: 2em .75em;
}
.content-slot {
    line-height: 1.325;
    }
//.video-selector .content-slot {
//    max-width: 25rem;
//    }
.video-selector .thumbnail-list {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0 0 -5px;
    padding: 0;
}
.video-selector .thumbnail-item {
    margin: 0 0 5px 5px;
    margin-left: 5px;
            }
.video-selector .thumbnail-item:first-child {
    margin-left: 0;
    }
.video-selector .thumbnail-img {
    vertical-align: middle;
    }
.video-selector .video-wrapper {
    display: none;
    margin: 1rem auto 0;
    max-width: 800px;
    padding: 0 0 56.25%;
    position: relative;
}
.ytp-spinner-wrapper {
    left: 50%;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
}
.ytp-spinner {
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    padding-bottom: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100%;
}
.ytp-spinner-rotator {
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;
    height: 100%;
    position: absolute;
    width: 100%;
}
.ytp-spinner-left {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 49%;
    top: 0;
}
.ytp-spinner-right {
    bottom: 0;
    left: 49%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.video-selector .ytp {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-selector .thumbnail-list {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0 0 -5px;
    padding: 0;
}
//@media(max-width:1023px) {
 .video-selector .content-slot {text-align:center}
 .video-selector .thumbnail-list {
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    margin:1.5em 0 0
    }
//}
/*
@media(min-width:1024px) {
 .video-selector .top-wrapper {
   -webkit-align-items:center;
    align-items:center;
   display:-webkit-flex;
   display:flex;
   -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    flex-direction: column;
   -webkit-justify-content:center;
     justify-content:center
      }
   .video-selector .content-slot {max-width:25rem}
}
*/