#wmd-news-wrapper p {
    margin: 0px;
}

.title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.subtitle {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 21px;
}

#wmd-news-wrapper a,
#wmd-news-wrapper a .subtitle
#wmd-news-wrapper .content {
    color: #333 !important;
}

.two-column-wrapper {
    background-color: #f2f4f7;
    margin-bottom: 25px;
    padding: 15px 0 10px;
}
.two-column-wrapper .content ul {
    margin: 0 !important;
    padding-left: 15px;
}
#wmd-news-wrapper .item {
    width: 100%;
}

#wmd-news-wrapper .item:first-of-type .two-column-wrapper {
    padding-top: 0 !important;
}
#wmd-news-wrapper .item:last-of-type .two-column-wrapper {
    padding-bottom: 0 !important;
}

.two-column-wrapper .content {
    color: #333 !important;
    padding-left: 25px;
    width: 78% !important;
}

.two-column-wrapper .content p a{
    font-size: 14px;
    line-height: 21px;
    color: #333;
    text-decoration: underline;
}

#wmd-news-wrapper .pagination {
    border-radius: 0;
    margin: 0 !important;
    padding: 0;
}
#wmd-news-wrapper .pagination  li.page-item {
    border-right: none;
}
#wmd-news-wrapper .pagination  li.page-item.active a {
    border-bottom: 3px solid #45618d !important;
    padding-bottom: 6px !important;
    font-weight: 600;
}
#wmd-news-wrapper .pagination li.page-item::marker {
        content: '';
}
#wmd-news-wrapper .pagination li.page-item:first-child {
    margin-left: 0 !important;
}
#wmd-news-wrapper .pagination li.page-item:first-child .page-link:hover{
    border-bottom: none;
}
#wmd-news-wrapper .pagination li.page-item:last-child .page-link:hover{
    border-bottom: none;
}
#wmd-news-wrapper .pagination  li.page-item a.page-link {
    border-radius: 0;
    color: #45618d !important;
    background-color: transparent;
    margin: 0 10px;
    padding: 0 0 6px 0;
    text-decoration: none;
    border: none;

}
#wmd-news-wrapper .pagination  li.page-item a.page-link:hover {
    background-color: transparent;
}
#wmd-news-wrapper .pagination  li.page-item a.page-link:focus {
    box-shadow: none;
}

.order-page, .order-page-active {
    text-align: center; 
    display: inline-block; 
    width: 20px; 
    text-decoration: none; 
    margin: 0; 
    border: 1px solid #acc5ee;
    background-color: #7994bb;
}

.order-page-active {
    background-color: #b5cc46;
    border: 1px solid #e8ff79;
}

.order-search-type {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
}




.twoColumnsImg{
    width: 175px; 
    float: left;
    border-width: 0px; 
    border-style: solid;
}

.bigPicture {
    width: 520px;
    float: left;
    border-width: 0px;
    border-style: solid;
}

.item {
    position: relative;
	width: 520px;
   /* margin-left: 10px; */
   /*  margin-top: 16px; */
    
}

#wmd-news-wrapper .item {
    margin-top: 10px;
}

.myButton {
    background: #AEB3AD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    margin-right: 2px;
    text-decoration: none;
    text-align: center;
    width: 25px;
    height: 30px;
}

.myButton a {
    text-decoration: none;
}

.headArticle {
	color: #fff;
	margin-left: 10px;
}

.mb-45 {
    margin-bottom: 45px;
}