/* cmsms stylesheet: Orbit7- CSS2 modified: 01/06/19 13:52:08 */
#bg {
    background-image: url("/uploads/images/pages/bg-10.png");
    background-color: #006aeb;
}

.main-page-content {
    margin-bottom: 40px;
    overflow: hidden;
}

.main-page-content img {
    margin-bottom: 20px;
}

.main-page-content h2 {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 28px;
}

.main-page-content p {
    color: #333333;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin-bottom: 15px;
}


.main-page-content ul {
    list-style: none; /* Remove HTML bullets */
    margin-bottom: 5px;
}

.main-page-content ul li {
     padding-left: 16px; 
}

.main-page-content li::before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
}
.main-page-content a {

}

ul {
    margin-bottom: 5px;
}

ul li {
    content: "•";
    padding-left: 16px; 
}

.one-col .news-story {
    border-bottom: 1px solid #e8e8e8;
}

.one-col .news-story ul.blog-tags {
    margin-bottom: 40px;
}

.news-story {
    margin-bottom: 40px;
}

.news-story img {
    
    margin-bottom: 20px;
}

.news-story h2 {
    color: #428bca;
    font-size: 20px;
    font-family: 'Arial' 'Helvetica' 'Open Sans', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-story h2 a {
    color: #428bca;
    text-decoration: none;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.news-story h2 a:hover {
    color: #0076f9;
}

.news-story p {
    margin-bottom: 10px;
    color: #000000;
}

.text-widget a.widget-button {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    background: #0076f9;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.news-item2 {
    margin-bottom: 40px;
}

.news-item2 img {
    max-width: 90%;
    margin-bottom: 20px;
}

.news-item2 h2 {
    color: #1e1e1e;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    margin-bottom: 10px;
}

.news-item2 h2 a {
    color: #1e1e1e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.news-item2 h2 a:hover {
    color: #0076f9;
}

.news-item2 p {
    margin-bottom: 10px;
}

ul.footer-social-icons {
    float: right;
}

ul.footer-social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.footer-social-icons li a {
    display: inline-block;
    margin-bottom: -2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.footer-social-icons li a i {
    font-size: 17px;
    color: #fff;
}

ul.footer-social-icons li a:hover {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}
