/* Header and Menu Styling */
#sp-top-bar .sp-module {
    display: block;
    margin: 0px;
}
#sp-header {
    height: 100px;
    top: auto;
}
#sp-header.menu-fixed {
    background-image: url("/images/header-background-sfw.jpg");
    background-repeat: repeat-x;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 0 50%;
    padding: 0px 10%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.sp-megamenu-parent > li > a {
    font-size: inherit;
    line-height: 50px;
    margin: 50px 0 0;
}
#offcanvas-toggler {
    margin-top: 30px;
}
#offcanvas-toggler > i {
    color: #000378;
}
#offcanvas-toggler > i:hover {
    color: #000000;
}
@media screen and (max-width: 991px) {
    #sp-bottom {
    padding: 0px !important;
    }
}

/* Dropdown Menu Styling */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner::before {
    content: '';
    border-bottom: 10px solid #f4d49b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 15px;
    top: -10px;
}
.sp-dropdown-items {
    background: #f4d49b;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    background: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: rgba(0,3,120,.1)!important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #000 !important;
    font-weight: 500;
    background: rgba(0,3,120,.1);
}

body {color:#000000; font-size: 22px; line-height: 26PX;}
a {color: #00c1c0;}
a:hover, a:focus {color: #009493;}

/* Footer Styling */
#sp-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 80%;
    margin: 0 auto;
    background: none;
}
.navbarbox {display: none!important;}

div.k2ItemsBlock ul li a.moduleItemTitle {
    margin-top: 0px;
margin-bottom: 10px;
color: #000378;
font-size: 30px;
line-height: 30px;
font-weight: 600;
}
div.k2ItemsBlock ul li a.moduleItemReadMore,
article.item .readmore a {
    color: #000378;
}
.sppb-addon-article .sppb-addon-article-title a,
.sppb-addon-article .sppb-readmore {
    color: #00c1c0;
}
article.item .readmore a {
    font-size: 18px;
}
article.item .readmore a:after {
    font-size: 18px;
}
.sppb-addon-article .sppb-addon-article-title a:hover,
.sppb-addon-article .sppb-readmore:hover,
.entry-header h2 {
    color: #000378;
}
.view-article .entry-header .helix-social-share-wrap {
    display: none;
}
.view-article .article-footer-top .helix-social-share .helix-social-share-icon ul li a.gplus {
    display: none;
}
.page-header {
    display: none;
}
.sppb-addon-articles .sppb-article-meta > span {
    display: inline-block;
    margin: 5px;
    color: #000000;
    font-size: 18px;
}
.voting-symbol span.star {
    font-family: "Font Awesome 5 Pro";
     font-weight: 400;
    font-style: normal;
    display: inline-block;
}
.voting-symbol span.star::before {
    content: "\f005";
    padding-right: 5px;
}
.layout-blog #sp-main-body {
    background: #ffffff;
    padding: 50px 0px 0px;
}
.view-article #sp-main-body {
    background: #ffffff;
    padding: 50px 0px 0px;
}
article.item .article-info-wrap {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #cccccc;
}
.sppb-addon-article .sppb-article-content-wrap {
    height: auto;
}
@media (min-width:768px) {
    .container {
     width:750px
    }
   }
@media (min-width:992px) {
    .container {
     width:970px
    }
    .sppb-addon-article .sppb-article-content-wrap {
        height: 450px;
    }
   }
@media (min-width:1200px) {
    .container {
     width:1400px;
    }
   }
   .view-article .pager.pagenav li a{
    background: #00c1c0;
}
.view-article .pager.pagenav li a:hover {
     background: #000378;
}
#sp-footer {
    padding: 0px;
}
.sp-page-title {
    padding: 120px 0 0px;
  text-align: center;
    background: #ffffff;
}
.sp-page-title h2 {
    font-size: 30px;
    color: #000378;
    letter-spacing: normal;
    line-height: 30px;
}
/*.pagination-wrapper .pagination li.active a,
.pagination-wrapper .pagination li:hover a {
    background: #00c1c0;
}*/
.article-info > dd {
    color: #000000;
    font-size: 16px;
    font-weight: 200;
}
.fa.fa-clock-o {
    display: none;
}