.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

@media (min-width:1200px){.container{width:970px;}}
#sp-right {padding-left:10px !important; padding-right:0px !important}
#sp-logo {padding:0px 0px 0px 10px !important}
.btn.btn-link:hover, .sppb-btn.btn-link:hover, .btn.sppb-btn-link:hover, .sppb-btn.sppb-btn-link:hover, .btn.btn-link:focus, .sppb-btn.btn-link:focus, .btn.sppb-btn-link:focus, .sppb-btn.sppb-btn-link:focus, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .pagination>li>a, .pagination>li>span, .view-article .helix-social-share .helix-social-share-icon ul li div a:hover, .view-article .helix-social-share .helix-social-share-icon ul li div a:focus, .error-page .error-code, .error-page .error-page-copyright-wrapper a:hover, .error-page .error-page-copyright-wrapper a:focus, .event-details-section .sppb-addon-text-block .upcoming-events-info ul li:before, .splms.splms-view-event .event-details-wrape .splms-event-detail-list li:before, .educon-contact-info .sppb-social-icons >span >a:hover, .educon-contact-info .sppb-social-icons >span >a:focus, .educon-topics-wrapper .common-topics li a:hover, .educon-topics-wrapper .common-topics li a:focus, .educon-topics-wrapper .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading .sppb-panel-title:hover, .educon-topics-wrapper .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading .sppb-panel-title:focus, .event-details-section .sppb-addon-social-share .sppb-social-share .sppb-social-share-wrap ul li a:hover, .event-details-section .sppb-addon-social-share .sppb-social-share .sppb-social-share-wrap ul li a:focus, .splms.splms-view-events .splms-event-info-list li:before, .splms.splms-view-event .speaker-social-icon .social-icons span a:hover, .splms.splms-view-event .speaker-social-icon .social-icons span a:focus, .event-details-bottom .social-share .social-items-wrap ul li a:hover, .event-details-bottom .social-share .social-items-wrap ul li a:focus, .sppb-addon-animated-number .sppb-addon-content .sppb-icon-inner, .home-upcoming-events .upcoming-events-info ul li:before, .article-info > dd a:hover, .article-info > dd a:focus, .tags a:hover, .tags a:focus, .entry-header h2 a:hover, .entry-header h2 a:focus, .view-speaker .view-splms-speaker .splms-person-details a:hover, .view-speaker .view-splms-speaker .splms-person-details a:focus, .view-teacher .view-splms-teacher .splms-person-details a:hover, .view-teacher .view-splms-teacher .splms-person-details a:focus, .com-splms.view-course .view-splms-course .splms-course-quizzes li a:hover, .com-splms.view-course .view-splms-course .splms-course-quizzes li a:focus, .splms.splms-persons .splms-person-info-wrap .splms-person-info .splms-person-title:hover, .splms.splms-persons .splms-person-info-wrap .splms-person-info .splms-person-title:focus, .splms.splms-persons .splms-person-info-wrap .splms-persion-social-icons > li > a:hover, .splms.splms-persons .splms-person-info-wrap .splms-persion-social-icons > li > a:focus, .splms.splms-view-event .event-details-speaker .event-speaker .event-speaker-info-wrap .speaker-title:hover, .splms.splms-view-event .event-details-speaker .event-speaker .event-speaker-info-wrap .speaker-title:focus, .sp-my-account ul.nav > li > a:hover, .sp-my-account ul.nav > li > a:focus, .com-search.view-search .search-results-wrap .result-title a:hover, .com-search.view-search .search-results-wrap .result-title a:focus, .mod-splms-course-search .splms-course-search-icons, .splms-course-categories .splms-row.splms-course-category-wrapper .splms-course-category .splms-coursescategory-wrapper .splms-cat-title a i, .mod-splms-course-categoies .lms-single-category a i, .sp-pagebuilder-column.lms-features-list .sppb-addon-feature .sppb-icon i, .sppb-column.lms-features-list .sppb-addon-feature .sppb-icon i, .view-tag .tag-category .category.list-striped li h3 a:hover, .view-tag .tag-category .category.list-striped li h3 a:focus, .view-category .items-more a:hover, .view-category .items-more a:focus .sppb-major-btn-link.btn.sppb-btn-link, .sppb-major-btn-link .btn.sppb-btn-link, .sppb-major-btn-link.sppb-btn.sppb-btn-link, .sppb-major-btn-link .sppb-btn.sppb-btn-link, .educon-latest-news-wrap .educon-latest-news .latestnews > div a:hover, .educon-latest-news-wrap .educon-latest-news .latestnews > div a:focus, .sppb-addon-animated-number.major-color .sppb-animated-number, .home-callto-action2 .sppb-addon-cta .sppb-btn, .educon-notice-board .latestnews > div .latestnews-date, .addon-splms-courses .customNavigation a:hover, .splms-course-carousel .customNavigation a:hover, .addon-splms-courses .customNavigation a:focus, .splms-course-carousel .customNavigation a:focus, .addon-splms-courses .splms-course-category .splms-course-info a.course-category:hover, .addon-splms-courses .splms-course-category .splms-course-info a.course-category:focus, .addon-splms-courses .splms-course-category .splms-course-info h3.splms-courses-title a:hover, .addon-splms-courses .splms-course-category .splms-course-info h3.splms-courses-title a:focus, .sppb-addon-articles-slider .articles-slider .sppb-article-meta, .sppb-addon-articles-slider .articles-slider .sppb-article-meta a, .sppb-addon-articles-slider .articles-slider .owl-controls .owl-prev:hover:before, .sppb-addon-articles-slider .articles-slider .owl-controls .owl-next:hover:before, .sppb-addon-articles-slider .articles-slider .owl-controls .owl-prev:focus:before, .sppb-addon-articles-slider .articles-slider .owl-controls .owl-next:focus:before {
    color: #3742F6;
}

#sp-top-bar {
    padding: 5px 0 7px;
}
.offcanvas-menu {
 color:#2C2D30;
    background-color: #fff;}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a {color:#2C2D30;}
.article-info >dd {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin: 8px;
    padding: 5px 20px;
    border-radius: 20px;
    /* httpow: 1px 1px 15px 8px #dfe4ea; */
    color: #777;
    background-color: #f1f2f6;
}

body {
    color: #2f3542;
  /*background-color: #f5f7fa;
    background-color: #f0f3f6; */
background-color:transparent;
}

p {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    margin: 0px 0px 23px;
    text-indent:40px;
}

.top-search-input-wrap .search-wrap .search.educon-top-search input {
    background: transparent;
    background-color: #f1f2f6;
    border-radius: 3px;
    border-width: 0;
    color: #2f3542 !important;
    height: 60px;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
    border: 1.5px solid #fff;
    /* color: #fff; */
    font-size: 16px;
    border-radius: 30px;
    /* box-shadow: 1px 1px 10px #ffffff; */
}
.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input:after {
    content: "\f002";
    font-size: 30px;
    color: #2f3542;
    font-family: fontawesome;
    position: absolute;
    right: 18px;
    top: -2px;
    pointer-events: none;
    line-height: 60px;
}

.event-callto-action .sppb-addon.sppb-addon-cta:before, .course-callto-action .sppb-addon.sppb-addon-cta:before, .sp-page-title:before {
    background: #1e90ff;
}

.sp-page-title h2 {
    font-size: 60px;
    line-height: 1;
     font-weight: normal;
}


.com-content-adminForm .tab-pane .post-formats label, .btn, .sppb-btn, .btn.btn-info:hover, .sppb-btn.btn-info:hover, .btn.sppb-btn-info:hover, .sppb-btn.sppb-btn-info:hover, .btn.btn-info:focus, .sppb-btn.btn-info:focus, .btn.sppb-btn-info:focus, .sppb-btn.sppb-btn-info:focus, .sp-megamenu-parent > li > a:before, body .pagination >li:nth-child(2) a, body .pagination >li:nth-last-child(2) a, .view-article article.item .published-date-wrap .published-date, .educon-notice-board article.item .educon-notice .published-date, .educon-topics-wrapper .common-topics li a:hover:before, .educon-topics-wrapper .common-topics li a:focus:before, .educon-topics-wrapper .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading:before, .event-details-section .sppb-addon-single-image .sppb-addon-title, .splms-readmore.btn-primary, .splms.view-splms-course.course-details .btn.btn-primary, .splms.splms-view-event .splms-event-image .event-date, .event-details-bottom .btn.btn-primary, #sp-top-bar, .view-registration #sp-main-body, .view-login #sp-main-body, article.item .content-wrap .published-date, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, .view-splms-quiz-list .quiz-item-wrapper .quiz-description .btn.btn-primary, .view-quizquestion .splms.view-splms-quiz .btn.btn-primary, .view-quizquestion .splms.view-splms-quiz .btn.btn-default, .splms.splms-view-events .splms-event-details .btn.btn-primary, .scrollup, .splms-course-categories .splms-row.splms-course-category-wrapper .splms-course-category .splms-coursescategory-wrapper:hover, .mod-splms-course-categoies .lms-single-category:hover, .search .page-title, .view-category .page-header, .border-heading-style.sppb-addon-text-block .sppb-addon-title:before, .border-heading-style.sppb-addon-header .sppb-addon-title:before, .carousel-controller.splms-course-carousel .splms-course-title:before, .addon-splms-courses .splms-course-title:before, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .educon-latest-news-wrap .educon-latest-news .sppb-addon-title, .sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-indicators li:before, .speasyimagegallery-albums .speasyimagegallery-album:hover .speasyimagegallery-album-info
{
    /* background: #3f51b5; */
    background: #00a8ff;
    text-indent: 0;
}

.com-content-adminForm .tab-pane .post-formats label:hover, .com-content-adminForm .tab-pane .post-formats label.active, .btn:hover, .sppb-btn:hover, .btn:focus, .sppb-btn:focus, .btn.btn-default:hover, .sppb-btn.btn-default:hover, .btn.sppb-btn-default:hover, .sppb-btn.sppb-btn-default:hover, .btn.btn-default:focus, .sppb-btn.btn-default:focus, .btn.sppb-btn-default:focus, .sppb-btn.sppb-btn-default:focus, .pager li>a:hover, .pager li>a:focus, .pager li>span:hover, .pager li>span:focus, body .pagination >li.active>a, body .pagination >li >a:hover, body .pagination >li >a:focus, .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover, .view-article .sppb-addon-button-group .sppb-btn.sppb-btn-info, .educon-notice-board article.item:hover .educon-notice .published-date, .educon-notice-board article.item:hover .educon-notice a.btn.btn-primary, .event-callto-action .sppb-addon.sppb-addon-cta .sppb-btn.sppb-btn-default, .course-callto-action .sppb-addon.sppb-addon-cta .sppb-btn.sppb-btn-default, .splms-readmore.btn-primary:hover, .splms-readmore.btn-primary:focus, .splms.view-splms-course.course-details .btn.btn-primary:hover, .splms.view-splms-course.course-details .btn.btn-primary:focus, .event-details-bottom .btn.btn-primary:hover, .event-details-bottom .btn.btn-primary:focus, .splms.splms-view-events .splms-event-details .btn.btn-primary:hover, .splms.splms-view-events .splms-event-details .btn.btn-primary:focus, .home-callto-action2 .sppb-addon-cta .sppb-btn:hover, .home-callto-action2 .sppb-addon-cta .sppb-btn:focus, .sppb-addon-button-group.lms-categories-button .sppb-btn-default.sppb-btn-lg:hover, .sppb-addon-button-group.lms-categories-button .sppb-btn-default.sppb-btn-lg:focus{
    background: #39beb6;
}

body .pagination >li.active>a, .pagination>.disabled>a {
background: #ecf0f1;
color: #515C6B;
}

.page-header h1 {}

h2 {

   font-size: 22px;
    font-weight: normal;
}

.entry-header h2 {
    margin: -5px 0 20px;
    clear: both;
    padding-right: 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.34;
}

.tags {
    font-size: 14px;
    color: #ffffff;
}
.tags a {

    background: #dfe6e9;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    color: #2d3436;
	margin: 5px;
}
.tags > span {display: none;}
article.item .content-wrap .published-date {    border-radius: 4px;}
.acymailing_module_form .acymailing_introtext {
    padding-bottom: 10px;
    display: block;
    color: #dfe6e9;
}
.tags a:hover {color: #FFF;
    background: #1e90ff;}

#sp-component .page-header{background: #dfe6e9}
.tipthemeflatdark {
    background: #ffffff;
    border-radius: 10px;
    color: #000 !important;
    font-size: 15px;
    padding: 15px 20px !important;
    box-shadow: 1px 1px 78px -10px #353b48;
}
.tipthemeflatdark p {
text-indent:0px;
margin: 40px 26px 15px 24px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

input#mod-search-searchword {
    background: #f1f2f6;
    margin: 0 auto;
    width: 90%;
    padding: 17px 14px 20px;
    height: 40px;
    /* border: 2px solid #2f3542; */
    border-radius: 30px;
    color: #2f3542;
    font-size: 16px;}

.search .page-title, .view-category .page-header {
    padding: 80px 0 85px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: -20px;
}
article.item {    border-radius: 10px;}
.view-article article.item { 
    border-radius: 12px;}
article.item .content-wrap .published-date, .view-article article.item .published-date-wrap .published-date {
    border-radius: 4px;
    background: #a4b0be;
    padding: 8px;
    text-shadow: 1px 1px 1px #747d8c;
    /* box-shadow: 1px 1px 12px #a4b0be; */
}

article.item .content-wrap .published-date span, .view-article article.item .published-date-wrap .published-date span {

    display: none;
}

article.item {
    border-radius: 12px;
  
}
.event-callto-action .sppb-addon.sppb-addon-cta:before, .course-callto-action .sppb-addon.sppb-addon-cta:before, .sp-page-title:before {
    background: #00a8ff;
}

.sp-page-title h2 {
    font-size: 50px;
    line-height: 1;
    text-transform: capitalize;
    margin-left: 22%;
    text-align: left;
}

.sp-page-title {

    padding: 65px 0 65px;

}

a:hover, a:focus {
    color: #3742fa;
}

.tipthemeflatdark {
background: url(https://portalpsicologia.com.br/images/glossario-background.png) 8px 0px no-repeat #fff;
    padding: 0 !important;
 
}
.tipthemeflatdark p {
        font-size:13px;
        line-size:23px;
        margin: 40px 20px 10px;
}
.tipthemeflatdark a {
	
	
    background: #dfe4ea;
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    color: #1e90ff;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.tipthemeflatdark a:hover {
    background: #00a8ff;
	color:#ffffff;
	}
	
.tipthemeflatdark img {	
	    margin-top: 8px;
    margin-right: 8px;
}
article.item .content-wrap .published-date, .view-article article.item .published-date-wrap .published-date { 
    width: 93px;
    height: 43px;}
article.item .content-wrap .published-date {margin-top: 52px}
.view-article article.item .entry-image img, .view-article article.item .entry-image img, .view-article article.item .entry-gallery img, .view-article article.item .entry-video img, .view-article article.item .entry-audio img, .view-article article.item .entry-link img, .view-article article.item .entry-quote img    {border-top-right-radius: 11px;
    border-top-left-radius: 11px;
}
.autorship {
        padding: 15px 20px;
    box-shadow: 1px 1px 14px 0px #ced6e0;
    margin-bottom: 20px;
    border-radius: 8px;
    /* background: #f1f2f6; */
    color: #57606f;
    font-size: 14px;
}
article.item .content-wrap {
    
    margin-top: 0px;
 
}
#sp-top-bar {/*display:none;*/}
.sp-megamenu-parent >li >a {    text-transform: capitalize;     color: #535c68;}
#eb .eb-container {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 12px;
   /* box-shadow: 1px 1px 11px -4px #000000;*/
box-shadow:none;
   
}

div#sp-left .sp-module, div#sp-right .sp-module {
    border-radius: 12px;
	padding: 10px 0px;
    /* box-shadow: 1px 1px 7px #bdc3c7;*/
box-shadow:none;
}
.sp-module:first-child {
    
}
a {
    /* color: #3f51b5; */
    color: #2C2D30;
}
#eb .eb-tags span a {
    float: left;
    background: #dfe4ea;
    padding: 7px 10px;
    margin: 3px;
    border-radius: 5px;
    color: #57606f;
}

#eb .eb-tags span a:hover {
    background: #ced6e0;
    color: #2f3542;
}
#eb .eb-tags span:after {
    content: "";
}
#eb .eb-tags .cell-label {display:none;}
#eb .eb-image-caption>span {
    display: block;
    padding-top: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.sppb-row-container, #com_glossary {
    background: #ffffff;
    border-radius: 12px;
   
    padding: 11px 39px;
 /*   box-shadow: 0px 0px 8px #bdc3c7;
   box-shadow: 1px 1px 11px -4px #000000; */
box-shadow:none;
}
#com_glossary {
 
}
.icon-top-wrapper {
    line-height: 53px;
}
#eb .eb-avatar img {
border-radius: 30px;}
#com_glossary p, #com_glossary #glossarylist {
margin: 0;
padding: 0;
font-size: 13px;
line-height: 25px;}
.seog-frontend-more-link a {
    padding: 7px 15px 9px;
    border-radius: 5px;
    display: inline;
    float: right;
    background: #00a8ff;
    color: #ffffff !important;}
.seog-frontend-more-link a:hover{
background: #39beb6
}
h1.seogl-term-title {
font-size: 30px !important;
color: #4d4d4d;}
.header-seoglossary{display:none}
table#glossarylist tr.row0, table#glossarylist tr.row1 {
    border: 1px solid #e9e9e9 !important;
}
table#glossarylist tr.row0, table#glossarylist tr.row1 {
 border: 0px !important; 
     border-bottom: 1px solid #e9e9e9 !important; 
}

table#glossarylist tr td:first-child {
   /* display: none; */
}

.sp-module ul >li {
    display: block;
    border: 0px;
width:100%;
margin: 0px;}

   ul.seoglossary a{
    padding: 5px 0;
    transition: 300ms;
    border-bottom: 1px solid #dfe4ea;
border-radius:0px;
color: #747d8c;
}

ul.seoglossary a{}

.sppb-row-container, #com_glossary {
    padding: 22px 25px;
}
@media (min-width: 992px)
.sppb-col-md-8 {
    border-right: 1px solid #f5f5f5;
}
#eb .ebd-workarea .ebd {
    font-size: 1.3em !important;
}
#glossarysearchmoduleheading {
    display: none;
}
.com-content-adminForm .tab-pane .post-formats label, .btn, .sppb-btn, .btn.btn-info:hover, .sppb-btn.btn-info:hover, .btn.sppb-btn-info:hover, .sppb-btn.sppb-btn-info:hover, .btn.btn-info:focus, .sppb-btn.btn-info:focus, .btn.sppb-btn-info:focus, .sppb-btn.sppb-btn-info:focus, .sp-megamenu-parent>li>a:before, body .pagination>li:nth-child(2) a, body .pagination>li:nth-last-child(2) a, .view-article article.item .published-date-wrap .published-date, .educon-notice-board article.item .educon-notice .published-date, .educon-topics-wrapper .common-topics li a:hover:before, .educon-topics-wrapper .common-topics li a:focus:before, .educon-topics-wrapper .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading:before, .event-details-section .sppb-addon-single-image .sppb-addon-title, .splms-readmore.btn-primary, .splms.view-splms-course.course-details .btn.btn-primary, .splms.splms-view-event .splms-event-image .event-date, .event-details-bottom .btn.btn-primary, #sp-top-bar, .view-registration #sp-main-body, .view-login #sp-main-body, article.item .content-wrap .published-date, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, .view-splms-quiz-list .quiz-item-wrapper .quiz-description .btn.btn-primary, .view-quizquestion .splms.view-splms-quiz .btn.btn-primary, .view-quizquestion .splms.view-splms-quiz .btn.btn-default, .splms.splms-view-events .splms-event-details .btn.btn-primary, .scrollup, .splms-course-categories .splms-row.splms-course-category-wrapper .splms-course-category .splms-coursescategory-wrapper:hover, .mod-splms-course-categoies .lms-single-category:hover, .search .page-title, .view-category .page-header, .border-heading-style.sppb-addon-text-block .sppb-addon-title:before, .border-heading-style.sppb-addon-header .sppb-addon-title:before, .carousel-controller.splms-course-carousel .splms-course-title:before, .addon-splms-courses .splms-course-title:before, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .educon-latest-news-wrap .educon-latest-news .sppb-addon-title, .sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-indicators li:before, .speasyimagegallery-albums .speasyimagegallery-album:hover .speasyimagegallery-album-info {
    background: #d1d8e0;
  
}
.sp-my-account .btn-account, #sp-top-bar .sp-educon-login .sp-educon-login a    {color: #57606f !important;
    font-size: 14px;
}
#sp-top-bar #sp-top1.col-xs-8 {
    width: 57%;
}
#sp-top-bar #sp-top2.col-xs-4 {

    width: 43%;
}
#sp-header {
height:60px;
z-index:100;
}
#sp-top-bar .sp-educon-login .sp-educon-login a {
    float: left;
}
#sp-top-bar #sp-top2.col-xs-4 {
    width: 100%;
}
#offcanvas-toggler {
    line-height: 55px;
}
#sp-header .logo {
    height: 60px;
}
.sp-megamenu-parent>li>a {
    line-height: 60px;}
#ed .ed-toolbar .o-nav__item .ed-toolbar__link {
    color: #ffffff !important;
}
h1 {
    font-size: 26px !important;
    line-height: 32px;
}
.sp-megamenu-parent>li>a:before {background: #00a8ff;bottom: 15px;}
@media only screen and (max-width: 768px) {
   img.sp-default-logo.visible-xs {
    width: 240px!important;
}
.eb-reading-indicator__count {display:none}
}

html#sp-bottom{
55px 0px 55px 0px!important;
}
#sp-bottom, #sp-bottom1, #sp-bottom2, #sp-bottom3 {
color:#ecf0f1;
}
#sp-bottom a, #sp-bottom1 a, #sp-bottom2 a, #sp-bottom3 a{
color:#95a5a6;
}
#sp-bottom a:hover, #sp-bottom1 a:hover, #sp-bottom2 a:hover, #sp-bottom3 a:hover {
color:#3498db}

#eb .eb-post-thumb .eb-post-image img {
 width: auto !important;
   /* max-width: 100%;*/  
}

.eb-entry-article a:link {
    text-decoration: none;
    box-shadow: inset 0px -3px 0px #0abab5e3;
}
.eb-entry-article a:hover {
    text-decoration: none;
    color:#000;
    box-shadow: inset 0px -30px 0px #0abab559;
}
#sp-main-body {
    padding: 30px 0 !important;
}
div#column-wrap-id-1538083591838 {
    padding-top: 0px;
    margin-top: 0px;
}
.sp-megamenu-parent>li>a {
    color: #fff;
font-size: 19px;
}



.sp-megamenu-parent>li>a:hover {
    color: #fff;

}

#sp-header {
    background: #16cfca none repeat scroll 0 0 !important;
   box-shadow: 0px 0px 5px #0c6b69a8;
}

.icon-top-wrapper {
    line-height: 60px;
    color: #fff;
}

.sp-megamenu-parent>li>a:before {
    background: #009688;
    bottom: 15px;
}
.close-offcanvas {
    top: 11px;
   right: 20px;
    font-size: 21px;
    color: #00d5d4;

}

#offcanvas-toggler>i {
    color: #ffffff;
}

#offcanvas-toggler {
    line-height: 61px;
}

#eb .eb-post-admin {

    display: none;
}
section#sp-top-bar {
    display: none;
}
div#sp-left .sp-module .sp-module-title, div#sp-right .sp-module .sp-module-title {
    font-weight: 600;
    font-size: 16px;
    color: #1ca5a1;
}

div#sp-left .sp-module .sp-module-title, div#sp-right .sp-module .sp-module-title::after {
    /* border-bottom: 1px solid #16cfca; */
    height: 6px;
    background: #00d6d4;
    display: block;
    width: 59px;
    border-radius: 12px;
    content: " ";
    margin-top: 3px;
}
a.text-inherit {
    color: #1ca5a1 !important;
}
#eb a:link {
    text-decoration: none;
    font-family: Varela Round, sans-serif;
}
#sp-bottom {
    padding: 60px 0px 75px !important;

background: #455A64;
}
#sp-footer {
    background: #546E7A;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#sp-bottom a:link {
    color: #00BCD4;
}
#com_glossary p, #com_glossary #glossarylist {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
}
table#glossarylist tr td:first-child a {

    font-size: 21px;

    color: #2196F3;
}
.input-append .srchbtn button {
    background: #00b2b0

}
h1.sppb-addon-title {
    color: #2196F3;
}
.eb-gallery-meta a {
color:#16cfca
}
h3.sppb-addon-title {
    color: #2196F3;
}
#eb.eb-mod .eb-gallery-title a {
    color: #B39DDB;
}

.eb-gallery-menu-item-title:nth-child(1){
    color: #673AB7;
}
.eb-gallery-menu-item-title:nth-child(2){
    color: #673AB7;
}
.eb-gallery-menu-item-title:nth-child(3) {
    color: #9C27B0;
}
.eb-gallery-menu-item-title:nth-child(4){
    color: #673AB7;
}
.eb-gallery-menu-item-title:nth-child(5) {
    color: #9C27B0;
}
#sp-header .logo {
    height: 60px;
    width: 270px;
}
input#mod-search-searchword {
    background: #f1f2f6;
    margin: 0 auto;
    width: 100%;}

.sp-page-builder .page-content #section-id-1537477993351{padding-top:0px}
.theme-table h1 {
    font-size: 39px !important;
    margin: 0px 0px 30px;
    padding: 0px;
    color: #9C27B0;
}

#sp-main-body {
    padding: 10px 0px 30px !important;
}

#sp-right {
    margin-top: 15px;
}
#eb.st-5 .eb-gallery-body {
    width: 100% !important;
}
.sp-module ul>li>a {
    color: #9C27B0;
    color: #673AB7;
}

.sp-module ul>li>a {
    color: #9C27B0;
}

a.eb-mod-media-title {
    color: #D81B60;
    color: #007a6f;
}
a.tag-cloud {
    color: #3F51B5;
}
#eb.eb-mod p {
    text-indent: 0px;
    line-height: 21px;
    font-size: 16px;
    color: #263238;
    margin-bottom: 10px;
}

#eb .btn-primary {
    color: #fff !important;
    background-color: #00d6d4 !important;
    border-color: #009688 !important;
    font-size: 18px;
    padding: 10px 20px 13px 20px;
    text-shadow: 1px 1px 2px #009688 !important;
}
.eb-gallery-content span {color:#fff;}

#eb .eb-tag-head {
    background: #9575CD;
    border-bottom: 0px solid #e1e1e1;
    border-radius: 6px 6px 0 0;
    border: 0px !important;
    padding: 13.333333333333px;
    padding-bottom: 8px;
    color: #fff;
    overflow: hidden;
    text-shadow: 1px 1px 2px #311B92;
    font-stretch: 5px;
}
#eb .eb-tag {
    border: 0px}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li:hover>a {
    color: #00695C;
}
#eb .eb-reading-indicator {
    padding: 4px 8px;
    display: inline-block;
    background-color: #E0F2F1;
    color: #546E7A;
    border-radius: 5px;
    font-size: 12px;
    /* float: right; */
    margin: 0 auto;
}
.eb-posts {
    margin-top: 20px;
}
#eb .eb-section-heading {
    border-bottom: 2px solid #009688;
color: #009688;}

h3.eb-related-title {
    color: #673AB7 !important;
}
#eb .eb-section-heading {
    border-bottom: 2px solid #009688;
color: #009688;}

h3.eb-related-title {
    color: #673AB7 !important;
}



#eb .eb-authors-head {
    background: #B2DFDB;
    border-radius: 6px 6px 0 0;
    padding: 15px;
    color: #009688;
margin-top:15px
}

.sppb-addon-content {
    border-top: 0px solid #76809E;
    margin: 0px auto;
}
#eb.mod-easyblogshowcase {
    margin-bottom: 0px;
    margin-top: 15px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
div#sp-component {
    padding-right: 25px;
}
#eb .eb-authors-subscribe>span+span {

    border-left: 1px solid #80CBC4;
}
#eb .btn-success {
    color: #fff !important;
    background-color: #00d5d3 !important;
    border-color: #009688 !important;
    font-size: 18px;
    padding: 10px 10px 14px;
    text-shadow: 1px 1px 2px #009688 !important;
}


#eb .btn-success:hover {background-color: #009688 !important;}

#eb .eb-section-heading {
    border-bottom: 2px solid #009688;
    color: #00a59a;}
a.text-inherit {
    text-shadow: 1px 1px 2px #E0F2F1;
}
.sppb-addon-content {
    border-top: 0px !important;}

.sppb-row-container {
    padding: 0px 20px;
}
input#mod-search-searchword {
    background: #F5F5F5;
    margin: 0 auto;
    width: 100%;
    border-bottom: 0px;
    box-shadow: inset 0px 0px 6px #546e7a80;
color: #607D8B;
}
input#mod-search-searchword:focus {
    background: #FAFAFA;
    color: #00897B;
}
h2.ed-head__title {
    color: #009688 !important;
    font-weight: bold !important;
    margin-top: 5px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li>a{
text-transform: unset; }
.offcanvas-menu .offcanvas-inner .sp-module ul>li:hover>a, .offcanvas-menu .offcanvas-inner .sp-module ul>li:focus>a, .offcanvas-menu .offcanvas-inner .sp-module ul>li.active>a {
    background: #00d8d6;
    font-weight: bold;
    
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus {
    background: #009688;
}

.offcanvas-menu input#mod-search-searchword {width: 90%;}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
    border-bottom: 0px solid rgba(0,0,0,0.08);
    margin-bottom: 50px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
    border-bottom: 0px solid rgba(0,0,0,0.08);
    margin-bottom: 0px;
padding-top: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 20px;
    padding: 10px;
padding-top: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 10px;}
.search .page-title, .view-category .page-header {
    padding: 20px 0 35px;}
.com-content-adminForm .tab-pane .post-formats label, .btn, .sppb-btn, .btn.btn-info:hover, .sppb-btn.btn-info:hover, .btn.sppb-btn-info:hover, .sppb-btn.sppb-btn-info:hover, .btn.btn-info:focus, .sppb-btn.btn-info:focus, .btn.sppb-btn-info:focus, .sppb-btn.sppb-btn-info:focus, .sp-megamenu-parent>li>a:before, body .pagination>li:nth-child(2) a, body .pagination>li:nth-last-child(2) a, .view-article article.item .published-date-wrap .published-date, .educon-notice-board article.item .educon-notice .published-date, .educon-topics-wrapper .common-topics li a:hover:before, .educon-topics-wrapper .common-topics li a:focus:before, .educon-topics-wrapper .sppb-addon-accordion .sppb-panel-default .sppb-panel-heading:before, .event-details-section .sppb-addon-single-image .sppb-addon-title, .splms-readmore.btn-primary, .splms.view-splms-course.course-details .btn.btn-primary, .splms.splms-view-event .splms-event-image .event-date, .event-details-bottom .btn.btn-primary, #sp-top-bar, .view-registration #sp-main-body, .view-login #sp-main-body, article.item .content-wrap .published-date, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, .view-splms-quiz-list .quiz-item-wrapper .quiz-description .btn.btn-primary, .view-quizquestion .splms.view-splms-quiz .btn.btn-primary, .view-quizquestion .splms.view-splms-quiz .btn.btn-default, .splms.splms-view-events .splms-event-details .btn.btn-primary, .scrollup, .splms-course-categories .splms-row.splms-course-category-wrapper .splms-course-category .splms-coursescategory-wrapper:hover, .mod-splms-course-categoies .lms-single-category:hover, .search .page-title, .view-category .page-header, .border-heading-style.sppb-addon-text-block .sppb-addon-title:before, .border-heading-style.sppb-addon-header .sppb-addon-title:before, .carousel-controller.splms-course-carousel .splms-course-title:before, .addon-splms-courses .splms-course-title:before, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .educon-latest-news-wrap .educon-latest-news .sppb-addon-title, .sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-indicators li:before, .speasyimagegallery-albums .speasyimagegallery-album:hover .speasyimagegallery-album-info {
    background: #00d6d4;
    border-radius: 5px 5px 0 0;
}
.com-search.view-search .search-filter-wrap .btn-toolbar .input-wrap input {
    height: 45px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #959595;
    border: 2px solid #009688;
    color: #009688;
}
fieldset.only {
    display: none;
}
.com-search.view-search .search-results-wrap ul.search-results li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
}
.com-search.view-search .search-results-wrap .result-title, .com-search.view-search .search-results-wrap .result-title a, .com-search.view-search .search-results-wrap .result-category {
    color: #009688;
    font-weight: bold;
}
.result-category span {
    display: none;
}
.result-created {
    display: none;
}
.result-text {
    font-size: 14px;
}
.badge {

    background-color: #607D8B;
    border-radius: 10px;
    text-indent: 0px;
}
.sp-megamenu-parent>li>a:before {
    background: #009688 !important;
    bottom: 15px;
}
#sp-footer .sp-copyright {
    color: #E0E0E0;
    text-transform: lowercase !important;
}
#glossarylist .card {
    margin-bottom: 15px;
    padding:10px;
}

#glossarylist .card h2 {
    margin: 0px;
    margin-bottom: 15px;
   color: #0033ff;
}

#glossarylist .card h2 a {
    color: #9C27B0;
}
#glossarylist .card h2 a:hover {
    color: #009688;
}

#glossarylist .card p {
    font-size: 16px;
    text-indent: 0px;
    margin-top:12px;
}
.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-center {
    left: -60px !important;
    width: 300px !important;
}
article.item.item-page {
    z-index: 99;
}
#com_glossary .seopagination-list .glossletselect {
    background: #00cfcc;
    color: #ffffff;}

body .pagination>li.active>a, .pagination>.disabled>a {
    background: transparent !important;
    color: #515C6B;
}

body .pagination>li>a, body .pagination>li>span {
    padding: 0 18px;
    border: none;
    line-height: 54px;
    margin: 0;
}

body .pagination>li>a.pagenav {
    background: transparent !important;
    color: #009688 !important;
}

body .pagination>li:nth-child(2) a {
    background: transparent;
    color: #9E9E9E;
}
#eb .mod-item+.mod-item {
    border-top: 0px;
    margin-top: 0;
    padding-top: 10px;
}

a.eb-mod-image {
    width: auto !important;
}