#sp-left .sp-module, #sp-right .sp-module {
    margin-bottom: 0px;
}
.view-category span.post-format {
    display: none;
}

.view-category .entry-header.has-post-format {
    margin: 0;
}
.view-category .blog p {
    height: 66px;
    line-height: 1.5;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
}
p.readmore {
    height: auto!important;
    line-height: 0!important;
}


.view-category .entry-header h2 {
    height: 28px;
    line-height: 1.5;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
    font-size: 20px!important;
}




.view-category .sp-page-title {
    /* display: none; */
}

.view-article .header-image, .view-article div#sp-right {
    display: none;
}

.view-article div#sp-component {
    width: 100%;
}

.readmore a.btn {
    border: none;
    padding: 0;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 700;
    color: #999999;
    letter-spacing: 0px;
}










@media only screen and (max-width: 480px){
.entry-header h2 {
    font-size: 18px!important;
    line-height: 1;
    height: inherit!important;
    -webkit-line-clamp: 1!Important;
    -webkit-box-orient: vertical!Important;
    overflow: hidden!Important;
    text-overflow: ellipsis!Important;
    }}



div#sp-right {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #fff;
    box-shadow: rgb(169 189 255 / 19%) 0px 10px 16px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px!important;
    padding: 20px 15px;

}

@media screen and (max-width:600px){
div#sp-right {
    background: #f2f2f24f;
    border-radius: 0px;
    border: 1px solid #fff;
    box-shadow: rgb(169 189 255 / 19%) 0px 10px 16px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px!important;
    padding: 20px 15px;
	margin:0px 15px;
}}


#sp-right a:hover {
    opacity: 0.8;
    color: #f26f31;
}

.cat-children {
    display: none;
}


.sppb-article-page-wrapper .page-content .sppb-section .sppb-row-container {
    padding: 0!Important;
}

@media screen and (min-width:481px){
.view-category #sp-component, .view-article #sp-component {
    padding-right: 15px;
}}



#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
}

@media only screen and (min-width: 992px) {
.sp-page-title .container {
    width: 100%;
    margin-left: 0;
}}

@media only screen and (min-width: 768px) and (max-width:991px){
.sp-page-title .container {
    width: 100%;
    margin-left: 0px;
}}


.layout-blog section#sp-main-body, .com-content.view-article section#sp-main-body, .com-content.view-category section#sp-main-body{padding: 50px 0!important;background: white;border-bottom: 1px solid #ccc;}


.com-content.view-article .page-header {
    display: none;
}
.view-article .entry-header.has-post-format {
    display: none;
}
.article-breadcrumb ol.breadcrumb {
    text-align: left;
    background: transparent;
    margin: 0;
    padding: 0;
}

.page-header{
    padding: 0!important;
    margin: 0;
    display: none;
}

.page-header h1{
    margin: 0;
}

.view-article .article-info {
  line-height: 12px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 18px;
}

.course-tabs .sppb-addon.sppb-addon-text-block .sppb-addon-content {
    padding: 20px 30px 40px 30px;
}

@media only screen and (max-width: 768px) {
.course-tabs .sppb-addon.sppb-addon-text-block .sppb-addon-content {
    padding: 20px 15px 40px 15px;
  }}

.course-tabs ol {
    padding-left: 15px;
}



/*----------------------------------------
        BULLET
---------------------------------------*/
.bullet-points li {list-style-type:none;margin-bottom: 15px;}


.bullet-points ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 15px;
    left: 1px;
}

.bullet-points ul {padding-left: 30px;}



/*tabs*/
.sppb-addon-tab .sppb-addon-content.sppb-tab {
  border: 1px solid #ccc;
  border-top: 0px;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs {
  border: none;
  border-bottom: 0px solid #f0f2f5;
  background-color: #002857;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li {
  margin-bottom: 0;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li >a {
  border: none;
  border-right: 1px solid #fff;
  font-weight: 600;
  padding: 14px 30px;
  color: #fff;
  background-color: #002857;
  position: relative;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li >a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #cb0a3d;
  height: 1px;
  bottom: 0;
  opacity: 0;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li:last-child>a {
  border-right: none;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li.active>a {
  background-color: #cb0a3d;
  color: #fff;
}




.course-detail-cta {
    padding: 50px!important;
    background: #efefef;
    margin: auto!important;
    margin-bottom:50px!important;
}
@media only screen and (max-width: 600px) {
.course-detail-cta {
    padding: 50px 14px!important;
    background: #efefef;
    margin: auto!important;
    margin-bottom:50px!important;
}}

.article-footer-top {
    display: table;
    clear: both;
    width: 100%;
    margin-top: 30px;
}

/*search*/
.view-search span.highlight {
    background: transparent;
    color: #cb0a3d;
    padding: 0;
    font-weight: 700;
    font-size: inherit;
    top: 0!important;
}

.view-search span.icon-search {
    color: #fff;
    margin-left: 10px!important;
}

.view-search select#limit {
    padding: 5px 0;
}
.search .page-title {
    display: none;
}


.entry-header h2 {
    margin: 8px 0 7px;
    font-size: 35px!important;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.3!important;
    color: #000;
}


.team-page .article-footer-top {
    display: none;
}













/**/