
.card {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background-color: #f4f3ee; }
.card .card-content {
    padding: 30px 0 30px 30px;
    width: 60%;
    float: left; }
.card .card-content p {
    font-size: 16px;
    color: #95979c; }
.card .article-title {
    font-size: 18px;
    padding: 0;
    margin: 8px 0;
    line-height: 1.5;
    color: #737984; }
.card .card-image {
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative; 
    background: white;
}
.card-image img {
    max-height: 250px;
    margin: 0 auto;
    display: block;
}
.card .card-image .news-skew {
    width: 170px;
    background: #f4f3ee;
    height: 1500px;
    position: absolute;
    -webkit-transform: skewY(263deg);
    -moz-transform: skewY(263deg);
    -ms-transform: skewY(263deg);
    -o-transform: skewY(263deg);
    transform: skewY(263deg);
    top: 0;
    left: -84px; }
.card p.article-date {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1; }
.card p.article-link {
    position: absolute;
    bottom: 10px; }
.card p.article-link a {
    position: relative; }
.card p.article-link a:after {
    content: "...";
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: -4px;
    right: -13px; }
.card p.article-link a:hover:after {
    position: absolute;
    right: -16px; }
.card .inner-right .card-image,
.card .inner-right .card-content {
    float: right; }
.card .inner-right .news-skew {
    -webkit-transform: skewY(97deg);
    -moz-transform: skewY(97deg);
    -ms-transform: skewY(97deg);
    -o-transform: skewY(97deg);
    transform: skewY(97deg);
    right: -84px;
    left: auto; }
.card .inner-right .card-content {
    text-align: right;
    padding: 30px 30px 30px 0; }
.card .inner-right p.article-link {
    position: absolute;
    bottom: 10px;
    right: 43px; }

.article-stub-wrap .news-latest h3 {
    margin: 0; }

.article-stub-wrap .article-stub-line {
    line-height: 1;
    font-size: 16px; }
.article-stub-wrap .article-stub-line a {
    color: #737984; }

.article-stub-wrap .article-social a {
    font-size: 22px;
    color: #737984;
    margin-right: 10px; }
.article-stub-wrap .article-social a:hover {
    color: #569acb;
    text-decoration: none; }

.news-control-column .search-field-wrap {
    position: relative; }
.news-control-column .search-field-wrap .search-form {
    padding: 12px;
    font-size: 16px;
    color: #737984;
    /*font-family: "Open Sans";*/ 
}
.news-control-column .search-field-wrap .isSearching {
    position: absolute;
    top: 7px;
    right: 4px;
    background: none;
    border: none;
    font-size: 24px;
    color: #737984; }
.news-control-column .search-field-wrap .isSearching:hover {
    color: #569acb; }

.news-control-column h3 {
    color: #737984;
    font-weight: bold; }

.news-control-column p {
    color: #737984;
    margin: 0 0 5px;
    line-height: 2; }
.news-control-column p a {
    color: #737984; }
.news-control-column p a:hover {
    color: #569acb;
    text-decoration: none; }

.news-latest h3 {
    color: #569acb; }

.article-wrap p {
    font-size: 18px;
    color: #838383;
    font-weight: lighter;
}