body {
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'bebas-neue-1', sans-serif;
	font-weight: 400;
}

h2 {
    font-size: 1.75rem;
    font-weight: 300;
}
h5 {
    font-size: 1rem;
}

td, th {
	padding: 4px 10px;
}

ol, ul {
    padding-left: 1rem;
}

.col-20p {
    min-width: max(160px, 20%);
    /*text-align: center;*/
    margin-bottom: 2rem;
	/*justify-content: center;*/
    /*align-content: center;*/
    /*align-items: center;*/
}
.col-20p a {
    display: block;
    /*width: 130px;*/
    margin: auto;
}
.col-20p a img {
	margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
	.col-lg-20p {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.has-medium-font-size {
    font-size: 1.125rem;
    color: #2d3339;
}

#page {
	display: flex;
    flex-flow: column;
    min-height: 100vh;
}
#footer-widget {
	margin-top: auto !important;
}

#bankLeft ul {
    padding: 0;
    list-style: none;
}
#bankLeft li ul {
	margin-left: 30px;
}


header#masthead {
	background-color: transparent;
	box-shadow: none;
	position: relative;
	/*height: 100px;*/
	z-index: 1;
	padding: 0 1rem;
/*	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;*/
}
header#masthead.bank-header {
	height: auto;
}

.basic-header {
	background-color: #e70034 !important;
}

header#masthead + div#page-sub-header {
	/*margin-top: -100px;*/
}



body:not(.theme-preset-active) #masthead .navbar-nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	font-family: "bebas-neue-1","Arial","Helvetica Neue","Helvetica",sans-serif;
	line-height: 22px;
	letter-spacing: .05em;
	text-transform: uppercase;

	padding: 0px 0px 5px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	font-weight: 500;
	border-color: #fff;
}


.navbar, .navbar a {
    font-family: "bebas-neue-1","Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 21px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar>ul>li.active a {
    border-color: #fff;
}
.navbar>ul a {
    color: #fff;
    letter-spacing: .05em;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}



.btn {
    background: #E50033;
    color: #FFFFFF;
    font-size: 1.3622rem;
    font-family: "bebas-neue-1","bebas-neue-2",sans-serif;
}
.btn:hover {
    background: #BD002A;
    color: #FFFFFF;
}

#page-sub-header {
	padding-top: 0;
	/*background-size: contain !important;*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ececec;
}

.header-call-action {
	background-color: #e70034;
	/*margin-top: 80px;*/
	display: flex;
	color: #ffffff;
	/*font-weight: bold;*/
	/*font-size: 22px;*/
	height: 65px;
	justify-content: center;
	align-items: center;
	width: 360px;
	border-radius: 32px;
	cursor: pointer;
}
.header-call-action:hover {
	/*color: #ffffff;*/
	text-decoration: none;
	/*background-color: rgba(4, 81, 105, 1);*/
}

.navbar-brand {
	padding-top: 32px;
	padding-bottom: 32px;
}

.navbar-brand > a {
	display: inline-block;
}

.navbar-brand img {
	/*width: 180px;*/
	width: 300px;
}

.navbar-text {
	color: #045169 !important;
	font-size: 22px;
}

@media (max-width: 575px) {
	.navbar-logo {
		width: 100%;
		text-align: center;
	}
}

a.pdfDownload {
    background-color: #d5454c;
    color: white;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    float: right;
}
a.pdfDownload:after {
    content: "\f56d";
    display: block;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.exerciseExport td:first-child {
    white-space: nowrap;
    font-weight: bold;
    vertical-align: top;
}

/*#content.site-content {
    min-height: 70vh;
    min-height: calc(100vh - 417px);
}*/

/* starter theme override */
.page-content, .entry-content, .entry-summary { margin: 0; }
.nav-link, .menu-item a { display: block; padding: .5rem 1rem; }
.menu-footer-menu-container .menu { 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* UM plugin override */

body a.um-button,
body a.um-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .um input[type=submit].um-button,
body .um input[type=submit].um-button:focus,
body .um a.um-button,
body .um a.um-button.um-disabled:hover,
body .um a.um-button.um-disabled:focus,
body .um a.um-button.um-disabled:active {
    /*background: #3ba1da;*/
    /*background: #045169;*/
    background: #e70034;
    font-family: 'bebas-neue-1', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
}

body .um input[type=submit].um-button:hover,
body .um a.um-button:hover {
    /*background-color: #44b0ec;*/
    /*background-color: #277f97;*/
    background-color: #e70034;
}

body .um .um-tip:hover,
body .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
body .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
body .um .um-member-name a:hover,
body .um .um-member-more a:hover,
body .um .um-member-less a:hover,
body .um .um-members-pagi a:hover,
body .um .um-cover-add:hover,
body .um .um-profile-subnav a.active,
body .um .um-item-meta a,
body .um-account-name a:hover,
body .um-account-nav a.current,
body .um-account-side li a.current span.um-account-icon,
body .um-account-side li a.current:hover span.um-account-icon,
body .um-dropdown li a:hover,
body i.um-active-color,
body span.um-active-color {
    color: #3ba1da;
    color: #045169;
}

.um-profile-navbar,
.um-profile-nav,
.um-profile-body {
	display: none;
}


/* end override */

.bank-header {
	background-color: #045169 !important; 
}

#footer-widget {
	color: #ffffff;
	background-color: #2c2c2c !important;
}

#footer-widget h1, #footer-widget h2,
#footer-widget h3, #footer-widget h4,
#footer-widget h5, #footer-widget h6 {
	color: #ffffff;
}

#footer-widget .widget_text:last-child {
	margin-bottom: 0px;
}

body:not(.theme-preset-active) footer#colophon {
    color: #696977;
    background-color: #20202c;
}
.copyright a, footer#colophon a, #footer-widget a {
	color: #83b8cb;
}

#footer-widget .nav li a {
	color: #83b8cb;
}
#footer-widget .nav li a:hover {
	background-color: initial;
}

#footer-widget a {
	background-image: url(../images/arrow.svg);
	background-position: 0px 0px;
	background-size: contain;
	background-repeat: no-repeat;
	padding: .5rem 1rem .5rem 30px;
	margin-left: -12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#footer-widget a:hover {
	background-position: 8px 0px;
	padding-left: 38px;
}

.flexCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexCenterY {
	display: flex;
	align-items: center;
}

.easeAll {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.row.big-gutters {
	margin-right: -30px;
	margin-left: -30px;
}

.row.big-gutters > .col,
.row.big-gutters > [class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}

.row.micro-gutters {
	margin-right: -2px;
	margin-left: -2px;
}

.row.micro-gutters > .col,
.row.micro-gutters > [class*="col-"] {
	padding-right: 2px;
	padding-left: 2px;
}


#media_image-3 a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	display: block;
}
#media_image-3 a:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}

.coursePanel {
	color: inherit;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 30px;

    overflow: hidden;
    position: relative;
}
.coursePanel:hover {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}


.coursePanel.courseDisabled {
	opacity: .4;
	pointer-events: none;
}

.coursePanel.courseBasis:before {
	content: "\f107";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 2px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.coursePanel.quizBasis:before {
    content: "\f107";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.coursePanel.courseCompleted:after {
	content: "\f00c";
	display: flex;
	width: 30px;
	height: 30px;
	background: #13c113;
	position: absolute;
	top: 1px;
	right: 1px;
	border-bottom-left-radius: 28px;
	color: white;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 0 5px;
}

.coursePanel .imageWrap {
	height: 0px;
	border: 1px solid white;
	padding-bottom: 100%;
	padding-bottom: calc(100% - 2px); /* from the border */
	display: flex;
	justify-content: center;
	align-items: baseline;
	overflow: hidden;
	background-color: #e60034;
	background-image: url(../images/home_course_white.png);
	background-size: contain;
	position: relative;

/*	box-shadow: 0 0 8px 4px white;
	border: 1px solid white;
	border-top: none;
	border-right: none;*/
}

.imageWrap img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

.coursePanel .courseLockWrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    background-color: #e70034;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-top-left-radius: 28px;
}

.coursePanel:hover,
.coursePanel:hover * {
	text-decoration: none;
	color: inherit;
}
.coursePanel:hover .courseLockWrap {
	color: #ffffff;
}

.coursePanel .titleWrap {
	padding: 8px 10px 2px;
}

.titleWrap span {
	font-size: 0.8rem;
	font-weight: 600;
}

.coursePanel .titleWrap h3 {
	font-size: 1.2rem;
}

.productsRequired {
    position: absolute;
    top: -30px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    left: 2px;
    right: 2px;
    padding: 8px 10px 6px;

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;

	display: none;
}

.coursePanel:hover .productsRequired {
	top: 2px;
	opacity: 1;
}

.productsRequired span {
    font-size: 0.8rem;
    font-weight: 600;
}
.productsRequired h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 2px;
    /* font-family: 'Open Sans'; */
    font-weight: normal;
}


body.page-template-blank-page {
    background-color: #ffffff;
}
body.page-template-blank-page .cluevo-module-container {
	margin: 0px;
}

iframe#cluevo-module-iframe {
	min-height: unset;
	max-height: 627px;
}

.basis-sidebar .menu-item {
    margin-bottom: 10px;
}

.basis-start-kurs {
	color: #ffffff;
	background-color: #045169;
	text-align: center;
	font-size: 0.9375rem;
	display: block;
	padding: 10px;
}

.basis-start-kurs:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #277f97;
}
.basis-sidebar .menu-item a {
	color: #ffffff;
	background-color: #045169;
	font-size: 0.9375rem;

	-webkit-transition:     background-color 0.4s ease;
	-moz-transition:     background-color 0.4s ease;
	-ms-transition:     background-color 0.4s ease;
	-o-transition:     background-color 0.4s ease;
	transition:     background-color 0.4s ease;
}
.basis-sidebar .menu-item a:hover {
	background-color: #277f97;
}

.basis-sidebar .menu-item.current-menu-item a {
	background-color: #4aadc5;
}

.basis-sidebar .menu-item-138,
.basis-sidebar .menu-item-137,
.basis-sidebar .menu-item-136,
.basis-sidebar .menu-item-202,
.basis-sidebar .menu-item-209,
.basis-sidebar .menu-item-135 {
	position: relative;
}
.basis-sidebar .menu-item-138 a,
.basis-sidebar .menu-item-137 a,
.basis-sidebar .menu-item-136 a,
.basis-sidebar .menu-item-202 a,
.basis-sidebar .menu-item-209 a,
.basis-sidebar .menu-item-135 a {
	padding-right: 60px;
}

.basis-sidebar .menu-item-138:after,
.basis-sidebar .menu-item-137:after,
.basis-sidebar .menu-item-136:after,
.basis-sidebar .menu-item-202:after,
.basis-sidebar .menu-item-209:after,
.basis-sidebar .menu-item-135:after {
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center;
}

.basis-sidebar .menu-item-138:after { background-image: url(../images/icon-basis.svg); }
.basis-sidebar .menu-item-137:after { background-image: url(../images/icon-mega.svg); }
.basis-sidebar .menu-item-136:after { background-image: url(../images/icon-link.svg); }
.basis-sidebar .menu-item-202:after { background-image: url(../images/icon-link.svg); }
.basis-sidebar .menu-item-209:after { background-image: url(../images/icon-link.svg); }
.basis-sidebar .menu-item-135:after { background-image: url(../images/icon-heart.svg); }

.exerciseList {
    border: 1px solid #007bff;
}

.exerciseList h6 {
	background-color: #f4f7f4;
	padding: 10px 10px;
	margin-bottom: 0px;
}

.exerciseList ul {
	margin-bottom: 0px;
	list-style: none;
	padding: 2px 0;
}
.exerciseList li {
    padding: 2px 0;
    background-color: #ffffff;
    
    -webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.exerciseList li:hover {
    background-color: #f4f7f4;
}
.exerciseList a {
	display: block;
	padding: 5px 10px;
}
.exerciseList form.removeFromList {
	float: right;
	margin: 0px;
	opacity: 0.5;

	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.exerciseList li:hover form.removeFromList {
    opacity: 1;
}
.exerciseList button.removeFromList {
    color: #b5d2df;
    font-size: 15px;
    border: none;
    background-color: transparent;
    width: 29px;
    height: 29px;
}


/* Exercise Bank */

body.exerciseBank {
	font-size: 13px;
}

.basisShadow {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.exercisePanel {
	color: inherit;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 30px;
}

.exercisePanel .imageWrap {
	border: 1px solid white;
	height: 0px;
	padding-bottom: 100%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	overflow: hidden;
	background-color: #f3f3f3;
	position: relative;
}

.exercisePanel .imageWrap span {
	position: absolute;
	color: #ffffff;
	background-color: #025169;
	background-color: orange;
	top: 0px;
	right: 0px;
	padding: 3px 8px 3px 6px;
	border-bottom-left-radius: 12px;
}

a.exportList,
button.clearList,
button.addToList {
	width: 100%;
	border: none;
	text-decoration: none;
	background-color: #025169;
	background-color: #0065c9;
	padding: 5px;
	color: #ffffff;

	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

a.exportList:hover,
button.clearList:hover,
button.addToList:hover {
	text-decoration: none;
	background-color: #b7d7e1;
}

.exercisePanel .titleWrap {
	padding: 0px 10px 10px;
}
.exercisePanel .titleWrap .row {
	padding: 5px 0px;
}
.exercisePanel .titleWrap h3 {
	font-size: 16px;
	font-weight: normal;
}


.exercisePanel .thumbWrap {
	border: 1px solid white;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
}
.exercisePanel .thumbWrap .timeTitle {
	position: absolute;
	width: 100%;
	height: 50%;
	padding: 10px;
	font-size: 30px;
}
.exercisePanel .thumbWrap .timeTitle span {
    font-weight: bold;
    font-size: 68px;
    line-height: 1.2;
}
.exercisePanel .thumbWrap .multiThumb {
	position: absolute;
    left: 10px;
    right: 10px;
	height: 46%;
	top: 50%;
}
.exercisePanel .thumbWrap .multiThumb img {
    border: 1px solid #9fb6be;
}

.exerciseBank h1 {
	font-weight: 300;
	font-size: 24px;
}
.cpt_basis_exercise .cpt_basis_exercise_level {
	background-color: #045169;
	color: white;
	padding: 5px 10px;
	align-self: flex-start;
}
.exercise_title {
	font-weight: 300;
	font-size: 24px;
	padding: 0px;
	margin: 1rem 0;
}
.exercise_subtitle {
	font-weight: 500;
	font-size: 14px;
}

.squareRatio {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
}
.squareRatio > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

#exerciseYouTubePlayer .post-thumbnail,
#exerciseYouTubePlayer .ytHolder {
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#exerciseYouTubePlayer .post-thumbnail {
	position: relative;
	z-index: 1;
	opacity: 1;
	cursor: pointer;
}

#exerciseYouTubePlayer .post-thumbnail:after {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-size: 96px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0px 0px 10px white;
	opacity: 0.3;

	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#exerciseYouTubePlayer .post-thumbnail:hover:after {
    opacity: 0.5;
}

#exerciseYouTubePlayer .ytHolder {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 15px;
	right: 15px;
	opacity: 0;
}

#exerciseYouTubePlayer.ytShow .post-thumbnail {
	z-index: 0;
	opacity: 0;
}

#exerciseYouTubePlayer.ytShow .ytHolder {
	opacity: 1;
}

.exportBox {
	border-top: 10px solid #f4f7f4;
	padding: 10px;
}

#bankLeft .levels.activeLink {
    background-color: #f4f7f4;
}
#bankLeft .levels {
    width: 100%;
    display: block;
    padding: 5px;
}

.exerciseBankHeader a {
	display: flex;
	align-items: center;
	height: 100%;

	color: white;
	font-weight: 300;
	font-size: 36px;
}
.exerciseBankHeader a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	.exerciseBankHeader a {
		font-size: 22px;
	}
}

/* Memebers */

.um-register .um-half {
    width: 30%;
    min-width: 180px;
    margin: 0 auto 20px;
    float: none !important;
}

.um-register .um-right .um-button.um-alt {
	background: transparent;
	padding: 5px 10px !important;
}

.h5p-screen-notify {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

@media (min-width: 768px) {
	.h5p-screen-notify {
		display: none !important;
	}
}

@media (max-width: 960px) {

	.row.big-gutters {
    	margin-right: -15px;
    	margin-left: -15px;
	}
	.row.big-gutters > .col, .row.big-gutters > [class*="col-"] {
    	padding-right: 15px;
    	padding-left: 15px;
	}
}
@media (max-width: 480px) {

	.h5p-iframe-wrapper iframe {
		display: none;
	}
}

@media (orientation: landscape) {
	body.h5p-semi-fullscreen .h5p-screen-notify,
	body.h5p-fullscreen	.h5p-screen-notify {
		display: none !important;
	}
}


/*@media (orientation: landscape) and (display-mode: fullscreen) {
	.h5p-screen-notify {
		display: none !important;
	}
	.h5p-iframe-wrapper iframe {
		display: block !important;
	}
}*/



.boxBg {
    background-color: #ececec;
    margin-bottom: 5px;
    border-right: 5px solid white;
    height: 28px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.boxBg h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}

.boxBg.greenBox {
    justify-content: center;
    background-color: #74bf74;
}

.boxBg.grayBox {
    justify-content: center;
}
.boxBg span.lock {
	font-size: 14px;
	color: #cccccc;
	margin-right: 5px;
}
.boxBg span.unlock {
	font-size: 14px;
	color: #74bf74;
	margin-right: 5px;
}




.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e60034;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #e60034;
}

.woocommerce table.cart td.actions {
    display: none;
}


.quiz-container {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
.quiz-time {
	color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

@media (max-width: 575px) {
	.quiz-time {
		font-size: 16px;
	}
}

.page-template-page-timed-quiz header#masthead {
	padding: 0px;
}

.page-template-page-timed-quiz .navbar-brand {
	max-width: 60%;
}

#quizBlocker {
    position: absolute;
    z-index: 2;
    background-color: #0000008f;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.quiz-main {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transition: all 0.5s ease;
	pointer-events: none;
}
.quiz-main.quiz-enabled {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	pointer-events: unset;
}



.control-label {
	width: 230px;
}

.form-control, .woocommerce-input-wrapper .select2 {
	width: 250px !important;
}

.woocommerce-billing-fields {
	margin-bottom: 3em;
}

body .select2.select2-container .select2-selection {
	border-radius: .25rem !important;
	border: 1px solid #ced4da !important;
}

body .select2.select2-container.select2-container--open .select2-selection {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #e60034;
	border-radius: 4px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #e60034;
}

.StripeElement {
    box-shadow: none !important;
}

body #wc-stripe-card-element,
body .wc-stripe_cc-new-method-container {
    margin-bottom: 0px;
}

.btn.h5p-my-close-button {
	background: #999999;
    margin-top: 2em;
}

.is-type-video {
    max-width: 854px;
}


/* Diploma */

#diploma hr.fancy { border: none; border-top: 8px solid black; border-bottom: 2px solid black; height: 3px; }