.heading-menu .container.tac.clearfix {
    padding: 0;
}
h1.mspftrmnhdr{ margin-top: 0px;}
#customerlogos {
    display: block;
}


/*Simple jQuery Tabbed show or hide Menu */
.tabs, .thumbs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs > li{
    cursor: pointer;
}
li[data-active="active"]{
    font-weight: bold;
}
.tabs > li,
.thumbs > li{
     padding: 10px;
     list-style: none;
}
.thumbs > li{
    background-color: #ccc;
    margin: 10px;
}




.msp-resources{ display: flex; flex-wrap: wrap;}

.rs-box{width: 30%; margin: 10px;background:#f1f1f1; }
.webinar-box{ background:#ebf8fe; padding:10px;}
.morlinks {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}
	.morlinks a {
    color: #09C;
    font-size: 15px;
}
	a.docubtns{font-size: 15px;}
.videozonehdrtxts{ font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; padding:20px; color:#1A8509;}
.vzftshareicondiv{ float:left; margin:10px 0 0 0; position:relative}
.videobdr{ border:2px solid #999; float:left; margin-left:20px;}
a.tabactive{font-weight:bold;color:#5D973D;cursor:pointer;text-decoration:none!important;font-size:14px;font-family:Arial, Helvetica, sans-serif;margin:0px 10px}
a.tabactive:hover{color:#5D973D}
a.tabinactive{font-weight:normal;color:#000000;cursor:pointer;text-decoration:none!important;font-size:14px;font-family:Arial, Helvetica, sans-serif;margin:0px 10px; width:670px;}
.tblbrd{border-bottom:1px solid #C2C2C2;border-right:1px solid #C2C2C2;border-left:1px solid #C2C2C2}
.rhs-cont h4{ margin-left:0px;}
.rhs-cont h4 a{color: #09C; text-decoration:none !important}
.msp105rlsbnrbg {
    background-image: url(images/blob-bg.jpg);
    background-position: center;
    width: 90%;
    background-size: cover;
    padding: 5%;
    margin: 0px 0 20px 0;
}
a.bnrcta {
    background: #E9142B;
    padding: 7px 20px;
    font-size: 17px;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
sup.newlbl {
background: #E9142B;
color: #fff;
padding: 2px 3px;
border-radius: 2px;
font-size: 11px;
margin: 5px;
}

.wrap, .wrap .promotitle {
text-align: center !important;
}
.wrap a.promocta.ybgbclr {
background: #E9142B !important;
color: #ffff !important;
}
.wistia-wrap {
    margin: 0px auto 20px;
}
img.imgmgn {
    width: 50%;
margin:0 auto 0 40px;
}
/*resources page*/

.recourcnavsec {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 999;
}
.rs-continer {
    padding: 15px 0px;
    max-width: 1170px;
}

ul.rsourcetabs {
    margin: 0 auto;
    list-style: none;
    position: relative;
    height: 25px;
    display: flex;
    justify-content: flex-start;
}
ul.rsourcetabs li {
        margin: 0 40px 0 0;
}
li.active a.active {
  color: #1b66d0 !important;
}
ul.rsourcetabs li span {
  bottom: 15px;
  position: relative;
}
ul.rsourcetabs li a {
  position: relative;
  z-index: 200;
  color: #000;
  font-size: 15px;
  display: block;
  text-decoration: none;
  line-height: 26px;
}
ul.rsourcetabs li a:hover {
    color: #1b66d0;
}
div#rsnav {
    height: 0;
}
.active a {
    color: #1b66d0 !important;
}
.ie6 ul.rsourcetabs li, .ie7 ul.rsourcetabs li {
  display: inline;
}
ul.rsourcetabs #rsource_movbg {
  position: absolute;
  height: 3px !important;
  bottom: -15px;
  left: 0;
  width: 100px;
  background: #1b66d0;
  z-index: 100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0;
  transition: all 0.3s;
}
/*Clear Fix*/
ul.rsourcetabs:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html ul.rsourcetabs {
  zoom: 1;
}

.is-animated {
    transition-delay: .1s !important;
	animation:.6s fadein ease;
	/*transition: 1s ease;*/

}

@keyframes fadein {
  0% {
          opacity: 0;
    transform: translateY(60px);
  } 
  100% {
         transform: translateY(0px);
    opacity: 1;
  }
}


/* Resources container section style start*/

.rs-contwrpr{ padding:50px 0}
.rs-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.rs-contentmain {
    display: flex;
    align-items: flex-start;
}

.rs-content {
    padding-right: 2%;
    position: relative;
    flex: 0 0 90%;
    word-break: break-word;
}

/*resource page end*/
@media only screen and (max-width: 768px) {
    .host-ventura-wrap {
        height: 250px;
        padding: 0px 30px 0px 30px !important;
        flex-direction: unset;
    box-sizing: border-box;
    }
.wistia-wrap {
   width: 90% ;
margin: 20px auto 20px;
}
	.rs-box {
		width: 46%;}
}
	@media only screen and (max-width: 667px) {
	.rs-box {
    width: 96%;
	}
	}