.half-column-1, .half-column-2, .full-column, .third-column-1, .third-column-2, .third-column-3, .two-thirds-column-1, .two-thirds-column-2, .menuitem {
    margin-top: 30px;  
    display: inline-block;   
    box-sizing: border-box;   
    background-color: white;  
    line-height: 170%;
    vertical-align: top;
    margin: 5px 0;
    padding: 10px;
    max-width: 100%;
}
.half-column-1, .half-column-2 {
    width: 45%;    
    margin: 5px;
}

.third-column-1, .third-column-2, .third-column-3  {
    width: 33%;
}
.two-thirds-column-1, .two-thirds-column-2 {
    width: 66%;
}

.image-center  {
    margin: 0 auto;
    float: none;
}
.image-right {   
    float: right;
    margin: 0;
}
.image-left {    
    float: left;
    margin: 0;
}
.image-xsmall {
   max-width: 140px; 
}
.image-small {
    max-width: 240px;
}
.image-medium {
    max-width: 400px;
}
.image-large {
    max-width: 600px;
}
.image-xlarge {
    width: 700px;
}

/**PDF PAGE BREAK*/
@media print {
    .pdf-page-break {
        page-break-after: always;       
       
    }
}
/** BREAKPOINTS */

@media only screen and (max-width: 750px) {
    .half-column-1, .half-column-2, .full-column, .third-column-1, .third-column-2, .third-column-3, .two-thirds-column-1, .two-thirds-column-2 {
        width: 100%;
        margin: 0;
    }
}
