/* All Common pages Styles */
.main-content-section {
    position: relative;
    padding: 40px 0;
    background: #fff;
}
.main-content-section .outer-row {
    margin: 0 -10px;
}
.main-content-section .content-column, .main-content-section .sidebar-column {
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px;
}
.listing-widget {
    position: relative;
    margin-bottom: 20px;
}
.listing-widget .inner {
    position: relative;
    display: block;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}
.listing-widget .inner .widget-header {
    position: relative;
    padding: 10px 15px;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #aad71a;
    color: #fff;
    margin-right: -1px;
}
.listing-widget .list {
    position: relative;
}
.listing-widget .list li {
    position: relative;
    display: block;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.listing-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 0 8px 30px;
    font-weight: 500;
    color: #7a7a7a;
    text-transform: capitalize;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.listing-widget .list li a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: #aaa;
    border-radius: 50%;
}
.listing-widget .list li.active a, .listing-widget .list li:hover a {
    background: #f9f9f9;
    color: #93c83e;
}

.contact-box {
    position: relative;
    background: #fff;
    color: #7a7a7a;
    padding: 30px 35px;
    line-height: 1.7em;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.contact-box .text {
    position: relative;
    margin-bottom: 20px;
}
.contact-box .text a {
    color: #205081;
    text-decoration: underline;
}
.contact-box .contact-form .row {
    margin: 0 -8px;
}
.contact-box .contact-form .row .form-group {
    padding: 0 8px;
    position: relative;
    margin-bottom: 16px;
}
.default-form .form-group .field-inner {
    position: relative;
    display: block;
}
.contact-box .contact-form .theme-btn {
    line-height: 24px;
    padding: 8px 32px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    background: #1f5181;
    border-radius: 3px;
}
button:hover {
    opacity: .8;
}

/* Legal page */
.legal-facts-listing {
    position: relative;
}
.legal-fact-block {
    position: relative;
    background: #fff;
    color: #7a7a7a;
    line-height: 1.6em;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}
.legal-fact-block .inner {
    position: relative;
    padding: 30px;
}
.legal-fact-block h3 {
    position: relative;
    font-size: 20px;
    color: #205081;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.legal-fact-block .text a {
    text-decoration: underline;
}

/* FAQs Pages Styles */
.news-container {
    position: relative;
}
.news-block {
    position: relative;
    background: #fff;
    color: #7a7a7a;
    line-height: 1.6em;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}
.news-block .upper-content {
    position: relative;
    padding: 20px;
}
.news-block .upper-content .content-column .inner {
    position: relative;
    padding-left: 10px;
}
.news-block .news-title {
    position: relative;
    margin-bottom: 25px;
    margin-top: -5px;
}
.news-block .news-title h3 {
    position: relative;
    font-size: 24px;
    color: #205081;
    font-weight: 500;
}
.news-block .news-title h3 a {
    color: #205081;
}
.news-block .news-title .date {
    position: relative;
    font-size: 12px;
    color: #a1a1a1;
}
.news-block .upper-content .content-column p {
    margin-bottom: 15px;
    line-height: 1.7em;
}
.news-block .bottom-content {
    position: relative;
    padding: 8px 20px;
    border-top: 1px solid rgba(0, 0, 0, .07);
}
.news-block .bottom-content .more-link {
    position: relative;
    float: right;
    padding: 5px 0;
}
.news-block .bottom-content .more-link a {
    display: block;
    line-height: 30px;
    color: #205081;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.news-block .bottom-content .more-link a .fa {
    position: relative;
    top: -1px;
    line-height: 30px;
    padding-left: 10px;
    font-weight: 400;
}
.news-block .bottom-content .back-link a:hover, .news-block .bottom-content .more-link a:hover, .news-block .news-title h3 a:hover {
    color: #aad71a;
}

/* Media Queries */
@media only screen and (max-width: 599px) {
    .news-block .bottom-content .more-link, .news-block .bottom-content .share-option {
        width: 100%;
    }
}