@font-face {
    font-family: 'bebas_neuebold';
    src: url('/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
        url('/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.full-course {
    background: #fff;
    position: relative;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.blog .site-content,
body.single .site-content,
body.archive .site-content,
body.page-faculties .site-content,
body.page-faqs .site-content,
body.page-courses .site-content {
    font-family: 'FuturaPT-Book';
}

.header-light {
    padding-top: 67px;
    background-color: #fff;
    padding-bottom: 55px;
}

.header-light .menu-toggle {
    color: #000;
}

.header-light .menu-toggle .icon-bars {
    background: rgba(0, 0, 0, 0) url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/MENU-BLACK.png) no-repeat scroll 0 0;
}

.archive .header-light {
    padding-bottom: 183px;
}

.header-light .menu-top-menu-container .current-menu-item::after {
    background-color: #00B3FF;
}

.blog .page-header {
    display: none;
}

body.archive .site-content-contain,
body.blog .site-content-contain,
.faculty_listing-wrap {
    background-color: #EFEFEF;
}

body.tax-institutions .site-content-contain {
    background-color: #fff;
}

.site-light {
    padding: 0;
    /*background-color: #EFEFEF;*/
}

body.blog .ffooter {
    margin-top: 200px;
}

.tax-institutions .site-light {
    padding-bottom: 0;
}

.site-light .wrap {
    position: relative;
}

.site-light:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 225px;
    background-color: #fff;
    z-index: -1;
}

.archive .site-light:before {
    background-color: transparent;
}

.blog_hero {
    position: relative;
}

.blog_hero .post-thumbnail {
    margin-bottom: 66px;
}

.single .blog_hero .post-thumbnail {
    margin-bottom: 37px;
}

.blog_hero .post-thumbnail img {
    width: 100%;
    display: block;
}

.blog_hero-content {
    color: #fff;
    padding: 40px;
}

.blog_hero-content .catName {
    color: #fff;
    text-transform: uppercase;
    font-family: futura-pt;
    font-size: 14px;
    line-height: 1.428571428571429;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
}

.blog_hero-content .sticky_title {
    font-family: futura-pt;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    padding: 0;
    margin: 60px 0 18px;
}

.date-author {
    font-size: 14px;
    line-height: 1.428571428571429;
    margin-bottom: 18px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    display: flex;
}

.date-author .sep {
    width: 20px;
    text-align: center;
}

.blog_hero-content .date-author a {
    color: #fff;
}

.single .date-author {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single .date-author a {
    color: #000;
}

.blog_hero-url {
    display: block;
    position: relative;
}

.blog_hero-url::after {
    background-image: url("/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/right-arrow-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    width: 15px;
}

.blog_hero-url:hover::after {
    left: 5px;
}

.blog_listing-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.blog_left {
    width: 65.27777777777778%;
}

/* .single .blog_left {
    width: 66.66666666666667;
} */

.blog_left .category_listing {
    padding-bottom: 50px;
}

.blog_left .category_listing-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.blog_left .category_listing-header h2 {
    margin-bottom: 0;
    font-weight: 900;
    font-family: futura-pt;
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    text-transform: uppercase;
}

.blog_left .category_listing-header .category_listing-link {
    font-size: 12px;
    line-height: 1.333333333333333;
}

.blog_left .category_listing-header .category_listing-link a {
    display: block;
    position: relative;
    padding-right: 20px;
}

.blog_left .category_listing-header .category_listing-link a:after {
    background-image: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/right-arrow-small-black.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    display: inline-block;
    right: 0;
    margin-left: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    width: 12px;
    height: 12px;
}

.blog_left .category_listing-header .category_listing-link a:hover:after {
    right: -5px;
}

.category_listing-list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
}

.category_listing-list .category_listing-post {
    width: 46.80851063829787%;
    background-color: #fff;
    margin-top: 30px;
    position: relative;
    /*    max-width: 330px;*/

    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.category_listing-list .category_listing-post:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .18);
    cursor: pointer;
}

body.archive .category_listing-list .category_listing-post {
    margin-top: 0;
    margin-bottom: 30px;
}

.category_listing-list .category_listing-post:after {
    background-image: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/right-arrow-small-blue.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    display: inline-block;
    bottom: 20px;
    right: 30px;
    margin-left: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 12px;
    height: 12px;
}

.category_listing-list .category_listing-post:hover:after {
    right: 25px;
}

.category_listing-thumb {
    position: relative;
}

.category_listing-thumb a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.category_listing-thumb a img {
    display: block;
    width: 100%;
    height: auto;
}

.category_listing-catname {
    position: absolute;
    bottom: -15px;
    left: 30px;
}

.category_listing-catname span,
.cat_label {
    display: inline-block;
    vertical-align: top;
    font-family: futura-pt;
    font-size: 12px;
    color: #fff;
    line-height: 2.5;
    font-weight: 900;
    padding: 0 8px;
    text-transform: uppercase;
}

.category-insight .category_listing-catname span,
.category-from-the-faculty .category_listing-catname span,
.category-insight .cat_label,
.blog_hero-content.catInsight,
.blog_hero-content.category_listing-catname,
.blog_hero-content.catFromtheFaculty {
    background-color: #85C890;
}

.category-news .category_listing-catname span,
.category-from-the-academy .category_listing-catname span,
.category-news .cat_label,
.blog_hero-content.catNews,
.blog_hero-content.catFromtheAcademy {
    background-color: #9BCBDF;
}

.category-stories .category_listing-catname span,
.category-stories .cat_label,
.blog_hero-content.catStories {
    background-color: #DFA29B;
}

.category_listing-content {
    padding: 30px;
}

.category_listing-content .date-author {
    font-size: 14px;
    line-height: 1.285714285714286;
    margin-bottom: 8px;
}

.category_listing-content .entry-title {
    font-family: futura-pt;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.blog_right {
    width: 30.55555555555556%;
}

.blog_right-bg {
    background-color: #fff;
    padding: 30px;
}

.blog_right h3 {
    font-family: futura-pt;
    font-size: 14px;
    line-height: 1.428571428571429;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.blog_right .blog_right-posts {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.blog_right-post:not(:last-child) {
    margin-bottom: 20px;
}

.blog_right-post .media-thumb {
    margin-right: 20px;
    max-width: 80px;
}

.blog_right-post .media-thumb a {
    display: block;
}

.blog_right-post .media-body .media-post-date {
    font-size: 14px;
    line-height: 1.285714285714286;
    margin-bottom: 5px;
}

.blog_right-post .media-body .media-post-title {
    display: block;
    font-family: futura-pt;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.285714285714286;
}

.single .entry-header {
    padding-bottom: 30px !important;
}

.single .entry-header .entry-title {
    font-family: futura-pt;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.25;
    margin-top: 7px;
    margin-bottom: 20px;
}

.single .entry-content,
.archive .entry-content {
    font-size: 20px;
    line-height: 1.5;
}

.single .entry-content strong,
.archive .entry-content strong {
    font-family: futura-pt;
    font-weight: 900;
}

.related_articles {
    background-color: #EFEFEF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.related_articles h2 {
    margin-bottom: 10px;
    color: #1C1B19;
    font-size: 40px;
    line-height: 1.25;
}

.archive .page-header {
    position: relative;
    top: -85px;
    padding-bottom: 0;
}

.archive .page-header .page-title {
    font-family: futura-pt;
    font-size: 50px;
    line-height: 1.28;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
}

body.category-insight .page-header .page-title {
    color: #85C890;
}

body.category-news .page-header .page-title {
    color: #9BCBDF;
}

body.category-stories .page-header .page-title {
    color: #DFA29B;
}

.date-author .byline {
    display: block;
}

.category_featured {
    position: relative;
    margin-bottom: 45px;
}

.category_featured .attachment-caetgory-featured {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.category_featured .blog_hero-content {
    top: 0;
    bottom: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* goals page */

.goals_top {
    height: 360px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.goals_top-sr {
    font-family: 'bebas_neuebold';
    font-size: 250px;
    line-height: 1;
    flex-basis: 235px;
    text-align: center;
}

.goals_top-title {
    flex-basis: 500px;
    flex-grow: 1;
}

.goals_top-title h1 {
    font-family: futura-pt;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.goals_top-title h3 {
    padding-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: 'FuturaPT-Book';
    font-size: 28px;
    line-height: 1.285714285714286;
}

.goals_top-icon {
    flex-basis: 345px;
    text-align: center;
    padding: 10px;
}

.all_goals {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.all_goals .goals_list {
    margin: 10px;
    width: calc((100%/2) - 20px);
}

.all_goals .goals_list.just-wheel {
    display: none;
}

.all_goals .goals_list a {
    display: block;
    position: relative;
    overflow: hidden;
}

.all_goals .goals_list img {
    display: block;
    width: 100%;
    height: auto;
}

.all_goals .goals_list .goals_list-hover {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    transition: 0.2s ease;
    position: absolute;
    top: 100%;
    padding: 20px;
    color: #fff;
    font-family: futura-pt;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.all_goals .goals_list a:hover .goals_list-hover {
    top: 0;
}

.all_goals .goals_list .goals_list-hover span {
    position: relative;
}

.all_goals .goals_list .goals_list-hover span:after {
    background-image: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/right-arrow-small.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    color: #ffffff;
    content: "";
    height: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0.2s;
    width: 15px;
}

.all_goals .goals_list a:hover .goals_list-hover span:after {
    right: -25px;
}

.single-goal .site-light {
    padding-bottom: 0;
}

.goals_overview {
    padding-bottom: 150px;
}

.overview_goal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview_goal-left {
    flex-basis: 540px;
    flex-grow: 1;
    padding-right: 90px;
}

.overview_goal-left h3 {
    font-family: 'FuturaPT-Book';
    font-size: 40px;
    line-height: 1.25;
}

.overview_goal-left p {
    font-size: 20px;
}

.overview_goal-right {
    flex-basis: 540px;
}

.goals_listing {
    padding-top: 150px;
}

.goals_listing h2,
.take_course h2 {
    color: #1C1B19;
    font-family: 'FuturaPT-Book';
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 50px;
}

.take_course {
    background-color: #EFEFEF;
    padding: 100px 0;
}

.take_course .tabitem {
    margin-bottom: 0;
}

body.page.page-goals .entry-header,
body.page.page-faculties .entry-header,
body.page.page-faqs .entry-header,
body.page.page-courses .entry-header {
    margin-bottom: 18px;
    padding-bottom: 0;
}

body.page.page-goals .entry-title,
body.page.page-faculties .entry-title,
body.search-results .page-title,
body.page.page-faqs .entry-title,
body.page.page-courses .entry-title {
    margin-bottom: 0;
    font-family: futura-pt;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
}

.page-header {
    position: relative;
}

.page-goals .goals_listing {
    padding: 0 0 20px;
}

/* goals page */

.faculty_listing-wrap {
    padding-bottom: 150px;
}

.faculty_listing {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*    margin: 0 -22px;*/
    padding: 50px 0 30px;
    /*    color: #EFEFEF;*/
}

.faculty_listing .faculty-item {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0;
    /*    color: #333;*/

    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.faculty_listing .faculty-item:hover {
    /*    transform: translateY(-10px);*/
    /*    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .18);*/
    cursor: pointer;
}

.faculty_listing .faculty-item-image {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
}

/* .faculty_listing .faculty-item-image img {

    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 216px;

   display: block;
} */

.faculty_listing .faculty-item-content {
    padding: 20px 30px 64px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-word;
}

.faculty_listing .faculty-item-title {
    font-size: 20px;
    line-height: 26px;
    font-family: futura-pt;
    font-weight: 900;
    color: #1C1B19;
    margin-bottom: 5px;
}

.faculty_listing .faculty-item-institutions {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 36px;
    position: relative;
}

.faculty_listing .faculty-item-excerpt {
    font-size: 14px;
    line-height: 18px;
    /*    padding-top: 36px;*/
    position: relative;
    height: 180px;
}

.faculty_listing .faculty-item-institutions:after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #00B3FF;
}

.faculty_listing .faculty-item-excerpt p {
    margin-bottom: 10px;
}

.faculty_listing .faculty-item-excerpt strong {
    font-family: futura-pt;
    font-weight: 900;
}

.faculty_listing .faculty-item-cta {
    padding: 0 30px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.faculty_listing .faculty-item-cta a {
    display: inline-block;
    vertical-align: top;
    font-family: futura-pt;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faculty_listing .faculty-item-cta a:after {
    background-image: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/right-arrow-small-blue.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    display: inline-block;
    transition: all 0.2s ease 0s;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

.faculty_listing .faculty-item-cta a:hover:after {
    margin-left: 13px;
}

.faculty_filter {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 30px 0;
}

.faculty_filter.archive-filter {
    padding-top: 0;
}

.search_faculty {
    position: relative;
}

.search_faculty .search-field {
    border: 0;
    border-bottom: 1px solid #A5A5A4;
    color: #1C1B19;
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    line-height: 26px;
    padding: 0 24px 6px 0;
    border-radius: 0;
}

.search_faculty .search-field:focus {
    border-color: #00B3FF;
}

.search_faculty .search-field:focus + .fac_btn {
    background-position: left bottom;
}

.search_faculty .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    line-height: 26px;
}

.search_faculty .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    line-height: 26px;
}

.search_faculty .search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    line-height: 26px;
}

.search_faculty .fac_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/search_fac.png) no-repeat left top;
    padding: 0;
    text-indent: -999em;
    overflow: hidden;
}

.search_faculty .fac_btn:hover,
.search_faculty .fac_btn:focus {
    background: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/search_fac.png) no-repeat left bottom;
}

.faculty_institutions label,
.courses_filter-container label {
    margin-bottom: 0;
    padding-left: 5px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.courses_filter-container {
    margin-right: 45px;
}

.courses_filter-container label {
    padding-bottom: 17px;
}

.faculty_institutions label:after,
.courses_filter-container label:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/institute_drop.png) no-repeat left top;
    background-size: 10px 12px;
    margin-left: 28px;
    display: inline-block;
    vertical-align: middle;
}

.courses_filter .courses_goals label {
    padding-left: 44px;
    background: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/all_goals_ico.svg) no-repeat left top;
    background-size: 26px;
}

.faculty_institutions label.active,
.faculty_institutions label.selected,
.courses_filter-container label.active,
.courses_filter-container label.selected {
    color: #00B3FF;
}

.faculty_institutions label.active:after,
.faculty_institutions label.selected:after,
.courses_filter-container label.active:after,
.courses_filter-container label.selected:after {
    background-position: left bottom;
}

.faculty_filter .institutions_list,
.courses_filter-container .courses_filter_list {
    background: #fff;
    box-shadow: 0 4px 4px rgba(28, 27, 25, 0.1);
    width: 257px;
    /*    height: 487px;*/
    overflow-y: auto;
    padding: 20px 0 0 20px;
    position: absolute;
    z-index: 1000;
    display: none;
}

.courses_goals.courses_filter-container .courses_filter_list {
    width: 365px;
}

.institute_block-scroll,
.courses_filter-scroll {
    max-height: 435px;
}

.faculty_filter .institutions_list .filterby_label,
.courses_filter .courses_filter_list .filterby_label,
.faculty_filter .institutions_list .institute_block h6,
.courses_filter .courses_filter_list .institute_block h6 {
    color: #999;
    font-family: futura-pt;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
}

.faculty_filter .institutions_list .institute_block h6,
.courses_filter .courses_filter_list .institute_block h6 {
    margin-top: 7px;
    margin-bottom: 20px;
}

.faculty_filter .institutions_list .all_institutions,
.courses_filter .courses_filter_list .all_institutions {
    color: #00B3FF;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 23px;
}

.faculty_filter .institutions_list .all_institutions a,
.courses_filter .courses_filter_list .all_institutions a {
    color: #222;
}

.faculty_filter .institutions_list .all_institutions a.active,
.courses_filter .courses_filter_list .all_institutions a.active {
    color: #00B3FF;
}

.courses_filter .courses_filter_list .all_institutions a.goals_icons {
    display: inline-block;
    vertical-align: top;
    padding-left: 44px;
    background: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/all_goals_ico.svg) no-repeat left top;
    background-size: 26px;
    line-height: 26px;
}

.faculty_filter .institutions_list .institute_block ul,
.courses_filter .courses_filter_list .institute_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faculty_filter .institutions_list .institute_block ul li a,
.courses_filter .courses_filter_list .institute_block ul li a {
    display: block;
    padding-right: 10px;
    line-height: 20px;
    padding-bottom: 14px;
}

.faculty_filter .institutions_list .institute_block ul li a:hover,
.faculty_filter .institutions_list .institute_block ul li.active a,
.courses_filter .courses_filter_list .institute_block ul li a:hover,
.courses_filter .courses_filter_list .institute_block ul li.active a {
    color: #00B3FF;
}

.courses_filter .courses_filter_list .institute_block ul li a {
    display: flex;
    align-items: center;
}

.courses_filter .courses_filter_list .institute_block ul li a img {
    margin-right: 10px;
}

#btnLoadMore {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-family: futura-pt;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 15px;
}

.search-results .site-light:before {
    display: none;
}

.faculty_front {
    background: #EFEFEF;
    position: relative;
}

.faculty_front .wrap {
    position: relative;
}

.faculty_flex {
    display: flex;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.faculty_flex .faculty_video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.faculty_flex .faculty_video:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.faculty_flex .faculty_video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.faculty_flex .faculty_content h3 {
    color: #1C1B19;
    font-family: 'FuturaPT-Book';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
}

.faculty_flex .faculty-text {
    font-family: 'FuturaPT-Book';
    font-size: 20px;
    line-height: 30px;
}

.faculty_flex .faculty_content .sustainble-bnt a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.faqs-listing {
    padding-bottom: 50px;
}

.faqs-listing .faq-title {
    font-family: futura-pt;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 16px 60px 16px 30px;
    background-color: #EFEFEF;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

.faqs-listing .faq-title::after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    height: 0;
    width: 0;
    border-top-color: #00B3FF;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.faqs-listing .faq-title.ui-accordion-header-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center 30%;
    -moz-transform-origin: center 30%;
    -ms-transform-origin: center 30%;
    transform-origin: center 30%;
}

.faqs-listing .faq-content {
    padding: 16px 30px;
    background-color: #F7F7F7;
}

.faqs-listing .faq-content p:last-child {
    margin-bottom: 0;
}

.faqs-listing .faq-content a {
    text-decoration: underline;
    color: #00B3FF;
}

.course-container {
    background-color: #EFEFEF;
    padding: 50px 0;
}

.courses_text {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 50px;
}

.courses_text a {
    text-decoration: underline;
    color: #00B3FF;
    font-family: futura-pt;
    font-weight: 900;
}

.courses_text a:hover {
    color: #000;
    text-decoration: none;
}

.courses_filter {
    display: flex;
}

.courses_filter-list {
    margin-right: 50px;
}

.courses_clear {
    margin-left: auto;
}

.goals_count {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 70px;
    font-size: 14px;
    position: relative;
}

.goals_count:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #efefef;
    position: absolute;
    right: 300px;
}

.faculty_videos {
    margin-bottom: 0;
}

.faculty_videos .slick-arrow {
    top: auto;
    left: auto;
    bottom: 18px;
    right: 0;
}

.faculty_video-slide {
    padding-bottom: 60px;
    position: relative;
}

.faculty_video-label {
    position: absolute;
    left: 0;
    bottom: 8px;
    font-weight: 700;
    max-width: 80%;
}

.goals_count a,
.faculty_videos .slick-arrow {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    overflow: hidden;
    background-image: url(/20250603143656oe_/https://sdgacademy.org/wp-content/themes/SDG/assets/images/posts-icon.png);
    margin-left: 15px;
}

.faculty_videos .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    transition: none;
}

.faculty_videos .slick-arrow:before {
    display: none;
}

.faculty_videos .slick-prev {
    right: 54px;
}

.goals_count a[rel="prev"],
.faculty_videos .slick-prev {
    background-position: left top;
    margin-left: 25px;
}

.goals_count a[rel="prev"]:hover,
.faculty_videos .slick-prev:hover {
    background-position: left bottom;
}

.goals_count a[rel="next"],
.faculty_videos .slick-next {
    background-position: right top;
}

.goals_count a[rel="next"]:hover,
.faculty_videos .slick-next:hover {
    background-position: right bottom;
}

.faculty_videos .slick-arrow:hover {
    background-color: transparent;
}

.courses_filter-scroll li.Justwheel {
    display: none;
}


@media only screen and (min-width: 568px) {
    .all_goals .goals_list {
        width: calc((100%/3) - 20px);
    }
}

@media only screen and (min-width: 640px) {
    .search_faculty {
        max-width: 330px;
    }
}

@media only screen and (min-width: 768px) {
    .blog_hero-content {
        position: absolute;
        right: 0;
        bottom: -30px;
        width: 30%;
        /*        max-width: 360px;*/
    }

    .all_goals .goals_list {
        width: calc((100%/4) - 20px);
    }

    body.page.page-courses .entry-header {
        margin-bottom: 4.375rem;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .faculty_listing .faculty-item {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }

    .faculty_listing .faculty-item:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .header-light .navigation-top a {
        color: #1C1B19;
    }

    .all_goals .goals_list {
        width: calc((100%/6) - 20px);
    }

    body.page.page-goals .entry-title,
    body.page.page-faculties .entry-title,
    body.search-results .page-title,
    body.page.page-faqs .entry-title,
    body.page.page-courses .entry-title {
        font-size: 50px;
        line-height: 1.25;
    }

    .page-goals .entry-content p,
    .page-faculties .entry-content p,
    .page-faqs .entry-content p {
        font-size: 20px;
        line-height: 1.5;
    }

    .page-goals .goals_listing {
        padding: 50px 0;
    }

    .faculty_listing .faculty-item {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }

    .faculty_listing .faculty-item:nth-child(3n) {
        margin-right: 0;
    }

    .faculty_flex {
        padding-top: 180px;
        padding-bottom: 0;
    }

    .faculty_front:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
        height: 100%;
        background: #fff;
    }

    .faculty_flex .faculty_video,
    .faculty_flex .faculty_content {
        width: 50%;
    }

    .faculty_flex .faculty_video iframe {
        margin: 0;
    }

    .faculty_flex .faculty_content {
        max-width: 460px;
        margin-left: auto;
        padding-left: 25px;
    }

    .related_articles .category_listing-list .category_listing-post {
        width: 31%;
        max-width: 330px;
    }
}

@media only screen and (min-width: 1441px) {
/*
    .all_goals .goals_list {
        width: calc((100%/8) - 20px);
    }
*/

    .related_articles .category_listing-list .category_listing-post {
        width: 30%;
        max-width: inherit;
    }
}

@media only screen and (max-width: 1440px) {
    .blog_hero-content {
        padding: 30px;
    }

    .blog_hero-content .sticky_title {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-light {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .header-light .menu-width {
        max-width: inherit;
    }

    .header-light .wrap,
    .site-light .wrap {
        max-width: inherit;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .blog_hero-content {
        padding: 20px;
    }

    .blog_hero-content .sticky_title {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-light .menu-width {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-icon-main .menu-login-mobile a {
        color: #000;
    }

    .archive .header-light {
        padding-bottom: 130px;
    }

    .archive .page-header {
        top: -65px;
    }

    .archive .page-header .page-title {
        font-size: 36px;
    }

    .faculty_flex {
        flex-direction: column;
    }

    .faculty_flex .faculty_video {
        max-width: 540px;
        margin: auto;
    }

    .faculty_flex .faculty_content {
        text-align: center;
        padding: 50px 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    .header-light {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .blog_listing-wrapper {
        flex-direction: column;
    }

    .blog_left,
    .blog_right {
        width: 100%;
    }

    .site-light {
        padding-bottom: 80px;
    }

    .single .entry-header .entry-title {
        font-size: 30px;
    }

    .goals_top {
        height: 280px;
    }

    .goals_top-sr {
        font-size: 180px;
        flex-basis: 180px;
    }

    .goals_top-icon {
        flex-basis: 240px;
    }

    .goals_top-title h1 {
        font-size: 36px;
    }

    .goals_top-title h3 {
        font: 24px;
    }

    .goals_listing,
    .take_course {
        padding: 50px 0;
    }

    .goals_listing h2,
    .take_course h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .goals_count {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-light .menu-width .menu-logo {
        padding: 0;
    }

    .header-sticky .header-light .menu-width .menu-logo {
        padding: 20px 0 10px;
    }

    .blog_hero {
        margin-bottom: 30px;
    }

    .blog_hero .post-thumbnail {
        margin-bottom: 0;
    }

    .blog_hero-content {
        position: relative;
    }

    .blog_hero-content .sticky_title {
        margin-top: 30px;
    }

    .goals_top {
        flex-direction: column;
        height: auto;
        padding: 15px;
    }

    .goals_top-sr,
    .goals_top-title,
    .goals_top-icon,
    .overview_goal-left,
    .overview_goal-right {
        flex-basis: auto;
    }

    .goals_top-sr {
        font-size: 80px;
        margin-bottom: 15px;
    }

    .goals_top-title {
        margin-bottom: 15px;
    }

    .goals_top-title h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .goals_top-title h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .goals_top-icon {
        max-width: 50%;
    }

    .overview_goal {
        flex-direction: column;
    }

    .overview_goal-left {
        padding-right: 0;
    }

    .overview_goal-left h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .goals_listing h2,
    .take_course h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .faculty_flex .faculty_content {
        padding: 30px 30px 0;
    }

    .faculty_flex .faculty_content h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .faculty_flex .faculty-text {
        font-size: 16px;
        line-height: 24px;
    }

    .courses_filter {
        flex-direction: column;
    }

    .courses_filter-container {
        margin-right: 0;
    }

}

@media only screen and (max-width: 639px) {
    .header-light .wrap,
    .site-light .wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .category_listing-list {
        flex-direction: column;
    }

    .category_listing-list .category_listing-post {
        width: 100%;
        max-width: inherit;
    }

    .faculty_filter {
        flex-direction: column;
        padding-top: 40px;
    }

    .faculty_institutions {
        order: 13;
        margin-top: 25px;
    }

    .faculty_institutions label:before {
        left: auto;
        right: 0;
    }
    
/*
    .faculty_listing .faculty-item-image img {
        height: auto;
    }
*/
}
