.heading-menu{padding:3% 0;}
ul.mspftrboxs ul{padding:0 4%;list-style:disc;}
.msp-resources {
    display: flex;
    flex-wrap: wrap;
}
.rs-box {
    width: 30%;
    margin: 10px;
    background: #f1f1f1;
}
.ptb {
    padding: 20px 0 25px 0 !important;
}
.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%;
	}
	}