#layout {
    box-sizing: content-box;
    width: 100%;
}
#layout_img {
    width: 100%;
}
#layout_row {
    margin-bottom: 10px;
    overflow: hidden;
}
#layout_column1 {
    box-sizing: content-box;
    float: left;
    margin-right: 1%;
    width: 66%;
}
#layout_column2 {
    float: left;
    width: 32%;
}
#layout_column2 h1, #layout_column2 h2, #layout_column2 h3 {
    color: black;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
}
#layout_column2 p, #layout_column2 a, #layout_column2 li {
    font-size: 12px;
    line-height: 1.7em;
}
#layout_column2 li {
    line-height: 12px;
}
#layout_column1 *:first-child, #layout_column2 *:first-child {
    margin-top: 0px !important;
}
#layout_box1, #layout_box2 {
    background-color: #ececec;
    font-size: 11px;
    padding: 2%;
    margin-bottom: 15px;
    width: 98%;
}

/* Responsive Layouts */

@media screen and (max-width: 639px) {
    #layout_column1, #layout_column2 {
       margin-right: 0%;
       width: 100%;
    }
    #layout_column2 h1, #layout_column2 h2, #layout_column2 h3 {
        font-size: medium;
    }
    #layout_column2 p, #layout_column2 a, #layout_column2 li, #layout_column2 div {
        font-size: 14px;
        line-height: 1.7em;
    }
}

/* #layout {
    width: 100%;
}
#layout_img {
    height: 200px;
    width: 640px;
}
#layout_row {
    margin-bottom: 10px;
    overflow: hidden;
}
#layout_column1 {
    float: left;
    padding-right: 20px;
    width: 420px;
}
#layout_column2 {
    float: left;
    width: 200px;
}
#layout_column1 *:first-child, #layout_column2 *:first-child {
    margin-top: 0px;
}
#layout_box1, #layout_box2 {
    background-color: #E9F0DD;
    font-size: 10px;
    padding: 10px;
    width: 180px;
}
#layout_box1 {
    margin-bottom: 10px;
} */

/* Responsive Layouts */

/* @media screen and (max-width: 639px) {
    #layout_img {
        height: 88px;
        width: 280px;
    }
    #layout_column1 {
        float: none;
        padding-right: 0px;
        width: 280px;
    }
    #layout_column2 {
        float: none;
        width: 280px;
    }
    #layout_box1, #layout_box2 {
        font-size: 11px;
        width: 260px;
    }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    #layout_img {
        height: 197px;
        width: 630px;
    }
    #layout_column1 {
        padding-right: 10px;
    }
} */