/* ie11mc_video-single.css */


/* MC IE11 CSS CODE  */
        
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) 
{ 

    .filltwocolwidth {
        padding-top: 0em;
        margin-bottom:.75em;
        border-bottom: thick solid rgba(0, 102, 102,1);
    }
    /* child of twocolcontent grid */

    .filltwocolwidth h2 {
        padding-bottom:.5em;
    }

    .singlevidrow2 {
        -ms-grid-column:1;
        -ms-grid-column-span: 3;
        -ms-grid-row:2;
        -ms-grid-row-span: 1;
        width:100%;
    }

    .it {
        font-style:normal; font-weight:400;
    }


}
/* end MC IE11 CSS CODE  */







/* ////  IE11 WIDE 832px to 1140px  //// */
        
@media all and (min-width:832px)
 and (-ms-high-contrast: none), (-ms-high-contrast: active) 
{




    
}

/* //// end IE11 WIDE 832px to 1140px  //// */


/* ////  IE11 WIDE 1140px and up //// */
       
@media all and (min-width:1140px)
and (-ms-high-contrast: none), (-ms-high-contrast: active) 
{




}
/* //// end IE11 WIDE 1140px and up //// */    