/*DO NOT DELETE THIS LINE*/@media screen and (min-width: 1024px) and (max-width: 1249px) {
    /* This style sheet is for standard desktop monitors and most iPad Landscape view */    
/*DO NOT DELETE THIS LINE*/}

/*DO NOT DELETE THIS LINE*/@media screen and (max-width: 1249px) {

    .MainContent,
    #MainFooter .FooterContent {
        width: calc(100% - 40px); 
        margin-left:auto;
        margin-right:auto;        
    }
    .HomePage,
    .HomePage .Content {
        width:100%;
        padding:0px;    
    }
    
    .HomePage .ThirdWidth:nth-of-type(1),
    .HomePage .ThirdWidth:nth-of-type(2),
    .HomePage .ThirdWidth:nth-of-type(3) {
        position:static;
        width:30%;
        padding:0px 0px 40px 3%;    
        margin:0px;            
    }
    
    #MainNavigation {
        width:960px;
    }
    
    #MainNavigation ul {
        font-size:17px;
    }
    
    #MainNavigation .rmHorizontal > li > a {
        padding-left: 10px;
        padding-right: 5px;
    }
/*DO NOT DELETE THIS LINE*/}