.category-soaring-weather .category-view {
    display: block;
}
.category-soaring-weather .category-image {
    display: none;
}
.category-soaring-weather .category-description {
    display: none;
}
.category-soaring-weather .category-cms {
    display: block;
}

.category-soaring-weather .columns .column.main {
    min-height: 100px;
}

body .row .col_12:nth-child(2) {
    padding-left: 15px;
}
.row .col_12 {
    float: left;
    box-sizing: border-box;
}
.row .col_12 {
    width: 50%;
}
.col_12 article h2 {
    text-align: center;
    font-size: 2em;
    color: rgb(96, 96, 96)
}
.col_12 h3 {
    font-size: 1.35em;
    line-height: 1.25;
    margin-bottom: .45em;
    text-align: center;
    margin: 20px;
    padding: 5px;
    border-radius: 10px;
    background-color: #2B8AC2;
    color: #ffffff;
    box-shadow: 5px 5px 5px #888888;
}
.col_12 p {
    margin: 20px 30px;
    position: relative;
}
.col_12 center {
    margin: 10px 30px;
}
.col_12 article > img {
    max-width: 100%;
    margin: 10px 20px;
    text-align: center;
}
.col_12 p > strong {
    position: relative;
    top: 5px;
    display: block;
    margin-bottom: 10px;
}
