/* Enter Your Custom CSS Here */
body.home .ninja-forms-field-error p {
    margin-bottom: 0 !important;
}
body.home .header-content-wrap {
    padding: 175px 0 120px;
}
body.home .ninja-forms-required-items {
    margin-bottom: 10px;
}
.ninja-forms-all-fields-wrap .submit-wrap input {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: auto  !important;
    background: #1e9e6b  !important;
    color: #FFFFFF !important;
    font-size: 20px  !important;
}
.left-form-wrap {
    margin-right: 2%  !important;
}
.left-form-wrap, .right-form-wrap {
    width: 49%  !important;
    border-bottom: 1px solid #999999  !important;
    float: left  !important;
}
body.home .ninja-forms-all-fields-wrap .list-dropdown-wrap select, .ninja-forms-all-fields-wrap input {
    box-sizing: border-box;
    width: 100% !important;
    padding: 15px 10px !important;
    border-top: 0  !important;
    border-left: 0  !important;
    border-radius: 0  !important;
    color: #555555 !important;
}
body.home .home-header-wrap h1.intro-text {
    color: #333333;
    font-size: 36px;
    line-height: normal;
}
body.home .header-content-wrap .container {
    max-width: 700px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(255,255,255,0.8);
}
.ninja-forms-all-fields-wrap .list-dropdown-wrap select {
    padding-left: 7px;
}
body.home .buttons {
    display: none;
}
.blog-wrap {
    width: 100%;
    box-sizing: border-box;
}

.blog-wrap .blog-image {
    display: inline-block;
    float: none;
    width: 30%;
    margin-right: 30px;
    vertical-align: top;
    border: 1px solid #dbdbdb;
}

.blog-wrap .blog-content {
    width: 60%;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.blog-wrap .blog-title {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
}

.blog-wrap .blog-excerpt p {
    font-size: 14px;
    line-height: normal;
    display: block;
}

.blog-wrap .blog-item {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.blog-wrap .blog-item:first-child {
    padding-top: 30px;
}

.blog-excerpt .sd-social-icon .sd-content ul li.share-twitter a::before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 14px;
}

.blog-excerpt .sd-social-icon .sd-content ul li.share-facebook a::before{
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 14px;
}

.blog-excerpt .sd-social-icon .sd-content ul li.share-google-plus-1 a::before{
    content: "\f0d5";
    font-family: FontAwesome;
    font-size: 14px;
}

.blog-excerpt .sd-social-icon .sd-content ul .share-icon {
    width: 30px;
    padding: 8px;
    text-align: center;
}
.blog-pagination ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #00538c;
    padding: 5px 8px;
    background: #00538c;
    color: #ffffff !important;
    border-radius: 2px;
}

.blog-pagination {
    text-align: center;
}

.blog-pagination ul li a {
    color: #ffffff !important;
}

.blog-pagination ul li.wpv_page_current {
    background: #007acc;
    border: 1px solid #007acc;
}

.blog-pagination ul li:hover {
    background: #007acc;
    border: 1px solid #007acc;
}
.finance-articles {
    display: none;
}