
#cms-region-1 { 
    width: 100%; 
    min-height: 100px; 
    float: left; 
    padding-bottom: 40px;
} 
#cms-region-1 > * {
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 700px;
}
#contentWrapper article{ 
    width: 100%; 
}
#contentWrapper .cms-editable{
    display: table-row;
}
#contentWrapper h1{
    text-align: center;
}

.card-list {
    font-size: 1.2em;
}
.card-list:after,
.card:after {
    content: '';
    display: table;
    clear: both;
}
#contentWrapper .card-list h2 {
    text-align: left;
}
.card .image {
    width: 200px;
    float: left;
}

.card:after {
    clear: both;
    content: "";
    display: table;
}

.card .content {
    margin-left: 215px;
}

.card .content > h3,
.card .content > a,
.card .content > a:link {
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    color: inherit;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 2px;
}

.card .content > a,
.card .content > a:link {
    border-bottom: 1px solid #333;
}

.card .image img {
    width: 100%;
}

.card .content .description {
    font-size: 1em;
}
.card .content .description p {
    margin-top: 0;
}

.card {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .col.col-3-1, .col.col-3-2, .col.col-3-3{
        width: 33.3%;
    }
}