/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 15:44:43 */
/* start search module css*/
.is-form-style input.is-search-input{
      background: #EBEEEF;
    height: 46px;
    border-radius: 5px 0 0 5px;
    border: 0 !important;
}
.is-form-style button.is-search-submit
{
    height: 46px; 
    
}
.is-form-style input.is-search-submit, .is-search-icon
{
height: 46px;
    background: #008FD5;
    border: 0 !important;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
.is-search-icon
{
   padding-top: 10px !important; 
}
/*end search module css */
/*start Home page css*/
body
{
	font-family:Raleway,Helvetica,sans-serif !important;
}
#videosection .slick-track .slick-slide
{
	border: 1px solid transparent;
  transform: translate(0);
  transition: all .3s cubic-bezier(.4,0,.2,1);
	background-color: #f9f9f9;
	padding:1.375rem 1.375rem .6875rem;
	margin:0 13px;
}
#videosection .video-list-slider .post_item
{
    box-shadow: none;
}
#videosection .slick-track .slick-slide:nth-child(1)
{
    margin-left: 0;
}
#footernavigation svg {
    height: 3.4375rem;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.page-content, .entry-content, .entry-summary
{
    margin: 0;
}
.vjs-poster
{
background-color:#00253 !important; 
}
.video-list-slider .slick-slide
{
	display: flex !important;
	align-items: stretch;		
}
.video-list-slider .item_wrap
{
	overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.vjs-poster
{
	background:#fff !important;
}
/*end Home page css*/