
.course-item .course-image{
	position: relative;
}

.aoa_favorites_bookmark_link{
	position: absolute;
	top: 8px;
	left: 8px;
	height: 45px;
	width: 45px;
	border-radius: 45px;
	box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	background: url(../images/bookmark_ribbons.png) top center no-repeat;
	background-size: 45px 90px;
	z-index: 99;
}
.podcast-title .aoa_favorites_bookmark_link{
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	background-size: 30px 60px;
	margin-left: .5rem;
	transform: translateY(4px);
	height: 30px;
	width: 30px;
	display: inline-block;
	position: static;
}
.podcast .entry-title .aoa_favorites_bookmark_link{
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);
	background-size: 35px 70px;
	margin-left: .75rem;
	transform: translateY(3px);
	height: 35px;
	width: 35px;
	display: inline-block;
	position: absolute;
	top: inherit;
	left: inherit;
}

.aoa_favorites_bookmark_link:hover,
.aoa_favorites_bookmark_link.aoa_bookmarked{
	background-position: bottom center;
}

.aoa_dashboard_remove_from_journey{
	position: absolute;
	bottom: 8px;
	left: 8px;
	height: 26px;
	width: 26px;
	border-radius: 45px;
	box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	background: #fff;
	z-index: 99;
	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #f00 !important;
}

.aoa_dashboard_remove_from_journey .dashicons{
	font-size: 20px;
	line-height: 26px;
}

.aoa_dashboard_remove_from_journey:hover{
	background: #f00;
	color: #fff !important;
	text-decoration: none;
}

.aoa_user_not_logged_in .aoa_favorites_bookmark_link{
	display: none !important;
}

.page-template-collections .aoa_favorites_bookmark_link{
	top: 8px;
	/*left: 23px;*/
}

.single-course .article-image .aoa_favorites_bookmark_link{
	top: 12px;
	left: 28px;
}

.fancybox-can-pan .fancybox-content, 
.fancybox-can-swipe .fancybox-content {
	cursor: default;
}

.fancybox-is-open .fancybox-bg{
	background:  #fff !important;
}

.fancybox-close-small{
	color: #459fa0 !important;
}

.fancybox-close-small.fancybox-button svg path{
	stroke-width: 1px !important;
	stroke: #459fa0 !important;
}

#aoa_new_journey_dialog_container,
#aoa_share_journey_dialog_container,
#aoa_remove_from_journey_dialog_container,
#aoa_bookmark_dialog_container{
	border-radius: 12px;
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.20);
	border: 1px #e6e6e6 solid;
	min-width: 300px;
	background-color: #fff;
	padding: 40px !important;
}

#aoa_bookmark_dialog_container{
	/*min-height: 300px;*/
}

.aoa_popup_loading .aoa_bookmark_dialog_content{
	background: url(../images/loading.gif) center center no-repeat;
}

.aoa_menu_dashboard::before{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e80b';
	display: inline;
	padding-right: 22px;
	font-size: 20px;
	vertical-align: middle;
}

.aoa_menu_favorites::before{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e819';
	display: inline;
	padding-right: 24px;
	padding-left: 4px;
	font-size: 20px;
	vertical-align: middle;
}

.aoa_menu_journeys::before{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e81a';
	display: inline;
	padding-right: 21px;
	font-size: 20px;
	vertical-align: middle;
}

.aoa_menu_logout::before{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e80c';
	display: inline;
	padding-right: 22px;
	font-size: 20px;
	vertical-align: middle;
}

.aoa_sidebar_links li:nth-child(2)::after{
	content: ' ';
	display: block;
	margin: 20px 0;
	border-top: 1px #e6e6e6 solid;
}

.aoa_sidebar_links_container{
	padding-right: 40px;
}

ul.aoa_sidebar_links{
	padding: 0px;
}

ul.aoa_sidebar_links li{
	list-style: none;
	/*padding: 12px 0 12px 5px;*/
}

ul.aoa_sidebar_links li a{
	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	line-height: 26px;
	padding: 12px 0px 12px 27px;
	display: block;
}

ul.aoa_sidebar_links li a.aoa_sidebar_link_current,
ul.aoa_sidebar_links li a:hover{
	text-decoration: none;
	color: #4a1ec3;
	padding-left: 22px;
	border-left: 5px #4a1ec3 solid;
}

.aoa_journeys_dialog_content{
	margin-left: -40px;
	margin-right: -40px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
	border-top: 2px #e6e6e6 solid;
	text-align: center;
}

.aoa_journeys_dialog_content h3,
.aoa_journeys_dialog_content p{
	text-align: center !important;
}

.aoa_journeys_dialog_content h3{
	color: #4925C7;
}
.aoa_journeys_dialog_content .no-journeys {
	color: #4925C7;
	font-weight: 700;
}
.aoa_bookmark_jounrey_section{
	color: #4925C7;
	font-size: 40px;	
	display: inline-block;
	margin-bottom: 10px;
}
.aoa_popup_journey_save_disabled{
	color: #999;
	cursor: not-allowed;
	pointer-events: none;
}

#sortable_journeys{
	padding: 0px;
}

#sortable_journeys .aoa_journey_items{
	list-style: none;
	background: #fff;
}

#sortable_journeys .ui-sortable-helper{
	/*opacity: 0.7;*/
}

#sortable_journeys .aoa_journey_items .course-item{
	margin-bottom: 54px !important;
}

.aoa_welcome_container{
	line-height: 30px;
	border-bottom: 1px #dae0e6 solid;
	padding: 20px 0 30px;
}

.aoa_welcome_container .aoa_welcome{
	font-size: 16px;
	color: #8f8f8f;
}

.aoa_welcome_container .aoa_welcome_name{
	font-size: 26px;
	color: #4a1ec3;
	font-weight: bold;
}

.aoa_favorites_tab_nav{
	text-align: center;
	display: block;
	background: #f4f4f4;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	padding-left: 0px !important;
}

.aoa_favorites_tab_nav li{
	display: inline-block;
	list-style: none;
}

.aoa_favorites_tab_nav li a.aoa_tab_nav_link{
	line-height: 16px;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: bold;
	margin: 0 32px 0;
	width: 180px;
	padding: 22px 0 18px;
	display: inline-block;
	/*padding-bottom: 5px;*/
}

.aoa_favorites_tab_nav li a.aoa_tab_nav_link:hover,
.aoa_favorites_tab_nav li.ui-tabs-active a.aoa_tab_nav_link{
	color: #4a1ec3;
	padding-botton: 13px;
	border-bottom: 5px #4a1ec3 solid;
	text-decoration: none;
}

#aoa_favorites_tabs .no-favorites-collections {
	margin-top: 3rem;
}

#aoa_favorites_tabs .no-favorites-collections .favorites-getstarted {
	font-size: 1.4rem;
	font-weight: 600;
	color: #777;
	max-width: 75%;
	margin: 0 auto 2rem;
}

.aoa_favorites_description{
	padding: 22px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border:  1px #dbdbdb solid;
	margin-bottom: 30px;
}

.aoa_favorites_description p strong{
	color: #00a1a1;
	font-weight: bold;
	margin-bottom: 0px;
}

.aoa_favorites_description p{
	font-size: 18px;
	color: #212121;
	margin-bottom: 0px;
	line-height: 1.6em;
}

#aoa_tab_resources .course-item,
#sortable_journeys .course-item{
	padding-left: 0px;
	padding-right: 0px;
}

#aoa_tab_resources .course-item:nth-of-type(1),
#sortable_journeys .course-item:nth-of-type(1){
	padding-top: 0px;
}

#aoa_tab_resources .course-item .course-info,
#sortable_journeys .course-item .course-info{
	margin-left: 40px;
}

.aoa_journey_intro_text p {
	font-size: 18px;
	color: #212121;
	line-height: 1.6em;
}
.aoa_journey_intro_text p:last-child {
	margin: 0;
}

strong.aoa_journey_heading{
	font-size: 26px;
	color: #4a1ec3;
	font-weight: bold;
	margin-bottom: 14px !important;
	display: block;
}

.aoa_user_dashboard_page .page-header .header-wrapper{
	display: none;
}

.aoa_user_dashboard_page .course-meta .meta-content{
	/*font-size: 14px;*/
}

.aoa_bookmarked_collection{
	padding-bottom: 54px;
}

.aoa_bookmarked_collection .aoa_bookmarked_collection_image{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	position: relative;
}

.aoa_bookmarked_collection .aoa_bookmarked_collection_image img{
	border-radius: 1rem;
}

.aoa_bookmarked_collection .aoa_bookmarked_collection_description{
	display: inline-block;
	width: 66%;
	padding-left: 40px;
}

.aoa_bookmarked_collection .aoa_bookmarked_collection_description h4.title{
	font-size: 1.5rem;
}

.aoa_journey_handle{
	z-index: 999;
	position: absolute;
	right: -22.5px;
	top: calc(50% - 22.5px);
	height: 45px;
	width: 45px;
	border-radius: 45px;
	box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
	background: #4a1ec3;
	color: #fff !important;
	font-size: 18px;
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	cursor: grab;
}

.ui-sortable-helper .aoa_journey_handle,
.aoa_journey_handle:hover{
	width:  80px;
	padding-left: 35px;
}

.ui-sortable-helper .aoa_journey_handle::before,
.aoa_journey_handle:hover::before{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e814';
	display: inline;
	font-size: 18px;
	vertical-align: middle;
	position: absolute;
	left: 20px;
	color: #8a70d7;
}

.aoa_journey_section_title{
	font-size: 20px;
	font-weight: bold;
	color: #4a1ec3;
}

.aoa_journey_management_container{
	padding: 15px 0px;
	border-top: 1px #dae0e6 solid;
	border-bottom: 1px #dae0e6 solid;
	margin-top: 12px;
	margin-bottom: 35px;
	min-height: 80px;
	display: flex;
	justify-content: space-between;
}
.aoa_journey_dropdown {
	display: flex;
}
.aoa_journey_management_container .icon-journeys{
	color: #4a1ec3;
	padding-right: 10px;
	font-size: 20px;
	display: flex;
	align-items: center;
}
body .aoa_journey_management_container .select2-container--default {
	max-width: 250px;
}

body .select2-container--default .select2-selection--single{
	border: none !important;
}
body.aoa_user_dashboard_page .aoa_journey_management_container .select2-container .selection {
	width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow::after{
	color: #4a1ec3 !important;
	content: '\e801';
	font-family: "aviddigital";
	font-size: 14px;
	display: inline-block;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}
body .aoa_journey_management_container .select2-container--default .select2-selection--single {
	height: auto;
	position: relative;
}
body .aoa_journey_management_container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.4;
	white-space: normal;
}
body .select2-container--default .select2-dropdown {
	border: none;
	background: transparent;
}
.select2-container--default .select2-results__option {
	background-color: #fff;
}
body .select2-container--default .select2-results>.select2-results__options {
	box-shadow: 0px 8px 8px 2px rgb(0 0 0 / 25%);
	border-radius: 0 0 1rem 1rem;
	border: 1px solid #D6D6D6;
	border-top: 0;
}

body .select2-container--default .select2-dropdown{
	padding-bottom: 0px !important;
	border-radius: 0px !important;
}

body .select2-results__option{
	text-align: left;
	font-size: 16px;
	font-weight: bold !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected]{

}

body .select2-selection{
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

body .select2-selection__rendered{
	font-size: 16px !important;
	font-weight: bold !important;
}

body .select2-container--default .select2-selection--single{
	justify-content: left;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-results__option--highlighted{
	background: #fff !important;
	color: #4a1ec3 !important;
}

body .select2-container{
	z-index: 99999 !important;
}
body.aoa_user_dashboard_page .aoa_journey_management_container .separator {
	border-right: 1px #dae0e6 solid;
}

body.aoa_user_dashboard_page .aoa_journey_management_container .select2-container{
	z-index: 99 !important;
	min-width: 180px;
	display: flex;
	align-items: center;
}
#aoa_new_journey_dialog_container input[type="text"],
.aoa_share_url {
	width: 100%;
	font-size: 1.2rem;
	padding: 8px 12px;
	border-radius: .5rem;
	border: 1px solid #999;
	margin-bottom: 1rem;
}
#aoa_new_journey_dialog_container input[type="submit"] {
	margin-top: 1rem;
	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;
}
.aoa_journeys_dialog_content .select2-container{
	width: calc(100% - 45px) !important;
	border-right: none !important;
	margin-right: 0px !important;
}

.aoa_show_add_journey_popup{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 40px;
	border: 2px #4a1ec3 solid;
	color: #4a1ec3 !important;
	font-weight: bold;
	padding: 8px 18px;
	line-height: 100%;
	display: flex;
	align-items: center;
}

.aoa_show_add_journey_popup:hover{
	background: #4a1ec3;
	color: #fff !important;
	text-decoration: none;
}

.aoa_start_journey{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 40px;
	background: #fdc046;
	color: #002451 !important;
	font-weight: bold;
	padding: 15px 18px;
	line-height: 100%;
	display: flex;
	align-items: center;
}

.aoa_start_journey:hover{
	background: #ffd677;
	color: #002451 !important;
	text-decoration: none;
}

.aoa_share_journey,
.aoa_delete_journey_link {
	float: right;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.container .aoa_delete_journey_link {
	color: #b53434;
	padding-right: 0;
}

.aoa_share_journey:hover .dashicons{
	text-decoration: none; 
}

.aoa_share_journey .dashicons::before{
	vertical-align: middle;
}

.aoa_share_url{
	color: #999;
}

.aoa_jounrney_save_success,
.aoa_jounrney_save_error{
	padding: 20px;
	margin-bottom: 40px;
	border: 1px #f00 solid;
	border-radius: 12px;
	/*text-align: center;*/
}

.aoa_jounrney_save_success{
	border: none;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 18%);
	text-align: center;
	padding: 2rem;
}
.aoa_jounrney_save_success .guide-highlight {
	font-weight: 700;
	white-space: nowrap;
}

.aoa_journeys_dialog_content .aoa_jounrney_save_success,
.aoa_journeys_dialog_content .aoa_jounrney_save_error{
	padding: 8px;
	margin-bottom: 10px;
	border: 3px solid;
	box-shadow: none;
	color: #1aa1a1;
	font-weight: 600;
}
.aoa_journeys_dialog_content .aoa_jounrney_save_success .dashicons {
	font-size: 1.6rem;
	margin-right: .5rem;
}

.aoa_journeys_dialog_content .aoa_jounrney_save_success .view-journeys {
	color: #4925C7;
	border-bottom: 2px dotted;
}

.aoa_journeys_dialog_content .aoa_jounrney_save_success .view-journeys:hover {
	color: #4925C7;
	text-decoration: none;
}

.aoa_bookmark_dialog_content{
	text-align: center;
	min-height: 55px;
}

.aoa_bookmark_saved_title{
	font-size: 22px;
}

.aoa_popup_favorites_link{
	font-weight: bold;
	color: #1BA1A1;
	font-size: 16px;
}

.aoa_popup_favorites_link .icon-arrow-right{
	font-size: 12px;
}

.aoa_saved_checkmark{
	font-size: 42px;
	color: #1BA1A1;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	height: 50px;
	width: 50px;
	border: 5px #1BA1A1 solid;
}

.aoa_saved_checkmark::before{
	margin-left: -3px;
}

.aoa_popup_journey_select_container{
	border-top: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	padding: 15px 0;
	margin-bottom: 20px;
}

.aoa_popup_journey_select_container::before{
	font-family: "aviddigital";
	font-style: normal;
	font-weight: normal;
	speak: never;
	font-variant: normal;
	text-transform: none;
	content: '\e81a';
	display: inline;
	font-size: 26px;
	width: 3px;
	vertical-align: middle;
	color: #4925C7;
}

.aoa_hide_journey_options .aoa_journeys_dialog_content,
.page-template-collections .aoa_journeys_dialog_content{
	display: none !important;
}

.aoa_remove_journey,
.aoa_remove_bookemark_from_favorites{
	font-weight: bold;
	display: inline-block;
	margin-top: 15px;
}

.aoa_loading_text_animation{
	animation-name: aoa_loading_fade;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-duration: 0.4s;
	animation-direction: alternate;
	transition: opacity 0.4s ease-in-out;
	text-align: center; 
	margin-top: 15px; 
	font-size: 18px; 
	margin-bottom: 0px; 
	font-weight: normal;
}

@keyframes aoa_loading_fade{
    0%,50% {
      opacity: 0.6;
      transition: opacity 0.4s ease-in-out;
}
    100%{
      opacity: 1;
      transition: opacity 0.4s ease-in-out;
  }
}

.aoa_remove_jounrney_link_container{
	text-align: right;
	padding: 0 0 20px;
	margin-top: -20px;
}

.aoa_remove_jounrney_link_container .aoa_delete_journey_link{
	color: #c33232;
	font-size: 14px;
}

.aoa_footer_journey_navigation_container{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #d9dfed;
	padding: 8px 0;
	color: #4925C7;
	vertical-align: middle;
}

.aoa_footer_journey_navigation_container .wrapper{
	display: flex;
	justify-content: space-between;
}
.aoa_footer_journey_navigation_container .wrapper > * {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 767.98px){
	.aoa_footer_journey_navigation_container .wrapper {
		flex-direction: column;
	}
	.aoa_footer_journey_navigation_container .wrapper > * {
		justify-content: center;
	}
}

.aoa_footer_journey_navigation_container .icon-journeys{
	font-size: 22px;
	display: inline-block;
}

.aoa_footer_journey_navigation_container small{
	display: inline-block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;	
}

.aoa_footer_journey_navigation_container strong{
	display: inline-block;
	font-size: 16px;
}

.aoa_journey_navigation{
	display: inline-block;
	float: right;
	line-height: 33px;
	text-align: right;
}

.aoa_prev_link,
.aoa_next_link{
	color: #1BA1A1;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 33px;
}

.aoa_journey_part_count{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	background: #4925C7;
	display: inline-block;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	padding: 0 12px;
	margin: 0 10px;
}

@media only screen and (max-width: 1199px){

	.aoa_journey_management_container .icon-journeys{
		padding-right: 0px;
	}

	body.aoa_user_dashboard_page .aoa_journey_management_container .select2-container{
		min-width: 160px;
	}

}

@media only screen and (max-width: 991px){

	ul.aoa_sidebar_links li a{
		font-size: 14px;
		padding-left: 4px !important;
		border-left: 5px #fff solid;
	}

	ul.aoa_sidebar_links li a::before{
		font-size: 18px !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	body.aoa_user_dashboard_page .aoa_journey_management_container .select2-container{
		border-right: none;
		margin-bottom: 20px;
		height: 48px;
	}
	body .aoa_journey_management_container .select2-container--default {
		max-width: 100%;
	}
	
	.aoa_journey_management_container {
		flex-wrap: wrap;
	}
	.aoa_journey_dropdown {
		flex: 1 1 100%;
		border-bottom: 1px solid #dae0e6;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		padding-top: 0;
		max-width: 100%;
	}
	.aoa_journey_management_container .separator.first {
		display: none;
	}
	.aoa_journey_management_container .icon-journeys{
		vertical-align: top;
	}
	
}

@media only screen and (max-width: 480px){

	.aoa_share_journey{
		border-left: none;
		display: block;
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-left: 0px;
	}

}

