a,
a:focus,
a:active,
.timeline__number,
.icon-box__number,
.section__pretitle,
.post-box:hover .post-box__title,
.post-box .article-title a:hover,
.post-box__figure__list li i,
.portfolio-box__icon,
.postbar:hover .postbar__title,
.icon-list--inline li a:hover,
.calendar_wrap .today,
.input-icon .btn:hover,
.pagination span,
.text-404__title {
    color: #313E77;
				text-decoration: underline;
}

.menuitems li:hover > a:hover,
.menuitems li.active > a,
.tag-list a,
.tag-list a:hover,
.btn--border-primary,
.btn--border-primary:focus,
.list-count a:hover {
    border-color: #66994D;
				text-decoration: none;
}

.tag-list a:hover,
.btn--border-primary:before {
    background: #66994D;
}

@media screen and (min-width: 1201px) {

    .navigation ul {
        background: #66994D;
    }

    .navigation > li:before {
        border-right-color: #66994D;
    }

}

.help-block {
		margin-top: 10px;
}
.alert-success {
    color: #000000;
				font-weight: 900;
    background-color: #FFC5C6;
    border-color: #FF0000;
}
.btn-success {
color:  #ffffff;
}