/*
 Theme Name:     AVID - Digital (Phase 3)
 Theme URI:      https://www.avid.org
 Description:    AVID - Digital Theme
 Author:         AVID
 Author URI:     https://www.avid.org
 Template:       understrap
 Version:        3.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
@import "./includes/fonts/avidoa.css";

/* **
***** Overall
*************************************/

html, body {
	font-size: 18px;
}

body, input, textarea, select {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
body, html, #page {
	height: 100%;
}
#page {
	display: flex;
	flex-direction: column;
}
#page > div {
	flex: 0 0 auto;
}
#page > #page-wrapper,
#page > #single-wrapper {
	flex: 1 0 auto;
}
:focus {
    outline: none;
}
.text-center {
    text-align: center;
}

p {
  padding-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}
.h1, h1 {
    font-size: 2rem;
    font-weight: 700;
}
.h2, h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1BA1A1;
}
.page .h2,
.page h2 {
	color: #4925C7;
}
.h3, h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1BA1A1;
}
.h4, h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1BA1A1;
}
.excerpt {
    color: #4a4a4a;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
}
h2.all-caps-heading {
    text-transform: uppercase;
    color: #1BA1A1;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.875rem;
}
.lead {
	font-size: 1.25rem;
	color: #2A4362;
	font-weight: 400;
}
.container a,
.entry-content a {
	color: #1BA1A1;
}
.rounded,
.rounded img,
#content .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, 
#content .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
	border-radius: 1rem;
}

ul,
ol,
#left-area ul, 
.comment-content ul, 
#left-area ol, 
.comment-content ol {
    padding: 0 0 0 2.2em;
    line-height: 1.5;
	list-style-type: initial;
}
ol:last-child, 
ul:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul ol,
ul ul,
ol ul,
ol ol {
    padding-bottom: 0;
}

a.link-with-arrow, 
a.link-with-download {
    color: #2A4362;
    font-size: 0.75rem;
    font-weight: bold;
}

a.link-with-arrow:hover, 
a.link-with-download:hover {
    text-decoration: none;
}

a.link-with-arrow::after, 
a.link-with-download::before {
    color: #4925C7;
    font-size: 1rem;
}
a.arrow-after,
a.arrow-after:hover {
    text-decoration: none;
}
a.arrow-after::after,
a.link-with-arrow::after {
    font-family: "aviddigital";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    speak: never;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-left: .5rem;
    color: #1BA1A1;
    display: inline;
    transition: 300ms all ease-in-out;
}
a.arrow-after:hover::after {
    padding-left: 1rem;
}

a.link-with-download::before {
    content: url("includes/images/link_download.svg");
    padding-right: 0.75rem;
}
a.link-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
figcaption.wp-caption-text, figcaption {
    font-size: .75rem;
    margin-top: .5rem;
    color: #777;
}

.vc_btn3-container.vc_btn3-inline {
	margin-right: 1rem;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-modern,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-modern:focus,
.podcast-subscribe-wrapper .hs-form input[type="submit"],
a.btn {
	background-color: #FDB930;
	border: none;
	font-weight: 700;
	border-radius: 50px;
	color: #2A4362;
	font-size: 1rem;
	display: inline-block;
	padding: 10px 25px;
	line-height: 1.5;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-modern:hover,
a.btn:hover,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-modern:active,
a.btn:active {
    background-color: #ffd677;
    color: #2A4362;
}
a.btn::after {
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e803';
	margin-left: .75rem;
	display: inline;
	font-size: .825rem;
}
.header-gradient {
    align-items: center;
    background: #D9DFEE;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.header-gradient h1 {
    color: #2A4362;
    margin: 0;
    padding: 0;
}

.container {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media only screen and (max-width: 575.98px) {
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 95vw;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.wrapper {
    padding: 0;
}

.entry-content .vc_row[data-vc-full-width] {
    overflow: visible;
}
img.aligncenter {
    display: block;
}

@media only screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
}

/* **
***** Bubble Section Headers
*************************************/

.bubble-section-label {
    position: absolute;
    display: flex;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    border-radius: 30px;
    font-weight: 600;
}
.bubble-section-label .section-title {
    background: #4925C7;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
}
.bubble-section-label a {
    padding: 15px 25px 15px 15px;
    color: #4925C7;
    transition: 300ms all ease-in-out;
}
.bubble-section-label a:hover {
    text-decoration: none;
    color: #1BA1A1;
} 
.bubble-section-label a::after  {
    font-family: "aviddigital";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    speak: never;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-left: .5rem;
    color: #1BA1A1;
    display: inline;
    transition: 300ms all ease-in-out;
}
.bubble-section-label a:hover::after  {
    margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
    .bubble-section-label {
        font-size: 15px;   
    }
    .bubble-section-label .section-title {
        background: #4925C7;
        padding: 15px 25px;
        border-radius: 30px;
        color: #fff;
    }
}
@media only screen and (max-width: 576px) {
	.bubble-section {
		display: flex;
		justify-content: center;
	}
	.bubble-section-label {
		flex-direction: column;
		text-align: center; 
	}
}


/* **
***** Header
*************************************/
#main-nav {
    background-color: #F5F6F7;
    height: 70px;
}

#main-nav .logo_container {
    align-items: center;
    border-right: 1px solid #CBCBCB;
    display: flex;
    flex: 0 0 190px;
    height: auto;
    padding-right: 1rem;
    position: initial;
    width: 190px;
}

@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 80%;
  }
}

#main-nav .site-title {
    display: none;
}

#main-nav .site-title:hover {
    text-decoration: none;
}

#main-nav .site-title h1 {
    color: #5D59D9;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-nav .site-title h1::first-line {
    font-size: 1rem;
    font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.cta > a.mega-menu-link {
    background-color: #FDB930;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    color: #2A4362;
    transition: 300ms all ease-in-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.cta > a.mega-menu-link:hover {
    background-color: #facf78;
}

.logged-in #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.log-in {
    display: none;
}


#main-nav .nav-menus-wrapper {
    display: flex;
}

@media only screen and (max-width: 980px) {
    #main-nav .logo_container {
        border-right: none;
    }

    #main-nav .et_menu_container {
        height: 60px;
    }
}
/*****
** Mega Menu styles ******/

@media only screen and (min-width: 851px) {
    #mega-menu-wrap-primary {
        background: transparent;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
        background: transparent;
        color: inherit;
        font-weight: 700;
    }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.btn > a.mega-menu-link {
    background-color: #fbbf35;
    padding: 10px 35px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    font-size: .875rem;
    color: #2A4362;
    display: inline-block;
    margin-top: 1rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.btn > a.mega-menu-link::after {
    content: url(includes/images/link_arrow_navy.svg);
    height: 12px;
    margin-left: 1rem;
    width: 6px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #F5F6F7;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
}
#mega-menu-wrap-primary .mega-menu-toggle {
    background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #4A4A4A;
    font-weight: 700;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: transparent;
    color: #4A4A4A;
    font-weight: 700;
}
#mega-menu-wrap-primary #mega-menu-primary li.nav-all-resources-link {
    background-color: #E9EBF0;
    text-align: center;
    font-weight: 700;
}
#mega-menu-wrap-primary #mega-menu-primary li.nav-all-resources-link li.mega-menu-item {
    padding: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.nav-all-resources-link p {
    text-align: center;
    margin-bottom: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title
{
    color: #1ba1a1;
    font-weight: 700;
    font-size: 18px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title::after, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title::after {
    font-family: "aviddigital";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    speak: never;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-left: .75rem;
    color: #1BA1A1;
    display: inline;
    transition: 300ms all ease-in-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    font-size: 13px;
    font-weight: 500;
    color: #7F7F7F;
    font-style: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    margin-bottom: 1rem;
	line-height: 1.3;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    font-weight: 700;
    color: #2A4362;
    font-size: 15px;
    transition: 300ms all ease-in-out;
    margin-bottom: .5rem;
	background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #1ba1a1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after {
    font-family: "aviddigital";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    speak: never;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-left: .5rem;
    color: #1BA1A1;
    display: inline;
    transition: 300ms all ease-in-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::after {
    margin-left: 1rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
	font-size: 1.1rem;
}

/* Menu inside spacing */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding: 1.5rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:first-child > ul.mega-sub-menu > li.mega-menu-column {
    padding: 2.25rem 1.5rem;
}

#mega-menu-wrap-user-menu #mega-menu-user-menu li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
    font-size: 1.35rem; /* User icon size */
}

.navbar-expand-md .navbar-toggler {
    display: none !important;
}

@media only screen and (max-width: 850px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
        -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.17);
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.17);
        box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.17);
        background-color: #f5f6f7;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 1rem 0 0 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        text-align: center;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: .875rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
        padding-left: 28px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:first-child > ul.mega-sub-menu > li.mega-menu-column {
        padding: .5rem 1.5rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title {
        font-size: .875rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.btn {
        text-align: center;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.btn > a.mega-menu-link {
        margin-top: 0;
    }
}


/*****
** Divi Menu styles ******/

#et-top-navigation, #top-menu-nav, #top-menu {
    height: 100%;
    padding: 0 !important;
}

#et-top-navigation {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    padding-left: 3rem !important;
}

#et-top-navigation li>a {
    padding-bottom: 0 !important;
}

#top-menu li {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    height: 100%;
    margin-right: 3rem;
    padding-right: 0;
}

#top-menu>li:last-child {
    margin-right: 0;
}

#top-menu a {
    color: #4A4A4A;
    font-weight: bold;
}

#top-menu li.current-menu-item>a {
    color: #7F7F7F;
}

#top-menu li.cta a {
    border: 2px solid #4925C7;
    border-radius: 2rem;
    color: #4925C7;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 2rem !important;
}

#et_mobile_nav_menu .mobile_menu_bar {
    padding-bottom: 0 !important;
}

.mobile_menu_bar:before {
    content: url("includes/images/hamburger_icon.svg");
    font-size: 1rem;
}

#mobile_menu {
    border-top: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    top: 60px;
}

#mobile_menu li > a {
    color: #4A4A4A;
    font-size: 0.875rem;
    font-weight: bold;
}

#et-top-navigation #mobile_menu li > a {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem;
}

#mobile_menu li > a:hover {
    background-color: white;
}

#mobile_menu li:last-child > a {
    border-bottom: none !important;
}

/* **
***** Subnavigation
*************************************/

.header-subnav {
	background-color: #4925C7;
	font-size: 15px;
}
.subnav-podcast {
	background-color: #1BA1A1;
}
.subnav-workshop {
	background-color: #E44877;
}
.header-subnav .subnav-content-wrapper {
	width: 100%;
}
.header-subnav .subnav-content-wrapper::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 2rem;
	height: 100%;
	top: 0;
	background: linear-gradient(90deg, rgba(73, 37, 199,1) 0%, rgba(73, 37, 199,0) 100%);
	z-index: 2;
}
.header-subnav .subnav-content-wrapper::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 2rem;
	height: 100%;
	top: 0;
	background: linear-gradient(90deg, rgba(73, 37, 199,0) 0%, rgba(73, 37, 199,1) 100%);
	z-index: 2;
}
.subnav-podcast .subnav-content-wrapper::before {
	background: linear-gradient(90deg, rgba(27, 161, 161,1) 0%, rgba(27, 161, 161,0) 100%);
}
.subnav-podcast .subnav-content-wrapper::after {
	background: linear-gradient(90deg, rgba(27, 161, 161,0) 0%, rgba(27, 161, 161,1) 100%);
}
.subnav-workshop .subnav-content-wrapper::before {
	background: linear-gradient(90deg, rgba(228, 72, 119,1) 0%, rgba(228, 72, 119,0) 100%);
}
.subnav-workshop .subnav-content-wrapper::after {
	background: linear-gradient(90deg, rgba(228, 72, 119,0) 0%, rgba(228, 72, 119,1) 100%);
}
.header-subnav .subnav-content {
	flex-wrap: nowrap;
	flex-direction: row;
	overflow-x: auto;
}
.header-subnav .subnav-content > * {
	flex: 0 0 auto;
}
.header-subnav .subnav-label {
	color: #fff;
	font-weight: 700;
	margin-right: .75rem;
}
.menu-submenu-podcasts-container {
	display: flex;
	flex: 1 1;
}
.header-subnav a {
	color: #fff;
}
.header-subnav ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex: 1 1;
}
.header-subnav ul li {
	margin: 0 .5rem;
}
.header-subnav ul li:last-child {
	margin-right: 0;
}
.header-subnav ul li.link-right {
	margin-left: auto;
}

/* **
***** Hubspot Forms
*************************************/

#signups .hs-form input[type="submit"],
.hs-form input[type="submit"] {
    -webkit-appearance: none;
    background-color: #fbbf35;
    padding: 10px 35px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    color: #2A4362;
    height: 100%;
    margin-left: 1rem;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 18%);
}
#signups .hs-form input[type="email"],
#signups .hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="text"] {
	font-size: 1.5rem;
	padding: 0.5rem 1rem;
	width: 100%;
	border-radius: 0.75rem;
	border: 2px solid #8aa0d8;
	background-color: transparent;
}
.hs-form-field ul.inputs-list {
    padding-left: 0.75rem;
    list-style: none;
    font-weight: 600;
    margin-top: 1rem;
}
.hs-form-field ul.inputs-list[role="alert"] {
    font-size: .925rem;
    color: #ff8a00;
    margin-top: 0;
}
#signups .hs-form .hs-input.invalid,
.hs-form .hs-input.invalid {
    border-color: #ff8a00;
}
.hs-form-field ul.inputs-list input[type="checkbox"] {
    margin-right: .5rem;
}
.hs-fieldtype-checkbox > label {
    font-size: 1.125rem;
    color: #4925c7;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0;
}
.hs-fieldtype-checkbox > legend {
    font-size: .925rem;
    color: #777;
    font-weight: 600;
}
.hbspt-form .actions {
	text-align: center;
	margin-top: 1rem;
}
.hbspt-form form fieldset {
    max-width: 100%;
}
.hbspt-form .hs-fieldtype-text label,
.hbspt-form .hs-fieldtype-email label,
.hbspt-form .hs-fieldtype-textarea label {
    margin-top: .5rem;
}

/* **
***** Footer
*************************************/
#wrapper-footer {
    margin-top: 5rem;
    padding-bottom: 0;
}
#wrapper-footer .footer-newsletter-wrapper {
	background-color: #F5F6F7;
	padding: 3rem 0 0;
}
#wrapper-footer .footer-newsletter-wrapper .widget-container h3 {
	color: #2a4362;
	margin-bottom: 1rem;
}
#wrapper-footer .footer-newsletter-wrapper .widget-container {
	width: 100%;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form {
	display: flex;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form label {
	display: none;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form .hs_email {
	flex: 1 1 auto;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form .hs_submit {
	flex: 0 0 auto;
	display: flex;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form input[type="email"],
#wrapper-footer .footer-newsletter-wrapper .hs-form input[type="text"],
.popmake .hs-form input[type="email"],
.popmake .hs-form input[type="text"]{
	font-size: 1.5rem;
	padding: .5rem 1rem;
	width: 100%;
	border-radius: .75rem;
	border: 2px solid #8aa0d8;
	background-color: transparent;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form input[type="submit"],
.popmake .hs-form input[type="submit"]{
	-webkit-appearance: none;
	background-color: #fbbf35;
    padding: 10px 35px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    color: #2A4362;
	height: 100%;
	margin-left: 1rem;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 18%);
}
.popmake .hs-form input[type="submit"] {
	margin-top: 1rem;
	margin-left: 0;
	padding: 1rem 3rem;
}
.popmake .hs-form label {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form ul,
.popmake .hs-form ul{
	list-style-type: none;
	padding: 0;
}
#wrapper-footer .footer-newsletter-wrapper .hs-form .hs-error-msg {
	
}

#wrapper-footer .site-footer {
    width: 100%;
}

#wrapper-footer .footer-wrapper {
    background-color: #fff;
    color: #4A4A4A;
    padding-top: 3rem;
}

#wrapper-footer .footer-wrapper{
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem 1.5rem;
    position: relative;
}
#wrapper-footer .footer-site-logo .navbar-brand {
	margin: 0;
	transform: translateY(-15px);
}
#wrapper-footer .middle {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#wrapper-footer .main-site-link {
    bottom: 0;
    color: #1BA1A1;
    font-size: 1.5rem;
    font-weight: 700;
    left: 0;
    margin-bottom: 2rem;
    margin-left: 3rem;
    position: absolute;
}

#wrapper-footer .footer-menu-wrapper > div > ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    position: relative;
    width: 650px;
    list-style-type: none;
    padding: 0;
}

#wrapper-footer .footer-menu-wrapper > div > ul a {
    color: #4925C6;
    font-size: 0.9375rem;
    font-weight: bold;
}

#wrapper-footer .footer-cta {
    background: #2a4362;
    display: block;
    height: auto;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
	color: #fff;
}

#wrapper-footer .footer-cta-wrapper {
    background: #F5F6F7;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#wrapper-footer .footer-cta-wrapper a.btn {
    flex: 0 0 200px;
    border: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.18);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.18);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.18);
}
#wrapper-footer .footer-socials-wrapper {
	text-align: center;
}
#wrapper-footer .footer-socials-wrapper a {
	font-size: 20px;
    margin: 0 .5rem;
    color: #4925C6;
}
#wrapper-footer .footer-socials-wrapper a:hover {
	text-decoration: none;
}
.global-avid-footer {
	background-color: #0087CF;
	color: #fff;
}
.has_journey .global-avid-footer {
	padding-bottom: 50px;
}
.has_journey .et_social_mobile {
	display: none !important;
}
.global-avid-footer a {
	color: #fff;
}
.global-avid-footer .row {
	align-items: center;
}
.global-avid-footer #menu-avid-global {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
	font-weight: 600;
	font-size: 16px;
}
#wrapper-footer .global-avid-footer .logo {
    padding-bottom: 3rem;
	padding-top: 3rem;
}
#wrapper-footer .footer-info {
    font-size: 0.75rem;
}

#wrapper-footer .footer-info a {
    margin: 0 0.25rem;
	text-decoration: underline;
}
#wrapper-footer .footer-info a:first-of-type{
	margin-left: 0;
}
#wrapper-footer .footer-info a:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 1200px) {
    #wrapper-footer .footer-menu-wrapper > div > ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
    }

    #wrapper-footer .main-site-link, #wrapper-footer .logo {
        bottom: 4rem;
    }

    
}

@media only screen and (max-width: 991px) {
	#wrapper-footer .footer-info {
		text-align: center;
		margin-bottom: 5rem;
	}
	#wrapper-footer .site-footer,
	#wrapper-footer .global-avid-footer {
		text-align: center;
	}
	#wrapper-footer .footer-site-logo {
		margin-bottom: 1rem;
	}
	#wrapper-footer .footer-menu-wrapper {
		margin-bottom: 1rem;
	}
	#wrapper-footer .global-avid-footer .logo,
	#wrapper-footer .global-avid-nav {
		padding-bottom: 1rem;
	}
}
@media only screen and (max-width: 768px) {
	#wrapper-footer .footer-cta-wrapper .cta-column {
		text-align: center;
	}
    #wrapper-footer .footer-cta-wrapper .cta-column:first-child {
        margin-bottom: 2.5rem;
    }
    #wrapper-footer .footer-menu-wrapper > div > ul,
	#wrapper-footer .global-avid-nav > div > ul {
        align-items: center;
        flex-direction: column;
    }
	#wrapper-footer .footer-menu-wrapper > div > ul > li,
	#wrapper-footer .global-avid-nav > div > ul > li {
		margin: .5rem 0;
	}

    #wrapper-footer .main-site-link {
        font-size: 0.9375rem;
    }

    #wrapper-footer .logo {
        width: 130px;
    }

    #wrapper-footer .footer-cta .col-md-5:last-child {
        margin-left: 0;
        margin-top: 1rem;
    }
}



/* **
***** Event Terms
*************************************/
.header-content {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.eventseries-archive-wrapper .header-content h1,
.eventpartner-archive-wrapper .header-content h1 {
	color: #1BA1A1;
	font-size: 2.5rem;
}
.eventpartner-archive-wrapper h2,
.eventseries-archive-wrapper h2 {
	color: #4925C7;
}
.eventpartner-archive-wrapper h3,
.eventseries-archive-wrapper h3 {
	color: #212121;
}
.eventpartner-archive-wrapper .header-content .header-button {
	margin-top: 1rem;
}
.eventpartner-archive-wrapper .partner-series {
	margin-bottom: 3rem;
}
.eventseries-archive-wrapper .header-content .gradelevel {
	font-weight: 700;
	color: #4925C7;
	font-size: 1.25rem;
}
.eventseries-archive-wrapper .tax-intro {
	border-top: 1px solid #e5e5e5;
	padding-top: 2rem;
	padding-bottom: 2rem;
} 

.eventseries-archive-wrapper .series-information {
	margin-bottom: 3rem;
}
.eventseries-archive-wrapper .extended-info {
	display: flex;
	flex-direction: column;
}
.eventseries-archive-wrapper .extended-info h4 {
	margin-bottom: .25rem;
}
.eventseries-archive-wrapper .extended-info .series-links {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}
.eventseries-archive-wrapper .extended-info .series-info-block {
	margin-bottom: 1rem;
}
.eventseries-archive-wrapper .extended-info .series-links > div {
	margin-bottom: .75rem;
}
h2.page-subtitle {
	color: #4925C7;
}
.series-item-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
	border: 1px solid #E5E5E5;
	border-radius: 2rem;
	height: 100%;
}
.series-item .series-image {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: center;
	border-radius: 100px;
	background-color: #D9DFEE;
	margin-bottom: 1rem;
	position: relative;
}
.series-item .series-gradelevel {
	color: #4925C7;
	font-size: 1rem;
}
.series-item .series-link {
	margin-top: 1rem;
}

#events {
	background: #fff;
	background: rgb(245,246,247);
background: linear-gradient(180deg, rgba(245,246,247,1) 0%, rgba(255,255,255,1) 70%);
	padding-top: 3rem;
	padding-bottom: 2rem;
}
#events .events-header {
	text-align: center;
	margin-bottom: 3rem;
}
#events .events-header h2 {
	color: #4925C7;
}

/* **
***** Category Template
*************************************/

.category .course-wrapper {
    margin-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 50px;
}
.category .course-wrapper:last-child {
    margin-bottom: 50px;
    border-bottom: none;
    padding-bottom: 0;
}
.category .course-wrapper .course-info-left {
    float: left;
    width: 33%;
    margin-right: 8.333%;
}
.category .course-wrapper .course-info-right {
    float: left;
    width: 50%;
}
.category .course-wrapper .course-meta span {
    margin-right: 45px;
    color: #7F7F7F;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.category .course-wrapper .course-type .course-type-icon {
    max-height: 18px;
    width: auto;
}

/* **
***** Home Template
*************************************/
.home .entry-header {
    display: none;
}
.home .hero-row {
    margin-bottom: -1.5rem;
    padding-bottom: 0;
    padding-top: 0;
    background-position: right top !important;
    background-size: contain;
    background-repeat: no-repeat !important;
}
.home .hero-row .wpb_column:first-child {
	margin-top: 3rem;
	margin-bottom: 6rem;
}
.home .hero-row .wpb_text_column {
	margin-bottom: 0;
}
.home .hero-row .wpb_column:last-child {
	align-items: flex-start;
}
.home .hero-row .wpb_column:last-child img {
    border-radius: 0 0 30px 30px;
}
.home .hero-row h2 {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 1.2rem;
	line-height: 1.5;
}
.home .hero-row h1 {
    color: #4925C7;
    font-weight: 700;
    font-size: 2.5rem;
}
.home .about-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.home .about-row a {
    color: #1ba1a1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-size: 16px;
    font-weight: 700;
}
.home .about-row a::after {
    font-family: "aviddigital";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    speak: never;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-left: .5rem;
    color: #2A4362;
    display: inline;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.home .about-row a:hover {
    text-decoration: none;
    color: #2a4362;
}
.home .about-row a:hover::after {
    margin-left: 1rem;
}

.home .select2-container--default .select2-dropdown {
    font-size: 1.125rem;
}

@media only screen and (max-width: 991px) {
	.home .hero-row {
		background-size: 80%;
		background-position: 210% top !important;
	}
}

@media only screen and (max-width: 768px) {
    .home .hero-row {
        text-align: center;
		display: flex;
		flex-direction: column-reverse;
		background-position: center top !important;
		background-size: contain;
    }
    .home .hero-row .wpb_column:first-child .wpb_text_column {
        margin-bottom: 0;
    }
	.home .hero-row .wpb_column:first-child {
		margin-bottom: 6rem;
	}
	.home .hero-row .wpb_column:last-child .vc_column-inner,
	.home .hero-row .wpb_column:last-child .wpb_single_image{
		padding-bottom: 0 !important;
		margin-bottom: 0;
		text-align: center;
	}
	
	.home .hero-row .wpb_column:last-child img {
        max-width: 350px;
		width: 100%;
    }

    .home .container {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .home .hero-row h1 {
        font-size: 1.9rem;
        line-height: 2.1rem;
        text-align: center;
    }

    .home .hero-row > .et_pb_row:first-child > .et_pb_column:first-child h2,
    .home .hero-row > .et_pb_row:first-child > .et_pb_column:first-child h2 span {
        font-size: 1.1rem;
        text-align: center;
    }

    .home .partners-row > .et_pb_row:first-child .et_pb_text:first-child {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .home .home-featured-section {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .home .home-featured-section > .et_pb_row:first-child > .et_pb_column:first-child {
        padding-left: 3.5rem;
    }
}

.vc_separator h4 {
    font-size: 15px;
    font-weight: 700;
    color: #4A4A4A;
    text-align: center;
}

.sp-lc-container .slick-track {
    display: flex;
    align-items: center;
}

.sp-lc-container .slick-track img {
    display: flex;
    align-items: center;
}
.sp-lc-container h2 {
	display: none;
}
.sp-lc-container .swiper-wrapper {
    display: flex;
    align-items: center;
}
.sp-lc-container .swiper-wrapper .sp-lc-logo {
    margin: 0px 15px;
}
.sp-lc-container .swiper-wrapper .sp-lc-logo img {
    max-height: 70px;
	width: auto;
}

/* **
***** Subcategory Template
*************************************/

.subcategory .subcategory-header {
    align-items: center;
    display: flex;
    padding: 2rem 0;
}

.subcategory .subcategory-info {
    flex: 1 1 auto;
    margin-right: 1rem;
}

.subcategory .subcategory-image {
    background-position: center;
    background-size: cover;
    border-radius: 2rem;
    flex: 0 0 50%;
    height: 330px;
}

.subcategory .subcategory-description {
    max-width: 525px;
}

.subcategory .subcategory-title {
    color: #1BA1A1;
    font-size: 1.75rem;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .subcategory .subcategory-image {
        flex: 0 0 33%;
        height: 230px;
    }
}

@media only screen and (max-width: 768px) {
    .subcategory .subcategory-header {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .subcategory .subcategory-image {
        flex: 0 0 auto;
        margin-bottom: 2rem;
        max-height: 225px;
        width: 100%;
    }

    .subcategory .courses-in-category {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .subcategory .subcategory-image {
        max-height: 175px;
    }
}

/* **
***** podcast Archive
*************************************/

.podcast-schedule-wrapper {
	flex-direction: column;
	margin-top: 3rem;
}
.post-type-archive-podcast .podcasts-header {
    margin-bottom: 40px;
}
.post-type-archive-podcast .podcast-intro-wrapper,
.podcast-archive-wrapper .podcast-intro-wrapper {
    padding-top: 3rem;
    margin-bottom: 4rem;
}
.post-type-archive-podcast #primary h2,
.podcast-archive-wrapper #primary h2 {
    color: #1BA1A1;
    font-size: 1.625rem;
    font-weight: 700;
}
.podcast-intro-wrapper {
	background-image: url(includes/images/podcast-intro-bg.jpg);
	background-size: 33%;
	background-repeat: no-repeat;
	background-position: top right;
}
.podcast-subscribe-wrapper {
	background-color: #f5f6f7;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 4rem;
	margin-bottom: 3rem;
}
.podcast-subscribe-wrapper .hbspt-form form {
	display: flex;
}
.podcast-subscribe-wrapper .widget-title {
	color: #1BA1A1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 14px;
	margin-bottom: 10px;
}
.podcast-subscribe-wrapper .podcast-sidebar {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.podcast-subscribe-wrapper .podcast-sidebar > div {
	flex: 0;
}
.podcast-subscribe-wrapper .hbspt-form .submitted-message {
  text-align: center;
  font-size: 1.5em;
  color: #1BA1A1;
  font-weight: 700;
}
.podcast-subscribe-wrapper fieldset.form-columns-2 .hs-form-field {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	padding-right: 1rem;
}
.podcast-subscribe-wrapper fieldset.form-columns-2 .hs-form-field .input {
	margin-right: 0;
}
.podcast-subscribe-wrapper .hs-form input[type="text"],
.podcast-subscribe-wrapper .hs-form input[type="email"] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #B7B7B7;
}
.podcast-subscribe-wrapper .hs-form label {
	font-size: 14px;
	color: #2A4362;
	font-weight: 500;
}
.podcast-subscribe-wrapper .hs-error-msgs {
	padding: 0;
	list-style: none;
	line-height: 130%;
	margin-top: 1rem;
	font-size: 14px;
}
.podcast-subscribe-wrapper .hs-form label.hs-error-msg {
	color: #4925C7;
}
.podcast-subscribe-wrapper .hs-form .actions {
	text-align: center;
	margin-top: 15px;
}
.post-type-archive-podcast .past-livecast-guests,
.podcast-archive-wrapper .past-livecast-guests {
    margin-top: 1rem;
}
.post-type-archive-podcast .past-livecast-guests .featured-guests-header,
.podcast-archive-wrapper .past-livecast-guests .featured-guests-header {
    display: none;
}


@media only screen and (max-width: 768px) {
	.podcast-intro-wrapper {
		background-size: 50%;
	}
    .post-type-archive-podcast .podcasts-top .row,
	.podcast-archive-wrapper .podcasts-top .row {
        flex-direction: column;
    }
    
    .post-type-archive-podcast .podcasts-top .row > * ,
	.podcast-archive-wrapper .podcasts-top .row > * {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
	.podcast-intro-wrapper .vc_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.podcast-intro-wrapper .podcast-cover img {
		max-width: 250px;
	}
}


/* **
***** Single Course / podcast
*************************************/
.single-header {
	margin-bottom: 2rem;
}
.single-header .header-wrapper {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.page-header .header-wrapper {
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.single-header .header-content,
.collection-header .header-content {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.single-header .header-wrapper .row {
	justify-content: space-between;
}
.single-header .header-wrapper .no-image .left-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}
.single-header .course-header-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-header .course-header-meta .meta {
	display: flex;
	justify-content: flex-end;
}
.single-header .course-header-meta .meta,
.single-header .header-intro .audio-label {
	font-size: 14px;
	font-weight: 600;
	color: #2A4362;
	margin: .25rem 0;
}
.single-header .course-header-meta .meta a {
	color: #2A4362;
}
.single-header .course-header-meta .meta-content {
	display: flex;
	flex-direction: row-reverse;
	text-align: right;
}
.single-header .course-header-meta .meta-content .icon {
	margin-right: 0;
	width: 1.5rem;
	text-align: right;
	margin-left: .25rem;
}
.single-header .course-header-meta .meta-content .breadcrumbs {
	text-align: right;
}
.single-header .course-header-meta .meta-resource-partner .meta-content {
	flex-direction: row;
	align-items: center;
}
.single-header .meta-resource-partner .partner .partner-logo {
	max-width: 140px;
	max-height: 35px;
	margin-left: .5rem;
}
.single-header .course-header-meta .meta-resource-partner .resource-by-label {
	text-align: right;
}
.single-header .meta-resource-length {
	text-transform: lowercase;
}
.single-header h1,
.page .course-header h1,
#single-wrapper.podcast .course-header h1 {
	color: #1BA1A1;
	font-size: 36px;
	font-weight: 700;
}
.single-header .entry-excerpt {
	color: #4925C7;
	font-size: 1.25rem;
	font-weight: 700;
}
.single-header .header-intro {
	background-color: #F5F6F7;
}
.single-header .header-intro .header-intro-content {
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.single-header .header-intro .article-image {
	width: 100%;
	height: auto;
	width: 100%;
	padding-top: 68.75%;
	background-size: cover;
	background-position: center;
	border-radius: 1.5rem;
}
.single-header .header-intro .audio-embed .episode {
	margin: 0;
}
.single-header .header-intro .audio-embed .buzz_share,
.single-header .header-intro .audio-embed .meta {
	display: none;
}

@media only screen and (max-width: 767.98px) {
	.single-header .resource-title {
		text-align: center;
	}
    .single-header .course-header-meta,
    .single-header .course-header-meta .breadcrumbs,
    #single-wrapper.podcast .course-header .podcast-header-meta {
        font-size: .8rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .single-header .course-header-meta .meta {
		justify-content: center;
	}
	.single-header .course-header-meta .meta .meta-content{
		flex-direction: row;
	}
	.single-header .course-header-meta .meta-content .icon {
		margin-left: 0;
		margin-right: .25rem;
	}
    .single-header .course-header-meta > span:first-child,
    .single-header .podcast-header-meta > span:first-child {
        width: 100%;
        margin-bottom: .25rem;
    }
    .course-header-meta > span:nth-child(2)::before,
    #single-wrapper.podcast .course-header .podcast-header-meta > span:nth-child(2)::before {
        content: none;
    }
	.single-header .header-intro-content .podcast-link {
		margin-bottom: 1rem;
	}
	.single-header .header-intro-content .podcast-link:last-of-type {
		margin-bottom: 0;
	}
}
.single-course .resource-featured-image img {
    border-radius: 1rem;
}
.single-course #main-content h2 {
	font-size: 15px !important;
	font-weight: 700;
	color: #1BA1A1;
	text-transform: uppercase;
}
.single-course #main-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1BA1A1;
	line-height: 26px;
}
.single-course #main-content h4 {
	font-size: 17px;
	font-weight: 700;
	color: #1BA1A1;
	margin-top: 10px;
}
.single-course .et_post_video {
	margin-bottom: 25px;
}
.single-course .intro-block,
.single-course .intro-block p {
    color: #4A4A4A;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}
.entry-content .et_pb_text table td {
	vertical-align: top;
}
.single-course .course .entry-content ul ul,
.single-course #left-area .course .entry-content ul ul{
	padding-left: 2.5em;
	padding-bottom: 0;
}
.single-course.et-db #et-boc .et-l .et_pb_image_0.partner-logo {
	text-align: right;
}
.single-course .partner-logo img {
	max-height: 45px;
	max-width: 250px;
}
.course ul li a[href$=".pdf"]::after,
.course ul li a[href$=".ppt"]::after,
.course ul li a[href$=".pptx"]::after,
.course ul li a[href$=".doc"]::after,
.course ul li a[href$=".docx"]::after,
.course a.download::after,
body.page:not(.home) #main-content ul li a[href$=".pdf"]::after,
body.page:not(.home) #main-content ul li a[href$=".ppt"]::after,
body.page:not(.home) #main-content ul li a[href$=".pptx"]::after,
body.page:not(.home) #main-content ul li a[href$=".doc"]::after,
body.page:not(.home) #main-content ul li a[href$=".docx"]::after,
body.page:not(.home) #main-content a.download::after {
	content: url("includes/images/link_download.svg");
	font-weight: 700;
	color: #4A4A4A;
	margin: 0 0.35rem;
	display: inline-block;
	width: 10px;
}
body.page:not(.home) #main-content blockquote,
.course blockquote,
#content blockquote {
    font-size: 1.4rem;
    color: #1BA1A1;
    border-left: 0;
    margin: 2rem;
    font-weight: 700;
    position: relative;
    padding-top: 1rem;
	text-align: center;
}
body.page:not(.home) #main-content blockquote::before,
.course blockquote::before,
#content blockquote::before {
    content: '“';
	position: absolute;
	color: #d4efef;
	font-size: 8rem;
	z-index: -1;
	top: -3rem;
	left: -1rem;
}
#content blockquote + p.blockquote-attribution,
#content blockquote p.blockquote-attribution {
	font-size: 1rem;
	font-weight: 400;
	color: #1BA1A1;
	text-align: center;
}
article.course h2 {
	
}
article.course h2:not(.all-caps-heading)::after {
	content: "";
	display: block;
	border-top: 3px solid;
	width: 60px;
	margin: .75rem 0;
}

.single-course #main-content .course-sub-header .container,
.page #main-content .course-sub-header .container,
.single-podcast #main-content .course-sub-header .container {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .single-course #main-content .course-sub-header .container,
	.page #main-content .course-sub-header .container,
	#single-wrapper.podcast .course-sub-header .container {
        display: block;
		text-align: center;
    }
	#main-content .course-sub-header .container .breadcrumbs,
    .subcategory-nav-wrapper .breadcrumbs, 
    .category-nav-wrapper .breadcrumbs {
        text-align: center;
        width: 100%;
    }
	.single-course #main-content .course-sub-header .container .details {
        display: inline-block;
		margin-top: 10px;
    }
}
.wpb-js-composer article .vc_tta.vc_general .vc_tta-tabs-list {
	display: flex;
	justify-content: center;
	background: #F4F4F4;
	border-radius: 1rem 1rem 0 0;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
    margin-bottom: 0 !important;
	margin-left: 0;
	margin-right: 0;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-style-classic .vc_tta-tab>a {
    border: none;
    background-color: transparent;
    color: #4A4A4A;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
}
.wpb-js-composer article .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, 
.wpb-js-composer article .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
	background-color: transparent;
	color: #4925C7;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: transparent;
    color: #4925C7;
    border-bottom: 3px solid #4925C7 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 1px solid #D9D9D9;
    background-color: transparent;
    border-radius: 0 0 1rem 1rem;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 2rem;
}
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel h4 {
    font-size: 1.25rem;
}
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a span,
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel.vc_active h4 i::after{
	color: #4925C7;
    border-color: #4925C7 !important;
}
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a span,
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel h4 i::before,
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel h4 i::after {
	color: #4925C7;
    border-color: #4925C7;
}
.wpb-js-composer article .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer article .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #D9D9D9;
	border-radius: 1rem;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding: 2rem;
}
.wpb-js-composer article .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.wpb-js-composer article .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.wpb-js-composer article .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
	border-color: #D9D9D9;
}
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: transparent;
}
.wpb-js-composer .vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.single-course .related-content {
    background-color: #F5F6F7;
    margin-top: 4rem;
}
.single-course .related-content .container {
    transform: translateY(-3rem);
}
.single-course .related-content .container .row {
    justify-content: center;
}
.single-course .related-content img {
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.single-course #wrapper-footer {
    margin-top: 0;
}
.single-course .related-content .section-title {
    display: none;
    margin-bottom: 1.5rem;
    border-top: 1px solid #D3D3D3;
    padding-top: 1rem;
}

.single-course .related-content .related-resource .promo-text {
    background-color: #4925C7;
    border-radius: 1rem;
    color: white;
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    
}
.wpb_text_column table {
    table-layout: fixed;
    width: 100%;
}
.wpb_text_column table td,
.wpb_text_column table th {
    padding: 8px 10px;
	border-color: #ccc;
}

@media (max-width: 767.98px) { 
    .single-course .related-content {
        background-color: transparent;
        margin-top: 0;
    }
    .single-course .related-content .container {
        transform: none;
    }
    .single-course .related-content .section-title {
        display: block;
    }
    .single-course .related-content .related-resource {
        margin-bottom: 1.5rem;
    }
}

/* **
***** Collections
*************************************/

.collection-header {
	margin-top: 1rem;
}
.collection-header h1 {
	color: #1BA1A1;
}
.collection-header .type,
.collection-header .type a {
	color: #2A4362;
	font-weight: 700;
}
.collection-header .header-image .course-image {
	border-radius: 1rem;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 18%);
	width: 100%;
	padding-top: 68.75%;
	background-size: cover;
	background-position: center;
}
.collection-header .row {
	margin-bottom: 1.5rem;
}
.courses-in-category {
	width: 100%;
	margin-top: 1rem;
	padding-top: 0;
}
.collections-archive-wrapper {
	
}
.collections-archive-wrapper .taxonomy-grid.view-list .grid-item {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
}
.collections-archive-wrapper .taxonomy-grid.view-grid {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}
.collections-archive-wrapper h1 {
	color: #1BA1A1;
}
.collections-archive-wrapper h2 {
	color: #4925C7;
	font-size: 1.25rem;
}
.collections-note-wrapper {
	text-align: center;
}
.collections-note-wrapper > div {
	border-top: 1px solid #D3D3D3;
	padding-top: 3rem;
	margin-top: 3rem;
	margin-bottom: 0;
}
.collections-note-wrapper h3,
.collections-note-wrapper p {
	color: #2A4362;
}
.collections-additional-section {
    border-top: 1px solid #d3d3d3;
    padding-top: 2rem;
    margin-top: 2rem;
}
.collection-empty {
    text-align: center;
    border: 3px dashed #ddd;
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    margin-top: 2rem;
}

/* **
***** Resources page template
*************************************/

.page-template-page-resources .category-directory {
	margin: 4rem 0;
}
.page-template-page-resources .browse-by-collection .collections {
	margin: 4rem 0 0;
}

.page-template-page-resources .featured-hero,
.page-template-page-resources .browse-by-subject {
	border-bottom: 1px solid #CDCDCD;
}

.page-template-page-resources .browse-by-collection .collection .image-left {
	width: 40%;
	margin-right: 1rem;
}
.page-template-page-resources .browse-by-collection .collection .image-left .collection-image {
	padding-top: 68.75%;
	width: 100%;
	background-size: cover;
	border-radius: 1rem;
	position: relative;
}
.page-template-page-resources .browse-by-collection .collection {
	align-items: center;
	margin-bottom: 1rem;
}
.page-template-page-resources .browse-by-collection .all-collections-link {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 2rem;
}
.page-template-page-resources .browse-by-collection .all-collections-link a {
	background-color: #fff;
	box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 15%);
	color: #1BA1A1;
}
.page-template-page-resources .browse-by-collection .collection .content-right {
	width: 60%;
}
.page-template-page-resources .featured-hero {
	background-image: url(includes/images/bg-resources-header.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}
.page-template-page-resources .featured-hero img {
	margin: 3rem 0;
	border-radius: 30px;
	border: 10px solid #fff;
}
.page-template-page-resources .featured-hero .row > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.page-template-page-resources .hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 3rem 0;
}
.page-template-page-resources .hero-content .featured-type {
	color: #4925C7;
	font-weight: 700;
}
.page-template-page-resources .hero-content .featured-title {
	font-size: 1.75rem;
} 
@media (max-width: 991px) {
	.page-template-page-resources .featured-hero {
		background-position: 125% center;
	}
}
@media (max-width: 767.98px) {
	.page-template-page-resources .featured-hero .row {
		flex-direction: column-reverse;
	}
	.page-template-page-resources .featured-hero {
		background: none;
		padding-bottom: 2rem;
	}
	.page-template-page-resources .featured-hero img {
		border: none;
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.page-template-page-resources .hero-content {
		margin: 2rem 0 3rem;
	}
}
	

/* **
***** podcast
*************************************/

@media (max-width: 980px) {
	#single-wrapper.podcast #page-container #et-boc .et-l div.et_pb_section.podcast-video {
		background-image: none !important;
		background-color: #fff !important;
	}
	#single-wrapper.podcast .course-header h1 {
		font-size: 1.5rem;
	} 
	#single-wrapper.podcast #main-content .header-wrapper {
		padding-top: 0;
	}
}
#single-wrapper.podcast #podcast-player {
    background: #F5F6F7;
}
#single-wrapper.podcast #podcast-player .wpb_raw_code {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.07);
}
#single-wrapper.podcast .podcast-chat {
	text-align: center;
}
#single-wrapper.podcast .podcast-chat iframe {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}

#single-wrapper.podcast .podcast-quote {
	text-align: center;
	color: #1BA1A1;
    margin-top: 2.5rem;
    margin-bottom: 1.125rem;
}
#single-wrapper.podcast .podcast-quote blockquote {
	padding-left: 0;
	border-left: 0;
	color: #2A4362;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	padding-top: 0;
}
#single-wrapper.podcast .podcast-quote blockquote::before {
	content: '“';
	position: absolute;
	color: #D2DDEB;
	font-size: 8rem;
	z-index: -1;
	top: -3rem;
	left: -1rem;
}
#single-wrapper.podcast .podcast-quote blockquote p.blockquote-attribution,
#single-wrapper.podcast .podcast-quote blockquote + p.blockquote-attribution{
	color: #5B83B4;
	font-weight: 600;
	font-size: 16px;
}
#single-wrapper.podcast .podcast-resources h2 {
    font-size: 1.75rem;
    color: #1BA1A1;
}
#single-wrapper.podcast .podcast-resources h3 {
    color: #5B83B4;
    margin-bottom: 1.5rem;
}
#single-wrapper.podcast .podcast-resources a {
    transition: 300ms all ease-in-out;
}
#single-wrapper.podcast .podcast-resources strong a,
#single-wrapper.podcast .podcast-resources a strong {
	color: #2A4362;
	border-bottom: 1px dotted;
}
#single-wrapper.podcast .podcast-resources strong a:hover,
#single-wrapper.podcast .podcast-resources a:hover {
	text-decoration: none;
}
#single-wrapper.podcast .podcast-resources strong a::after,
#single-wrapper.podcast .podcast-resources a strong::after{
	font-family: "aviddigital";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    speak: never;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-left: .5rem;
    color: #1BA1A1;
    display: inline;
    transition: 300ms all ease-in-out;
}
#single-wrapper.podcast .podcast-resources a:hover::after, 
#single-wrapper.podcast .podcast-resources a:hover strong::after {
    margin-left: 0.75rem;
}
#single-wrapper.podcast #wrapper-footer {
    margin-top: 0;
}
#single-wrapper.podcast #podcast-player .wpb_raw_code {
    background-color: #fff;
}
/* **
***** Gravity Forms
*************************************/

.gform_wrapper .top_label .gfield_label, 
.gform_wrapper legend.gfield_label {
    font-size: 1.3rem;
    color: #1BA1A1;
}
table.gsurvey-likert td.gsurvey-likert-choice {
	height: 46px;
}
.gform_wrapper ul.gfield_checkbox li, 
.gform_wrapper ul.gfield_radio li {
	overflow: visible;
	margin-bottom: 10px;
}
.gform_wrapper .gfield_checkbox li label, 
.gform_wrapper .gfield_radio li label,
.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, 
.gform_wrapper .instruction {
	font-size: inherit;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
    margin-right: 10px;
}

.gform_wrapper .gform_footer input[type=submit] {
	-webkit-appearance: none;
	background-color: #FDB930;
	padding: 10px 35px;
	border: none;
	border-radius: 15px;
	font-weight: 700;
	font-size: 16px;
	color: #2A4362;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.18);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.18);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,.18);
}

/* **
***** Basic Page Styling
*************************************/

body.page #content.article-width {
    padding-top: 3.5rem;
    max-width: 800px;
}

body.page .back-to-resource a:before {
  content: url("includes/images/link_arrow_gray.svg");
  display: inline-block;
  margin: 0 .75rem;
  position: relative;
  top: 1px;
  transform: scaleX(-1);
}
.wpb_text_column.callout {
    background-color: #f0f0f0;
    padding: 2rem 2.5rem;
}
body.page .course-header {
	margin-bottom: 3rem;
}
body.page .content-sections .jump-list-row {
	display: flex;
	justify-content: center;
	margin: 1rem 0 3rem;
}
body.page .content-sections .jump-list {
	padding: 2rem;
	background: #f2f2f2;
	border-radius: 1rem;
	max-width: 500px;
	width: 100%;
}
body.page .content-sections .jump-list ul {
	padding-left: 1.3rem;
}
@media only screen and (max-width: 991px) {
	body.page .content-sections .jump-list ul {
		font-size: .9rem;
		line-height: 1.4;
	}
}
body.page .content-sections h2.section-title {
	font-size: 1.75rem;
	border-top: 1px solid #e6e6e6;
	margin-top: 1rem;
	padding-top: 2rem;
}
body.page .content-sections .course-meta .course-type,
body.page .content-sections .course-meta .course-time {
	display: none;
}
body.page .content-sections .search-result .image-wrapper {
	height: 140px;
}

/* **
***** Ratings / Course Footer
*************************************/
.course-footer {
    border-top: 3px dotted #1BA1A1;
    margin: 2rem 0;
}

.rmp-rating-widget, 
.seriesbox,
.course-collections-header {
    margin-top: 3.5rem;
}

.rmp-rating-widget {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: right;
    padding-left: 1.5rem;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container:last-child .rmp-rating-widget {
    float: none;
    padding-left: 0;
    width: 100%;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    width: 100%;
}

.rmp-rating-widget .rmp-heading--title,
.course-collections-header h4 {
    color: #1BA1A1;
    font-size: 0.94rem;
    font-weight: bold;
}

.rmp-rating-widget .rmp-heading--subtitle,
.course-collections-header h3 {
    color: #4A4A4A;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 1rem !important;
    max-width: 300px;
}

.rmp-rating-widget ul.rmp-rating-widget__icons-list {
    padding: 0 !important;
}

.rmp-rating-widget .rmp-rating-widget__icons-list__icon {
    margin: 0 0.25rem !important;
}

.rmp-rating-widget .rmp-rating-widget__msg {
    color: #4925C7;
    font-size: 0.75rem;
    font-weight: bold;
}

.rmp-rating-widget .rmp-icon--ratings {
    font-size: 1.5rem;
}

.rmp-rating-widget .rmp-icon--hovered {
    color: #1BA1A1;
}

.rmp-rating-widget.rmp-rating-widget--has-rated .rmp-rating-widget__icons {
    display: none;
}

/* **
***** Partner Links Shortcode
*************************************/

.partner-links .partner.row {
	margin-bottom: 3rem;
}
.partner-links .partner-left {
	display: flex;
	align-items: center;
}


.partner-links .partner-logo {
	display: flex;
	justify-content: center;
	background-color: #D9DFEE;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65%;
	box-shadow: 10px 10px 20px 0px rgb(217 223 238 / 49%);
	width: 100%;
}
.partner-links h2 a {
	color: #4925C7;
}
.partner-links h2 .partner-description {
	color: #7F7F7F;
	font-size: 1rem;
}
.partner-links .partner-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.partner-links .partner-logo::after {
	content: "";
	display: block;
	position: absolute;
	width: 5rem;
	border-top: 3px solid #4925C7;
	left: 90%;
	top: 50%;
	z-index: -1;
}
.workshops-landing #partners {
	background: #fff;
	background: rgb(245,246,247);
	background: linear-gradient(180deg, rgba(245,246,247,1) 0%, rgba(255,255,255,0) 70%);
	padding-top: 3rem;
	padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	.partner-links .partner-left {
		justify-content: center;
	}
	.partner-links .partner-logo {
		width: 300px;
		height: 300px;
		padding: 0;
		margin-bottom: 1rem;
	}
	.partner-links .partner-logo::after {
		content: none;
	}
}

/* **
***** Course Collections
*************************************/
.course-collections {
    border-right: 1px solid #D3D3D3;
    padding-right: 1.5rem;
}
.course-collections .cat {
    display: block;
    margin-bottom: 1rem;
}
.course-collections .cat a {
    background-color: #EDF1F5;
    font-weight: 700;
    font-size: .875rem;
    padding: 7px 15px;
    border-radius: 17px;
    display: inline-block;
}


@media only screen and (max-width: 576px) {
    .course-collections, .rmp-rating-widget {
        float: none;
        width: 100%;
    }

    .course-collections {
        border-right: none;
        border-bottom: 1px solid #D3D3D3;
        margin-top: 0;
        padding-left: 1.5rem;
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .rmp-rating-widget, 
    .seriesbox, 
    .course-collections-header {
        margin-top: 2.5rem;
    }

    .rmp-rating-widget {
        padding-left: 0;
    }
}

/* **
***** Popup Survey
*************************************/
.pum-overlay.pum-active {
    background-color: rgba(217, 223, 238, .9);
}

.pum.pum-theme-default-theme .pum-content + .pum-close {
    background-color: transparent;
    box-shadow: none;
    color: #1BA1A1;
    font-size: 2.5rem;
    font-weight: 300;
    right: 1rem;
    top: 0.5rem;
}

.pum-theme-default-theme .pum-container {
    background-color: white;
    max-width: 440px !important;
}

.pum-theme-default-theme .pum-content .vc_column-inner  {
    padding: 4rem 2rem;
    text-align: center;
    width: 100%;
}

.pum-theme-default-theme .pum-content h2 {
    color: #1BA1A1;
    font-size: 1.5rem !important;
    font-weight: 700;
    text-align: center;
}

.pum-theme-default-theme .pum-content p {
    color: #212121;
    font-size: .9375rem;
    line-height: 1.375rem;
    margin-bottom: 3.5rem;
}

.pum-theme-default-theme .pum-content .et_pb_button_module_wrapper {
    margin-bottom: 1rem;
}

.pum-theme-default-theme .pum-content .pum-close {
    color: #4A4A4A;
    font-size: 0.875rem;
    font-weight: 700;
}

/* **
***** 404
*************************************/

.error-404 h1 {
    color: #4925C7;
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

/* **
***** Terms and Conditions
*************************************/

.terms-and-conditions ol > li > ol {
    list-style-type: lower-roman;
}

.terms-and-conditions ul {
    list-style-position: inside;
    padding-left: 35px;
}
