:root {
	--nasp-red: #af1531;
	--nasp-red-bright: #c91829;
	--nasp-blue: #1C2769;
	--nasp-blue-bright: #0D22A4;
	--nasp-blue-light: #E9F1FB;
	--nasp-gray: #CDCBCB;
	--nasp-gray-dark: #222222;
	--nasp-gray-light: #ededed;
	
	--fc-page-bg-color: transparent;
	--fc-button-bg-color: #af1531;
    --fc-button-border-color: #af1531;
    --fc-button-hover-bg-color: #c91829;
    --fc-button-hover-border-color: #c91829;
    --fc-button-active-bg-color: #c91829;
    --fc-button-active-border-color: #c91829;
}

::selection {
    background: var(--nasp-gray-light);
}
::-moz-selection {
    background: var(--nasp-gray-light);
}
input::selection {
    background: var(--nasp-gray);
}
input::-moz-selection {
    background: var(--nasp-gray);
}

/*
 * General
 */

.wp-block-button__link {
	font-family: "Gotham HTF", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
	padding: 13px 40px;
	border-radius: 0;
	color: #ffffff;
	background-color: var(--nasp-red);
	box-shadow: none !important;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
	color: #ffffff;
	background: var(--nasp-red-bright);
}

button,
input[type=button],
input[type=submit] {
	font-family: "Gotham HTF", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
	padding: 13px 40px;
	border-radius: 0;
	border: 3px solid var(--nasp-red);
	box-shadow: none !important;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
	background: var(--nasp-red-bright);
	border: 3px solid var(--nasp-red-bright);
}

label {
	line-height: 1.2;
	margin-bottom: 5px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
select {
	background-color: var(--nasp-gray-light);
	border-radius: 6px;
	padding: 10px;
	font-size: 15px;
	height: 35px;
	color: #3e3e3e;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus {
	background-color: var(--nasp-gray-light);
}

textarea {
	background-color: var(--nasp-gray-light);
	border-radius: 6px;
	padding: 10px;
	font-size: 15px;
	color: #3e3e3e;
}

.custom-control {
	padding-left: 1.75rem;
}

.custom-control-label::before,
.custom-control-label::after {
	border: none;
	top: 0;
	left: -1.75rem;
	width: 19px;
	height: 19px;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: var(--nasp-gray-dark);
	background-color: var(--nasp-gray-dark);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: var(--nasp-gray);
	background-color: var(--nasp-gray);
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.25)
}

.dropdown-menu {
	border-radius: 0;
	border: none;
	box-shadow: 0 1px 20px rgba(0,0,0,0.1);
	padding: 10px;
}

.dropdown-item {
	color: var(--nasp-red);
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #ffffff;
	background-color: var(--nasp-red);
}

.page-link {
	color: var(--nasp-red);
	border-color: var(--nasp-gray-light);
	box-shadow: none !important;
}

.page-link:hover {
	color: var(--nasp-red);
	background-color: var(--nasp-gray-light);
}

.page-item.active .page-link {
    background-color: var(--nasp-red);
    border-color: var(--nasp-red);
}

.fl-module-fl-post-content h2 {
	font-size: 30px;
}

.fl-module-fl-post-content h3 {
	font-size: 24px;
}

.fl-module-fl-post-content h4 {
	font-size: 18px;
}

.fl-module-fl-post-content h5 {
	font-size: 16px;
}

.fl-module-fl-post-content h6 {
	font-size: 14px;
}

.sticky-module,
.sticky-col,
.fl-node-edc8yg594mak {
	position: sticky;
	top: 68px;
}

.admin-bar .sticky-module,
.admin-bar .sticky-col,
.admin-bar .fl-node-edc8yg594mak {
	top: 100px;
}

@media (min-width:768px) {
	.sticky-module--appear {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}

	.sticky-module--appear.is-stuck {
		opacity: 1;
		visibility: visible;
	}

	.fl-builder-edit .sticky-module--appear {
		opacity: 1;
		visibility: visible;
	}
}

.sidebar-navigation .fl-builder-module-template,
.sidebar-ad .fl-builder-module-template {
	padding: 0;
}

.is-active-page .fl-button,
.is-active-page .fl-button .fl-button-text {
	color: var(--nasp-red) !important;
}

.hero-video .uabb-video__outer-wrap {
	border-radius: 20px;
	box-shadow: 0 0 10px 5px rgba(30,29,29,0.15);
}

/*
 * Header
 */

.site-search {
	
}

.site-search .form-control {
	border-radius: 20px;
	padding-top: 2px;
	padding-bottom: 0;
	width: 80px;
	height: auto;
	line-height: 1;
	border-color: #ffffff;
	background-color: #ffffff;
}

.site-search .form-control:focus {
	border-color: #ffffff;
	background-color: #ffffff;
	width: 200px;
}

.site-search-submit {
	border-radius: 0 20px 20px 0;
	padding: 2px 6px;
	line-height: 1;
	border-color: #ffffff;
	background-color: #ffffff;
	color: var(--nasp-red);
	font-size: 14px;
}

.site-search-submit:hover,
.site-search-submit:focus,
.site-search-submit:active {
	color: #ffffff;
	border-color: var(--nasp-gray-dark);
	background-color: var(--nasp-gray-dark);
}

.topbar-btns .is-active-page .fl-button,
.topbar-btns .is-active-page .fl-button .fl-button-text,
.header-btns .fl-button-group-button:first-child .is-active-page .fl-button,
.header-btns .fl-button-group-button:first-child .is-active-page .fl-button .fl-button-text {
	color: #ffffff !important;
}

.topbar-btns .dropdown-toggle::after {
	vertical-align: middle;
}

@media (max-width:767px) {
	.header-btns .fl-button-group-layout-horizontal .fl-button-group-buttons {
		justify-content: center;
	}
	
	.header-btns .fl-button-group .fl-button-group-buttons .fl-button-group-button {
		padding: 0 5px !important;
	}
	
	.header-btns .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
		width: auto;
	}
}

/*
 * Footer
 */

/*
 * Live Courses
 */

.live-course-card.card {
	border-radius: 20px;
	border: none;
	overflow: hidden;
	position: relative;
}

.live-course-card.card.inactive {
	opacity: 0.5;
}

.live-course-card--img {
	aspect-ratio: 2;
	object-fit: cover;
}

.live-course-card--overlay {
	display: flex;
	align-items: flex-end;
	border-radius: 20px;
	overflow: hidden;
}

.live-course-card--overlay::after {
	content: '';
	position: absolute;
	border-radius: 20px;
	opacity: 0.9;
	/*background-image: linear-gradient(198deg, #EFF2F1 25%, #869CBD 52.5%, #050A26 77%);*/
	background-image: linear-gradient(198deg, #EFF2F1 25%, #A4A4A4 52.5%, #222222 77%);
	background-position: -200px;
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	right: -200px;
	bottom: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.live-course-card:hover .live-course-card--overlay::after {
	background-position: 0;
}

.live-course-card--body {
	color: #ffffff;
	font-family: "Sofia Pro", sans-serif;
	z-index: 2;
}

.live-course-card--short-date {
	display: inline-block;
	background: var(--nasp-red);
	margin-left: -1.25em;
	margin-bottom: 0.5em;
	padding: 4px 1.25em;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Sofia Pro", sans-serif;
	font-weight: 700;
	border-radius: 0 50px 50px 0;
}

.live-course-card--title {
	color: inherit;
	font-family: inherit;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.45;
}

.live-course-card--link,
.live-course-card--link:hover,
.live-course-card--link:focus,
.live-course-card--link:active {
	color: inherit;
}

.live-course-card--full-date {
	display: block;
	line-height: 1.2;
}

.live-course-card--location {
	display: block;
	line-height: 1.2;
}

.live-course-card--button {
	font-family: "Sofia Pro", sans-serif;
    font-weight: 900;
    font-size: 22px;
	padding: 10px 0 0;
	display: inline-block;
}

.live-course-card--button .fl-button-icon {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.live-course-card:hover .live-course-card--button .fl-button-icon {
	transform: translateX(8px);
}

.live-course-table th {
	font-size: 80% !important;
	font-weight: 700 !important;
	border-top: none !important;
}

.live-course-table-row > td {
	vertical-align: middle;
}

.live-course-table--add {
	width: 200px;
}

.fc .fc-view-harness {
    background: #ededed;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 1.5em;
}

.fc .fc-toolbar.fc-header-toolbar {
	flex-wrap: wrap;
	background: #ededed;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	padding: 0 1.5em;
}

.fc .fc-toolbar.fc-header-toolbar .fc-dayGridMonth-button,
.fc .fc-toolbar.fc-header-toolbar .fc-multiMonthYear-button {
	background: #ededed;
	color: #222222;
	border: none;
	position: relative;
}

.fc .fc-toolbar.fc-header-toolbar .fc-dayGridMonth-button.fc-button-active,
.fc .fc-toolbar.fc-header-toolbar .fc-multiMonthYear-button.fc-button-active {
	color: var(--nasp-red);
}

.fc .fc-toolbar.fc-header-toolbar .fc-dayGridMonth-button.fc-button-active::before,
.fc .fc-toolbar.fc-header-toolbar .fc-multiMonthYear-button.fc-button-active::before {
	content: '\f06e';
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    margin-right: 5px;
    transform: translateY(2px);
    display: inline-block;
}

.fc .fc-toolbar.fc-header-toolbar .fc-dayGridMonth-button::after {
    content: '';
    width: 2px;
    height: 40%;
    top: 30%;
    background: #222;
    position: absolute;
    right: 0;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
	flex: 0 0 100%;
	background: #fff;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child::before,
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child::after {
	content: '';
	width: 1.5em;
	background: #ffffff;
	top: 0;
	height: 100%;
	left: -1.5em;
	position: absolute;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child::after {
	left: auto;
	right: -1.5em;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-button-group {
	transform: translateX(-1.5em);
	border-radius: 50px;
	overflow: hidden;
}

.fc .fc-toolbar-title {
	color: var(--nasp-red);
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
	border: none;
	line-height: 1.2;
}

.fc .fc-daygrid-day-events,
.fc .fc-day-other .fc-daygrid-day-top {
	display: none;
}

.fc .fc-daygrid-day-top {
	justify-content: center;
}

.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
	color: #222222;
}

.fc .fc-col-header-cell-cushion {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 2;
}

.fc .fc-scrollgrid-section-sticky > * {
	background: none;
}

.fc .fc-day.fc-day-has-event .fc-daygrid-day-number {
	color: #ffffff;
	cursor: pointer;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
	cursor: pointer;
	border-radius: 20px;
	opacity: 1;
}

.fc .fc-multimonth-daygrid-table {
	height: auto !important;
}

.fc .fc-day-disabled {
	background: none;
}

.fc .fc-multimonth {
	border: none;
}

.fc .fc-multimonth-multicol .fc-multimonth-month {
	padding: 0 0.5em;
}

.fc-multimonth-multicol .fc-day .fc-col-header-cell-cushion {
	padding: 0;
	position: relative;
	text-indent: -999px;
}

.fc .fc-multimonth-title {
	padding: 0;
}

.fc-multimonth-multicol .fc-day .fc-col-header-cell-cushion::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -5px;
	display: inline-block;
}

.fc-multimonth-multicol .fc-day-sun .fc-col-header-cell-cushion::after,
.fc-multimonth-multicol .fc-day-sat .fc-col-header-cell-cushion::after {
	content: 'S';
}

.fc-multimonth-multicol .fc-day-mon .fc-col-header-cell-cushion::after {
	content: 'M';
}

.fc-multimonth-multicol .fc-day-tue .fc-col-header-cell-cushion::after,
.fc-multimonth-multicol .fc-day-thu .fc-col-header-cell-cushion::after {
	content: 'T';
}

.fc-multimonth-multicol .fc-day-wed .fc-col-header-cell-cushion::after {
	content: 'W';
}

.fc-multimonth-multicol .fc-day-fri .fc-col-header-cell-cushion::after {
	content: 'F';
}

button.fc-prev-button.fc-button.fc-button-primary,
button.fc-next-button.fc-button.fc-button-primary {
    border-radius: 100% !important;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 10px;
}

button.fc-prev-button.fc-button.fc-button-primary {
	margin-right: 5px;
}

.fc .fc-multimonth-compact .fc-multimonth-daygrid-table,
.fc .fc-multimonth-compact .fc-multimonth-header-table {
	font-size: 13px;
}

.fc .fc-button.fc-prev-button .fc-icon,
.fc .fc-button.fc-next-button .fc-icon {
	font-size: 1em;
}

.fc .fc-day-other.fc-day-has-event {
    position: relative;
}

.fc .fc-day-other.fc-day-has-event::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ededed;
    z-index: 2;
}

/*
 * Online Courses
 */

.course-feed .fl-post-feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.course-feed .fl-post-feed-post {
	border: none;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.course-feed .fl-post-feed-post:last-child {
	margin-bottom: 30px !important;
}

.course-feed-carousel .uabb-blog-posts .uabb-blog-post-inner-wrap,
.course-feed-carousel .uabb-blog-posts .uabb-blog-post-inner-wrap .uabb-blog-post-content {
	height: inherit;
}

@media (min-width: 576px) {
	.course-feed .fl-post-feed-post {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.course-feed .fl-post-feed-post {
		width: 50%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.course-feed .fl-post-feed-post {
		width: 100%;
	}
}

.course-card.card {
	border: none;
	padding: 40px 25px;
	height: 100%;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 5px rgba(75,75,75,0.15);
}

.uabb-blog-posts-carousel .course-card.card {
	margin: 20px 0;
}

.course-card--img,
.uabb-blog-posts .course-card--img {
	width: 100px;
	margin-right: 1em;
}

.course-card--title {
	font-size: 22px;
}

.course-card--duration,
.course-card--availability {
	font-family: "Sofia Pro", sans-serif;
    font-weight: 900;
    font-size: 18px;
	color: var(--nasp-red);
	line-height: 1.1;
	margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    padding: 8px 20px;
    background-color: #EDEDED;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.course-card--availability {
	position: relative;
	z-index: 2;
}

.course-card--actions {
	margin-top: 20px;
}

.course-card--button {
	font-family: 'Gotham';
	display: inline-block;
	font-size: 22px;
	font-weight: 900;
	color: var(--nasp-red);
}

/*
 * Pages
 */

@media (min-width: 1500px) {
    .modal-xl {
        max-width: 1440px;
    }
}

.certification-search-results {
	width: 100% !important;
	font-size: 14px;
	color: #3e3e3e;
}

@media (min-width:1200px) {
	.certification-search-results {
		display: table;
	}
}

.wp-block-table th,
.certification-search-results th {
	background: var(--nasp-gray-dark);
	color: #ffffff;
	text-transform: uppercase;
	border-color: rgba(255,255,255,0.3);
}

.certification-search-results .both_msp {
	display: inline-block;
}

.certification-search-results .certficate_img {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: default;
	pointer-events: none;
}

.certification-search-results .certficate_img.csd {
	background-image: url('../../../../uploads/2024/08/csd-logo.png');
}

.certification-search-results .certficate_img.msp {
	background-image: url('../../../../uploads/2024/08/msp-logo.png');
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 20%;
	height: 5px;
	width: 200px;
	background: #fff;
	border: 1px solid var(--nasp-blue);

	overflow: hidden;
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	max-width: 200px;
	position: fixed;
	z-index: 2000;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: var(--nasp-blue);
}

.pace.pace-inactive {
	display: none;
}

/*
 * FAQ
 */

input.faq-search-input {
	background: #ffffff;
	border-color: #ffffff;
	border-radius: 20px 0 0 20px;
}

input.custom-control-input-faq-category + .custom-control-label {
	color: #ffffff;
	font-weight: 700;
    font-size: 18px;
}

.faq-group {
	padding: 60px;
	background-color: var(--nasp-gray-light);
	margin-bottom: 60px;
	border-radius: 10px;
}

.faq-group--title {
	color: var(--nasp-red);
	margin-bottom: 20px;
}

.faq-item.card {
	border: none;
	border-bottom: 1px solid var(--nasp-gray) !important;
	background: none;
}

.faq-item.card:last-child {
	border-bottom: none !important;
}

.faq-item .card-header {
	padding: 0;
	background: none;
	border-bottom: none;
}

.faq-item .card-header .btn {
	display: flex;
	align-items: center;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	padding: 15px 0;
	border: none !important;
	background: none !important;
	text-decoration: none !important;
}

.faq-item .card-header .btn::after {
	content: "\ea0a";
	font-family: "Ultimate-Icons";
	color: var(--nasp-red);
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-left: auto;
}

.faq-item .card-header .btn[aria-expanded="true"]::after {
	content: "\ea09";
}

.faq-item .card-body {
	padding: 0 0 15px;
}

/*
 * Blog
 */

.post-feed .fl-post-feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.post-feed .fl-post-feed-post {
	border: none;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.post-feed .fl-post-feed-post:last-child {
	margin-bottom: 20px !important;
}

@media (min-width: 576px) {
	.post-feed .fl-post-feed-post {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.post-feed .fl-post-feed-post {
		width: 33.3333%;
	}
}

.post-card.card {
	border: none;
	height: 100%;
}

.post-card--img {
	aspect-ratio: 2;
	object-fit: cover;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}

.post-card--body {
	margin-top: 15px;
}

.post-card--title {
	font-size: 22px;
}

.post-card--date,
.post-card--category {
	font-family: "Sofia Pro", sans-serif;
    font-weight: 900;
    font-size: 18px;
	color: var(--nasp-red);
	line-height: 1.1;
	margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    padding: 8px 20px;
    background-color: #EDEDED;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.post-card--excerpt {
	margin-top: 10px;
}

.post-card--actions {
	margin-top: 20px;
}

.post-card--button {
	font-family: 'Gotham', sans-serif;
	display: inline-block;
	font-size: 22px;
	font-weight: 900;
	color: var(--nasp-red);
}

.sidebar-ad {
	overflow: hidden;
	position: sticky;
	top: 68px;
}

.admin-bar .sidebar-ad {
	top: 100px;
}

.fl-builder-edit .sidebar-ad {
	position: relative;
}

.nasp-block_live-course {
	margin: 2em 0;
}

/*
 * NASPCB
 */

.naspcb-card--img {
	border-radius: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

/*
 * Reviews
 */

.nasp-block_review-list .co-reviews-wrapp {
	max-height: none;
	margin: 2em 0;
}

/*
 * Shop
 */

.fl-page .is-large .wc-block-checkout__sidebar {
	top: 114px;
}

.cart .variations {
	position: relative;
}

.cart .variations tbody {
    display: flex;
}

.cart .variations tr {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
}

.cart .variations .label {
	color: #A4A4A4;
    font-weight: 900;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
	position: absolute;
    padding: 0;
    bottom: -15px;
    left: 0;
}

.woocommerce div.product form.cart .variations input,
.woocommerce-page div.product form.cart .variations input,
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
	background: #EDEDED !important;
    border: 0;
    color: #AF1531;
    font-weight: 900;
    font-size: 18px;
    border-radius: 20px;
	padding: 4px 10px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	height: auto;
}

/* 
 * Videos 
 */

.video-tabs .uabb-tabs-nav::before {
	content: 'Select playlist';
	display: block;
	text-align: center;
	font-family: "Gotham HTF", sans-serif;
    font-weight: 900;
	font-size: 30px;
    line-height: 1.1;
    color: var(--nasp-red);
	margin-bottom: 30px;
}

.video-tabs .uabb-tabs-layout-vertical.uabb-tab-position-left .uabb-tabs-nav {
	padding: 40px 45px 60px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 5px rgba(75,75,75,0.15);
}

.video-tabs .uabb-tabs-nav .uabb-tab-link:focus {
	border-color: transparent;
}

/* 
 * Memberships 
 */

.nasp-memberships .uabb-tabs-nav {
	padding: 40px 60px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 5px rgba(75,75,75,0.15);
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.nasp-memberships .uabb-tabs-nav li,
.nasp-memberships .uabb-tabs-nav .uabb-tab-link {
	overflow: hidden;
	border-radius: 20px;
}